.input-error {
    color: #ff0000;
    text-align: left;
    width: 100%;
    float: left;
}

.alert {
    display: none;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.pointer {
    cursor: pointer;
}

.table .thead-light th {
    text-align: left;
}

.wh-35 {
    width: 35px;
    height: 35px;
}

#overlay-right {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.right-sidebar {
    background-color: #ffffff;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    width: 880px;
    display: none;
    box-shadow: 1px 0 2px 2px #cccccc;
    z-index: 99999;
    overflow-y: auto;
}

.right-sidebar[aria-hidden="true"] {
    transition: 200ms;
    transform: translateX(100%);
}

.right-sidebar:not([aria-hidden]), .right-sidebar[aria-hidden="false"] {
    transition: 200ms;
    transform: translateX(0);
}

.right-sidebar .heading {
    width: 100%;
    float: left;
    background-color: #cccccc;
    padding: 10px 15px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #006d99;
}

.right-sidebar .section-box {
    padding: 10px 15px;
    float: left;
    width: 100%;
}

.form-group label em {
    color: #ff0000;
}

#preview_image img {
    width: 150px;
    height: 150px;
    margin: 10px 0;
    border: 1px solid #f2f2f2;
}

.head-title {
    font-size: 18px;
}

.form-signin .alert {
    float: left;
    width: 100%;
}

.reset-oops {
    padding: 135px 0;
    float: left;
}

.bg-body {
    background-color: #f2f2f2;
}

.welcome-content {
    background-color: #006d99;
    border-radius: 50px;
    text-align: center;
    margin-top: 50px;
    padding: 55px 50px 150px 50px;
    color: #ffffff;
}

.welcome-content.error-page {
    margin: 50px 0;
    height: 84vh;
    padding-top: 15%;
}

.error-page h1 {
    font-size: 60px;
}

.error-page p {
    font-size: 20px;
}

.welcome-content p {
    margin-bottom: 30px;
}

.user-details img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-detail img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
}

.section-box .form-label-group {
    width: 100%;
    float: left;
}

select.input-main:focus {
    border-color: unset;
    box-shadow: none;
    outline: none;
    border-bottom: 2px #ccc solid;
}

.form-select-group label, .form-textarea-group label {
    font-size: 12px;
    top: -15px;
}

.btn-primary.focus, .btn-primary:focus {
    border-color: unset;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-blue {
    background-color: #006d99;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-blue:hover {
    background-color: #b5c93a;
    color: #ffffff;
}

.btn-green {
    background-color: #b5c93a;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.btn-green:hover {
    background-color: #006d99;
    color: #ffffff;
}

.elevate-modal .modal-dialog {
    /*width: 500px;*/
    max-width: 500px;
}

.elevate-modal .modal-dialog .modal-content {
    border-radius: 20px;
    border: 0 !important;
    background-color: #006d99;
}

.elevate-modal .modal-body {
    color: #ffffff;
    padding: 99px 15px;
    border-radius: 20px;
}

.elevate-modal .modal-body .check-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-size: 40px;
    margin: 0 auto;
}

.page-loading {
    display: none;
    position: fixed;
    z-index: 9999999;
    height: 100vh;
    width: 100%;
    margin: auto;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    text-align: center;
    line-height: 100vh;
}

.right-sidebar .approval-details ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.right-sidebar .approval-details ul li {
    width: 100%;
    float: left;
}

.right-sidebar .role-list .ul-role {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.right-sidebar .role-list .ul-role .li-role {
    float: left;
    border: 1px solid #f2f2f2;
    padding: 10px 15px;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    width: 125px;
    height: 100px;
}

.right-sidebar .role-list .ul-role .li-role:hover, .right-sidebar .role-list .ul-role .li-role.active {
    border: 1px solid #b5c93a;
}

.right-sidebar .role-list .ul-role .li-role .icon {
    width: 38px;
}

.right-sidebar .role-list .ul-role .li-role .name {
    font-size: 12px;
}

.right-sidebar .role-list .ul-role .li-role .check {
    position: absolute;
    top: -6px;
    right: -4px;
    background-color: rgba(0, 109, 153, 1);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: none;
}

.right-sidebar .role-list .ul-role .li-role.active .check {
    display: block;
}

.right-sidebar .notes ul {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
}

.right-sidebar .notes ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.right-sidebar .notes ul li:last-child {
    margin-bottom: 0;
}

.right-sidebar .notes ul li .user-icon {
    width: 5%;
    float: left;
    margin-right: 5%;
}

.right-sidebar .notes ul li .note-box {
    width: 90%;
    float: left;
    position: relative;
}

.right-sidebar .notes ul li .note-box .send-comment {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #006d99;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
}

.right-sidebar .notes ul li .user-icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.right-sidebar .notes ul li .note-box input {
    outline: none;
    width: 93.5%;
    padding: 10px;
    border: 1px solid #f2f2f2;
    font-size: 12px;
}

.right-sidebar .notes ul li .note-box .comment-time {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.right-sidebar .notes ul li .note-box .comment-time .time {
    font-size: 14px;
}

.right-sidebar .notes ul li .note-box .modify-icon img {
    width: 13px;
}

.right-sidebar .notes ul li .note-box .comment-box {
    border: 1px solid #f2f2f2;
    padding: 10px;
    width: 100%;
    float: left;
}

.right-sidebar .notes ul li .note-box .comment-box p {
    font-size: 14px;
    margin-bottom: 5px;
}

.right-sidebar .notes ul li .note-box .comment-box p:last-child {
    margin-bottom: 0;
}

.w60 {
    width: 60px;
}

.right-sidebar .approval-history .timeline {
    list-style-type: none;
    position: relative;
    padding: 0;
}

.right-sidebar .approval-history .timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

.right-sidebar .approval-history .timeline > li {
    margin-bottom: 10px;
    position: relative;
}

.right-sidebar .approval-history .timeline > li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(0, 109, 153, 1);
    left: 23px;
    width: 15px;
    height: 15px;
    z-index: 400;
}

.right-sidebar .approval-history .timeline-content {
    margin-left: 60px;
    background-color: #f5f5f5;
    padding: 5px 10px;
}

.right-sidebar .approval-history .timeline-content .timeline-time {
    font-size: 12px;
}

.right-sidebar .approval-history .timeline-content p {
    font-size: 14px;
    margin: 0;
}

.btn-yellow-green-outline {
    border: 1px solid #b5c93a;
    color: #b5c93a;
    border-radius: 22px;
    outline: 0 !important;
    width: 130px;
}

.btn-yellow-green-outline:hover {
    background-color: #b5c93a;
    color: #ffffff;
}

.bg-blue-modal .modal-content {
    background-color: unset;
    border: 0;
}

.bg-blue-modal .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bg-blue-modal .modal-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.bg-blue-modal .modal-header, .bg-blue-modal .modal-body {
    background-color: rgba(0, 109, 153, 1);
    border: 0;
}

.bg-blue-modal .modal-header .close {
    color: #ffffff !important;
    font-weight: 400;
    padding: 10px 15px 0 0 !important;
    outline: none;
    opacity: 1 !important;
    font-size: 14px;
}

.bg-blue-modal .modal-body h5 {
    color: #ffffff;
    font-size: 14px;
}

.bg-blue-modal .btn.btn-link {
    color: #ffffff;
    text-decoration: none;
}

.bg-blue-modal .btn-white {
    background-color: #ffffff;
    border-radius: 20px;
    color: rgba(0, 109, 153, 1);
    padding-right: 25px;
    padding-left: 25px;
}

.modal-backdrop.fade.show {
    z-index: 99999;
}

#myModal, #elevateModal {
    z-index: 999999;
}

textarea.input-main {
    border: 0;
    border-bottom: 2px solid #cccccc;
    border-radius: 0;
}

.form-control:focus {
    border-color: unset;
    box-shadow: none;
}

#myModal .btn-link {
    margin: unset;
}

.bootstrap-tagsinput {
    width: 100%;
    padding: 10px 10px 5px 10px !important;
}

.bootstrap-tagsinput .tag.label.label-info {
    background-color: #f2f2f2;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 5px;
    color: #333;
    border-radius: 15px;
}

.save-btn a:hover {
    background-color: #006d99;
}

#google_map {
    width: 100%;
    height: 160px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin-bottom: 5px;
}

.select2-container {
    width: 100% !important;
    z-index: 99999;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 2px solid #cccccc !important;
    border-radius: 0 !important;
    min-height: 36px !important;
}

textarea.input-main:focus {
    outline: none;
}

#cke_business_description, #cke_value_proposition {
    width: 100% !important;
}

.input-padd input {
    padding: 0 !important;
}

.input-padd label {
    font-size: 14px;
}

.pro-img {
    width: 100%;
    float: left;
}

