/* sayli */
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Muli');
@import url('https://fonts.googleapis.com/css?family=Lato');
/* sayli */

html, body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #344644;
    background: #363636;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', Geneva, sans-serif;
    font-weight: 400;
}

h1 {
    clear: both;
    color: #34D1BE;
    margin: 15px 0;
    padding-left: 30px;
}

h2 {
    clear: both;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 0 10px 30px;
}

h3 {
    border-bottom: 1px solid #02968C;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #02968C;
    font-size: 18px;
}

    h3 > span {
        border-bottom: 2px solid #C2C2C2;
        display: inline-block;
        padding: 0 5px 5px;
    }

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

a {
    color: #2bb6a3;
    outline: none !important;
}

    a:hover,
    a:focus {
        color: #2bb6a3;
    }

@media (max-width: 420px) {
    html, body {
        font-size: 12px;
    }
}

.container {
    padding-left: 8px;
    padding-right: 8px;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 768px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* new xxs layout for extra small devices */
@media (max-width: 420px) {
    h1 {
        padding-left: 5px;
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.5em;
    }

    .hidden-xxs {
        display: none !important;
    }

    tr.hidden-xxs {
        display: table-row !important;
    }

    th.hidden-xxs,
    td.hidden-xxs {
        display: table-cell !important;
    }

    .visible-xxs {
        display: block !important;
    }

    tr.visible-xxs {
        display: none !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: none !important;
    }
}


blockquote,
blockquote.pull-right {
    border-color: #34d1be;
    padding: 10px 20px 10px 40px;
}

    blockquote.pull-right {
        padding-left: 20px;
        padding-right: 40px;
    }

    blockquote p {
        font-style: italic;
    }

    blockquote:before {
        content: "\f10d";
        color: #C2C2C2;
        display: inline;
        font-family: FontAwesome;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        height: auto;
        line-height: normal;
        margin-left: -28px;
        margin-top: 0;
        position: absolute;
        width: auto;
    }

    blockquote.pull-right:before {
        margin-left: 0;
        right: 50px;
    }

.container {
    margin: 0;
    max-width: 1920px;
    width: 100%;
    background-color: #1d4a6d;
}

.navbar-toggle {
    border: medium none;
    border-left: solid 1px #C2C2C2;
    color: #000000;
    font-size: 1.4em;
    height: 50px;
    margin: 0;
    text-shadow: none;
    width: 50px;
    z-index: 100;
    border-radius: 0;
}

    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 white;
    }

.nav > li {
    float: left;
}

.btn {
    border-radius: 0;
    /* border: none; */
}

.navbar-nav {
    margin: 0 0 0 10px;
}

    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
        line-height: 32px;
    }

    .navbar-nav > li > .dropdown-menu {
        border-radius: 0;
        min-width: 223px;
    }

.dropdown-menu > li > a {
    color: #696969;
    font-size: 13px;
    line-height: 1.7;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #f6f6f6;
        color: #707070;
    }

.dropdown-menu > li > a {
    padding-left: 35px;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

    .dropdown-menu > li > a > i {
        position: absolute;
        margin-left: -18px;
        margin-top: 4px;
    }

.nav-pills > li {
    float: none;
}

    .nav-pills > li > a {
        border-radius: 0;
    }


.navbar > .container .navbar-brand {
    color: #B52B2B;
    font-family: 'Titillium Web',Geneva,sans-serif;
    font-weight: 700;
    padding-top: 6px;
}

#logo.navbar-brand > img {
    float: left;
    height: 30px !important;
    margin-left: 7px;
    margin-top: 4px;
}

.navbar-nav > li {
    height: 50px;
}

#header-navbar {
    background: #1D4A6D;
    border: 0 none;
    border-radius: 0 0 0 0;
    margin: 0;
    min-height: 50px;
    color: #000;
    /*  -webkit-box-shadow: 0px 2px 5px 0px rgba(45, 45, 45, 0.8);
    -moz-box-shadow: 0px 2px 5px 0px rgba(45, 45, 45, 0.8);
    box-shadow: 0px 2px 5px 0px rgba(45, 45, 45, 0.8); */ /* sayli */
    -webkit-box-shadow: 0px 2px 2px 0px rgba(45, 45, 45, 0.8);
    -moz-box-shadow: 0px 2px 2px 0px rgba(45, 45, 45, 0.8);
    box-shadow: 0px 2px 2px 0px rgba(45, 45, 45, 0.8);
    position: fixed;
    z-index: 1000;
    width: 100%;
}

    #header-navbar .navbar-form .form-group {
        position: relative;
    }

    #header-navbar .navbar-form .form-control {
        background: #131313;
        color: #707070;
        height: 30px;
        line-height: 30px;
        margin-top: 2px;
        font-size: 0.75em;
    }

    #header-navbar .navbar-form .nav-search-icon {
        position: absolute;
        color: #707070;
        right: 6px;
        top: 8px;
    }

    #header-navbar .nav > li > a {
        height: 50px;
    }

        #header-navbar .nav > li > a > span.count1 {
            background: none repeat scroll 0% 0% #38a9ff;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            width: 17px;
            height: 17px;
            display: block;
            position: absolute;
            text-align: center;
            font-size: 12px;
            line-height: 18px;
            top: 6px;
            right: 15px;
            color: #fff;
        }

        #header-navbar .nav > li > a > span.count2 {
            background: none repeat scroll 0% 0% #ff5e3a;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            width: 17px;
            height: 17px;
            display: block;
            position: absolute;
            text-align: center;
            font-size: 12px;
            line-height: 18px;
            top: 6px;
            right: 15px;
            color: #fff;
        }

    #header-navbar .profile-dropdown > a {
        padding-top: 8px;
        padding-bottom: 7px;
        line-height: 40px;
    }

        #header-navbar .profile-dropdown > a > img {
            margin-right: 5px;
            float: left;
        }

        #header-navbar .profile-dropdown > a > span {
            float: left;
            display: block;
            margin-right: 3px;
        }

#header-nav .form-control {
    border-radius: 0;
    border: 0;
}

#header-navbar .nav > li > a {
    font-size: 1em;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff;
    border: none;
}

    #header-navbar .nav > li > a > i,
    #sidebar-nav .nav > li > a > i {
        font-size: 1.25em;
    }

