* {
    margin: 0;
    padding: 0;
}

body.path-user {
    background-image: url('../images/Welcome_Background.jpg');
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    /* height:100vh; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-position-y: 60px;
}


/* .page-header{
    display:none;
} */

.page-header {
    background-color: #D0D0D0;
    padding: 15px;
    font-size: 16px;
    text-transform: capitalize;
}

.right-vtabs .panel-title {
    font-size: 16px;
}

form.todo-form legend {
    font-size: 13px;
    margin-bottom: 0px;
}


/* .tabs{
    display:none;
} */

form#user-login-form {
    max-width: 400px;
    margin: 30px auto;
}

* {
    outline: none;
    box-sizing: border-box;
}

.form_fields {
    padding-bottom: 0!important;
}

.form_fields {
    background: #FFF;
    overflow: hidden;
    border-radius: 6px;
    /* padding-bottom: 31px!important; */
}

.user-login-banner {
    position: relative;
    margin-bottom: 40px;
}

.user-login-banner h2 {
    position: static;
    text-shadow: none;
    color: #ffff;
    text-align: center;
    background: #616365;
    padding: 18px 15px;
    letter-spacing: 2px;
    /*font-size: 20px; */
    font-size: 2.29rem;
    text-transform: uppercase;
}

.btn-primary:active:hover {
    background-color: #616365;
}

.user-login-banner>h2 {
    /*  position: absolute; */
    bottom: 5px;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}

.not-logged-in .main-container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container {
    padding-top: 70px;
    padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    .path-api-logs .main-container,
    .path-store-list .main-container,
    .path-banner .main-container,
    .path-admin .main-container,
    .path-offtime-import .main-container,
    .path-service-list .main-container,
    .path-service-banner-list .main-container,
    .path-taxonomy .main-container,
    .path-client-detail .main-container,
    .path-calendar .main-container,
    .path-questionnaire-listing .main-container,
    .path-edit-event .main-container,
    .path-questionnaire .main-container {
        padding-top: 120px;
    }
}


/* .offtime-scheduleimportform,
.service-importform {
    margin-top: 30px;
} */

.front.not-logged-in .main-container form .form_fields>div:not(.user-login-banner) {
    padding: 0 15px;
}

.front.not-logged-in .main-container form .username-name {
    position: relative;
}

button#edit-submit {
    color: #fff;
    border-color: #d1d1d1;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 15px;
}

button#edit-submit .glyphicon {
    display: none !important;
}

.user-login-submit button#edit-submit {
    width: 100%;
    margin-top: 0px;
}

.front.not-logged-in .main-container form button.btn {
    width: 100%;
}

.logged_in_user_welcome span.schedule-today {
    color: #999;
}

.logged_in_user_welcome h4 .schedule-count {
    color: rgb(39, 39, 39);
    border-bottom: 1px solid rgb(39, 39, 39);
    margin-left: 10px;
}

.btn-primary,
.btn-primary:hover,
.btn,
.btn:hover,
.btn:focus {
    background-color: #616365;
    color: #FFF;
    border-color: #d1d1d1;
    box-shadow: none;
    -webkit-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    transition: background .2s ease-in;
    /* text-transform: uppercase; */
    /* padding: 6px 28px; */
    border-radius: 0px;
}


/* .find-sub{
    display:none;
} */

.path-node .node-preview-container {
    margin-top: 0px !important;
}

.path-node .node-preview-container form div.form-item {
    display: none;
}

body.path-user form .form_fields>div:not(.user-login-banner),
body.path-user form .form_fields>div:not(.user-login-banner) {
    padding: 0 15px;
    /* padding-bottom:15px; */
}

body.path-user form .user-login-password>div::before,
body.path-user form .user-login-password>div::before {
    background-position: -36px -1px;
}

body.path-user form .username-name::before,
body.path-user form .username-name::before,
body.path-user form .user-login-password>div::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 99;
    width: 16px;
    height: 16px;
    background-image: url("../images/loginSpr.png");
    background-repeat: no-repeat;
}

body.path-user form .username-name::before,
body.path-user form .username-name::before {
    background-position: -1px -1px;
}

body.path-user form .username-name,
body.path-user form .username-name,
body.path-user form .user-login-password>div,
.front.not-logged-in .main-container form .user-login-password>div {
    position: relative;
}

body.path-user form input[type="password"],
body.path-user form input[type="password"],
body.path-user form .username-name input[type="text"],
body.path-user form .username-name input[type="text"] {
    padding-left: 36px;
    position: relative;
}


/*------------------To do page detail page css starts here-------------*/

.todo_detail_actions {
    margin-bottom: 15px;
}

.todo_detail_viewall {
    padding: 10px 15px;
    background-color: #ededed;
}

.todo_detail_viewall a {
    font-size: 13px;
    color: #333333;
}

.todo_detail_viewall a:before {
    content: "";
    display: inline-block;
    background-image: url(../images/nextBtn.png);
    width: 11px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: 11px 19px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.todo_detail_notes:before {
    content: "";
    display: inline-block;
    background-image: url(../images/notes.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.todo_detail_title {
    color: rgb(39, 39, 39);
    font-size: 13px;
    padding: 15px;
    font-weight: 600;
}

.todo_detail_due_date {
    background-color: rgb(39, 39, 39);
    color: #ffffff;
    font-size: 14px;
    padding: 6px 15px;
    margin-bottom: 15px;
}

.btn-primary.btn-todo-edit {
    background-color: rgb(39, 39, 39);
    border-radius: 6px;
}

.todo_detail_page_title {
    color: rgb(39, 39, 39);
    margin-bottom: 0;
    font-size: 13px;
}

.todo_detail_page_email {
    margin-bottom: 0;
    color: #333333;
    font-size: 12px;
}

.todo_detail_owner_detail {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-left: 15px;
}

#todo_detail_category {
    margin-bottom: 10px;
}

#category_createdby_detail {
    padding: 0 15px;
}

.detail_first {
    font-size: 12px;
    color: #999999;
}

.detail_second {
    font-size: 12px;
    color: #333333;
}

.todo_detail_notes {
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

#todo_detail_created_by {
    margin-bottom: 15px;
}

#todo_detail_notes {
    padding: 0 15px;
}

.todo_detail_text {
    font-size: 12px;
    color: #999999;
}

#views-exposed-form-todo-view-page-2 .views-widget-sort-by {
    display: none;
}

.btn-complete {
    background-color: #333333;
    border-radius: 6px;
    padding-left: 11px;
    padding-right: 11px;
}

.btn.btn-skip {
    background-color: #999999 !important;
    border-radius: 6px;
    min-width: 0;
    padding: 6px 15px;
    color: #FFF;
    border-color: #d1d1d1 !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    background-color: #8a8a8a !important;
    color: #dbdbdb !important;
    outline: none !important;
    border: 1px solid #636363 !important;
}

.todo_detail_actions .todo_detail_edit .btn-primary {
    background-color: rgb(39, 39, 39);
    border-radius: 6px;
    min-width: 0;
}

.path-todo nav.tabs {
    display: none;
}

.main_Heading {
    background-color: #ededed;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.main_Heading h3 {
    margin: 0;
}

.btn {
    font-size: 12px;
}

.avtar {
    width: 35px;
    height: 35px;
    margin: auto;
    background-color: #999;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-id-todo .view-header {
    background-color: #ededed;
    padding: 20px 15px 0;
}

.view-id-todo .view-filters {
    background-color: #ededed;
    padding-bottom: 10px;
    padding-top: 10px;
}

.view-todo .views-exposed-form[id^=views-exposed-form-todo-employee-] .form-item-sort-by {
    display: none;
}

.view-todo .views-exposed-form[id^=views-exposed-form-todo-employee-] .form-item-sort-order label {
    display: none;
}

.view-todo ul,
.view-todo ol {
    padding-left: 0;
}

.todo_listing-repeat {
    padding: 15px 10px;
    background-color: #f7f6f6;
}

.listing-itrate {
    border-bottom: 1px solid #cccccc;
}


/*****Deeksha*******/

.region-dashboard-right nav ul li {
    background-image: linear-gradient(0deg, rgb(227, 227, 227) 3%, rgb(245, 245, 245) 72%);
    width: 200px;
    border-radius: 4px;
    border: 1px solid #ddd;
    float: right;
    margin-right: 15px;
}

