X    body{
    font-family: 'Open Sans', sans-serif;
}
.btn-theme{
    color:#fff;background-color:#bf1363;border-color:#bf1363;
}
.btn-theme:hover{
    color:#bf1363!important;background-color:#ffffff;border-color:#bf1363;
}
.btn-link:hover {
    color: #bf1363;
}
.form-control{
    border:0;
    border-bottom: 1px solid #eeeeee;
}
.app-login-box .title {
margin-bottom: 1.5rem;
font-weight: normal;
text-align: center;
font-weight: 600;
text-transform: uppercase;
font-size: 21px;
color: #000;
}

.otp-label a{
    color:#bf1363;
    margin-left: 14px;
}
.resend a{
    float: right;
    color: #bf1363;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #ffffff;
}
.bg-danger{
    background-color:#bf1363!important;
}
a:hover{
    color: #bf1363;
}
.app-header.header-shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12) !important;
}
.app-theme-white .app-page-title{
    background-color:#bf1363;
    padding-bottom: 5px;
    padding:0px;
    height: 100px;
}
.app-page-title .page-title-wrapper{
    background: #fff;
    color: #000;
    min-height: 95px;
    transform: skewX(-9deg);
}
.app-page-title .page-title-wrapper::before{
    background: #e50000;
    content: '';
    height: 100%;
    top: 0;
    width: 15px;
    border-radius: 0px;
    position: absolute;
    right: 10px;
    left:auto;
}
.widget-chart{
    transform: skewX(9deg);
    padding: .01rem;
}
.widget-chart .widget-subheading{
    margin: .01rem 0 0;
}
.tabs-animated .nav-link::before{
    background: #bf1263;
}
.body-tabs-shadow .body-tabs-animated .nav-link::before{
    box-shadow:0 16px 26px -10px rgb(191, 18, 99), 0 4px 25px 0px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(103,112,210,0.2);
}
.widget-chart1{
    transform: skewX(0deg);
    padding:1rem;
}
.widget-chart .widget-numbers{font-size:1.3rem;}
.upcoming-classes{
    margin-left: -40px;
    list-style: none;
}
.upcoming-classes li{
    border-bottom: 1px solid #eee;
    padding: 12px 20px;
}
.mt-20{
    margin-top:20px;
}
.m-t-10{
    margin-top:10px;
}
.mb-0{
    margin-bottom:0px;
}
.books-widget{
    padding:.2rem;
}
#leftPanel {
    padding-top: 10px;
    text-align: center;
    border-radius: 0px;
}
.offer-success {
    border-top: 2px solid #00458E;
    cursor: pointer;
}
.offer {
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(189,189,189,0.7); 
    padding:10px;
    margin: 5px 0;
    overflow: hidden;
    cursor:pointer;
    transition: box-shadow 0.3s ease-in-out;
}
.offer:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.offer img{
    width: 130px;
    height: 130px;
}
.offer h5{
    font-size:.9rem;
}
.img-circle{
    border-radius: 50%;
}
.tagcloud {
    padding: 0;
}
.tagcloud a {
    text-transform: uppercase;
    /* display: inline-block; */
    padding: 2px 5px;
    margin-bottom: 7px;
    /* margin-right: 4px; */
    border-radius: 4px;
    color: #000;
    border: 1px solid #dddddd;
    font-size: 10px;
    background-color: #ffffff;
}
.lead {
    font-size: 1rem;
    font-weight: 600;
}
.socially{
    list-style:none;
    margin-left:-40px;
    display:inline-flex;
    width:100%;
}
.socially li{
    width: 33.33%;
    border-top: 1px solid #eee;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}
.border-right{
    border-right:1px solid #eee;
}
.btn{
    border-radius:0px;
}
.form-control:focus{
    box-shadow:none;
}
.form-heading{
    color:#000;
}
.accordion-wrapper .action a{
    color:#bf1363;
    cursor:pointer;
    font-size:12px;
}
.accordion-wrapper label{
    color: #666;
    font-size: 16px;
}
.accordion-wrapper input{
    border: none;
    padding: 6px 0;
    color: #000;
    font-size: 14px;
}
.accordion-wrapper .input-group-append{
    margin:0 auto;
}
#upload {
    opacity: 0;
    display:none;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgb(233, 236, 239);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}
