@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

html {
    font-family: Roboto !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    font-family: Roboto !important;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.sidebar-toggle {
    font-family: FontAwesome !important;
    font-weight: 300;
    font-size: 18px;
}

.m-l-20 {
    margin-left: 20px !important;
}

body {
    margin: 0;
    cursor: default !important;
}

.main-header .logo {
    background: #ffffff;
    height: 60px;
    /*box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 4px 1px #c7c7c7;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);*/
    position: relative;
    overflow: inherit !important;
    z-index: 1001;
    border-bottom: 0px solid #eee;
}

.logo-lg {
    background: #ffffff;
    height: 60px;
}

.main-header .logo, .main-sidebar {
    /*width:270px;*/
    /*width:200px;*/
    width: 236px;
}

    .main-header .logo .logo-lg {
        display: inline-block;
        background: none;
    }

        .main-header .logo .logo-lg img {
            max-height: 45px;
            margin: 5px 0 0 0px;
            float: left;
        }

.main-header .sidebar-toggle {
    padding: 0;
    top: 8px;
    right: 10px;
    float: right;
    font-size: 18px;
    color: #bbb;
    position: relative;
    cursor: pointer;
}

.sidebar-mini.sidebar-collapse .main-header .sidebar-toggle {
    padding: 0;
    top: -44px;
    right: -7px;
}

.main-header .sidebar-toggle:hover {
    color: #999;
}

.sidebar-mini.sidebar-collapse .main-header .logo,
.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 65px !important;
}

    .sidebar-mini.sidebar-collapse .main-header .logo .logo-mini img {
        width: 40px;
        float: left;
        margin: 10px 0 0 0;
    }

.sidebar-collapse .sidebar-toggle:before {
    content: "\f0c9";
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 65px !important;
}

.main-sidebar, .left-side {
    padding-top: 65px !important;
    // -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    // box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    z-index: 1002;
}

.sidebar-mini .sidebar-menu > li.active {
    background: #eef5f9 !important;
}

    .sidebar-mini .sidebar-menu > li.active:before,
    .sidebar-mini .sidebar-menu > li.active:after {
        display: none;
    }

.wrapper, .main-sidebar, .left-side {
    background-color: #ffffff;
}

.skin-blue .sidebar-menu > li:hover > a {
    background: none;
    border-left-color: transparent;
    color: #1976d2;
}

.skin-blue .sidebar-menu > li.active > a {
    background: none;
    border-left-color: transparent;
    color: #1976d2;
    font-weight: 500;
}

.wrapper .sidebar-menu > li a {
    color: #495057;
    font-weight: 300;
    font-size: 16px;
}

.content-wrapper, .right-side {
    min-height: 100%;
    background: #F1F1F1;
    z-index: 800;
    margin-left: 200px;
}

.main-header .navbar {
    background-color: #ffffff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 4px 1px #c7c7c7;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    /*margin-left: 200px;*/
    margin-left: 236px;
}

.dropdown.user.user-menu * {
    color: #fff;
    opacity: 1 !important;
    cursor:pointer;
}

.dropdown.user.user-menu small {
    color: #f1f1f1 !important;
}

.dropdown.user.user-menu .dropdown-toggle:hover {
    opacity: 0.8 !important;
    color: #f1f1f1;
}