.pro-img .pro-img-block {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 100px;
    height: 140px;
}

.pro-img .pro-img-block label {
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.pro-img .pro-img-block .img-input {
    display: none;
}

.pro-img .pro-img-block img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.pro-img .pro-img-block .disabled img {
    cursor: no-drop !important;
}

.pro-img .pro-img-block .btn {
    border-radius: 0;
    margin-top: -9px;
}

.main-loading {
    background: #ffffff;
    display: block;
}

.float-unset {
    float: unset !important;
}

.btn-orange {
    background-color: #ff8033;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-orange:hover {
    background-color: #b5c93a;
    color: #ffffff;
}

.btn:focus {
    box-shadow: none !important;
}

.input-round {
    border-radius: 25px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.new_case {
    display: none;
}

.case-its-search {
    position: relative;
}

.case-its-search input {
    padding-right: 34px;
}

.case-its-search span {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #ffffff;
    height: 36px;
    width: 33px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    text-align: center;
    line-height: 35px;
    display: none;
}

.b-1 {
    border: 1px solid #f2f2f2;
}

select.input-main {
    border-radius: 0;
}

.form-select-group .select2-container {
    margin-top: 2px;
}

.select2-selection {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

li.linkli a:hover {
    background: #006d99;
}

.bootstrap-timepicker-widget {
    width: 150px !important;
}


/*css changes 01/07/2020*/

/*css changes for signin, signup ,forgot pwd pages*/
h2.h2-data {
    font-weight: bold;
}

.right-colm-signin.forgot-passwrd.forgotpass h2.h2-data {
    margin-bottom: 30px;
}

span.right-large {
    font-size: 44px;
}

.btn-sigin-top {
    margin: 40px 0 0;
}

.newsignin .btn-sigin-btms {
    font-size: 13px;
    margin: 20px 0 0;
}

.signin-main.newsignin.forgot-passwrd .business-counsiling.forgotpass, .right-colm-signin .business-counsiling {
    padding: 70px 10px 200px;
}

.business-counsiling .form-signin {
    width: 100%;
    padding: 15px 35px;
    margin: 50px 0 0;
    float: none;
    display: inline-block;
    max-width: 450px;
    margin: 30px auto 0;
}

.business-counsiling button.btn.btn-primary.submitbtn {
    font-weight: 600;
}

.business-counsiling .forgottxt {
    font-size: 13px;
}

.business-counsiling .btn-sigin-btms a {
    color: #006d99 !important;
}

.right-colm-signin.forgot-passwrd.forgotpass span.right-large {
    font-size: 44px;
}

@media (min-width: 1600px) {
    .forgotpass .signindata-txt {
        padding: 0 100px;
    }
	span.span-tag-menu {font-size: 14px !important;
    padding: 2px 0 0;
}
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .signin-main.newsignin.forgot-passwrd .business-counsiling.forgotpass, .right-colm-signin .business-counsiling {
        padding: 50px 10px 150px;
    }
	.tabbing-business nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    width: calc(100% - 38px) !important;}
}

@media screen and (min-width: 992px) {
    .business-counsiling button.btn.btn-primary.submitbtn {
        min-width: 320px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .signin-main.newsignin.forgot-passwrd .business-counsiling.forgotpass, .right-colm-signin .business-counsiling {
        padding: 40px 10px 150px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .signin-main.newsignin.forgot-passwrd .business-counsiling.forgotpass, .right-colm-signin .business-counsiling {
        padding: 40px 10px 100px;
    }
	ul.nav.nav-tabs li.nav-item a#block-simple-text-1-tab {
    width: 100% !important;
    padding: 1.1rem 0px 1.1rem 10px !important;
}
.tabbing-business nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: none !important;
    padding: 0 !important;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0px 0 0 !important;
}
}

/*02-07-2020 css changes*/
.btn-sigin-top a, .btn-sigin-btm a {
    font-weight: 600;
}

.business-counsiling .btn-sigin-btms.signup-text-white a {
    color: #ffffff !important;
}

.business-counsiling .btn-sigin-btms.signup-text-white {
    font-size: 13px;
}

span.right-large {
    margin-bottom: 16px;
}

.h100vh {
    height: 100vh;
}

.signin-main {
    margin: 0 !important;
}

.reset-oops {
    float: none !important;
    display: inline-block;
    padding: 100px 0;
}

.custom-input-box {
    display: inline-block;
    width: 100%;
}

.custom-input-box label {
    margin-bottom: 0;
    font-size: 12px;
}

input.input-main, select.input-main, .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #797979 !important;
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .business-counsiling, .business-counsiling.counsilling-signups {
        margin: 50px 0;
    }
	.budget-section-listing .tabbing-business li.nav-item .dropdown-menu.show a.dropdown-item {padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}
}
@media screen and (max-width: 1599px) and (min-width: 1367px) {
.budget-section-listing .tabbing-business nav.navbar.navbar-expand-lg.navbar-light.bg-light {width: calc(100% - 38px) !important;}
.budget-section-listing .tabbing-business li.nav-item .dropdown-menu.show a.dropdown-item {padding-top: 0.8rem !important;  padding-bottom: 0.8rem !important;}
}
@media screen and (max-width: 1600px) {
    .forgotpass .signindata-txt {
        font-size: 18px;
        padding: 0 30px;
    }

    .form-label-group > label {
        font-size: 14px;
    }

    .form-select-group label, .form-textarea-group label {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 1366px) {
    .business-counsiling.counsilling-signups {
        padding: 24vh 50px !important;
    }

    .business-counsiling.counsilling-signups.congratulations-section {
        padding: 70px 50px 200px !important;
    }

    /*.btn-link{
        width: 100%;
        padding: 15px 35px;
        margin: 50px 0 0;
        float: none;
        display: inline-block;
        max-width: 450px;
        margin: 0 auto;
    }*/
}

@media screen and (max-width: 767px) {
    .reset-oops {
        padding: 50px 0;
    }
}

/*css changes 03-07-2020*/
.oopsbox.profile-setup .oops-inner.setup-inner h4 {
    font-weight: 700;
}

.oops-inner.setup-inner .h1-ttl .img-center.text-center {
    margin-bottom: 20px;
}

ul.sidebar-nav.sidebar-ul li.active a span.dot {
    border: 1px solid #006d99;
}

ul.sidebar-nav.sidebar-ul li a span.dot {
    display: flex;
    font-size: 24px;
    margin: 0 15px 0 0;
    color: #7F7F7F;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
}

@media (min-width: 1024px) {
    ul.sidebar-nav.sidebar-ul li {
        margin: 15px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    div#sidebarleft.sidebar-fixed {
        width: 200px !important;
    }

    div#page-content-wrapper.contentment-area {
        width: calc(100% - 210px);
    }
}

ul.sidebar-nav.sidebar-ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    padding-left: 40px;
}

ul.sidebar-nav.sidebar-ul li a span.dot i.fa.fa-dot-circle-o {
    width: 7px;
    height: 7px;
    background-color: #7F7F7F;
    border-radius: 50%;
}

ul.sidebar-nav.sidebar-ul li.active a span.dot i.fa.fa-dot-circle-o {
    background-color: #333;
}

ul.sidebar-nav.sidebar-ul li a span.dot i.fa.fa-dot-circle-o:before {
    display: none;
}

li.linkli a {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px;
}

.right-sidebar .heading {
    background-color: #f2f2f2 !important;
}

.right-sidebar .approval-history .timeline:before {
    left: 10px;
    top: 0;
}

.right-sidebar .approval-history .timeline {
    padding-top: 30px;
    padding-bottom: 5px;
}

.right-sidebar .approval-history .timeline > li {
    margin-bottom: 30px;
}

.right-sidebar .approval-history .timeline > li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(0, 109, 153, 1);
    left: 4px;
    width: 15px;
    height: 15px;
    z-index: 400;
    top: 0px;
}

.right-sidebar .approval-history .timeline-content {
    margin-left: 40px;
    position: relative;
    padding: 10px 20px 20px 10px;
}

.right-sidebar .approval-history .timeline-content:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -5.5px;
    transform: rotate(23deg);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #f5f5f5;
    border-bottom: 10px solid transparent;
}

