@font-face {
    font-family: "Okra";
    /*font-family: "Okra";*/
    src: url("fonts/Okra-Light.ttf"), /* IE9 Compat Modes */ url("fonts/Okra-Medium.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Okra-SemiBold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Okra-ExtraLight.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Okra-Thin.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Okra-Regular.ttf") format("truetype"); /* Legacy iOS */
}

.navbar-default {
    background-color: #1e3c50;
    border-color: #ffffff;
    box-shadow: 1px 2px 16px 3px #d8dadead;
    /*    border-top: 8px solid #224056;*/
    padding: 0px 0px;
}

    .navbar-default .navbar-nav > li > a {
        color: #777;
        padding: 15px 10px;
        cursor: pointer;
        font-size: 14px;
        margin-left: 15px;
    }
/*.dashboard .table thead {
  background-color: #f0f2fa;
}*/
/*.dashboard .table > thead > tr > th {
  padding: 10px 8px;
}*/
/*.dashboard .table > tbody > tr > td {
    padding: 10px 8px;
    padding: 4px 6px;
}*/
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
    padding: 10px;
    border: 1px solid #ebeff1;
}

/*::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    padding: 2px;
}

::-webkit-scrollbar-thumb {
    background: #c33d12;
    border-radius: 5px;
}*/
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #606060;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a92424;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input {
    box-shadow: none;
    border: 1px solid #ebeff1;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 16px !important;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0px 0;
    white-space: nowrap;
    margin-top: 10px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #204864;
    border-color: #204864;
}

.pagination > li > a,
.pagination > li > span {
    color: #204864;
}

.table-top-actions {
    background-color: #fff;
    border: 1px solid #ebeff1;
    border-bottom: 0;
    padding: 10px;
}

    .table-top-actions h1 {
        margin: 0;
        font-size: 16px;
        padding: 10px 8px;
    }

    .table-top-actions .btn-primary {
        /*  background-color: #f7f7f7;
  padding: 3px 15px;
  border-radius: 4px;
  margin-top: 4px;
  margin-right: 6px;
  color: #204864;
  border: 1px solid #ebeff1;*/
        /*background-color: #f7f7f7;*/
        /*padding: 3px 15px;*/
        border-radius: 4px;
        /*margin-top: 4px;
        margin-right: 6px;
        color: #204864;*/
        border: 1px solid #ebeff1;
    }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    outline: none;
}
/*.dashboard .table-top-actions .option-icon {
  font-size: 12px;
  margin-right: 2px;
}*/
.btn-primary:focus,
.btn-primary.focus {
    outline: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #204864;
    background-color: transparent;
    position: relative;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #204864;
}

    .navbar-default .navbar-nav > li > a:hover::before,
    .navbar-default .navbar-nav > li > a:focus::before {
        content: "";
        left: 50%;
        background-color: #c45e11;
        width: 25%;
        height: 3px;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 100px;
        font-size: 30px;
        transform: translate(-50%, -50%);
    }

.navbar-default .navbar-nav > .active > a::before {
    content: "";
    left: 50%;
    background-color: #204864;
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100px;
    font-size: 30px;
    transform: translate(-50%, -50%);
}

.navbar-default .navbar-nav > a:hover::before {
    content: "";
    left: 50%;
    background-color: #204864;
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100px;
    font-size: 30px;
    transform: translate(-50%, -50%);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #224963 !important;
}

.top-nav {
    display: block;
    height: 50px;
    width: 100%;
    text-align: right;
}

.navbar-btn {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 4px;
    margin-left: 30px;
    padding: 6px 20px;
    color: #1d3b51;
}

    .navbar-btn:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        border-radius: 4px;
        margin-left: 30px;
        padding: 6px 20px;
        color: #1d3b51;
        cursor: pointer;
    }

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    outline: none !important;
    color: #1d3b51;
}

.mob_logo {
    width: 99px;
}

body {
    padding-top: 70px;
    /*font-family: "Okra", sans-serif !important;*/
    background-image: url("../images/app_bg.png");
}

.notify-row .badge {
    position: absolute;
    right: 4px;
    top: 8px;
    z-index: 100;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 51px;
    line-height: 21px;
    padding: 5px 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000;
    cursor: pointer;
}

.wrapper {
    display: inline-block;
    margin-top: 35px;
    padding: 0 16px 20px;
    width: 100%;
}

.mt-10 {
    margin-top: 10px;
}

.p-0 {
    padding: 0px;
}

.big_nu {
    color: #fff;
    display: block;
    font-size: 65px;
    font-weight: bold;
    line-height: 55px;
    text-align: left;
}

.sub_text {
    color: #fff;
    font-size: 16px;
    margin-left: 6px;
    text-transform: uppercase;
}

.inner_box {
    padding: 12px 0px;
}

#main {
    transition: margin-left 0.5s;
}