.sidebar-menu > li > a > .fa {
    font-size: 18px !important;
    margin-right: 10px !important;
    display: inline-block;
    margin-left: 2px !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu li > a > span {
    background: #1976d2;
    color: #fff;
    width: auto !important;
    padding: 3px 10px;
    margin-top: 5px;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation: flipInX 0.5s both;
    -webkit-animation: flipInX 0.5s both;
    -moz-animation: flipInX 0.5s both;
    -o-animation: flipInX 0.5s both;
    -ms-animation: flipInX 0.5s both;
    border-radius: 3px;
    font-size: 14px;
}

    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu li > a > span:after,
    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu li > a > span:before {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        animation: flipInX 0.3s both;
        -webkit-animation: flipInX 0.3s both;
        -moz-animation: flipInX 0.3s both;
        -o-animation: flipInX 0.3s both;
        -ms-animation: flipInX 0.3s both;
        left: -10px;
        top: 17px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu li > a > span:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #1976d2;
        border-width: 5px;
        margin-top: -5px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu li > a > span:before {
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #1976d2;
        border-width: 6px;
        margin-top: -6px;
    }

.copy-right-text {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 5px;
    margin: 0;
    text-align: center;
}

    .copy-right-text p {
        font-size: 11px;
        color: #868e96;
        margin: 0;
    }


.skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav > .active > a {
    background: none;
    opacity: 0.6;
}

.navbar-custom-menu > .navbar-nav > li.dropdown.user.user-menu {
    padding: 5px 0;
    margin-top: 8px;
    text-transform: capitalize;
}

    .navbar-custom-menu > .navbar-nav > li.dropdown.user.user-menu span {
        font-weight: 500;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 0.25rem;
    /*box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.23);*/
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;*/
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.23);
}

.card-body {
    flex: 1 1 auto;
    padding: 2rem;
}

.card-title {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 15px;
    font-weight: 300;
    color: #adb5bd;
}

.page-title-fixed {
    position: absolute;
    margin-top: -3.5%;
    z-index: 10;
    font-weight: 400;
    left: 16%;
    float: left;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    line-height: 36px;
    font-size: 24px;
    z-index: 10005;
}

.sidebar-mini.sidebar-collapse .page-title-fixed {
    left: 6%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.basic-container {
    float: left;
    width: 100%;
    height: 99%;
    overflow: auto;
}

.p-20 {
    padding: 20px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.m-0 {
    margin: 0 !important;
}

.m-10 {
    margin: 10px !important;
}

.m-t-05 {
    margin-top: -5px !important;
}

.m-t-010 {
    margin-top: -10px !important;
}

.m-t-015 {
    margin-top: -15px !important;
}

.m-t-020 {
    margin-top: -20px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-22 {
    margin-top: 22px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-lr-05 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.m-lr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m-lr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.m-lr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}


.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-8 {
    padding-top: 8px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-lr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-common {
    color: #fff;
    background-color: #1976d2;
    border-color: #1976d2;
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.15), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12);
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.7rem 1rem !important;
    line-height: 1.25;
    border-radius: 0.25rem;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 500;
}

    .btn-common:hover {
        background: #0e58a0 !important;
        color: #fff !important;
    }

    .btn-common.btn-sm {
        padding: 0.25rem 0.5rem !important;
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
        border-radius: 0.25rem !important;
    }

    .btn-common.active {
        box-shadow: inset 0px 0px 1px 1px #055cb3 !important;
        background: #055cb3;
    }

.page-header-breadcrumbs {
    position: absolute;
    margin-top: -4%;
    z-index: 10;
    font-weight: 400;
    left: 16%;
    float: left;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    /* line-height: 36px; */
    /* font-size: 24px; */
    z-index: 10005;
}

    .page-header-breadcrumbs h2 {
        line-height: 32px;
        font-size: 22px;
        margin: 0;
    }

    .page-header-breadcrumbs ul.breadcrumb {
        background: none;
        padding: 0;
        font-size: 12px;
        color: #999;
        margin: 0;
        line-height: 14px;
    }

    .page-header-breadcrumbs h2 .btn.commonbutton {
        font-size: 14px !important;
        top: 21px;
        font-weight: 600;
        position: relative;
        left: 10px;
        color: #1976d2 !important;
        background: none !important;
    }

    .page-header-breadcrumbs h2 button.btn.commonbutton:hover {
        background: none !important;
        opacity: 0.8;
    }

.grid-title {
    font-size: 16px;
    color: #333;
}

.k-grid .k-state-selected {
    background-color: #1976d2;
    border-color: #1976d2;
}

.priority-flag {
    font-size: 16px !important;
    float: left;
    padding: 0 5px 0 0;
    color: #666;
}

    .priority-flag.fasttrack {
        color: #e01818;
    }

    .priority-flag.normal {
        color: #1976d2;
    }

.taskcomment-btn {
    display: none;
}
/*tabs*/

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    cursor: none;
}

.nav-link {
    display: block;
    padding: 1rem 1.4rem;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #868e96;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        padding: 6px 10px;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #ddd;
        }

        .nav-tabs .nav-link.disabled {
            color: #868e96;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #ddd #ddd #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.dmstabs {
    margin: 0;
}

    .dmstabs li a.nav-link {
        border: 0px;
        padding: 1rem 1.4rem;
        color: #1976d2;
        font-weight: 400;
    }

    .dmstabs li:hover {
        color: #1976d2;
    }

    .dmstabs li.active {
        border: 1px solid #eee;
        border-top: 3px solid #1976d2;
        color: #495057;
        border-radius: 5px 5px 0 0;
        margin-top: -3px;
    }

        .dmstabs li.active a.nav-link {
            color: #495057;
        }

.nav-tabs.dmstabs > li.active a {
    border-top: none !important;
}

.nav-tabs.dmstabs > li.active > a, .nav-tabs.dmstabs > li.active > a:hover, .nav-tabs.dmstabs > li.active > a:focus {
    border: none !important;
}

.fa-user-plus:before, .fa-file-text-o:before {
    color: #1976d2 !important;
}

.k-grid .fa-cog, .k-grid .fa-cog:before {
    color: #1976d2 !important;
}

.nav-tabs.dmstabs .fa-file-text-o:before {
    color: #1976d2 !important;
}

.nav-tabs.dmstabs .active .fa-file-text-o:before {
    color: inherit !important;
}

.grid-text-center {
    text-align: center !important;
}

.k-grid .k-grid-content tr > td:nth-child(2) {
    font-weight: 500;
}

.form-title {
    font-size: 16px;
    margin: 0;
    color: #1976d2 !important;
    text-decoration: underline;
    margin-top: 15px;
}

.requests-barchart {
    margin-left: -20px;
}

svg > rect {
    fill: transparent;
}

input.form-control.search-requests {
    margin-top: 15px;
    height: 30px;
}

.searchbox-parent:after {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    top: 23px;
    right: 24px;
    color: #999;
}

.file-pdf {
    font-size: 16px !important;
    float: left;
    padding: 0 5px 0 0;
    text-shadow: 0px 0px #1976d2;
    color: #1976d2;
}

.ref-documents {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.jvectormap-tip {
    position: fixed\0;
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* background: #6E7072; */
    background: #ffffff;
    color: #5865ff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 10px;
    cursor: pointer;
    margin-top: 300px\0;
    font-size: 14px;
    font-weight: 500;
    max-width: 400px;
    margin-top: -20px;
}

    .jvectormap-tip font {
        font-size: 13px;
        line-height: 18px;
        display: inline-block;
        margin-top: 2px;
        font-weight: 400;
    }

        .jvectormap-tip font b {
            margin-top: 4px;
            display: inline-block;
        }

.main-footer {
    font-size: 13px;
}

.ref-documents img {
    float: left;
    width: 16px;
    margin-right: 10px;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}
/*.user-menu .dropdown-menu{
    width: auto !important;
    min-width: 60px !important;
    margin-right: 10px;
    border: none;
    box-shadow: 1px 1px 1px #888;
    background: none !important;
}*/
.user-menu .dropdown-menu .user-header {
    display: none;
}

.user-menu .dropdown-menu .user-footer {
    background: #fff;
    border: none;
    padding: 0 !important;
    height: 45px !important;
}

    .user-menu .dropdown-menu .user-footer .btn {
        height: 45px !important;
        line-height: 38px !important;
    }

    .user-menu .dropdown-menu .user-footer:hover {
        background: #fafafa;
    }

    .user-menu .dropdown-menu .user-footer .btn:hover {
        background: none;
    }

.modal.regulatory-modal {
    width: 50%;
    margin: 20px auto 0;
    max-height: 610px;
    z-index: 100000;
    background: #fff;
    overflow: auto;
    bottom: auto;
}

    .modal.regulatory-modal .modal-header {
        background: #1976d2;
        border-bottom: 1px solid #eee;
        color: #fff;
        padding: 10px;
    }

        .modal.regulatory-modal .modal-header button.modal-close {
            float: right;
            background: none;
            border: none;
            color: #fff;
            font-size: 22px;
            margin-top: -3px;
        }

    .modal.regulatory-modal .label-countries ul {
        list-style-type: none;
        margin: 0 !important;
        padding: 0;
        padding-left: 20px;
    }

        .modal.regulatory-modal .label-countries ul li {
            line-height: 26px;
        }

    .modal.regulatory-modal .modal-content {
        box-shadow: none;
    }

.modal.regulatory-modal {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    box-shadow: 0 2px 3px rgba(0,0,0,0.125);
}

    .modal.regulatory-modal.reworkpopup {
        width: 50% !important;
    }


#AllDeliverable.k-grid .k-grid-content tr > td:nth-child(2) {
    font-weight: 400;
}

#AllDeliverable.k-grid .k-grid-content tr > td:nth-child(3) {
    font-weight: 500;
}

.w30 {
    width: 30px;
    float: left;
}

.content-wrapper {
    height: 92vh !important;
    max-height: 92vh;
}

    .content-wrapper .content .herba-page {
        height: 77vh;
        padding: 0 10px;
    }

.main-footer {
    padding: 4px 0;
    margin: 0 !important;
}

.nav-main-menu {
    padding: 0;
    margin-left: 90px;
}

    .nav-main-menu li a {
        font-size: 12px;
    }

.content-wrapper, .right-side {
    margin: 0 !important;
}

nav.navbar.navbar-static-top {
    height: 58px;
    /*background:#2367AB !important;*/
    /*background:linear-gradient(40deg,#303f9f,#1c8fc2)!important;*/
    background: #0c64bb !important;
}

.main-header .logo {
    /*background:#2367AB !important;*/
    /*background:#303f9f !important;*/
    background: #0c64bb !important;
    height: 58px;
}

.nav-main-menu li a {
    font-weight: 500;
    padding: 18px 7px;
}

    .nav-main-menu li a i {
        padding-right: 5px;
        line-height: 19px !important;
        float: left;
    }

.skin-blue .main-header .navbar .nav.nav-main-menu > .active > a {
    color: #fff !important;
    opacity: 1;
    background: #0859aa !important;
    /*background: #1f5a96;*/
    /*background:#3a4eb4 !important;*/
}

.skin-blue
.nav.nav-main-menu > li:hover > a {
    color: #fff !important;
    opacity: 1;
    background: #0859aa !important;
}

.skin-blue .main-header .navbar .nav.nav-main-menu > .active > a:after {
    border-bottom: 3px solid #fff !important;
    z-index: 10000000;
    left: 0;
}

.skin-blue .main-header .navbar .nav.nav-main-menu > li > a * {
    color: #f1f1f1;
}

.page-head {
    float: left;
    width: 100%;
    padding: 15px 15px 5px 15px;
}

    .page-head h2.pagename {
        font-size: 18px;
        color: #1976d2;
        display: block;
        margin: 0;
        font-weight: 400;
    }

    .page-head .breadcrumb {
        font-weight: 400;
        margin: 0 0 10px 0;
        color: #99abb4;
        font-size: 13px;
        background: none;
        margin: 0;
        padding: 4px 0;
    }
/*buttons*/
.k-grid-content td .btn {
    padding: 0.1rem 1rem !important;
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.7rem 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
}

    .btn:focus, .btn:hover {
        text-decoration: none;
    }

    .btn:focus, .btn.focus {
        outline: 0;
    }

    .btn.disabled, .btn:disabled {
        opacity: .65;
        box-shadow: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .tab-btn.btn:active, .btn.active {
        /*background-image: none;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
        border-bottom: 3px solid #2367ab !important;
    }

.tab-btn.btn.btn-default {
    background: none !important;
    box-shadow: none !important;
    border: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #1976d2;
    border-color: #1976d2;
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.15), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1563b0;
        border-color: #145ca4;
        box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2);
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #1976d2;
        border-color: #1976d2;
    }

    .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        background-color: #1563b0;
        background-image: none;
        border-color: #145ca4;
        box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2);
    }

    .btn-primary .btn-label {
        color: #fff;
        background-color: #176cc0;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 2px 2px 0 rgba(134, 142, 150, 0.15), 0 3px 1px -2px rgba(134, 142, 150, 0.2), 0 1px 5px 0 rgba(134, 142, 150, 0.12);
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #727b84;
        border-color: #6c757d;
        box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2);
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #868e96;
        border-color: #868e96;
    }

    .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        background-color: #727b84;
        background-image: none;
        border-color: #6c757d;
        box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2);
    }

    .btn-secondary .btn-label {
        color: #fff;
        background-color: #7b848d;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.15), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12);
    border: 1px solid #dee2e6 !important;
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #e6e6e6;
        box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #fff;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #e6e6e6;
        box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 2px 2px 0 rgba(40, 167, 69, 0.15), 0 3px 1px -2px rgba(40, 167, 69, 0.2), 0 1px 5px 0 rgba(40, 167, 69, 0.12);
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2);
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2);
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        background-color: #218838;
        background-image: none;
        border-color: #1e7e34;
        box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2);
    }

    .btn-success .btn-label {
        color: #fff;
        background-color: #24973e;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 2px 2px 0 rgba(23, 162, 184, 0.15), 0 3px 1px -2px rgba(23, 162, 184, 0.2), 0 1px 5px 0 rgba(23, 162, 184, 0.12);
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2);
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2);
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        background-color: #138496;
        background-image: none;
        border-color: #117a8b;
        box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2);
    }

    .btn-info .btn-label {
        color: #fff;
        background-color: #1592a6;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 2px 2px 0 rgba(255, 193, 7, 0.15), 0 3px 1px -2px rgba(255, 193, 7, 0.2), 0 1px 5px 0 rgba(255, 193, 7, 0.12);
}

    .btn-warning:hover {
        color: #111;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2);
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        background-color: #e0a800;
        background-image: none;
        border-color: #d39e00;
        box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2);
    }

    .btn-warning .btn-label {
        color: #111;
        background-color: #f2b500;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-danger {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350;
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.15), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ec312d;
        border-color: #eb2521;
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #ef5350;
        border-color: #ef5350;
    }

    .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        background-color: #ec312d;
        background-image: none;
        border-color: #eb2521;
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

    .btn-danger .btn-label {
        color: #fff;
        background-color: #ed413d;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.15), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

    .btn-light:hover {
        color: #111;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2);
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2);
    }

    .btn-light.disabled, .btn-light:disabled {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        background-color: #e2e6ea;
        background-image: none;
        border-color: #dae0e5;
        box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2);
    }

    .btn-light .btn-label {
        color: #111;
        background-color: #eceff2;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 2px 2px 0 rgba(52, 58, 64, 0.15), 0 3px 1px -2px rgba(52, 58, 64, 0.2), 0 1px 5px 0 rgba(52, 58, 64, 0.12);
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
        box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2);
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        background-color: #23272b;
        background-image: none;
        border-color: #1d2124;
        box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2);
    }

    .btn-dark .btn-label {
        color: #fff;
        background-color: #2b3035;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12);
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #dee2e6;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12);
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #dee2e6;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12);
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #dee2e6;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12);
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #dee2e6;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12);
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #dee2e6;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12);
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #dee2e6;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12);
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #dee2e6;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12);
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #dee2e6;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-semiwhite {
    color: #111;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12);
}

    .btn-semiwhite:hover {
        color: #111;
        background-color: #ececec;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite:focus, .btn-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite.disabled, .btn-semiwhite:disabled {
        background-color: #fff;
        border-color: #dee2e6;
    }

    .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
        background-color: #ececec;
        background-image: none;
        border-color: #c1c9d0;
        box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2);
    }

    .btn-semiwhite .btn-label {
        color: #111;
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 6px 14px;
    }

.btn-outline-primary {
    color: #1976d2;
    background-color: transparent;
    background-image: none;
    border-color: #1976d2;
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.15), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12);
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #1976d2;
        border-color: #1976d2;
        box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2);
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #1976d2;
        background-color: transparent;
    }

    .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #1976d2;
        border-color: #1976d2;
    }

    .btn-outline-primary .btn-label {
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 5px 14px;
    }

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
    box-shadow: 0 2px 2px 0 rgba(134, 142, 150, 0.15), 0 3px 1px -2px rgba(134, 142, 150, 0.2), 0 1px 5px 0 rgba(134, 142, 150, 0.12);
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
        box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2);
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #868e96;
        background-color: transparent;
    }

    .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
    }

    .btn-outline-secondary .btn-label {
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 5px 14px;
    }

.btn-outline-semiwhite {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.15), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12);
}

    .btn-outline-semiwhite:hover {
        color: #fff;
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
    }

    .btn-outline-semiwhite:focus, .btn-outline-semiwhite.focus {
        box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
    }

    .btn-outline-semiwhite.disabled, .btn-outline-semiwhite:disabled {
        color: #fff;
        background-color: transparent;
    }

    .btn-outline-semiwhite:active, .btn-outline-semiwhite.active, .show > .btn-outline-semiwhite.dropdown-toggle {
        color: #fff;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-semiwhite .btn-label {
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 5px 14px;
    }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
    box-shadow: 0 2px 2px 0 rgba(40, 167, 69, 0.15), 0 3px 1px -2px rgba(40, 167, 69, 0.2), 0 1px 5px 0 rgba(40, 167, 69, 0.12);
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2);
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success .btn-label {
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 5px 14px;
    }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
    box-shadow: 0 2px 2px 0 rgba(23, 162, 184, 0.15), 0 3px 1px -2px rgba(23, 162, 184, 0.2), 0 1px 5px 0 rgba(23, 162, 184, 0.12);
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
        box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2);
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info .btn-label {
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 5px 14px;
    }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
    box-shadow: 0 2px 2px 0 rgba(255, 193, 7, 0.15), 0 3px 1px -2px rgba(255, 193, 7, 0.2), 0 1px 5px 0 rgba(255, 193, 7, 0.12);
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ffc107;
        border-color: #ffc107;
        box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2);
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning .btn-label {
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 5px 14px;
    }

.btn-outline-danger {
    color: #ef5350;
    background-color: transparent;
    background-image: none;
    border-color: #ef5350;
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.15), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ef5350;
        border-color: #ef5350;
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #ef5350;
        background-color: transparent;
    }

    .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #ef5350;
        border-color: #ef5350;
    }

    .btn-outline-danger .btn-label {
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 5px 14px;
    }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
    box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.15), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

    .btn-outline-light:hover {
        color: #fff;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
        box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2);
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
        color: #fff;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light .btn-label {
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 5px 14px;
    }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
    box-shadow: 0 2px 2px 0 rgba(52, 58, 64, 0.15), 0 3px 1px -2px rgba(52, 58, 64, 0.2), 0 1px 5px 0 rgba(52, 58, 64, 0.12);
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
        box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2);
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark .btn-label {
        background-color: whitesmoke;
        display: inline;
        margin: 0px 10px 0px -10px;
        padding: 5px 14px;
    }

.btn-link {
    font-weight: normal;
    color: #1976d2;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:focus, .btn-link:active {
            border-color: transparent;
            box-shadow: none;
        }

            .btn-link:hover {
                border-color: transparent;
            }

            .btn-link:focus, .btn-link:hover {
                color: #11508e;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled {
                color: #868e96;
            }

                .btn-link:disabled:focus, .btn-link:disabled:hover {
                    text-decoration: none;
                }

.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}

.btn-lg {
    padding: 1.2rem 2rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

    .btn-lg.btn-rounded {
        padding: 1.2rem 2rem;
        font-size: 2rem;
        line-height: 1.5;
        border-radius: 60px;
    }

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

    .btn-sm.btn-rounded {
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
        line-height: 1.5;
        border-radius: 60px;
    }

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

    .btn-xs.btn-rounded {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 60px;
    }

.form-style1 h3 {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 20px;
}

.form-style1 .form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #868e96;
}

.form-style1 .form-group .form-control {
    /*border-width: 2px;*/
    border-color: #eee;
    box-shadow: none;
    /*height: 40px;*/
}

.form-style1 .form-group.has-danger .form-control {
    border-color: #ef5350;
}

.form-style1 .form-group.has-warning .form-control {
    border-color: #ffb22b;
}

.form-style1 .form-group.has-success .form-control {
    border-color: #26dad2;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.page-product-info {
    width: 100%;
    float: left;
    background: #fafafa;
}
    /*.page-product-info:after{
    position: absolute;
    width: 110%;
    left: -11%;
    height: 1px;
    background: #ddeef7;
    top: 87%;
}*/
    .page-product-info.page-product-info-noafter {
        /*margin-top: -77px !important;*/
        background: none;
    }

.page-product-info-noafter:after {
    display: none;
}

.bg-transparent {
    background: none;
    box-shadow: none;
}

.left-sidebar-page {
    float: left;
    /*height: calc(100vh - 183px);*/
    background: #f9f9f9;
    padding-bottom: 5px;
}

.left-ingrediets-list {
    width: 100%;
    float: left;
    /*height: calc(100vh - 332px); (when card)*/
    /*height: calc(100vh - 238px);*/
    height: calc(100vh - 274px);
    overflow-y: auto;
    padding: 0;
    border: 1px solid #ddd;
}

.left-ingrediets-moreinfo {
    width: 100%;
    float: left;
    height: 15vh;
    padding: 10px 5px;
    background: #fff;
    margin-left: -8px;
    margin: 5px 0 0 -7px;
    border: 1px solid #eee;
}

.left-sidebar-page2 {
    float: left;
    /*height: calc(100vh - 183px);*/
    height: calc(100vh - 205px) !important;
    background: #f9f9f9;
    padding-bottom: 5px;
}

.left-ingrediets-list2 {
    width: 100%;
    float: left;
    height: calc(100vh - 280px) !important;
    overflow-y: auto;
    padding: 0;
    border: 1px solid #ddd;
}

.left-ingrediets-moreinfo2 {
    width: 100%;
    float: left;
    height: 15vh;
    padding: 10px 5px;
    background: #fff;
    margin-left: -8px;
    margin: 5px 0 0 -7px;
    border: 1px solid #eee;
}

.ingrediet-record {
    background: #ffffff;
    padding: 2px 10px 2px;
    float: left;
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid #eee;
    border-width: 0px 0 1px 0px;
    line-height: 21px;
}

    .ingrediet-record:hover {
        background: #e0ebf7;
    }

    .ingrediet-record.selected {
        background: #2367ab;
    }

.categoris_dash.selected {
    background: #2367ab;
}

    .categoris_dash.selected * {
        color: #fff;
    }

.ingrediet-record.selected * {
    color: #fff;
}

.ing-row {
    float: left;
    width: 100%;
}

    .ing-row:first-child {
        margin-bottom: 4px;
    }

.ing-name {
    font-size: 14px;
    color: #666;
    float: right;
    font-weight: 500;
}

.ing-casname {
    font-size: 12px;
    color: #777;
    float: left;
    max-width: 65%;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    white-space: nowrap;
}

.ing-region {
    font-size: 13px;
    color: #666;
    float: left;
}

.ing-country {
    font-size: 13px;
    color: #666;
    float: right;
}
/*.right-ingrediets-details{
    float: left;
    
    overflow-y: auto;
    padding: 10px;
    background: #fff;
    margin: 5px 0 0 0px;
}*/
.right-ingrediets-details h4 {
    color: #2367ab;
}

.sku-formu-rightdiv {
    /*height: calc(100vh - 175px);*/
    /*height: calc(100vh - 270px); (when cardbody)*/
    /*height: calc(100vh - 230px);*/
    height: calc(100vh - 217px);
    overflow: auto;
}

.ingredient-rightdiv {
    height: calc(100vh - 190px);
}

.herba-page {
    /*margin-top:-10px;*/
    /*margin-top:75px;*/
}

.width100per1 {
    width: 100%;
}

.w-120 {
    width: 120px;
    float: left;
}

.w-150 {
    width: 150px;
    float: left;
}

.w-170 {
    width: 170px;
    float: left;
}

.k-grid.k-widget .btn {
    padding-left: 0 !important;
    margin-left: 5px !important;
    font-size: 14px !important;
}

a.nav-link.active {
    text-decoration: none !important;
}

.nav-tabs > li.active a {
    border-top: 3px solid #2367ab !important;
}

.k-widget.k-multiselect.form-control {
    border-width: 2px;
    border-color: #eee;
    box-shadow: none;
    min-height: 30px;
    max-height: 120px;
    height: auto;
}

.form-control.k-widget.k-multiselect .k-multiselect-wrap {
    min-height: 30px;
    max-height: 120px;
}

    .form-control.k-widget.k-multiselect .k-multiselect-wrap input.k-input {
        height: 30px;
        line-height: 30px !important;
        padding-left: 5px;
    }

.form-control.k-widget.k-dropdown {
    height: 36px;
    border: 2px solid #eee !important;
}

    .form-control.k-widget.k-dropdown .k-dropdown-wrap {
        height: 36px;
        border: none;
    }

        .form-control.k-widget.k-dropdown .k-dropdown-wrap span.k-input {
            line-height: 34px;
            padding-left: 5px;
        }

.tab-content {
}

.required-label {
    color: #adb5bd;
    font-size: 13px;
    float: right;
    margin-top: -22px;
}

.required {
    color: #ef5350;
    padding-left: 2px;
}

.db-img {
    width: 50px;
    filter: opacity(70%);
}

.db-img1 {
    width: 48px;
    filter: opacity(70%);
}

.db-icon {
    color: #666;
    font-size: 50px !important;
    padding: 4px 10px 0;
}

.db-widgetlabel {
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px !important;
}

.db-widgetnumber {
    float: left;
    width: 100%;
    color: #2367ab;
    font-size: 26px !important;
    font-weight: 500;
    cursor: pointer;
}

    .db-widgetnumber:hover {
        color: #4887c7;
    }

.line30 {
    line-height: 30px;
}

.line35 {
    line-height: 35px;
}

.list-headers {
    padding: 3px 0;
    margin: 0;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #eee;
    border-top: 1px solid #ccc;
}

    .list-headers span {
        font-size: 11px;
        color: #424242;
        font-weight: 600;
    }

.required-label-db {
    color: #adb5bd;
    font-size: 12px;
    float: right;
    margin-top: -2px;
    margin-bottom: 2px;
}

.nodata-label {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 10px;
    text-align: center;
    line-height: 30px;
}

    .nodata-label p {
        font-size: 13px;
        color: #888;
        margin: 0;
    }

    .nodata-label .icon-nodata {
        font-size: 36px !important;
        margin: 0 auto;
        display: block;
    }

    .nodata-label .nodata-img {
        width: 70px;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
        filter: opacity(60%);
    }

.rotate-text {
    position: fixed;
    display: block;
    right: 0;
    background: #2367ab !important;
    padding: 10px;
    border-radius: 4px 0 0 6px;
    z-index: 2;
    margin-top: 15px;
    color: #fff !important;
    text-decoration: none !important;
}

.rotate-textnew {
    position: fixed;
    display: block;
    background: #0c64bb !important;
    z-index: 2;
    color: #fff !important;
    text-decoration: none !important
}



.rotate-text:hover {
    background: #1976d2;
    color: #fff;
    text-decoration: none;
}

.margin-formulae {
}

.margin-ingredient, .margin-sku {
}

.attachments .pdf:before,
.attachments .PDF:before {
    content: "";
    background: url(../images/doc-sprite.png) -18px 0px;
    width: 18px;
    height: 18px;
    float: left;
    margin: 1px 6px 0 0px;
}

.attachments .doc:before {
    content: "";
    background: url(../images/doc-sprite.png) -72px 0px;
    width: 18px;
    height: 18px;
    float: left;
    margin: 1px 6px 0 0px;
}

.attachments .docx:before {
    content: "";
    background: url(../images/doc-sprite.png) -72px 0px;
    width: 18px;
    height: 18px;
    float: left;
    margin: 1px 6px 0 0px;
}

/*Style for subdrop */

.sub-menu {
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0;
    background: #fff;
    width: auto;
    white-space: nowrap;
    padding: 5px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 4px 1px #c7c7c7;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

    .sub-menu > li {
        line-height: 22px;
        padding: 10px 0 10px 0;
        width: 100%
    }

        .sub-menu > li a {
            font-size: 13px;
            color: #333;
            font-weight: 500;
        }

        .sub-menu > li:hover {
            background: #f8f8f8;
        }

    .sub-menu i {
        line-height: 35px !important
    }

.navbar-custom-menu > .navbar-nav > li:hover .sub-menu {
    display: block;
}

table.k-editor {
    height: auto !important;
    border-spacing: 0 !important;
}

.bootbox-confirm {
    margin: auto;
    width: 400px;
    background: none;
    margin-top: 10%;
    z-index: 544541;
}

    .bootbox-confirm .modal-dialog {
        border: 3px solid #1976d2;
        box-shadow: 10px 10px 10px #ccc;
    }

.k-grid-content {
    height: calc(100vh - 270px);
    overflow: auto;
    overflow-y: scroll !important;
}

.reportsgridcontent .k-grid-content {
    height: calc(100vh - 280px) !important;
}

i.fa.fa-share-alt:before {
    font-size: 12px;
    line-height: 30px;
    color: #1976d2;
}

.layout-footer {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    text-align: center;
}

    .layout-footer p {
        font-size: 11px;
        color: #666;
        margin: 0;
        line-height: 28px;
    }


/*Css March 25 2019*/
.bg-white {
    background: #fff !important;
}

.bg-f6f6f6 {
    background: #f6f6f6 !important
}

.customtab {
    margin: 0;
}

    .customtab li a.nav-link {
        border: 0 !important;
        padding: 1rem 1.4rem;
        color: #1976d2;
    }

        .customtab li a.nav-link:hover {
            color: #1976d2;
        }

        .customtab li a.nav-link.active {
            border-bottom: 2px solid #1976d2 !important;
            color: #1976d2;
            border-top: none !important;
        }

.Common_TableGrid.gridhas-addbtn .k-header.k-grid-toolbar {
    position: absolute;
    z-index: 100;
    width: 100%;
    margin-top: -40px;
    background: none;
    border: none;
}

    .Common_TableGrid.gridhas-addbtn .k-header.k-grid-toolbar .k-button {
        color: #fff;
        background-color: #1976d2;
        border-color: #1976d2;
        box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.15), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12);
        display: inline-block;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.7rem 1rem !important;
        font-size: 12px !important;
        line-height: 1.25;
        border-radius: 0.25rem;
        cursor: pointer;
        text-transform: capitalize;
        font-weight: 500;
        float: right;
    }

        .Common_TableGrid.gridhas-addbtn .k-header.k-grid-toolbar .k-button:hover {
            background: #0e58a0 !important;
            color: #fff !important;
        }

.border-bottom-eee {
    border-bottom: 1px solid #eee;
}

.error {
    color: #e00303;
    font-size: 12px;
}



.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.3);
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: auto;
    height: auto;
    padding: 16px;
    border: 6px solid rgb(97, 147, 177);
    background-color: white;
    z-index: 10002;
    overflow: auto;
    border-top: 22px solid rgb(97, 147, 177);
}

    .white_content.change_pwd_popup {
        position: fixed;
        top: 20%;
        left: 32%;
        border: 0px;
        width: 736px;
        padding: 0;
    }

    .white_content.forget_pwd_popup {
        position: fixed;
        top: 28%;
        left: 38%;
        border: 0px;
        width: 350px;
        padding: 0;
    }

    .white_content.session_expire_popup {
        position: fixed;
        top: 30%;
        left: 35%;
        border: 0px;
        width: 500px;
        padding: 0;
        z-index: 10001;
    }

