/* 
    Document   : public_style
    Created on : 29 Okt 16, 16:11:16
    Author     : IMAM SYAIFULLOH
    Description:
        Purpose of the stylesheet follows.
*/

body,
html {
    width: 100%;
    height: 100%;
}
body{font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;}
h1,
h2,
h3,
h4,
h5,
h6 {    
    font-weight: 700;
}
#topnav{
    border-bottom: solid 3px #5BC0DE;
}
.topnav {
    font-size: 14px; 
}
.nomargin{margin: 0 !important;padding: 0 !important;}
.lead {
    font-size: 18px;
    font-weight: 400 !important;
}
.section-heading {
    margin-bottom: 5px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
    margin: 0 0 25px 0;
}
.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    /*background: url(../img/intro-bg.jpg) no-repeat center center;*/
    background: url(../img/intro-bgr.jpg) no-repeat center center;
    background-size: cover;
}
.intro-message {
    position: relative;
    /*    padding-top: 20%;*/
    padding-top: 8%;
    /*    padding-bottom: 20%;*/
}
.intro-message.geri{padding-top: 1%;}
.nojml.intro-message,.nojml.intro-message.geri{
    position: relative;
    padding-top: 18%;
    padding-bottom: 18%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    /*    .intro-message {
            padding-bottom: 15%;
        }*/

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}
#contact{
    background-color: #81e0fc;
}
.fa-stack-125x{
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    vertical-align: middle;
    text-align: center;
}
.fa-stack-1x{
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
}
.teaser{height: 50px;}
.footer{background-color: #5bc0de;line-height: 50px;margin: 0 !important;}
/*nav wizard*/
.wizard {
    margin: 20px auto;
    background: #fff;
}
.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}
.wizard .nav-tabs > li {
    width: 25%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}
