body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-height: 100%;
    background: #f4f7fa;
}

.navbar_style {
    background: #ffffff;
    margin-left: 111px;
}

.jw_logo {
    margin-left: 20px;
    color: #fff;
    height: 90px;
    width: 100%;
    text-align: center;
}

    .jw_logo:hover {
        color: #fff
    }

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

#topnav.navbar-inverse .logo-area .toolbar-trigger a span.icon-bg {
    background-color: #fafafa;
}

#topnav.navbar {
    border-bottom: 0;
}

#topnav .logo-area .toolbar-trigger a span.icon-bg {
    float: left;
    width: 111px;
    display: block;
    height: 80px;
    padding: 0;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    background: #8b0000;
}

.navbar-brand > img {
    display: initial;
}

nav.sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    height: 100vh;
    width: 111px;
    transition: ease width 0.2s;
    /*overflow: hidden;*/
    white-space: nowrap;
    font-size: 14px;
    float: left;
    border-radius: 0px;
    z-index: 99;
}

.navbar-nav.nav_ul > li.active > a > i:first-child {
    color: #A94442;
}

nav.sidebar .open > .dropdown-menu {
    position: relative;
    width: 100%;
    background: #E7E7E7;
    border: none;
    padding-left: 50px;
}

nav.sidebar .dropdown-menu > li > a {
    padding: 6px;
}

    nav.sidebar .dropdown-menu > li > a:hover {
        background: none;
        color: #A94442;
    }

.nav.nav_ul > li > a {
}

nav.sidebar:hover {
    width: 111px !important;
    z-index: 999;
}

nav.sidebar ul {
    float: left;
    padding: 0;
    margin: 0
}

nav.sidebar li {
    width: 111px;
}

nav.sidebar .container-fluid {
    padding: 15px 0;
}

nav.sidebar .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

nav.sidebar .fa-fw {
    font-size: 38px;
    padding-bottom: 8px;
}

.smalltxt1 {
    font-size: x-small;
    margin-top: 5px;
}

.box_effect {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.main_content {
    background: #f4f7fa;
    margin-top: 80px;
    margin-left: 111px;
    font-size: 14px;
    padding-bottom: 50px;
}

.link_info {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #8c8c8c;
}

    .link_info > a {
        color: #b0323d;
    }

.create_service_btn {
    margin: 23px 0;
}

.li_head {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
    background: #cecece;
    height: 34px
}

.search_by_service {
    width: 100%;
}

.record_number {
    width: 100%;
    max-width: 204px;
    margin: 0 auto;
}

.view_services_container {
    margin-top: 33px;
}

.vs_table > .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #eee;
}

.vs_table > .table > thead > tr > th {
    color: #5a6779 !important;
    font-weight: 600;
    border-bottom: 0px solid #ddd;
    padding-bottom: 5px !important;
}

.vs_table > .table > tbody > tr > td,
.vs_table > .table > thead > tr > th {
    vertical-align: middle;
    text-align: left;
    color: #949494;
    border-top: 2px solid #949494;
    padding: 5px 8px;
}

.vs_table > .table-hover > tbody > tr:hover {
    background-color: #cecece;
}

.service_list_name {
    text-decoration: none;
    color: #3e3232;
    cursor: pointer;
}

.vs_table .btn-group {
    /*min-width: 150px;*/
}

@media only screen and (max-width: 991px) {
    .record_number {
        float: left;
    }
}

.btn-outline-primary {
    background: #176b25;
    color: #fff;
}

    .btn-outline-primary:hover {
        background: #0b4615;
        color: #fff;
    }

.top30 {
    margin-top: 30px;
}

.txt-center {
    text-align: center;
}

.fix-button {
    min-width: 250px;
    padding: 14px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
    font-weight: 500;
    font-size: 15px;
}

.box .form-control {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}

.box {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 0px !important;
    padding: 20px 20px 20px 20px;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.table-responsive {
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.logo-bg {
    background: #8b0000;
    padding: 21px 0px;
    text-align: center;
}

.userarea {
    float: right;
    margin: 30px 14px;
    font-size: 14px;
    color: #fff;
}

    .userarea a {
        text-decoration: none;
        color: #b0323d;
    }


/* Dropdown Button */

.dropbtn {
    background-color: transparent;
    color: #b0323d;
    padding: 0px;
    font-size: 14px;
    border: none;
}

    .dropbtn:hover {
        background-color: transparent;
    }


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0
}


    /* Links inside the dropdown */

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


        /* Change color of dropdown links on hover */

        .dropdown-content a:hover {
            background-color: #ddd;
        }


/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: transparent;
    ;
}