.title_strip_popup {
    float: left;
    padding: 6px 10px 0px 16px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: block;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    height: 46px;
    border-radius: 0px;
    border-bottom: 1px solid #EFEFEF;
}

    .title_strip_popup h3 {
        float: left;
        margin: 0px;
        line-height: 35px;
        font-size: 17px;
        color: #159ED0 !important;
    }

.white_content.session_expire_popup .pp_content {
    padding: 20px;
    float: left;
}

.SessionExpiredIcon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background-image: url(../content/new_theme/images/timer.png);
    background-size: 60px 60px;
}

.session_expire_popup .pp_content p {
    font-size: 14px;
    color: #888;
}

/* End Session Expire Popup*/
/*loader*/
.loader-review {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    background: rgba(68, 68, 68, 0.1);
    height: 100%;
    z-index: 999999;
}

    .loader-review img {
        left: 49%;
        position: absolute;
        top: 45%;
        width: 60px;
    }

.loading-animate {
    -webkit-animation: rotation 2s infinite linear;
    -o-animation: rotation 2s infinite linear;
    -moz-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}
/*End Loader*/

/*Password Validation*/
.PasswordValidations {
    width: 97%;
    float: left;
    background: #fffff1;
    border: 1px solid #f1f1df;
    border-radius: 2px;
    padding: 8px 10px;
    margin: 0 15px 10px;
}

    .PasswordValidations.Popup {
        width: 77%;
        float: left;
        background: #FFFECD;
        border: 1px solid #E2E1A5;
        border-radius: 2px;
        padding: 8px 10px;
        margin: 10px 15px 0px 39px;
    }

    .PasswordValidations h4 {
        font-size: 13px;
    }

    .PasswordValidations.forget {
        width: 91%;
        float: left;
        background: #FFFECD;
        border: 1px solid #E2E1A5;
        border-radius: 2px;
        padding: 8px 10px;
        margin: 0 15px 10px;
    }

        .PasswordValidations.forget h4 {
            font-size: 13px;
            border: none;
            font-weight: normal;
            padding: 0;
            margin: 0 0 10px 0px;
        }

    .PasswordValidations ul {
        margin: 0px;
        padding: 0;
    }

        .PasswordValidations ul li {
            float: left;
            list-style-type: none;
            padding-left: 21px;
            line-height: 26px;
            margin-right: 26px;
            font-size: 13px;
            width: 100%;
        }

            .PasswordValidations ul li.valid {
                background: url(../images/tick.png) no-repeat 0px 6px;
                background-size: 14px 14px;
                color: #3a7d34;
            }

                .PasswordValidations ul li.valid strong {
                    font-weight: 500;
                    color: #3a7d34 !important;
                }

            .PasswordValidations ul li.invalid {
                background: url(../images/cross.png) no-repeat 0 6px;
                background-size: 14px 14px;
                color: #ec3f41;
            }

                .PasswordValidations ul li.invalid strong {
                    font-weight: 500;
                    color: #ec3f41 !important;
                }

    .PasswordValidations div[on="strength"] div, .PasswordValidations span#spnStrength, .PasswordValidations span#spnEsignStrength {
        font-size: 16px;
    }