@media (max-width: 767px) and (min-width: 320px){
    .app-page-title .page-title-wrapper {
        -webkit-transform: skewX(0);
        -moz-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0);
    }
    .widget-chart{
        transform: skewX(0deg);
        padding: .01rem;
    }
    .app-theme-white .app-page-title{
        height:auto;
    }
    .widget-chart.text-left {
        flex-direction: column;
        align-items: center;
        padding: 5px;
        text-align:center!important;
    }
    .widget-chart.text-left .icon-wrapper{
        margin:0px;
    }
    .banner-books-wrap{display:none;}
    
}
@media (max-width: 560px) and (min-width: 320px){
    .app-logo-inverse{width:100%;}
}
@media (max-width: 820px) and (min-width: 320px){
    #showLeft{display:block!important;}
    .app-theme-white .app-page-title{display:none;}
    .body-tabs .nav-item{margin-left: 5px;}
}
#showLeft{display:none;}
.widget-content-left .btn-group .profile-name{
    background-color: #439ebb;
    color: #ffffff;
    padding: 8px!important;
    border-radius: 50%!important;
    font-weight: 600;
}
.widget-content-left .btn-group .profile-name:hover{
    color:#ffffff;
}
.page-title-wrapper .icon-wrapper {
    background-color: #439ebb;
    color: #ffffff;
    padding: 10px 18px!important;
    border-radius: 50%!important;
    font-weight: 600;
}
.modal-dialog{box-shadow:none;}
.modal-dialog .modal-content{border:none;}
.modal-dialog .modal-footer{background-color:#fff;border-top:0px;}
.modal-dialog .btn-theme{padding:14px;font-size:20px;font-weight:600;}
.modal-dialog .form-group {margin-bottom: 1rem;}
.modal-dialog .otp-label{margin-bottom:2rem;color:green;}
.modal-dialog .otp-label a{color:green;}
.modal-dialog .modal-body{padding:5px;}
.p-12{padding-top:12px;}
.card{border:0px;}
.topic-wrapper{border:0; padding: 20px 0px;}
.topic-wrapper h5{color:#000;font-size:18px;font-weight:400;}
.meetting-wrapper{border:1px solid #cecece;}
.meetting-wrapper .header{height:175px;width:100%;background:url(../images/banner/banner-upcoming.png);background-size: cover;background-repeat: no-repeat;}
.meetting-wrapper .body .list-group{max-height: 360px;overflow-y: scroll;}
.meetting-wrapper .body .list-group li{border:0;border-bottom:1px solid #cecece;}
.banner-wrapper img{box-shadow: 0px 0px 2px 0px rgba(189,189,189,0.7); padding:2px;cursor:pointer;}
.mb-0{margin-bottom:0px;}
.app-wrapper-footer p, .app-wrapper-footer a{font-size:12px;}
.subject-books{box-shadow: 0px 0px 2px 0px rgba(189,189,189,0.7); padding:2px;}
.mt-10{margin-top:10px;}
.mt-40{margin-top:40px;}
.backlink{
    position: absolute;
    top: 28px;
    right: 0px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.relative-position{position:relative;}

.menu {
    border-right: 1px solid #eeeeee;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 280px;
    height: 100%;
    overflow-y: scroll;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.menu a {
    display: block;
    color: #000;
    padding: 16px;
    border-top: 1px solid #eeeeee;
    text-decoration: none;
    position: relative;
    z-index: 11;
}
.menu a:last-child {
    border-bottom: 1px solid #eeeeee;
}
.menu a:hover,
.menu a:active {
    background-color: #eeeeee;
}
.menu-left {
    left: -280px;
}
.menu-left.left-open {
    left: 0;
}
#notificationModal .modal-content{border-radius:0px;}   
#notificationModal .modal-dialog .modal-body {padding: 1rem;}
#notificationModal .modal-content .modal-body h3{text-align:center;font-size: 18px;margin-top: 20px;margin-bottom:20px;background-color: #e50000;padding: 10px 0;color: #ffffff;}
#notificationModal .modal-content .modal-body h4{font-size: 16px;font-weight: 600;}
#notificationModal .modal-content .modal-body ul{margin-left:-40px;list-style: none;}
#notificationModal .modal-content .modal-body ul li{margin-bottom:15px;list-style: none;}
.widget-chart-content{cursor:pointer;}
#tipModal .modal-content{border-radius:0px;}   
#tipModal .modal-dialog .modal-body {padding: 1rem;}
#tipModal .modal-content .modal-body ul{margin-left:-30px;list-style: none;}
#tipModal .modal-content .modal-body ul li{margin-bottom:15px;list-style: none;text-align: justify;}
#tipModal .modal-content .modal-body h3{font-weight: 600;font-size: 20px;margin-top: 20px;margin-bottom:20px;padding: 10px 0;text-align: center;text-transform: uppercase;}
#tipModal .modal-content .modal-body h5{font-size: 14px;font-weight: 600; text-align: justify;padding: 0 26px;line-height: 20px;}
#tipModal .modal-content .modal-body .green{color:green;}
#tipModal .modal-content .modal-body .first-div{border: 1px solid #cecece;padding: 15px;position: relative;}
#tipModal .modal-content .modal-body .first-div h5{position: absolute;background-color: #fff;top: -8px;left: 13px;padding: 0 13px;}
#tipModal .modal-content .modal-body .first-div li{margin-top: 15px;margin-bottom:0px!important;}
#tipModal .modal-content .modal-body .second-div{border: 1px solid #cecece;padding: 15px;position: relative;}
#tipModal .modal-content .modal-body .second-div h5{position: absolute;background-color: #fff;top: -8px;left: 13px;padding: 0 13px;}
#tipModal .modal-content .modal-body .second-div li{margin-top: 15px;margin-bottom:0px!important;}

.booksCon{
    padding: 50px 20px;
    text-align: center;
    margin-top:20px;
}
.app-main__inner{position:relative;}
.interactive-btn{display:none;}
@media (max-width: 767px) and (min-width: 320px){
    .interactive-btn{position:absolute;display:block;right:0px;}
    .search-wrapper{display:none;}
}

#studentModal .modal-content{border-radius:0px;}
#studentModal .modal-dialog .modal-body {padding: 1rem;}
#studentModal .div-inline-list{
margin: 24px auto;
width: 100%;
text-align: center;
}
#studentModal .div-inline-list > .product-container{
display: inline-block;
margin: 16px;
}
#studentModal .div-inline-list .product-container{
position: relative;
width: 100%;
height: 100px;
padding: 15px;
}

#studentModal .div-inline-list .name{
font-size: 16px;
font-weight: 600;
}
#studentModal .div-inline-list .class{
font-size: 14px;
font-weight: 500;
}
#studentModal .div-inline-list .clickable{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
border: 1px solid green;
border-radius: 4px;
transition: all ease .5s;
z-index: 10;
}
#studentModal .div-inline-list .checked-box{
position: absolute;
top: 0px;
right: 0px;
width: 22px;
height: 22px;
background-color: #3ac47d;
color: #fff;
text-align: center;
border-top-right-radius: 4px;
display: none;
}
#studentModal .div-inline-list input[name="myradio"]{
display:none;
}
#studentModal .div-inline-list input[name="myradio"]:checked + .clickable{
border-color: #3ac47d
box-shadow: 0px 0px 6px 2px #3ac47d;
}