#sidebar-nav .nav > li > a:focus,
#sidebar-nav .nav .open > a,
#sidebar-nav .nav .open > a:focus {
    background: inherit;
}

    #header-navbar .nav > li > a:hover,
    #header-navbar .nav > li > a:focus,
    #header-navbar .nav .open > a,
    #header-navbar .nav .open > a:hover,
    #header-navbar .nav .open > a:focus,
    #sidebar-nav .nav > li > a:hover,
    #sidebar-nav .nav .open > a:hover,
    .navbar-toggle:hover,
    .navbar-toggle:focus,
    .mobile-search.active > .btn {
        background: #3D79A7;
        color: #fff;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
#sidebar-nav .nav-pills > li.active > a,
#sidebar-nav .nav-pills > li.active > a:hover,
#sidebar-nav .nav-pills > li.active > a:focus {
    background-color: #B52B2B;
}

#header-navbar .nav > li .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

#header-navbar .nav a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.mobile-search {
    overflow: hidden;
}

    .mobile-search > a.btn {
        float: right;
    }

.drowdown-search {
    background: #FFFFFF;
    display: block;
    left: 168px;
    padding: 4px 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.25s ease-out 0s;
    transition: left 0.25s ease-out 0s;
    width: 0;
    z-index: 1;
    overflow: hidden;
}

    .drowdown-search .form .form-group {
        position: relative;
        margin: 0 15px;
    }

    .drowdown-search .form .form-control {
        background: none repeat scroll 0 0 #FFFFFF;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #344644;
        font-size: 1em;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        padding-left: 5px;
        padding-right: 26px;
    }

    .drowdown-search .form .nav-search-icon {
        color: #344644;
        font-size: 1.2em;
        position: absolute;
        right: 5px;
        top: 13px;
        cursor: pointer;
    }

    .drowdown-search .form .form-control::-webkit-input-placeholder { /* WebKit browsers */
        color: #344644;
    }

    .drowdown-search .form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #344644;
    }

    .drowdown-search .form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #344644;
    }

    .drowdown-search .form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #344644;
    }

.mobile-search.active {
    width: 220px;
}

    .mobile-search.active .drowdown-search {
        width: 220px;
        left: 0;
    }

@media (max-width: 992px) {
    .mobile-search {
        position: inherit !important;
        overflow: visible;
    }

    .drowdown-search {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        display: block;
        left: 0;
        padding: 10px 0;
        top: 50px;
        width: 100%;
        display: none;
        -webkit-transition: none;
        transition: none;
    }

        .drowdown-search .form .form-control {
            font-size: 1.6em;
            font-weight: 600;
        }

        .drowdown-search .form .nav-search-icon {
            font-size: 1.8em;
            right: 15px;
            top: 8px;
        }

    .mobile-search.active {
        width: auto;
    }

        .mobile-search.active .drowdown-search {
            display: block;
            width: 100%;
            left: 0;
        }

    #header-nav {
        width: 100% !important;
    }

    .mlmenu {
        top: 99px !important;
    }

    #content-wrapper {
        margin-top: 171px !important;
    }

    #menu-sidebar15 {
        margin-top: -71px;
    }

    .mlmenu .navbar-default .navbar-collapse {
        overflow: visible !important;
    }
}

.navbar-nav > li > .dropdown-menu.notifications-list {
    min-width: 320px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 8px;
    color: #707070;
    margin-left: -264px;
}

.notifications-list .item-header {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.notifications-list .item {
    border-top: 1px solid #EBEBEB;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 0;
    clear: both;
}

    .notifications-list .item a {
        clear: both;
        white-space: normal;
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .notifications-list .item > a > i {
        color: #fe635f;
    }

    .notifications-list .item a .content {
    }

    .notifications-list .item a .time {
        color: #34d1be;
        margin-left: 10px;
        position: absolute;
        right: 13px;
        white-space: normal !important;
    }

        .notifications-list .item a .time i {
            margin-right: 3px;
        }

.notifications-list .item-footer {
    background: #E1E1E1;
    padding-bottom: 0;
    padding-top: 0;
}

    .notifications-list .item-footer a {
        padding: 8px 20px;
        text-align: center;
        -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
        transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    }

        .notifications-list .item-footer a:hover,
        .notifications-list .item-footer a:focus {
            background-color: #1D4A6D;
            color: #fff;
        }

.notifications-list .pointer {
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 21px;
    top: -12px;
    width: 12px;
}

    .notifications-list .pointer .pointer-inner {
        position: relative;
    }

    .notifications-list .pointer .arrow {
        border-color: transparent transparent #FFFFFF;
        border-style: solid;
        border-width: 6px;
        cursor: pointer;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1002;
    }

    .notifications-list .pointer .arrow-border {
        border-color: transparent transparent rgba(0, 0, 0, 0.15);
        border-style: solid;
        border-width: 7px;
        cursor: pointer;
        left: -1px;
        position: absolute;
        top: -2px;
        z-index: 1001;
    }

.messages-list .item.first-item {
    border-top: 0 !important;
}

.messages-list .item > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

    .messages-list .item > a > img {
        position: absolute;
        margin-top: 10px;
    }

    .messages-list .item > a > .content {
        display: block;
        padding-left: 50px;
        padding-top: 5px;
    }

        .messages-list .item > a > .content .content-headline {
            color: #605F5F;
            display: block;
            font-weight: 600;
        }

        .messages-list .item > a > .content .content-text {
            display: block;
            line-height: 1.4;
        }

#col-left {
    position: relative;
    color: #003940;
}

    #col-left a {
        color: #e1e1e1;
    }

        #col-left a:hover,
        #col-left .nav-active a.nav-link,
        #col-left a.active {
            color: #fff;
        }

#nav-col {
    padding: 0;
}

