.treeview ul.treeview-menu span i {
    display: none;
}

.pre-loder {
    position: absolute;
    top: 0px;
    z-index: 9999;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
}

.pre-loder {
    position: fixed;
    top: 0px;
    z-index: 9999;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    background:#b5b5b587;
}

.pre-loder-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.alert.alert-danger.alert-dismissible h4 span {
    font-size: 16px;
    font-weight: normal;
}

.alert.alert-danger.alert-dismissible {
    padding: 1px;
    line-height: 17;
    margin-bottom: 0px !important;
    padding-top: 7px;
    padding-left: 15px;
}

section.content-header h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
}

section.content-header h1 {
    font-size: 24px;
}

.alert.alert-danger.alert-dismissible button {
    margin-right: 30px;
    margin-top: 2px;
}

.dataTables_paginate {
    border: 1px solid #ccc;
    margin-top: 8px;
    padding-top: 0px !important;
    border-radius: 4px;
}

a.paginate_button {
    border: 0px !important;
    background: #f00;
    margin-left: 0px !important;
    border-radius: 0px !important;
    background-color: #eee;
    border-color: #ddd;
}

.dataTables_filter input[type="search"] {
    border: 1px solid #ccc;
}

/*.dt-button {
    padding: 6px 23px !important;
    background: #3d8dbc !important;
    border: 0px !important;
    color: #fff !important;
}*/

.dataTable td {
    font-size: 14px;
    text-transform: capitalize;
}

table.dataTable thead th, table.dataTable thead td {
    border: 1px solid #ccc !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    border: 1px solid #ccc;
}

table.dataTable thead .sorting_desc:after {
    content: "\e156";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

a.paginate_button.current {
    background: #f9cf26 !important;
}



.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.hide-this {
    display: none;
}

.main-wraper {
    width: 600px;
    margin: 0 auto;
}

.left-section, .right-section {
    width: 50%;
    float: left;
}

.main-wraper:after {
    content: "";
    display: block;
    clear: both;
}

.login-wrap input {
    width: 100%;
    padding: 13px;
    margin-bottom: 11px;
    border: 0px;
}

.login-wrap:after {
    content: "";
    width: 1px;
    height: 261px;
    background: #f7f7f7;
    position: absolute;
    left: -58px;
    top: 0px;
}

.login-wrap {
    position: relative;
}

.login-wrap {
    width: 100%;
    padding: 17px;
    font-family: sans-serif;
}

    .login-wrap h2 {
        margin-top: 0px;
        text-transform: uppercase;
    }

.login-page {
    background-image: url('../img/school-bg.svg');
    background-size: cover;
    background-attachment: fixed;
}

.button-section a#btnLogin {
    padding: 10px;
    background: #ff2938;
    margin-top: 10px;
    display: inline-block;
    margin-right: 11px;
    color: #fff;
    font-size: 13px;
    padding: 11px 20px;
}

.button-section label a {
    color: #053543;
}

div#dncalendar-header h2 {
    margin-top: 0px;
}

div#dncalendar-body td {
    padding: 4px;
    text-align: center;
    /* background: #f00; */
    border: 1px solid #ccc;
}

ul.dncalendar-note-list {
    padding-left: 0px;
}

ul.dncalendar-note-list {
    margin-bottom: 0px;
    list-style-type: none;
}

ul.dncalendar-note-list {
    margin-top: 10px;
    color: #dd4b39;
}

.dncalendar-body table td.calendarClick.note:before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    content: "";
    border-top: 5px solid #d00;
    border-right: 5px solid #d00;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.default-date {
    position: relative;
}

.panel-body ul {
    padding-left: 0px;
}

.panel-body li {
    margin-bottom: 11px;
    border-bottom: 1px dotted #ccc;
    /*padding-bottom: 13px;*/
}

.loader {
    margin: 0 auto;
}

.custom-header h2 {
    margin-top: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    float: left;
}

li.header-user {
    padding-top: 14px;
    color: #fff;
    font-size: 16px;
}