.btn-save-next.pull-right {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1366px) {
    .oops-inner.setup-inner .h1-ttl .img-center.text-center img {
        max-width: 80px;
    }

    ul.sidebar-nav.sidebar-ul {
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .oopsbox.profile-setup .bottom-clicks .btn-click {
        float: none;
        width: auto;
        margin: 0 0 25px;
        display: inline-block;
        text-align: center;
    }

    .oopsbox.profile-setup .bottom-clicks .btn-click a {
        float: left;
        min-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    div#page-content-wrapper.toggled-oops {
        padding: 0px 20px 30px 20px;
    }

    .oopsbox.profile-setup .oops-inner.setup-inner h4 {
        font-size: 30px;
    }

    .oopsbox.profile-setup .oops-inner.setup-inner .oops-desc {
        font-size: 24px;
        padding: 20px 0 40px;
    }

    .oopsbox.profile-setup.text-center {
        padding: 20px 10px;
    }

    .oopsbox.profile-setup .bottom-clicks .btn-click a {
        font-size: 18px;
        display: inline-block;
    }

    .oops-inner.setup-inner .h1-ttl {
        padding: 50px 0;
    }

    .oopsbox.profile-setup .bottom-clicks {
        padding: 0;
    }

    .right-sidebar {
        width: 100%;
    }

}

@media (min-width: 767px) {
    .form-box-details .form-label-group, .form-box-details .form-select-group, .section-box .form-label-group {
        margin-bottom: 50px !important;
        display: inline-block;
        width: 100%;
    }

    .right-sidebar .section-box .form-label-group {
        margin-bottom: 50px !important;
        display: inline-block;
    }

    .header-box {
        margin: 0 0 60px;
    }

    .right-profile-details .form-box-details .form-signin .form-label-group {
        margin-bottom: 50px !important;
        display: block;
    }

    .right-profile-details .form-box-details .form-signin {
        margin-top: 30px !important;
    }

    .weekly-data.form-label-group.mb-3.bootstrap-timepicker {
        margin-bottom: 20px !important;
        width: auto !important;
    }
}

@media (max-width: 1023px) {
    .header-box {
        margin: 0 0 40px;
    }


}

@media (max-width: 1200px) {
    .access-details a {
        display: inline-block;
    }

    .header-box .pull-right.data-right {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    div#sidebarleft.sidebar-fixed {
        width: 100% !important;
        margin-left: 0;
        height: 100%;
        left: 0;
        display: block !important;
        background-color: #f2f2f2;
        margin: 0 auto;
    }

    .sidebar-fixed {
        position: relative !important;
    }

    ul.sidebar-nav.sidebar-ul {
        position: relative !important;
        padding: 30px;
        background-color: #ffffff;
    }

    div#page-content-wrapper.contentment-area {
        width: 100% !important;
        padding: 20px 0 !important;
    }

    .right-profile-details .form-box-details .form-label-group {
        margin-bottom: 40px !important;
        display: inline-block;
        width: 100%;
    }

    .form-box-details .form-select-group {
        display: flex !important;
    }

    .form-box-details .form-select-group .input-error {
        flex: 0;
    }

    .col-lg-4.pull-left.descbx-desc {
        padding: 0;
        margin-top: 10px;
    }

    .btn-save-next.pull-right {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .header-box .pull-right.data-right {
        margin-top: 20px;
    }

    .header-box .pull-right {
        padding: 0;
    }

    .right-profile-details .form-box-details .form-label-group, .form-box-details .form-select-group {
        margin-bottom: 40px !important;
    }

    .form-box-details .form-label-group, .form-box-details .form-select-group {
        margin-bottom: 20px !important;
        display: block;
    }
}

/*css 04-07-2020*/
.right-sidebar .approval-details ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

.right-sidebar .approval-details ul li .float-right.approval-details-desc {
    font-weight: 500;
}

.right-sidebar .role-list .ul-role .li-role {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    transition: all .3s linear;
}

.right-sidebar .role-list .ul-role .li-role:hover .name, .right-sidebar .role-list .ul-role .li-role.active .name {
    color: #b5c93a;
}

.right-sidebar .role-list .ul-role {
    margin-bottom: 20px;
}

.bg-blue-modal #approve-user .btn-white {
    font-weight: 600;
}

.right-sidebar .approval-history .timeline-content .timeline-time {
    color: #797979;
    margin-bottom: 5px;
}

.right-sidebar .role-list .ul-role .li-role .name {
    margin-top: 10px;
}

.bg-blue-modal .modal-body h5 {
    font-weight: 400;
}

.bg-blue-modal #reject-user .reject-textarea {
    padding: 0 40px;
}

.bg-blue-modal #reject-user .reject-textarea textarea {
    border-radius: 0;
}

.bg-blue-modal .btn-white {
    font-weight: 600;
    min-width: 160px;
    border-radius: 30px;
}

.bg-blue-modal button.btn.btn-white:hover {
    background-color: #b5c93a;
    color: #ffff;
}

.business-close-submit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

.business-close-submit .business-close-button button.btn.btn-link:hover {
    text-decoration: none;
}

.business-close-submit .bussiness-submit-button button.btn.btn-primary.submitbtn {
    margin-top: 0;
}

.custom-table td input.permission_list.float-unset {
    margin-right: 0;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    line-height: 1;
}

.modal-dialog.bg-blue-modal.delete-blue-modal {
    max-width: 500px;
}

.delete-modal {
    padding: 30px 10px;
    text-align: center;
}

.delete-modal .delete-modal-title h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px !important;
}

.delete-modal .delete-modal-desc {
    margin-bottom: 40px;
}

.delete-modal .delete-modal-btn-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-modal .delete-modal-btn-section .btn-close {
    margin-right: 20px;
}

.delete-modal .delete-modal-btn-section .btn-delete button {
    border-radius: 30px;
    padding: 7px 60px !important;
}

@media (min-width: 1400px) {
    .bg-blue-modal .modal-body h5 {
        font-size: 20px;
    }

    .bg-blue-modal {
        width: 600px !important;
    }
}

@media (max-width: 1399px) {
    .bg-blue-modal .modal-body h5 {
        font-size: 16px;
    }

    .bg-blue-modal #approve-user .btn-white {
        font-size: 14px;
    }

    .bg-blue-modal #approve-user .btn.btn-link {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .bg-blue-modal #reject-user .reject-textarea {
        padding: 0 20px;
    }

    .case-its-search {
        margin-top: 10px;
    }

    .custom-table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }

    #search_lat_long {
        margin-bottom: 30px;
        display: block;
    }

    .form-box-details .form-signin .inputbox-details.inputbxdata {
        margin: 0;
    }

    .section-box .form-label-group {
        margin-bottom: 40px;
    }

    .bg-blue-modal {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .right-profile-details.profile-set #google_map {
        height: 200px;
    }

    .right-sidebar #google_map {
        height: 190px;
    }

    .bg-blue-modal {
        width: auto !important;
        max-width: 500px;
    }
}

@media (min-width: 375px) {
    .business-close-submit .business-close-button {
        margin-right: 20px;
    }
}

/*06-07-2020*/
.form-box-details .header-box .personal-details-title.profilettl {
    font-weight: 700;
    display: flex;
    justify-content: left;
    align-items: center;
}

.form-box-details .header-box .personal-details-title.profilettl img {
    margin-top: 0 !important;
}

.form-box-details .header-box .data-right-txt.text-right {
    font-weight: 500;
}

.form-box-details .header-box .pull-right.data-right {
    display: flex;
    justify-content: left;
    align-items: center;
}

.form-box-details .header-box {
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .right-profile-details .form-box-details .inputbox-details.inputbxdata {
        margin: 0;
    }
}

/*07-07-2020*/
.form-label-group input.input-main:focus ~ label {
    padding-top: calc(var(--input-padding-y) / 2);
    padding-bottom: calc(var(--input-padding-y) / 2);
    font-size: 12px;
    color: #006d99;
    top: -15px;
    line-height: 1;
}

.data-left-circle {
    margin-top: 0;
}

.min-height-auto {
    min-height: auto;
}

div#sidebarleft.sidebar-fixed {
    min-height: auto;
}

ul.sidebar-nav.sidebar-ul {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    div#page-content-wrapper {
        padding: 30px 0px;
    }
}

/*09-07-2020*/
@media (min-width: 1600px) {
    .right-colm-signin .business-counsiling {
        max-width: 683px;
        margin-left: 100px !important;
        min-height: 785px;
        padding: 100px 10px 200px;
    }

    .right-colm-signin {
        max-width: 65%;
        margin-top: 150px;
        margin-bottom: 80px;
    }

    .left-colm-signin {
        max-width: 35%;
        margin-top: 200px;
    }

    .business-counsiling button.btn.btn-primary.submitbtn {
        font-size: 18px;
    }

    .signintxt {
        font-size: 36px;
        max-width: 370px;
    }

    .btn-sigin-top {
        margin: 80px 0 0;
    }

    .business-counsiling.counsilling-signups.congratulations-section {
        padding: 130px 80px 200px !important;
    }

    .signindata-txt.etrtxt.cnfrmtxt {
        padding: 0 40px;
    }

    div#sidebarleft.sidebar-fixed {
        margin-top: 30px;
        width: 300px;
    }

    .right-data-sec {
        width: calc(100% - 300px) !important;
        float: right;
        padding-left: 40px;
    }

}