#sidebar-nav {
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
}

    #sidebar-nav .nav > li {
        margin: 0;
    }

        #sidebar-nav .nav > li > a {
            color: #FFFFFF;
            height: 52px;
            line-height: 32px;
            padding-left: 30px;
            border-bottom: 1px solid #4F4F4F;
            box-shadow: 0 -1px 0 #2C2C2C inset;
            -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
            transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
            overflow: hidden;
        }

            #sidebar-nav .nav > li > a:hover {
                -webkit-box-shadow: 0 -1px 0 0 #960606 inset;
                box-shadow: 0 -1px 0 0 #960606 inset;
            }

        #sidebar-nav .nav > li.open > a {
            border-bottom-color: #252525;
            outline: none;
            text-decoration: none;
        }

        #sidebar-nav .nav > li > a > i {
            position: absolute;
            margin-top: 8px;
        }

        #sidebar-nav .nav > li > a > span {
            padding-left: 35px;
            font-size: 0.875em;
        }

    #sidebar-nav .nav li > a.dropdown-toggle > .drop-icon {
        color: #595858;
        font-size: 12px;
        margin-top: -6px;
        position: absolute;
        right: 25px;
        top: 50%;
    }

    #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon {
        color: #fff;
    }

    #sidebar-nav .nav li .submenu {
        display: none;
        background: #252525;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #sidebar-nav .nav li.active > .submenu {
        display: block;
    }

    #sidebar-nav .nav li .submenu > li {
        position: relative;
    }

        #sidebar-nav .nav li .submenu > li > a {
            border-bottom: 1px solid #313131;
            display: block;
            font-size: 0.875em;
            line-height: 28px;
            padding-left: 66px;
            color: #fff;
            outline: none;
            text-decoration: none;
            -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
            transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
        }

        #sidebar-nav .nav li .submenu > li:first-of-type > a {
            border-top: 0;
        }

        #sidebar-nav .nav li .submenu > li:last-of-type > a {
            border-bottom: 1px solid #4E4E4E;
        }

        #sidebar-nav .nav li .submenu > li > a:hover,
        #sidebar-nav .nav li .submenu > li > a.active {
            text-decoration: none;
            color: #3fcfbb;
            /* background-color: #313131; */
            /* box-shadow: 0 -1px 0 0 #8bf2e6 inset; */
        }

.navbar-nav .open .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    /*left: 0;*/
    position: absolute;
}

#sidebar-nav .nav > .open > .submenu .submenu {
    display: none;
}

#sidebar-nav .nav > .open > .submenu > li > a {
    position: relative;
}

#sidebar-nav .nav > .open > .submenu > .open > a {
    background: inherit;
    border-bottom-color: #171717;
    -webkit-box-shadow: 0 -1px 0 #171717 inset;
    box-shadow: 0 -1px 0 #171717 inset;
}

#sidebar-nav .nav > .open > .submenu > li > .submenu {
    background-color: #171717;
}

    #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover {
        /* background-color: #232323; */
        color: #3fcfbb;
    }

    #sidebar-nav .nav > .open > .submenu > li > .submenu a {
        border-bottom: 0 none;
        border-top: 0 none;
        padding-left: 85px;
    }

        #sidebar-nav .nav > .open > .submenu > li > .submenu a:before {
            content: "\f111";
            display: inline;
            font-family: FontAwesome;
            font-size: 4px;
            font-style: normal;
            font-weight: normal;
            margin-left: -10px;
            margin-top: 1px;
            position: absolute;
        }

#sidebar-nav .nav > .open > .submenu > li > a.dropdown-toggle > .drop-icon {
    font-size: 10px;
    margin-top: -5px;
}

#sidebar-nav .nav > .open > .submenu > .open > a.dropdown-toggle > .drop-icon {
    margin-top: -6px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #sidebar-nav .nav > li > a {
        font-size: 0.875em;
        padding-left: 15px;
    }

        #sidebar-nav .nav > li > a > span {
            padding-left: 28px;
        }

    #sidebar-nav .nav li .submenu > li > a {
        padding-left: 35px;
        font-size: 0.75em;
    }

    #sidebar-nav .nav > .open > .submenu > li > .submenu a {
        padding-left: 55px;
    }
}

@media (max-width: 992px) {
    .navbar-toggle {
        display: block;
    }

    #sidebar-nav.navbar-collapse {
        max-height: 336px;
    }

    #sidebar-nav .nav > li > a {
        height: 48px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

@media (max-width: 768px) {
    #logo {
        width: 150px;
        padding-left: 0;
        font-size: 1em;
        margin-left: 0px;
    }

        #logo img {
            height: 19px;
        }
}

@media (max-width: 400px) {
    #header-navbar .container {
        padding: 0;
    }

    #logo {
        width: auto;
        margin-left: 15px;
    }

        #logo span {
            display: none;
        }

    .profile-dropdown .dropdown-toggle {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #header-nav .nav {
        margin-left: 0;
    }

    .mlmenu {
        top: 0px !important;
        position: relative !important;
    }
}

/* sayli */
#content-wrapper {
    background: #1d4a6d;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    min-height: 100%;
    padding: 0px;
    padding-top: 0px !important;
    margin-top: 86px;
    padding-right: 71px;
}

    #content-wrapper > .row {
        opacity: 1;
        /*
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-o-transform: translateY(25px);
	transform: translateY(25px);

	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
    */
    }

.main-box {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    padding: 20px;
}

    .main-box h2 {
        margin: 0 0 15px -20px;
        padding: 5px 0 5px 20px;
        border-left: 10px solid #c2c2c2; /*7e8c8d*/
    }

@media (max-width: 768px) {
    #content-wrapper {
        padding: 10px 8px;
    }

    #menu-sidebar15 {
        margin-top: -71px;
    }

    .main-box {
        margin-bottom: 10px;
    }

    .mlmenu {
        padding-left: 0px !important;
        padding-top: 0px !important;
    }
}

@media (max-width: 420px) {
    #content-wrapper {
        padding: 5px;
    }

    .main-box {
        padding: 12px 10px;
    }

        .main-box h2 {
            margin-left: -10px;
        }
}


#footer-bar {
    height: 50px;
    line-height: 50px;
    color: #cccccc;
    font-size: 0.875em;
}

#footer-copyright {
    text-align: center;
    margin: 0;
}

    #footer-copyright a {
        color: #ccc;
    }

        #footer-copyright a:hover {
        }

@media (max-width: 420px) {
    #footer-bar {
        line-height: 1.5;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
    }
}


/* OTHER */
.the-icons {
    font-size: 0.875em;
    line-height: 2;
}

    .the-icons .glyphicon {
        width: 30px;
        text-align: center;
    }

.tabs-wrapper .nav-tabs {
    /*margin-bottom: 15px;*/
    border-bottom: none;
}