.left-section.custom-left-login {
    padding-top: 66px;
}

    .left-section.custom-left-login h2 {
        margin-top: 0px;
        font-family: cursive;
        font-size: 18px;
    }

.custom-header h2 span {
    font-size: 16px;
    margin-right: 10px;
}

/*.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 230px;
}*/

/*.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 230px;
}*/
/*.sidebar-collapse nav.navbar.navbar-static-top.custom-header {
    margin-left: 50px;
}*/
/*.main-header .navbar {
    margin-left: 0px !important;
}*/

.custom-header h2 img {
    max-height: 40px;
    margin-top: 1px;
    max-width: 200px;
}

.custom-header h2 {
    margin-bottom: 0px;
    margin-top: 3px;
}

div#login-page .container {
    display: table-cell;
    vertical-align: middle;
}

div#login-page {
    display: table;
    width: 100%;
    height: 100%;
    /* vertical-align: middle; */
}

.login-page body, html.login-page {
    height: 100%;
    overflow-y: hidden;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

span.poor {
    background: #ff6284;
    color: #fff;
    padding: 1px 4px;
    font-size: 11px;
    margin-left: 10px;
    border-radius: 3px;
}

span.good {
    background: #4CAF50;
    /* color: #fff; */
    color: #fff;
    padding: 1px 4px;
    font-size: 11px;
    margin-left: 10px;
    border-radius: 3px;
}

span.veryGood {
    background: #00e609;
    /* color: #fff; */
    color: #171717;
    padding: 1px 4px;
    font-size: 11px;
    margin-left: 10px;
    border-radius: 3px;
}

.box-body h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.dncalendar-header .dncalendar-links .dncalendar-prev-month {
    position: absolute;
    left: 10px;
    background: url('../img/arrow.png') no-repeat 0 0;
    background-size: 148px 31px;
}

.dncalendar-header .dncalendar-links .dncalendar-next-month {
    position: absolute;
    right: -6px;
    background-size: 148px 31px;
}

.box-body h3 span {
    font-size: 14px;
    margin-left: 10px;
}

.custom-multi-stepsfrom li {
    display: inline-block;
    margin-left: 50px;
    margin-top: 29px;
    margin-right: 50px;
}

.custom-multi-stepsfrom ul {
    padding-left: 0px;
}

.custom-multi-stepsfrom ul {
    text-align: center;
}

.custom-multi-stepsfrom span {
    display: block;
    padding: 10px;
    background: #cacaca;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 6px;
    color: #ffffff;
}

li.step-1:after, li.step-2:after, li.step-3:after, li.step-4:after, li.step-5:after {
    content: "";
    position: absolute;
    left: 23px;
    width: 106px;
    height: 6px;
    background: #e0e0e0;
    /* left: 0px; */
    top: 10px;
}

li.step-1, li.step-2, li.step-3, li.step-4, li.step-5 {
    position: relative;
}

    li.step-1 span, li.step-2 span, li.step-3 span, li.step-4 span, li.step-5 span {
        position: relative;
        z-index: 10;
    }

.active-step:after, .active-step span {
    content: "";
    background: #54ce56 !important;
}

.dncalendar-header .dncalendar-links div {
    cursor: pointer;
    width: 35px;
    height: 35px;
    -webkit-user-select: none;
    touch-action: pan-y;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.dncalendar-header .dncalendar-links .dncalendar-prev-month {
    position: absolute;
    left: 10px;
    background: url(../img/arrow.png) no-repeat 0 0;
    background-size: 75px !important;
}

.dncalendar-header .dncalendar-links div {
    cursor: pointer;
    width: 96px;
    height: 35px;
    -webkit-user-select: none;
    touch-action: pan-y;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.dncalendar-header .dncalendar-links .dncalendar-next-month {
    position: absolute;
    right: -6px;
    background: url(../img/arrow.png) no-repeat -111px 0px;
    background-size: 137px 18px !important;
    /* background-size: 75px !important; */
    width: 35px !important;
    height: 24px !important;
}

.custom-dataTable-checkbox {
    /*table-layout: fixed;*/
}

    .custom-dataTable-checkbox thead th:last-child {
        width: 46px;
    }

    .custom-dataTable-checkbox thead th:first-child {
        width: 31px !important;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }

    .custom-dataTable-checkbox thead th {
        vertical-align: middle;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.site-min-height:after {
    content: "";
    display: block;
    clear: both;
}

.add_create_button {
    position: absolute;
    z-index: 999;
    right: 15px;
    border: 0px !important;
    width: 83px;
    border-radius: 5px !important;
    background: #428bca !important;
    color: #fff !important;
    text-align: center;
    padding: 6px;
    top: 0px;
}

.dataTables_filter {
    margin-right: 113px;
    margin-top: 7px;
}

.errorClass {
    border: solid 1px;
    color: red;
}


/*.menu-js-open ul {
    display: block;
}*/
li.only-phone {
    display: none;
}
ul.dncalendar-note-list {
    margin-left: 0px;
}

ul.dncalendar-note-list li:after {
        content: ",";
        position: absolute;
}

ul.dncalendar-note-list li {
        float: left;
        margin-right: 10px;
}

ul.dncalendar-note-list:after {
        content: "";
        display: block;
        clear: both;
}

@media all and (max-width: 699px) and (min-width: 300px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    li.only-phone {
        display: block;
    }
    ul.nav.pull-right.top-menu li:first-child {
        display: none;
    }

}
table.dataTable thead .sorting {
    background-image: url('../img/sort_both.png') !important;
}


table.dataTable thead .sorting_asc {
    background-image: url('../img/sort_asc.png') !important;
}
.custom-hide{display:none;}
.custom-hide1 {
    display: none;
}
div#divMonth li {
    float: left;
    list-style-type: none;
    margin-right: 19px;
    border-bottom: 0px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 20px;
}

div#divMonth li input {
        margin-right: 8px;
    }

div#divMonth li input {
        margin-right: 8px;
        padding: 13px;
        width: 19px;
        height: 19px;
        /* margin-top: 9px; */
        float: left;
    }
/*new css start*/
.custom-fee-submit {
    font-size: 18px;
}

    .custom-fee-submit tbody td {
        font-size: 19px;
        text-transform: capitalize;
        text-align: center;
    }

    .custom-fee-submit .dataTable thead {
        background: #e6e6e6;
    }

.custom-fee-submit .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.custom-fee-submit .dataTables_filter {
    margin-right: 15px;
    margin-top: 7px;
}

.custom-fee-submit .dataTables_filter input[type="search"] {
    border: 1px solid #ccc;
    border: 0px;
    border-radius: 15px;
    padding: 4px;
}

.top-div-section {
    background: #3c8dbc;
}

.custom-fee-submit button.dt-button.buttons-print {
    background: #3c8dbc !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 4px;
    margin-left: 12px;
    font-weight: bold;
}
.custom-fee-submit div#PaidFeeSumary_length {
    display: none;
}
.custom-fee-submit .dt-button {
    background: #3c8dbc !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 4px;
    margin-left: 12px;
    font-weight: bold;
}
.custom-fee-submit div#PaidFeeSumary_length {
    display: none;
}
.custom-fee-submit .dt-button {
    background: #3c8dbc !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 4px;
    margin-left: 12px;
    font-weight: bold;
    display: inline-block;
    overflow: inherit;
}
.disabled-button {
    background: #ccc !important;
    color: #777 !important;
}

