@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
        width:100%;
    }
}
body{font-family:'Mukta','Saira', Sans-Serif, Arial!important;}
.external-page a:hover{border-bottom:1px solid #fff;color:#fff;}
body.external-page .confirmation-header .fa-check {
    font-size: 32px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    padding: 6px;
    margin-right: 9px;
    position: relative;
}

.flash-alerts {
    display: none;
    background: #404040;
    position: absolute;
    bottom: 47px;
    left: 30px;
    padding: 20px 16px;
    color: #fff;
    letter-spacing: 0.03em;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.07);
    -webkit-animation-duration: .2s;
}
.iziModal .iziModal-header-subtitle{font-size:15px!important;}
.external-page .error-handler{font-size:150px;text-align:center;}	
form{height:100%;}
.error[style*=visible] + input, .reg-photo-error[style*=visible] + input + input, .error[style*=visible] + .error + input, .error[style*=visible] + select, .error[style*=visible] + textarea, .error[style*=visible] + .radiobuttons, .error[style*=visible] + .checkboxlist, .error[style*=visible] + select + div.chosen-container { border: 1.5px solid #ff6666!important; background: #ffe5e5; }
.pd20{padding:10px;}
.row{margin: 10px 0;}
.table{border-style:none;}
.table td{border-left-style:none; border-right-style:none;border-bottom-color:#eee;}
.table th{border-left-style:none; border-right-style:none;border-bottom-width:5px!important;}
.pdt15{padding-top:15px;}
.pdrl15{padding:0 15px;}
.panel-heading.footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 30px;
    text-align: right;
    font-size: 12px;
}
.username {
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 20px;
    line-height: 50px;
    border-right-color: #000;
    border-right-style: solid;
    border-right-width: 1px;
}
.separator{height:1px;background:#91a7c6;}
.chosen-container-single .chosen-single{height:40px!important;padding:6px 0 0 8px!important;}
.chosen-container-single .chosen-single div b{margin-top:6px!important;}
.fooicon-plus::before,.fooicon-minus::before {font-size:15px;color:#000;}
.required::after {content: "*";margin-left: 5px;color: red;}
.expenses-form .col-md-12,.expenses-form .col-md-6,.expenses-form .col-md-3,.expenses-form .col-md-2,.expenses-form .col-md-4{margin-bottom:20px;}
.account-info .chosen-single{height:44px!important;border-bottom-right-radius: 0 !important;border-top-right-radius: 0 !important;}
.jt-pager{padding: 20px 0 0;text-align: center;}
.jt-pager a.aspNetDisabled {background: #fff;color: #43c7d7;border: solid 1px;}
.jt-pager a {background: #43c7d7;color: #fff;padding: 5px 10px;}
.chosen-container-multi .chosen-choices{border:none!important;background-color:none!important;background-image:none!important;font-size:11px;}
.chosen-container-active .chosen-choices{box-shadow:none!important;}
@media(max-width:480px){
    .text-right{text-align:left!important;}
}
.message-label{display:block;width:100%;padding:5px;text-align:center;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
input[type='number'] {-moz-appearance: textfield;}
.no-padding{padding:0;}
.fl{float:left;}
.pr0{padding-right:0;}
.pl0{padding-left:0;}
.br-tr0{border-top-right-radius: 0;}
.br-tl0{border-top-left-radius:0;}
.br-br0{border-bottom-right-radius:0;}
.br-bl0{border-bottom-left-radius:0;}
.checkbox-dark{color:#000;}
.checkbox-light{color:#ddd;}
.bg-custom-dark.light{background-color: #ddd!important;}
.bg-custom-dark {background-color: silver!important;color: #eee;}
.text-dark{color:silver;}
.db{display:block;}
.dn{display:none;}
.din{display:inline;}
ul.sidebar-menu::-webkit-scrollbar {
    width: 3px;
    background-color: #43c7d7;
}
ul.sidebar-menu {
    overflow-y: scroll;
    min-height: 400px;
    height: 400px;
    overflow-x: hidden;
}
ul.sidebar-menu::-webkit-scrollbar-thumb{
    background-color:#e8443b;
}
.scholarship-tag-account-history {
    color: #000 !important;
    font-size: 75%;
    font-weight: bold;
    background-color: #fff;
    display: block;
    padding: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}