@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic);

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a *, .animate {
    outline: 0 none;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

    a:focus {
        outline: 0 none;
        text-decoration: none;
    }

img {
    max-width: 100%;
    border: 0 none;
}

hr.small {
    margin: 5px 0;
}

.rgExpand, .rgFilter,
.rgCollapse {
    font-size: 1px;
    height: 16px;
    width: 16px;
    padding: 0;
    vertical-align: middle;
    background: url(../images/WebResource.gif) no-repeat 0 0 transparent;
    border: 0 none;
}

.rgCollapse {
    background-position: 3px -446px;
}

.rgExpand {
    background-position: 5px -498px;
}

.rgFilter {
    width: 21px;
    height: 23px;
    background-position: -1px -301px;
    background-color: #ddd;
}

.rgFilterBox {
    border: 1px solid #ddd;
    vertical-align: middle;
}

html {
    font-size: 62.5%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    color: #444;
    font-size: 14px;
    font-family: "Open Sans",Arial,Tahoma,Helvetica,sans-serif; /*background-color:#fefbf7;*/
    background-color: #e4e7ee;
}

.pageTitle {
    color: #e46713;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding: 6px 0;
}

.tab-content.formbg {
    background: url(../images/form-bg.jpg) no-repeat 50% 50%/cover;
}

.formBox {
    max-width: 1150px;
    margin: 0 auto;
}

    .formBox .row {
        padding-top: 7px;
        margin-bottom: 2px;
        background-color: rgba(0,0,0,0.07);
    }

        .formBox .row:nth-child(even) {
            background-color: rgba(0,0,0,0.15);
        }


.sidebar .formFields {
    background-color: #fbf2e5;
    padding: 15px;
}

.form-group label {
    font-weight: 600 !important;
    font-size: 13px !important;
}

.form-group .control-label i {
    color: #F00;
    font-style: normal;
}

.checkboxies td {
    padding-right: 12px;
    white-space: nowrap;
    display: inline-block;
}

.checkboxies label {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}

.form-group .RadComboBox_Metro .rcbInputCell {
    height: 30px;
}

.form-group .RadComboBox_Metro .rcbInput {
    font-size: 14px;
}

.form-group .riSingle .riTextBox {
    height: 32px !important;
}

.buttonSet {
    clear: both;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: right;
}

.secBox .buttonSet, .tab-content .buttonSet {
    margin: 10px -20px -20px;
    border-bottom: 0 none;
    border-radius: 0 0 7px 7px;
}

.tab-content + .buttonSet {
    margin-top: 0;
    border: 1px solid #ddd;
}

.buttonSet .btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.btnGroup {
    padding-top: 25px;
    margin-bottom: 15px;
}

.note {
    color: #F00;
}

.table, .rgMasterTable {
    font-size: 13px;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #ccc;
}

    .rgMasterTable .rgHeader {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 5px;
        background-color: rgba(0, 34, 105, 0.70);
        border: 1px solid #002269;
    }

    .rgMasterTable > tbody > tr:nth-child(odd) {
        background-color: #f7f7f7;
    }

    .rgMasterTable > tbody > tr:nth-child(even) {
        background-color: #fff;
    }

.rgMultiHeaderRow .rgHeader {
    background-color: rgba(0, 34, 105, 0.45)
}

.rgMasterTable > tbody > tr > td, .rgFilterRow > td {
    padding: 3px 5px;
    border: 1px solid #ccc;
}

.table tfoot {
    color: #982e00;
    background-color: #ffecd2;
}

.table-bordered > tfoot > tr > td {
    border-color: #e4d1b8;
}

.tableGrid {
    font-size: 12px;
    background-color: #fff;
}

.rgPager caption, .rgPager thead {
    display: none;
}

.rgMasterTable .rgPagerCell {
    border: 0 none;
}

.rgPagerCell .rgWrap {
    float: left;
    margin-right: 3px;
}

    .rgPagerCell .rgWrap.rgInfoPart {
        float: right;
    }

    .rgPagerCell .rgWrap input {
        width: 22px;
        height: 22px;
        background: url(../images/pager-arw.png) no-repeat 0 0 #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

        .rgPagerCell .rgWrap input:hover {
            background-color: #eee;
            border: 1px solid #ccc;
        }

        .rgPagerCell .rgWrap input.rgPagePrev {
            background-position: -21px 0;
        }

        .rgPagerCell .rgWrap input.rgPageNext {
            background-position: -39px 0;
        }

        .rgPagerCell .rgWrap input.rgPageLast {
            background-position: -59px 0;
        }

.rgNumPart a {
    display: inline-block;
    padding: 3px;
}

    .rgNumPart a.rgCurrentPage span {
        font-weight: 700;
        cursor: default;
        text-decoration: none;
        margin: auto 1%;
        border-radius: 50%;
        background-color: #e46713;
        padding: 5px 10px 5px 10px;
        color: #fff;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        width: 10%;
    }

rgPagerCell .rgWrap input.rgPageNext {
    background-position: -39px 0;
}

.rgPagerCell .rgWrap input {
    width: 28px;
    height: 28px;
    background: url(../images/pager-arw.png) no-repeat 0 0 #e7e7e7;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.rgNumPart span {
    background-color: #999696;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 4px 8px 4px 8px;
    width: 10%;
}

.rgRow {
    height: 30px;
}

.rgAltRow {
    height: 30px;
}

.RadMenu {
    display: none;
    float: left;
    min-width: 202px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

    .RadMenu .rmItem {
        border-bottom: 1px solid #eee;
    }

    .RadMenu .rmLink {
        color: #000;
        text-decoration: none;
        min-width: 200px;
        display: block;
        padding: 4px 10px;
    }

        .RadMenu .rmLink:hover, .RadMenu .rmLink.rmFocused {
            background-color: #fcecda;
        }


.list-group h4 {
    margin: 0;
}



#header {
    color: #fff;
    background-color: #002269;
    padding: 10px 0;
    position: relative;
    z-index: 1001;
    box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.40);
}

    #header a.logo {
        display: inline-block;
        max-width: 50px;
        vertical-align: middle;
    }