.region-dashboard-right .caret {
    right: 15px;
    position: absolute;
    top: 50%;
}

.region-dashboard-right .dropdown-menu>li>a {
    padding: 10px 15px;
}

.region-dashboard-right .dropdown-menu {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.client-search-clientsearchform .form-item input.form-control {
    text-align: left;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    height: 36px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 1px solid #efefef !important;
}

.client-search-clientsearchform>div {
    display: inline-block;
    vertical-align: middle;
}

.client-search-clientsearchform>div .control-label {
    display: none;
}

.right-header .client-search-clientsearchform>div {
    margin: 0;
}

nav .nav>li>a {
    padding: 10px 8px;
}

.client-search-clientsearchform .find-sub {
    position: absolute;
    top: 2px;
    right: 7px;
}

.client-search-clientsearchform .find-sub .btn {
    background-color: #fff !important;
    background-position: center !important;
}

@media (max-width: 767px) {
    .client-search-clientsearchform .find-sub .btn {
        background-size: contain;
        top: 3px;
    }
    .client-search-clientsearchform .form-item-search-key {
        width: 100%;
    }
    .client-search-clientsearchform .form-item-search-key .input-group {
        width: 100%;
    }
    .client-search-clientsearchform .form-item-search-key .input-group input {
        width: 100%;
    }
    .client-search-clientsearchform .custom-select .select-items {
        top: 37px
    }
}

.client-search-clientsearchform {
    position: absolute;
    display: flex;
}

.client-search-clientsearchform .find-sub buttform-in {
    background: url(../images/magn.png) no-repeat;
    border: none;
    height: 24px;
    text-indent: -99999px;
    z-index: 99;
    width: 25px;
    padding: 0;
    background-size: contain;
    min-width: 0;
}

.right-header .client-search-clientsearchform form-input[type="text"] {
    padding-right: 40px;
    max-width: 200px;
}

#details table tr td:first-child,
#details table tr th:first-child {
    text-align: center;
    width: 25px;
    min-width: 25px;
}

#details table tr td:nth-of-type(3) {
    min-width: 105px;
}

#details table tr td:nth-of-type(3) {
    text-decoration: underline;
}

.header-wrapper {
    height: 49px;
    padding: 10px;
}

.navbar-default .navbar-collapse {
    background-color: #f8f8f8;
}

.calendar-xs {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    padding: 10px;
    /* padding-top: 4px; */
    background: linear-gradient(0deg, rgb(227, 227, 227) 3%, rgb(245, 245, 245) 73%);
}

.path-user:not(.user-logged-in) #navbar-collapse {
    float: none;
}

.path-client-detail .region-content {
    margin-top: 30px;
}

.search-name {
    padding-top: 3px;
    padding: 0px;
}

body label {
    font-weight: 300;
}

.search-iterate .mbtm10 {
    position: relative;
    padding-left: 15px;
}

.custom-client-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

.region-dashboard-welcome {
    position: relative;
    left: -18px;
}

.search-container .search-body .form-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding-bottom: 10px;
}

.search-total {
    padding-left: 15px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #ededed;
    color: #333;
    border-color: #ddd;
}

.select-wrapper:after {
    color: #333;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #333;
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
}

.search-total>* {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    margin: 0;
}

.inbox-state {
    font-size: 13px;
    color: #666666;
}

.inbox-compose {
    display: inline-block;
    width: 45px;
    height: 35px;
    background-image: url('../images/compose-btn.png');
}

.cp-message {
    background-image: none;
}

.inbox-page-header {
    color: #000000!important;
    font-size: 24px!important;
    text-transform: capitalize!important;
}

.inbox-msg-count .pull-left .inbox-page-header {
    margin-top: 5px;
    margin-bottom: 7px;
}

.inbox-unread-status {
    margin-bottom: 0;
    font-size: 14px;
    color: #a5a5a5;
}

.form-select option:checked {
    background-color: #D3D3D3;
}


/* #edit-submit-todo{
    margin: 12px 0px 0px 16px;
} */

.form-control {
    color: #616365;
    border: 1px solid #d1d1d1;
    padding: 6px 10px;
    line-height: normal;
    height: 31px;
    box-shadow: none;
    font-size: 13px;
}

input[type="date"]::-webkit-inner-spin-button,
.workshop-search-filters input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    width: 28px;
    height: 30px;
    opacity: 0;
}

.view-id-todo .view-filters {
    padding: 0px;
}

.call-log-profile img {
    border-radius: 50%;
    max-width: 54px;
}

.view-header {
    width: 100%;
    padding-right: 0px
}

.inbox-wrapper .pull-left {
    display: inline-block;
    left: 0;
}


/*---------Rishabh----------*/

.inbox-msg {
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
    padding: 0 0px 15px 0px;
    /* padding: 15px 10px; */
    padding-bottom: 17px;
    padding-left: 21px;
}

.text-right_inbox {
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
    padding: 15px 21px;
    padding-bottom: 20px;
    text-align: right;
}

.inbox-msg .inbox-subject {
    font-weight: 600;
}

.client_fieldset .form-group:last-child {
    margin-bottom: 10px;
}

.client_profile_picture .preview img {
    max-width: 90% !important;
}

.client_profile_picture .data .file.file--mime-image-png.file--image.icon-before {
    display: none !important;
}

.client_profile_picture .data span.file-size {
    display: none !important;
}

.client_profile_picture .data .form-item-profile-picture-0-alt.js-form-item-profile-picture-0-alt {
    display: none;
}

.client_profile_picture .form-managed-file {
    padding: 7px 0px;
    ;
}

.mt_subject:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #860b1d transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 108%;
}

.communication_history_pad div.clearfix {
    display: flex;
    align-items: center;
}

.contact-detail-image.row.gap_stats ul li text {
    color: #272727;
}

.communication_history_pad .sn-name a {
    color: rgb(71, 71, 71);
}

.nav.nav-tabs.lavel-2 li a:focus,
.nav.nav-tabs.lavel-2 li a:hover {
    background-color: #2b2b2b;
}

.region-content .page-header {
    background-color: #000000;
    font-size: 18px;
    letter-spacing: 0.49px;
    color: #ffffff;
    border-bottom: none;
    border-top: none;
}

body.path-calendar .region-content .page-header {
    margin-top: 30px;
    margin-bottom: 0;
}

.remove-profiletag {
    text-align: center;
}

.remove_client_tag .modal-title.ui-dialog-title {
    font-size: 26px;
    letter-spacing: 1.3px;
    text-align: center;
    color: #e02020;
}

.remove_client_tag .remove-profiletag p.profile_sure_text {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-align: center;
    color: #272727;
}

.remove_client_tag .modal-body {
    margin-top: -22px;
}

.cartier-gallery-container .image-checkbox-label {
    background-color: #272727;
}

.client-detail-clientnotesform .form-type-checkbox input[type="checkbox"] {
    visibility: hidden;
}

.client-search-assignclientstosa .search-container .client_counts {
    padding: 0px 1px;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #272727;
    margin-bottom: 6px;
}

.client-search-assignclientstosa .search-container .client_counts::after {
    background-image: url(../images/chev.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    content: "";
    background-size: 18px 18px;
    position: absolute;
    right: 29px;
    pointer-events: none;
}

.client-search-assignclientstosa .search-body {
    border-top: 1px solid #d8d8d8;
}

.client-search-assignclientstosa .search-container {
    padding-left: 15px;
    padding-right: 15px;
}

.client-detail-clientnotesform .control-label {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #494949;
}

.client-detail-clientnotesform .control-label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.client-detail-clientnotesform .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.client-detail-clientnotesform .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -4px;
    bottom: -4px;
    background-color: #50e3c2;
    -webkit-transition: .4s;
    transition: .4s;
}

.client-detail-clientnotesform input:checked+.slider {
    background-color: rgba(80, 227, 194, 0.47);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/*private note */

.client-detail-clientnotesform .note-private:checked+.slider {
    background-color: #ccc;
}

.client-detail-clientnotesform .note-private+.slider {
    background-color: rgba(80, 227, 194, 0.47);
}

.client-detail-clientnotesform .note-private:checked+.slider:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.client-detail-clientnotesform .note-private+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* ############### */

.client-detail-clientnotesform input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}


