html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

/*SSO Admin css*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/*Tabs start*/
.tabbable-line>.nav-tabs>li.active, .tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover{
    border-bottom: 4px solid transparent;
}
.nav-tabs > li.active::after, .nav-tabs > li:hover::after {
    transform: scale(1);
}
.nav-tabs > li::after {
    content: "";
    background: #4285F4;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -4px;
    transition: all 250ms ease 0s;
    transform: scale(0);
    z-index: 9;
}
.tabbable-line>.nav-tabs>li>a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
/*Tabs end*/

/*UI block start*/
.block-spinner-bar>div, .page-spinner-bar>div{
    background: #4285F4;
}
.blockUI{
    z-index: 10000000000!important;
}
/*UI block end*/

/*confirm click start*/

button[confirmed-click], a[confirmed-click] {
    position: relative;
    overflow: inherit;
}
button[confirmed-click].btn[disabled], a[confirmed-click].btn[disabled]{
    opacity: 1;
}
button[confirmed-click].confirm_right_click.btn[disabled].btn.blue, a[confirmed-click].confirm_right_click.btn[disabled].btn.blue{
    background-color:rgba(53,152,220, .65);
    border-color:rgba(53,152,220, .65);
}
button[confirmed-click].confirm_right_click.btn[disabled].btn.red, a[confirmed-click].confirm_right_click.btn[disabled].btn.red{
    background-color:rgba(231,80,90, .65);
    border-color:rgba(231,80,90, .65);
}

button[confirmed-click] .box, a[confirmed-click] .box {
    position: absolute;
    border: 1px solid #ccc;
    width: 142px;
    background-color: #f9f9f9;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    cursor: auto;
    z-index: 1000;
}
button[confirmed-click] .box .arrow, a[confirmed-click] .box .arrow{
    border-color: transparent;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px;
}
button[confirmed-click] .box .arrow:after, a[confirmed-click] .box .arrow:after{
    border-color: transparent;
    border-right-color: #fff;
    content: " ";
    bottom: -10px;
    border-width: 10px;

    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    box-sizing: border-box;
}
button[confirmed-click].confirm_right_click .box .arrow, a[confirmed-click].confirm_right_click .box .arrow{
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}
button[confirmed-click].confirm_right_click .box .arrow:after, a[confirmed-click].confirm_right_click .box .arrow:after{
    left: 1px;
    bottom: -10px;
    border-right-color: #fff;
    border-left-width: 0;
}
button[confirmed-click].confirm_left_click .box .arrow, a[confirmed-click].confirm_left_click .box .arrow{
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}
button[confirmed-click].confirm_left_click .box .arrow:after, a[confirmed-click].confirm_left_click .box .arrow:after{
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
}



button[confirmed-click].confirm_top_click .box .arrow, a[confirmed-click].confirm_top_click .box .arrow{
    left: 50%;
    bottom: -11px;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.15);
}
button[confirmed-click].confirm_top_click .box .arrow:after, a[confirmed-click].confirm_top_click .box .arrow:after{
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-color:transparent ;
    border-top-color: #fff;
}
button[confirmed-click].confirm_bottom_click .box .arrow, a[confirmed-click].confirm_bottom_click .box .arrow{
    left: 50%;
    top: -11px;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.15);
}
button[confirmed-click].confirm_bottom_click .box .arrow:after, a[confirmed-click].confirm_bottom_click .box .arrow:after{
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-color:transparent ;
    border-bottom-color: #f7f7f7;
}

button[confirmed-click].confirm_right_click .box, a[confirmed-click].confirm_right_click .box{
    top: -25px;
    right: -155px;
}
button[confirmed-click].confirm_left_click .box, a[confirmed-click].confirm_left_click .box{
    top: -25px;
    left: -155px;
}
button[confirmed-click].confirm_left_click.btn-xs .box, a[confirmed-click].confirm_left_click.btn-xs .box{
    top: -31px;
}
button[confirmed-click].confirm_top_click .box, a[confirmed-click].confirm_top_click .box{
    top: -95px;
    left: 0;
}
button[confirmed-click].confirm_bottom_click .box, a[confirmed-click].confirm_bottom_click .box{
    bottom: -95px;
    left: 0;
}
button[confirmed-click] .box h3, a[confirmed-click] .box h3{
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    margin: 0;
    color: #000;
}