.logoText {
    font-size: 14px;
    font-weight: 600;
    margin-left: 6px;
    vertical-align: middle;
}

h2.tagLine {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 7px 0 0;
}

#header .btn.dropdown-toggle {
    outline: none;
    text-decoration: none;
}

    #header .btn.dropdown-toggle .label {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        text-align: left;
    }

.headerIcn {
    float: right;
}

    .headerIcn img {
        max-width: 40px;
        margin-right: 5px;
    }

.topRight {
    float: right;
}

.userLink > li {
    font-size: 2rem;
    display: inline-block;
    margin: 0 0 0 15px;
}

    .userLink > li a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        position: relative;
    }

        .userLink > li a:hover {
            color: #ff7c24;
        }

        .userLink > li a .count {
            color: #000;
            font-size: 11px;
            line-height: 13px;
            text-align: center;
            display: inline-block;
            height: 14px;
            width: 14px;
            background-color: #ffb400;
            border-radius: 50%;
            position: absolute;
            top: 0px;
            right: -6px;
        }

    .userLink > li.phone a .count {
        color: #fff;
        background-color: #f50000;
    }

    .userLink > li.email a .count {
        background-color: #3cb600;
    }

    .userLink > li.user > a {
        padding: 2px 12px;
        background-color: #031c51;
        border: 1px solid #0a3182;
    }

        .userLink > li.user > a .lbl {
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            vertical-align: middle;
        }

.headerBtm {
    padding: 0;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    position: relative;
    z-index: 30;
}

.menuWrap {
    float: left;
    width: 282px;
    position: relative;
}

.toggleMenu {
    color: #f7f7f7;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 15px;
    cursor: pointer;
    vertical-align: middle
}

    .toggleMenu:hover {
        color: #fff;
        text-decoration: none;
    }

    .toggleMenu .fa {
        font-size: 25px;
    }

#leftMenuBox {
    padding-top: 100px;
    width: 282px;
    position: absolute;
    top: 0;
    left: -310px;
    z-index: 25;
    background-color: rgba(255,255,255,0.85);
    box-shadow: 3px 0 5px 0 rgba(0,0,0,0.5);
}

    #leftMenuBox.active {
        left: 0;
    }