.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}
.wizard h3 {
    margin-top: 0;
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard #content-riwayat .nav-tabs > li a {
        width: auto;
        height: auto;
        line-height: normal;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*ADMISSION LOGIN*/
.panel-login,.panel-step {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading,.panel-step>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
.panel-login>.panel-heading a,.panel-step>.panel-heading a{
    text-decoration: none;
    color: #666;
    /*font-weight: bold;*/
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active,.panel-step>.panel-heading a.active{
    color: #5BC0DE;
    font-size: 18px;
}
.panel-login>.panel-heading hr,.panel-step>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    /*height: 45px;*/
    border: 1px solid #ddd;
    font-size: 14px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}
.panel-step .help-block{display: block;margin-top: 5px;margin-bottom: 5px;color: #737373;}
.panel-step .form-group{margin-bottom: 0;}
.panel-step .form-horizontal .form-group{margin-bottom: 5px;}
.xs-text{font-size: 70%;}
td.fit,th.fit{white-space: nowrap;width: 1%;}
.panel-fontnormal{font-weight: normal;}
.form-section{
    margin: 5px 0px 10px 0px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #5BC0DE;
}
.table-borderless,
.table-borderless-all{
    border-collapse: collapse !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-borderless td, .table-borderless th {
    background-color: #fff !important;
    border: none;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.table-borderless:not(.no-last-border) tr:last-child > td,
.table-borderless:not(.no-last-border) tr:last-child > th{
    border-bottom: 1px solid #ddd;
}
.table.table-borderless-all > tbody > tr > td,
.table.table-borderless-all > thead > tr > th {
    background-color: #fff !important;
    border: none;
    border-top: none !Important;
    padding: 5px 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.barcode-text{font-weight: bold;font-size: 14px;}
.btn-menu{margin-bottom: 10px;min-width: 180px;}
.no-antrian h1{font-size: 60px;}
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
    background-color: #337ab7;
}
.no-antrian b.informasi-pelayanan{font-size: 18px;}


.form-signin{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
    margin-bottom: 10px;
}
.form-signin .checkbox{
    font-weight: normal;
}
.form-signin .form-control{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus{
    z-index: 2;
}
/*.form-signin input[type="text"]{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/
.account-wall{
    margin-top: 20px;
    padding: 40px 10px 20px 10px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    font-weight: normal;
}
.login-title{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help{
    margin-top: 10px;
}
.new-account{
    display: block;
    margin-top: 10px;
}
.text-normal{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.input-group-img{padding: 0;}
.panel-fontnormal ul{margin: 0;padding-left: 15px;}
p.round-tab {
    color: #5BC0DE;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #5BC0DE;
    left: 0;
    text-align: center;
    font-size: 25px;
}
p.bg-primary,p.bg-danger{font-weight: 400;padding: 10px;}
.intro-maintenance {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    /*background: url(../img/intro-bg.jpg) no-repeat center center;*/
    background: url(../img/UNDER-MAINTENANCE.jpg) no-repeat center center;
    background-size: cover;
}
.intro-maintenance .intro-divider {
    width: 0px;
    border-top: none;
    border-bottom: none;
}
.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
.text-normal label{font-weight: 400;}
.panel-step form.form-profil .form-group{margin-bottom: 10px;}
blockquote.sm-margin{margin-bottom: 10px; padding: 5px 10px; font-size: 16px;}
.blockquote-aqua{border-left: 5px solid #5BC0DE;}
.blockquote-aqua.blockquote-reverse{border-left: 0;border-right: 5px solid #5BC0DE;}

.intro-count{
    position: relative;
    margin-top: 25px;
    margin-bottom: 5%;
}
.intro-count .img-thumbnail{
    border-color: rgba(129,224,252,0.7);
    width: 150px;
    margin: 5px;
    background-color: rgba(129,224,252,0.7);
}
.intro-count .img-thumbnail>h3{
    margin-top: 5px;
    margin-bottom: 10px;
}
.intro-count .img-thumbnail>h4{
    border-bottom: solid 1px #fff;
    margin-bottom: 0px;
}
.intro-count h3,.intro-count h4{text-shadow: 2px 2px 3px rgba(0,0,0,0.7);color: rgb(248,248,248);}
.text-red{color:rgb(254,0,0);}
@media screen and (max-width:768px){
    .intro-count{
        margin-top: 15px;
        margin-bottom: 5%;
    }
    .intro-count .img-thumbnail{
        width: 95px;
    }
    .intro-count h3{font-size: 20px;}
    .intro-count h4{font-size: 14px;height: 31px;}    
}
@media screen and (max-width:480px){
    h3.count-header{font-size: 14px;}
    h3.count-footer{font-size: 14px;font-weight: 400;}
}
.figure{margin: 0;}
.highlight {
    padding: 9px 0;
    margin: 14px 0;
    /*background-color: #f7f7f9;*/
    border-top: 1px solid #e1e1e8;
    border-bottom: 1px solid #e1e1e8;
    /*border-radius: 4px;*/
}
/*LIST ANTRIAN*/
.box-antrian{display: inline-block;height: 200px;width: 200px;background-color: #5BC0DE;border-radius: 50%;text-align: center; padding: 60px 10px;}
.box-antrian .text-antrian{color: #fff;}
.text-antrian .text-intro{font-size: 20px;margin: 0;}
.text-antrian .text-number{font-size: 60px;margin-top: -20px;}
.runtext{
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    padding: 5px 0;
    -moz-box-shadow: 0px 10px 50px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 10px 0px 50px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 10px 50px rgba(255, 255, 255, 0.6);
}
.runtext span{margin-right: 15px;}
.runtext i.fa{color: red;}

#loading.modal-content, .modal-dialog #loading{
    height: 500px;
    background: transparent;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
    border: none;
    text-align: center;
    color: #FFFFFF;
}
.spinner {
    margin: 0 auto;
    width: 150px;
    height: 100px;
    text-align: center;
    font-size: 30px;
}
.spinner > div {
    background-color: #FFFFFF;
    height: 100%;
    width: 10px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.no-padding{padding: 0 !important;}
.font-20{font-size: 20px;}
/* Glow */
.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(91, 192, 222, 0);;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 15px rgba(91, 192, 222, 0.9);;
}
.mb-5{margin-bottom: 5px !important;}
.mb-8{margin-bottom: 8px !important;}
.mb-15{margin-bottom: 15px !important;;}
.mb-20{margin-bottom: 20px !important;;}
.mb-30{margin-bottom: 30px !important;;}
.mb-80{margin-bottom: 80px !important;;}
.mb-0{margin-bottom: 0 !important;}
.mt-0{margin-top: 0 !important;}
.mt-5{margin-top: 5px !important;}
.mt-15{margin-top: 15px !important;}
.mt-30{margin-top: 30px !important;}
.ml-15{margin-left: 15px !important;}
.ml-20{margin-left: 20px !important;}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.bg-trans1{
    background-color: rgba(36, 128, 239, 0.2);
    background: rgba(36, 128, 239, 0.2);
    color: rgba(36, 128, 239, 0.2);
}
.bg-trans2{
    background-color: rgba(255, 128, 95, 0.2);
    background: rgba(255, 128, 95, 0.2);
    color: rgba(255, 128, 95, 0.2);
}
.bg-trans3{
    background-color: rgba(116, 128, 229, 0.2);
    background: rgba(116, 128, 229, 0.2);
    color: rgba(116, 128, 229, 0.2);
}
.intro-count .table{color: #000 !important;}
.intro-count .table th{text-align: center !important;}
.intro-count .table td{text-align: left !important;}
.bg-white{background-color: white;}
.mb-alert-0 .alert{margin-bottom:  0 !important;}
ol.list-fs-18 > li{
    padding: 3px 0;
    font-size: 18px;
}
.box-chanel{
    font-size: 22px;
    border: solid 1px #CCC;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    min-height: 50px;
    width: 100%;
    position: relative;
}
.box-chanel .row {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.box-chanel .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


.box-chanel:hover{
    box-shadow: 0px 2px 3px 0px rgba(91,192,222,0.5);
}
button.button-chanel{
    width: 100%;
    border: none;
    background: none;
}
.box-chanel img.img-responsive.centered-image,
.box-chanel .box-chanel-text{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-chanel p.box-chanel-title{
    margin-bottom: 0 !important;
    font-size: 14px;
}
.box-chanel-invoice p.box-chanel-title{
    margin-bottom: 0 !important;
    font-size: 16px;
}
.box-chanel-invoice img.img-responsive{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.box-chanel p.box-chanel-expiredtime{
    white-space: nowrap;
}
body#error-page{
    background: url(../img/bg-error.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body#error-page .intro-header{
    background: none;
}
body#error-page .intro-header .intro-message .detail-message {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6) !important;
    font-size: 18px;
    font-weight: 700;
}
.btn.btn-flat{
    width: 100%;
}
.fs-12{
    font-size: 12px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-24{
    font-size: 24px !important;
}
.pl-8{padding-left: 8px !important;}
.box-chanel-invoice{
    font-size: 22px;    
    height: auto;
    text-align: center;
    display: inline-table;
    width: 100%;
}
.box-chanel-invoice p{
    margin-bottom: 0px;
}
.box-chanel-invoice input{
    text-align: center;
    border: none;
}
.box-chanel-invoice input::selection {
    background: #FFF; /* WebKit/Blink Browsers */
    border: none;
}
.box-chanel-invoice input::-moz-selection {
    background: #FFF; /* Gecko Browsers */
    border: none;
}
.box-chanel p.bb-solid{
    border-bottom: 1px solid #ddd;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.wizard #content-riwayat .nav-tabs > li {
    width: 50%;
}
.wizard #content-riwayat .nav-tabs{
    margin: 0;
}
.wizard #content-riwayat .nav-tabs > li.active > a, 
.wizard #content-riwayat .nav-tabs > li.active > a:hover, 
.wizard #content-riwayat .nav-tabs > li.active > a:focus {
    text-align: center;
    color: #555555;
    cursor: default;
    border: none;

}
.wizard #content-riwayat .nav-tabs > li > a{
    border: none;
}
.wizard #content-riwayat .nav-tabs > li > a:hover{
    border: none;
}
.wizard #content-riwayat .nav-tabs > li a {
    text-align: center;
    width: auto;
    height: auto;
    margin: 20px auto;    
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.wizard #content-riwayat h3{
    font-size: 18px;
}
.wizard #content-riwayat h3 .fa{
    color: #5BC0DE;
}
textarea.textarea-keluhan{
    resize: none;
    height: 200px;
}
iframe.iframe-payment-gateway{
    width: 100%;
    border: none;
    height:1000px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    padding: 15px 5px;
    background-color: #F4F4F4;
    margin-top: 15px;
}
hr.dashed{
    border-top: 2px dashed #eee;
}
.fa-sky-blue .fa{
    color: #5BC0DE;
}