.tabs-wrapper .tab-content {
    margin-bottom: 5px;
    /*padding: 0 10px;*/
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.dropdown-example ul.dropdown-menu {
    display: block;
}

svg {
    width: 100% !important;
}

.collapsediv {
    width: 36px;
    background-color: #000;
    position: absolute;
    z-index: 1000;
    /* left: 225px; dynamically change*/
    height: 28px;
    padding: 4px;
    cursor: pointer;
    text-align: center;
}

    .collapsediv i {
        font-size: 21px;
        color: #fff;
    }

.module-heading {
    font-size: 16px;
    text-align: center;
    padding: 3px 0px;
    text-transform: uppercase;
    font-family: "Titillium Web",Geneva,sans-serif;
    font-weight: 600;
    color: #fff;
}


/*#region Dinesh CSS*/
.CompName {
    display: inline-block;
    color: #e6fcff;
    margin-top: 16px;
    font-size: 16px;
    position: absolute;
    left: 252px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Lato', sans-serif;
}

.mlmenu {
    padding-top: 12px;
    background-color: #fff;
    position: fixed;
    z-index: 800;
    top: 49px;
    width: 100%;
    border-bottom: 1px solid #1d4a6d;
    padding-left: 10px;
    left: 0px;
}

    .mlmenu .navbar-default {
        background-color: #fff;
        border-color: #fff;
    }

    .mlmenu .navbar {
        border-radius: 0px;
        margin-bottom: 0px;
        min-height: 32px !important;
        border-bottom: 0px;
    }

    .mlmenu .navbar-default .navbar-nav > li > a {
        cursor: pointer;
        padding: 0px 15px 0px 15px;
        font-weight: 700;
        height: 35px;
        line-height: 35px;
    }

    .mlmenu .slimmenu > li > a i {
        margin-right: 5px;
        font-size: 17px;
    }

    .mlmenu .navbar-default .navbar-nav > li {
        height: auto !important;
        margin-right: 5px;
    }

    .mlmenu .navbar-default .navbar-nav > .active > a {
        background-color: #1d4a6d;
        color: #fff;
        font-weight: 700;
        border-radius: 5px 5px 0px 0px;
        height: 35px;
        line-height: 35px;
    }


    .mlmenu .dropdown-menu > li > a {
        padding: 3px 20px !important;
        font-size: 13px;
        color: #1d4a6d;
    }

        .mlmenu .dropdown-menu > li > a > .new {
            color: #f3352e;
            font-size: 11px;
            padding: 1px 5px;
            border-radius: 7px;
            text-align: right;
            position: absolute;
            right: 4px;
        }

        .mlmenu .dropdown-menu > li > a > .upcoming {
            color: #3dab37;
            font-size: 11px;
            padding: 1px 5px;
            border-radius: 7px;
            text-align: right;
            position: absolute;
            right: 4px;
        }

    .mlmenu .dropdown-submenu > a::after {
        border-left-color: #1d4a6d !important;
    }

    .mlmenu .dropdown-menu > li > a:hover, .mlmenu .dropdown-menu > li > a:focus {
        background-color: #1d4a6d;
        color: #fff;
        cursor: pointer;
    }

    .mlmenu .dropdown-submenu > a:hover::after {
        border-left-color: #fff !important;
    }

    .mlmenu .navbar-default .navbar-nav > .open > a, .mlmenu .navbar-default .navbar-nav > .open > a:hover, .mlmenu .navbar-default .navbar-nav > .open > a:focus {
        border-radius: 5px 5px 0px 0px;
    }


    .mlmenu .slimmenu > .active > a i.blue,
    .mlmenu .slimmenu > .active > a i.violet,
    .mlmenu .slimmenu > .active > a i.green,
    .mlmenu .slimmenu > .active > a i.red,
    .mlmenu .slimmenu > .active > a i.golden,
    .mlmenu .slimmenu > li > a:hover > i.blue,
    .mlmenu .slimmenu > li > a:hover > i.violet,
    .mlmenu .slimmenu > li > a:hover > i.green,
    .mlmenu .slimmenu > li > a:hover > i.red,
    .mlmenu .slimmenu > li > a:hover > i.golden {
        color: #fff !important;
    }

    .mlmenu .slimmenu > li > a i.blue {
        color: #08c9d8 !important;
    }

    .mlmenu .slimmenu > li > a i.violet {
        color: #c704ed !important;
    }

    .mlmenu .slimmenu > li > a i.green {
        color: #34cc0d !important;
    }

    .mlmenu .slimmenu > li > a i.red {
        color: #fe635f !important;
    }

    .mlmenu .slimmenu > li > a i.golden {
        color: #d1a91e !important;
    }

.dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_filter label input {
    border: 1px solid #CCCCCC;
}

/*-----*/
.table-green .table.dataTable thead td, .table-green .table.dataTable thead th, .table-green .table > thead:first-child > tr:first-child > th, .table-green .table > thead:first-child > tr:first-child > td {
    border-bottom: 2px solid #55aebf;
    background-color: #167F92;
    color: #fff !important;
    border-left: transparent;
    border-right: transparent;
}

.table-green .table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #ebf3f5;
}

.table-green .table tbody > tr > td {
    border-top: 1px solid #167F92;
    border-left: transparent;
    border-right: transparent;
}

.table-green .table-bordered {
    border: 1px solid #167F92;
}

.table-green table.dataTable.no-footer {
    border-bottom: 1px solid #167F92;
}

.table-green table tbody td .dropdown button {
    padding: 5px 10px;
    background-color: #167F92;
    font-size: 18px;
    border: none;
    color: #fff;
    border-radius: 50%;
}

.table-green table tbody td .dropdown .dropdown-menu > li > a {
    text-align: left;
    font-weight: 600;
    padding: 3px 3px 3px 34px;
}

.table-green table tbody td .dropdown .dropdown-menu {
    border-radius: 10px;
}

/*-----*/
.table-blue .table tbody > tr > td > div > a {
    color: #4682b4 !important;
}

.table-blue .table.dataTable thead td, .table-blue .table.dataTable thead th,
.table-blue .table > thead:first-child > tr:first-child > th, .table-blue .table > thead:first-child > tr:first-child > td {
    border-bottom: 2px solid #8cb0ce;
    background-color: #4682B4;
    color: #fff !important;
    border-left: transparent;
    border-right: transparent;
}

.table-blue .table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #ebf3fb;
}

.table-blue .table tbody > tr > td {
    border-top: 1px solid #4682B4;
    border-left: transparent;
    border-right: transparent;
}

.table-blue .table-bordered {
    border: 1px solid #4682B4;
}

.table-blue table.dataTable.no-footer {
    border-bottom: 1px solid #4682B4;
}

.table-blue table tbody td .dropdown button {
    padding: 5px 10px;
    background-color: steelblue;
    font-size: 18px;
    border: none;
    color: #fff;
    border-radius: 50%;
}