#mainMenu {
    padding: 5px;
}

    #mainMenu:after {
        content: "";
        clear: both;
        display: block;
        height: 0;
    }

    #mainMenu.goLeft {
        transform: translatex(-310px);
    }

    #mainMenu li {
        float: left;
        text-align: center;
        margin: 3px;
        display: table;
    }

        #mainMenu li a {
            color: #fff;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            line-height: 16px;
            padding: 0 5px;
            display: table-cell;
            vertical-align: middle;
            width: 130px;
            height: 70px;
            background-color: #e46713;
        }

        #mainMenu li:nth-child(4n) > a {
            background: #00a65a;
        }

        #mainMenu li:nth-child(3n + 1) > a {
            background: #00c0ef;
        }

        #mainMenu li:nth-child(5n) > a {
            background: #dd4b39;
        }

        #mainMenu li a .fa {
            font-size: 3rem;
            display: block;
            margin-bottom: 2px;
        }

        #mainMenu li a.back, #mainMenu li:hover > a {
            background-color: #002269;
        }

    #mainMenu ul.subMenu {
        text-align: left;
        width: 310px;
        padding: 5px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translatex(-310px);
        z-index: 99;
    }

        #mainMenu ul.subMenu.active {
            transform: translatex(310px);
        }

.newsRow {
    font-size: 13px;
    padding: 4px 0 0 4px;
    text-align: center;
    line-height: 30px;
    width: auto;
    height: 37px;
    overflow: hidden;
}

    .newsRow .newsLbl {
        color: #000;
        font-size: 15px;
        line-height: 30px;
        font-weight: 600;
        float: left;
        width: 100px;
        background-color: #c6d3de;
        position: relative;
    }

        .newsRow .newsLbl:after {
            content: " ";
            display: inline-block;
            width: 0;
            height: 0;
            border: 7px solid transparent;
            border-left-color: #c6d3de;
            position: absolute;
            top: 11px;
            right: -14px;
        }

.contentWrap {
    height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.containerSec {
    padding: 25px;
}

    .containerSec.menuOn {
        margin-left: 280px !important;
    }

#footer {
    color: #d4e9fc;
    font-size: 1.4rem;
    padding: 15px;
    background-color: #002269;
}

.login {
    min-height: 100%;
    background: url(../images/login-bg.jpg) no-repeat 0 100%/cover;
}

.loginPage {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.loginLeft {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    text-align: center;
    color: #fff;
}

    .loginLeft .logo {
        font-size: 18px;
        margin: 2.5% 0 0;
    }

    .loginLeft h1 {
        font-size: 48px;
        font-weight: 600;
        margin: 2.5% auto 0;
        max-width: 400px;
    }

.loginPage .formOuter {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    width: 50%;
}

.loginForm {
    color: #000;
    font-size: 16px;
    max-width: 450px;
    margin: auto;
    padding: 30px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
}

    .loginForm h2 {
        color: #000;
        font-size: 26px;
        margin: 0;
        text-transform: uppercase;
    }

        .loginForm h2:after {
            content: "";
            display: block;
            margin: 8px auto 15px;
            width: 100px;
            border-bottom: 4px double #e46713;
        }

    .loginForm .input-group {
        margin: 10px 0;
    }

    .loginForm .btn {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        float: right;
        padding: 8px 15px;
        margin: 10px 0;
        background-color: #e46713;
        border: 1px solid #be560f;
        border-radius: 7px;
    }

        .loginForm .btn:hover {
            background-color: #e34b00;
        }

    .loginForm .forgot {
        text-align: left;
        margin-top: 15px;
    }

        .loginForm .forgot a {
            color: #e46713;
        }

.createNew {
    color: #fff;
    font-size: 19px;
    padding: 15px;
    margin: 10px -15px -15px;
    background-color: #102a6d;
}

    .createNew .btn.createAcc {
        float: none;
        width: 90%;
        margin: 5px 0 0;
    }

/* Landing page Styles */
.landingPage {
    min-height: 100vh;
    padding: 30px 100px;
    margin: 0;
    background: url(../images/landing-page-bg.jpg) no-repeat 50% 0/cover;
}

    .landingPage .containerSec {
        margin-left: 2%;
        overflow: hidden;
    }

.landingContent {
    margin: 0;
    position: absolute;
    bottom: 25px;
}

.iconsBox {
    width: 80px;
    position: fixed;
    top: 50%;
    right: 7px;
    z-index: 20;
    transform: translateY(-50%);
}

    .iconsBox a {
        display: block;
        margin: 10px 0;
        max-width: 75px;
    }

        .iconsBox a:hover {
            opacity: 0.6;
        }

.homepopup .modal-header {
    border-radius: 5px 5px 0 0;
}

    .homepopup .modal-header .modal-title {
        color: #fff;
    }

    .homepopup .modal-header .close {
        opacity: 0.5;
    }

#announcements .modal-header {
    background-color: #dd4b39;
}