.custom-fee-submit .dataTables_filter input[type="search"] {
    background: #dcdcdc;
}

.custom-fee-submit table.dataTable thead th, .custom-fee-submit table.dataTable thead td, .custom-fee-submit table.dataTable tbody td {
    padding: 5px 15px !important;
}

.custom-fee-submit button.dt-button.buttons-print:hover {
    background: #e0e0e0 !important;
    color: #3c8dbc !important;
}

.custom-fee-submit .dataTables_filter input[type="search"] {
    border: 1px solid #ccc;
    border: 0px;
    border-radius: 15px;
    padding: 4px;
    padding-left: 19px;
    font-weight: normal;
}
.custom-fee-submit div#PaidFeeSumary_info {
    display: none;
}

.custom-fee-submit div#PaidFeeSumary_paginate {
    display: none;
}
/*only for data table*/
.dataTables_length {
    /*visibility: hidden;*/
}
/*data table end*/
/*end*/


/*slider Button checkbox*/

        .ErrorMsg {
            border: 1px solid #ff0000;
        }

        .select2-container {
            width: 100% !important;
        }

        .switch {
            position: relative;
            display: inline-block;
            width: 44px;
            height: 20px;
        }

            .switch input {
                display: none;
            }

        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: red;
            -webkit-transition: .4s;
            transition: .4s;
        }

            .slider:before {
                position: absolute;
                content: "";
                height: 15px;
                width: 14px;
                left: 0px;
                bottom: 4px;
                background-color: white;
                -webkit-transition: .4s;
                transition: .4s;
            }

        input:checked + .slider {
            background-color: forestgreen;
        }

        input:focus + .slider {
            box-shadow: 0 0 1px forestgreen;
        }

        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%;
            }