/*confirm click end*/

/*general changes start*/

.btn:hover{
    transition: all .3s;
}

.label-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default{
    background-color: #bac3d0;
    color:#fff;
}
.back_button{
    margin-top: 15px;
}
.back_button>i{
    font-size: 11px;
    margin-right: 3px;
}
.label.label-sm {
    font-weight: 500;
}
table.dataTable tr td{
    vertical-align: middle;
    text-align: center;
}
.breadcrumb{
    padding: 0;
    font-size: 18px;
}
.breadcrumb .fa {
    font-size: 14px;
}
.modal-body p {
    font-size: 16px;
    margin: 10px 0;
}
.dropdown-menu {
    box-shadow: none;
    border: 1px solid #cecece;
}
.modal-header {
    background-color: #337ab7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal .modal-header h3{
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.modal .modal-header .close {
    background-image: url(../../assets/global/img/portlet-remove-icon-white.png)!important;
    width: 11px;
    height: 15px;
    opacity: 0.7;

}
.modal .modal-header .close:hover{
    opacity: 1;
    transition: all .3s;
}
.modal-content {
    border: none;
}

.minicheck .icheckbox_flat-blue, .minicheck .iradio_flat-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 17px;
    height: 17px;
    background-size: 145px;
    border: none;
    cursor: pointer;
}
.minicheck .icheckbox_flat-blue.checked  {
    background-position: -18px 0;
}
.minicheck .icheckbox_flat-blue.disabled {
    background-position: -54px 0;
    cursor: default;
}

.minicheck .iradio_square-blue.checked, .minicheck .iradio_square-blue.checked.hover{
    background-position: -132px 0;
}
.minicheck .icheckbox_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 19px;
    border: none;
    cursor: pointer;
    background-size: 190px;
}
.minicheck .iradio_square-blue.hover {
    background-position: -113px 0;
}
.minicheck .iradio_square-blue {
    background-position: -151px 0;
}

.minicheck .iradio_square-blue.disabled {
    background-position: -170px 0;
    cursor: default;
}

ul{
    list-style: none;
}

.borderless td, .borderless th, .table.borderless>thead>tr>th, .table.borderless>tbody>tr>td {
    border: none;
}
.required_row {
    border: 1px solid #ff1600;
}
.required_field {
    box-shadow: inset 0 0 0 1.5px rgb(228,58,69);
    transition: all 200ms ease-out;
}
h1, h2, h3, h4, h5 {

    font-weight: 500;
}
i:active, p{
    outline: none;
    border: none;
}
.inline_block{
    display: inline-block;
}

.overflow_hidden{
    overflow: hidden;
}
.font_default_color{
    color: #333;
}
.capitalize{
    text-transform: capitalize;
}