#newspopup .modal-header {
    background-color: #3db5ce;
}

#speechpopup .modal-header {
    background-color: #f3990a;
}

.mdSpeaks {
    padding: 2rem;
    background-color: #fff;
}

    .mdSpeaks h2 {
        color: #000;
        font-size: 2.6rem;
        text-transform: uppercase;
        padding-bottom: 5px;
        margin: 0 0 15px;
        border-bottom: 1px solid #c1bcb7;
    }

    .mdSpeaks .mdpic {
        text-align: center;
        padding-top: 4px;
    }

    .mdSpeaks .details {
        padding-left: 0;
    }

.partnerLogo {
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
}

    .partnerLogo h3 {
        color: #000;
        font-size: 2.6rem;
        text-transform: uppercase;
        padding-bottom: 5px;
        margin: 0 0 15px;
        border-bottom: 1px solid #c1bcb7;
    }

    .partnerLogo li {
        display: inline-block;
        vertical-align: middle;
        width: 28%;
        margin: 1%;
    }

.notifications {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .notifications .box {
        color: #fff;
        padding: 12px;
        margin-top: 15px;
    }

    .notifications .icn {
        color: rgba(0,0,0,0.2);
        float: right;
        font-size: 3rem;
    }

    .notifications .counter {
        color: #fff;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 2.8rem;
    }

    .notifications .ttl {
        margin: 0 0 7px;
    }

    .notifications a.moreInfo {
        color: #fff;
        text-decoration: none;
        padding: 3px 5px;
        display: block;
        margin: 10px -12px -12px -12px;
        text-align: center;
        background-color: rgba(0,0,0,0.1);
    }

        .notifications a.moreInfo:hover {
            background-color: rgba(0,0,0,0.3);
        }

.sos {
    background-color: #dd4b39;
}

.alerts {
    background-color: #00c0ef;
}

.msg {
    background-color: #00a65a;
}

.appoint {
    background-color: #f39c12;
}

.secBox {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    border-radius: 7px;
}

    .secBox .head {
        padding: 15px;
        position: relative;
        background-color: #002269;
        border-bottom: 5px solid #e46713;
        border-radius: 7px 7px 0 0;
    }

        .secBox .head h2 {
            color: #fff;
            font-size: 1.8rem;
            font-weight: 600;
            text-transform: uppercase;
            margin: 0 35px 0 0;
        }

        .secBox .head .fa {
            color: #5f5f5f;
            position: absolute;
            top: 18px;
            right: 13px;
        }

        .secBox .head .note {
            color: #ffe400;
        }

    .secBox .details {
        padding: 20px;
    }

/*.secBox { background-color:#fff; box-shadow:0 0 5px rgba(0,0,0,0.2); margin-bottom:30px; }
.secBox .head { padding:15px; border-bottom:2px solid #e46713; position:relative; }
.secBox .head h2 { color:#002269; font-size:1.8rem; font-weight:600; text-transform:uppercase; margin:0 35px 0 0; }
.secBox .head .fa { color:#5f5f5f; position:absolute; top:18px; right:13px; }
.secBox .details { padding:15px; }*/

.moduleTitle {
    border-bottom: 1px dotted #ccc;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.datatabs {
    margin-bottom: 25px;
}

.RadTabStrip {
    border-bottom: 5px solid #002269;
}

    .RadTabStrip:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
    }

    .RadTabStrip li.rtsLI {
        float: left;
        margin-right: 5px;
    }

        .RadTabStrip li.rtsLI > a {
            color: #000;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            padding: 4px 12px;
            display: block;
            text-transform: uppercase;
            background-color: #e4cec2;
            border: 1px solid #d5c3a9;
            border-bottom: 0 none;
            border-radius: 5px 5px 0 0;
        }

    .RadTabStrip li > a img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .RadTabStrip li > a:hover {
        background-color: #ffdca9;
        border-color: #d5c3a9;
    }

    .RadTabStrip li > a.rtsSelected {
        color: #fff;
        background-color: #002269;
        border-color: #002269;
    }

.tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}

.userInfo {
    background-color: #fbf2e5;
    padding: 15px;
}

    .userInfo .photo {
        float: left;
        margin-right: 15px;
    }

    .userInfo h3 {
        color: #002269;
        font-size: 2rem;
        margin: 5px 0 7px;
    }