/*End Password Validation*/


.tooltip {
    white-space: nowrap;
}

.tooltip-inner {
    word-break: break-word !important;
    white-space: normal !important;
    text-align: left !important;
}
/*User DropDown*/
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 12px;
    left: auto;
    min-width: 100px !important;
    width: 150px;
    /* border: 1px solid #E6E6E6; */
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0), 0px 0px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0),0px 0px 3px rgba(0,0,0,0.2);
    -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0),0px 0px 3px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0),0px 0px 3px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 1px rgba(0,0,0,0), 0px 0px 3px rgba(0,0,0,0.2);
    margin-top: -4px;
    animation-duration: 0.3s !important;
    -webkit-animation-duration: 0.3s !important;
    -moz-animation-duration: 0.3s !important;
    -o-animation-duration: 0.3s !important;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color: #444 !important;
    font-size: 13px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 0px;
    border-bottom: 0px solid #f4f4f4;
    border-top: 0px solid #dddddd;
}

.user-body > div {
    float: left;
    width: 100%;
    padding: 6px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

    .user-body > div:hover {
        background: #f1f1f1;
    }

    .user-body > div i {
        font-size: 12px;
        margin: 0 10px 0 6px;
    }
/*End User DropDown*/

.modal.regulatorydetails-modal {
    width: 90%;
    margin: 20px auto 0;
    max-height: 610px;
    z-index: 100000;
    background: #fff;
    overflow: hidden;
    bottom: auto;
}

    .modal.regulatorydetails-modal .modal-header {
        background: #1976d2;
        border-bottom: 1px solid #eee;
        color: #fff;
        padding: 10px;
    }

        .modal.regulatorydetails-modal .modal-header button.modal-close {
            float: right;
            background: none;
            border: none;
            color: #fff;
            font-size: 22px;
            margin-top: -3px;
        }

    .modal.regulatorydetails-modal .label-countries ul {
        list-style-type: none;
        margin: 0 !important;
        padding: 0;
        padding-left: 20px;
    }

        .modal.regulatorydetails-modal .label-countries ul li {
            line-height: 26px;
        }

    .modal.regulatorydetails-modal .modal-content {
        box-shadow: none;
    }

    .modal.regulatorydetails-modal .modal-body {
        overflow: auto;
        height: 85vh;
    }

.modal.regulatorydetails-modal {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    box-shadow: 0 2px 3px rgba(0,0,0,0.125);
}

.ref-links a {
    float: left;
    line-height: 24px;
}

.checkbox-grid {
    float: left;
    width: 90%;
    position: absolute;
    z-index: 101;
}
/*.regulationsheight .k-grid-content{
    height: calc(100vh - 244px) !important;
}*/
.card-height {
    height: calc(100vh - 155px);
}

.legendbox {
    width: 10px;
    float: left;
    height: 10px;
    margin: 0 8px;
}

.font11 {
    font-size: 11px !important
}

.font12 {
    font-size: 12px !important
}











.modal.fullpage-modal {
    width: 98%;
    margin: 20px auto 0;
    max-height: 620px;
    z-index: 100000;
    background: #fff;
    overflow: auto;
    bottom: auto;
}

    .modal.fullpage-modal .modal-header {
        background: #1976d2;
        border-bottom: 1px solid #eee;
        color: #fff;
        padding: 10px;
    }

        .modal.fullpage-modal .modal-header button.modal-close {
            float: right;
            background: none;
            border: none;
            color: #fff;
            font-size: 22px;
            margin-top: -3px;
        }

    .modal.fullpage-modal .modal-content {
        box-shadow: none;
    }

.modal.fullpage-modal {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    box-shadow: 0 2px 3px rgba(0,0,0,0.125);
}

    .modal.fullpage-modal .sku-formu-rightdiv {
        height: 470px !important;
    }

    .modal.fullpage-modal .modal-body {
        max-height: 570px;
        overflow: hidden;
    }

    .modal.fullpage-modal .left-sidebar-page {
        height: 100vh;
    }

    .modal.fullpage-modal .left-ingrediets-list {
        max-height: 70vh;
        height: 70vh;
        margin-bottom: 20px;
    }
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .countnu {
        /*margin-left: 20px;
        margin-top: 9px;*/
        color: #fff;
        /*border-radius: 90px;
        line-height: 48px;*/
        /*padding: 10px;*/
        font-size: 20px;
    }

    .checkbox-grid {
        width: 89%;
    }
}