.dataTables_filter input[type=search]:focus{
    border-color: #93a1bb;
}
.dataTables_filter input.border_search_active[type=search]{
    border: 1px solid #5897fb;
    color: #4285F4;
    outline: none;
    /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3)!important;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, .3)!important;*/
    -webkit-transition: border-color ease-in-out .15s,color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,color ease-in-out .15s;
    transition: border-color ease-in-out .15s,color ease-in-out .15s;
    animation: border-pulsate-blue 1s infinite;
    -webkit-animation: border-pulsate-blue 1s infinite;
    animation-timing-function: linear;


}
.minicheck .md-icon{
    transform: scale(.9);
}
@keyframes border-pulsate-blue {
    0%   { border-color: #5897fb; }
    50% { border-color: #cadefa; }
    100%   { border-color: #5897fb; }
}
@keyframes border-pulsate-red {
    0%   { border-color: #fb1613; }
    50% { border-color: #cadefa; }
    100%   { border-color: #fb1613; }
}

.dataTables_filter input.empty_border_search_active[type=search]{
    border: 1px solid #fb1613;
    color: #fb1613;
    outline: none;
    /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3)!important;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, .3)!important;*/
    -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, color ease-in-out .15s;
    transition: border-color ease-in-out .15s, color ease-in-out .15s;
    animation: border-pulsate-red 1s infinite;
    -webkit-animation: border-pulsate-red 1s infinite;
    animation-timing-function: linear;


}

.schools.schools_index table#school tr td:first-child.dataTables_empty{
    color: #a94442;
    text-align: center;
}

.display-inlineblock{
    display: inline-block;
}

/*general changes end*/




/*margins paddings start*/

.margin-top-0{
    margin-top: 0!important;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-bottom-0{
    margin-bottom: 0!important;
}
.margin-bottom-5{
    margin-bottom: 5px!important;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-15{
    margin-bottom:15px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-left-5{
    margin-left:5px;
}
.margin-left-10{
    margin-left:10px!important;
}
.margin-left-15{
    margin-left:15px!important;
}
.margin-left-20{
    margin-left:20px!important;
}
.margin-left-30{
    margin-left:30px!important;
}
.margin-right-5{
    margin-right: 5px;
}
.margin-right-20{
    margin-right: 20px;
}
.margin-right-15{
    margin-right: 15px;
}
.margin-right-30{
    margin-right: 30px;
}
.padding-0{
    padding: 0!important;
}
.padding-top-0{
    padding-top: 0!important;
}
.padding-left-0{
    padding-left: 0;
}
.padding-right-0{
    padding-right: 0!important;
}
.dropzone .dz-preview .dz-error-message{
    color: #fff;
}
.dropzone .dz-preview .dz-error-message{
    top:145px
}
/*margins paddings end*/

/*header start*/

.small_device_container{
    background-color: #444d58;
}
.small_device_container>img.logo-default{
    width: 40px;
    margin:0;
    margin-top: 12px;
}
.page-header .page-header-top .small_device_container .menu-toggler {
    margin: 18px 3px 0 0;
}
.page-header .page-header-top .small_device_container .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle{
    overflow: hidden;
    background-color: #444d58!important;
    padding: 8px 0 7px;
}
.page-header .page-header-top .small_device_container .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle:hover .username{
    color: #ffffff;
}
.page-header .page-header-top .small_device_container .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle i{
    margin-right: 10px;
}
.page-header .page-header-top .small_device_container .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a{
    font-size: 13px;
    padding: 8px 12px;
}
.page-header .page-header-top .small_device_container .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #e1e5ec;
}

.page-header .page-header-top .small_device_container .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a i{
    margin-right: 2px;
    font-size: 16px;
    top: 2px;
    position: relative;
}
.page-header .page-header-top .small_device_container .top-menu .navbar-nav>li.dropdown>.dropdown-menu:before,
.page-header .page-header-top .small_device_container .top-menu .navbar-nav>li.dropdown>.dropdown-menu:after{
    width: 0;
    border: 0;
    height: 0;
    display: none;
}

.animated {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/*header end*/

/*top right menu start*/

.top_right_menu .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a .badge {
    margin-right: 10px;
}
.top_right_menu .top-menu .navbar-nav>li.dropdown {
    margin: 0;
    padding: 0 4px;
    height: 50px;
    display: inline-block;
}
.top_right_menu .top-menu .navbar-nav>li>a:focus, .top_right_menu .top-menu .navbar-nav>li>a:hover, .top_right_menu .top-menu .navbar-nav>li.open >a{
    background: none;
}
.top_right_menu .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu:after {
    border-bottom-color: #2e343b;
}
.page-header .top-menu .username{
    color: #BCC2CB;
}
.page-header .top-menu .username:hover{
    color: #FFF;
}

/*top right menu end*/

.top_right_menu .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu {
    background: #2e343b;
    border: 0;
    border-radius: 3px;
}
.navbar-nav>li>.dropdown-menu{
    border-radius: 3px;
}

/*Login page start*/

.login .sso_logo{
    margin: 0 auto;
    width: 360px;
    text-align: right;
    padding: 15px 0;
}
.login .sso_logo img{
    width: 70px;
    height: 70px;
}

.login .login-title {
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    font-size: 24px;
    color: #000;
    text-shadow: 0px 1px 1px #ddd;
    font-weight: 500;
}
.login .login-introduction {
    text-align: center;
    color: #000;
    text-shadow: 0px 1px 1px #ddd;

}
.login .school_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /*width: 150px;*/
    /*height: 150px;*/
    margin-bottom: 20px;
}
.page-header .page-header-top .page-logo .logo-default {
    margin: 5px;
    width: 65px;
}
.page-header .page-header-top .page-logo .logo-default.school_banner_logo {
    margin: 5px;
    width: auto;
    height: 65px;
}
.login .school_info{
    padding-top: 100px;
}
.login .login_messages{
    /*background: url(../../assets/pages/img/bg-white.png);*/
    background-color: rgba(225, 225, 225, 0.5);
    border-radius: 7px;
    padding: 20px 0;

}
.login .form-actions{
    overflow: hidden;
}
.login .content .input-icon{
    border-left: 2px solid #578ebe !important;
}
.page-head .page-title{
    padding-left: 15px;
    padding-right: 15px;
}
/*Login page end*/


/*sso admin top part start*/
.page-header {
    height: inherit;
}
.logo-default{
    width: 40px;
    margin-top: 6px;
}
/*sso admin top part end*/


/*sso admin help start*/
.help.help_index .page-sidebar-menu{
    padding-left: 0;
}
.help.help_index  .help_menu{
    display: none;
}
.help.help_index .page-sidebar-menu ul.sub-menu{
    padding-left: 10px;
}
.help.help_index .help_sidebar_menu .page-sidebar-menu li.nav-item {
    padding: 5px 0;
    cursor: pointer;
    font-size: 17px;
    outline: none;

}
.help.help_index .help_sidebar_menu .page-sidebar-menu li.nav-item>span.title{
    width: 175px;
    display: inline-block;
    padding: 3px 5px;
    outline: none;

}
.help.help_index .help_sidebar_menu .page-sidebar-menu li.nav-item .page_help_list span.title{
    width: 165px;
}
.help.help_index .help_sidebar_menu .page-sidebar-menu li.nav-item>span.title.active, .help.help_index .help_sidebar_menu .page-sidebar-menu li.nav-item>span:hover{
    background-color: #e4e4e4;
}

.help.help_index .help_sidebar_menu .page-sidebar-menu li > a > .arrow:before {
    width: 15px;
    position: absolute;
    right: 10px;
    margin-right: 5px;
    margin-left: 5px;
    display: inline;
    color: #9ba6b0;
    font-size: 25px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
    line-height: 1;
}
.help.help_index .help_sidebar_menu .page-sidebar-menu .sub-menu li > a > .arrow:before{
    font-size: 20px;
}
.help.help_index .help_sidebar_menu .page-sidebar-menu .sub-menu li{
    font-size: 15px;
}
.help.help_index .help_sidebar_menu .sub-menu {
    list-style: none;
    display: none;
    padding: 0;
    margin: 8px 0;
}

.help.help_index .help_sidebar_menu .page-sidebar-menu li > a > .arrow.open:before {
    content: "\f107";
    color: #4285F4;
}

.help.help_index .help_sidebar_menu .page-sidebar-menu li > a {
    float: right;
    padding: 0;
    margin-top: 0;
}

.help.help_index  .help_sidebar_menu {
    padding-bottom: 6px;
    width: 235px;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}


.help.help_index .help_content{
    margin-left: 235px;
    padding: 0 0 0 20px;

}
.help.help_index .help_content_inner{
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.help.help_index .page_help_list{
    overflow: hidden;
}
.page-content_no_height{
    padding: 15px 0;
}

/*sso admin help end*/

/*sso translte edit start*/
.translate.translate_edit .page-sidebar-menu{
    padding-left: 0;
}

.translate.translate_edit  .help_menu{
    display: none;
}
.translate.translate_edit .page-sidebar-menu ul.sub-menu{
    padding-left: 10px;
}
.translate.translate_edit .help_sidebar_menu .page-sidebar-menu li.nav-item {
    padding: 5px 0;
    cursor: pointer;
    font-size: 17px;
    outline: none;

}
.translate.translate_edit .help_sidebar_menu .page-sidebar-menu li.nav-item>span.title{
    width: 175px;
    display: inline-block;
    padding: 3px 5px;
    outline: none;

}
.translate.translate_edit .help_sidebar_menu .page-sidebar-menu li.nav-item .page_help_list span.title{
    width: 165px;
}
.translate.translate_edit .help_sidebar_menu .page-sidebar-menu li.nav-item>span.title.active, .help.help_index .help_sidebar_menu .page-sidebar-menu li.nav-item>span:hover{
    background-color: #e4e4e4;
}

.translate.translate_edit .help_sidebar_menu .page-sidebar-menu li > a > .arrow:before {
    width: 15px;
    position: absolute;
    right: 10px;
    margin-right: 5px;
    margin-left: 5px;
    display: inline;
    color: #9ba6b0;
    font-size: 25px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
    line-height: 1;
}
.translate.translate_edit .help_sidebar_menu .page-sidebar-menu .sub-menu li > a > .arrow:before{
    font-size: 20px;
}
.translate.translate_edit .help_sidebar_menu .page-sidebar-menu .sub-menu li{
    font-size: 15px;
}
.translate.translate_edit .help_sidebar_menu .sub-menu {
    list-style: none;
    display: none;
    padding: 0;
    margin: 8px 0;
}

.translate.translate_edit .help_sidebar_menu .page-sidebar-menu li > a > .arrow.open:before {
    content: "\f107";
    color: #4285F4;
}

.translate.translate_edit .help_sidebar_menu .page-sidebar-menu li > a {
    float: right;
    padding: 0;
    margin-top: 0;
}

.translate.translate_edit  .help_sidebar_menu {
    padding-bottom: 6px;
    width: 240px;
    float: left;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: auto;
    height: 645px;
    /*box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);*/
}


.translate.translate_edit .help_content{
    margin-left: 250px;
    padding: 0 0 0 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.translate.translate_edit .help_content_inner{
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
}
.translate.translate_edit .page_help_list{
    overflow: hidden;
}
.page-content_no_height{
    padding: 15px 0;
}
#translation-texts{
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
    height: 500px;
}
#translation-hedaer-text span {
    font-size: 16px;
}
.translate.translate_edit .input-group {
    margin: 10px;
    width: 100%;
}
.translate.translate_edit .btn_group{
    float:right;
}

.translate.translate_edit .search-header{
    display: flex;
    justify-content: space-between;
}

.translate.translate_edit .search-header input{
     height: 34px;
     padding: 6px 12px;
     background-color: #fff;
     border: 1px solid #c2cad8;
}

/*sso translte edit end*/

/*sso header start */

.page-header .lang-switcher{
    max-height:200px;
    overflow: auto
}
/* sso header end*/
/*sso admin schools start*/
.schools.schools_index .portlet.light{
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.schools.schools_index table#school tr td:first-child{
   text-align: left;
}
.schools.schools_add .form-horizontal .control-label, .schools.schools_edit .form-horizontal .control-label{
    text-align: left;
}
.schools.schools_add #school_tab #selectTimeZone, .schools.schools_add #school_tab #selectTimeZone>div,
.schools.schools_edit #school_tab #selectTimeZone, .schools.schools_edit #school_tab #selectTimeZone>div{
    width: 100%;
}
.block-spinner-bar>div{
    background-color: #002D61;
    border-radius: 3px!important;
}
.block-spinner-bar>div:first-child{
    background-color: #C31230;
    border-radius: 3px!important;
  }

.block-spinner-bar>div:last-child{
    background-color: #000000;
    border-radius: 3px!important;
 }

.loading-message.logo_loader{
    height: 80px;
    width: 80px;
    /*background-image: url(../images/sso_logo_loader.png);*/
    /*background-image: url(../images/sso_logo.png);*/
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center;
    opacity: 0.8;

}
.loading-message.logo_loader .block-spinner-bar{
    margin-top: 40px;
}
.loading-message.logo_loader .block-spinner-bar .bounce1 {
    margin-left: 2px;
    margin-right: 2px;
}
.loading-message.logo_loader .block-spinner-bar .bounce2 {
    margin-left: 1px;
    margin-right: 1px;
}
.loading-message.logo_loader .block-spinner-bar .bounce3 {
    margin-right: 2px;
    margin-left:2px
}
.loading-message.logo_loader .block-spinner-bar>div {
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius: 3px!important;
}
.schools.schools_index .schools_export{
    line-height: 0;
    margin-right: 10px;
}
.schools.schools_index .schools_export .dropdown-menu{
    margin-top: 1px;
    min-width: 141px;
    line-height: 0.5;
    right: inherit;
}
.schools.schools_index .schools_export .dropdown-menu:before, .schools.schools_index .schools_export .dropdown-menu:after{
    content: none;
}

.additional_table .ng-invalid{
    border: 1px solid red;
}

.schools.schools_index .schools_export button{
    min-width: 140px;
    display: block;
}
.schools.schools_index .school_list>a{
    float: right;
}
/*sso admin schools end*/



.iradio_square-blue{
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -o-filter: brightness(80%);
}

.iradio_square-blue.checked, .iradio_square-blue.hover{
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
}


/*sso admin footer start*/

.page-footer {
    font-size: 12px;
    padding: 5px 0;
}
/*sso admin footer end*/



.schools #co_ordinator_tab hr {
    border-top: 1px solid rgba(0, 0, 0, 0.38);
}


.schools.schools_edit .modal-body p{
    margin: 0;
}
.schools.schools_edit .modal-body p.text-danger{
    margin: 10px 0;
}
.schools.schools_edit .modal-body ul.roles_list{
    padding-left: 10px;
}

.schools #billings_details input.send_invoice, .schools #billings_details input.billing_notes{
    width: 80%;
    display: inline-block;
}
.schools #billings_details i{
    margin-left: 5px;
    cursor: pointer;
    line-height: 22px;
}
.schools #billings_details .billable_charges.disable .form-group{
    opacity: 0.6;
}
.schools #billings_details .billable_charges_title{
    margin-bottom: 15px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.schools #billings_details .billable_charges_title .billable_charges_history_wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 32px;
}
.schools #billings_details .billable_charges_title i, .schools #billings_details .billable_charges_title span{
    font-size: 14px;
    margin-left: 20px;
}
.schools #billings_details .mt-checkbox{
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.schools #billings_details .mt-checkbox md-checkbox{
    margin-bottom: 8px;
}
.schools #billings_details .mt-checkbox-list{
    padding-bottom: 0;
}
.schools #billings_details .billable_charges .form-group{
    margin-bottom: 5px;
    padding-top: 0;
}
.schools #billings_details .billable_charges .form-group input{
    margin-top: 0;
}
.schools #billings_details .billable_charges.disable .form-group input{
    margin-top: 0;
    border-color: #888;
}
.schools #billings_details .additional_charges .form-group.form-md-line-input{
    margin: 0;
    padding: 0;
}
.schools #billings_details .billable_charges .form-group.form-md-line-input label{
    /*right:0;*/
    /*left: 0;*/
}
.schools #billings_details .additional_charges .form-group.form-md-line-input input{
    margin: 0;
}
.schools .additional_table table{
    width: 100%;
}
.schools .additional_table table tr td{
    padding: 5px 0;
    vertical-align: top;
    /*border-bottom: 1px solid #888;*/
}
.schools .additional_table table tr td .invice_info{
    display: block;
    font-size: 13px;
}
.schools .additional_table table tr td .invice_info.not_first_item {
    margin-left: 29px !important;
}
.schools .additional_table table tr.disable td{
    /*opacity: 0.6;*/
    color: rgba(51, 51, 51, 0.6);
}
.additional_table table tr td .additional_table_invoice_info,
.additional_table table tr td .additional_table_invoice_details{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.additional_table table tr td .additional_table_invoice_details {
    margin-left: 48px;
}
.additional_table table tr td .additional_table_invoice_details .additional_table_invoice_lock-icon {
    opacity: 0.6;
}
.additional_table table tr td .additional_table_invoice_details .additional_table_invoice_lock-icon:hover {
    opacity: 1;
}
.additional_table table tr td .additional_table_invoice_info .additional_table_invoice_charge-type {
    min-width: 160px;
}
.padding-top-8{
    padding-top: 8px;
}
.schools .confirmInvoiceSentModal label{
    padding-top: 15px!important;
}
.schools .coord_type{
    margin-top: 8px;
    overflow: hidden;
}
.schools .coord_type .main_contact{
    float: left;
}
.schools .coord_type .no_comms{
    float: right;
}
.schools .coord_type .coord_type .md-primary,
.schools .coord_type .main_contact .md-primary,
.schools .coord_type .no_comms .md-primary{
    margin-bottom: 0;
}

/*master super admin start*/

.index.index_index .table-responsive{
    border: none;
}
.index.index_index table#admins{
    border: none;
}
.index.index_index table#admins tr th{
    border-top:1px solid #e7ecf1;
}
.index.index_index table#admins tr td:last-child{
    width: 100px;
}
.index.index_index table#admins tr td:last-child, .index.index_index table#admins tr th:last-child{
    border: none;
}
.index.index_index table#admins tr td:last-child i{
    font-size: 15px;
    margin-right: 12px;
}
.index.index_index table#admins tr.disable td{
    opacity: 0.6;
}
.index.index_index table#admins tr.disable td:last-child{
    opacity: 1;
}
.index.index_index .no_button{
    border: none;
    background: none;
}
.index.index_index .no_button:focus, .index.index_index i:focus{
    border: none;
    outline:none;
}
.index.index_index .no_button i{
    font-size: 18px;
}
.index.index_index i:hover {
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -o-filter: brightness(80%);
    filter: brightness(80%);
}
.addEditAdminModal .form-control[readonly]{
    background: none;
}
.index.index_index .admin_list>button{
    margin-right: 46px;
    margin-bottom: 10px;
}
/*master super admin end*/

