@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);
/*Theme Colors:
header/Footer - #0e3a48
main - #1f7894
second - #185d73
third - #114555
disabled - #95d2e5
*/

/*Preloader*/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    opacity: 0.5;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }
/* This is for popins font for firefox */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* This is for popins font for firefox */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* This is for popins font for firefox */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*Just change your choise color here its theme Colors*/
body {
    background: #fff;
    font-size: 12px;
}
/*Top Header Part*/
.logo i {
    color: #ffffff;
}

.navbar-header {
    background: #0e3a48;
}

.navbar-top-links > li > a {
    color: #ffffff;
}
/*Right panel*/
.right-sidebar .rpanel-title {
    background: #0e3a48;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
    color: #0e3a48;
}
/*Sidebar*/
.sidebar {
    background: #1f7894;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

    .sidebar .label-custom {
        background: #0e3a48;
    }

#side-menu li a {
    color: #54667a;
    border-bottom: none;
}

#side-menu li a {
    color: #ffffff;
    font-weight: bold;
    font-weight: 600;
    border-left: 0px solid #fff;
    border-bottom: none;
    text-decoration: none !important;
}

    #side-menu li a.disabledAnchor, #side-menu li a.disabledAnchor:hover {
        background-color: #95d2e5 !important;
    }

#side-menu.nav.full-width-menu .nav-second-level {
    background-color: #185d73;
}

    #side-menu.nav.full-width-menu .nav-second-level li a {
        background-color: #185d73;
        border-color: #185d73;
        color: #ffffff;
    }

#side-menu.nav.full-width-menu .nav-third-level {
    background-color: #114555;
}

    #side-menu.nav.full-width-menu .nav-third-level li a {
        background-color: #114555;
        border-color: #114555;
        color: #ffffff;
    }

#side-menu > li > a:hover,
#side-menu > li > a.active,
#side-menu > li.active > a,
#side-menu > li > a:focus {
    background-color: #185d73 !important;
}

#side-menu > li a:focus {
    background-color: #185d73;
    border-color: #185d73;
}

#side-menu > li > a:hover {
    border-bottom: none;
}

#side-menu > li > a.active,
#side-menu > li.active > a,
#side-menu > li > a:focus {
    border-bottom: 0px solid #185d73 !important;
    color: #ffffff;
}

#side-menu .nav-second-level > li > a:hover,
#side-menu .nav-second-level > li a.active,
#side-menu .nav-second-level > li.active > a,
#side-menu .nav-second-level > li a:focus {
    background-color: #114555 !important;
}

#side-menu .nav-second-level > li a:focus {
    background-color: #114555;
    border-color: #114555;
}

#side-menu .nav-second-level > li > a:hover {
    border-bottom: none;
}

#side-menu .nav-second-level > li > a.active,
#side-menu .nav-second-level > li.active > a,
#side-menu .nav-second-level > li > a:focus {
    border-bottom: none;
    color: #ffffff;
}


.sidebar #side-menu .user-pro .nav-second-level a:hover {
    color: #0e3a48;
}

.fix-sidebar .top-left-part {
    background: #0e3a48;
}
/*themecolor*/
.bg-theme {
    background-color: #1f7894 !important;
}

.bg-theme-dark {
    background-color: #0e3a48 !important;
}
/*Chat widget*/
.chat-list .odd .chat-text {
    background: #0e3a48;
}
/*Button*/
.btn-custom {
    background: #0e3a48;
    border: 1px solid #0e3a48;
    color: #ffffff;
}

    .btn-custom:hover {
        background: #0e3a48;
        opacity: 0.8;
        color: #ffffff;
        border: 1px solid #0e3a48;
    }
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
    border-bottom: 2px solid #0e3a48;
    color: #0e3a48;
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
    /*background: #0e3a48;
  border-right: 2px solid #0e3a48;*/
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #1f7894;
    color: #ffffff;
}

h4.page-title {
    color: #1f7894;
}