@media (max-width: 1599px) {
    .signintxt {
        max-width: 272px;
        font-size: 26px;
    }

    .signintxt span {
        font-size: 25px;
    }

    .right-colm-signin .business-counsiling .form-signin {
        max-width: 375px;
        margin-top: 20px;
    }

    .forgotpass .signindata-txt {
        max-width: 350px;
        margin: 0 auto;
        float: none;
        display: inline-block;
        padding: 0 20px;
    }

    .btn-sigin-top a, .btn-sigin-btm a {
        font-weight: 600;
        font-size: 13px;
        padding: 7px 20px;
    }

    .signindata-txt.etrtxt.cnfrmtxt {
        max-width: 100%;
        margin-top: 5px;
    }

    .right-colm-signin.forgot-passwrd.forgotpass span.right-large {
        font-size: 31px;
    }

    .signindata-txt {
        font-size: 13px;
    }


}

@media (max-width: 1599px) and (min-width: 992px) {
    .login-logo img.img-fluid {
        max-width: 280px;
        margin-bottom: 10px;
        margin-top: -10px;
    }

    .signintxt {
        margin-top: 15px;
    }

    .right-colm-signin .business-counsiling {
        max-width: 485px;
        margin-left: 30px !important;
        margin: 105px 0 80px 0;
        padding: 85px 10px 110px;
        border-radius: 40px;
    }

    .left-colm-signin {
        padding-left: 30px;
        margin-top: 150px;
    }

    .business-counsiling button.btn.btn-primary.submitbtn {
        min-width: 220px;
        margin-top: 5px;
        font-size: 13px;
        padding: 8px 20px;
    }

    h2.h2-data {
        font-size: 31px;
        padding-bottom: 20px;
    }

    .counsiling-right-fix img {
        max-width: 29%;
    }

    .signindata-txt {
        font-size: 12.7px;
    }

    .btn-link {
        max-width: 220px;
    }

    .btn-sigin-top {
        margin: 50px 0 0;
    }

    .business-counsiling.counsilling-signups h2.h2-data {
        font-size: 30px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .business-counsiling.counsilling-signups span.right-large {
        margin-bottom: 30px;
    }

    .business-counsiling.counsilling-signups.congratulations-section {
        padding: 85px 50px 150px !important;
    }

    .business-counsiling.counsilling-signups.congratulations-section span.right-large {
        margin-bottom: 15px;
    }

    .business-counsiling .btn-sigin-btms.signup-text-white {
        font-size: 11px;
        margin-top: 15px;
    }

    .business-counsiling.forgotpass {
        padding-bottom: 185px;
        padding-top: 70px;
    }

    .right-colm-signin.forgot-passwrd.forgotpass h2.h2-data {
        margin-bottom: 15px;
    }

    .forgotpass .signindata-txt {
        font-size: 17px;
    }

    .right-colm-signin.forgot-passwrd.forgotpass .btn-sigin-top {
        margin-top: 30px;
    }

    .cnfrmmain .business-counsiling.forgotpass {
        padding: 25vh 40px 42.5vh !important;
    }

    .right-colm-signin.forgot-passwrd.forgotpass .business-counsiling.forgotpass {
        padding-bottom: 160px;
        padding-top: 70px;
    }

    .right-colm-signin.forgot-passwrd.forgotpass .business-counsiling.forgotpass.no-email {
        padding-bottom: 185px;
    }

    .newsignin span.right-large {
        font-size: 31px;
    }

    .newsignin .btn-sigin-btms {
        font-size: 11px;
        margin: 10px 0 0;
    }

    .right-colm-signin.forgotpass .form-signin {
        margin-top: 5px;
    }

    .right-colm-signin.forgotpass .business-counsiling button.btn.btn-primary.submitbtn {
        margin-top: 0;
    }

    .business-counsiling .forgottxt {
        font-size: 11px;
        padding-top: 5px;
    }

    .business-counsiling.forgotpass {
        padding-bottom: 140px;
    }
}

.signindata-txt {
    font-weight: 500;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .signin-main.newsignin.newsignin.forgot-passwrd span.right-large {
        font-size: 28px;
    }

    .business-counsiling.counsilling-signups.signupconfirm {
        padding: 150px 20px;
    }

}

@media (max-width: 991px) and (min-width: 767px) {
    .right-colm-signin .business-counsiling {
        max-width: 400px;
        margin-left: 30px !important;
        margin: 100px 0;
        padding: 100px 20px;
    }

    .business-counsiling.counsilling-signups.signupconfirm {
        padding: 200px 20px;
    }

    .left-colm-signin {
        margin-top: 150px;
    }
}

@media (max-width: 767px) {
    .signintxt {
        max-width: 227px;
        font-size: 22px;
    }

    .signintxt span {
        font-size: 20px;
    }

    .right-colm-signin.forgot-passwrd.forgotpass span.right-large {
        font-size: 26px;
    }

    span.right-large {
        font-size: 26px;
    }
}

/*13-07-2020 css changes*/
.custom-datatable .table .thead-light th {
    border-bottom-color: #006d99;
    background-color: #e9ecef;
    font-weight: 600;
    color: #797979;
    vertical-align: middle;
}

.custom-datatable a.page-link {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    border-color: #797979 !important;
    color: #006d99 !important;
    font-size: 10px;
}

.custom-datatable .page-link:focus {
    box-shadow: none;
}

.custom-datatable .page-item.active .page-link, .custom-datatable .page-item:hover .page-link, .custom-datatable .page-item:first-child:hover .page-link, .custom-datatable .page-item:last-child:hover .page-link {
    background-color: #006d99;
    color: #fff !important;
    border-color: #006d99;
}

.custom-datatable .page-item:first-child .page-link {
    margin-right: 0;
    margin-left: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    color: #333 !important;
    font-size: 12px;
}

.custom-datatable .page-item:last-child .page-link {
    border: 0;
    margin-right: 0;
    margin-left: 0px;
    border-radius: 0;
    width: 100%;
    color: #333 !important;
    font-size: 12px;
}

.custom-datatable .page-item.disabled:hover .page-link {
    border: 0;
    border-radius: 0;
    width: 100%;
    color: #333 !important;
    background-color: transparent;
}

table.dataTable td, table.dataTable th {
    vertical-align: middle;
}

table.dataTable td {
    color: #333;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .cnfrmmain .business-counsiling.forgotpass {
        min-height: auto;
        padding: 17vh 40px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 767px) {
    .navbar {
        padding: .9rem 1rem;
    }

    span.logo-main {
        float: left;
        width: 83px;
        padding: 0 0 0px;
    }

    span.logo-main a {
        display: block;
        width: 55px;
        height: 55px;
    }

    span.logo-main a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .navbar-toggler-icon {
        width: 1.15em;
        height: 1.15em;
    }

    .search-details {
        float: left;
        width: 100%;
        max-width: 500px;
        padding-left: 45px;
        display: flex;
        align-items: center;
    }

    span.searchicon {
        float: left;
        width: 13px;
        margin: 0;
        margin-right: 5px;
    }

    .search-details input {
        border: none;
        /* float: right; */
        width: calc(100% - 50px);
        font-size: 9.5px;
    }

    .pull-right.main-right-div {
        float: right;
        position: absolute;
        right: 20px;
        display: flex;
        align-items: center;
    }

    .user-details {
        float: left;
        width: 52px;
        height: 52px;
        border: 2px #fff solid;
        box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
        border-radius: 50px !important;
    }

    .logout.pull-right {
        float: right;
        max-width: 26px;
        margin-left: 50px;
        padding: 21px 0;
    }

    #wrapper.toggled {
        padding-left: 83px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 83px;
        left: 83px;
        margin-left: -83px;
    }

    .sidebar-nav {
        position: absolute;
        top: 50px;
        width: 83px;
        margin: 0;
        padding: 0;
    }

    .sidebar-nav li.sidebarli {
        margin: 0 0 30px;
    }

    .sidebar-nav li.sidebarli a:hover {
        padding: 5px 10px !important;
    }

    .sidebar-nav li.sidebarli a {
        padding: 5px 10px !important;
    }

    .sidebar-nav li.sidebarli img {
        max-width: 28px;
    }

    .sidebar-nav li.sidebarli.active a span, .sidebar-nav li.sidebarli a:hover span {
        color: #ffffff;
        padding: 2px 0 0 0;
        font-size: 11px;
    }

    .sidebar-nav li.sidebarli span {
        font-size: 11px;
        padding: 2px 0 0 0;
    }

    .sidebar-nav li.sidebarli.active a {
        padding: 5px 10px;
    }

    div#sidebar-wrapper ul li > ul > li a {
        font-size: 11px;
    }

    .breadcrumbs-data {
        font-size: 20px;
    }

    .personal-details-title {
        font-size: 13px;
    }

    .user-detail img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
    }

    .form-box-details, .profilebox {
        margin-top: 15px;
    }

    input.input-main {
        font-size: 14px;
    }

    .right-profile-details .form-box-details .form-signin {
        margin-top: 15px !important;
    }

    div#sidebar-wrapper ul li > ul {
        right: -150px;
        top: 0;
        width: 150px;
    }

    div#sidebar-wrapper ul li > ul > li > ul {
        right: -150px;
        top: 0;
        width: 150px;
    }

    div#sidebar-wrapper li.sidebarli:hover ul li.sub-menus a.subs:before, div#sidebar-wrapper li.sidebarli.dropdown a.subs:before {
        width: 7px;
        height: 7px;
    }

    .dataTable td a.btn {
        font-size: 12px;
    }

    table.dataTable td, table.dataTable th, .custom-table td, .custom-table th {
        font-size: 12px;
        vertical-align: middle;
    }

    .custom-table td input.permission_list.float-unset {
        width: 12px;
        height: 12px;
    }

    table.dataTable td p {
        margin-bottom: 0;
    }

    div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter label {
        font-size: 12px;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        font-size: 12px;
    }

    .btn-orange, .btn-blue {
        font-size: 12px;
    }

    div#page-content-wrapper {
        min-height: calc(100vh - 50px);
        padding: 45px;
    }

    div#page-content-wrapper.contentment-area {
        min-height: calc(100vh - 50px);
    }

    .left-profile-details .profilebox .text-center.map-address {
        font-size: 12px;
    }

    .left-profile-details .profilebox .text-center.map-address img {
        height: 12px;
    }

    .btn-green {
        font-size: 12px;
    }

    .col-lg-9.col-md-8.col-sm-8.col-xs-12.right-profile-details {
        padding-left: 0;
    }

    .boxcenter .businessbox .img-box img {
        max-width: 50px;
    }

    .cat-title {
        font-size: 12px;
    }

    div#sidebarleft.sidebar-fixed {
        width: 210px !important;
        margin-left: 20px !important;
        left: 0 !important;
        margin-top: 17px !important;
        display: inline-block;
    }

    div#sidebarleft.sidebar-fixed ul.sidebar-nav.sidebar-ul {
        padding: 15px 12px 100px 15px;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/blue-menu.png);
}