/*admin enterprise start*/
.enterprise.enterprise_index #active_organisations_wrapper table tr th,
.enterprise.enterprise_index #inactive_organisations_wrapper table tr th,
.enterprise.enterprise_index #add_org_section table tr th{
    border-top: 1px solid #e7ecf1;
}
.enterprise.enterprise_index #active_organisations_wrapper table,
.enterprise.enterprise_index #active_organisations_wrapper table tr th:last-child,
.enterprise.enterprise_index #active_organisations_wrapper table tr td:last-child,
.enterprise.enterprise_index #inactive_organisations_wrapper table,
.enterprise.enterprise_index #inactive_organisations_wrapper table tr th:last-child,
.enterprise.enterprise_index #inactive_organisations_wrapper table tr td:last-child,
.enterprise.enterprise_index #add_org_section table,
.enterprise.enterprise_index #add_org_section table tr th:last-child,
.enterprise.enterprise_index #add_org_section table tr td:last-child{
    border: none;
}
.enterprise.enterprise_index #active_organisations_wrapper table tr td:last-child,
.enterprise.enterprise_index #inactive_organisations_wrapper table tr td:last-child,
.enterprise.enterprise_index #add_org_section table tr th:last-child,
.enterprise.enterprise_index #add_org_section table tr td:last-child{
    text-align: left;
    max-width: 260px!important;
    width: 260px!important;
}