.userStat {
    font-size: 14px;
    margin: 20px 0;
}

.table.userStat tr td {
    padding: 5px;
}

.userStat .price {
    color: #e46713;
}

.userStat .total {
    background-color: #fff;
}

.userInfo h6 {
    color: #002269;
    font-size: 2rem;
    margin: 15px 0;
}

.mapBox {
    margin-bottom: 25px;
}

    .mapBox h3 {
        color: #000;
        font-size: 1.6rem;
        text-align: center;
        text-transform: uppercase;
    }

.RadGrid .rgHoveredRow {
    background-color: #8b9dc3 !important;
    color: #fff;
}

.RadTabStrip {
}

.newsList .panel-info {
    border-color: #b0cff2;
    position: relative;
    margin-left: 70px;
}

.panel-info .date {
    width: 65px;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: -65px;
    top: 5px;
    background-color: #fff;
    border: 1px solid #b0cff2;
    border-radius: 5px 0 0 5px;
}

    .panel-info .date span {
        line-height: 18px;
        display: inline-block;
    }

    .panel-info .date .day {
        color: #002269;
        font-weight: 700;
        font-size: 35px;
        line-height: 35px;
    }

    .panel-info .date .month {
        font-weight: 400;
        font-size: 21px;
    }

    .panel-info .date .year {
        font-weight: 400;
        font-size: 18px;
    }

.newsList .panel-success {
    border-color: #b0cff2;
    position: relative;
    margin-left: 70px;
}

.panel-success .date {
    width: 65px;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: -65px;
    top: 5px;
    background-color: #fff;
    border: 1px solid #b0cff2;
    border-radius: 5px 0 0 5px;
}

    .panel-success .date span {
        line-height: 18px;
        display: inline-block;
    }

    .panel-success .date .day {
        color: #002269;
        font-weight: 700;
        font-size: 35px;
        line-height: 35px;
    }

    .panel-success .date .month {
        font-weight: 400;
        font-size: 21px;
    }

    .panel-success .date .year {
        font-weight: 400;
        font-size: 18px;
    }

.newsList .panel-warning {
    border-color: #b0cff2;
    position: relative;
    margin-left: 70px;
}

.panel-warning .date {
    width: 65px;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: -65px;
    top: 5px;
    background-color: #fff;
    border: 1px solid #b0cff2;
    border-radius: 5px 0 0 5px;
}

    .panel-warning .date span {
        line-height: 18px;
        display: inline-block;
    }

    .panel-warning .date .day {
        color: #002269;
        font-weight: 700;
        font-size: 35px;
        line-height: 35px;
    }

    .panel-warning .date .month {
        font-weight: 400;
        font-size: 21px;
    }

    .panel-warning .date .year {
        font-weight: 400;
        font-size: 18px;
    }


.newsList .panel-primary {
    border-color: #b0cff2;
    position: relative;
    margin-left: 70px;
}

.panel-primary .date {
    width: 65px;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: -65px;
    top: 5px;
    background-color: #fff;
    border: 1px solid #b0cff2;
    border-radius: 5px 0 0 5px;
}

    .panel-primary .date span {
        line-height: 18px;
        display: inline-block;
    }

    .panel-primary .date .day {
        color: #002269;
        font-weight: 700;
        font-size: 35px;
        line-height: 35px;
    }

    .panel-primary .date .month {
        font-weight: 400;
        font-size: 21px;
    }

    .panel-primary .date .year {
        font-weight: 400;
        font-size: 18px;
    }

.newsList .panel .panel-heading {
    color: #002269;
    font-size: 16px;
}



#divImage {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: White;
    height: 550px;
    width: 600px;
    padding: 3px;
    border: solid 1px black;
}


.lblFont {
    font-family: "Open Sans",Arial,Tahoma,Helvetica,sans-serif;
    font-size: 14px;
}

.file-upload {
    height: 30px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    border: 1px solid #5fbdd1;
    background-color: #2ba7c2;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

    .file-upload:hover {
        background-color: #1bb3d4;
    }

    .file-upload, .file-upload span {
        width: 160px;
    }

        .file-upload input {
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font-size: 13px;
            line-height: 29px;
            text-align: center;
            vertical-align: middle;
            display: block;
        }

        .file-upload span {
            top: 0;
            left: 0;
            text-align: center;
            display: inline-block;
            padding0top: 5px;
        }

.site_title {
    height: 58px;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    background: #fff;
    line-height: 55px;
}

.x_panel {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border: 1px;
    border-color: #e6e6e6;
    border-radius: 10px;
    background-color: #fff;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
}

.x_title h2 {
    /*font-size: 24px;
    color: #db0000;
    line-height: 30px;*/
    font-size: 20px;
    color: #db0000;
    line-height: 25px;
}

.panel-body {
    padding: 6px;
}

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #da444d;
    border-color: #d81a26;
}