/* Rounded sliders */

.client-detail-clientnotesform .slider.round {
    border-radius: 34px;
    width: 31px;
    height: 12px;
    top: 3px;
    margin-left: 109px;
}

.client-detail-clientnotesform .slider.round:before {
    border-radius: 50%;
}

.client-search-assignclientstosa .search-iterate .mbtm10 {
    padding-left: 0px;
}

.client-search-assignclientstosa .search-iterate .calendar-date-wrap {
    position: absolute;
    right: 1px;
    bottom: -66px;
}

.client-search-assignclientstosa .search-iterate .search-total {
    padding-left: 40px;
}

.region-right-header,
.region-right-header section.language-switcher-language-url,
.region-right-header section.language-switcher-language-url>ul {
    display: flex;
}

.region-right-header section.language-switcher-language-url>ul {
    padding: 0;
    padding-right: 10px;
    align-items: center;
}

.region-right-header section.language-switcher-language-url>ul>li {
    padding: 10px;
    list-style: none;
}

.region-right-header {
    display: flex;
}

#block-client-search {
    order: 1;
}

#block-locationswitcherblock {
    order: 2;
}

#block-gearmenublock {
    order: 3;
}

/* offline import page css start */

.offtime-scheduleimportform .panel-body a {
    color: #000;
}

.offtime-scheduleimportform .panel-body a:hover {
    text-decoration: underline;
}

.offtime-scheduleimportform .to-file {
    cursor: pointer;
}

.offtime-scheduleimportform .panel-heading {
    display: none;
}

.offtime-scheduleimportform .offtime-action-btn .btn {
    border-radius: 4px;
}

.offtime-scheduleimportform .offtime-action-btn a.btn-primary.btn {
    margin-left: 4px;
}

.offtime-scheduleimportform input[type="file"].js-form-file.form-control[disabled] {
    opacity: 0;
}

.offtime-revert-teb a .ajax-throbber {
    display: none;
}

.path-offtime-revert-list .service-delete-main-wrapper .action-btn-wrapper .ajax-throbber {
    display: none;
}

.client-search-clientsearchform .input-group .input-group-addon {
    display: none;
}

.ui-autocomplete.client_autosearch_suggestion {
    z-index: 9999;
}

.ui-autocomplete.client_autosearch_suggestion .ui-menu-item a {
    max-width: 180px;
    display: inline-block;
    white-space: pre-wrap;
}


/* offline import page css end */

@media only screen and (min-width: 768px) {
    .navbar-collapse a.logo,
    .not-logged-in .navbar-collapse a.logo {
        width: 275px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .menu-icon .ch-icon,
    .submenu-icon-hide {
        background-image: none !important;
    }
    #navbar-collapse .region-navigation-collapsible nav {
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    #navbar-collapse .region-navigation-collapsible nav {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    div#search {
        float: none;
        width: 100%;
    }
    div#center {
        margin-bottom: 10px;
    }
    .navbar-collapse a.logo,
    .not-logged-in .navbar-collapse a.logo {
        width: 180px;
    }
    .right-header .client-search-clientsearchform input[type="text"] {
        padding-right: 40px;
        max-width: 180px;
    }
    nav .nav>li>a {
        padding: 10px 5px;
    }
    .nav>li>a {
        padding: 8px 5px;
    }
    /*---------Rishabh----------*/
    .schedule-count {
        margin-top: 10px;
        display: inline-block;
    }
    div #center {
        padding-left: 15px;
    }
    .header-wrapper {
        height: auto;
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .offtime-scheduleimportform {
        padding: 0 15px;
    }
    .client-search-assignclientstosa .search-container .client_counts::after {
        background-image: url(../images/chev.png);
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        display: inline-block;
        content: "";
        background-size: 18px 18px;
        position: absolute;
        right: 16px;
        pointer-events: none;
    }
    form#user-login-form {
        max-width: 400px;
        margin: 30px 7px;
    }
    .inbox-msg .inbox-subject {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 197px;
        overflow: hidden;
    }
    .navbar-collapse ul.dropdown-menu {
        position: relative;
        width: 100%;
    }
    .path-node .node-preview-container {
        margin-top: 8px !important;
    }
    #navbar nav .menu.nav li {
        background-color: transparent;
        border-bottom: solid 1px #fff;
    }
    .navbar-collapse .nav>li.dropdown>a {
        font-size: 16px;
    }
    .expanded.dropdown ul.dropdown-menu li a {
        font-size: 16px;
    }
    .message-compose .btn_wrap,
    .page-dashboard .btn_wrap {
        position: absolute;
        bottom: 15px;
        left: 50%;
    }
    #navbar nav .menu.nav li.open {
        background-color: #ededed;
        color: white;
    }
    #block-storemenu .dropdown-menu {
        font-size: 13px;
        background-color: #ededed;
        border: 1px solid #ededed;
    }
    .filter_submit button {
        margin-top: 0;
    }
    .client_profile .tab-content {
        padding: 20px 0px;
    }
    .client_profile .nav-tabs li {
        width: 100%;
        float: none;
    }
    #client_purHistory #purHistory_content .lavel-2 li {
        width: 50%;
    }
    #details {
        height: auto;
        border-left: 0;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: none;
    }
    #calendar {
        margin-bottom: 15px;
        border: none;
        display: none;
        height: auto;
        float: none;
    }
    .mob-button .navbar #navbar-collapse .logo {
        display: none;
    }
    .filter_field {
        margin-top: 10px;
    }
    .filter_submit {
        margin-top: 10px;
    }
    .filter_submit button {
        margin: 0px;
        width: 100%;
    }
    /* .nav>li.dropdown>a:after
{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #fff;
} */
    #block-storemenu .nav>li.dropdown.open>a:after {
        border-left-color: transparent;
        border-top-color: #fff;
        top: 23px;
        right: 17px;
    }
    .caret {
        display: none;
    }
}


/*select messsage theme popup*/

.sel_wrap {
    background: #f3f3f3;
    padding: 10px 15px 15px 15px;
    min-height: 135px;
    display: inline-block;
    width: 47.5%;
    position: relative;
    margin: 0 0 20px;
    -moz-box-shadow: 0 1px 1px #d6d6d6;
    -webkit-box-shadow: 0 1px 1px #d6d6d6;
    -o-box-shadow: 0 1px 1px #d6d6d6;
    box-shadow: 0 1px 1px #d6d6d6;
}

.sel_wrap:nth-child(2n) {
    margin-right: 0;
}

.img_wrap {
    background: url(../images/recommendedMVS-img.jpg) no-repeat left top;
    width: 90px;
    height: 110px;
    float: left;
    margin-right: 0px;
}

.wrap-btn {
    float: left;
    width: 60%;
}

.message-compose a {
    background: transparent;
    border: 2px solid #a5a5a5;
    color: white;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    padding: 5px 15px;
    font-weight: normal;
}

.btn_wrap {
    position: absolute;
    bottom: 8px;
}


/* .message-compose a{
        content: "\2713";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
        font-size: 15px;
        text-align: center;
        line-height: 15px;
    }  */


/* .main-container.container{
    margin-top: 0px;
    padding: 0px !important;

} */

#block-sa-role-front-inbox-count-result,
#block-sa-role-front-sent-count-result {
    margin: 0 0 30px;
}

.message-compose .wrap-btn,
.page-dashboard .wrap-btn,
.page-popup-compose-type .wrap-btn {
    float: right;
    width: 61%;
    position: relative;
    min-height: 110px;
}

.message-compose .form-radios {
    text-align: center;
}

.message-compose.sel_wrap,
.page-dashboard .sel_wrap,
.page-popup-compose-type .sel_wrap {
    border: 1px solid rgba(175, 175, 175, 0.45);
}

.message-compose .btn_wrap,
.page-dashboard .btn_wrap {
    position: absolute;
    bottom: 15px;
    left: 16%;
}

.message-compose .btn_wrap a {
    border: none;
    /* color: #fff;
    background-color: #616365 !important; */
    bottom: 0;
}

.message-compose .ui-dialog-titlebar h4 {
    text-align: center;
}


/*end for select messsage theme popup*/