#studentModal .div-inline-list input[name="myradio"]:checked + .clickable .checked-box{
display: block;
}



.profile-switch .div-inline-list{margin: 24px auto;width: 100%;text-align: center;}
.profile-switch .div-inline-list > .product-container{display: inline-block;margin: 16px;}
.profile-switch .div-inline-list .product-container{position: relative;width: 100%;height: 100px;padding: 15px;}
.profile-switch .div-inline-list .name{font-size: 16px;font-weight: 600;}
.profile-switch .div-inline-list .class{font-size: 14px;font-weight: 500;}
.profile-switch .div-inline-list .clickable{position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;border: 1px solid green;border-radius: 4px;transition: all ease .5s;z-index: 10;}
.profile-switch .div-inline-list .checked-box{position: absolute;top: 0px;right: 0px;width: 22px;height: 22px;background-color: #3ac47d;color: #fff;text-align: center;border-top-right-radius: 4px;display: none;}
.profile-switch .div-inline-list input[name="myradio"]{display:none;}
.profile-switch .div-inline-list input[name="myradio"]:checked + .clickable{border-color: #3ac47d; box-shadow: 0px 0px 6px 2px #3ac47d;}
.profile-switch .div-inline-list input[name="myradio"]:checked + .clickable .checked-box{display: block;}
.profile-switch .div-inline-list .switch-title{background-color: #e60001;color: #ffffff;padding: 20px 0;text-transform: uppercase;font-size: 20px;font-weight: 600;}


/* Swirtch CSs*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  / Rounded sliders /
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/*  Metting  */

.div_header{
box-shadow: 0px 0px 2px 0px rgba(189,189,189,0.7);
padding: 12px;
cursor: pointer;
background-color: #fffaee;
border: 2px dashed #76c06c;
border-radius: 8px;
}
.div_header .title-wrapper{
background-color: #fff0d0;
padding: 10px;
width: 100%;
text-align: center;
}
.div_header .title-wrapper .title{
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
.div_header .date{
margin-top: 10px;
width: 50%;
float: left;
border-bottom: 2px dashed #cecece;
padding-bottom: 20px;
border-right: 2px dashed #cecece;
padding: 10px;
}
.div_header .meetting-id{
margin-top: 10px;
width: 50%;
float: right;
border-bottom: 2px dashed #cecece;
position: relative;
padding: 10px;
}
.div_header .meetting-id a{
border: 2px solid #cecece;
padding: 5px;
top: 10px;
position: absolute;
right: 10px;
}
.div_header .time{
width: 50%;
float: left;
padding: 10px;
border-right: 2px dashed #cecece;
}
.div_header .password{
width: 50%;
float: right;
position: relative;
padding: 10px;
}
.div_header .password a{
border: 2px solid #cecece;
padding: 5px;
top: 10px;
position: absolute;
right: 10px;
}

.div_header .noRecord {
margin-top: 10px;
width: 100%;
float: left;
padding-bottom: 20px;
padding: 10px;
}

/*------------------------------*/
/*--------- Sunpro css ---------*/
/*------------------------------*/

.logo-wrapper{
    min-width: 80px;
    margin: 0 2rem 0 0;
    width:80px;
    height:80px;
    overflow:hidden;
}
.logo-wrapper img{
    width:100%;
}
.box{
    border-radius:15px;
    padding:10px;
    color:#000000;
}
.box-purple{
    background-color: #bf1363;
    color:#ffffff;
}
.box-yellow{
    background-color: #fffbed;
}
.box-grey{
    background-color: #f5f9fb;
}
.box-pitch{
    background-color: #fff8f5;
}
.box-green{
    background-color: #f5fbf5;
}
.box-payment{
    background-color: #fff;
    padding: 14px 10px;
    border: 1px dashed #ffc0dd;
}
.box-payment .form-control{
    background-color: #ffecf6;
    border: 0;
}

.icon{
    width: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.job-title, .card-title{
    background-color: #f5f5f5;
    color: #000;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom:0px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid whitesmoke;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default .panel-footer{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding:10px 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading .jobs-heading{
    font-size: 14px;
    font-weight: 500;
}
.panel-body {
    padding: 15px;
}
.mr-10{
    margin-right:10px;
}
.payment-wrap{
    border: 2px dashed #bf1263;
    padding: 10px;
    border-radius:10px;
}
.payment-title{
    background-color: #fff3ef;
    padding: 10px;
    text-align: center;
    color: #bf1263;
    margin-bottom: 20px;
}
.mb-0{
    margin-bottom:0px;
}

.billing-wrapper h5{
    font-size: 18px;
    line-height: 25px;
    font-weight:500;
    margin-bottom: 0px;
}
.billing-wrapper p{
    font-size: 16px;
    line-height: 25px;
}
.billing-wrapper table tr th{
    background-color: #eee;
}
.account-credit-wrapper{
    margin-bottom:30px;
}
.account-credit-wrapper h5{
    font-size: 24px;
    line-height: 25px;
    font-weight:500;
    margin-bottom:15px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    border-top: 1px solid #333;
    padding-top: 15px;
}
.account-credit-wrapper p{
    font-size: 16px;
    line-height: 25px;
}
.payment-wrapper h5{
    font-size: 24px;
    line-height: 25px;
    font-weight:500;
    margin-bottom:15px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    border-top: 1px solid #333;
    padding-top: 15px;
}
.payment-wrapper table th, .payment-wrapper table td{
    border-top:0;
    border-bottom:1px solid #eee;
}
.payment-wrapper .payment-icon{
    width: 40px;
    border-radius: 4px;
}
.payment-wrapper .p-relative{
    position:relative;
}
.payment-wrapper .remove{
    position: absolute;
    top:0px;
}
.mb-15{
    margin-bottom:15px;
}
.nav-pills{
    margin-bottom:0px;
}
.nav-pills>li>a {
    border-radius: 4px;
    color:#000;
}
.nav-pills>li>a.active {
    border-radius: 4px;
    color:#fff;
    background-color: #333;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.payment-form-wrapper{
    padding:15px;
}
@media (max-width: 767px) and (min-width: 320px){
    .addpaymentModal .close{
        position: absolute;
        right: 16px;
        top: 16px;
        background-color: #fff;
        border-radius: 13%;
        width: 30px;
        height: 30px;
        padding: 3px 9px;
        opacity: 1;
        color: #000;
    }
}
.app-logo-inverse{
    width:100px;
}
.app-container .modal-content{
    padding:50px 20px;
}
.mt-20{
    margin-top:20px;
}
.btn-primary {
    color: #fff;
    background-color: #bf1263;
    border-color: #bf1263;
}
.jobs-wrap, .notice-wrap{
    max-height: 620px;
    overflow-y: scroll;
}
.applyModal .modal-body{
    padding:15px;
}
.widget {
    position: relative;
    background-color: #fcfdfd;
    border-radius: 9px;
    padding: 10px;
    box-shadow: 0px 4px 9px 1px #eee;
    text-align: center;
}
.left-panel{
    padding-bottom:10px;
}
.left-panel h5{
    font-size: 18px;
    color:#000;
    font-weight:500;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    background-color: #f5f5f5;
    padding-top: 10px;
}
.date {
    font-size: 14px;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
}
.city {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    color: rgba(0,0,0,0.7);
}
.temp {
    font-size: 30px;
    color: rgba(0,0,0,0.9);
    font-weight: 100;
    margin-top:20px;
}
.temp img{
    width: 20%;
}
.p-15{
    padding:15px!important;
}
.mt-15{
    margin-top:15px;
}
.app-header__logo .logo-src {
    background: url(../images/logo/tisb-logo.png) 50% 50% no-repeat;
    height: 70px;
    width: 100px;
    background-size: contain;
    margin-top: 15px;
}
.app-header.header-shadow{
    display:none;
}
@media (max-width: 812px) and (min-width: 320px){
    .app-header.header-shadow{
        display:block;
    }
}
.app-main{padding-top:0px;}
#getMildstoneModal .bordered{border:1px solid #cecece;}
#getMildstoneModal .p-4{padding:4px!important;}
#getMildstoneModal .mb-0{margin-bottom:0px!important;}
#getMildstoneModal .modal-dialog .form-group {
    margin-bottom: .5rem;
}