.no-padding {
    padding: 0px;
}

.top35 {
    margin-top: 37px;
}

.navbar-brand {
    padding: 6px 15px;
}

.navbar-default {
    background-color: #313541;
    border-color: #313541;
    border: 0px;
}

.txt-white {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #6a7583;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-right: 4px solid transparent;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        border-right: 4px solid #8b0000;
    }

.salescount {
    font-size: 30px;
    color: #b0323d;
    font-weight: 600;
}

.salestxt {
    font-size: 15px;
    color: #9c9797;
    font-weight: 400;
    text-align: center;
}

.sales-devider {
    border-bottom: 2px solid #efb2b7;
    max-width: 150px;
    margin: 0 auto;
    height: 10px;
    margin-bottom: 16px;
}

.top-menu {
    display: inline-flex;
    float: right;
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

    .top-menu li {
        border-left: 2px solid #d8d9db;
        padding-left: 20px;
        padding-right: 20px;
    }

        .top-menu li:last-child {
            border-left: 0px solid #d8d9db;
        }

    .top-menu a {
        color: #8e9aa9;
        text-decoration: none;
        font-size: 20px;
    }

        .top-menu a .fa {
            margin-top: 20px;
        }

.custom {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    min-width: 169px;
    border-radius: 0;
    border: 0;
    margin-top: 7px;
    margin-bottom: 7px;
}

.red-btn {
    background: #8b0000;
    color: #fff;
}

    .red-btn:hover {
        background: #690505;
        color: #fff;
    }

.green-btn {
    background: #139e6f;
    color: #fff;
}

    .green-btn:hover {
        background: #0b6c4b;
        color: #fff;
    }

.darkgray-btn {
    background: #313541;
    color: #fff;
}

    .darkgray-btn:hover {
        background: #22252d;
        color: #fff;
    }

header .input-group {
    padding-top: 9px;
    padding-bottom: 9px;
}

    header .input-group input {
        height: 60px;
        border: 0;
        box-shadow: none !important;
        border-radius: 0px;
        font-style: italic;
        color: #a6afba;
        font-size: 14px;
        font-weight: 600;
        padding-left: 0px;
        background: #fff;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #5a6779;
}

header .input-group .input-group-addon {
    padding: 6px 18px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #8e9aa9;
    text-align: center;
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 0px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a6afba;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a6afba;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a6afba;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a6afba;
}

.notification {
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    background: #28bd8b;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 19px;
    position: relative;
    top: -35px;
    left: 10px;
}

.box-area {
    background: #fff;
    border: 1px solid #e2e7ec;
    float: left;
    width: 100%;
    margin-top: 33px;
}

.box-header {
    background: #f8f8f8;
    border-bottom: 1px solid #e2e7ec;
    float: left;
    width: 100%;
    padding: 25px 34px;
    display: flex;
}

    .box-header a {
        text-decoration: none;
    }

.box-content {
    float: left;
    width: 100%;
    padding: 39px 34px;
}

.box-header h3 {
    color: #5a6779;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

.red-txt {
    color: #ff0000;
}

.darkred-txt {
    color: #6c2424;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
    font-size: 18px;
}

.btn-group .btn {
    display: inline-block;
    padding: 6px 12px 6px 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navactive path {
    fill: #fff;
}

.navactive circle {
    fill: #fff;
}

.navactive {
    border-right: 4px solid #8b0000;
    pointer-events: none;
}

    .navactive a {
        color: #fff !important;
    }

.navbar-default .navbar-nav > li > a:hover path {
    fill: #fff;
}

.navbar-default .navbar-nav > li > a:hover circle {
    fill: #fff;
}

.green-text {
    color: #139e6f !important;
    padding-right: 10px;
}

.red-text {
    color: #8b0000 !important;
    padding-right: 10px;
    font-size: 12px;
}

.orange-text {
    color: #de8b1e !important;
    padding-right: 10px;
}

.yellow-text {
    color: #d7b156 !important;
    padding-right: 10px;
}

.blue-text {
    color: #0a4698 !important;
    padding-right: 10px;
}

.txt-center {
    text-align: center !important;
}

.notifications-txt {
    font-weight: 500;
    color: #5a6779;
    padding: 40px 10px 0px 10px;
}

.form-scroll {
    /*max-height:550px;*/
    overflow-y: scroll;
    max-height: 100vh;
    height: 100vh;
}

.error-time {
    color: #ed1c24;
    font-size: 50px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.left3 {
    margin-left: 3px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #77818f;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

    .pagination > li > a:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#77818f+1,8d97a8+100 */
        background: #77818f;
        /* Old browsers */
        background: -moz-linear-gradient(top, #77818f 1%, #8d97a8 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #77818f 1%, #8d97a8 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #77818f 1%, #8d97a8 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77818f', endColorstr='#8d97a8', GradientType=0);
        /* IE6-9 */
        color: #fff;
    }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cardnum {
    font-size: 12px;
    font-weight: 600;
    color: #949494;
    padding-left: 10px;
}

.card {
    font-size: 12px;
    font-weight: 600;
    color: #0367be;
    padding-left: 15px;
}

.cd-tabs {
    position: relative;
    width: 100%;
}

@supports (background: linear-gradient(to left, #000, #000)) or (background: -webkit-linear-gradient(to left, #000, #000)) {
    /* if linear-gradient is supported */
    .cd-tabs::after {
        /* subtle gradient layer on top right of the tabbed navigation- to indicate it's possible to scroll */
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        width: 50px;
        z-index: 1;
        pointer-events: none;
        background: -webkit-gradient(linear, right top, left top, from(#f8f7ee), to(rgba(248, 247, 238, 0)));
        background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-tabs.cd-tabs--scroll-ended::after {
        /* class added in JavaScript - remove the gradient layer when it's no longer possible to scroll */
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
    }
}

.cd-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f8f7ee;
    -webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
    .cd-tabs::after {
        display: none;
    }

    .cd-tabs nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -webkit-box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        z-index: 1;
    }
}

@media only screen and (min-width: 960px) {
    .cd-tabs nav {
        position: relative;
        float: none;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.cd-tabs__navigation {
    width: 360px;
}

    .cd-tabs__navigation:after {
        /* clearfix */
        content: "";
        display: table;
        clear: both;
    }

    .cd-tabs__navigation li {
        float: left;
    }

        .cd-tabs__navigation li:last-child a {
            border-right: 0px;
            padding-left: 22px;
        }

    .cd-tabs__navigation a {
        position: relative;
        display: block;
        height: 60px;
        width: 60px;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 700;
        color: #c3c2b9;
        padding-top: 35px;
    }

        .cd-tabs__navigation a:hover {
            color: #5a6779;
            background-color: transparent;
            text-decoration: none;
        }

        .cd-tabs__navigation a.cd-selected {
            background-color: transparent !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #5a6779;
        }

        .cd-tabs__navigation a::before {
            /* icons */
            content: "";
            position: absolute;
            top: 15px;
            left: 50%;
            margin-left: -8px;
            display: inline-block;
            height: 16px;
            width: 16px;
            background-image: url("../img/cd-icons.svg");
            background-repeat: no-repeat;
        }

        .cd-tabs__navigation a[data-content='new']::before {
            background-position: 0 0;
        }

        .cd-tabs__navigation a[data-content='gallery']::before {
            background-position: -16px 0;
        }

        .cd-tabs__navigation a[data-content='store']::before {
            background-position: -32px 0;
        }

        .cd-tabs__navigation a[data-content='settings']::before {
            background-position: -48px 0;
        }

        .cd-tabs__navigation a[data-content='trash']::before {
            background-position: -64px 0;
        }

        .cd-tabs__navigation a[data-content='inbox']::before {
            background-position: -80px 0;
        }

        .cd-tabs__navigation a[data-content='new'].cd-selected::before {
            background-position: 0 -16px;
        }

        .cd-tabs__navigation a[data-content='gallery'].cd-selected::before {
            background-position: -16px -16px;
        }

        .cd-tabs__navigation a[data-content='store'].cd-selected::before {
            background-position: -32px -16px;
        }

        .cd-tabs__navigation a[data-content='settings'].cd-selected::before {
            background-position: -48px -16px;
        }

        .cd-tabs__navigation a[data-content='trash'].cd-selected::before {
            background-position: -64px -16px;
        }

        .cd-tabs__navigation a[data-content='inbox'].cd-selected::before {
            background-position: -80px -16px;
        }

@media only screen and (min-width: 768px) {
    .cd-tabs__navigation {
        /* move the nav to the left on medium sized devices */
        width: 80px;
        float: left;
    }

        .cd-tabs__navigation a {
            height: 80px;
            width: 80px;
            padding-top: 46px;
        }

            .cd-tabs__navigation a.cd-selected {
                -webkit-box-shadow: inset 2px 0 0 #f05451;
                box-shadow: inset 2px 0 0 #f05451;
            }

            .cd-tabs__navigation a::before {
                top: 24px;
            }
}

.box-header ul {
    margin-bottom: 0px;
}

@media only screen and (min-width: 960px) {
    .cd-tabs__navigation {
        /* tabbed navigation on top on big devices */
        width: auto;
        background-color: transparent !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0px;
    }

        .cd-tabs__navigation a {
            height: auto;
            width: auto;
            text-align: left;
            padding: 0 22px 0 0px;
            color: #abb0b7;
            font-size: 18px;
            font-weight: 700;
            border-right: 2px solid #5a6779;
        }

            .cd-tabs__navigation a.cd-selected {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .cd-tabs__navigation a::before {
                top: 50%;
                margin-top: -8px;
                margin-left: 0;
                left: 40px;
            }
}

.cd-tabs__content {
    background: #ffffff;
}

    .cd-tabs__content li {
        display: none;
        padding: 0em;
    }

        .cd-tabs__content li.cd-selected {
            display: block;
            -webkit-animation: cd-fade-in 0.5s;
            animation: cd-fade-in 0.5s;
        }

        .cd-tabs__content li p {
            font-size: 1.4rem;
            line-height: 1.6;
            color: #8493bf;
            margin-bottom: 2em;
        }

@media only screen and (min-width: 768px) {
    .cd-tabs__content {
        min-height: 480px;
    }

        .cd-tabs__content li {
            padding: 0em;
        }
}

@media only screen and (min-width: 960px) {
    .cd-tabs__content {
        min-height: 0;
        padding-left: 0px;
    }

        .cd-tabs__content li {
            padding: 0em;
        }

            .cd-tabs__content li p {
                font-size: 1.6rem;
            }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cardbg {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 81px 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.calbg {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 81px 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background: #f8f8f8 url(../images/calender.png) right 0px center no-repeat !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.b-border {
    border-bottom: 1px solid #b8b8b8;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.box-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #5a6779;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.txt-right {
    text-align: right;
}

.anchor-link {
    font-size: 12px;
    font-weight: 600;
    color: #8b0000;
    padding-left: 15px;
}

.anchor-link-blue {
    font-size: 12px;
    font-weight: 600;
    color: #3481dd;
    padding-left: 15px;
}

.checkbox label,
.radio label {
    font-weight: 500;
}

.border-right {
    border-right: 1px solid #e5e9ee;
}

.border-left {
    border-left: 1px solid #e5e9ee;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.user-box {
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
    margin-bottom: 20px;
}

.user-img {
    float: left;
    width: 30%;
}

.user-text {
    font-size: 14px;
    font-weight: 600;
    color: #5a6779;
}

    .user-text span {
        font-size: 12px;
        font-weight: 500;
        color: #5a6779;
    }

.user-box .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.badge-success {
    color: #fff;
    background-color: #28bd8b;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge {
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}

.bot20m {
    margin-bottom: -20px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background-color: #313541;
}

    .modal-backdrop.in {
        filter: alpha(opacity=70);
        opacity: .7;
    }

.fa-2 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.popup-title {
    font-size: 18px;
    color: #5a6779;
    font-weight: 600;
    padding-bottom: 30px;
}

.popup-text {
    font-size: 14px;
    color: #5a6779;
    font-weight: 600;
    padding-bottom: 30px;
    padding: 0px 30px 30px 30px;
}

.btn-small {
    font-size: 18px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #e1e0e0;
    color: #5a6779;
    border: 1px solid #c7c7c7;
}

    .btn-small:hover {
        background: #8b0000;
        color: #fff;
    }

.box-header1 {
    background: #f8f8f8;
    border-bottom: 1px solid #e2e7ec;
    float: left;
    width: 100%;
    padding: 18px 34px;
    display: flex;
}

    .box-header1 h3 {
        color: #5a6779;
        font-size: 18px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 8px;
    }

.pad-fix {
    padding: 0px 0px 0px 0px;
}

.right-pad {
    padding: 15px 45px 15px 30px;
}

.txt-black {
    color: #000 !important;
    font-size: 15px !important;
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: 10px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dashed #b8b8b8;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

.filter-button {
    font-size: 14px;
    border: 0px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #dddfe2;
    font-weight: 600;
    padding: 6px 3px;
    background: transparent !important;
    outline: 0px;
}

    .filter-button:hover {
        background: transparent !important;
        color: #1175dc !important;
    }

.btn-default:active .filter-button:active {
    background: transparent !important;
    color: #1175dc;
}

.filter-active {
    background: transparent !important;
    color: #1175dc;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.head-pad {
    padding: 15px 30px 30px 30px;
}

.add-code {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .add-code a {
        font-size: 12px;
    }

        .add-code a i {
            font-size: 14px;
        }

.nav-pills > li > a {
    border-radius: 0px;
}

.profile-area .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 34px;
    color: #3481dd;
    font-weight: 700;
    width: 100%;
}

.pagination > .active > a {
    background: #77818f;
    border-color: #77818f;
}

.profile-area .nav > li > a i {
    margin-right: 10px;
}

.profile-area .nav > li:hover {
    background-color: #8b0000;
    color: #fff;
}

    .profile-area .nav > li:hover i {
        color: #fff;
    }

.profile-area .nav > li > a:hover {
    background-color: #8b0000;
    color: #fff;
}

.profile-area .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #8b0000;
}

.bot0 {
    padding-bottom: 0px;
}

.top50 {
    margin-top: 50px;
}

.panel-default > .panel-heading {
    color: #5a6779;
    background-color: #f8f8f8;
    border-color: #ddd;
    padding: 25px 34px;
}

.panel-title {
    color: #5a6779;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: FontAwesome;
    content: "\f107";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    font-size: 35px;
    line-height: 18px;
    color: #8b0000;
    width: 25px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f105";
    /* adjust as needed, taken from bootstrap.css */
}

.pad-right-none {
    padding-right: 5px;
    padding-left: 10px;
}

.dot {
    background: #5a6779;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 4px;
    padding: 0px !important;
    min-width: 5px;
}

#div-attachment-popover label {
    color: #ffffff;
}

#div-attachment-popover input[type=checkbox] + label:before {
    border: 1px solid #ffffff;
}

#div-attachment-popover .close {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    margin-left: 10px;
}

.orders a {
    color: #313541;
    text-decoration: none;
}

.searchname {
    font-weight: 600;
    color: #5a6779;
}

.l15 {
    padding-left: 15px;
}

.l20 {
    padding-left: 20px;
}

.l25 {
    padding-left: 25px;
}

.links a {
    font-size: 12px;
    color: #006bd9;
    font-weight: 600;
    margin-right: 35px;
}

    .links a:hover {
        border-bottom: 2px solid;
        text-decoration: none;
    }

.l0 {
    padding-left: 0px !important;
}

.orders .checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hiddentable td {
    background: #fcfcfc;
    padding: 10px 8px !important;
}

.blue1 {
    color: #2178db;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1040;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    color: #fff;
    word-wrap: normal;
    white-space: normal;
    background-color: #313541;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-break: auto;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #313541;
        border-left-width: 0;
    }

.newsearch {
    position: relative;
    left: 0px;
    top: 0px;
    background: #ebebeb;
    border: 1px solid #e2e7ec;
    padding: 15px 0px 10px 3px;
    z-index: 9;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
}

    .newsearch .radio {
        margin: 0.5rem;
    }

        .newsearch .radio input[type="radio"] {
            position: absolute;
            opacity: 0;
        }

            .newsearch .radio input[type="radio"] + .radio-label:before {
                content: '';
                background: #f4f4f4;
                border-radius: 50%;
                border: 1px solid #b4b4b4;
                display: inline-block;
                width: 1.4em;
                height: 1.4em;
                position: relative;
                top: 0.1em;
                margin-right: 1em;
                vertical-align: top;
                cursor: pointer;
                text-align: center;
                transition: all 250ms ease;
            }

            .newsearch .radio input[type="radio"]:checked + .radio-label:before {
                background-color: #8b0000;
                box-shadow: inset 0 0 0 4px #f4f4f4;
            }

            .newsearch .radio input[type="radio"]:focus + .radio-label:before {
                outline: none;
                border-color: #3197EE;
            }

            .newsearch .radio input[type="radio"]:disabled + .radio-label:before {
                box-shadow: inset 0 0 0 4px #f4f4f4;
                border-color: #b4b4b4;
                background: #b4b4b4;
            }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #77818f;
    border-color: #77818f;
}

.link-text {
    color: #006bd9 !important;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #313541;
    border-bottom-width: 0;
}

.newsearch .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}


/*.newsearch1 .table > tbody > tr > td{vertical-align:top !important;}*/

.newsearch1 .table > tbody > tr > td > table > tbody > tr > td {
    vertical-align: top !important;
}

.newsearch .checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    padding-right: 13px;
    margin-top: 5px;
}

.error-page {
    background: #f4f7fa;
    text-align: center;
    padding-top: 80px;
}

.error-head {
    color: #ed1c24;
    font-size: 50px;
    border-bottom: 2px dashed;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 40px;
    margin-bottom: 20px;
}

.newsearch .checkbox,
.radio {
    position: relative;
    display: table-cell;
    margin-top: 0px;
    margin-bottom: 0px;
}

.top25 {
    margin-top: 25px;
}

.f25 {
    font-size: 25px;
}

.newsearch td {
    border-top: 0px solid #ddd !important;
}

.panel-body .links {
    padding-bottom: 10px;
    padding-left: 10px;
}

.desc .links {
    margin-top: 10px;
}

.download-notification {
    font-size: 14px;
    color: #000000;
    font-style: italic;
    font-weight: 600;
    padding: 0px 0px 15px 35px;
}

.lighttxt {
    color: #a6afba;
}

.filter-select {
    background: transparent;
    border: 0px;
    font-size: 14px;
    color: #5a6779;
    font-weight: 600;
    padding-left: 5px;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}


/*Login CSS*/

.login-box {
    background: #fff;
    float: left;
    width: 100%;
    max-width: 959px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
}

.login-logo {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
    padding-right: 3px;
}

.loginbox-content {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

.login-content {
    padding: 65px 82px 15px 62px;
}

.login-label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}

.login-text {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 25px;
}

.login-head {
    color: #222328;
    font-size: 32px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

.login-form {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eff0f4;
    background-image: none;
    border: 1px solid #828282;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.login-btn {
    background: #ed1c24;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
}

    .login-btn:hover {
        background: #d11219;
        color: #fff;
    }

.register-btn {
    background: #213159;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
}

    .register-btn:hover {
        background: #d11219;
        color: #fff;
    }

.login-linkbtn {
    color: #ed1c24;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 0px 0px;
    text-align: right;
    border: 0px;
    padding-bottom: 5px;
    float: right;
    margin-top: -3px;
}

    .login-linkbtn:hover {
        background: transparent;
        color: #000;
    }

@media only screen and (max-width: 767px) {
    .login-content {
        padding: 65px 20px 15px 20px;
    }
}

.poplink {
    font-size: 12px;
    font-weight: 600;
    color: #5f67d2;
    margin: 15px;
    margin-left: 27px;
    line-height: 45px;
}

.popup-design input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding-left: 25px;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
}

.popup-design input[type=checkbox] {
    display: none;
}

    .popup-design input[type=checkbox] + label:before {
        content: "\2714";
        font-family: sans-serif;
        border: 1px solid #313541;
        border-radius: 0em;
        display: inline-block;
        width: 16px;
        height: 16px;
        padding-left: 2px;
        margin-right: 12px;
        vertical-align: bottom;
        color: transparent;
        transition: .2s;
        font-size: 11px;
        line-height: 15px;
    }

    .popup-design input[type=checkbox] + label:active:before {
        transform: scale(0);
    }

    .popup-design input[type=checkbox]:checked + label:before {
        background-color: #313541;
        border-color: #313541;
        color: #fff;
    }

    .popup-design input[type=checkbox]:disabled + label:before {
        transform: scale(1);
        border-color: #aaa;
    }

    .popup-design input[type=checkbox]:checked:disabled + label:before {
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb;
    }

.width90 {
    min-width: 100%;
    margin: 0px auto;
    height: 100vh;
}

.height100 {
    height: 100vh;
}

.border-none {
    border-left: 0px solid #d8d9db !important;
}

.width50 {
    min-width: 50%;
}

    .width50 .whitebg {
        background: #fff;
        padding: 50px 0px;
    }

.modal-head {
    background: #8b0000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 0px solid #e5e5e5;
}

    .modal-head .close {
        float: right;
        font-size: 39px;
        font-weight: 300;
        line-height: 1;
        color: #fff;
        text-shadow: none;
        filter: alpha(opacity=20);
        opacity: 1;
    }

    .modal-head .h4,
    h4 {
        font-size: 22px;
        font-weight: 700;
        padding-top: 5px;
    }

.bodybg {
    background: #f6f8f9;
    padding: 0px 0px 15px 0px;
}

.whitebg {
    background: #fff;
}

.graybg {
    background: #f6f8f9;
    padding: 30px 23px 15px 35px;
}

.check-head {
    background: #313541;
    color: #fff;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
}

.left-panel ul {
    padding-left: 0px;
}

    .left-panel ul img {
        padding-right: 12px;
    }

.bootstrap-tagsinput {
    background-color: transparent !important;
}

.pad10 {
    padding: 10px;
}

.popup-design label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #5a6779;
    font-size: 14px;
    text-transform: uppercase;
}

.popup-design .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.popup-design hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #b8b8b8;
}

.pop-calbg {
    background: #fff url(../images/calender.png) right 0px center no-repeat !important;
}

.width80 {
    min-width: 85%;
    margin-top: 100px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
}

.width40 {
    min-width: 40%;
    margin-top: 100px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.33);
}

.popuplist input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding-left: 0px;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
}

.popuplist .close {
    float: right;
    font-size: 39px;
    font-weight: 300;
    line-height: 1;
    color: #313541;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}

.modal-body .newsearch {
    padding: 15px 0px 10px 3px;
    margin: 0px;
    box-shadow: none;
    border: 0px;
    background: #f4f6f8;
    margin-bottom: 10px;
}

.newsearch .col-sm-3 {
    padding-right: 0px;
}


/*.newsearch  .table > tbody > tr > td{vertical-align:middle;}*/

.modal-footer .btn + .btn {
    margin-bottom: 7px;
    margin-left: 5px;
}

.yello-ribbon {
    background: #d7b156;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 15px;
    margin-left: -11px;
    width: auto;
    text-transform: uppercase;
}

.green-ribbon {
    background: #659f50;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 15px;
    margin-left: -11px;
    width: auto;
    text-transform: uppercase;
}

.popup-design .radio label {
    font-weight: 600;
    text-transform: capitalize
}

.leftnone {
    margin-left: 0px;
    padding-left: 0px;
}

.left10 {
    margin-left: 10px !important;
}

.center-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
    font-size: 15px;
    font-weight: 600;
}

.bottomnone {
    margin-bottom: 0px;
}

.register-box {
    max-width: 1170px;
}

.login-content1 {
    padding: 30px 25px 15px 25px;
}

.premises .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px 8px 8px 0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding-left: 0px;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 500;
    color: #5a6779;
}

.checkbox + .checkbox {
    margin-top: 0px;
}

.checkbox {
    margin-top: 0px;
}

.profile-area .nav-pills li {
    display: inline-flex;
    width: 100%;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label:before {
        content: "\2714";
        border: 1px solid #313541;
        border-radius: 0em;
        display: inline-block;
        width: 16px;
        height: 16px;
        padding-left: 2px;
        margin-right: 12px;
        vertical-align: bottom;
        color: transparent;
        transition: .2s;
        font-size: 13px;
        line-height: 14px;
    }

    input[type=checkbox] + label:active:before {
        transform: scale(0);
    }

    input[type=checkbox]:checked + label:before {
        background-color: #313541;
        border-color: #313541;
        color: #fff;
    }

    input[type=checkbox]:disabled + label:before {
        transform: scale(1);
        border-color: #aaa;
    }

    input[type=checkbox]:checked:disabled + label:before {
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb;
    }

.fix-index {
    z-index: 99;
}

.top6 {
    margin-top: 6px;
}

nav.sidebar .tooltip {
    width: 200px;
}

.mobile-menu {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        display: block;
    }

    nav.sidebar {
        display: none;
    }

    .navbar_style {
        background: #ffffff;
        margin-left: 0px;
        z-index: 1041;
    }

    .main_content {
        margin-top: 80px;
        margin-left: 0px;
    }

    .top-menu li {
        border-left: 0px solid #d8d9db;
        padding-left: 8px;
        padding-right: 8px;
    }

    .top-menu {
        display: inline-flex;
        float: right;
        list-style: none;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        height: 56px;
    }

        .top-menu .red-btn {
            background: #8b0000;
            color: #fff;
            font-size: 11px !important;
            font-weight: 600;
            padding: 12px 8px !important;
            min-width: auto !important;
        }

        .top-menu .darkgray-btn {
            background: #313541;
            color: #fff;
            font-size: 11px !important;
            font-weight: 600;
            padding: 12px 8px !important;
            min-width: auto !important;
        }

    .navbar-nav {
        margin: -1.5px -15px;
    }

    header .input-group input {
        height: 40px;
    }

    .navbar-btn {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .top-15 {
        margin-top: 15px;
    }

    .panel-body .links {
        padding-bottom: 10px;
        padding-left: 5px;
    }

    .links a {
        font-size: 12px;
        color: #006bd9;
        font-weight: 600;
        margin-right: 35px;
        display: -webkit-inline-box;
    }

    .panel-default > .panel-heading {
        padding: 25px 34px 66px 34px;
    }

    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 10px;
    }

    nav {
        float: left;
        width: 100%;
    }

    .modal-body .fix-x {
        width: 100%;
        margin-bottom: 15px;
    }

    .form-scroll {
        max-height: 100%;
        height: 100%;
    }
}

.custom-message {
    padding: 0px 10px 0px 30px;
    float: left;
    width: 100%;
}

.message-text {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 0px;
}

    .message-text a {
        color: #ed1c24;
        text-decoration: underline;
        font-weight: 700;
    }

.message-red {
    color: #ed1c24;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.border-top {
    border-top: 1px solid #222328;
    margin-top: 15px;
}

.f14 {
    font-size: 14px;
}

.tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*.ng-touched {
    border-color: #f00!important;
}
.ng-not-empty {
    border-color: #ccc !important;
}*/

table.tableBodyScroll tbody {
    display: block !important;
    max-height: 300px !important;
    /*overflow-y: scroll;*/
}

table.tableBodyScroll thead tr {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
}

table.tableBodyScroll tbody tr {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
}


/* width */

.orders::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.orders::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.orders::-webkit-scrollbar-thumb {
    background: #888;
}


    /* Handle on hover */

    .orders::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.error {
    border: 1px solid #ff0000 !important;
}

.error-text {
    color: #ff0000;
    font-size: 10px;
}

.red-text1 {
    color: #ffffff !important;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
}

.notice-text {
    color: #fff !important;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 600;
}

.bg-table {
    background: #dbdbdb;
}

.bg-danger-new {
    background-color: #8b0000;
    padding: 10px 10px 25px 10px;
    margin-bottom: 15px;
}

.notice-text a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin-right: 35px;
    border: 1px solid #fff;
    padding: 10px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 0px;
    text-decoration: none !important;
}

    .notice-text a:hover {
        text-decoration: none !important;
    }

.m15 {
    margin-left: 15px !important;
}

.vmiddle {
    vertical-align: middle !important;
}

.bot20 {
    margin-bottom:20px;
}

.topm15 {
    margin-top: 15px;
}

table {
    width: 100%;
    table-layout: fixed;
}




.tbl-header {
    /*background-color: rgba(255,255,255,0.3);*/
}

.tbl-content {
    max-height: 300px;
    overflow-x: auto;
    margin-top: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

th {
    padding: 8px 8px;
    text-align: left;
}

td {
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1400px) {
    .top-menu li {
        border-left: 2px solid #d8d9db;
        padding-left: 10px;
        padding-right: 10px;
    }
}