/*news command events custom css*/
.create_NewsOrEven_button {
    margin: -1px 16px 0 0px;
    padding: 10px;
    width: 100px;
    /*background: #03A89E !important;*/
}

.custom_Header {
    border-bottom-color: #f4f4f4;
    margin: -24px 0px -23px 0px;
    background: #3C8DBC;
    color: white;
}

.Event_Header {
    margin: -24px 0px -23px 0px;
}

.News_Footer {
    margin: -29px 0 0;
    background: #3C8DBC;
}
.custom_Footer {
    background: #03A89E;
    margin: -29px 0 0;
}

.footer_button {
    border-color: #d73925;
    border: solid 1px white;
}
.disabled-button {
    opacity: 0.6;
}
.disabled-button {
    opacity: 0.6;
}
.meeting-app {
    width: 100% !important;
    height: 100vh !important;
}

html, body {
    min-width: 100% !important;
}
 

/** Responsive table start
    **/
.custom-responsiveTable table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.custom-responsiveTable table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

custom-responsiveTable table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.custom-responsiveTable table th,
.custom-responsiveTable table td {
    padding: .625em;
    text-align: center;
}

.custom-responsiveTable table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .custom-responsiveTable table {
        border: 0;
    }

        .custom-responsiveTable table caption {
            font-size: 1.3em;
        }

        .custom-responsiveTable table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .custom-responsiveTable table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .custom-responsiveTable table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            .custom-responsiveTable table td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .custom-responsiveTable table td:last-child {
                border-bottom: 0;
            }
}
/* general styling */
body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}
/*Resposive table end*/

table#tblClasses thead tr th {
    background-color: #3c8dbc;
    color: white;
}

.custom-logo {
    display: inline-block;
    width: 51px;
    height: 49px;
    margin-top: 1px;
}

.img-thumbnail {
    padding: 1px !important;
}

.small-box .inner h4 {
    font-size: 1.5rem !important;
    text-shadow: 1px 2px 3px #000;
}

 
.login-page body, html.login-page {
    overflow-x: hidden;
}

.login-wrap:after {
    content: "";
    left: -22px;
    top: 0px;
}

.main-footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

@media (max-width: 767px) {
    li.dropdown.only-desktop {
        display: none !important;
    }
    h2.form-login-heading {
        font-size: 40px;
    }
    div#login-page { 
        background: rgb(255 255 255 / 53%);
    }
    body {
        margin: 0px !important;
    }
     
    .button-section {
        margin: 0 auto;
        display: inline-block;
    }
    .login-wrap {
        width: inherit !important;
        overflow: hidden;
    }

    .left-section, .right-section {
        width: 65%;
        float: left;
        text-align: center;
    }
    a.logo {
        display: none !important;
    }
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 35px !important;
    }
} 
 