* {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

body {
    font-size: 15px;
    font-family: "gothic";
    margin-bottom: 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Montserrat";
}

#header, #main-content, #footer {
    width: 100%;
    float: left;
    position: relative;
}

#header {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    border-bottom: #ccc solid thin;
    background: #fff;
}

.wrapper {
    width: 100%;
    margin: auto;
    position: relative;
}

.overflow-hidden {
    overflow-X: hidden;
    position: relative;
}

img {
    border: 0;
    width: 100%;
}

.span-12 {
    width: 100%;
    float: left;
}

.span-8 {
    width: 65%;
    float: left;
}

.span-6 {
    width: 49%;
    float: left;
}

.span-5 {
    width: 30%;
    float: left;
}

.span-4 {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

    .span-4:last-child {
        margin-right: 0;
    }

.span-3 {
    width: 31%;
    margin: 10px 1% 0;
    float: left;
}

.span-7 {
    width: 68%;
    margin-right: 2%;
    float: left;
}

p {
    text-align: justify;
    font-family: "open-sans";
    font-size: 17px;
    color: #666;
}

.clear {
    clear: both;
}

ul li {
    float: left;
    list-style: none;
}

input, select, textarea {
    transition: all 0.4s ease;
    border: #ccc solid thin;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
}


input, select {
    height: 30px;
    padding-left: 5px;
    float: left;
}

textarea {
    resize: none;
    padding-top: 5px;
    padding-left: 5px;
}

select {
    width: 99%;
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .form-group .form-group-inline {
        width: 48.5%;
        float: left;
    }

        .form-group .form-group-inline:first-child {
            margin-right: 3%;
        }

.form-group-small .form-group-inline {
    width: 25%;
}

    .form-group-small .form-group-inline:first-child {
        margin-right: 10%;
    }

.form {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
}

.form-col-3 .form-group-inline {
    width: 31%;
    margin-right: 3.5%;
}

    .form-col-3 .form-group-inline:first-child {
        margin-right: 3.5%;
    }

    .form-col-3 .form-group-inline:last-child {
        margin-right: 0;
    }

label {
    width: 100%;
    color: #000;
    font-size: 16px;
    margin-bottom: 7px;
    float: left;
}

.inpt {
    width: 100%;
}

input[type="text"]:focus, select:focus, textarea:focus {
    border: #999 solid thin;
}

input, select, textarea {
    outline: none;
}

.inpt input, .inpt textarea, .inpt select {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    color: #666;
}


.inpt textarea {
    height: 130px;
    line-height: 20px;
    padding-bottom: 5px;
}

.cal {
    background: url(../images/cal.png) no-repeat right;
}

a {
    text-decoration: none;
    color: #333;
}

i {
    width: 25px;
    height: 25px;
    float: left;
}

.btn {
    padding: 7px 15px;
    font-family: "gothic";
    font-size: 14px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-dark-outline {
    border: #4c5667 solid 1px;
    color: #4c5667;
}

    .btn-dark-outline:hover {
        background: #4c5667;
        color: #fff;
    }


.btn-blue {
    background: #3fb0db;
    border: #3fb0db solid thin;
    box-sizing: border-box;
    color: #fff;
}

    .btn-blue:hover {
        background: none;
        color: #3fb0db;
    }

.form-group .btn {
    height: auto;
    margin-right: 10px;
}

    .form-group .btn:last-child {
        margin-right: 0;
    }

.logo {
    margin: 10px 20px;
    overflow: hidden;
    position: relative;
    width: 165px;
    float: left;
}


#side-section {
    width: 270px;
    position: fixed;
    background: #364351;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    overflow: auto;
    box-sizing: border-box;
    transition: none;
    z-index: 1;
}

.top-left {
    width: 270px;
    float: left;
}

#header .btn-dark-blue-solid {
    float: left;
    margin-top: 20px;
}


.btn i {
    font-size: 25px;
    margin-right: 5px;
}


.side-nav li {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

    .side-nav li.dropdown::after {
        display: block;
        position: absolute;
        font-family: "Ionicons";
        content: "\f3d0";
        right: 10px;
        top: 18px;
        font-size: 17px;
        color: #fff;
    }

.side-nav a {
    border-left: 3px solid transparent;
    color: #969fa9;
    display: block;
    font-family: "Montserrat";
    font-size: 17px;
    //line-height: 40px;
    overflow: hidden;
    padding: 7px 0;
    //text-overflow: ellipsis;
    //white-space: nowrap;
    padding-right: 30px;
}

    .side-nav a.active, .side-nav a:hover {
        color: #3baeda;
    }

    .side-nav a.active {
        border-color: #3baeda;
        background: #404856;
    }



    .side-nav a i {
        font-size: 25px;
        width: 30px;
        text-align: center;
        margin: 0 15px;
    }

    .side-nav a.active i, .side-nav a:hover i {
        color: #fff;
    }

.drp-this {
    display: none;
    transition: 0;
}

.side-nav .drp-this {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 30px;
}

    .side-nav .drp-this a {
        padding-left: 20px;
        position: relative;
        font-size: 16px;
        line-height: 18px;
    }

        .side-nav .drp-this a::before {
            display: inline-block;
            height: 1px;
            position: absolute;
            background: #5e6879;
            content: ' ';
            width: 15px;
            margin-right: 10px;
            vertical-align: middle;
            left: -2px;
            top: 15px;
        }

        .side-nav .drp-this a.active {
            background: none;
        }

    .side-nav .drp-this::before {
        border-left: thin solid #5e6879;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
    }

.side-heading {
    background: #2d3a48;
    color: #fff;
    padding: 10px 0;
    display: block;
    width: 100%;
    font-size: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    //margin:20px 0;
    cursor: pointer;
    position: relative;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
    clear: both;
}

#main-content {
    display: block;
    margin: 0 20px;
    margin-top: 100px;
    width: auto;
    position: relative;
    float: none;
    transition: none;
}

.data-left {
    float: left;
}

.data-right {
    float: right;
}

.pro-img, .notify {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.pro-img {
    padding: 10px 0;
    padding-right: 45px;
    margin-left: 15px;
}

a.pro-img::after {
    position: absolute;
    right: 15px;
    content: '\f3d0';
    font-family: "Ionicons";
    color: #666;
    font-size: 25px;
    top: 28px;
}


.pro-img img {
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: rgba(0,0,0,0.2) solid 3px;
}

.clr-dark {
    background: #364351;
}

.num {
    font-size: 28px;
}

table {
    width: 100%;
}

.row {
    width: 100%;
    float: left;
}

.well {
    padding: 10px;
    border: #ccc solid thin;
}

.cols {
    margin-bottom: 30px;
}

.scroll-table {
    width: 100%;
    float: left;
}

.vertical-scroll {
    width: 100%;
    float: left;
}



.heading {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    float: left;
}

.heading-main {
    margin-bottom: 40px;
}

.heading h1 {
    font-size: 25px;
    color: #666;
    font-weight: bold;
    float: left;
}

.heading h2 {
    font-size: 21px;
    color: #333;
    padding: 10px 0;
    float: left;
}

    .heading h2 span {
        color: #336699;
    }

.txt-link {
    color: #1c87cb;
    font-size: 18px;
}

.heading .txt-link {
    position: absolute;
    right: 0;
    bottom: 15px;
    text-transform: uppercase;
}

.row-brdr {
    padding: 10px 0;
    border-bottom: #ccc solid thin;
}

    .row-brdr:first-child {
        padding-top: 0;
    }

.txt-danger {
    color: #f36762;
}

.txt-success {
    color: #aec454;
}

.menu {
    float: left;
    display: block;
    font-size: 30px;
    color: #666;
    margin-right: 10px;
    padding: 25px 18px;
    display: block;
    cursor: pointer;
    border-right: #ccc solid thin;
    border-left: #ccc solid thin;
}

.drp-this {
    float: left;
    width: 100%;
    transition: none;
}

#header .drp-this {
    position: absolute;
    background: #1d3d5c;
    top: 80px;
    left: 0;
    display: none;
}

.usr-btn .drp-this {
    width: 100%;
}

.notify {
    top: 0;
    cursor: pointer;
    padding: 25px 18px;
    font-size: 30px;
    display: block;
}

    .notify:hover, .menu:hover {
        background: #ccc;
    }

    .notify .icon {
        color: #fff;
    }

.usr-btn .drp-this a {
    color: #fff;
    padding: 15px 0;
    padding-left: 10px;
    display: block;
}

#header .notify .drp-this {
    right: 0;
    left: auto;
    width: 400px;
    top: 84px;
    background: #fff;
    border: #ccc solid thin;
    padding: 10px;
    z-index: 5;
}