a.btn, a.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-default, .btn-default.disabled {
    background: #185D73;
    border: 1px solid #185D73;
    color: #ffffff;
}

    .btn-default:hover,
    .btn-default.disabled:hover,
    .btn-default:focus,
    .btn-default.disabled:focus,
    .btn-default.focus,
    .btn-default.disabled.focus {
        background: #1F7894;
        border: 1px solid #1F7894;
        color: #ffffff;
    }

        .btn-default.active.focus,
        .btn-default.active:focus,
        .btn-default.active:hover,
        .btn-default.focus:active,
        .btn-default:active:focus,
        .btn-default:active:hover,
        .open > .dropdown-toggle.btn-default.focus,
        .open > .dropdown-toggle.btn-default:focus,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default.focus,
        .btn-default:focus {
            background-color: #0e3a48;
            border: 1px solid #0e3a48;
            color: #ffffff;
        }

.btn-primary, .btn-primary.disabled {
    background: #1b681b;
    border: 1px solid #1b681b;
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-primary.disabled:hover,
    .btn-primary:focus,
    .btn-primary.disabled:focus,
    .btn-primary.focus,
    .btn-primary.disabled.focus {
        background: #1b681b;
        border: 1px solid #1b681b;
        color: #ffffff;
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary.focus:active,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .dropdown-toggle.btn-primary.focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary.focus,
        .btn-primary:focus {
            background-color: #1b681b;
            border: 1px solid #1b681b;
            color: #ffffff;
        }


.btn-grey, .btn-grey.disabled {
    color: #0E3A48 !important;
    background-color: #f2f2f2;
    border-color: #dfe3e8;
}

    .btn-grey:hover,
    .btn-grey.disabled:hover,
    .btn-grey:focus,
    .btn-grey.disabled:focus,
    .btn-grey.focus,
    .btn-grey.disabled.focus {
        color: #185D73 !important;
        background-color: #ececec;
    }

        .btn-grey.active.focus,
        .btn-grey.active:focus,
        .btn-grey.active:hover,
        .btn-grey.focus:active,
        .btn-grey:active:focus,
        .btn-grey:active:hover,
        .open > .dropdown-toggle.btn-grey.focus,
        .open > .dropdown-toggle.btn-grey:focus,
        .open > .dropdown-toggle.btn-grey:hover,
        .btn-grey.focus,
        .btn-grey:focus {
            color: #185D73 !important;
            background-color: #ececec;
        }

.table table > tbody > tr > td > span {
    background-color: #0e3a48;
    border-color: #0e3a48;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #0e3a48 !important;
    border-color: #0e3a48 !important;
    background-image: none !important;
    text-shadow: none !important;
}

.colour-box {
    border-radius: 6px;
    padding: 15px 15px 0px 15px;
    margin-bottom: 25px;
    background-color: #1f7894;
    border-color: #1f7894;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.35);
}

.footer {
    background-color: #0e3a48 !important;
    text-align: left !important;
    color: #ffffff !important;
}

    .footer h3 {
        font-size: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer p {
        margin-bottom: 0;
    }

    .footer h3, .footer a {
        color: #ffffff;
    }

.close {
    color: #ffffff !important;
    text-shadow: none;
    opacity: 1;
    margin: 0;
    line-height: 1.42857143;
    font-size: 24px;
    font-weight: 400;
}

.nav-tabs {
    border-bottom: 1px solid darkgrey;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: 1px solid darkgrey;
        border-bottom-color: transparent;
    }


.table td {
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.nowraptable td {
    overflow: unset !important;
    text-overflow: unset !important;
    white-space: unset !important;
}



.table > thead > tr > td.grey,
.table > tbody > tr > td.grey,
.table > tfoot > tr > td.grey,
.table > thead > tr > th.grey,
.table > tbody > tr > th.grey,
.table > tfoot > tr > th.grey,
.table > thead > tr.grey > td,
.table > tbody > tr.grey > td,
.table > tfoot > tr.grey > td,
.table > thead > tr.grey > th,
.table > tbody > tr.grey > th,
.table > tfoot > tr.grey > th {
    background-color: #f7f7f7;
}

.table-hover > tbody > tr > td.grey:hover,
.table-hover > tbody > tr > th.grey:hover,
.table-hover > tbody > tr.grey:hover > td,
.table-hover > tbody > tr:hover > .grey,
.table-hover > tbody > tr.grey:hover > th {
    background-color: #EEEEEE;
}