.table-blue table tbody td .dropdown .dropdown-menu > li > a {
    text-align: left;
    font-weight: 600;
    padding: 3px 3px 3px 34px;
}

.table-blue table tbody td .dropdown .dropdown-menu {
    border-radius: 10px;
}

/* dashboard chart */
.dashboard .text-muted, .dashboard small {
    color: #8cb7d8;
}

.dashboard .text-success {
    color: #56d859;
}

.dashboard .main-box {
    background: #072d4b;
    box-shadow: none;
    /*border: 1px solid #4c677e;*/
}

    .dashboard .main-box h2 {
        font-weight: 100;
        color: aliceblue;
        text-transform: uppercase;
        border: none;
        margin: 0px;
        padding: 5px 0px;
    }

    .dashboard .main-box button i {
        margin-right: 5px;
    }

    .dashboard .main-box .btn-lg-blue {
        height: 34px;
        background: transparent;
        border-radius: 2em;
        border: 2px solid #afd2ff !important;
        color: #afd2ff !important;
        padding: 0px 10px;
        margin-right: 5px;
    }

        .dashboard .main-box .btn-lg-blue:hover {
            border: 2px solid #3862f3 !important;
            color: #fff !important;
            background-color: #3862f3;
        }

    .dashboard .main-box .btn-lg-red:hover {
        border: 2px solid #ff7331 !important;
        color: #fff !important;
        background-color: #ff7331;
    }

    .dashboard .main-box .btn-lg-red {
        height: 34px;
        background: transparent;
        border-radius: 2em;
        border: 2px solid #ffd79c !important;
        color: #ffd79c !important;
        padding: 0px 10px;
        margin-right: 5px;
    }


.widget-box-two {
    text-align: right;
}

.card-box {
    padding: 20px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #072d4b;
    box-shadow: 4px 4px 4px rgba(9, 9, 9, 0.53);
}

    .card-box .chart-container {
        height: 400px;
        overflow-y: auto;
        margin-right: -16px;
    }

    .card-box h3 {
        color: #c8f5ee;
        font-family: 'Nunito Sans', sans-serif;
        margin: 10px 0;
        font-weight: 700;
        font-size: 24px;
        border: none;
    }

        .card-box h3 i {
            margin-right: 5px;
        }

    .card-box h5 {
        font-size: 16px;
    }

    .card-box .header-title {
        margin-bottom: 8px;
        /*text-transform: uppercase;*/
        letter-spacing: 0.02em;
        font-size: 16px;
        color: #e0e0e0;
    }

.widget-two-custom .widget-two-icon {
    color: #d4ff60;
    border: 3px solid #d4ff60;
}

.widget-box-two .widget-two-icon {
    position: absolute;
    left: 30px;
    font-size: 36px !important;
    top: 30px;
    overflow: hidden;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 74px;
    border-radius: 50%;
    display: inline-block;
    transform: translate(0, 0);
}

.widget-box-two .wigdet-two-content {
    position: relative;
}

.widget-box-two p {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 !important;
    text-transform: uppercase;
    color: #e0e0e0;
}

.wigdet-two-content h2 {
    color: #c8f5ee;
    font-family: 'Nunito Sans', sans-serif;
    margin: 3px 0;
    font-weight: 700;
    font-size: 30px;
}

.wigdet-3-content h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 15px;
    color: #36ffff;
}

    .wigdet-3-content h2 small {
        padding: 0px;
        color: aliceblue;
        font-size: 14px;
    }

.wigdet-3-content p.smtext {
    margin-bottom: 10px;
    font-size: 11px;
}

.wigdet-3-content p {
    text-align: center;
    color: #e9e9e9;
    font-weight: 600;
    margin: 0px;
}

.wigdet-4 {
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 25px;
}

    .wigdet-4 .heading {
        text-align: center;
        border-right: 1px solid #d5d5d5;
        height: 180px;
        font-size: 20px;
        padding: 70px 10px 0px 10px;
    }

    .wigdet-4 .chbox {
        text-align: center;
        border-right: 1px solid #d5d5d5;
        height: 180px;
    }

        .wigdet-4 .chbox.last {
            border-right: 0px solid #d5d5d5;
        }

        .wigdet-4 .chbox .chhead {
            text-align: center;
            border-bottom: 1px solid #d5d5d5;
            padding: 6px;
            font-weight: 600;
        }

        .wigdet-4 .chbox .chcontent {
            text-align: center;
            height: 146px;
            padding-top: 10px;
        }

.chbox .chcontent .figure {
    line-height: 88px;
    font-size: 46px;
    color: #ff2525;
}

.chbox .chcontent .figure1 {
    line-height: 88px;
    font-size: 46px;
    color: #2556ff;
}

.wigdet-4 .row {
    margin: 0px !important;
}

@media (max-width: 420px) {
    .CompName {
        position: relative;
        margin-top: 0px;
        left: 19px;
        width: 90%;
    }

    .mobile-search {
        display: none !important;
    }

    .profile-dropdown {
        float: left;
    }

    #header-nav .pull-right {
        float: left !important;
    }

    #header-navbar {
        position: relative;
    }

    #content-wrapper {
        margin-top: 10px !important;
    }
}

/*#endregion Dinesh CSS*/

/*#region Sayli CSS */
/**Sayli**/
.menu-header a {
    display: inline-block;
    margin: 10px;
    box-shadow: 4px 4px 4px rgba(9, 9, 9, 0.53);
    background-color: #072d4b;
    width: 300px;
    color: #cfd1cf;
}

    .menu-header a:hover {
        background-color: #F6F6F6;
        color: #636363;
        text-decoration: none !important;
    }

.menu-icon {
    font-size: 43px;
    width: 60px;
    display: table-cell;
    text-align: left;
}