.inner-heading {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    font-size: 20px;
    color: #336699;
    font-weight: bold;
    border-bottom: #ccc solid thin;
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.inner-heading-1 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.inner-heading::before {
    font-family: "Ionicons";
    content: "\f10b";
    display: block;
    position: absolute;
    margin-right: 15px;
    left: 0;
    color: #3fb0db;
}

.inner-heading h3 {
    color: #333;
    font-weight: bold;
    float: left;
}

.inner-heading h4 {
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

.top-mrgn-15 {
    margin-top: 15px;
}

.block {
    display: block;
    width: 100%;
    margin: 7px 0;
    clear: both;
    float: left;
    line-height: 35px;
}

.hide-inpt input {
    margin-left: -20px;
}

    .hide-inpt input:checked + label::after {
        background: #1c87cb;
        border-color: #16608f;
        content: '\f121';
        font-family: "Ionicons";
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        width: 100%;
        height: 100%;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

.xtra-txt {
    display: inline-block;
    font-family: "open-sans";
    color: #666;
}

.side-hide {
    margin-left: -270px;
}

.inpt-txt {
    font-size: 21px;
}

    .inpt-txt p {
        margin-top: 0;
        font-size: 15px;
        color: #000;
    }

.form-brdr {
    padding: 13px 0;
    padding-left: 15px;
    font-size: 18px;
    color: #336699;
    border-top: #ccc solid thin;
    border-bottom: #ccc solid thin;
}

.txt-grey {
    font-family: "open-sans";
    font-size: 14px !important;
    color: #666;
}

    .txt-grey i {
        font-size: 20px;
    }

.row-inr {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.txt-blue {
    color: #3baeda;
}

.txt-green {
    color: #8dc153;
}

.txt-greenish {
    color: #36bc9b;
}

.txt-dark-blue {
    color: #4b89dc;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.nav-tabs {
    width: 100%;
    float: left;
}

    .nav-tabs a {
        display: block;
        padding: 15px 10px;
        font-family: "Montserrat";
        font-size: 16px;
        border-bottom: #ccc solid thin;
        position: relative;
    }

        .nav-tabs a:hover, .nav-tabs .active a {
            background: #4c5667;
            color: #fff;
        }

    .nav-tabs .active a {
        padding-left: 30px;
    }

        .nav-tabs .active a::before, .inr-side-section .nav-tabs li a.active::before {
            color: #3baeda;
            content: "\f10b";
            display: block;
            font-family: "Ionicons";
            font-size: 20px;
            left: 8px;
            position: absolute;
            top: 12px;
        }

.form-inline {
    width: 100%;
    float: left;
}

    .form-inline .form-cols {
        width: auto;
        float: left;
        margin-right: 2%;
    }

    .form-inline label {
        float: left;
        width: 20%;
        margin-right: 10px;
        line-height: normal;
        margin-bottom: 0;
        padding-top: 8px;
        position: relative;
    }

        .form-inline label::after {
            content: ':';
            right: 0;
            position: absolute;
            display: block;
            top: 10px;
        }

    .form-inline .inpt label {
        width: 100%;
        margin-bottom: 5px;
    }

        .form-inline .inpt label::after {
            display: none;
        }

    .form-inline .inpt {
        float: left;
        width: auto;
        width: 78%;
    }

    .form-inline .full-inpt {
        width: 100%;
    }

    .form-inline .inpt .span-3 {
        margin-top: 0;
    }

    .form-inline .inpt .span-4 {
        margin: 0 1%;
        width: 22%;
    }

    .form-inline .inpt .btn {
        margin-top: 33px;
    }

    .form-inline .inpt .span-4:first-child {
        margin-left: 0;
    }

input[type="submit"] {
    cursor: pointer;
}

.search {
    float: left;
    width: 400px;
    position: relative;
    border-right: #ccc solid thin;
}



    .search input[type="text"] {
        width: 100%;
        padding-right: 40px;
        border: none;
        height: 83px;
        line-height: 40px;
        font-size: 16px;
    }

    .search .btn {
        color: #3baeda;
        font-family: "Ionicons";
        font-size: 30px;
        line-height: 83px;
        height: 83px;
        padding: 0;
        width: 35px;
        font-weight: bold;
        border-radius: 0;
        border: none;
        position: absolute;
        right: 10px;
        background: none;
    }

.side-search {
    float: left;
    width: 90%;
    position: relative;
    margin-left: 12px;
    display: block;
    margin-bottom: 15px;
}

    .side-search .btn {
        color: #7b828d;
        font-family: "Ionicons";
        font-size: 30px;
        line-height: 40px;
        height: 45px;
        padding: 0;
        width: 35px;
        font-weight: bold;
        border-radius: 0;
        border: none;
        position: absolute;
        right: 10px;
        background: none;
    }

    .side-search input[type="text"] {
        width: 100%;
        padding-right: 40px;
        height: 45px;
        line-height: 40px;
        font-size: 13px;
        border: #4c5667 solid thin;
        border-radius: 50px;
        background: #2a3039;
        color: #7b828d;
        padding-left: 10px;
    }

.accordion-head {
    width: 100%;
    float: left;
    padding: 15px 10px;
    border: #ccc solid thin;
    position: relative;
}

    .accordion-head h3 {
        float: left;
        width: 40%;
        color: #333;
        font-size: 20px;
    }

    .accordion-head i.icon {
        float: none;
        position: absolute;
        top: 11px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #aaa;
        color: #fff;
        font-size: 18px;
        border-radius: 50%;
    }

.accordion-data {
    padding: 15px 10px;
    border: #ccc solid thin;
    border-top: none;
    float: left;
    transition: none;
    width: 100%;
}



.row-1, .row-2 {
    float: left;
    width: 97.5%;
    border-bottom: #000 solid thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
}


.col-1, .col-2, .col-3 {
    float: left;
}



.btn-sm {
    font-size: 13px;
    padding: 2px 10px;
}

    .btn-sm i {
        font-size: 18px;
    }

.cal {
    background: url(../images/cal.png) right no-repeat;
}

#header h2 {
    float: left;
    color: #fff;
    margin-top: 30px;
}

.note {
    width: 100%;
    float: left;
    color: #666;
}

    .note span {
        color: #cd4762;
        font-weight: bold;
    }

.text-center {
    text-align: center !important;
}

.btn-center {
    float: none;
    display: inline-block;
}

.count .span-4 {
    position: relative;
    border: #e5e5e5 solid 2px;
}

.count i {
    position: absolute;
    font-size: 55px;
    width: auto;
}

.count .counting {
    margin-left: 60px;
}

    .count .counting h2 {
        font-size: 30px;
    }

        .count .counting h2::after {
            position: relative;
            width: 50px;
            height: 1px;
            background: #ccc;
            content: "";
            display: block;
            margin: 10px 0;
        }

.count a {
    display: block;
    padding: 20px 30px;
}

    .count a:hover {
        background: #f0f0f0;
    }

.content {
    margin-top: 50px;
}

.count a:hover i {
    transform: scale(1.3);
}

.count .counting span {
    color: #666;
    font-size: 16px;
}

.span-5-1 {
    width: 45%;
}

.span-7-1 {
    width: 53.5%;
    height: 490px;
}

.height-max {
    max-height: 400px;
}

.tble-design th, .tble-design td {
    padding: 12px 7px;
}

.tble-design th {
    background: #4c5667;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

.tble-design .x-big {
    width: 50%;
}

.tble-design .small {
    width: 17.5%;
}

.tble-design .x-small {
    width: 15%;
}

.table-border td {
    border-bottom: #ccc solid thin;
    font-size: 14px;
    color: #4c5667;
}

.table-odd-row td {
    border-bottom: none;
}

.table-odd-row tr:nth-child(odd) td {
    background: #e6e6e6;
}

.table-border tr:last-child td {
    border-bottom: none;
}

.status {
    border-radius: 30px;
    color: #fff;
    font-size: 11px;
    padding: 5px 7px;
    letter-spacing: 1px;
}

    .status.completed {
        background: #a5bb2e;
    }

    .status.inprogress {
        background: #f1b83a;
    }

.btn-mrgn-top {
    margin-top: 10px;
}

.block-radio .block-inr {
    float: left;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.block-radio input {
    margin-left: -50px;
}

input[type="radio"] {
    float: left;
    width: auto;
}

.block-radio .block-inr label {
    background: #e5e5e5 none repeat scroll 0 0;
    color: #aeaeae;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    padding: 7px 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.block-radio {
    float: left;
}

    .block-radio input.same-clr:checked + label {
        color: #fff;
        background: #4EA5DF;
    }

.inr-side-section .block-radio {
    width: 100%;
    display: block;
}

    .inr-side-section .block-radio .block-inr {
        margin: 0;
        width: 50%;
        text-align: center;
    }

        .inr-side-section .block-radio .block-inr label {
            font-size: 15px;
        }

.stdnt-fclty {
    display: none;
}

/* modal-popup */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    background: rgba(0,0,0,0.7);
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .modal-header .heading {
        margin-bottom: 0;
        color: #4C5667;
    }

    .modal-header .close {
        margin-top: 10px;
    }

.close {
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.7;
    text-shadow: 0 1px 0 #000;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.modal-body {
    position: relative;
}

.modal-dialog {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    float: none;
    display: inline-block;
    text-align: left;
    margin-top: 50px;
}

.modal-med {
    width: 60%;
}

.btn-grps .btn {
    height: auto;
    margin-right: 7px;
}

    .btn-grps .btn:last-child {
        height: auto;
        margin-right: 0;
    }

#side-section {
    left: -270px;
}

.breadcrums {
    float: right;
    margin-top: 10px;
}

    .breadcrums li a {
        font-family: "Montserrat";
        font-size: 14px;
        position: relative;
        padding-right: 15px;
        border-right: #ccc solid thin;
    }

    .breadcrums li:last-child a {
        padding-right: 0;
        border-right: none;
        padding-left: 15px;
    }

    .breadcrums li a.active {
        color: #3baeda;
    }

.x-med {
    width: 30%;
}

.col-3 .x-med {
    width: 40%;
}

.col-3 .small {
    width: 20%;
}

.txt-links a {
    color: #3baeda;
}

.tble-mrgn-top {
    margin-top: 15px;
}

.inr-side-section {
    width: 19%;
    float: left;
    border: #e5e5e5 solid thin;
}

.section {
    width: 80%;
    float: right;
}

.inr-side-section li {
    float: left;
    width: 100%;
    display: block;
}

    .inr-side-section li:last-child a {
        border-bottom: none;
    }

    .inr-side-section li a:hover, .inr-side-section li a.active {
        background: #4c5667;
        color: #fff;
    }

    .inr-side-section li a.active {
        padding-left: 30px;
    }

        .inr-side-section li a.active::before {
            position: absolute;
            display: block;
            content: "\f10b";
            font-family: "Ionicons";
            left: 0;
            top: 0;
        }

#LoadingDiv {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

    #LoadingDiv img {
        display: block;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 2px;
        color: #fff;
    }

.bootstrap-datetimepicker-widget {
    display: block !important;
    position: absolute;
    background: #fff;
    border: #ccc solid thin;
    padding: 5px;
}

.multi-form-inline .form-group-inline:nth-child(odd) {
    margin-right: 3% !important;
    margin-bottom: 15px;
}

.apply-inpt-cls {
    float: left;
    position: relative;
    overflow: hidden;
}

.form-inline .span-6 {
    margin: 0 1%;
    width: 64%;
}

.form-inline .span-4 .span-6 {
    width: 48%;
    margin: 0;
}

    .form-inline .span-4 .span-6:last-child {
        margin-left: 3%;
    }

.row-block {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.col-5 .x-small {
    width: 16.6%;
}


.col-5 .med {
    width: 30%;
}

.col-5 .x-med {
    width: 20%;
}

.tble-inr-div {
    width: 100%;
    float: left;
    text-align: center;
}

.col-5 th .tble-inr-div, th .tble-inr-div {
    border-top: #ccc solid thin;
    padding-top: 5px;
    margin-top: 5px;
}

.tble-inr-div span {
    display: block;
    width: 50%;
    float: left;
    font-size: 14px;
}

.tble-design.col-5 th {
    padding: 7px;
    vertical-align: top;
}

.col-5 .text-center {
    text-align: center !important;
}

.digit {
    width: 15px;
    text-align: center !important;
}

.side-btns .dropdown {
    width: 100%;
    float: left;
    display: block;
}

.drp-this-side {
    width: 100%;
    float: left;
    transition: none;
    display: none;
    background: #414a59;
}

.nav-tabs .drp-this-side li a {
    color: #ccc;
}

.side-nav a.open-main {
    color: #3baeda;
}

.side-btns .open-main {
    color: #fff;
    background: #4C5667;
}

.side-btns .drp-this {
    background: #414a59;
    padding-left: 20px;
}

.side-btns .nav-tabs .drp-this a {
    color: #ccc;
    position: relative;
    padding-left: 30px;
    border-bottom: none;
}

    .side-btns .nav-tabs .drp-this a:before {
        color: #3baeda;
        content: "\f10b";
        display: block;
        font-family: "Ionicons";
        font-size: 20px;
        left: 8px;
        position: absolute;
        top: 12px;
    }

.side-btns .nav-tabs .drp-this-inr a {
    padding-left: 20px;
    color: #8590a2;
}

    .side-btns .nav-tabs .drp-this-inr a:before {
        color: #3baeda;
        content: "-";
        display: block;
        font-size: 20px;
        left: 8px;
        position: absolute;
        top: 10px;
    }

.side-btns .drp-this-inr {
    padding-left: 10px;
    display: none;
}

.drp-this-inr {
    transition: none;
}

.side-btns .nav-tabs .drp-this a:hover, .side-btns .nav-tabs .drp-this a.active {
    background: none;
    color: #3baeda;
}

.side-btns .nav-tabs .dropdown:first-child .drp-this {
    display: block;
}

.horizontal-scroll div, .vertical-scroll div, .both-scroll div {
    transition: none;
}

.horizontal-scroll .mCSB_container {
    width: 100% !important;
}

.modal-dialog {
    padding: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}

.modal-header {
    border-bottom: 0;
    background: #4C5667;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-header, .modal-body {
    padding: 10px;
}

    .modal-header .heading h2 {
        color: #fff;
    }

.modal-dialog .height-max {
    max-height: 430px !important;
}

.canvas-width.horizontal-scroll .mCSB_container {
    width: 95% !important;
}

table.dataTable {
    width: 100% !important;
}

.academic-select select {
    display: none;
}

table.dataTable th, table.dataTable td {
    width: auto !important;
}

.select-academic {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

/*####======= biplov====== #######**/
.MsgAlert {
    left: 50%;
    margin: auto 0;
    position: fixed;
    text-align: center;
    z-index: 11111;
}

    .MsgAlert div {
        background: #d5eff6 none repeat scroll 0 0;
        border: 1px solid #28a0bd;
        color: #09232a;
        font-family: Georgia;
        font-size: 16px;
        padding: 8px 15px;
        position: relative;
        text-align: center;
        width: auto;
        z-index: 99999;
        left: -50%;
        margin: auto 0;
        top: 4px;
    }

.no-data {
    margin: 15px 0;
    width: 100%;
    float: left;
    text-align: center;
    color: #aaa;
    font-weight: normal;
    font-size: 16px;
    background: #eee;
    border: #ccc solid thin;
    padding: 10px 0;
}


/*/*********************/
.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

/* The button size */
.file-upload {
    height: 30px;
}

    .file-upload, .file-upload span {
        width: 90px;
    }

        .file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: 5px;
        }

.hide {
    display: none;
}

.span-col-4 span {
    box-sizing: border-box;
    width: 23%;
    padding: 0 7px;
}

.text-right {
    text-align: right !important;
}

.tble-design tfoot tr td {
    background: #aaa !important;
    color: #fff !important;
    font-weight: bold;
}

.vertical-top th {
    vertical-align: top;
}

.choose-file-inpt .inpt {
    position: relative;
    overflow: hidden;
}

    .choose-file-inpt .inpt input {
        padding-right: 130px;
    }

.choose-file-inpt .group-span-filestyle {
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
}

    .choose-file-inpt .group-span-filestyle label {
        margin-bottom: 0;
    }

    .choose-file-inpt .group-span-filestyle .btn {
        background: #336699 none repeat scroll 0 0;
        border-radius: 0;
        color: #fff;
    }

#side-section .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

#header .data-right .drp-this {
    width: 200px;
    border: #ccc solid thin;
    left: auto;
    right: 0;
    top: 62px;
    background: #f5f5f5;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    border-top: #1d3d5c solid 2px;
}

#header .data-right .drp-to {
    position: relative;
}

#header .data-right .drp-this li {
    float: left;
    display: block;
    width: 100%;
    border-bottom: #ccc solid thin;
}

    #header .data-right .drp-this li a {
        color: #fff;
        display: block;
        padding: 5px 10px;
        color: #1d3d5c;
    }