.customCountnu {
    background: #0c64bb;
    text-align: center !important;
    font-size: 20px !important;
    border-radius: 3px !important;
    line-height: 48px !important;
    max-width: 100px !important;
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px


@media (min-width: 768px) and (max-width: 1024px) {
  
  
}
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
}
*/

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px


@media (min-width: 481px) and (max-width: 767px) {
  
  
}
*/
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px


@media (min-width: 320px) and (max-width: 480px) {
  
  
}*/


.k-grid.k-grid-scrollable .k-grid-content {
    overflow-x: auto !important;
}

.k-grid-export .k-header.k-grid-toolbar .k-button {
    padding: 2px 10px !important;
    font-weight: 500;
    margin-top: -25px;
    border: none !important;
}

    .k-grid-export .k-header.k-grid-toolbar .k-button span.k-icon {
        /* Safari 6.0 - 9.0 */
    }

.k-loading-mask {
    display: none;
}
/*.card-shadow{
    -webkit-box-shadow: 0 0 13px 0 rgba(58, 58, 58, 0.48);
    box-shadow: 0 0 13px 0 rgba(58, 58, 58, 0.48);
   
}*/
.card-shadow {
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;*/
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05) !important;
}

.height-70vh {
    height: 70vh !important;
}

.white-bg {
    background: #ffffff !important;
}