.login_box {
    width: 58%;
    margin: 90px auto;
}

    .login_box .icon_login {
        width: 150px;
    }

    .login_box .sb_text {
        color: #abb4bc;
        margin: 20px 0px;
        font-size: 14px;
        display: block;
        width: 100%;
    }

    .login_box .form-group {
        width: 100%;
    }

        .login_box .form-group .form-control {
            border-color: #add1ef;
            background-color: rgba(255, 255, 255, 0.65);
            height: 45px;
            padding: 6px 15px;
            border-radius: 4px;
        }

    .login_box .login_btn {
        background-color: #224963;
        color: #fff;
        width: 100%;
        border-radius: 4px;
        height: 45px;
    }

        .login_box .login_btn:hover, .login_box .login_btn:focus {
            background-color: #224963;
            box-shadow: 0px 8px 15px rgb(125 175 210);
            transform: translateY(-1px);
            outline: none;
        }

    .login_box .forget_link {
        color: #224963;
        font-size: 12px;
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 30px;
    }

.slider_box {
    width: 70%;
    margin: 90px auto;
}

    .slider_box .slider_image {
        height: 300px !important;
        margin: 0px auto;
    }

    .slider_box .slider_title {
        color: #101a56;
        font-size: 18px;
        text-align: center;
        text-transform: capitalize;
    }

    .slider_box .slider_sb_text {
        color: #8e9091;
        font-size: 14px;
        text-align: center;
    }

    .slider_box .carousel-indicators {
        bottom: -35px;
    }

        .slider_box .carousel-indicators li {
            background-color: #cacdce;
            border-color: #cacdce;
        }

        .slider_box .carousel-indicators .active {
            background-color: #224963;
            border-color: #224963;
        }

    .slider_box blockquote {
        padding: 10px 60px;
        border-left: none;
        width: 85%;
        margin: 0px auto;
    }

.features_box .f_box_title {
    display: block;
    color: #5a6780;
    text-align: center;
    margin: 20px 0px;
    font-weight: bold;
}

.features_box .f_icon_box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 1px 2px 16px 3px #d8dadead;
    padding: 20px;
    margin: 20px;
    min-height: 110px;
}

.features_box .f_image img {
    width: 45px;
    vertical-align: unset;
}

.features_box .f_image {
    width: 50px;
}

.features_box .f_b_content {
    width: 80%;
}

.features_box .f_image,
.features_box .f_b_content {
    display: inline-block;
    vertical-align: top;
}

.features_box .f_i_title {
    display: block;
    color: #434b52;
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 5px;
}

.features_box .f_i_subtext {
    display: block;
    color: #6d6d6d;
    font-weight: lighter;
    font-size: 13px;
}

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
    .navbar-collapse {
        padding: 0px 0 !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }

    .slider_box {
        width: 100%;
    }

    .login_box {
        width: 80%;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }
}