/*-----------------Email Preview css start----------------*/


/*.email-preview-wrapper > table{
    max-width: 500px !important;
    min-width: 300px !important;
    width: 500px !important;

}

.email-preview-wrapper > table > tbody > tr > td{
    max-width: 500px !important;
    min-width: 300px !important;
    width: 500px !important;

}*/


/*-----------------Email Preview css end----------------*/

.view-id-message .view-header,
.view-id-message .view-filters {
    background-color: #ededed;
    padding: 15px;
}

.view-id-message .view-header h2.inbox-page-header {
    margin: 0;
}

.node-message-form .layout-region-node-footer,
.node-thank-you-note-form .layout-region-node-footer,
.node-birthday-anniversary-form .layout-region-node-footer,
.node-media-form .layout-region-node-footer,
.node-media-edit-form .layout-region-node-footer {
    width: 100%;
    padding: 0;
    margin-top: 10px;
}

.node-message-form .layout-region-node-footer .layout-region-node-footer__content,
.node-thank-you-note-form .layout-region-node-footer .layout-region-node-footer__content,
.node-birthday-anniversary-form .layout-region-node-footer .layout-region-node-footer__content,
.node-media-form .layout-region-node-footer .layout-region-node-footer__content,
.node-media-edit-form .layout-region-node-footer .layout-region-node-footer__content {
    background: none repeat scroll 0 0 #eee;
    padding: 15px 20px;
    border: 1px solid #d1d1d1;
    text-align: right;
    clear: both;
}

.node-message-form .layout-region-node-footer .form-actions button,
.node-thank-you-note-form .layout-region-node-footer .form-actions button,
.node-birthday-anniversary-form .layout-region-node-footer .form-actions button {
    /*padding: 8px 15px;*/
    margin: 0 !important;
    text-transform: uppercase;
}

.node-message-form .field--name-body .filter-wrapper,
.node-thank-you-note-form .field--name-body .filter-wrapper,
.node-birthday-anniversary-form .layout-region-node-footer.field--name-body .filter-wrapper {
    display: none;
}

.create-email-template .ui-dialog-titlebar h4 {
    text-align: center;
}


/*-----------------SANDEEP----------------*/

p.db-pipeline-number {
    color: #000;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}

.db-container {
    background-color: #EFEFEF;
    text-align: center;
    font-size: 12px;
    color: #272727;
    position: relative;
    padding-top: 25px;
    padding-bottom: 15px;
}

.db-img {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
}

.db-img img {
    width: 35px;
    height: 35px;
    margin: auto;
}

.dashboard_pipline_duplicate_inner {
    margin-bottom: 20px;
    padding: 0px 8px;
}

.dashbord_pipline_duplicate.clearfix {
    margin: auto 15px;
}

.navbar_custom {
    margin-bottom: 0px !important;
}

#navbar nav {
    padding-top: 0px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 100%;
}

html,
body,
p,
a,
.main-container.container .region-content .man_style_size .form-type-checkboxes>label,
.main-container.container .region-content .form-type-select>label,
.region-content .form-type-textfield>label,
.main-container.container .region-content .field-name-field-hair-colour .form-type-radios>label,
.main-container.container .region-content .field-name-field-eye-colour .form-type-radios>label,
.panel-body .form-wrapper .panel-heading .fieldset-title,
.main-container.container .region-content .field-name-field-style-icon .form-type-radios>label,
.email-preview-wrapper div,
.email-preview-wrapper a,
.email-preview-wrapper td,
.main-container.container .region-content .field-name-field-style-picks>label,
.panel-heading .panel-title>a,
.form-wrapper .panel-heading .fieldset-legend,
.view-Appointment .view-content .views-row .views-field h3 span,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget {
    font-family: 'Montserrat-Regular', sans-serif;
}

.calendar-date-wrap {
    width: 35px;
    height: 36px;
    border: 1px solid #c0bfbf;
    border-radius: 4px;
}

.calendar-date-wrap-year {
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.26px;
    background-color: #474747;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.calendar-date-wrap-date {
    text-align: center;
    font-size: 8px;
    color: #494949;
    letter-spacing: 0.26px;
}

.calendar-date-wrap-month {
    text-align: center;
    font-size: 8px;
    color: #494949;
    letter-spacing: 0.26px;
}

.view-id-todo .view-header {
    background-color: #ededed;
    /* padding: 20px 29px 0; */
}

.view-id-todo .view-filters {
    background-color: #ededed;
    padding-bottom: 10px;
    padding-top: 10px;
}

.form-inline {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    width: 100%;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}


/* custom search add--*/

.block-custom-client-search {
    padding: 30px 15px;
}

.client-search-clientsearchform .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    /* background: url(../images/magn.png) no-repeat center center; */
    border: none;
    height: 24px;
    margin: 0;
    text-indent: -99999px;
    z-index: 99;
}

.search-iterate {
    /* padding-left:10px; */
}

.assign_apply .btn_default {
    padding-top: 14px;
}

.assign_apply {
    /* padding-left: 15px; */
    text-align: right;
    padding: 14px;
}

.view-todo .form-item-sort-by {
    display: none !important;
}

.view-todo .form-item-sort-order .control-label {
    display: none;
}

ul.profile-counter {
    background-color: #f3f3f3;
}

.region-content .nav,
ul.nav-tabs {
    width: 100%;
    /* background: #616365;
        border: 1px solid #ddd !important; */
}

.region-content .nav,
ul.nav-tabs {
    /* background: #f4f3f3; */
    padding-bottom: 1px;
    /*  padding: 10px !important; */
}

.ch-icon {
    background-size: 24px;
    padding-left: 20px !important;
}

.navbar .navbar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


/* .path-calendar .navbar .navbar-header {
    justify-content: flex-start;
} */

.navbar .navbar-header .region-navigation a.logo img {
    width: 100px !important;
    height: auto;
}

.mag-c-block-w .login-url-w .dropdown a {
    display: flex;
    align-items: center;
}

.mag-c-block-w .login-url-w .dropdown a img {
    width: 20px !important;
    margin-right: 5px;
}

.navbar .navbar-header .logo {
    padding-right: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: none !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: none !important;
}

.clinent-detail-content .contact-detail-controls .u-image {
    margin: 0px auto 10px;
}

.contact-detail-controls #contact-name {
    max-width: 100% !important;
    color: rgb(39, 39, 39);
}

.form-control {
    line-height: 17px;
    width: 100.1%;
    font-size: 13px;
}

.except-image-purchase.text-center {
    margin-top: 5px;
    min-height: 120px;
}

.product_image_history {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140px;
    max-height: 260px;
    height: 200px;
}

.inner-div-purchasehistory {
    text-align: center;
}

span.communication_view>a {
    text-decoration: underline;
    float: right;
    color: rgb(39, 39, 39);
    font-size: 13px;
}

.client_pro_pad {
    padding-left: 0px;
}

.rr_profile_detail .rc-label {
    font-size: 13px;
}

#hide_client_field {
    display: none;
}

.client_profile .tab-content {
    border: 1px solid #fff;
}

.btn-primary .btn {
    text-transform: uppercase;
}

a,
a:hover,
a:focus {}

.communication_history_btn {
    text-align: right;
    margin-bottom: -20px;
}

.communication_history_pad {
    padding-left: 0px;
}

.communication_history_btn hr {
    border-top: 1px solid #cccccc;
}

.form-group:last-child {
    margin-bottom: 0px;
}

.user-login-form-wrapper .form_fields .form-group:last-child {
    margin-bottom: 16px;
}

#edit-select-sa:hover {
    color: #444645;
    background: #ddd;
}

div#notes_content {
    clear: both;
}

#client_overview span.communication_view {
    font-size: 13px !important;
}

.btn-info,
.btn-primary,
.btn-warning,
.btn-success,
.btn-primary:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-success:focus,
.btn-info:hover,
.btn-primary:hover,
.btn-warning:hover,
.btn-success:hover,
.btn-primary:active,
.btn-info:active,
.btn-warning:active,
.btn-success:active {
    background-color: #000;
    border: none;
    color: #fff;
}

.cp-img .cp-call {
    width: 30%;
    height: 30%;
}