.border-right-eee {
    border-right: 1px solid #eeeeee;
}


/*background color-profile form whole application*/
.content-wrapper-full {
    background: #eceff8 !important;
    overflow-y: auto !important;
    float: left !important;
    width: 100% !important;
    z-index: 800 !important;
    height: calc(100vh - 57px) !important;
}

.content {
    min-height: calc(100vh - 95px) !important;
    overflow-x: hidden !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.layout-footer {
    width: 100% !important;
    float: left !important;
    position: relative !important;
    bottom: 0 !important;
    text-align: center !important;
}

.custom-change-btn a {
    margin-top: 11px !important;
    padding: 8px !important;
    margin-right: 50px !important;
}

    .custom-change-btn a:hover {
        background: #7ccfff !important;
    }

.k-grid-header th.k-header {
    font-size: 12px !important;
}

.k-grid td a {
    font-size: 12px !important;
}

.k-grid .k-alt {
    background-color: #f9f9f9 !important;
}

.k-grid.k-widget .btn {
    font-size: 12px !important;
}

/*grid source drop down select issue*/
/*.k-grid td *{
     font-size: 12px !important;
}*/
/*grid source drop down select issue*/

.k-grid td {
    font-size: 12px !important;
}

.modal-body {
    font-size: 12px;
}
/*code for popups grid*/
#AddFormulaIngredients .k-grid-content {
    overflow: hidden;
    height: unset;
}
/*code for popups grid*/