@media only screen and (min-width: 1026px) and (max-width: 1278px) {
    .mob_logo {
        margin-left: 12px;
        margin-top: -2px;
        width: 95px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }

    .slider_box {
        width: 100%;
    }

    .login_box {
        width: 80%;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 765px) {
    .dashboard .open > .dropdown-menu {
        width: 100% !important;
    }

    .top-nav .navbar-nav > li:first-child > a {
        padding-left: 20px !important;
    }

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 320px !important;
    }

    .top-nav {
        overflow: hidden;
        overflow-x: scroll;
    }

        .top-nav ul {
            width: 870px;
        }

    .navbar-default .navbar-nav > .active > a::before,
    .navbar-default .navbar-nav > li > a:hover::before,
    .navbar-default .navbar-nav > li > a:focus::before {
        left: 0;
        width: 95%;
        transform: none;
    }

    .top-nav ul {
        float: left;
        margin-top: 0px;
    }

        .top-nav ul li {
            float: left;
        }

            .top-nav ul li a {
                padding: 15px 0px !important;
            }

    .dropdown-menu.extended.profile-drop-down,
    .dropdown-menu.extended {
        width: 100% !important;
        border: 1px solid #eee !important;
        margin: 0px !important;
        box-shadow: none !important;
    }

    .navbar-right {
        margin-right: 0px;
    }

    .slider_box {
        width: 100%;
    }

    .login_box {
        width: 80%;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }

    .slider_box .slider_title {
        font-size: 12.9px;
    }

    .slider_box .slider_sb_text {
        font-size: 12px;
    }

    .slider_box blockquote {
        width: 100%;
    }

    .navbar-btn {
        margin-left: 11px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .mob_logo {
        margin-left: 12px;
        margin-top: 2px;
        width: 95px;
    }

    .navbar-toggle {
        background-color: #224963;
        border-radius: 0px;
        border-color: #224963;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #0ab678;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default {
        background-color: #ffffff;
    }
}

/* dashboard css start*/

.dashboard .open > .dropdown-menu {
    border: medium none !important;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    padding: 0;
    top: 42px;
    width: 260px;
}

.dashboard .notify-arrow {
    border-bottom-color: #ffffff !important;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-style: solid;
    border-top-color: #606060 !important;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 10px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
}

.dashboard .tasks-bar li,
.use_box li {
    border-bottom: 1px solid #eee;
}

.dashboard .use_box .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 0 solid #eee;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 180px;
    padding: 0px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dashboard .dropdown-menu.extended li a {
    display: inline-block;
    padding: 8px 10px !important;
    width: 100%;
    font-size: 12.5px;
    text-transform: initial;
    line-height: normal;
    /* font-weight: 200; */
    letter-spacing: normal;
}

.dashboard .notify .dropdown-menu {
    margin-top: 10px !important;
}

.dashboard .dropdown-menu.extended li p {
    background-color: #606060;
    color: #fff;
    margin: 0;
    padding: 10px;
    border: 1px solid #606060;
    text-transform: none;
    letter-spacing: normal;
}

.dashboard .profile-sidebar,
.dashboard .profile-content {
    /*font-family: "Okra", sans-serif !important;*/
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 0px;
    min-height: 100vh;
}

.dashboard .profile-content {
    padding: 0;
    background-color: transparent;
    border: none;
}

.dashboard .whitebg-right {
    background-color: #fff;
    box-shadow: -6px -9px 16px 3px #eaeaea;
}

.dashboard .profile-sidebar .profile-box {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 10px;
}

.dashboard .profile-sidebar .user-profile-img {
    float: left;
    width: auto;
}

.dashboard .profile-sidebar .profile-details {
    float: right;
    padding: 10px 0px;
}

.dashboard .profile-sidebar .user-name {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px;
}

.dashboard .profile-sidebar .user-phone {
    font-size: 12px;
    text-align: left;
    color: #827d7d;
}

.dashboard .profile-sidebar .user-details {
    padding: 10px 10px;
    /* border-bottom: 1px solid #eaeaea; */
}

.dashboard .profile-sidebar .user-d-title {
    font-size: 14px;
    /* border-bottom: 1px solid #eaeaea; */
    margin: 5px 0px;
    padding-bottom: 10px;
}

.dashboard .profile-sidebar .user-address {
    font-size: 12px;
    color: #827d7d;
    padding: 10px;
    display: block;
    line-height: normal;
}

    .dashboard .profile-sidebar .user-address .user-email {
        font-size: 12px;
        color: #2196f3;
        display: block;
    }

.dashboard .bb-0 {
    border: 0px !important;
}

.dashboard .option-box {
    border-radius: 4px;
    padding: 0px 15px;
    width: 100%;
    margin: 5px 0px;
    color: #606060;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: left;
}

    .dashboard .option-box.ic_active {
        background-color: #fff;
        padding: 0px 15px;
        box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease 0s;
        border-radius: 25px;
    }

        .dashboard .option-box:hover .option-icon,
        .dashboard .option-box.ic_active .option-icon,
        .dashboard .option-box:hover {
            color: #224963;
            background-color: #ffffff;
            box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease 0s;
            border-radius: 25px;
        }

            .dashboard .option-box.ic_active .option-label,
            .dashboard .option-box:hover .option-label {
                color: #224963;
                background-color: #ffffff;
                border-radius: 25px;
            }

.dashboard .user-details a {
    color: #606060;
    text-decoration: none;
}

.dashboard .option-icon {
    font-size: 14px;
    margin-right: 5px;
}

.dashboard .option-label {
    color: #82867d;
    margin-top: 8px;
    font-size: 12px;
    min-height: 24px;
}

.dashboard .g-dashboard-box {
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    transition: all 0.3s ease 0s;
}

.d-cart-blue {
    color: #adb3ba;
}

    .d-cart-blue:hover,
    .d-cart-blue:focus {
        box-shadow: 0px 8px 15px rgb(239, 239, 239);
        transform: translateY(-1px);
    }

.d-cart-clan {
    color: #adb3ba;
}

    .d-cart-clan:hover,
    .d-cart-clan:focus {
        box-shadow: 0px 8px 15px rgb(239, 239, 239);
        transform: translateY(-1px);
    }

.d-cart-beige {
    color: #adb3ba;
}

    .d-cart-beige:hover,
    .d-cart-beige:focus {
        box-shadow: 0px 8px 15px rgb(239, 239, 239);
        transform: translateY(-1px);
    }

.d-cart-pink {
    color: #adb3ba;
}

    .d-cart-pink:hover,
    .d-cart-pink:focus {
        box-shadow: 0px 8px 15px rgb(239, 239, 239);
        transform: translateY(-1px);
    }

.dashboard .g-dashboard-box .g-dashboard-icon {
    display: inline-block;
    width: 35px;
    background-color: #224963;
    color: #ffffff;
    height: 35px;
    vertical-align: top;
    border-radius: 44px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
}

.dashboard .g-dashboard-box a {
    color: inherit;
}

    .dashboard .g-dashboard-box a:hover,
    .dashboard .g-dashboard-box a:focus {
        text-decoration: none;
    }

.dashboard .g-dashboard-box .g-d-details {
    display: inline-block;
    width: calc(100% - 60px);
    margin-left: 15px;
}

.dashboard .g-dashboard-box .g-d-number {
    font-size: 20px;
    color: #666869;
}

.dashboard .g-dashboard-box .g_sub_text {
    font-size: 12px;
    text-transform: capitalize;
    color: rgb(109, 153, 160);
    font-weight: 500;
    display: block;
}

.dashboard .g-dashboard-box .g-d-title {
    font-weight: 800;
    font-size: 14px;
    line-height: 15px;
    color: #224963;
}

.dashboard .profile-content .p-main-title {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

    .dashboard .profile-content .p-main-title span {
        font-size: 22px;
        color: #224963;
    }

.dashboard .d-white-card {
    margin-top: 18px;
}

    .dashboard .d-white-card .card {
        width: 100%;
        min-width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #e7eaed;
        border-radius: 0;
    }

    .dashboard .d-white-card .card-body {
        padding: 1.75rem 1.75rem;
    }

    .dashboard .d-white-card .card-title {
        color: #001737;
        margin-bottom: 0.5rem;
        text-transform: capitalize;
        font-size: 0.875rem;
        font-weight: bold;
    }

    .dashboard .d-white-card .text-small {
        font-size: 13px;
        color: #6c7293;
        margin-bottom: 5px;
        line-height: normal;
    }

    .dashboard .d-white-card .card-d-flex {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

.dashboard .font-weight-bold {
    font-weight: 700 !important;
    font-size: 23px;
    margin: 10px 0px;
}

.dashboard .text-extra-small {
    font-size: 11px;
    color: #a7afb7 !important;
}

.dashboard .flot-chart.flot-chart-dashboard {
    height: 250px;
}

.dashboard .mb-4,
.dashboard .my-4 {
    margin-bottom: 1.5rem !important;
}

.dashboard .mt-10 {
    margin-top: 10px !important;
}

.dashboard .mt-15 {
    margin-top: 15px !important;
}

.dashboard .mb-10 {
    margin-bottom: 10px !important;
}

.dashboard .pb-0 {
    padding-bottom: 0 !important;
}

.dashboard .pt-0 {
    padding-top: 0 !important;
}

.dashboard .p-0 {
    padding: 0 !important;
}

.dashboard .pr-15 {
    padding-right: 15px !important;
}

.dashboard .chart-footer-box {
    padding: 20px 20px !important;
}

.dashboard .border-top {
    border-top: 1px solid #e9e9e9 !important;
}

.dashboard .chart-visitors-legend .legend-label {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    display: inline-block;
    background: #0ddbb9;
}

.dashboard .chart-visitors-legend .chart-label {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
}

.dashboard .chart-visitors-legend .chart-label-count {
    font-size: 12px;
    color: #f44336;
}

.dashboard .chart-small-title {
    font-weight: 700 !important;
    font-size: 16px;
    margin: 10px 0px;
}

.dashboard .chart-small-number {
    font-weight: 700 !important;
    font-size: 20px;
    margin: 10px 0px;
}

.dashboard .chart-text-c-red {
    color: #ff7272;
}

.dashboard .chart-text-c-green {
    color: #224963;
}

.list-wrapper {
    height: 100%;
    max-height: 100%;
}

    .list-wrapper ul {
        padding: 0;
        text-align: left;
        list-style: none;
        margin-bottom: 0;
    }

        .list-wrapper ul li {
            font-size: 0.9375rem;
            padding: 0.4rem 0;
            border-bottom: 1px solid #e9e9e9;
        }

            .list-wrapper ul li:last-child {
                border-bottom: none;
            }

            .list-wrapper ul li .form-check {
                max-width: 90%;
                margin-top: 0.25rem;
                margin-bottom: 0.25rem;
            }

    .list-wrapper input[type="checkbox"] {
        margin-right: 15px;
    }

    .list-wrapper .remove {
        cursor: pointer;
        font-size: 1.438rem;
        font-weight: 600;
        width: 1.25rem;
        height: 1.25rem;
        line-height: 20px;
        text-align: center;
    }

    .list-wrapper .completed {
        text-decoration: line-through;
        text-decoration-color: #0ad7f7;
    }

.dashboard .circle_label {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.dashboard .circle_number {
    font-size: 14px;
    font-weight: normal;
    color: #a4aab9;
}

.dashboard .profile-form .form-group {
    margin-bottom: 20px;
}

    .dashboard .profile-form .form-group label {
        font-size: 14px;
        line-height: 1.4rem;
        margin-bottom: 10px;
        color: gray;
        font-weight: normal;
        display: block;
        /*font-family: "Okra", sans-serif !important;*/
    }

.dashboard .profile-form .form-control,
.dashboard .profile-form select {
    border: 1px solid #e9e9e9;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    display: block;
    width: 100%;
    padding: 0.575rem 1.375rem;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
}

.dashboard .profile-form select {
    -webkit-appearance: none;
    height: 42px !important;
    padding: 0.575rem 1.375rem !important;
}

    .dashboard .profile-form select:not([multiple]) {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    }

.dashboard .profile-card-title {
    border-bottom: 1px solid #eceef1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .dashboard .profile-card-title .inline-title {
        width: calc(100% - 206px);
        display: inline-block;
    }

.dashboard .profile-btn {
    background-color: #224963;
    border-radius: 4px;
    padding: 8px 35px;
    color: #fff;
    border: none;
    margin-right: 10px;
    outline: none;
    transition: all 0.3s ease 0s;
}

.dashboard .profile-btn-cancel {
    background-color: #efefef;
    border-radius: 4px;
    padding: 8px 35px;
    color: #101a56;
    border: none;
    outline: none;
    transition: all 0.3s ease 0s;
}

.dashboard .profile-btn:hover {
    box-shadow: 0px 8px 15px rgb(125 175 210);
    transform: translateY(-1px);
}

.dashboard .profile-btn-cancel:hover {
    box-shadow: 0px 8px 15px rgba(86, 93, 135, 0.28);
    transform: translateY(-1px);
}

.dashboard .profile-btn-box {
    border-top: 1px solid #eceef1;
    padding-top: 26px;
}

.dashboard .br-1 {
    border-right: 1px solid #eceef1;
}

.dashboard .profile-sub-title {
    font-size: 12px;
    color: gray;
    margin-top: 0px;
}

.dashboard .profile-card-box {
    border: 1px solid #edeff2;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
}

    .dashboard .profile-card-box .address-icon {
        background-color: #d2e4e6;
        color: #9bb6b9;
        border-radius: 50px;
        display: inline-block;
        height: 24px;
        width: 24px;
        text-align: center;
        line-height: 24px;
        vertical-align: middle;
    }

    .dashboard .profile-card-box .p-c-title {
        vertical-align: middle;
        margin-top: 1px;
        display: inline-block;
        margin-left: 5px;
    }

    .dashboard .profile-card-box a:hover,
    .dashboard .profile-card-box a:focus {
        text-decoration: none;
    }

    .dashboard .profile-card-box .p-edit-icon {
        display: inline-block;
        color: #224963;
        font-size: 12px;
        padding: 6px 1px;
    }

    .dashboard .profile-card-box .ion-edit {
        display: inline-block;
        color: #224963;
        font-size: 12px;
    }

    .dashboard .profile-card-box .p-address {
        display: block;
        margin: 10px 0px;
        padding: 10px 0px;
        font-size: 12px;
        border-top: 1px solid #edeff2;
        border-bottom: 1px solid #edeff2;
        color: #8a8888;
    }

    .dashboard .profile-card-box .p-card-label {
        display: block;
        padding: 5px 0px;
        font-size: 12px;
        color: #6b6e6f;
        font-weight: bold;
    }

    .dashboard .profile-card-box .p-alert-box {
        display: block;
        margin: 10px 0px;
        padding: 10px 0px;
        font-size: 12px;
        border-top: 1px solid #edeff2;
        border-bottom: 1px solid #edeff2;
        color: #8a8888;
    }

        .dashboard .profile-card-box .p-alert-box .p-order-date {
            font-size: 12px;
            color: #939393;
            margin-top: 5px;
            line-height: normal;
        }

        .dashboard .profile-card-box .p-alert-box .p-alert-note {
            font-size: 12px;
            color: #ec6a6a;
            margin-bottom: 5px;
            line-height: normal;
        }

        .dashboard .profile-card-box .p-alert-box .p-o-items {
            color: #454545;
            font-size: 14px;
            margin-top: 9px;
            display: block;
            line-height: normal;
        }

    .dashboard .profile-card-box .p-o-details {
        font-size: 12px;
        color: #939393;
        line-height: normal;
    }

.dashboard .table > thead > tr > th {
    /*border-bottom: 1px solid #ebeff1;*/
    /*border-bottom: 1px solid #777 !important;*/
}
/*.dashboard .table > tbody > tr > td {
  font-size: 14px;
  vertical-align: middle;
}
.dashboard .table > tbody > tr > td span.low {
  color: #29a5f7;
}
.dashboard .table > tbody > tr > td span.high {
  color: #ff5d95;
}
.dashboard .table > tbody > tr > td span.medium {
  color: #224963;
}
.dashboard .table > tbody > tr > td span.delete {
  color: #dd5126;
}
.dashboard .table > tbody > tr > td span.orange {
  color: #fe9000;
  font-size: 14px;
  vertical-align: middle;
}
.dashboard .table > tbody > tr > td a {
  text-decoration: none;
}
.dashboard .th_product_name {
  width: 30%;
}*/

.dashboard .multi_select {
    min-height: 110px;
}

.dashboard .profile-content .credit_cardNumber {
    position: relative;
}

.dashboard .profile-content .all_card_img {
    position: absolute;
    height: 28px;
    right: -4px;
    top: -5px;
}

.dashboard .home-header-text h1 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.dashboard .profile-content .p-main-title {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    margin: 0px;
}

.dashboard .navbar-default {
    box-shadow: none;
    border-bottom: 0px solid #ebf0ec;
    box-shadow: 1px 5px 7px #00000026;
}

    .dashboard .navbar-default .container-fuild:first-child .navbar-nav > li > a {
        color: aliceblue;
    }

    .dashboard .navbar-default .container-fuild:last-child {
        padding: 1px 16px;
        background-color: #ffffff;
    }

    .dashboard .navbar-default .container-fuild:first-child {
        background-color: #1e3c50;
        /*background-color: #31708f;*/
        padding: 0px 16px;
    }

.wrapper-dashboard {
    display: inline-block;
    margin-top: 0px;
    padding: 40px 0px 0px;
    width: 100%;
}

.dashboard .user-profile-details {
    margin-top: 30px;
}

    .dashboard .user-profile-details .u_p_d_image {
        width: 60px;
        background-color: #fff;
        border-radius: 50%;
        padding: 5px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    }

    .dashboard .user-profile-details .u_p_d_title {
        font-size: 18px;
        color: #3c5765;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .dashboard .user-profile-details .u_p_d_subtext {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: normal;
        padding-bottom: 5px;
        margin: 0px;
    }

    .dashboard .user-profile-details .create_fml {
        background-color: #224963;
        border-radius: 52px;
        padding: 12px 25px;
        color: #fff;
        border: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        box-shadow: 0px 8px 15px rgb(34, 202, 232);
        transition: all 0.3s ease 0s;
        font-size: 13px;
    }

        .dashboard .user-profile-details .create_fml:hover,
        .dashboard .user-profile-details .create_fml:focus {
            box-shadow: 0px 8px 15px rgba(34, 202, 232, 0.86);
            color: #fff;
            transform: translateY(-1px);
            outline: none;
        }
/*.dashboard .table {
  border: 1px solid #eee;
}
.dashboard .table > thead > tr > th {*/
/*color: #8a97ab;*/
/*font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #ebeff1;
}
    .dashboard .table > tbody > tr > td {
        color: #1e2e46;
        font-weight: normal;
        font-size: 13px;
        border-bottom: 1px solid #adb3ba;
        border-top: 1px solid #adb3ba;
    }
.dashboard .table > tbody > tr > td .btn-action {
  padding: 5px 0px;
  margin: 0px;
  font-size: 12px;
  color: #224963;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
.dashboard .table > tbody > tr > td .btn-action .fa {
  background-color: #d4dde4;
  padding: 2px;
  border-radius: 50%;
  vertical-align: initial;
  margin-right: 5px;
}*/
.dashboard .dashboard_title {
    font-size: 16px;
    font-weight: 500;
    background-color: aliceblue;
    color: #353333;
    margin: 0px;
    padding: 15px 15px 48px 15px;
    margin-bottom: -52px;
}

.dashboard .dashboard-co_title, .dashboard-co_titlebill {
    font-size: 14px;
    /*background-color: #4e9cd5;*/
    /*    background-image: linear-gradient(to right, #224963, #77bcea);
    color: #fff;*/
    color: #204864;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    margin: 0;
    /*margin-bottom: 20px;*/
    /*border-bottom: 5px solid #219ab0;*/
    border-bottom: 3px solid #1e3c50;
}

.dashboard .dashboard_title_sub {
    font-size: 16px;
    font-weight: 500;
    background-color: aliceblue;
    color: #353333;
    margin: 0px;
    padding: 25px 15px 60px 15px;
    margin-bottom: -52px;
}

.dashboard .faq_details .card {
    background-color: #dff5f9;
    padding: 10px 12px;
    margin: 10px 0px;
    border-radius: 0px;
}

    .dashboard .faq_details .card .card-header a {
        display: block;
        width: 100%;
    }

    .dashboard .faq_details .card .card-header h3 {
        margin: 0px;
        font-size: 14px;
        color: #0f1955;
        display: inline-block;
    }

    .dashboard .faq_details .card .card-header .fa-chevron-up {
        float: right;
        vertical-align: middle;
        line-height: 20px;
        color: #224963;
    }

    .dashboard .faq_details .card .card-header .collapsed .fa-chevron-up {
        float: right;
        transform: rotate(180deg);
    }

    .dashboard .faq_details .card .card-block {
        margin-top: 10px;
        font-size: 14px;
        color: #929490;
    }

.dashboard .notification_box .fml_notification {
    background-color: #dff5f9;
    border-radius: 0px;
}

    .dashboard .notification_box .fml_notification .alert-heading {
        font-size: 14px;
        color: #0f1955;
    }

    .dashboard .notification_box .fml_notification p {
        font-size: 14px;
        color: #929490;
    }

    .dashboard .notification_box .fml_notification hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dashboard .notification_box .fml_notification .fml_notif_date {
        font-size: 12px;
        color: #acafaa;
    }

    .dashboard .notification_box .fml_notification .alert-heading button.close {
        color: #224963;
        opacity: 1;
    }

body,
h1,
h2,
h3,
h4,
p,
button,
input,
optgroup,
select,
textarea {
    /*font-family: "Okra", sans-serif !important;*/
}

@media only screen and (min-width: 320px) and (max-width: 765px) {
    .dropdown-menu.extended.profile-drop-down,
    .dropdown-menu.extended {
        width: 100% !important;
        border: 1px solid #eee !important;
        margin: 0px !important;
        box-shadow: none !important;
    }
}

.white_bg {
    background-color: #fff;
    padding: 19px;
    border: 1px solid #eee;
    margin-top: 15px;
}

.count_order_table .order_img {
    width: 35px;
}

.count-Order-details {
    list-style: none;
    margin: 0px;
    padding: 0px 0px;
}

    .count-Order-details li {
        padding-right: 10px;
        display: inline-block;
        color: #827f7f;
    }

    .count-Order-details .d-order_img {
        width: 25px;
    }
/* dashboard css end */

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eeeeee;
    border-radius: 0.375rem;
    margin-bottom: 15px;
}

.card-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff !important;
}

.text-muted {
    color: #8898aa !important;
    margin: 0;
    font-size: 12px;
}

.h3 {
    font-weight: 800;
    font-size: 14px;
    line-height: 15px;
    color: #224963;
    margin: 0;
    margin-top: 15px;
}

.card-body {
    padding: 1.25rem 1.5rem;
    min-height: 290px;
}

.modal-title {
    width: 90%;
    display: inline-block;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
    background-color: #4caf50;
    border-color: #07570a;
}

    .modal-footer .btn + .btn:hover {
        background-color: #189a1d;
        border-color: #07570a;
    }

.dashboard .common-form .form-group {
    margin-bottom: 10px;
}

    .dashboard .common-form .form-group label {
        font-size: 12px;
        line-height: 1.4rem;
        margin-bottom: 3px;
        color: gray;
        font-weight: normal;
        display: block;
        /*font-family: "Okra", sans-serif !important;*/
    }

.dashboard .common-form .form-control,
.dashboard .common-form select {
    border: 1px solid #e9e9e9;
    font-weight: 400;
    font-size: 12px;
    height: 28px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    display: block;
    width: 100%;
    padding: 0.575rem 1.375rem;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
}

.dashboard .common-form select {
    -webkit-appearance: none;
    height: 28px !important;
    padding: 0.575rem 1.375rem !important;
}

.dashboard .common-form textarea {
    min-height: 28px !important;
}

.dashboard .common-form select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    /*font-family: "Nunito";*/
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 430px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-x: scroll;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px;
}

.user-profile {
    padding: 10px 25px;
    margin-bottom: 10px;
    text-align: center;
}

    .user-profile img {
        width: 100px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .user-profile h1 {
        font-size: 14px;
        margin-top: 10px;
        font-weight: bold;
        color: #264b63;
    }

    .user-profile p {
        font-size: 12px;
        margin-bottom: 3px;
        color: #525354;
    }

.stepvarification a {
    font-size: 14px;
    /*font-family: "Okra";*/
    display: block;
    width: 100%;
    border: 1px solid #ececec;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

    .stepvarification a:hover {
        background-color: #dbe8f1;
        color: #244a62;
        font-size: 16px;
        transition: all 0.25s ease 0s;
    }

.my_plan {
    background-color: aliceblue;
    padding: 10px 25px;
    margin-top: 10px;
    text-align: center;
    border-radius: 4px;
}

    .my_plan .p_titl {
        font-size: 14px;
        font-weight: 400;
        color: #244a62;
    }

    .my_plan .p_lic {
        color: #4caf50;
    }

    .my_plan .p_cuid {
        margin: 0;
        font-size: 14px;
    }

.my_plan_details {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
    border-bottom: 1px solid #c2d3de;
    padding-bottom: 30px;
}

    .my_plan_details:last-child {
        border-bottom: 0;
    }

    .my_plan_details .plain_list h2 {
        font-size: 12px;
        margin: 0px;
        color: #27638a;
        margin-bottom: 5px;
    }

    .my_plan_details .plain_list p {
        font-size: 14px;
        color: #254b63;
    }

.renewNow-btn {
    margin-top: 20px;
    background-color: #4caf50;
    color: white;
}

    .renewNow-btn:hover {
        background-color: #4caf50;
        color: #ffffff;
        font-size: 14px;
        transition: all 0.25s ease 0s;
        padding: 6px 40px;
    }

.top-nav .navbar-nav > li:first-child > a {
    margin-left: 0;
    padding-left: 0;
    font-weight: 800;
    color: #204864;
    padding-right: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        /*border-left-color: #cccccc;*/
        border-left-color: #c45e11;
        margin-top: 3px;
        margin-right: 0px;
    }

    .dropdown-submenu:hover > a:after {
        /*border-left-color: #555;*/
        border-left-color: #4caf50;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dashboard .notify .dropdown-submenu .dropdown-menu {
    margin-top: 0px !important;
    top: 0;
    border-radius: 0px;
}

.modal-header {
    color: #d9534f;
}

    .modal-header .close {
        margin-top: 2px;
        color: #a61919;
        opacity: 1;
    }

.modal-footer {
    /* padding: 8px 15px;*/
    text-align: right;
    border-top: 1px solid #650b0b;
    background-color: #e4d9d5;
}


/* floating input  */
.floating-label {
    position: relative;
    /*margin-bottom: 20px;
  margin-top: 20px;*/
    margin-bottom: 7px;
    margin-top: 8px;
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
}

    .floating-input:focus,
    .floating-select:focus {
        outline: none;
        border-bottom: 2px solid #4caf50;
        background-color: #edffee;
    }

.floating-label label {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    /*  left: 5px;*/
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
    top: -10px;
    font-size: 12px;
    color: #08550b;
    font-weight: bold;
    /*left: 5px;*/
}

.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
    top: -10px;
    font-size: 12px;
    color: #08550b;
    left: 7px;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
    width: 50%;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264ae;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .dashboard .tasks-bar li, .use_box li {
        border-bottom: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #e9e9e9;
    }

    .dropdown-menu.extended.profile-drop-down, .dropdown-menu.extended {
        border: 1px solid #1d3b51 !important;
    }

    .dashboard .navbar-default .container-fuild:first-child .navbar-nav > li > a {
        padding-left: 0;
        margin-left: 0;
    }

    .dashboard .notify .dropdown-submenu .dropdown-menu {
        background-color: #1c384e;
        box-shadow: none !important;
    }

    .dropdown-submenu > a:after {
        transform: rotate(88deg);
    }
}

/*********GRID PAGINATION */

GridPager a,
.GridPager span {
    display: block !important;
    padding: 0px 9px !important;
    margin-right: 4px !important;
    border-radius: 3px !important;
    border: solid 1px #c0c0c0 !important;
    background: #42617c !important;
    height: 25px;
    line-height: 25px;
    min-width: 15px;
}

.GridPager a {
    padding: 5px;
    color: #e5430e !important;
    text-align: center;
    margin: 2px;
}

    .GridPager a:hover {
        background-color: #ddd !important;
    }

.GridPager span {
    background: #42617c !important;
    /*box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8) !important;*/
    color: #f0f0f0 !important;
    /*text-shadow: 0px 0px 3px rgba(0,0,0, .5) !important;*/
    /*border: 1px solid #3AC0F2 !important;*/
}




/*.loader CSS*/
.divWaiting {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2147483647 !important;
    /*opacity: 0.8;*/
    overflow: hidden;
    text-align: right;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 45%;
    /*
    bottom: 12px;*/
}

.loader {
    -webkit-perspective: 700px;
    perspective: 700px;
}

    .loader > span {
        font-size: 50px;
        /*font-family: "franklin gothic medium",sans-serif;*/
        display: inline-block;
        animation: flip 2.6s infinite linear;
        transform-origin: 0 70%;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
    }

@keyframes flip {
    35% {
        transform: rotateX(360deg);
    }

    100% {
        transform: rotatex(360deg);
    }
}

.loader > span:nth-child(odd) {
    color: #7c1010;
}

.loader > span:nth-child(even) {
    color: #b66916;
}

.loader > span:nth-child(2) {
    animation-delay: 0.3s;
}

.loader > span:nth-child(3) {
    animation-delay: 0.6s;
}

.loader > span:nth-child(4) {
    animation-delay: 0.9s;
}

.loader > span:nth-child(5) {
    animation-delay: 1.2s;
}

.loader > span:nth-child(6) {
    animation-delay: 1.5s
}

.loader > span:nth-child(7) {
    animation-delay: 1.8s
}

.divWaiting label {
    font-size: 30px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f6770b, #150501);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 1s infinite linear;
}

.divWaiting img {
    display: none;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
    }
}

.errorClass {
    border-bottom: 1px solid red;
}

a.tip:hover {
    /*cursor: help;*/
    position: relative;
}

a.tip span {
    display: none;
}

a.tip:hover span {
    z-index: 999999;
    border: #c0c0c0 1px groove;
    padding: 2px 1px 2px 2px;
    display: block;
    background-color: #ea2828;
    font-size: 12px;
    color: #fff;
    left: 100%;
    margin: 10px;
    width: 250px;
    position: absolute;
    text-decoration: none;
}


/*UI AUTO COMPLETE*/

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    margin: 5px 0 10px 25px;
    list-style: none;
    line-height: 20px;
    color: #362011;
    font-weight: bold;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.working {
    background: url('../WebTheme/img/input-spinner.gif') no-repeat right center !important;
}

.ui-menu-item {
    padding: 2px 4px !important;
}

    .ui-menu-item > a.ui-corner-all {
        display: block;
        padding: 2px 5px;
        font-weight: normal;
        color: #362011 !important;
        white-space: nowrap;
        text-decoration: none;
    }

.ui-state-hover, .ui-state-active, .ui-state-focus {
    color: #fff !important;
    background-color: #04342e !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}


/*custom table style*/
#grdQuotationProductDetails_wrapper,
#grdQuotationProductDetails_Total_wrapper {
    overflow-y: auto;
    height: 250px;
}

#grdQuotationProductDetails thead th,
#grdQuotationProductDetails_Total thead th {
    position: sticky;
    top: 0;
}

#grdQuotationProductDetails tfoot,
#grdQuotationProductDetails tfoot th,
#grdQuotationProductDetails tfoot td,
#grdSeeds tfoot,
#grdSeeds tfoot th,
#grdSeeds tfoot td,
#grdQuotationProductDetails_Total tfoot,
#grdQuotationProductDetails_Total tfoot th,
#grdQuotationProductDetails_Total tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: rgb(63,119,176);
    color: #fff;
    z-index: 4;
}