.menu-title {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

.menu-subTitle {
    font-size: 13px;
    padding-top: 10px;
}

.acc-border {
    border-top: 3px solid #FC7676;
}

.acc-color {
    color: #FC7676;
}

.cus-border {
    border-top: 3px solid #ffaf74;
}

.cus-color {
    color: #ffaf74;
}

.prog-border {
    border-top: 3px solid #F8D76B;
}

.prog-color {
    color: #F8D76B;
}

.pla-border {
    border-top: 3px solid #D8F276;
}

.pla-color {
    color: #D8F276;
}

.hr-border {
    border-top: 3px solid #68F988;
}

.hr-color {
    color: #68F988;
}

.inv-border {
    border-top: 3px solid #35CEC3;
}

.inv-color {
    color: #35CEC3;
}

.pro-border {
    border-top: 3px solid #80BAFB;
}

.pro-color {
    color: #80BAFB;
}

.sup-border {
    border-top: 3px solid #C9A4F8;
}

.sup-color {
    color: #C9A4F8;
}

.qua-border {
    border-top: 3px solid #FC66CB;
}

.qua-color {
    color: #FC66CB;
}

.plant-border {
    border-top: 3px solid #FF6E6E;
}

.plant-color {
    color: #FF6E6E;
}

.meeting-border {
    border-top: 3px solid #f9a76b;
}

.meeting-color {
    color: #f9a76b;
}

.tra-border {
    border-top: 3px solid #E1BB3C;
}

.tra-color {
    color: #E1BB3C;
}

.login-main-div {
    background: #3e3e3e;
    right: 0%;
    width: 50%;
    height: 100%;
    position: fixed;
}

    .login-main-div #login-box-inner {
        text-align: center;
    }

        .login-main-div #login-box-inner .login-div2 {
            width: 60%;
            display: inline-block;
            text-align: left;
        }
/*@media (max-width: 768px) {

}*/
@media (max-width: 960px) {
    .menu-header a {
        height: 180px;
        width: 100%;
    }

    .login-main-div #login-box-inner .login-div2 {
        width: 50% !important;
        display: inline-block !important;
        text-align: left !important;
    }

    .login-main-div {
        background: #3e3e3e;
        right: 0%;
        width: 100%;
        height: 100%;
        position: fixed;
    }
}

@media (max-width: 412px) {
    .login-main-div #login-box-inner .login-div2 {
        width: 80% !important;
        display: inline-block !important;
        text-align: left !important;
    }
}

@media (max-width: 360px) {
    .login-main-div #login-box-inner .login-div2 {
        width: 100% !important;
        display: inline-block !important;
        text-align: left !important;
    }
}

.login-img {
    /* background: url('http://localhost:8088/assets/img/samples/001.jpg'); */
    /* background-size: cover; */
    width: 50%;
    float: left;
    position: fixed;
    background-color: #3e3e3e;
    height: 100%;
}

.login-txt {
    border-bottom: 1px solid antiquewhite;
}

.login-div .login-txt .select2-container {
    background-color: #3e3e3e;
    border: 0px;
}

.login-div .login-txt .select2-choice {
    box-shadow: none;
    background-color: #3e3e3e !important;
    color: #eaeaea !important;
    border: none;
    font-size: 15px;
    padding-top: 7px;
    padding-left: 0px;
}

.login-div .login-txt .select2-container .select2-choice .select2-arrow {
    background: #3e3e3e !important;
    border-color: #3e3e3e !important;
    padding-top: 15px;
}

    .login-div .login-txt .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('../../img/sort-down.png') no-repeat 0 1px;
    }

.login-btn {
    text-align: right;
    padding: 30px 7px 0px 0px;
}

.login-div .login-btn .btn-success {
    background-color: #e07704;
    border-color: #fc8909;
    width: 100px;
    float: right;
    padding: 10px 30px;
}

    .login-div .login-btn .btn-success:hover {
        background-color: #f3742e;
        border-color: #f3742e;
    }

.login-err {
    color: Red;
    visibility: hidden;
}

.login-txtColor {
    border: 0px;
    color: #eaeaea;
}

.login-div .login-txt .form-control {
    border: 0px;
    background-color: #3e3e3e;
    color: #eaeaea;
    font-size: 15px;
}

    .login-div .login-txt .form-control:focus {
        box-shadow: none;
    }

.lg-rem {
    color: #c8c8c8;
    font-size: 13px;
}

/*-------*/
/*#endregion Sayli */

/*#region Dashboard*/
.chcontent .tbl {
    display: table;
    width: 100%;
    overflow: auto;
}

.chcontent .tblCol {
    display: table-cell;
}

    .chcontent .tblCol a {
        display: block;
        color: #fff;
        border-right: solid 1px #c6c6c6;
        height: 40px;
        line-height: 38px;
        background-color: #ff51c0;
    }

        .chcontent .tblCol a.complete {
            background-color: #6944e0;
        }

.link-border {
    border-radius: 30px !important;
    color: #1d10ed99;
    width: 208px;
    height: 37px;
}

/*#endregion*/

/*----------Sayli-----------*/
.g_btn {
    border: 1px solid #4285f4;
    font-weight: bold;
    /*background: -moz-linear-gradient(top,#4387fd,#4683ea);*/
    text-decoration: none;
    display: inline-block;
    line-height: 28px;
    padding: 0 7px;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    font-family: arial,sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background: #4683ea;
}

    .g_btn:hover {
        box-shadow: 0 1px 0 rgba(0,0,0,.15);
        color: #fff;
        text-decoration: none;
    }

    .g_btn:focus {
        box-shadow: 0 1px 0 rgba(0,0,0,.15);
        color: #fff;
        text-decoration: none;
    }

.g_link {
    color: #4285f4;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

    .g_link:hover {
        color: #3367d6;
        text-decoration: none;
    }
/* .g_txt{
	border: 1px solid #c1c9d1 !important;
	font-size: 12px;
	color: #837676;
	font-family: Muli, sans-serif;
}
.g_txt:focus{
	box-shadow: none !important;
	border: 1px solid #1d4a6d !important;
} */

.setIcon {
    font-size: 18px;
    color: #a8a8a8;
    cursor: pointer;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125) !important;
}

    .setIcon :hover {
        color: #08aed8;
    }

.lFont11 {
    font-size: 11px;
    color: #414141;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
}

.lFont14 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #004C8D;
    font-weight: 400;
    font-size: 14px;
    font-family: Muli, sans-serif;
}

.lBFont13 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #004C8D;
    font-weight: 400;
    font-size: 13px;
    font-family: Muli, sans-serif;
}

.lFont12 {
    font-size: 12px;
    color: #414141;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    font-family: Muli, sans-serif;
}

.l_hd { /* list heading */
    font-size: 19px;
    font-family: Raleway, sans-serif !important;
    color: rgb(93, 92, 92);
    font-weight: 400;
}