/*code for notifiypopup*/
#NotifyPOP .form-control.k-widget.k-multiselect .k-multiselect-wrap {
    height: 45px !important;
}
/*code for notifiypopup*/

#Popup_RegDesc .modal-body .row {
    max-height: 400px;
    overflow-x: auto;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2em;
}


#Popup_ChemRegDesc .modal-body .row {
    max-height: 400px;
    overflow-x: auto;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2em;
}

/*code for notifiypopup*/
.custom-form-control {
    display: inline-block !important;
    width: 90% !important;
}

.custom-share i.fa.fa-share-alt:before {
    color: #c1c9d0 !important;
}
/*code for notifiypopup*/

/*code for left side panel gradient color*/
.left-sidepannel h5 {
    color: #fff;
    line-height: 28px;
    background: #0c64bb !important;
    padding: 0 10px;
}

.left-sidepannel .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.left-sidepannel .card-body {
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
}
/*code for left side panel gradient color*/

/*code for widget cards*/
.db-widgetlabel span {
    color: #c3c3c3;
    font-size: 13px;
}
/*code for widget cards*/

/*code for sidepannel*/
.latestupdates {
    padding-left: 20px;
}

    .latestupdates li {
        padding: 6px 0;
        border-bottom: 1px solid #eee;
    }
/*code for sidepannel*/


/* newcode added on 03-07-2020 from v1*/
.custom-form-control {
    display: inline-block !important;
    width: 90% !important;
}

.custom-share i.fa.fa-share-alt:before {
    color: #c1c9d0 !important;
}
/*code for supportpopup*/
#popup_Support .modal-header {
    background: #1976d2;
    border-bottom: 1px solid #eee;
    color: #fff;
    padding: 10px;
}

    #popup_Support .modal-header .close {
        float: right;
        background: none;
        border: none;
        color: #fff !important;
        font-size: 22px;
        margin-top: -3px;
        opacity: 1;
    }

#popup_Support .modal-body {
    font-size: 12px;
    height: auto;
}

#popup_Support .modal-content {
    border: none;
}

#popup_Support .modal-dialog {
    top: 20%;
}
/*code for supportpopup*/

/*code for subscribepopup*/
#popup_Subscribe .modal-header {
    background: #1976d2;
    border-bottom: 1px solid #eee;
    color: #fff;
    padding: 10px;
}

    #popup_Subscribe .modal-header .close {
        float: right;
        background: none;
        border: none;
        color: #fff !important;
        font-size: 22px;
        margin-top: -3px;
        opacity: 1;
    }

#popup_Subscribe .modal-body {
    font-size: 12px;
    height: auto;
}

#popup_Subscribe .modal-content {
    border: none;
}

#popup_Subscribe .modal-dialog {
    top: 20%;
}

/*code for subscribepopup*/

/*code for popup_Support_extended*/
#popup_Support_extended .modal-header {
    background: #1976d2;
    border-bottom: 1px solid #eee;
    color: #fff;
    padding: 10px;
}

    #popup_Support_extended .modal-header .close {
        float: right;
        background: none;
        border: none;
        color: #fff !important;
        font-size: 22px;
        margin-top: -3px;
        opacity: 1;
    }

#popup_Support_extended .modal-body {
    font-size: 12px;
    height: auto;
}

#popup_Support_extended .modal-content {
    border: none;
}

#popup_Support_extended .modal-dialog {
    top: 20%;
}

/*code for popup_Support_extended*/

#popup_Subscribe .modal-header .modal-title img {
    width: 12%;
    margin-bottom: 2px;
    height: 10%;
    padding: 2px;
    background: #ffffff;
}

#popup_Support_extended .modal-header .modal-title img {
    width: 12%;
    margin-bottom: 2px;
    height: 10%;
    padding: 2px;
    background: #ffffff;
}

#popup_Support .modal-header .modal-title img {
    width: 12%;
    margin-bottom: 2px;
    height: 10%;
    padding: 2px;
    background: #ffffff;
}
/*chagnes in grid*/
.k-grid-header th.k-header .k-link {
    color: #0a4e9a !important;
}

.k-grid-header th.k-header {
    background: #e7eff9 !important;
}

.searchicon-btn {
    background-color: #e7eff9 !important;
}

    .searchicon-btn i {
        color: #022b59 !important;
    }

.k-grid .k-alt {
    background-color: #f6f7fc !important;
}

div.k-grid-header {
    border-bottom-width: 0;
    line-height: 20px;
}

.k-grid-header th.k-header > .k-link {
    line-height: 23px;
    font-weight: 500;
}

.k-grid td {
    border-bottom: 0px !important;
}

/*code for NotifyPOPuser*/
#NotifyPOPuser .form-control.k-widget.k-multiselect .k-multiselect-wrap {
    height: 45px !important;
}
/*code for NotifyPOPuser*/