.custom-datatable .table {
    white-space: nowrap;
}

.custom-datatable div:nth-child(2).row .col-sm-12 {
    overflow-x: auto;
    max-width: 100% !important;
}

.sidebar-nav li.sidebarli {
    margin: 0 0 5px;
}

.sidebar-nav {
    top: 20px;
}

.sidebar-fixed ul.sidebar-nav.sidebar-ul {
    top: 0;
}

#sidebar-wrapper {
    background-color: #ffffff;
}

#sidebar-wrapper .sidebar-nav {
    position: relative;
    background-color: #ffffff;
    float: left;
}


@media (min-width: 1600px) {
    .search-details {
        float: left;
        width: 100%;
        max-width: 500px;
        padding-left: 45px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1599px) {
    .right-sidebar .heading {
        font-size: 14px;
    }

    select.input-main, .select2-container .select2-selection--single .select2-selection__rendered, .select2-results__options, .form-select-group .select2-container {
        font-size: 14px;
    }

    .business-close-submit .bussiness-submit-button button.btn.btn-primary.submitbtn {
        font-size: 14px;
    }

    div#sidebarleft.sidebar-fixed ul.sidebar-nav.sidebar-ul li a span.dot {
        width: 18px;
        height: 18px;
    }

    div#sidebarleft.sidebar-fixed ul.sidebar-nav.sidebar-ul li a span.dot i.fa.fa-dot-circle-o {
        width: 4px;
        height: 4px;
    }

    div#sidebarleft.sidebar-fixed ul.sidebar-nav.sidebar-ul li a {
        font-size: 12.5px;
        padding-left: 30px;
    }

    div#page-content-wrapper.contentment-area {
        width: calc(100% - 200px);
        padding: 25px 40px 20px 40px;
    }

    div#page-content-wrapper.contentment-area .form-box-details, .profilebox {
        padding: 20px;
    }

    .data-left-circle {
        margin: -5px 20px 0 0;
    }

    span.percentage {
        border: 2px #f2f2f2 solid;
        border-radius: 40px;
        /* padding: 10px 0; */
        font-weight: 600;
        font-size: 9px;
        height: 35px;
        width: 35px;
        float: left;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-box-details .header-box .personal-details-title.profilettl, .form-box-details .header-box .data-right-txt.text-right {
        font-size: 14px;
    }

    .back-btn a {
        font-size: 13px;
    }

    .bootstrap-tagsinput .tag.label.label-info {
        font-size: 14px;
    }

    .working-section label {
        font-size: 14px;
    }

    .working-section .weekly-data.weekly-report.week-data {
        font-size: 14px;
    }

    .input-group.link-details a {
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    textarea.input-main {
        font-size: 14px;
    }

    .selection-checkbox {
        margin-top: 10px;
    }

    label.selectboxx {
        float: left;
        margin: 0 25px 0 0;
        position: relative;
        padding-left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .selectboxx input {
        margin: 0px 15px 0 0;
        float: left;
        height: 12px;
        width: 12px;
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profilebox .user-title.text-center {
        font-size: 14px;
    }

    .profilebox .text-center.address-details {
        font-size: 12px;
    }

    .form-box-details .header-box .personal-details-title.profilettl img {
        max-width: 35px;
    }

    li.linkli a {
        font-size: 10px !important;
        padding: 5px;
    }
}


span.percentage {
    border: 2px #f2f2f2 solid;
    border-radius: 40px;
    /* padding: 10px 0; */
    font-weight: 600;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-btn a {
    color: #006d99;
    font-weight: 400;
}

#cke_business_description, #cke_value_proposition {
    margin-top: 15px;
}

.custom-datatable table td a.icon-w {
    font-size: 13px;
    margin-right: 10px;
    color: #797979;
}

.custom-datatable table td a.icon-w:last-child {
    margin-right: 0;
}

.btn-start-task {
    padding: 7px 25px 7px 40px;
    position: relative;
}

.btn-start-task span {
    position: absolute;
    left: 15px;
}

.case-filter-box {
    margin-top: 25px;
}

.case-filter-box .form-label-group.form-select-group {
    margin-bottom: 50px;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    color: #333;
}

.pos-relative {
    position: relative;
}

.right-data-sec {
    width: calc(100% - 200px);
    float: right;
}

#sidebarleft.sidebar-fixed {
    position: absolute;
    width: 210px;
    min-height: auto;
    height: auto;
    background: #fff;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

aside#right-sidebar a.btn.btn-primary.btn-sm.mt-1 {
    background-color: #006d99;
    font-size: 11px;
    border-radius: 20px;
    padding: 8px 20px;
}

@media screen and (max-width: 1599px) and (min-width: 767px) {
    .btn-start-task {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
    div#pro-img {
        padding-right: 100px;
    }
}

@media (max-width: 1200px) {
    .weekly-data.form-label-group.mb-3.bootstrap-timepicker {
        margin-right: 20px;
    }

    #preview_image img {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 991px) {
    .weekly-data.weekly-report.week-data {
        width: 84%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .weekly-data.weekly-report {
        width: 16%;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    div#sidebarleft.sidebar-fixed.left-fixed {
        position: fixed !important;
        height: 100% !important;
    }

    #wrapper {
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }

    #wrapper.toggled {
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }

    #wrapper #sidebar-wrapper {
        -moz-transition: all .5s .3s ease-in-out;
        -o-transition: all .5s .3s ease-in-out;
        transition: all .5s .3s ease-in-out;
    }
}

@media (max-width: 767px) {
    #wrapper.toggled #sidebar-wrapper {
        display: block !important;
        box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.1);
        width: 125px;
        left: 125px !important;
        margin-left: -125px !important;
    }

    .sidebar-nav {
        top: 0 !important;
        padding-top: 50px;
        background-color: #ffff;
    }

    div#page-content-wrapper {
        height: 100%;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #wrapper #sidebar-wrapper {
        display: block;
        height: 100%;
        left: -125px !important;
        margin-left: 0 !important;
    }

    .profilebox {
        min-height: auto;
    }

    .right-profile-details .form-box-details .form-signin {
        margin: 20px 0;
    }

    .breadcrumbs-data, .head-title {
        font-size: 14px;
    }

    .dataTable td a.btn {
        font-size: 14px;
    }

    table.dataTable td, table.dataTable th, .custom-table td, .custom-table th {
        font-size: 14px;
        vertical-align: middle;
        white-space: nowrap;
    }

    .custom-table td input.permission_list.float-unset {
        width: 12px;
        height: 12px;
    }

    table.dataTable td p {
        margin-bottom: 0;
    }

    div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter label {
        font-size: 14px;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        font-size: 14px;
    }

    .btn-orange, .btn-blue {
        font-size: 14px;
    }

    .sidebar-nav li.sidebarli img {
        max-width: 30px;
    }

    .sidebar-nav li.sidebarli span, div#sidebar-wrapper ul li > ul > li a {
        font-size: 14px;
    }

    .right-data-sec {
        width: 100%;
        float: left;
        padding: 0;
    }

    #sidebar-wrapper {
        z-index: 999999;
    }
}