/* .fieldset_collapsed span.collapsed::before {
    float: right !important;
    content: "\f067";
    content: '-';
    display: inline-block;
    font-family: 'Glyphicons Halflings';
} */

.fieldset_collapsed span::before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: '-';
    font-size: 45px;
    height: 53px;
    position: relative;
    top: -32px;
    padding-bottom: 20px;
    float: right;
}

.collapsed span::before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: '+';
    font-size: 15px;
    top: 0px;
}

#node-call-log-form>.layout-node-form>.layout-region>.field--name-title,
#node-call-log-edit-form>.layout-node-form>.layout-region>.field--name-title,
#cke_1_bottom,
#cke_1_top,
#edit-body-0-format,
#edit-field-log-created-by-wrapper,
#edit-field-recommend-type-chat-wrapper {
    display: none;
}

.page-node-type-call-log>.dialog-off-canvas-main-canvas>.main-container>.row>.col-sm-12>.region-content>.tabs {
    display: none;
}

.layout-region-node-footer__content {
    border: none;
    padding: 0;
}

.inbox-compose>.ajax-throbber,
.cancel-btn>.ajax-throbber {
    display: none;
}

.filter_submit .form-actions {
    margin-top: 1vw;
    margin-bottom: 1vw;
}

#todos_content .filter_submit .form-actions {
    margin-top: 0px;
}


/* #edit-submit
 {
     float: right;

 } */

.todo_wrapper .ajax-throbber {
    display: none;
}

.todo_wrapper .input-group-addon {
    display: none;
}

.todo_wrapper .input-group {
    width: 100%;
}

.view-todo .form-inline .form-group {
    display: block;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    width: 288pxpx;
    height: 38px0px;
    opacity: 8px0;
}

#edit-field-type-wrapper {
    display: none;
}

.layout-region-node-footer {
    width: 100%;
    padding: 0px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border: none;
    border-color: none;
}

.region-content ul.menu--todo-menu.nav li a {
    font-size: 12px;
    /* font-family: 'Book45', arial; */
}

.filter_submit .btn {
    margin: 0px;
    padding: 4px 28px;
}

.btn-complete {
    background-color: #333333 !important;
}

ul.dropdown-menu {
    padding-bottom: 0;
}

body {
    overflow-x: hidden;
}

.help-block,
.control-group .help-inline {
    display: none;
}

.btn_wrap_chatapp {
    padding: 5px 10px;
    bottom: 5px;
    width: 100%;
}

.btn_wrap_chatapp>a,
.btn_wrap_chatoptios>a {
    background: transparent;
    border: 2px solid #a5a5a5;
    color: black;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    padding: 5px 15px;
    font-weight: normal;
    width: 150px;
}

.btn_wrap_chatoptios {
    text-align: center;
}

.btn_wrap_chatapp>a>.ajax-throbber {
    display: none;
}

button#edit-preview:focus,
button#edit-preview:active,
button#edit-preview:hover {
    background-color: #616365 !important;
    color: #FFF;
}

#edit-preview>.ajax-throbber {
    display: none;
}

.listing_title_action .listing_title {
    color: rgb(39, 39, 39);
    font-size: 13px;
    font-weight: 600;
}

.listing_avtar_detail .listing_avtar_title {
    color: rgb(39, 39, 39);
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 500;
}

.service-delete-popup-conf .modal-body {
    padding: 15px;
    padding-bottom: 35px;
}

.service-delete-popup-conf .service-delete-main-wrapper {
    text-align: center;
}

.service-delete-popup-conf .service-delete-main-wrapper .close-modal-custom button.close span {
    padding-right: 10px;
}

.service-delete-popup-conf .service-delete-main-wrapper .dlt-img {
    margin-bottom: 28px;
}

.service-delete-popup-conf .service-delete-main-wrapper .dlt-img>img {
    height: 55px;
}

.service-delete-popup-conf .service-delete-main-wrapper .dlt-info {
    margin-bottom: 43px;
}

.service-delete-popup-conf .service-delete-main-wrapper .dlt-info>span {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.59px;
    color: #333333;
}

.service-delete-popup-conf .service-delete-main-wrapper .action-btn-wrapper {
    padding: 0;
}

.service-delete-popup-conf .service-delete-main-wrapper .action-btn-wrapper>a:nth-child(1) {
    margin-right: 34px;
}

.service-delete-popup-conf .service-delete-main-wrapper .action-btn-wrapper>a {
    margin-left: 0px;
}

.service-delete-popup-conf .action-btn-wrapper .delete-btn {
    width: 112px;
    display: inline-block;
    font-size: 13px;
    line-height: 36px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #00919c !important;
    background: #fff !important;
    opacity: 1 !important;
    border: 1px solid #00919c;
    margin-left: 34px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.service-delete-popup-conf .action-btn-wrapper .btn-primary {
    width: 112px;
    display: inline-block;
    font-size: 13px;
    line-height: 36px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #00919c !important;
    background: #fff !important;
    opacity: 1 !important;
    border: 1px solid #00919c;
    margin-left: 34px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.service-delete-popup-conf .action-btn-wrapper .btn-primary {
    background: #00919c !important;
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .message-compose .btn_wrap,
    .page-dashboard .btn_wrap {
        position: absolute;
        bottom: 0px;
        left: 0%;
        margin-left: 0px;
    }
    #navbar nav .menu.nav .dropdown-menu>li {
        background-color: #616365;
    }
    .message-compose .btn_wrap {
        background: transparent;
        background-color: #797979;
        border: 2px solid #797979;
        color: #797979;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        text-shadow: none;
        padding: 5px 10px;
        font-weight: normal;
    }
    .message-compose .wrap-btn,
    .page-dashboard .wrap-btn,
    .page-popup-compose-type .wrap-btn {
        float: right;
        width: 62%;
        position: relative;
        min-height: 110px;
    }
    .title_wrap {
        text-align: left;
    }
    .sel_wrap {
        width: 100%;
    }
}


/* .region-content h1.page-header
{
    font-size: 20px;
}

.glyphicon-ok:before
{
    display: none;
} */


/* .layout-region-node-footer__content button#edit-submit
{
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 30px;
    border: 1px solid #414141;
    min-width: 100px;
    text-align: center;
    font-size: 12px !important;
    text-transform: uppercase !important;
}

#node-call-log-edit-form >.layout-region-node-footer,#node-call-log-form >.layout-region-node-footer
{
    background-color: #eee;
    border: 1px solid #d1d1d1;
}

.clearfix::before a.btn-primary
{
    font-size: 13px !important;
    border-radius: 5px;
    background-color: #333333;
    padding: 6px 8px;
    line-height: 1.5;
    border-color: #d1d1d1;
    font-family: 'Book45', arial;
    letter-spacing: 0.025em;
} */

#node-call-log-edit-form>.layout-node-form>.layout-region-node-footer,
#node-call-log-form>.layout-node-form>.layout-region-node-footer {
    background-color: #eee;
    border: 1px solid #d1d1d1;
}


/*.node-message-form > .layout-node-form > .layout-region-node-footer > .layout-region-node-footer__content > .form-actions > #edit-preview, .node-thank-you-note-form > .layout-node-form > .layout-region-node-footer > .layout-region-node-footer__content > .form-actions > #edit-preview, .node-birthday-anniversary-form > .layout-node-form > .layout-region-node-footer > .layout-region-node-footer__content > .form-actions > #edit-preview{
  display: none;
}*/

.modal-header>h4 {
    font-size: 15px;
}

.pw-item-title {
    font-size: 18px;
    margin-top: 10px;
    color: #000000;
}

.path-product .img-wrapper {
    margin: 15px 0;
    text-align: center;
}

.path-product .img-wrapper img {
    max-width: 400px;
}

.pw-title-label {
    font-size: 15px;
    color: #333333;
    margin-bottom: 0;
    font-weight: bold;
}

.field-label.short_des {
    margin-bottom: 25px;
}

.product_container_wrapper>div {
    width: 100%;
}

.product_container_wrapper button {
    width: 100%;
}

.product_container_wrapper {
    margin-top: 10px;
}

.mt_subject {
    background: #454444;
    font-size: 14px;
    color: #fff;
    padding: 20px 15px;
    border-bottom: 5px solid #860b1d;
    position: relative;
}

.mt_user {
    margin-top: 15px;
}