.height-70vh {
    height: 70vh;
}

th {
    background: #e7eff9 !important;
    line-height: 2;
    color: #0a4e9a !important;
}

.m-r-20 {
    margin-right: 20px;
}

#Formulasgrd.k-grid .k-grid-content tr > td:nth-child(3) {
    padding-left: 0px !important;
}

.table-listview-active {
    background: #e7eff9;
    color: #022b59;
    border-right: none;
    padding: 6px 10px;
    border: 1px solid #63a2ff;
}

.table-listview-inactive {
    background: #f1f1f1;
    color: #777777;
    border-right: none;
    padding: 6px 10px;
    border: 1px solid #dadada;
}

.list-view-heading {
    font-weight: 400;
    color: #929292;
}

.list-view-border {
    border-top: 1px solid #ececec !important;
}

.k-grid-header-wrap input[type="checkbox"], input[type="radio"] {
    margin-right: 5px !important;
    top: 2px !important;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 5px !important;
}

.ingredient-heading {
    text-align: center;
    color: #1976d2 !important;
    font-weight: bold;
}

.clustertext {
    color: #1976d2;
    line-height: 1.5;
}

.regulationStatusText {
    color: #1976d2;
    text-decoration: underline;
    font-weight: normal;
    /*padding: 4px 7px;*/
    font-size: 13px;
}

.RegCountBtn {
    border-radius: 3px;
    color: #ffffff;
    background: #0071a4;
}

.disabledbtn {
    cursor: not-allowed !important;
}

.countbg {
    font-size: 13px;
    color: #1976d2;
    background: #e2e2e2;
    padding: 7px 11px;
    border-radius: 50%;
    font-weight: bold;
}

.Custom-SweetAlertFM h2 {
    margin-top: 0px;
    color: #0c64bb;
}

.NoDataMsg {
    color: #2367ab;
    font-size: 14px;
    text-align: center;
    width: 100%;
    position: absolute;
    margin-top: 10px;
}

.left-sidepannel .NoDataMsg {
    position: inherit !important;
}

.flagdet {
    color: #1976d2 !important;
    font-size: 14px;
}

.EprtBtn {
    color: #0e58a0 !important;
    background-color: #fff !important;
    border: 1px solid #0e58a0 !important;
}

    .EprtBtn i .fa {
        color: #0e58a0 !important;
    }

.k-grid-header {
    background-color: #e7eff9 !important;
}

.updateleft span {
    line-height: 1.4;
    color: #111;
}

.textDecorationNone {
    text-decoration: none !important;
}

.btn-disable {
    background-color: #c1c1c1;
    border-color: #c1c1c1;
    box-shadow: 0 2px 2px 0 rgb(147 147 147 / 15%), 0 3px 1px -2px rgb(197 197 197 / 20%), 0 1px 5px 0 rgb(139 139 139 / 12%);
}

    .btn-disable:hover {
        background: #c1c1c1 !important;
        color: #fff !important;
    }

span .fa-plus-circle {
    color: #1976d2 !important;
}

span .fa-minus-circle {
    color: #1976d2 !important;
}
/* Table issue*/
.k-grid-header th.k-header, .k-filter-row th {
    padding: 5px 8px !important;
}

    .k-grid-header th.k-header > .k-link {
        padding: 5px 0px !important;
    }

.k-grid-content td .btn {
    padding: 4px 0px !important;
}

.k-grid-content td .btn {
    padding: 0px !important;
}

.k-grid-header th.k-header > .k-link {
    margin: 0px !important;
    padding: 0px !important;
}

.k-grid tr td {
    padding: 5px 8px;
}

    .k-grid tr td:first-child {
        padding: 5px 8px;
    }

.k-state-selected td {
    background: #2d5aaa;
}

.counts {
    color: #0c64bb;
}

.Custom_MoreContentPopup .modal-body {
    overflow: auto !important;
    max-height: 400px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

@media (min-width: 1025px) and (max-width: 1298px) {

    .logo-lg img {
        position: absolute;
        clip: rect(0px,160px,200px,0px);
    }

    .main-header .logo, .main-sidebar {
        width: 150px;
    }

    .categorySelect {
        position: absolute;
        margin-left: 84px !important;
    }

    .main-header .navbar {
        margin-left: 150px;
    }
}
/* Table issue*/


/*.k-grid-header th.k-header > .k-link{
    padding-left: .6em !important;
}
.k-grid tr td {
    padding: 1px 0.6em !important;
}*/

/*.blinking{
	animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
	0%{		color: #000;	}
	49%{	color: transparent;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: #000;	}
}*/

.blinkbutton {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
/*.Custom-SweetAlertIcon .pulseWarning {
        display: none !important;
    }*/
.sweet-alert h2 {
    font-size: 18px !important;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #b10128;
        -webkit-box-shadow: 0 0 3px #b10128;
    }

    50% {
        background-color: #f15e7f;
        -webkit-box-shadow: 0 0 40px #f15e7f;
    }

    100% {
        background-color: #b10128;
        -webkit-box-shadow: 0 0 3px #b10128;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #b10128;
        -moz-box-shadow: 0 0 3px #b10128;
    }

    50% {
        background-color: #f15e7f;
        -moz-box-shadow: 0 0 40px #f15e7f;
    }

    100% {
        background-color: #b10128;
        -moz-box-shadow: 0 0 3px #b10128;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #b10128;
        box-shadow: 0 0 3px #b10128;
    }

    50% {
        background-color: #f15e7f;
        box-shadow: 0 0 40px #f15e7f;
    }

    100% {
        background-color: #b10128;
        box-shadow: 0 0 3px #b10128;
    }
}

@keyframes glowing {
    0% {
        background-color: #b10128;
        box-shadow: 0 0 3px #b10128;
    }

    50% {
        background-color: #f15e7f;
        box-shadow: 0 0 40px #f15e7f;
    }

    100% {
        background-color: #b10128;
        box-shadow: 0 0 3px #b10128;
    }
}
/*.skin-blue .main-header .navbar .nav > li > a .blinkbutton :hover{
    background:inherit !important;
   opacity:inherit !important;
}*/

.customBox {
    flex: 1 1 auto;
    padding: 2rem;
    background-color: #fbfbfb !important;
    border: 1px solid #f3f3f3;
}

    .customBox h4 {
        color: #0c64bb;
    }

.custom-tbl-header table tr th {
    position: sticky !important;
    top: 0 !important;
    z-index: 2;
}

.EprtBtn {
    color: #0e58a0 !important;
    background-color: #fff !important;
    border: 1px solid #0e58a0 !important;
}

.text-heading {
    border-left: 3px solid #0c64bb !important;
    padding-left: 4px !important;
    margin-top: 15px;
}

.form-control[disabled] {
    border: 1px solid #dadada !important;
}

.FoodLandingCss thead tr td {
    position: sticky;
    top: -2px;
    z-index: 9;
    border: 1px solid #d4d4d4;
    background-color: #1976d2;
    color: #fff;
}

.tblEvenOdd table tr:nth-child(even) {
    background-color: #ffffff !important;
}

small {
    font-size: 12px !important;
}
/*.customBox .form-style1 .form-group .form-control{
     border: 1px solid #dadada !important;
}
.customBox {
    background-color: #eaeaea !important;
}*/