.sidebar-nav #dots {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    top: 5px;
    right: 22px;
}

.date-group span {
    position: absolute;
    left: 0;
    top: 5px;
}

.date-group input {
    padding-left: 20px;
}

.form-label-group.date-group label {
    top: -19px;
}

.mauze-section .mauze-loader {
    position: absolute;
    top: 9px;
    right: 6px;
    display: none;
}

.mauze-section .mauze_list {
    position: absolute;
    min-width: 100%;
    width: auto;
    background-color: #f5f5f5;
    top: 35px;
    z-index: 999999;
    display: none;
}

.mauze-section .mauze_list ul {
    padding: 0;
    margin: 0;
}

.mauze-section .mauze_list ul li {
    padding: 5px 10px;
}

.mauze-section .mauze_list ul li:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.col-micro-row {
    padding: 0
}

.col-micro-row select {
    color: #aaa !important;
    font-size: 12px !important;
    border: none !important;
    width: 60px !important;
    margin: 0 0 0 20px
}

.col-micro-row .budget-box-top.border-box-bottom {
    border: none !important
}

.block.bg-white.pull-left {
    float: left;
    padding: 20px;
    justify-content: center;
    width: 100%
}

.w-20 {
    width: 20% !important
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

.w-50 {
    width: 50% !important
}

.w-60 {
    width: 60% !important
}

.w-70 {
    width: 70% !important
}

.w-80 {
    width: 80% !important
}

.w-90 {
    width: 90% !important
}

.dif-income {
    padding: 3px 2px;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 0
}

#wrapper.toggled .dif-income {
    font-size: 24px
}

.sub-txt {
    margin: 0 0 -5px;
    float: left;
    width: 100%;
    font-size: 12px
}

.sub-txt.sub-bottom {
    margin: -8px 0 0
}

.pull-right.text-right.w-100.block-top {
    margin: 0 0 25px
}

.w-20.pull-left.icon-left {
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0px 0 0
}

.w-20.pull-left.icon-left img {
    width: auto;
    height: 60px;
}

.pull-left.box-full-main {
    border-left: 1px #ccc solid;
    padding-left: 30px
}

.pull-left.box-full-main.border-none {
    border: none;
    padding: 0
}

.budget-box-top-desc {
    float: left;
    width: 100%
}

.tab-content {
    padding: 0
}

.card {
    border-radius: 0 0 .25rem .25rem;
    border-top: 0
}

.tabbing-business .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 20% !important;
}

.tabbing-business li.nav-item.active a, .tabbing-business li.nav-item:hover a {
    background: #006d99 !important;
    color: #fff !important;
    font-size: 16px !important;
    border: 5px #006d99 solid !important;
    float: left;
    padding: 1.1rem 10px 1.1rem 20px !important;
}
ul.nav.nav-tabs li.nav-item:hover .dropdown-menu a.dropdown-item{padding: 0.8rem 10px 0.8rem 20px !important;}

.tabbing-business li.nav-item:hover .dropdown-menu {
    display: block;
}

.tabb
.tabbing-business li.nav-item:hover .dropdown-menu a {
    background: #ffffff !important;
    color: #333 !important;
    border: none !important;
}

ul.nav.nav-tabs li.nav-item:hover .dropdown-menu a {
    background: #ffffff !important;
    color: #333 !important;
    border: none !important;
}


.tabbing-business .nav-tabs .nav-link {
    background: #fff !important;
    color: #333 !important;
    font-size: 16px !important;
    border: 5px #fff solid !important;
    float: left;
    width: 100%;text-align: left !important;
    padding: 1.1rem 10px 1.1rem 0px !important;
}
.tabbing-business span.tab-img {
    float: left;
    width: 100%;
    margin: 0px 0px 0px;
}
a#navbarDropdown {
    padding-left: 0px !important;
    padding-right: 10px !important;
}
a#navbarDroa#navbarDropdownpdown {
    float: left;
    width: 100%;
    text-align: left;
    padding: 1.1rem 0px !important;
    width: 100% !important;
}
a#block-simple-text-1-tab {
    width: auto !important;padding: 1.1rem 0px 1.1rem 10px !important;
}
.businesss-cards .form-box-details {
    margin: 0 0 0 !important;
    padding: 30px 30px 0px 30px;
}

.tabbing-business.nav-tabs-wrapper .card {
    border: none
}

.w-100.col-ttl {
    float: left;
    width: 100%;
    margin: -20px 0 20px 0;
    color: #006d99;
    font-weight: 600;
}

.title-main {
    float: left;
    width: 100%;
    margin: 10px 0 35px 0;
    color: #006d99;
    font-weight: 600;
}

.desc-main p {
    font-size: 12px;
}

.desc-main {
    float: left;
    width: 100%;
}

.header-box.header-product {
    border: none;
    margin: 0px 0 20px;
}

.profile-details .table .thead-light th {
    color: #006d99 !important;
    padding: 10px 1.5rem;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.header-box.title-market-research {
    margin-bottom: 25px;
}

.financials-block .dif-income {
    font-size: 34px;
}

.row.w-100.bordr-top .title-main {
    border-top: 1px #cccccc solid;
    margin: 30px 0 0 0;
    padding-top: 40px;
}

.profile-details .table td, .profile-details .table th {
    font-size: 12px;
    padding: 1rem 1.5rem;
    text-align: justify;
}

.businesss-cards.card {
    border: none;
}
ul.nav.nav-tabs li.nav-item:hover .dropdown-menu a {
    background: #ffffff !important;
    color: #333 !important;
    border: none !important;
    border-bottom: 1px #e5e5e5 solid !important;
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .dif-income {
        padding: 0 10px 5px 0;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        margin-bottom: 0
    }

    #wrapper.toggled .dif-income {
        font-size: 16px;
    }

span.span-tag-menu {
    font-size: 12px !important;
}
    a#block-simple-text-1-tab {
    width: auto !important;
    padding: 1.25rem 0px 1.2rem 10px !important;
}

.tabbing-business .nav-tabs .nav-link {
   padding: 1.2rem 0px 1.2rem 10px !important;
}
    li.nav-item select.bg-none.text-white.border-none, select.bg-none.text-white.border-none:focus {
        font-size: 14px !Important;
    }

    .w-20.pull-left.icon-left img.img-fluid {
        width: 90%;
        height: 40px;
        margin: 30px 0 0 0;
    }

    .col.pull-left.box-full-main {
        float: left;
        width: 50%;
        padding: 0 0px 0 15px
    }

    .w-20.pull-left.icon-left {
        width: 10% !important;
        height: 34px;
    }

    .w-80.pull-left.desc-right {
        width: 90% !important;
        margin: 0
    }

    .budget-box-top-desc {
        float: left;
        width: 100%;
        margin: 0 0 5px
    }

.toggled p.difference_income.dif-income sup.income_currency {
    float: left;
    top: 10px !important;
}
    .financials-block .dif-income {
        font-size: 22px;
    }

    .sub-txt.sub-bottom {
        margin: -3px 0 0
    }

    .profile-details .table .thead-light th {
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #006d99 !important;
    }

    .sub-txt {
        font-size: 9px
    }

    .w-20.pull-left.icon-left {
        width: 50px !important;
    }
	.budget-section p.difference_income.dif-income sup.income_currency {
    float: left;
    top: 10px !important;
}

.case-section .case-summary-detail p.case-summary-box-desc {
    font-size: 11px;
}.case-section .case-summary-detail p.case-summary-box-title {
    font-size: 11px;
}
p.difference_income.dif-income sup.income_currency {
    float: left;
    top: 15px !important;
}
.workflow-progress-section ul li {
    display: inline-block;
    padding: 0 17px;
}