.side-nav a span {
    width: 70%;
    display: block;
    float: left;
}

a[disabled="disabled"] {
    background: #f0f0f0 !important;
    color: #999 !important;
    border: #999 solid thin !important;
}

/*site map**/

/* category sitemap */

.category-sitemap .heading h2 {
    color: #336699;
    font-weight: bold;
}

    .category-sitemap .heading h2 span {
        color: #424951;
        font-weight: normal;
        margin-left: 5px;
    }

.lists {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
}

    .lists .lists {
        padding-left: 0;
        margin-top: 10px;
    }

    .lists li {
        margin: 10px 0;
        width: 100%;
        float: left;
        position: relative;
        padding-left: 25px;
    }

        .lists li::before {
            font-family: "Ionicons";
            font-size: 20px;
            color: #336699;
            content: "\f120";
            position: absolute;
            display: block;
            left: 0;
            top: -2px;
        }



    .lists .lists li::before {
        font-family: "Ionicons";
        font-size: 20px;
        color: #424951;
        content: "\f120";
        position: absolute;
        display: block;
        left: 0;
        top: -2px;
    }

    .lists li a {
        display: block;
    }

        .lists li a:hover {
            text-decoration: underline;
        }

    .lists li h3 {
        color: #336699;
        font-weight: bold;
        font-size: 16px;
    }

        .lists li h3 span {
            color: #666;
            font-weight: normal;
            margin-left: 5px;
        }