.tbl_lHd { /*table list heading*/
    padding: 10px 20px;
    background-color: #F8F8F8;
    border-top: 1px solid #D8DDE6;
    font-size: 13px;
    border-bottom: 1px solid #D8DDE6;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-family: 'Muli', sans-serif;
    color: #838383;
}

.m_hd { /* main heading div */
    padding: 15px 20px 0px 20px;
    background: #FFF;
}

.m_hd2 {
    padding: 6px 20px 10px 20px;
    background: #FFF;
}

.m_hd3 {
    padding: 15px 20px 15px 20px;
    background: #FFF;
    border-bottom: 1px solid #d2d2d2;
}

.d_icon { /* delete icon */
    color: #f88080;
}

.c_icon { /* contact icon */
    color: #6b6b6b;
    margin-left: -1px;
}

.modal_hd { /* modal heading */
    padding: 0px 0px 10px 6px;
}

.m_row { /* modal list row */
    background-color: #FFF;
    border: 1px solid #EEF3FE;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Muli, sans-serif;
    padding: 10px;
}
/* .m_row :hover{
	background-color: #FCFCFC;
} */
.l_row { /* list row */
    padding: 15px 40px;
    background-color: #FFF;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Muli, sans-serif;
}

.l_row2 { /* list row */
    padding: 15px 40px 15px 10px;
    background-color: #FFF; /*white color*/
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Muli, sans-serif;
}

.l_rowG { /* list row */
    padding: 15px 40px 15px 10px;
    background-color: #f0ffe2; /*green color*/
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Muli, sans-serif;
}

.mList {
    border-bottom: 1px solid #EEF3FE;
}

.mList2 {
    border-bottom: 1px solid #868686;
}

.Slist {
}

    .Slist :hover {
        background-color: #FCFCFC;
    }

    .Slist .dropdown-backdrop {
        background: transparent;
    }

.settingUl {
    bottom: auto !important;
    width: 250px;
}

.f_lt {
    float: left;
}

.f_rt {
    float: right;
}

.floatR {
    float: right;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.pad20 {
    padding: 20px;
}

.pad25 {
    padding: 25px;
}

.padB2 {
    padding-bottom: 2px;
}

.padB5 {
    padding-bottom: 5px;
}

.padB6 {
    padding-bottom: 6px;
}

.padB10 {
    padding-bottom: 10px;
}

.padB15 {
    padding-bottom: 15px;
}

.marB0 {
    margin-bottom: 0px;
}

.padR0 {
    padding-right: 0px;
}

.padR3 {
    padding-right: 3px;
}

.padR10 {
    padding-right: 10px;
}

.padR5 {
    padding-right: 5px;
}

.padR15 {
    padding-right: 15px !important;
}

.padR25 {
    padding-right: 25px;
}

.mrgR5 {
    margin-right: 5px;
}

.mrgR7 {
    margin-right: 7px;
}

.mrgR10 {
    margin-right: 10px;
}

.padL0 {
    padding-left: 0px;
}

.padL3 {
    padding-left: 3px;
}

.padL5 {
    padding-left: 5px;
}

.padL6 {
    padding-left: 6px;
}

.padL9 {
    padding-left: 9px;
}

.padL10 {
    padding-left: 10px;
}

.padL15 {
    padding-left: 15px;
}

.padL18 {
    padding-left: 18px;
}

.padL20 {
    padding-left: 20px;
}

.padL30 {
    padding-left: 30px;
}

.mrgL-8 {
    margin-left: -8px;
}

.padT0 {
    padding-top: 0px !important;
}

.padT5 {
    padding-top: 5px;
}

.padT6 {
    padding-top: 6px;
}

.padT7 {
    padding-top: 7px;
}

.padT10 {
    padding-top: 10px;
}

.padT17 {
    padding-top: 20px;
}

.padT20 {
    padding-top: 20px;
}

.mrgT7 {
    margin-top: 7px;
}


.padPanelB {
    padding: 10px 155px;
}

.padfilter {
    padding: 10px 20px;
}

.padMb {
    padding: 1px 5px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz17 {
    font-size: 17px;
}

.fWhite {
    color: white;
}

.bWhite {
    background: #fff;
}

.f_muli {
    font-family: Muli, sans-serif;
}

.w20 {
    width: 20px;
}

.w800 {
    width: 60%;
}

.ftB {
    font-weight: bold;
}

.ht127 {
    height: 127px;
}

.ht150 {
    height: 150px;
}

.ht200 {
    height: 200px;
}

.l_ht22 {
    line-height: 22px;
}

.noWhiteS {
    white-space: normal !important;
}

.b0 {
    border: none;
}

.b_r {
    border-right: 1px solid #D8DDE6;
}

.b_l {
    border-left: 1px solid #D8DDE6;
}

.b_b {
    border-bottom: 1px solid #D8DDE6;
}

.c_ptr {
    cursor: pointer;
}

.gColor {
    color: #818181;
}

.bColor {
    color: #0a8aed;
}

.f10 {
    font-size: 10px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
}

.f11 {
    font-size: 11px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
}

.f12 {
    font-size: 12px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
}

.f13 {
    font-size: 13px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
}

.f14 {
    font-size: 14px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
}

.f15 {
    font-size: 15px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
}

.h11 {
    font-size: 11px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
    font-weight: 600;
}

.h12 {
    font-size: 12px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
    font-weight: 600;
}

.h13 {
    font-size: 13px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
    font-weight: 600;
}

.h14 {
    font-size: 14px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
    font-weight: 600;
}

.h15 {
    font-size: 15px;
    color: #7a7676;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Muli, sans-serif;
    font-weight: 600;
}

.append-icon {
    position: relative;
}

    .append-icon i {
        font-size: 14px;
        height: 34px;
        left: auto;
        line-height: 34px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 36px;
        color: #7e7e7e;
    }

.s_lbl {
    padding: 5px 0px;
    font-family: Muli, sans-serif;
    font-size: 12px;
    color: #6f6c6c;
}

.l_nt { /*note*/
    color: #1d4a6d;
    font-size: 13px;
}

.c_list { /* collapse list */
    height: auto;
    border: medium none;
    background-color: #FFF;
}

.ch_list { /*child list*/
    border-left: 1px solid #D8DDE6;
    border-right: 1px solid #D8DDE6;
}

.ch_l2 {
    padding: 3px 10px;
    background-color: #F8F8F8;
    border-top: 1px solid #D8DDE6;
    font-size: 12px;
    border-bottom: 1px solid #D8DDE6;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Muli, sans-serif;
    color: #838383;
}

.ch_div {
    padding: 7px 10px;
    background-color: #FFF;
    border-bottom: 1px solid #EEF3FE;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Muli, sans-serif;
}

.path {
    font-family: Muli, sans-serif;
    font-size: 11px;
}


.req {
    float: right;
    color: #feb506;
    font-size: 10px;
}

.formDiv2 {
    padding: 10px 30px;
}

.sub_hd {
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #1d4a6d;
    margin-bottom: 10px;
    font-family: Muli, sans-serif;
    color: #1d4a6d;
}

.rs_div {
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    border-radius: 20px 0px 0px 20px;
    padding: 4px 4px 4px 0px;
}

.rs_div2 {
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    border-radius: 31px 0px 31px 0px;
    padding: 7px 10px 7px 0px;
    font-family: lato;
}

.code_div {
    font-size: 12px;
    text-align: right;
}

.status {
    text-align: right;
    font-size: 13px;
    font-weight: 600;
}

.status2 {
    text-align: right;
    font-size: 11px;
    font-weight: 600;
    padding-right: 8px;
}

.l_border {
    border-right: 1px solid rgb(239, 239, 239);
    padding-right: 0px;
}

.r_chk {
    color: #4eab0d;
    font-size: 18px;
}

.infoIcon {
    font-size: 15px;
    float: right;
    padding-left: 15px;
    padding-top: 3px;
    color: #9fa1a4;
}

.infoIcon2 {
    font-size: 15px;
    padding-left: 15px;
    color: #9fa1a4;
}

.info_div {
    width: 16px;
    height: 16px;
    background-color: #4584ee;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 11px;
    margin-left: 10px;
}

.info_icon {
    color: #fcfdff;
    font-size: 11px;
}

.supportDiv {
    float: right;
    margin-right: 85px;
    font-family: Muli, sans-serif;
    color: #686767;
    font-size: 13px;
    padding: 5px 0px 13px 6px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
}

.serI {
    padding: 4px 0px 0px 1px;
}

.in_div_spc {
    padding: 10px 50px 10px 30px;
}

.filterI {
    padding-right: 7px;
    font-size: 16px;
}

.nodata {
    font-size: 14px;
    color: #747474;
    font-family: Muli, sans-serif;
}

.loader_div {
    border: 1px solid rgb(222, 222, 222);
    padding: 15px 0px;
    text-align: center;
    background-color: white;
}

.loader_txt {
    text-align: center;
    color: #898585;
    font-size: 14px;
    font-family: Muli, sans-serif;
}

.dis_none {
    display: none;
}

.p_icon {
    padding-left: 10px;
    font-size: 12px;
    color: #44d504;
}

.support_op {
    opacity: 1;
}

.suppTxt { /**/
    top: 31px;
    left: 898px;
    display: block;
    border-radius: 27px 0px;
}

.suppMail {
    font-size: 13px;
    color: white;
    font-family: Muli, sans-serif;
}

    .suppMail:hover {
        color: white;
    }

.loaderDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.62);
    z-index: 1000;
    text-align: center;
}