.case-summary-icon .date-icon .fa {
    color: #ff8033;
    font-size: 20px;
}
.case-summary-icon img {
    height: 20px;
}
.workflow-progress-section ul li.green-flow .cirlce:before {
    content: ' ';
    background: #b5c93a;
    display: inline-block;
    position: absolute;
    left: -35px;
    width: 35px;
    height: 5px;
}
.workflow-progress-section ul li.green-flow .cirlce:after {
    content: ' ';
    background: #b5c93a;
    display: inline-block;
    position: absolute;
    right: -35px;
    width: 35px;
    height: 5px;
}
.workflow-progress-section ul li.blue-flow .cirlce:after {
    content: ' ';
    background: #10769f;
    display: inline-block;
    position: absolute;
    right: -35px;
    width: 35px;
    height: 5px;
}
.workflow-progress-section ul li.blue-flow .cirlce:before {
    content: ' ';
    background: #10769f;
    display: inline-block;
    position: absolute;
    left: -35px;
    width: 35px;
    height: 5px;
}.workflow-progress-section ul li .cirlce:before {
    content: ' ';
    background: #aaaaaa;
    display: inline-block;
    position: absolute;
    left: -35px;
    width: 35px;
    height: 5px;
}
.workflow-progress-section ul li .cirlce:after {
    content: ' ';
    background: #aaaaaa;
    display: inline-block;
    position: absolute;
    right: -35px;
    width: 35px;
    height: 5px;
}

    .w-80.row.pull-left.desc-right {
        width: calc(100% - 60px) !important;
    }

    .tabbing-business ul.nav.nav-tabs li.nav-item a.active, .tabbing-business ul.nav.nav-tabs li.nav-item a {
        font-size: 13px !important;
        float: left;
        width: 100%;
    }
	ul.nav.nav-tabs li.nav-item:hover .dropdown-menu a.dropdown-item {
    padding: 0.8rem 10px 0.8rem 20px !important;
    font-size: 12px !important;
}
	.tabbing-business li.nav-item.active a, .tabbing-business li.nav-item:hover a {padding: 1.2rem 0px 1.2rem 10px !important;}
.tabbing-business li.nav-item a img.img-fluid.inactive {
    display: block;
    margin: 0px auto;
    height: 18px !important;
}
.tabbing-business li.nav-item.active a img.img-fluid.active, .tabbing-business li.nav-item:hover a img.img-fluid.active {
    display: block;
    margin: 0px auto;
    height: 18px !important;
}
.tabbing-business .nav-tabs a.nav-link.dropdown-toggle {
    padding: 1.2rem 0px 1.2rem 10px !important;
}
.tabbing-business .dropdown-menu {
    left: -38px !important;
    float: left;
    margin: 0 !important;
    padding: 5px 0 0 0 !important;
    text-align: center;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 10%);
    border: 1px rgba(0,0,0,0.05) solid;
}
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .dif-income {
        padding: 0 0 5px;
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        margin-bottom: 0
    }

    .col.pull-left.box-full-main {
        float: left;
        width: 50%;
        padding: 0 15px
    }

    .w-20.pull-left.icon-left {
        width: 10% !important;
        height: 34px;
    }

    .w-80.pull-left.desc-right {
        width: 90% !important;
        margin: 0
    }

    .budget-box-top-desc {
        float: left;
        width: 100%;
        margin: 0 0 5px
    }

    .financials-block .dif-income {
        font-size: 22px;
    }

    .sub-txt.sub-bottom {
        margin: -3px 0 0
    }

    .sub-txt {
        font-size: 9px
    }

    .tabbing-business ul.nav.nav-tabs li.nav-item a.active, .tabbing-business ul.nav.nav-tabs li.nav-item a {
        font-size: 12px !important;
        float: left;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    li.col {
        width: 100%;
        float: left;
        -ms-flex-preferred-size: 0;
        flex-basis: auto !important;
        margin: 0 0 30px
    }

    .w-20.pull-left.icon-left img {
        width: 100%
    }

    .dif-income {
        padding: 0 0 5px;
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        margin-bottom: 0
    }

    .col.pull-left.box-full-main {
        float: left;
        width: 50%;
        padding: 0 15px
    }

    .w-20.pull-left.icon-left {
        width: 10% !important
    }

    .w-80.pull-left.desc-right {
        width: 90% !important;
        margin: 0
    }

    .budget-box-top-desc {
        float: left;
        width: 100%;
        margin: 0 0 5px
    }

    .sub-txt.sub-bottom {
        margin: -3px 0 0
    }

    .sub-txt {
        font-size: 10px
    }

    .form-box-details {
        padding: 0 !important;
    }

    .financials-block .dif-income {
        font-size: 18px;
    }

    .profile-details .row.w-100 {
        margin: 0px !important;
    }

    .col.w-50.m-w-100.pull-left {
        width: 100% !important;
        flex-basis: auto !important;
    }

    .tabbing-business ul.nav.nav-tabs li.nav-item a.active, .tabbing-business ul.nav.nav-tabs li.nav-item a {
        font-size: 0px !important;
        float: left;
        width: 100%;
    }

    .profile-details.financials-block .col.pull-left.box-full-main.border-none {
        float: left;
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    li.col {
        width: 100%;
        float: left;
        -ms-flex-preferred-size: 0;
        flex-basis: auto !important;
        margin: 0px;
    }

    .w-20.pull-left.icon-left img {
        width: 90%
    }

    .dif-income {
        padding: 0 0 5px;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        margin-bottom: 0
    }

    .col.pull-left.box-full-main {
        float: left;
        width: 50%;
        padding: 0 15px
    }

    .w-20.pull-left.icon-left {
        width: 10% !important
    }

    .w-80.pull-left.desc-right {
        width: 90% !important;
        margin: 0
    }

    .budget-box-top-desc {
        float: left;
        width: 100%;
        margin: 0 0 5px
    }

    .sub-txt.sub-bottom {
        margin: -3px 0 0;
    }

    .sub-txt {
        font-size: 10px;
    }

    .form-box-details {
        padding: 0 !important;
    }
	.case-tab-section .first-profilestep, .case-tab-section .task-section {
    background-color: #fff;
    padding: 5px 20px 60px !important;
}

    .profile-details .row.w-100 {
        margin: 0px !important;
    }

    .col.w-50.m-w-100.pull-left {
        width: 100% !important;
        flex-basis: auto !important;
    }

    .tabbing-business ul.nav.nav-tabs li.nav-item a.active, .tabbing-business ul.nav.nav-tabs li.nav-item a {
    font-size: 12px !important;
    float: left;
    width: 100%;
    text-align: center !important;
}
.tabbing-business li.nav-item:hover .dropdown-menu {
    display: block;
    left: 0px !important;
    width: 100% !important;
}

    .profile-details.financials-block .col.pull-left.box-full-main.border-none {
        float: left;
        width: 100%;
    }

    .col.m-100 {
        flex-basis: auto !important;
        margin-bottom: 15px;
    }

    .col.m-100 .title-main {
        margin: 0 0 0 0;
    }

    .tabbing-business .nav-tabs .nav-item {
        width: 100% !important;
    }

    .tabbing-business span.tab-img {
        margin: 0px !important;
    }
}

img.img-fluid.active {
    display: none;
}

.tabbing-business li.nav-item a img.img-fluid.inactive {
    display: block;
    margin: 0px auto;
    height: 24px;
}

.tabbing-business li.nav-item.active a img.img-fluid.inactive, .tabbing-business li.nav-item:hover a img.img-fluid.inactive {
    display: none;
}

.tabbing-business li.nav-item.active a img.img-fluid.active, .tabbing-business li.nav-item:hover a img.img-fluid.active {
    display: block;
    margin: 0px auto;
    height: 24px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.select-dropdown-select2 span.select2-selection.select2-selection--multiple {
    border: none !important;
    border-bottom: 1px solid #797979 !important;
}

.select-dropdown-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #006d99;
    border: 1px solid #006d99;
    border-radius: 24px;
    padding: 3px 8px;
    color: #ffffff !important;
    font-size: 13px;
}

.select-dropdown-select2 span.select2-selection__choice__remove {
    float: right;
    margin: 0 0 0 5px;
    color: #ffffff !important;
}

.workflow-detail-page .form-label-group > label {
    color: #aaa !important;
}

.addnew.float-right {
    margin: -5px 0 0 0;
    position: relative;
    z-index: 999;
}

li.nav-item.active select.bg-none.text-white.border-none, select.bg-none.text-white.border-none:focus {
    background: #006d99;
    border: none;
    outline: none;
    padding: 0px 10px;
}

li.nav-item.active select.bg-none.text-white.border-none option {
    color: #000000 !important;
    background: #ffffff;
}

li.nav-item select.bg-none.text-white.border-none, select.bg-none.text-white.border-none:focus {
    border: none;
    outline: none;
    padding: 0px 10px;
    font-size: 14px;
}

li.nav-item:hover select.bg-none.text-white {
    color: #ffffff !important;
    background: transparent !important;
}
li.nav-item a.nav-link.active select.bg-none.text-white {
    color: #000000 !important;
    background: #ffffff !important;
}


li.nav-item .text-white {
    color: #666666 !important;
}

li.nav-item.active .text-white {
    color: #ffffff !important;
}

li.nav-item.active .pull-left.w-100.text-center {
    background: #006d99;
    position: relative;
}


.edit-icon.icon-w.edit-cls {
    margin: 0 10px 0 20px;
    color: #666666;
}

.delete-icon.icon-w.del-cls {
    color: #666666;
}

.btn.btn-blue.no-bg {
    font-size: 12px;
    background-color: #ffffff;
    color: #006d99;
    border-radius: 20px;
    border: 2px #006d99 solid;
    padding: 7px 30px;
    font-weight: 500;
}

.btn.btn-blue.no-bg:hover {
    background-color: #006d99;
    color: #ffffff;
}

ul.nav.nav-tabs li.nav-item {
    cursor: pointer;
    position: relative;
}

.graph-box {
    float: left;
    width: 100%;
}

.pull-left.text-green {
    margin: 0 10px 0 0;
    color: #b6c84a;
    font-size: 12px;
    font-weight: 400;
}

i.fa.fa-square {
    margin: 0 5px 0 0;
}

.pull-right.text-orange {
    color: #fe7e3e;
    font-size: 12px;
    font-weight: 400;
}

.top-graph-details .budget-box {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 15px 15px;
    margin: 0 0 40px 0;
}

.top-graph-details .title-main {
    margin-bottom: 15px;
}

table.sales-forecast tr th {
    font-size: 14px;
    color: #006d99;
    font-weight: 600;
    padding: 1rem .25rem;
}

table.table.sales-forecast.table.table-striped td {
    padding: 1rem .25rem;
    font-size: 12px;
    border-bottom: 1px solid #666666 !important;
}

select.no-select-border {
    border: none !important;
    width: 100% !important;
    font-size: 14px;
    color: #006d99;
    font-weight: 600;
    position: relative;
    z-index: 999;
    float: left;
}

.text-green input {
    color: #B5C93A !important;
}

.text-green input::placeholder {
    color: #B5C93A !important;
}

table.table.sales-forecast input, table.table.sales-forecast .table-inputdata {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

.dataTables_wrapper .dataTables_length select {
    width: auto;
    display: inline-block
}

.dataTables_wrapper .dataTables_length input {
    margin-left: .5em;
    display: inline-block;
    width: auto
}

.dataTables_wrapper .dataTables_filter label {
    font-weight: 400;
    white-space: nowrap;
    text-align: left
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto
}

table.dataTables_wrapper.dt-bootstrap4.no-footer.stripe.row-border.order-column.dataTable thead tr th {
    color: #006d99 !important;
    font-weight: 600;
    vertical-align: middle;
    padding: 10px;
    font-size: 1rem
}

table.dataTables_wrapper.dt-bootstrap4.no-footer.stripe.row-border.order-column.dataTable {
    border-bottom: none
}

.businesss-cards.workflow-detail-page.card {
    padding: 0 !important
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px !important
}

table.dataTables_wrapper.dataTable a {
    color: #666666;
}

table.dataTables_wrapper.dataTable a i.fa.fa-pencil-square-o {
    margin-right: 15px;
}

.right-sidebar .section-box .form-label-group.last-child {
    margin-bottom: 0px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.breadcrumbs-data {
    padding: 0 20px;
}
.tabbing-business nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: none !important;
    padding: 0 !important;
    float: left;
    width: calc(100% - 44px);
    text-align: center;
    margin: 0 0px 0 0 !important;
}

.tabbing-business nav.navbar.navbar-expand-lg.navbar-light.bg-light .collapse.navbar-collapse {
    float: left;
    width: 100%;
    text-align: center
}

.tabbing-business li.nav-item.dropdown {
    float: left;
    text-align: center;
    width: 100% !important
}

.tabbing-business ul.navbar-nav.mr-auto {
    float: left;
    width: 100%
}
.tabbing-business .dropdown-menu {
    left: -44px;
    float: left;
    margin: 0 !important;
    padding: 5px 0 0 0 !important;
    text-align: center;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 10%);
    border: 1px rgba(0,0,0,0.05) solid;
}
.tabbing-business .dropdown-menu.drp-menu-product{min-width:18rem !important;}
.tabbing-business .dropdown-menu {
    min-width: 15rem !important;
}

.tabbing-business .dropdown-menu.show li.nav-item a {
    padding: 5px 1rem;
}

.tabbing-business .dropdown-item.active, .tabbing-business .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #006d99;
    float: left;
    width: 100%;
    padding: 15px 0
}