.content-less {
    margin-top: 20px;
}
.approve-clr td{
    background:rgba(61,204, 56,0.2);
}

.dwnld-files {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .dwnld-files li,
    .dwnld-files ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .dwnld-files li {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 50px;
        text-align: center;
        margin: 5px;
    }

        .dwnld-files li span {
            color: #2c83ba;
            display: block;
            font-weight: bold;
            font-size: 12px;
            white-space: pre-wrap;
            width: 100%;
            word-wrap: break-word;
        }

.dwnld-files-descrip li {
    width: 30%;
    padding: 10px;
    text-align: left;
    display: inline-block;
    float: none;
    vertical-align: top;
    border: #ccc solid thin;
    border-radius: 5px;
    border-top: #336699 solid 2px;
    background: #fff;
}

.dwnld-files-descrip .img-name {
    float: left;
    width: 50px;
}

.dwnld-files-descrip .doc-descrip {
    float: right;
    width: 80%;
}
.mrgn-top-30 {
    margin-top:30px;
}

.blink-animate {
    animation: blink-animation infinite 1s;
    font-weight:bold;
    margin-top:5px;
}

@keyframes blink-animation {
    0% {
        color: #424951;
    }
    50% {
        color: #00a9b4;
    }
    100% {
        color: #424951;
    }
}