.panel-danger {
    border-color: #d81a26;
}

.panel-body table tr th {
    font-weight: bold;
    color: #fff;
    background-color: rgba(119, 119, 119, 0.93);
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #21b186;
    border-color: #1d8666;
}

.panel-success {
    border-color: #1d8666;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #4caecc;
    border-color: #1689ad;
}

.panel-info {
    border-color: #1689ad;
}

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #e49726;
    border-color: #d68b1d;
}

.panel-warning {
    border-color: #d68b1d;
}

.panel-title {
    font-weight: 600;
}

.panel-footer {
    padding: 4px 6px;
    background-color: #dddddd;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


.RadWindow .rwWindowContent {
    padding: 8px !important;
}

    .RadWindow .rwWindowContent div:first-child {
        overflow: hidden !important
    }

.bg-darkblue {
    background: #002269 !important;
    border: 1px solid #002269 !important;
    color: #fff;
}

.bg-glOrange {
    background: #e46713 !important;
    border: 1px solid #e46713 !important;
    color: #fff;
}

.bg-success {
    background: #00a65a !important;
    border: 1px solid #00a65a !important;
    color: #fff;
}

html, body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.form-control {
    font-size: 14px !important;
    margin-bottom: 15px;
}

.input-group-text {
    background: rgba(27, 41, 102, 0.90);
    color: #fff;
}

.input-group .form-control {
    margin-bottom: 0px;
}

.btn {
    font-size: 14px !important;
}

.card {
    margin-bottom: 12px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border: 1px;
    border-color: #e6e6e6;
    border-radius: 10px;
    background-color: #fff;
}

.card-header {
    background: none !important;
    border: none !important;
}

    .card-header .card-title {
        border: none !important;
        font-weight: 600 !important;
        color: #002269 !important;
    }

        .card-header .card-title i {
            color: #e46713 !important;
        }

.card-title .accordion-toggle {
    text-decoration: none;
    font-weight: 600 !important;
    color: #002269 !important;
}

@media screen and (max-width:768px) {
    .hidden-xs {
        display: none;
    }

    .loginLeft, .loginPage .formOuter {
        display: block;
        width: 100%;
    }

    .loginImg {
        display: none;
    }

    .loginLeft .logo img {
        width: 70px;
    }

    .loginLeft .logo {
        font-size: 14px;
    }

    .loginLeft h1 {
        font-size: 25px;
        margin-top: 50px !important;
        color: #dadadc;
    }

    .landingPage {
        padding: 30px 10px;
    }
}













/* Google Fonts Import Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.menuIcon {
    font-size: 32px;
    vertical-align: middle;
    padding: 4px 12px;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    z-index: 100;
    transition: all 0.5s ease;
    background: #fff;
    margin-top: 64px;
}

    .sidebar.close {
        width: 78px;
    }

    .sidebar .logo-details {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
    }

        .sidebar .logo-details i {
            font-size: 30px;
            color: #11101d;
            height: 50px;
            min-width: 78px;
            text-align: center;
            line-height: 50px;
        }

        .sidebar .logo-details .logo_name {
            font-size: 22px;
            color: #fff;
            font-weight: 600;
            transition: 0.3s ease;
            transition-delay: 0.1s;
        }

    .sidebar.close .logo-details .logo_name {
        transition-delay: 0s;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links {
        height: 100%;
        padding: 30px 0 150px 0;
        overflow: auto;
    }

    .sidebar.close .nav-links {
        overflow: visible;
    }

    .sidebar .nav-links::-webkit-scrollbar {
        display: none;
    }

    .sidebar .nav-links li {
        position: relative;
        list-style: none;
        transition: all 0.4s ease;
    }

    .sidebar .nav-links > li.active:before,
    .sidebar .nav-links > li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 4px;
        height: 100%;
        background: #93181a;
        opacity: 0;
        transition: all 0.25s ease-in-out;
        border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .sidebar .nav-links li.active:before,
    .sidebar .nav-links li:hover:before {
        opacity: 1;
    }

    .sidebar .nav-links li .iocn-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar.close .nav-links li .iocn-link {
        display: block
    }

    .sidebar .nav-links li i {
        height: 50px;
        min-width: 78px;
        text-align: center;
        line-height: 50px;
        color: #11101d;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .sidebar .nav-links li.active i,
    .sidebar .nav-links li:hover i {
        color: #93181a;
    }

    .sidebar .nav-links li.showMenu i.arrow {
        transform: rotate(-180deg);
    }

    .sidebar.close .nav-links i.arrow {
        display: none;
    }

    .sidebar .nav-links li a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

        .sidebar .nav-links li a .link_name {
            font-size: 16px;
            font-weight: 400;
            color: #11101d;
            transition: all 0.4s ease;
        }

    .sidebar .nav-links li.active a .link_name,
    .sidebar .nav-links li:hover a .link_name {
        color: #93181a;
    }

    .sidebar.close .nav-links li a .link_name {
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links li .sub-menu {
        padding: 6px 6px 14px 80px;
        margin-top: -10px;
        background: #fff;
        display: none;
    }

    .sidebar .nav-links li.showMenu .sub-menu {
        display: block;
    }

    .sidebar .nav-links li .sub-menu a {
        color: #1d1b31;
        font-size: 15px;
        padding: 5px 0;
        white-space: nowrap;
        opacity: 0.6;
        transition: all 0.3s ease;
    }

        .sidebar .nav-links li .sub-menu a:hover {
            opacity: 1;
        }

    .sidebar.close .nav-links li .sub-menu {
        position: absolute;
        left: 100%;
        top: -10px;
        margin-top: 0;
        padding: 10px 20px;
        border-radius: 0 6px 6px 0;
        opacity: 0;
        display: block;
        pointer-events: none;
        transition: 0s;
    }

    .sidebar.close .nav-links li:hover .sub-menu {
        top: 0;
        opacity: 1;
        pointer-events: auto;
        transition: all 0.4s ease;
    }

    .sidebar .nav-links li .sub-menu .link_name {
        display: none;
    }

    .sidebar.close .nav-links li .sub-menu .link_name {
        font-size: 18px;
        opacity: 1;
        display: block;
    }

    .sidebar .nav-links li .sub-menu.blank {
        opacity: 1;
        pointer-events: auto;
        padding: 3px 20px 6px 16px;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links li:hover .sub-menu.blank {
        top: 50%;
        transform: translateY(-50%);
    }

    .sidebar .profile-details {
        position: fixed;
        bottom: 0;
        width: 260px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #1d1b31;
        padding: 12px 0;
        transition: all 0.5s ease;
    }

    .sidebar.close .profile-details {
        background: none;
    }

    .sidebar.close .profile-details {
        width: 78px;
    }

    .sidebar .profile-details .profile-content {
        display: flex;
        align-items: center;
    }

    .sidebar .profile-details img {
        height: 52px;
        width: 52px;
        object-fit: cover;
        border-radius: 16px;
        margin: 0 14px 0 12px;
        background: #1d1b31;
        transition: all 0.5s ease;
    }

    .sidebar.close .profile-details img {
        padding: 10px;
    }

    .sidebar .profile-details .profile_name,
    .sidebar .profile-details .job {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
    }

    .sidebar .profile-details .job {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        opacity: .5;
        white-space: nowrap;
    }

    .sidebar .profile-details i.bx {
        min-width: 50px;
    }

    .sidebar.close .profile-details i,
    .sidebar.close .profile-details .profile_name,
    .sidebar.close .profile-details .job {
        display: none;
    }

    .sidebar .profile-details .job {
        font-size: 12px;
    }

.home-section {
    position: relative;
    background: #E4E9F7;
    height: calc(100vh - 70px);
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.sidebar.close ~ .home-section {
    left: 78px;
    width: calc(100% - 78px);
}

.home-section .home-content {
    /* height: 60px;
    display: flex;*/
    align-items: center;
}

    .home-section .home-content .bx-menu,
    .home-section .home-content .text {
        color: #11101d;
        font-size: 35px;
    }

    .home-section .home-content .bx-menu {
        margin: 0 15px;
        cursor: pointer;
    }

    .home-section .home-content .text {
        font-size: 26px;
        font-weight: 600;
    }

@media (max-width: 420px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }
}
