﻿body {
    font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
h1, h2, h3 {
    color: #ee7766 !important;
    /*color: #004c84 !important;
    color: #0070ef !important;*/
}
#tblData{
    width:100%;
}
.skin-blue-light .main-header .navbar {
    background-color: #0070ef !important;
}

.skin-blue-light .main-header .logo {
    background-color: #0070ef !important;
}

/*.main-header .sidebar-toggle:hover {
    background-color: #0070cf !important;
}*/
.ten-background-color {
    background-image: linear-gradient(164deg, rgb(0, 112, 239) 0%, rgb(104, 192, 181) 70%);
}

.login-background {
    background-image: url('../img/other/background1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.login-form {
    height: 355px;
    background: #fff;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);*/
    box-shadow: 0 0 20px #ccc;
    padding: 20px 20px;
    border-radius: 5px;
}

.login-head {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
    transition: all .1s ease-in-out;
}

.login-form .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 21px;
    color: #000;
}

.login-form .title-text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
}

.login-form .logo {
    margin-bottom: 20px;
}

.logo img {
    height: 40px !important;
}

.page-center {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ten.btn {
    font-weight: bold !important;
    /*min-width:70px;*/
}

    .ten.btn.btn-primary {
        background: #fff;
        border: 1px solid rgb(0,112,239);
        color: rgb(0,112,239);
        /*border-radius:20%;
        min-width: 100px;*/
    }

        .ten.btn.btn-primary:hover {
            background: rgb(0,112,239);
            border: 1px solid rgb(0,112,239);
            color: #fff;
        }
    .ten.btn.btn-success {
        background: #fff;
        border: 1px solid #008d4c;
        color: #008d4c;
        /*border-radius:20%;
        min-width: 100px;*/
    }

        .ten.btn.btn-success:hover {
            background: #008d4c;
            border: 1px solid #008d4c;
            color: #fff;
        }

    .ten.btn.btn-default {
        background: #fff !important;
        border: 1px solid #444 !important;
        color: #444 !important;
        /*border-radius:20%;
        min-width: 100px;*/
    }

        .ten.btn.btn-default:hover {
            background: #444 !important;
            border: 1px solid #444 !important;
            color: #fff !important;
        }

.box-shadow {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

label {
    font-weight: bold !important;
    margin-top: 10px;
}
.active {
    background:#f4f4f5;
}


.has-error {
    border-color: #dd4b39 !important;
    box-shadow: none !important;
}

    .has-error:focus {
        border-color: #dd4b39 !important;
        box-shadow: none !important;
    }

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-2 {
    border-radius: 2px;
}


.breadcrumb {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

    .breadcrumb a {
        color: #0070ef !important;
    }

.content {
    padding: 10px !important;
}

.ten.content-wrapper {
    background-color: #dedede;
}

.main-footer {
    padding: 2px !important;
}

    .main-footer img {
        height: 45px;
    }

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

    .card ::after, ::before {
        box-sizing: border-box;
    }

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-title {
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.card-header > .card-tools {
    float: right;
    margin-right: -.625rem;
}

/*.btn-tool {
    background: 0 0;
    color: #adb5bd;
    font-size: .875rem;
    margin: -.75rem 0;
    padding: .25rem .5rem;
}*/

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-footer {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125);
}

.card .overlay, .info-box .overlay, .overlay-wrapper .overlay, .small-box .overlay {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
}

.card > .loading-img, .card > .overlay, .info-box > .loading-img, .info-box > .overlay, .overlay-wrapper > .loading-img, .overlay-wrapper > .overlay, .small-box > .loading-img, .small-box > .overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.pointer-color {
    cursor: pointer;
    color: #0070ef !important;
}

.overflow-auto {
    overflow: auto;
}

.divback {
    background: #333;
    opacity: 0.9;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.divbackAll {
    background: #333;
    opacity: 0.9;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.no-visible {
    display: none !important;
}

.divPopup {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    display: none;
    z-index: 10000;
}

    .divPopup .box-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-height: 612px;
        overflow: auto;
    }

.select2-container--open .select2-dropdown--below {
    z-index: 999999 !important;
}

.select2-container {
    width: 100% !important;
}

.no-border {
    border: none;
}

.border-blue-1 {
    border: 1px solid #4A3C8C;
}

.border-green-1 {
    border: 1px solid #1C5E55;
}

.border-1 {
    border: 1px solid #ccc;
}

.border-2 {
    border: 2px solid #ccc;
}

.border-3 {
    border: 3px solid #ccc;
}

.border-4 {
    border: 4px solid #ccc;
}

.border-5 {
    border: 5px solid #ccc;
}

.border-top-1 {
    border-top: 1px solid #ccc;
}

.border-top-2 {
    border-top: 2px solid #ccc;
}

.border-top-3 {
    border-top: 3px solid #ccc;
}

.border-top-4 {
    border-top: 4px solid #ccc;
}

.border-top-5 {
    border-top: 5px solid #ccc;
}

.border-bottom-1 {
    border-bottom: 1px solid #ccc;
}

.borde-bottom-2 {
    border-bottom: 2px solid #ccc;
}

.border-bottom-3 {
    border-bottom: 3px solid #ccc;
}

.border-bottom-4 {
    border-bottom: 4px solid #ccc;
}

.borde-bottomr-5 {
    border-bottom: 5px solid #ccc;
}


.border-left-1 {
    border-left: 1px solid #ccc;
}

.borde-left-2 {
    border-left: 2px solid #ccc;
}

.border-left-3 {
    border-left: 3px solid #ccc;
}

.border-left-4 {
    border-left: 4px solid #ccc;
}

.border-left-5 {
    border-left: 5px solid #ccc;
}


.border-right-1 {
    border-right: 1px solid #ccc;
}

.borde-right-2 {
    border-right: 2px solid #ccc;
}

.border-right-3 {
    border-right: 3px solid #ccc;
}

.border-right-4 {
    border-right: 4px solid #ccc;
}

.border-right-5 {
    border-right: 5px solid #ccc;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}


.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.no-margin {
    margin: 0px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}


.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}


req {
    color: #ee7766;
    font-weight: bold;
    margin-left: 10px;
}

    req::after {
        content: "*";
    }

.form-control {
    border-radius: 2px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 16px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    /*background-color: #0070ef;*/
    background-color: #80c7a0;
}

input:focus + .slider {
    /*box-shadow: 0 0 1px #0070ef;*/
    box-shadow: 0 0 1px #80c7a0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.box-footer {
    padding: 10px 15px !important;
    background-color: rgba(0, 0, 0, .03) !important;
    border-top: 0 solid rgba(0, 0, 0, .125) !important;
}

.ten-chk {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 16px !important;
    height: 16px !important;
    cursor: pointer !important;
    /*border:2px solid #49206e;*/
}

    .ten-chk label {
        display: inline-block !important;
        max-width: 100% !important;
        font-weight: 700 !important;
        padding: 0px 10px 0px 10px !important;
        font-size: 16px;
    }

.toggle-btn-design {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    padding-right: 5px;
    padding-left: 5px;
    margin: 5px 0px;
}
.toggle-btn-design-line {
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/*@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        position: relative !important;
        float: right;
        width: auto !important;
        left: 230px !important;
        top: -22px !important;
        z-index: 900;
    }
}
@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        width: 230px !important;
    }   
}*/
.ten-text-red {
    color: #ee7766 !important;
}
.ten-text-blue {
    color: #0070ef !important;
}
.ten-text-green {
    color: #80c7a0 !important;
}
.text-white{
    color:white !important;
}
.ten-bg-red {
    background-color: #ee7766 !important;
}

.ten-bg-blue {
    background-color: #0070ef !important;
}

.ten-bg-green {
    background-color: #80c7a0 !important;
}

.ten-bg-dark-blue {
    background-color: rgb(0,76,132) !important;
}

.ten-bg-gray {
    background-color: rgb(135,135,135) !important;
}
.ten-bg-yellow {
    background-color: rgb(253,195,0) !important;
}

.sectionbox {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    /*border: 1px solid #605ca8;*/
    border: 1px solid rgb(0,112,239);
    padding: 10px;
    /*min-height: 100px;*/
}

.sectionbox-label {
    position: absolute;
    float: left;
    margin-top: -21px;
    /*z-index: 1000;*/
    z-index: 0;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    /* color: #605ca8;    */
    color: rgb(0,112,239);
    padding:0px 5px;
}
.displayName {
    height: 31px;
    width: 31px;
    /*border: 2px solid #ee7766;*/
    border: 2px solid #fff;
    float: left;
    text-align: center;
    padding: 3px 5px 5px 5px;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 5px;
    margin-top: -5px;
}

.dataTables_wrapper > .row {
    margin: 0px !important;
}
.accordion-button {
    align-items: center;
    width: 100%;
    font-size: 14px;
    /*color: #212529;*/
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    font-weight:700;
}

.Fixhead thead tr:nth-child(1) {
    padding: 5px;
    position: sticky;
    top: -1px;
    z-index: 10;
    background: #fff;
}
.nav-tabs-custom li > a {
    font-weight: bold;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top: 4px solid #0070ef !important;
    border-left: 1px solid #0070ef;
    border-right: 1px solid #0070ef;
    border-radius: 4px 4px 3px 3px;
}

    .nav-tabs-custom > .nav-tabs > li.active > a {
        background: #f4f4f4 !important;
        font-weight: bold;
    }

.nav-tabs-custom > .nav-tabs {
    border-bottom-color: #0070ef !important;
}


    .nav-tabs-custom > .nav-tabs > li {
        /*background: #f4f4f4;*/
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-top: 3px solid #ccc !important;
        border-radius: 4px 4px 3px 3px;
        margin-right: 1px !important;
    }

.nav-tabs-custom > .tab-content {
    border: 1px solid #0070ef;
    border-top: 0px;
}

.nav-tabs-custom > .nav-tabs > li > a {
    /*padding: 5px !important;*/
    padding: 0px 5px 0px 5px !important;
    font-weight: normal;
}

.bg-danger {
    background-color: #f2dede !important;
}
.white-border{
    border:1px solid #fff;
}
#divSessionExpired {
    height: 300px;
    width: 350px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align-last: center;
    padding: 20px;
    font-size: 20px;
    z-index: 99999;
}
.nav-tree {
    background-color: #f5f5f5 !important;
    margin-bottom: 20px;
    padding: 0px !important;
}