.rr-logout {
    background: url(../images/logout.png) no-repeat center;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: 7px;
}

#block-rrlogout {
    position: absolute;
    right: 18px;
    top: 25px;
}

@media (max-width: 480px) {
    .path-product .img-wrapper img {
        max-width: 200px;
    }
}


/*cancel button on communication forms*/

.cancel_wrapper {
    width: 12%;
    float: right;
}

.submit_wrapper {
    width: 12%;
    float: right;
    margin: 0px;
}

.preview_wrapper {
    width: 10%;
    float: right;
}

.path-node .modal-dialog {
    width: 700px;
}

.create-email-template.modal-content {
    display: table !important;
}

.icons-wrapper>span.bell {
    left: 28px;
    position: relative;
    top: 8px;
}

.icons-wrapper>span,
.icons-wrapper>a {
    display: inline-block;
    position: relative;
    float: left;
}

a#pop {
    margin: 1px 5px 0 0;
}

.icons-wrapper .count-unread {
    position: absolute;
    top: -2px;
    right: 0px;
    padding: 4px 0 0;
    font-size: 10px!important;
    line-height: 1;
    color: #FFF!important;
    border-radius: 100%;
    border: 1px solid #FFF;
    height: 19px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    margin-top: 0;
}

.icons-wrapper .count-unread {
    background: #BEBEBE;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    border-color: #BEBEBE;
}

.icons-wrapper>a .notif-click {
    width: 36px;
    height: 31px;
    cursor: pointer;
    position: relative;
}

.icons-wrapper>a .notif-click,
span.setting {
    display: inline-block;
}

.icons-wrapper>span.bell img {
    height: 22px;
    width: 22px;
}

.icons-wrapper>a .notif-click {
    width: 36px;
    height: 31px;
    cursor: pointer;
    position: relative;
}

.icons-wrapper>a .notif-click:before,
span.setting>.nav>li>a:before {
    content: "";
    width: inherit;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    height: inherit;
    /* font-family: 'clientela'; */
    font-size: 36px;
    line-height: 1;
}

.wrap_not_view {
    padding: 0 15px;
}

.wrap_not_view>a {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.wrap_not_view .content {
    margin-bottom: 15px;
}

a#pop {
    margin: 1px 5px 0 0;
    outline: none;
}

.detail .notification_count {
    color: #000;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 1px;
}

.detail .notification_content {
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: middle;
}

.popover-content .content .detail .image img {
    width: 29px;
    height: 29px;
}

.popover-content .content {
    margin-bottom: 10px;
    margin-top: 15px;
}

.popover-content a#pop {
    display: none;
}

.popover {
    position: fixed;
}

.wrap_not_view .content .detail a .image img {
    width: 29px;
    height: 29px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .icons-wrapper {
        position: absolute;
        right: 15px;
        top: 24px;
    }
    form#user-login-form {
        max-width: 400px;
        margin: 30px auto;
    }
}

.node-thank-you-note-form .tabledrag-toggle-weight,
.node-thank-you-note-form .field-multiple-drag,
.node-birthday-anniversary-form .tabledrag-toggle-weight,
.node-birthday-anniversary-form .field-multiple-drag,
.node-social-pickandsend-form .tabledrag-toggle-weight,
.node-social-pickandsend-form .field-multiple-drag {
    display: none;
}

.has-multiple-fields-remove-button .multiple-fields-remove-button,
.has-multiple-fields-remove-button .multiple-fields-remove-button:hover,
.has-multiple-fields-remove-button .multiple-fields-remove-button:focus {
    top: 45%;
    right: 12px;
    padding-right: 8px !important;
}

.field-add-more-submit,
.field-add-more-submit:active,
.field-add-more-submit:hover,
.field-add-more-submit:focus {
    font-size: 12px !important;
    float: right;
}

.field-multiple-table>thead>tr>th,
.table>tbody>tr>.has-multiple-fields-remove-button {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 8px !important;
    font-weight: 300;
    background-color: white;
    border: none;
}

.field-multiple-table {
    margin-bottom: 0;
}

.field-add-more-submit,
.tabledrag-hide,
.field--name-field-single-item-image,
.field--name-field-single-item-title {
    display: none;
}

.staff-profile-form #employee-appointment-services-add-more-wrapper .field-add-more-submit {
    display: block;
}

.has-multiple-fields-remove-button .glyphicon-refresh:before {
    display: none;
}

#unpublished-link,
#edit-link {
    float: left;
    width: 50%;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background-color: #191918;
    color: white;
    margin-top: 15px;
}

.img-tab {
    max-height: 98px;
    overflow: hidden;
    min-height: 98px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 1px #ddd;
}

.cartier-galary-page {
    margin: 25px 10px;
    padding: 0px !important;
    box-shadow: 0px 0px 4px 1px #ddd;
    width: 22%;
}

.menu--media-menu li {
    width: 25%;
    text-align: center;
}

.cg-upload {
    margin-bottom: 20px;
}

.cartier-gallery-container {
    margin-top: 10px;
}

.img-tab-label {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 1px #ddd;
}

.image-checkbox-label {
    background-color: #860b1d;
    color: #fff;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.form-type-checkbox input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-top: 0;
}

#message_media_gallery {
    display: none;
}

.ch_media_btn {
    padding-left: 0;
    margin-bottom: 10px;
}

.ch_media_btn a,
.ch_media_btn a:hover,
.ch_media_btn a:active,
.ch_media_btn a:focus,
.ch_media_btn a:visited {
    width: 200px;
    background-color: #191918;
}

.ch_media_btn a .ajax-throbber {
    display: none;
}

.selected_items {
    padding: 4px;
}

.gallery-tabs li {
    width: 25%;
}

.gallery-tabs li a {
    background: #616365;
    text-transform: uppercase !important;
    text-align: center;
}


/* .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  background: #333;
  color: #FFF;
  border: none;
  border-bottom: 0px solid #616365;
}
.nav-tabs li a:hover {
  background: #333;
  color: #FFF;
  border: none;
} */

span.cke_bottom,
span.cke_top {
    display: none;
}

.edit-actions {
    margin-top: 17px;
}

.menu--language-switcher {
    display: flex;
}

.menu--language-switcher a {
    color: #fff;
}

.menu--language-switcher a:active,
.menu--language-switcher a:hover {
    color: #fff;
}

.events-list-table .sortable>a {
    text-decoration: underline !important;
}

.path-admin.user-emp-logged-in .messages__wrapper {
    margin-top: 40px;
}

.path-client-detail .messages__wrapper {
    margin-top: 40px;
}

.path-questionnaire-listing .messages__wrapper {
    margin-top: 40px;
}

.path-client-event .messages__wrapper {
    margin-top: 40px;
}

.path-service-list .messages__wrapper {
    margin-top: 40px;
}


/*.loader-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999999;
    display: none;
}

.loader-wrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}*/

.generate-staff-form #employee-appointment-services-add-more-wrapper .field-add-more-submit {
    display: block;
    float: left;
}

.messages__wrapper {
    margin-top: 40px;
}

#select_stylist_itemList .multiselect-text {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.43px;
    color: #585858;
    margin-left: 5px;
    text-transform: capitalize;
}

.multiselect-wrapper .multiselect-list {
    min-width: 180px;
}

@media (min-width: 768px) and (max-width:1000px) {

    .container {
        width: 100% !important;
    }

    #navbar-collapse .menu--store-menu {
        display: flex;
        overflow-x: auto;
    }
    #navbar-collapse .menu--store-menu li a {
        white-space: nowrap;
        font-size: 11px;
    }
    #navbar-collapse .menu--store-menu li:first-child a {
        min-width: unset;
    }
    #navbar-collapse .menu--store-menu li:nth-child(3) a {
        min-width: unset;
    }
}