.enterprise.enterprise_index #inactive_organisations_wrapper, .opacity_08{
    opacity: 0.8;
}
.enterprise.enterprise_index #add_org_section{
    padding-bottom: 150px;
}
.enterprise.enterprise_index #add_org_section .ui-select-bootstrap{
    width: 300px;
    float: left;
    display: inline-block;
}
.enterprise.enterprise_index #add_org_section .link_schools table tr td{
    border: none;
}
.enterprise.enterprise_index #add_org_section .link_schools tr td:last-child{
    vertical-align: middle;
}
.enterprise.enterprise_index #add_org_section .link_schools tr td:last-child button{
    margin-left: 20px;
}
.enterprise.enterprise_index  .link_schools{
    margin-top: 30px;
}

.vert_align_middle{
    vertical-align: middle!important;
}
.enterprise.enterprise_index button[confirmed-click].confirm_right_click .box, .enterprise.enterprise_index a[confirmed-click].confirm_right_click .box {
    top: -33px;
    right: -155px;
}





/*admin enterprise end*/



.invalid_email{
    border: 1px solid red;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    white-space: nowrap;
}

.page-wrapper-row {
    width: 100%;
    display: table-row;
    padding: 0 0 10px 0;
}

.page-wrapper-row.full-height {
    height: 100%;
}

/* Footer */
.page-footer {
    background: #3b434c;
    color: #a2abb7;
    margin-top: auto;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    padding: 17px 0;
}

.page-footer a {
    color: #e6e6e6;
}

.page-footer a:hover {
    color: #f2f2f2;
}

@media (max-width: 991px) {
    /* 991px */
    .page-prefooter {
        padding-bottom: 10px;
    }

    .page-prefooter .footer-block {
        margin-bottom: 20px;
    }

    .page-prefooter > .container {
        width: 100%;
        max-width: none !important;
        margin: 0 !important;
    }

    .page-footer > .container {
        width: 100%;
        max-width: none !important;
        margin: 0 !important;
    }
}

.page-main {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}