.tabbing-business .dropdown-item, .tabbing-business .dropdown-item.active, .tabbing-business .dropdown-item:active {
    float: left;
    width: 100%;
    padding: 10px 20px;
	text-align:left;
}

.tabbing-business .dropdown-item:focus, .tabbing-business .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006d99
}

.tabbing-business li.nav-item .dropdown-menu.show a.dropdown-item {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
    border-bottom: 1px rgba(0,0,0,0.05) solid !important;
	padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}
ul.nav.nav-tabs li.nav-item:hover .dropdown-menu.drp-menu-product {
    display: block !important;
}

.pull-right.addnew.float-right.col-ttl {
    color: #006d99;
    font-weight: 600;
    font-size: 16px;
    margin: -30px 0 0 0;
}

.col.pull-left.box-full-main.border-none {
    padding: 0px;
}

span.ttl-col {
    float: left;
    width: 100%;
    color: #006d99;
    font-size: 16px;
    position: absolute;
    top: 10px;
}

.profile-details table.table.bg-white.table-sales td {
    font-size: 12px;
    padding: 2.5rem 1.5rem 15px;
    text-align: justify;
    position: relative;
}

.tbl-sales .budget-table .inner {
    overflow-x: scroll;
    overflow-y: visible;
    margin-left: 260px;
    margin-right: 0px;
}

.tbl-sales tr {
    border-bottom: 1px #cccccc solid;
}

.tbl-sales th.hard_left {
    border-bottom: 1px #cccccc solid !important;
    height: 46px;
}

.tbl-sales th.hard_left .table-inputdata input {
    border-bottom: none !important;
}

tr.border-fix th.hard_left {
    height: 43px;
}

tr.border-fix {
    color: #006d99;
}

.tabbing-business li.nav-item .dropdown-menu.show a.dropdown-item:hover {
    background-color: #e5e5e5 !important;
    color: #000000 !important;
}

.household-budget .budget-box-top-desc {
    float: unset;
}

@media (min-width: 992px) {
    .household-budget table .next-right2 {
        position: absolute;
        *position: relative; /*ie7*/
        right: 100px;
        width: 100px !important;
    }
}

.btn-gray {
    background-color: #f2f2f2;
    color: #000000;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
}
.tabbing-business li.nav-item a img.img-fluid.menu-icons {
    max-width: 18px;
    margin: 0 5px 0 0;float:left;
    max-height: 18px !important;
}
span.span-tag-menu {
    float: right;
    width: calc(100% - 28px);
    font-size: 14px;padding: 0;
}
ul.nav.nav-tabs li.nav-item:hover .dropdown-menu a:hover{background:#f2f2f2 !important;}

.upcomingtbl tr td {
    font-size: 12px;
    padding: 5px;
    border-top: 1px #cccccc solid;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
sup.income_currency {
    float: left;
    top: 15px !important;
}
.budget-box-top-desc-sec span {
    float: left;
}

.eye-absolute {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 4px;
    color: #495057;
}
.form-builder-area {
    border-bottom: 1px solid #797979 !important;
}
.bg-gray {
    background: #969696 !important;
}
.services-section .catalog-box {flex: 0 0 20%;max-width: 20%;}
.services-section .catalog-box .item {height: 327px;}
.cursor-unset {cursor: unset !important;}
.save-btn .btn-green-new {
    background: #b5c93a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    float: left;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0;
    border: 0;
}
.save-btn .btn-green-new:hover {
    background-color: #006d99;
}
.serv-item:hover {
    border-color: #006d99;
    background: #006d99;
}
.serv-item:hover .fz-14{
    color: #ffffff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.date-container .datepicker-inline table .day.slot-dots {position: relative;}
.date-container .datepicker-inline table .day.slot-dots::before {content: "";position: absolute;height: 5px;width: 5px;background-color: #62D0A2;border-radius: 50%;top: 5px;right: 27%;}
.calendar-daterangepicker {position: relative;}
.calendar-daterangepicker .calendar-daterangepicker-overlay {position: absolute;top: 0;width: 100%;height: 100%;left: 0;z-index: 66;background-color: #f5f5f552;display: none;justify-content: center;align-items: center;}
.counseling-footer {background-color: #5b5b5b; color: #ffffff; text-align: center; padding: 10px 0; float: left; width: 100%;}
.counseling-footer sup {font-size: 24px;top: 1px;}