.block-magasin-customer-block {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.block-magasin-customer-block .mag-c-block-w .dropdown-toggle {
    background: #f9f9f9 !important;
    padding: 13px 15px;
    border-radius: 5px;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
}

.block-magasin-customer-block .mag-c-block-w .dropdown-toggle img {
    margin-right: 3px;
    width: 18px;
    margin-top: -1px;
}

.block-magasin-customer-block .mag-c-block-w .dropdown-toggle .caret {
    margin-left: 8px;
    margin-top: 1px;
}

.block-magasin-customer-block .mag-c-block-w .dropdown:hover .dropdown-menu {
    display: block !important
}

.block-magasin-customer-block .mag-c-block-w .dropdown-menu {
    width: 100%;
    border: none;
    margin: 0;
    left: unset;
    right: 0;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}

.block-magasin-customer-block .mag-c-block-w .dropdown:hover .caret {
    transform: rotate( 180deg);
}

.block-magasin-customer-block .mag-c-block-w .dropdown-menu a {
    padding: 5px 15px!important;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
}

.block-magasin-customer-block .mag-c-block-w .dropdown-menu a:hover {
    opacity: 0.5;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .user-logged-in.path-mag-customers #navbar .navbar-header {
        width: 100%;
    }
    .user-logged-in.path-mag-customers #navbar .navbar-header .region-navigation {
        justify-content: space-between;
    }
    .user-logged-in.path-mag-customers #navbar .navbar-header .region-navigation a {
        width: auto;
        margin: 0;
    }
    .user-logged-in.path-mag-customers #navbar .navbar-header .region-navigation .caret {
        display: block;
    }
}

li.pager__item.pager__item--next a {
    font-size: 11px !important;
}

li.pager__item.pager__item--last a {
    font-size: 11px !important;
}

.pagination .pager__item {
    width: 40px;
    height: 40px;
}

.pagination .pager__item a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0;
    padding-top: 1px;
}

.pagination .pager__item a span {
    display: inline-block;
    white-space: nowrap;
    width: 28px;
    overflow: hidden;
}

.scheduler-title {
    margin-top: 40px;
    border-bottom: inset;
    padding: 10px 50px;
}

.field--name-title {
    padding: 20px 0px 0px 0px;
}

#field-schedule-add-more-wrapper .field-add-more-submit {
    display: block !important;
}


/**Only for eng lang**/

[lang="en"] .pagination .pager__item--first a [aria-hidden="true"] {
    color: transparent;
    font-size: 0;
}

[lang="en"] .pagination .pager__item--first a [aria-hidden="true"]::before {
    content: '«';
    font-size: 12px;
    color: black;
    line-height: normal;
    position: relative;
    top: -1px;
    left: 1px;
}

[lang="en"] .pagination .pager__item--previous a [aria-hidden="true"] {
    color: transparent;
    font-size: 0;
}

[lang="en"] .pagination .pager__item--previous a [aria-hidden="true"]::before {
    content: '‹';
    font-size: 12px;
    color: black;
    line-height: normal;
    position: relative;
    top: -1px;
    left: 1px;
}

[lang="en"] .pagination .pager__item--next a [aria-hidden="true"] {
    color: transparent;
    font-size: 0;
}

[lang="en"] .pagination .pager__item--next a [aria-hidden="true"]::before {
    content: '›';
    font-size: 12px;
    color: black;
    line-height: normal;
    position: relative;
    top: -1px;
    left: 1px;
}

[lang="en"] .pagination .pager__item--last a [aria-hidden="true"] {
    color: transparent;
    font-size: 0;
}

[lang="en"] .pagination .pager__item--last a [aria-hidden="true"]::before {
    content: '»';
    font-size: 12px;
    color: black;
    line-height: normal;
    position: relative;
    top: -1px;
    left: 1px;
}

.mag-c-block-w {
    display: flex;
    align-items: center;
}

.customer-level {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .mag-c-block-w {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .mag-c-block-w .customer-level {
        order: 2;
        margin-right: 0;
        margin-top: 4px;
        margin-bottom: 8px;
        width: 100%;
        text-align: right;
    }
    .block-magasin-customer-block .mag-c-block-w .dropdown-toggle {
        padding: 5px 6px;
        font-size: 12px;
    }
}


/* Schedule Page */

.path-schedule .region-content .page-header {
    background-color: transparent;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    padding-left: 0;
    border-bottom: 2px solid #d5d5d5;
}

.view-id-schedule .form-group .view-filters {
    padding-bottom: 26px;
    border-bottom: 2px solid #d5d5d5;
    margin-bottom: 0;
}

.view-id-schedule .views-exposed-form input {
    width: 319px;
    height: 35px;
    padding: 5px 15px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
}

.view-id-schedule {
    position: relative;
    margin-top: 27px;
}

.view-id-schedule .view-header {
    position: absolute;
    right: 18px;
    ;
    top: -2px;
    width: auto;
}

.view-id-schedule .view-header a {
    display: flex;
    flex-wrap: wrap;
    width: 164px;
    height: 38px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #2f2f2f;
    font-size: 13px;
    color: #fff;
}

.view-id-schedule .view-content .table>thead>tr>th {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 1.8;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.view-id-schedule .view-content .table>thead>tr>th:first-child {
    padding-left: 14px !important;
}

.view-id-schedule .view-content .table>thead>tr>.views-field-created,
.view-id-schedule .view-content .table>thead>tr>.views-field-changed {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.5);
}

.view-id-schedule .table-striped>tbody>tr:nth-of-type(odd),
.view-id-schedule .table-striped>tbody>tr:hover {
    background-color: rgba(178, 178, 178, 0.1);
}

.view-id-schedule .table-striped>tbody>tr>td {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 38px;
    border: none;
    font-weight: 500;
    color: #000000;
}

.view-id-schedule .table-striped>tbody>tr>td .in-use {
    font-family: "Montserrat-Medium";
    color: #fa6400;
}

.view-id-schedule .table-striped>tbody>tr>td:first-child {
    padding-left: 14px;
}

.view-id-schedule .table-striped>tbody>tr>.views-field-edit-node {
    width: 153px;
    padding-right: 33px;
}

.view-id-schedule .table-striped>tbody>tr>.views-field-edit-node a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    ;
    height: 38px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #2f2f2f;
    font-size: 13px;
    color: #fff;
}


/*  Shcdule Form page */

.node-schedule-import-edit-form .field-multiple-drag,
.node-schedule-import-form .field-multiple-drag {
    display: none !important;
}

.node-schedule-import-edit-form .field-multiple-table>thead>tr>th,
.node-schedule-import-form .field-multiple-table>thead>tr>th {
    padding: 0 !important;
}

.node-schedule-import-edit-form .field--widget-entity-reference-paragraphs .field-multiple-table,
.node-schedule-import-form .field--widget-entity-reference-paragraphs .field-multiple-table {
    margin-bottom: 0;
    width: 616px;
}

.node-schedule-import-edit-form .field--widget-entity-reference-paragraphs .form-item,
.node-schedule-import-form .field--widget-entity-reference-paragraphs .form-item {
    overflow-x: auto;
}

.node-schedule-import-edit-form .field--widget-entity-reference-paragraphs .field-multiple-table tbody tr,
.node-schedule-import-form .field--widget-entity-reference-paragraphs .field-multiple-table tbody tr {
    border-bottom: 1px solid #d5d5d5;
}

.node-schedule-import-edit-form .field--widget-entity-reference-paragraphs .field-multiple-table tbody tr:last-child .paragraph-type-top,
.node-schedule-import-form .field--widget-entity-reference-paragraphs .field-multiple-table tbody tr:last-child .paragraph-type-top {
    margin-top: 15px;
}

.node-schedule-import-edit-form .button[name="field_schedule_schedule_add_more"],
.node-schedule-import-form .button[name="field_schedule_schedule_add_more"],
.node-schedule-import-form #field-schedule-add-more-wrapper .field-add-more-submit {
    margin-bottom: 46px;
    float: left;
}

.node-schedule-import-edit-form .button[name="field_schedule_schedule_add_more"]:hover,
.node-schedule-import-form .button[name="field_schedule_schedule_add_more"]:hover {
    text-decoration: underline;
}

.node-schedule-import-edit-form .layout-region-node-footer__content,
.node-schedule-import-form .layout-region-node-footer__content {
    margin-top: 0;
}

.node-schedule-import-edit-form .field--name-field-schedule,
.node-schedule-import-form .field--name-field-schedule {
    margin-top: 40px !important;
}

.node-schedule-import-edit-form .form-group .field-group-html-element,
.node-schedule-import-form .form-group .field-group-html-element {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 52px;
}