.loaderImg {
    /*margin-top: 345px;*/
    margin-left: 30px;
}

.ldAHide {
    pointer-events: none;
    opacity: 0.3;
}

.empList {
    background-color: white;
    padding: 15px;
    box-shadow: 4px 4px 4px rgba(116, 110, 110, 0.5);
}

.empDiv {
    padding: 8px !important;
}

.empIcon {
    float: right;
    color: #a0a2a4;
}

.empImg {
    text-align: center;
    width: 80px;
    height: 80px;
}

.empImg2 {
    position: relative;
    top: 10px;
    font-weight: 600;
    font-size: 35px;
    font-family: Times New Roman;
}

.empAdd {
    border-bottom: 1px solid #adacab;
    padding-bottom: 10px;
}

.empNm {
    font-size: 18px;
    color: #1d4a6d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}

.empTime {
    float: right;
    font-size: 11px;
    color: dimgray;
}

.empB {
    border-bottom: 1px solid #c2c2c2;
}

.empStatus {
    font-size: 18px;
    color: #f36321;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    padding-bottom: 5px;
}

.empOff {
    font-size: 14px;
    color: #f31a12;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.uploadS {
    border: 1px solid #e1e1e1;
    padding: 10px 10px 6px 13px;
    font-size: 12px;
    color: #837676;
    font-family: Muli, sans-serif !important;
}

.uploadI {
    font-size: 15px;
    padding-left: 12px;
    color: #7e7e7e;
}

.uploadNm {
    font-size: 12px;
    padding-left: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    line-height: 12px;
    height: 14px;
}

.insertLoader {
    margin-top: 335px;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 600;
    font-family: muli;
    color: #726E6E;
}

.form-control-sm /*For Small Text box*/ {
    border: 1px solid #ededed;
    font-size: 12px;
    color: #837676;
    font-family: Muli, sans-serif !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 2px 6px 4px;
    line-height: 1.42857143;
}

    .form-control-sm:focus /*For Small Text box*/ {
        border-color: #8ba6ba;
    }

.discountDiv {
    background-color: #FFF;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Muli, sans-serif;
}

.discountIDiv {
    padding: 5px 10px 5px 10px;
}

.disDiv {
    padding: 3px 10px 7px 0px;
}

.discountTol {
    font-size: 16px;
    font-family: Raleway, sans-serif !important;
    color: rgb(8, 150, 54);
    font-weight: 600;
    text-align: right;
}

.ch_div div {
    white-space: normal;
    word-break: break-all;
}
/*----------Sayli-----------*/

.ondel:hover {
    color: red;
}


.l_rowstyle {
    color: white;
    font-size: 12px;
    border-radius: 4px;
    padding: 7px 0px 7px 12px;
    text-align: left;
    font-weight: bold;
}

#btnfilter {
    padding-left: 20px;
    color: #fff;
    background-color: #4789cf;
    cursor: pointer;
}

.removeBtnBatch {
    background: none repeat scroll 0% 0% #ff5e3a;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    top: 6px;
    right: 27px;
    color: #fff;
}

.addBtnBatch {
    background: none repeat scroll 0% 0% #04d12a;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    top: 6px;
    right: 64px;
    color: #fff;
}

.MenuLoader {
    margin-top: 335px;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 600;
    font-family: muli;
    color: #726E6E;
}

.MenuloaderDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 6, 6, 0.4);
    z-index: 1000;
    text-align: center;
}