.node-schedule-import-edit-form .form-group .field-group-html-element:last-child,
.node-schedule-import-form .form-group .field-group-html-element:last-child {
    margin-bottom: 30px;
}

.node-schedule-import-edit-form .form-group .form-type-checkbox,
.node-schedule-import-form .form-group .form-type-checkbox {
    margin: 0;
}

.node-schedule-import-edit-form .form-group .form-type-checkbox label,
.node-schedule-import-form .form-group .form-type-checkbox label {
    width: 70px;
    font-size: 15px;
    letter-spacing: 1.07px;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 45px;
}

.node-schedule-import-edit-form .form-group .form-type-checkbox .form-checkbox,
.node-schedule-import-form .form-group .form-type-checkbox .form-checkbox {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    outline: none;
    -webkit-appearance: none;
    margin-right: 11px;
    cursor: pointer;
}

.node-schedule-import-edit-form .form-group .form-type-checkbox .form-checkbox:checked,
.node-schedule-import-form .form-group .form-type-checkbox .form-checkbox:checked {
    border: none;
    background-repeat: no-repeat;
    background-image: url('../images/checked.svg');
    border-radius: 0;
    background-size: contain;
}

.node-schedule-import-edit-form .form-group .form-type-time label,
.node-schedule-import-form .form-group .form-type-time label {
    display: none;
}

.node-schedule-import-edit-form .form-group .form-type-time input[type="time"],
.node-schedule-import-form .form-group .form-type-time input[type="time"] {
    width: 121px;
    height: 35px;
    padding: 4px 12px 4px 12px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    margin-right: 17px;
}

.node-schedule-import-edit-form .form-group .required-fields h3,
.node-schedule-import-form .form-group .required-fields h3 {
    width: 81px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1.07px;
    margin: 0;
}

.node-schedule-import-edit-form .form-group,
.node-schedule-import-form .form-group {
    margin: 0;
}

.node-schedule-import-edit-form div#edit-actions,
.node-schedule-import-form div#edit-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -1px;
    padding-top: 29px;
    margin-bottom: 43px;
    border-top: 2px solid #d5d5d5;
}

.node-schedule-import-edit-form .field--name-title .control-label,
.node-schedule-import-form .field--name-title .control-label {
    font-size: 17px;
    line-height: 1.59;
    letter-spacing: 1.21px;
    color: #000;
}

.node-schedule-import-edit-form .field--name-title .form-control,
.node-schedule-import-form .field--name-title .form-control {
    max-width: 614px;
    width: 100%;
    height: 35px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 30px;
}

.node-schedule-import-edit-form .field--widget-entity-reference-paragraphs .field-multiple-table thead,
.node-schedule-import-form .field--widget-entity-reference-paragraphs .field-multiple-table thead {
    display: none;
}

.node-schedule-import-edit-form .field--widget-entity-reference-paragraphs .field-multiple-table .paragraph-type-top .paragraph-type-title,
.node-schedule-import-form .field--widget-entity-reference-paragraphs .field-multiple-table .paragraph-type-top .paragraph-type-title {
    font-size: 17px;
    line-height: 1.59;
    letter-spacing: 1.21px;
    color: #000;
    margin-bottom: 0;
    white-space: normal;
    flex-basis: 100%;
}

.node-schedule-import-edit-form .field--widget-entity-reference-paragraphs .field-multiple-table .paragraph-type-top .dropbutton,
.node-schedule-import-form .field--widget-entity-reference-paragraphs .field-multiple-table .paragraph-type-top .dropbutton {
    margin-bottom: 0;
}

.node-schedule-import-edit-form .paragraph-type-top,
.node-schedule-import-form .paragraph-type-top {
    align-items: center;
    margin-bottom: 15px;
}

.node-schedule-import-edit-form .paragraph-type-top .button.btn-danger,
.node-schedule-import-form .paragraph-type-top .button.btn-danger {
    position: relative;
    top: 46px;
    right: 51px;
    width: 30px !important;
    height: 30px !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: -9999px;
    white-space: nowrap;
    border: none;
    border-radius: 50% !important;
}

.node-schedule-import-edit-form .paragraph-type-top .button.btn-danger:after,
.node-schedule-import-form .paragraph-type-top .button.btn-danger:after {
    width: 12px;
    height: 18px;
    content: "\f00d";
    font: normal normal normal 16px/1 FontAwesome;
    color: #000;
    display: block;
    color: #fff;
    text-indent: 0;
}


/* Shchedule Buttons */

.node-schedule-import-edit-form .button.btn-danger,
.node-schedule-import-form .button.btn-danger {
    background-color: #c30d0d !important;
}

.node-schedule-import-edit-form .button[name="field_schedule_schedule_add_more"],
.node-schedule-import-form .button[name="field_schedule_schedule_add_more"],
.node-schedule-import-form #field-schedule-add-more-wrapper .field-add-more-submit {
    margin-top: 18px;
    background-color: #79b928 !important;
}

.node-schedule-import-edit-form #edit-cancel,
.node-schedule-import-form #edit-cancel {
    width: 74px !important;
    background-color: transparent !important;
    color: #000000;
    text-transform: capitalize;
    border: none;
    text-decoration: underline;
}

.node-schedule-import-edit-form div#edit-actions .button,
.node-schedule-import-form div#edit-actions .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
}

.node-schedule-import-edit-form div#edit-actions .button:hover,
.node-schedule-import-form div#edit-actions .button:hover {
    text-decoration: underline;
}

.node-schedule-import-edit-form .button,
.node-schedule-import-form .button {
    width: 142px !important;
    height: 38px;
    border-radius: 4px !important;
    border: 1px solid #979797;
    background-color: #2f2f2f !important;
    font-size: 15px !important;
}

.node-schedule-import-edit-form .paragraph-type-top .dropbutton,
.node-schedule-import-form .paragraph-type-top .dropbutton {
    display: flex;
    list-style: none;
}

.node-schedule-import-edit-form .paragraph-type-top .dropbutton li,
.node-schedule-import-form .paragraph-type-top .dropbutton li {
    margin-left: 10px;
}

.node-schedule-import-edit-form .paragraph-type-top .dropbutton li:first-child .button,
.node-schedule-import-form .paragraph-type-top .dropbutton li:first-child .button {
    width: 150px !important;
}

.tabledrag-toggle-weight {
    display: none;
}

.scheduler-title {
    background-color: transparent;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 18px;
}

.view-id-schedule .table-striped>tbody>tr>.views-field-edit-node {
    margin-left: 10px;
}


/* Shchedule Responsive */

@media (max-width: 1040px) {
    .view-id-schedule .table-responsive table {
        overflow-x: scroll;
        max-width: 1040px;
        min-width: 900px;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .view-id-schedule .views-exposed-form input {
        width: 200px;
    }
    .view-id-schedule .view-header a {
        width: 120px;
        height: 36px;
    }
    .view-id-schedule .view-header {
        right: 0;
        top: 0;
    }
}


/*  Shchedule Delete Modal */

.page-node-type-schedule-import .modal h3 {
    margin-top: 24px;
}

.page-node-type-schedule-import .modal-body {
    margin-top: 0;
    padding-top: 0;
}

.page-node-type-schedule-import .modal-content {
    max-width: 370px;
    margin: -70px auto 0;
    text-align: center;
}

.page-node-type-schedule-import .modal-header {
    padding: 0;
    display: none;
}

.page-node-type-schedule-import .action-btn-wrapper {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.page-node-type-schedule-import .action-btn-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    color: #000000;
    text-transform: capitalize;
    border: none;
    width: 120px !important;
    height: 38px;
    border-radius: 4px !important;
    border: 1px solid #979797;
    font-size: 14px !important;
    cursor: pointer
}

.page-node-type-schedule-import .action-btn-wrapper .btn-primary {
    background-color: transparent !important;
}

.page-node-type-schedule-import .action-btn-wrapper .delete-btn {
    color: #ffffff;
    background-color: #c30d0d !important;
}

.page-node-type-schedule-import .action-btn-wrapper a:hover {
    text-decoration: underline;
}

.page-node-type-schedule-import .action-btn-wrapper .btn-primary:hover {
    text-decoration: underline;
    color: #000000;
    border: 1px solid #979797;
    background-color: transparent !important;
}