/*
WebSite Name            :   IDesigner V1
WebSite Version         :   1.0
Style Sheet Name        :   Main.css
WebSite Author          :   Designer
Style Sheet Created Date:   16-Aug-2019
Web site Bulider Company:   Softnotions Technologies Pvt.Ltd;
Color Combinations      :   #3f51b5 , #fffff, #ced4da
Font Family             :   Montserrat
*/


/*------ Web Font Import-------*/


/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900&display=swap');

/*------ Common Styles For Idesigner -------*/

@import url("../css/common-styles.css");

/*----Scoller Coustom-----*/

html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

body::-webkit-scrollbar-thumb {
    background: #3f51b5 !important;
}

body::-webkit-scrollbar-thumb:hover {
    background: #3f51b5 !important;
}


/*-----MAIN Style Sheet ----*/

body {
    font-size: .875rem;
    font-weight: 300;
    font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #6a6c6f;
    background-color: #f6f6f6;
    line-height: 1.5;
    overflow-x: hidden;
}


/*==============================================================NEW LOGIN========================================================*/

.bg-light {
    background-color: #fff !important;
}

.header-logo {
    width: 150px;
}

.col-md-6.login-screen {
    padding: 0px;
    background: #22296A;
    display: flex;
    align-items: center;
}

.col-md-6.login-screen .nav-tabs {
    border-bottom: none;
}

.col-md-6.login-screen .nav-tabs .nav-item {
    margin-right: 15px;
    margin-bottom: 0px;
}

.col-md-6.login-screen .nav-tabs a.nav-link {
    background-color: rgba(255, 255, 255, .9);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    min-width: 145px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    border-bottom: 3px solid #ffffff00;
    margin-left: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.col-md-6.login-screen .nav-tabs a.nav-link.active {
    border-bottom: 3px solid #007eb8;
    background-color: #fff;
}

.col-md-6.login-screen .tab-content {
    padding: 55px 50px 55px 50px;
    background-color: #22296A;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.col-md-6.login-screen .tab-content p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.col-md-6.login-screen .tab-content h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.col-md-6.login-screen .tab-content form {
    margin-top: 20px;
}

.col-md-6.login-screen .tab-content .form-group {
    margin-bottom: 15px;
    font-size: 13px;
}

.col-md-6.login-screen .tab-content .form-group .form-control {
    border-radius: 12px;
    font-size: 12px;
    height: 45px;
}

.col-md-6.login-screen .tab-content .form-group.form-check {
    padding-left: 0px;
    margin: 0px;
}

.col-md-6.login-screen .tab-content .form-group.form-check span {
    top: 3px;
    position: relative;
}

.col-md-6.login-screen .tab-content form button.btn.btn-primary {
    font-size: 14px;
    min-width: 100px;
    background-color: #DCB33B;
    border: none;
    width: 100%;
    padding: 8px 0px;
    border-radius: 12px;
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
}

.col-md-6.login-screen .tab-content .form-group textarea.form-control {
    resize: none;
    height: 75px;
}

.col-md-6.login-screen .tab-content .form-group a {
    width: 100%;
    text-align: right;
    display: inline-block;
}

.login_module footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 0px;
}

.login_module footer p {
    margin: 0px;
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.login_module label {
    font-weight: 400;
    color: #fff;
}

.col-md-6.login-screen .tab-content .form-group a.btn.btn-primary.login-box {
    text-align: center;
    border-radius: 0px;
    padding: 5px;
}

@media(max-width: 1199px) {
    .col-md-6.login-screen .tab-content {
        /* min-height: 500px; */
    }
}

@media screen and (max-width:767px) {
    .col-md-6.login-screen {
        padding-top: 20vh;
        max-width: 70% !important;
        flex: 0 0 70%;
    }
    .col-md-6.login-screen .tab-content {
        padding: 30px 10px 30px 10px !important;
    }
}

@media screen and (min-width:767px) and (max-width:992px) {
    .col-md-6.login-screen .tab-content {
        padding: 30px 10px 30px 10px !important;
    }
}

@media screen and (max-width:767px) {
    .login_module .fixed-top {
        position: relative;
    }
    main.login {
        padding-bottom: 10vh;
    }
    .col-md-6.login-screen {
        padding-top: 10vh;
        max-width: 100% !important;
        flex: 0 0 100%;
    }
    .col-md-6.login-screen .tab-content {
        padding: 30px;
        background-color: #ffffffed;
    }
    .col-md-6.login-screen .tab-content .form-group a {
        text-align: left;
        margin-top: 10px;
    }
    .login_module footer {
        position: relative;
    }
    .col-md-6.login-screen .tab-content .form-group a.btn.btn-primary.login-box {
        margin-top: 0px;
    }
}


/*==============================================================NEW LOGIN========================================================*/

#suggestion_todo {
    position: absolute;
    width: 100%;
    padding-top: 59px;
    z-index: 9;
    background-color: rgba(52, 58, 64, .8);
    height: auto;
    top: 18px;
}

#suggestion_todo .box.mt-3 {
    width: calc(100% - 10%);
    margin-left: 5%;
    padding: 0px;
    position: relative !important;
}

#suggestion_todo .list.inset section.filter {
    box-shadow: none;
    right: -25px;
    top: -25px;
    background: transparent;
}

#suggestion_todo section.filter {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    border-radius: 2px;
    overflow: hidden;
    padding: 0px;
}

#suggestion_todo section.filter .btn-rounded {
    border-radius: 2em !important;
    padding: 9px;
    height: 40px !important;
    width: 40px;
    background-color: #ccc;
    border-color: #2c2c2ccc;
    color: #000 !important;
}

@media screen and (max-width:767px) {
    #suggestion_todo .list.inset section.filter {
        right: 0px;
    }
    #suggestion_todo .box.mt-3 {
        padding-left: 0px;
    }
}


/*==============================================================NEW Suggestion========================================================*/

.btn-rounded {
    border-radius: 2em !important;
    padding: 9px;
    height: 40px !important;
    color: #fff;
}

section.filter {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    border-radius: 2px;
    overflow: hidden;
    padding: 10px;
}

.list.inset section.filter {
    background-color: #fff;
    position: absolute;
    box-shadow: none;
    right: 0;
    top: 0;
}

.tetx-informations {
    font-size: 10px;
}


/*================================================================================Role==========================================================================*/

label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
}

.col-md-12.inner-check-arrage label {
    font-weight: 400 !important;
}

.location-box-sub ul li.unassignedcoun a {
    color: #0080ba !important;
    font-weight: 500 !important;
}


/*===============================================================================Brand=======================================================================*/

.col-md-12.acconav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.acconav .nav.nav-pills {
    width: 30%;
    float: left;
}

.acconav .tab-content {
    width: calc(70% - 15px);
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: 15px;
}

.acconav .nav.nav-pills li {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

.acconav .nav.nav-pills li a {
    padding: 10px;
    float: left;
    width: 100%;
}

.acconav .nav.nav-pills li a.active {
    background-color: #007eb8;
    color: #fff !important;
}

@media screen and (max-width:767px) {
    .acconav .nav.nav-pills {
        width: 100%;
    }
    .acconav .tab-content {
        width: 100%;
        margin-left: 0px;
    }
}


/*==================================================================Partner==============================================================*/

.custom-file.add-partner-custom-file img {
    width: 150px !important;
}

.ass-select-image .select-check-brands {
    margin-top: 5px !important;
    margin-right: 20px !important;
}

.row.locationa-management {
    max-height: 500px;
    overflow-y: scroll;
}

input[type="text"]:disabled {
    background: #cccc;
}

#searchblock {
    position: relative;
    width: calc(100% - 30px);
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding: 10px !important;
}

#searchblock .container-fluid {
    margin: 0px !important;
    padding: 0px !important;
}

table thead tr th {
    border: none !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_paginate.paging_simple_numbers {
    margin-left: auto;
    margin-right: auto;
    float: unset !important;
    text-align: center !important;
    margin-top: 20px;
}

#searchblock .paginate_button.current {
    background: #3d4fab !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50% !important;
}

#searchblock .filter {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    background: transparent;
    box-shadow: none;
    width: 50px;
    height: 50px;
}

#searchblock #skipbtn {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    right: 0px;
    top: 0px;
    border-radius: 0px !important;
}

.update_new .col-md-12.edit_new {
    margin-bottom: 20px;
}

.create_new .col-md-12.edit_new {
    margin-top: 30px;
}

.location-box-sub a {
    color: #666 !important;
}

.main-table .form-groub {
    margin-bottom: 15px;
}

.main-table .form-groub label {
    margin-bottom: 5px;
}

.new_search #skipbtn {
    position: absolute;
    width: 46px !important;
    height: 40px;
    display: block;
    right: 0px;
    top: 0px;
    border-radius: 0px !important;
    padding-left: 17px;
    padding-right: 17px;
}

.row.location_territories {
    max-height: 400px;
    overflow-y: scroll;
}

.form-control p {
    margin-bottom: 11px;
}

.custom_class label {
    width: 100%;
    display: block;
    float: left;
}

.col-md-4.custom_class input {
    width: 25px;
    float: left;
    position: relative;
    text-align: left;
    left: 15px;
}

.form-control.search-text {
    border-radius: 0px !important;
}

.form-control.search-text .btn.btn-secondary.search-icons {
    top: -12px;
}

.row.box {
    border: 1px solid #ccc;
    padding: 15px 0px;
    margin-top: 15px;
    width: calc(100%);
    margin-left: 0px;
    margin-right: 0px;
}

.row.box .col-md-4 .embed-responsive-item {
    width: 100%;
    height: auto !important;
}

.col-md-12 .embed-responsive-item {
    width: 100%;
    height: 369px;
}

.row.box .col-md-8 h2 a {
    font-size: 22px;
}

#powf_DEEB2B7ADB78EA11A811000D3A579CA7 {
    height: 390px;
    width: 100%;
}

.row .col-md-12 .embed-responsive-item {
    width: 100%;
    height: 560px;
}

.inner-check-arrage .custom-control.custom-checkbox.select-check {
    top: 4px;
}


/*======================================================404===================================================================*/

.errorpage {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.errorpage h1 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
}

.errorpage h3 {
    margin: 0px;
    text-align: center;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.errorpage h3 span a {
    color: #c29626;
    font-weight: 600;
}

.illustration {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
}

@media screen and (max-width:1023px) {
    .illustration {
        width: 60%;
        margin-top: 5vh;
    }
}

@media screen and (max-width:767px) {
    .errorpage h1 {
        font-size: 20px;
    }
    .errorpage h3 {
        font-size: 15px;
    }
    .illustration {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    .col-md-12 .embed-responsive-item {
        height: 400px;
    }
    .row .col-md-12 .embed-responsive-item {
        width: 100%;
        height: 400px;
    }
}


/*-----Navigtation start here------*/

.bg-light {
    background-color: #fff !important;
    border-bottom: 1px solid #e2e2e2;
}

.logo {
    width: 150px;
}

#idesigner .navbar-nav li a.nav-link {
    color: #6a6c6f;
}

#idesigner .navbar-nav li a.nav-link:hover {
    color: #3f51b5;
}

#idesigner .navbar-nav li a.nav-link span {
    font-size: 1.4em;
}

#idesigner .navbar-nav li a.nav-link.close-menu {
    padding-right: 0px !important;
    margin-right: 0px !important;
    font-size: 11px;
}

.nav-link {
    margin-left: 10px;
}

.fullwidth-menu {
    -webkit-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
}

.fullwidth-menu .p-2 {
    width: 33.3%;
}

.fullwidth-menu ul.menu-drop {
    padding-left: 0px;
}

.fullwidth-menu ul.menu-drop li {
    list-style: none;
    text-decoration: none;
    padding: 10px;
    font-weight: 300;
    transition: 0.5s;
}

.fullwidth-menu ul.menu-drop li:hover {
    background-color: hsla(0, 0%, 95%, .5);
}

.fullwidth-menu ul.menu-drop li a {
    text-decoration: none;
    color: #555;
    transition: 0.3s;
}

.fullwidth-menu ul.menu-drop li a span:nth-child(1) {
    font-weight: bold;
}

.fullwidth-menu ul.menu-drop li a span:nth-child(2) {
    margin-left: 10px;
}


/*--------Navigation End here--------*/


/*--------BreadCremb Start here--------*/

section.main {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    border-radius: 2px;
    overflow: hidden;
}

section.main .BreadCremb h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

section.main .BreadCremb ul {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

section.main .BreadCremb ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}

section.main .BreadCremb a {
    color: #3f51b5;
    text-decoration: none;
    background-color: transparent;
}

section.main .BreadCremb .select,
section.main .BreadCremb .select a {
    color: #3f51b5 !important;
}


/*--------BreadCremb End here--------*/


/*--------Create and filter button styles start----*/

section.filter .btn.btn-primary {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

section.filter .btn-rounded a {
    color: #fff;
    text-decoration: none;
}

section.filter .btn-label {
    background: rgba(43, 61, 81, 0.1);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
    margin: -4px -14px;
    margin-right: -14px;
    margin-left: -24px;
    margin-right: 0px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

section.filter .btn-text-span {
    top: 0px;
    position: relative;
}


/*--------Create and filter button styles End----*/


/*--- Roll Table display start---*/

section.main-table {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    border-radius: 2px;
    overflow: hidden;
}

section.main-table #roles_table_wrapper,
section.main-table div#BrandsTable_wrapper {
    border: 1px solid #eee;
}

section.main-table .table thead th {
    border: none !important;
}

section.main-table .table th {
    font-size: 14px;
    font-weight: 600;
}

section.main-table .table td {
    font-weight: 300;
}

section.main-table .bottom {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px !important;
    height: auto;
    clear: both;
}

section.main-table .bottom span a {
    background-color: #eee;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

section.main-table .bottom span a.current {
    background-color: #3d4fab !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
section.main-table .bottom #roles_table_paginate span a.paginate_button.current,
section.main-table .bottom #PartnerTable_paginate span a.paginate_button.current,
section.main-table .bottom #Queue_paginate span a.paginate_button.current,
section.main-table .bottom #locations_table_paginate span a.paginate_button.current,
section.main-table .bottom #ComponentsTable_paginate span a.paginate_button.current,
section.main-table .bottom #ComponentCategoryTable_paginate span a.paginate_button.current,
section.main-table .bottom #ComponentRulesTable_paginate span a.paginate_button.current,
section.main-table .bottom #CustomersTable_paginate span a.paginate_button.current,
section.main-table .bottom #listEmailTemplates_paginate span a.paginate_button.current,
section.main-table .bottom #TutorialTable_paginate span a.paginate_button.current,
section.main-table .bottom #orderTable_paginate span a.paginate_button.current,
section.main-table .bottom #quoteTable_paginate span a.paginate_button.current,
section.main-table .bottom #ProtipsnewTable_paginate span a.paginate_button.current,
section.main-table .bottom #ToDosTable_paginate span a.paginate_button.current,
section.main-table .bottom #notificationTable_paginate span a.paginate_button.current,
section.main-table .bottom #Logtable_paginate span a.paginate_button.current,
section.main-table .bottom #drawingTable_paginate span a.paginate_button.current,
section.main-table .bottom #reportTable_paginate span a.paginate_button.current,
section.main-table #ticketTable_wrapper .bottom span a.paginate_button #ticketTable_paginate a.paginate_button.current {
    background: #3d4fab !important;
    color: #fff !important;
}

section.main-table .dataTables_paginate a {
    margin-right: 10px;
}

section.main-table table.dataTable.no-footer {
    border-bottom: 1px solid #eee;
}

section.main-table #BrandsTable_paginate span a.paginate_button.current {
    background: #3d50ab !important;
    color: #fff!important;
    border-radius: 50% !important;
    border: none !important;
}

section.main-table #BrandsTable_paginate span a.paginate_button:hover,
.dataTables_wrapper #PartnerTable_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #Queue_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #locations_table_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #ComponentsTable_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #ComponentCategoryTable_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #ComponentRulesTable_paginate.dataTables_paginate .paginate_button:hover .dataTables_wrapper #CustomersTable_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #listEmailTemplates_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #TutorialTable_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #orderTable_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #quoteTable_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #ProtipsnewTable_paginate.dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #ToDosTable_paginate.ToDosTable_paginate .paginate_button:hover,
.dataTables_wrapper #notificationTable_paginate.ToDosTable_paginate .paginate_button:hover,
.dataTables_wrapper #Logtable_paginate.ToDosTable_paginate .paginate_button:hover,
.dataTables_wrapper #drawingTable_paginate.ToDosTable_paginate .paginate_button:hover,
.dataTables_wrapper #reportTable_paginate.ToDosTable_paginate .paginate_button:hover {
    background: #3d50ab;
    transition: 0.5s;
    color: #fff !important;
}

section.main-table #BrandsTable_paginate a.paginate_button:hover,
section.main-table #PartnerTable_paginate a.paginate_button:hover,
section.main-table #Queue_paginate a.paginate_button:hover,
section.main-table #locations_table_paginate a.paginate_button:hover,
section.main-table #ComponentsTable_paginate a.paginate_button:hover,
section.main-table #ComponentCategoryTable_paginate a.paginate_button:hover,
section.main-table #ComponentRulesTable_paginate a.paginate_button:hover,
section.main-table #CustomersTable_paginate a.paginate_button:hover,
section.main-table #listEmailTemplates_paginate a.paginate_button:hover,
section.main-table #TutorialTable_paginate a.paginate_button:hover,
section.main-table #orderTable_paginate a.paginate_button:hover,
section.main-table #quoteTable_paginate a.paginate_button:hover,
section.main-table #ProtipsnewTable_paginate a.paginate_button:hover,
section.main-table #ToDosTable_paginate a.paginate_button:hover,
section.main-table #notificationTable_paginate a.paginate_button:hover,
section.main-table #Logtable_paginate a.paginate_button:hover,
section.main-table #drawingTable_paginate a.paginate_button:hover,
section.main-table #reportTable_paginate a.paginate_button:hover {
    background: #3d50ab !important;
    transition: 0.5s;
    color: #fff !important;
    border: none !important;
}

section.main-table div#roles_table_paginate span a.current,
section.main-table div#PartnerTable_paginate span a.current,
section.main-table div#Queue_paginate span a.current,
section.main-table div#locations_table_paginate span a.current,
section.main-table div#ComponentCategoryTable_paginate span a.current,
section.main-table div#ComponentRulesTable_paginate span a.current,
section.main-table div#CustomersTable_paginate span a.current,
section.main-table div#listEmailTemplates_paginate span a.current,
section.main-table div#TutorialTable_paginate span a.current,
section.main-table div#orderTable_paginate span a.current,
section.main-table div#quoteTable_paginate span a.current,
section.main-table div#ProtipsnewTable_paginate span a.current,
section.main-table div#ToDosTable_paginate span a.current,
section.main-table div#notificationTable_paginate span a.current,
section.main-table div#Logtable_paginate span a.current,
section.main-table div#drawingTable_paginate span a.current,
section.main-table div#reportTable_paginate span a.current {
    color: #fff !important;
}

section.main-table .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}

aside.sidebar .add-box-check {
    position: relative !important;
    float: left !important;
    margin-top: 10px !important;
    margin-right: 0px !important;
    height: 20px !important;
    width: 20px !important;
    margin-left: 0px !important;
}

aside.sidebar .spci-lable {
    width: 100%;
    float: left;
}

aside.sidebar label {
    padding-left: 0px !important;
}


/*--- Roll Table display start---*/


/*----Sidebar for all pages start-----*/

aside.sidebar {
    float: right;
    right: 0px;
    position: fixed;
    top: 75px;
    width: 310px;
    bottom: 0;
    z-index: 999;
    -webkit-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    background: #fff;
    -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, .08);
    box-shadow: -2px 0 4px rgba(0, 0, 0, .08);
    padding: 0px !important;
    right: -310px;
    height: calc(100vh - 60px);
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

aside.sidebar .location-filter {
    padding: 10px 5px !important;
}

aside.sidebar .filter-head {
    background: #3d4fab;
    padding: 20px 15px 20px 10px;
    color: #fff !important;
    font-size: 1.3em;
    font-weight: 600;
}

.right {
    right: 0px !important;
    -webkit-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
}

aside.sidebar .filter-head span:nth-child(2) {
    float: right;
    margin-top: 5px;
    cursor: pointer;
}

aside.sidebar .form-control,
aside.sidebar select {
    height: 50px !important;
}

aside.sidebar .btn.btn-primary.search {
    background-color: #3d4fab;
    border-color: #3d4fab;
    border-radius: 5px;
}


/*----Sidebar for all pages start-----*/


/*----Edit page design start----*/

.main-table .col {
    padding: 0px !important;
}

section.main-table .common-heading-innerpages h2 {
    font-size: 1.25rem;
}

section.main-table .common-heading-innerpages h1,
section.main-table .common-heading-innerpages h2,
section.main-table .common-heading-innerpages h3,
section.main-table .common-heading-innerpages h4,
section.main-table .common-heading-innerpages h5,
section.main-table .common-heading-innerpages h6 {
    color: #3f51b5;
    text-transform: capitalize;
}

section.main-table .no-resize {
    resize: none;
}

section.main-table .select-check {
    position: relative;
    float: right;
    margin-top: -34px;
    margin-right: 10px;
    height: 20px;
    width: 80px;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background: transparent !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #3f51b5 !important;
}

section.main-table .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6 !important;
}

section.main-table .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    height: 20px;
    width: 20px;
}

section.main-table .custom-checkbox .custom-control-label::before {
    border-radius: 0px;
}

section.main-table .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #3f51b5;
}

section.main-table .btn.btn-primary {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
}

section.main-table .btn-rounded {
    border-radius: 2em !important;
    padding: .5rem 1.5rem;
    height: 40px !important;
    color: #fff;
}

section.main-table .btn-rounded a {
    color: #fff;
    text-decoration: none;
}

section.main-table .btn-label {
    background: rgba(43, 61, 81, 0.1);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
    margin: -4px -14px;
    margin-right: -14px;
    margin-left: -24px;
    margin-right: 0px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

section.main-table .btn-text-span {
    top: 0px;
    position: relative;
}

section.main-table .btn input[type="submit"] {
    width: 119px;
    opacity: 1;
    position: absolute;
    background: transparent;
    border: none;
    margin-left: -25px;
    top: 4px;
    min-height: 42px;
    border-radius: 27%;
    color: #3f51b5;
}

section.main-table .form-control:disabled,
section.main-table .form-control[readonly] {
    background-color: #f7f7f7;
    opacity: 1;
}

section.main-table .inner-check-arrage .col-coustom-1 {
    margin-right: 0px !important;
}

section.main-table .inner-check-arrage .col-coustom-2 {
    margin-right: 80px !important;
}

section.main-table .inner-check-arrage .col-coustom-3 {
    margin-right: 160px !important;
}

section.main-table .inner-check-arrage .col-coustom-4 {
    margin-right: 250px !important;
}

section.main-table span a.paginate_button {
    border-radius: 50% !important;
    background-color: #fafafa;
    color: #3d50ab !important;
    border: none !important;
}

section.main-table table.table tr th:focus {
    border: none;
    outline: none;
}

section.main-table .switch-field {
    overflow: hidden;
    position: relative;
    top: 0px;
    min-width: 115px;
}

section.main-table .switch-title {
    margin-bottom: 6px;
}

section.main-table .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    margin-left: -4px;
}

section.main-table .switch-field label {
    display: inline-block;
    width: 55px;
    background-color: #555;
    color: #ffff !important;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

section.main-table .switch-field label:hover {
    cursor: pointer;
}

section.main-table .switch-field input:checked+label {
    background-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

section.main-table .switch-field label:first-of-type {
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 0px;
}

section.main-table .switch-field label:last-of-type {
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 0px;
    margin-left: -4px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

section.main-table select.form-control:not([size]):not([multiple]) {
    -moz-appearance: none;
    -webkit-appearance: none;
}

section.main-table select.form-control:not([size]):not([multiple]) {
    font-size: 13px !important;
    resize: none !important;
    -webkit-appearance: menulist;
}

section.main-table button.btn.notification-btn {
    padding: 0px;
    font-size: .8em;
    color: #3d50ab;
}

section.main-table .border .common-heading-innerpages {
    background-color: #3d50ab;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
}

section.main-table .border .common-heading-innerpages h6 {
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
    overflow: hidden;
    line-height: normal;
    display: -webkit-inline-box;
    vertical-align: middle;
}

section.main-table .border .notification p {
    min-height: 170px;
}

.notification-main {
    overflow: hidden;
    min-height: 645px;
}

.notification span {
    float: right;
    position: relative;
    top: -10px;
}

.notification-button-active {
    color: #3d50ab;
    text-shadow: 1px 0px #3d50ab;
}

.acco_button {
    width: 100%;
    text-align: left;
    background: #fff;
    color: #747474 !important;
    border-radius: 0px;
    border: 1px solid #847c7c !important;
    font-size: 13px;
    box-shadow: none;
    text-shadow: none;
    text-transform: capitalize;
}

.accordion .card {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.collapse.show {
    display: block;
    border: 1px solid #eee;
}

.windows-name {
    margin-left: 0px;
}

section.main-table .form-control {
    resize: none;
    margin: 0px;
}

#logo {
    width: 100% !important;
}

.btn.btn-primary.btn-sm.btn-rounded input {
    display: none;
}

.ass-select-image {
    padding: 10px;
    border: 1px solid#ccc;
    margin-bottom: 30px;
}

.ass-select-image .main-images {
    overflow: hidden;
    height: 75px;
}

.select-check-brands {
    position: absolute !important;
    margin-right: 30px !important;
    height: 20px !important;
    width: 20px !important;
    top: 0;
    right: 0px !important;
    float: right !important;
    margin-top: 10px !important;
}

.location-box-sub ul {
    list-style: none;
    padding: 0px;
    text-align: left;
}

section.main-table .no-pad-location .select-check {
    position: relative;
    float: right;
    margin-top: 18px;
    margin-right: 0;
    height: 20px;
    width: 80px;
}

.location-box-sub ul li.t_selected {
    background-color: #eee;
    padding-left: 10px !important;
}

#Queue tbody tr td button {
    font-size: 13px;
    padding: 0px 5px;
    display: inline-block;
    width: 55px;
    color: #ffff !important;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 5px 5px;
    border-radius: 0px;
    border: 1px solidrgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 0px;
}

#category_icon img {
    width: 100px !important;
    margin-top: 10px;
}

#div_image,
#div_icon {
    width: 100%;
    overflow: hidden;
    float: left;
    height: 250px;
    border: 1px solid#eee;
    padding: 10px;
    margin-bottom: 15px;
}

#div_image img,
#div_icon img {
    width: 100%;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 40px !important;
    padding: 8px 15px 14px 15px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
    color: #fff;
    height: 40px;
    top: 0px;
    padding-top: 9px;
}

.input-group-text {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #3f51b5;
    border: 1px solid#3f51b5;
    border-radius: .25rem;
    color: #848484;
    height: 51px;
    width: 100%;
    text-align: center;
    padding-left: 20px;
}

.input-group-prepend {
    margin-right: -1px;
    top: 4px;
    margin-top: 10px;
    width: 10%;
    height: 40px;
}

.input-group-prepend .input-group-text {
    height: 40px;
    color: #fff;
    text-align: center;
}

.filter-text-box label,
input {
    margin-top: 10px;
    padding-left: 10px;
    width: 90%;
}

.Select-form .select-check {
    position: relative !important;
    float: unset !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    height: 20px !important;
    width: 80px !important;
}

.form-login .input-group-prepend {
    margin-top: 0px;
}

.btn.btn-secondary.search-icons {
    top: 0px;
    margin-top: 0px;
}

input#image {
    width: 100%;
}

.Select-Shape {
    width: 100%;
    height: 95px;
    overflow: hidden;
    border: 1px solid #ced4da;
    margin-bottom: 30px;
    border-radius: 3px;
    padding: 10px;
}

section.main-table .Select-Shape-main .select-check {
    position: absolute;
    margin-top: 0;
    height: 20px;
    width: 20px;
    right: 6px;
    top: 0px;
}

div#myTabContent {
    border: 1px solid #ced4da;
    margin-top: 11px;
}

.tab-card-header .nav-link {
    padding-left: 50px;
    padding-right: 50px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3f51b5;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

.create-quoate-check {
    left: 0px !important;
    float: left !important;
    top: 0px !important;
    margin-top: 0px !important;
    width: 20px !important;
}

table.table-striped thead tr th {
    border-radius: 0px !important;
}

ul.Assigned li {
    display: block;
    text-align: left;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reset-pass-send {
    padding-left: 0px !important;
    float: left;
}

.reset-pass-back {
    padding-right: 0px !important;
    float: left;
}


/*----Edit page design End----*/

footer {
    width: 100%;
    position: relative;
    bottom: 0px;
    background: none;
    padding: .75rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
}

main {
    min-height: calc(100vh - 75px);
    padding-top: 39px;
}

.static-page {
    background-color: #fff;
    padding-top: 90px;
    height: 100%;
}

h2 {
    color: #3f51b5;
    margin-bottom: 20px;
}

.navbar .back-btn {
    color: #3f51b5;
    font-size: 18px;
}

.login-back {
    background-image: url(../img/login-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    margin-top: 0px !important;
}

.login-logo {
    width: 200px;
}

.form-login span.input-group-text {
    background-color: #fff;
    border: 1px solid #979797;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-login input.form-control,
.form-login input[type=text],
.form-login input[type=password] {
    border: 1px solid #979797;
    border-left: none;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-login .form-control:focus {
    box-shadow: none !important;
}

.form-login {
    bottom: 100px;
    position: fixed;
    float: left;
    width: 22%;
}

.form-login .form-group.form-check {
    text-align: left;
    width: 100%;
    color: #636363;
    clear: both;
}

.form-login .form-group.form-check .form-check-label:nth-child(2) {
    text-align: right;
    float: right;
}

.form-login .btn-primary {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 5px;
    line-height: 2;
}

.login-box {
    padding-bottom: 8px;
}

.form-login .btn-primary.focus,
.form-login .btn-primary:focus {
    box-shadow: none;
}

.support span,
.landing span {
    border-radius: 5px;
    padding: 10px;
    background: #3f51b5;
    color: #fff;
    width: 80px !important;
    display: inline-block;
}

.support {
    margin-right: 5px;
}

.icon-landing-page:before {
    margin-left: 2px;
}

.landing {
    margin-left: 5px;
}

.support,
.landing {
    margin-top: 20px;
}

.login-box {
    width: 100% !important;
    vertical-align: middle;
}

.form-check-label span {
    margin-left: 10px;
}

.main-head-row h3 {
    font-size: 25px;
    font-weight: bold;
}

.main-head-row .breadcrumb-item+.breadcrumb-item::before {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
}

.main-head-row .breadcrumb {
    background-color: transparent;
    text-align: right;
    float: right;
}

.main-head-row .breadcrumb a {
    color: #484747;
}

.main-head-row .breadcrumb-item.active {
    color: #237bff;
}

.main-head-row .breadcrumb a:hover {
    color: #007bff;
    text-decoration: none;
}

.second-row h4 {
    font-size: 20px;
    font-weight: bold;
    color: #237bff;
    margin-bottom: 20px;
}

.second-row lable {
    font-size: 14px;
}

.second-row .form-control {
    margin-top: 10px;
    border-color: #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.second-row .form-control:focus {
    box-shadow: none;
}

.second-row .input-group-prepend {
    height: 46px;
    margin-top: 10px;
}

.second-row .input-group-prepend .input-group-text {
    background-color: #237bff;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.second-row select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.second-row .custom-file-label::after {
    color: #ffffff;
    background-color: #237bff;
    border-left: 1px solid #237bff;
}

.second-row .upload-img {
    width: 100%;
    border: 1px solid #cccc;
    border-radius: 7px;
}

.second-row .btn-primary {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #237bff;
    border-color: #237bff;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.row.third-main-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.row.third-main-row {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 30px;
}

.row.third-main-row p {
    margin-bottom: 0px;
}

.location-box-sub ul li {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    margin: 10px 0px;
    padding-left: 0px !important;
}

.add-user-role label,
input,
textarea,
select {
    margin-top: 4px;
}

.jconfirm-buttons .btn.btn-default {
    border: none !important;
    background: #3f51b5 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.jconfirm-buttons button.btn.btn-default:nth-child(2) {
    background-color: #d24805 !important;
}


/*#################  basic css  ###################*/

button:focus {
    outline: none !important;
}

.btn-primary {
    color: #fff !important;
}

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

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

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

.margin {
    margin: 25px;
}

.form-login input {
    margin: 0px !important;
}

.form-check-label input {
    margin: 5px !important;
    margin-left: -15px !important;
}

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

.form-check {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
}

.crm input {
    margin: 15px 0px;
}

.forgot-text {
    width: 45%;
    margin-bottom: 10px;
    clear: both;
    float: right;
    text-align: right;
}


/*#################  menu css  ###################*/

.bg-light {
    z-index: 9;
}

.menu-hide {
    display: none;
}

.fullwidth-menu {
    position: fixed;
    z-index: 99999;
    left: 0%;
    width: 100%;
    background: #fff;
    height: 100%;
    top: 60px;
    border-top: 1px solid #f1f1f1;
}

.menu-padding-box {
    padding-left: 150px;
    padding-top: 15px;
}

.menu-box1 ul {
    padding: 0px !important;
}

.menu-box1 {
    border-right: 2px solid#1470f6;
}

.menu-box1 ul li {
    color: #636363;
    font-size: 14px;
    padding: 10px 0px;
    cursor: pointer;
}

.menu-box1 ul li a:hover {
    color: #1470f6 !important;
}

.menu-box1 span:hover {
    color: #1470f6 !important;
}

.menu-box1 span {
    cursor: pointer;
    margin-right: 13px;
}

.border-none {
    border: none;
}

.navbar-toggler span {
    color: #808080 !important;
}

.open-menu {
    padding-right: 0px !important;
}

.bg-light {
    position: fixed;
    top: 0;
    width: 100%;
}

.advanse-padding {
    position: relative;
    padding-top: 64px !important;
}


/************menu hover started************/

.nav-link:hover .fullwidth-menu {
    display: block !important;
    color: #000;
    font-size: 16px;
    background: #fff;
    width: 100%;
}


/************menu hover end************/

table tr th:first-child {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px !important;
}

table tr th:last-child {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px !important;
}

table tbody tr td {
    border-top: none;
}

table tbody td {
    border-top: none;
}

.table td {
    border-top: none;
}

.table-responsive th {
    border-bottom: none !important;
}

.dashboard-table1 table tbody tr td {
    border-top: none;
}


/*---------------- faq css --------------------*/

.faq {
    margin-top: 10px;
    margin-bottom: 10px;
}

.faqhead h2 {
    font-weight: bold;
    margin: 0px;
    font-size: 16px !important;
    color: #4f4e4e !important;
}

.faq ul li {
    float: left;
    margin-left: 15px;
    cursor: pointer;
}

.select,
.select a {
    color: #1470f6 !important;
}

.faqhead-right {
    float: right;
}

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

.search-icons {
    margin-top: 13px;
}

.search-icons {
    position: absolute !important;
    z-index: 10 !important;
    left: 0;
    background: none;
    border: none;
    color: #000;
}

.search-icons {
    color: #ccc;
}

.search-icons:hover {
    background: none !important;
    border: none !important;
    color: #ccc !important;
}

.search-text {
    padding-left: 40px;
    border-radius: 10px !important;
}

.video-text h2 {
    margin: 20px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #32394d;
}

.video-text p {
    margin-bottom: 90px;
}

.box1 {
    box-shadow: 0 6px 9px -3px rgba(0, 0, 0, 0.2), 0 -1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0);
    margin-top: 15px;
    border-radius: 10px;
}

.box1 iframe {
    height: 100%;
    border: none;
}

.video-text p {
    line-height: 25px;
    font-size: 13px;
    color: #32394d;
}

.faq-inner iframe {
    width: 100%;
    height: 400px;
    margin: 0px 0px;
    border: none;
}

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


/*#################  brands css  ###################*/

.brands {
    margin-top: 15px;
    height: 100vh;
}

.brands-table {
    margin-bottom: 20px;
}

.table-responsive {
    display: table;
}

.brands table thead {
    background: #efecec;
    border-radius: 10px !important;
}

table {
    width: 100% !important;
}

.brands table thead th {
    white-space: nowrap;
    border: none;
    font-size: 14px;
    font-weight: normal;
}

.brands table tbody td {
    font-size: 13px;
    text-align: center;
}

.brands table tbody {
    border-bottom: 1px solid#ccc;
}

.brands table tbody .btn {
    font-size: 14px;
    padding: 2px 5px;
}

.create {
    background: #418eff;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 1px 10px;
    height: 30px;
    margin-right: 10px;
    margin-top: 10px;
}

.create:hover {
    background: #418eff;
}

.margin-right-none {
    margin-right: 0px !important;
}

.pen {
    border-radius: 50%;
    background: #418eff;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 12px 0px;
    margin-right: 15px;
}

.darkbutton {
    margin-left: -8px;
}


/*################# edite brands css  ###################*/

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

.box-submit {
    margin-top: 15px;
    margin-bottom: 45px;
}

.width1 {
    margin-right: 15px;
}

.edite-brand label {
    margin-bottom: 15px;
    color: #4f4e4e;
    font-size: 14px;
}

.width1 {
    width: 40%;
}

.window-menu ul li {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid#ccc;
    padding: 10px 0px;
    cursor: pointer;
}

.window-menu ul li i {
    float: right;
    padding: 5px 0px;
}

.windows-menu-dropdown {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    background: #fff;
}

.window-menu ul li:hover .windows-menu-dropdown {
    display: block;
}

.windows-menu-dropdown ul li {
    border: none;
    padding: 10px;
    cursor: pointer;
}

.upload {
    position: absolute;
    right: 0;
    margin-top: -39px;
    margin-right: 37px;
}

.upload-btn:active {
    background: none;
    border: none;
}

.upload-btn:hover {
    background: #007bff;
}

.margin-1 {
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-top: 10px;
}

.card {
    border: none;
    padding: 10px;
}

.card-header span {
    color: #4f4e4e;
    font-size: 14px;
}

.card-header span i {
    padding-right: 10px;
}

.card-header span:hover {
    text-decoration: none !important;
    color: #32394d;
}

#headingOne,
#headingTwo,
#headingThree {
    padding: 0px;
}

.click-1 {
    padding: 0px !important;
}

.drop-1 {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.line-1 {
    border: 1px solid #dee2e6;
    margin-top: 10px;
}

.card-body {
    padding: 0px;
}

.first-left {
    margin-left: 0px !important;
}

.windows-name h2 {
    font-size: 14px !important;
    margin-top: 15px;
    text-align: center;
}

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

.btn-link:hover {
    text-decoration: none !important;
}

.margin-1 .custom-file label::after {
    background: #418eff;
    border: none;
    color: #fff;
}

.select-check1 {
    position: absolute;
    height: 20px;
    width: 20px;
    margin-top: -3px;
    right: 20px;
}

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

h3.tag-heading {
    font-size: 18px;
    width: auto;
    float: left;
    margin-right: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn.btn-primary.btn-sm.btn-rounded.id_designer_margin_right_10 {
    border-radius: 2em !important;
    padding: .5rem 1.5rem;
    height: 40px !important;
    background-color: #3f51b5;
    border-color: #3f51b5;
    float: left;
}

.checkbox {
    width: auto;
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

.sameship {
    width: auto;
    margin-right: 10px;
}

.modal-header {
    padding: 10px 15px;
    background-color: #3f51b5;
    border: none;
    border-radius: 0px;
    color: #fff;
}

.modal-header h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
}

.modal-content {
    background: #fff;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.modal-header .close {
    padding: 10px;
    margin: -1rem -1rem -1rem auto;
}

.close {
    color: #fff;
    text-shadow: none;
}

.modal-body input {
    height: 50px !important;
}

.modal-body .form-group label {
    font-size: 15px;
    margin: 0px;
}

.modal-body #search_key_help {
    margin-top: 10px;
    margin-bottom: 20px;
}

.modal-body #search_submit {
    margin-top: 20px;
    float: right;
}

.check-drif {
    width: 50%;
    float: left;
}

.check-drif input {
    width: auto;
    margin-right: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    margin-left: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #3f51b5;
    border-radius: 0px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    margin-left: 0px;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #3f51b5;
}

#search_results {
    width: 100%;
}


/*################# usermanagement css  ###################*/

.usermanagement {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0px 50px;
}

.usermanagement label {
    font-size: 14px;
    margin-bottom: 15px;
}

.usermanagement input,
textarea {
    margin-bottom: 15px;
}

.status-down {
    width: 100%;
    background: #fff;
    border: 1px solid#ccc;
    color: #636363;
    text-align: left;
    padding: 7px;
    margin-bottom: 10px;
    font-size: 14px;
}

.status-sup {
    width: 100%;
}

.show a:hover {
    background: #237bff;
    color: #fff !important;
}

.status-down:hover,
.status-down:active,
.status-down:focus {
    background: none !important;
    color: #636363;
    box-shadow: none !important;
    border: 1px solid#ccc;
}

.status-down a {
    text-align: left;
}

.show a {
    text-align: left;
    font-size: 14px;
    color: #636363;
}

.status-down::after {
    float: right;
}

.status-down:not(:disabled):not(.disabled).active,
.status-down:not(:disabled):not(.disabled):active,
.show>.status-down.dropdown-toggle {
    background: #fff !important;
    color: #636363 !important;
    border: 1px solid#ccc !important;
}

.status-down1 {
    padding: 16px;
}

.user-menu-dropdown {
    margin-top: 15px;
}

.form-control {
    font-size: 13px !important;
}

#loginform .form-control {
    font-size: 14px !important;
}

.search {
    margin-top: 20px;
}


/*#################  add user role css  ###################*/

.no-border-right-1 .form-control {
    border-right: none;
    border-left: none;
    margin-bottom: 15px;
    padding: 15px 0px;
    border-top: none;
}

.check-right {
    height: 20px;
    width: 20px;
    background-color: #000;
    border: none;
    position: relative;
    float: right;
    margin-top: -55px;
    margin-right: 15px;
}

.add-user-button {
    margin-bottom: 30px;
}

.add-user-button button {
    width: 20%;
}

.user-box-margin,
.user-box-margin1 {
    border: 1px solid #dee2e6;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0px 15px;
}

.user-box-margin1 {
    margin: 0px !important;
}

.user-box1 ul li {
    padding: 10px 0px;
}


/*#################  add user role css  ###################*/

.first-box-filter {
    position: relative;
    background: #1470f6;
    color: #fff;
    width: 100%;
    margin: 0px;
    margin-top: 2px;
}

.user-box1 ul {
    margin: 0px !important;
    padding: 0px !important;
}

.filter-text-box label {
    margin-bottom: 0px;
}

.filter-text-box label,
input {
    margin-top: 10px;
}

.filter-text-box {
    margin-bottom: 20px;
    padding: 0px 10px;
}

.filter-text-box a {
    color: #000 !important;
}

.filter-text-box button {
    padding: 15px;
}

.search {
    position: relative;
    width: 100%;
    border-radius: 10px;
    padding: 10px !important;
}

#Queue thead tr th {
    font-size: 13px;
}

#Queue {
    margin-top: 15px;
}


/*suggestion */

#suggestion_todo .box {
    box-shadow: 0 0 1px rgba(0, 0, 0, .15);
    background-color: #fff;
    position: relative;
    margin-bottom: 1.5rem;
    min-height: 75vh;
}

.box-header {
    position: relative;
    padding: 1rem;
}

.box-header h3 {
    font-size: 16px;
}

.list {
    padding-left: 0;
    padding-right: 0;
}

.list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: .75rem .5rem;
    position: relative;
}

.red {
    background-color: #f44336;
    color: rgba(255, 255, 255, .85)
}

.pink {
    background-color: #e91e63;
    color: rgba(255, 255, 255, .85)
}

.purple {
    background-color: #9c27b0;
    color: rgba(255, 255, 255, .85)
}

.deep-purple {
    background-color: #673ab7;
    color: rgba(255, 255, 255, .85)
}

.indigo {
    background-color: #3f51b5;
    color: rgba(255, 255, 255, .85)
}

.blue {
    background-color: #2196f3;
    color: rgba(255, 255, 255, .85)
}

.light-blue {
    background-color: #03a9f4;
    color: rgba(255, 255, 255, .85)
}

.cyan {
    background-color: #00bcd4;
    color: rgba(255, 255, 255, .85)
}

.teal {
    background-color: #009688;
    color: rgba(255, 255, 255, .85)
}

.green {
    background-color: #4caf50;
    color: rgba(255, 255, 255, .85)
}

.light-green {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .85)
}

.lime {
    background-color: #cddc39;
    color: rgba(0, 0, 0, .85)
}

.yellow {
    background-color: #ffeb3b;
    color: rgba(0, 0, 0, .85)
}

.amber {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .85)
}

.orange {
    background-color: #ff9800;
    color: rgba(0, 0, 0, .85)
}

.deep-orange {
    background-color: #ff5722;
    color: rgba(255, 255, 255, .85)
}

.brown {
    background-color: #795548;
    color: rgba(255, 255, 255, .85)
}

.blue-grey {
    background-color: #607d8b;
    color: rgba(255, 255, 255, .85)
}

.grey {
    background-color: #9e9e9e;
    color: rgba(255, 255, 255, .85)
}

.w-40 {
    width: 40px;
    height: 40px;
}

.list-body {
    position: relative;
}

.list-body {
    -ms-flex: 1;
    flex: 1;
}

._500 {
    font-weight: 500;
}

.h-1x {
    height: 1.28rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-sm {
    font-size: .75rem;
}

.text-muted {
    color: inherit !important;
    opacity: .6;
}

.list-item>* {
    margin-left: .5rem;
    margin-right: .5rem;
}

.w-40 {
    width: 40px;
    height: 40px;
}

.circle {
    border-radius: 500px;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.tic-mark {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #959595;
    padding: 5px;
    font-size: 9px;
    right: 32px;
    border-radius: 50%;
    color: #fff;
    top: -10px;
    border: 1px solid #fff;
}


/*#Queue thead tr{
    background:#efecec;
}*/

#Queue tbody tr td {
    font-size: 13px;
    vertical-align: middle;
}

#Queue.table th {
    border-top: none !important;
}

.top-posision {
    position: relative;
    top: -57px;
}

.reverse {
    margin-top: 30px;
    margin-bottom: 10px;
    float: right;
}

.order-check-box {
    margin-top: 30px;
}


/*#################  Customer css  ###################*/

.customer-unborder {
    border: none;
}


/*################# Add Customer css  ###################*/

.add-customer {
    margin: 20px 0px;
}

.add-first-box2 {
    background: #5bb85d !important;
}

.add-first-box3 {
    background: #efad4d !important;
}

.add-first-box1,
.add-first-box2,
.add-first-box3 {
    position: relative;
    background: #d9544f;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-left: 20%;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 50%;
}

.add-first-box1 p,
.add-first-box2 p,
.add-first-box3 p,
.add-first-box1 b,
.add-first-box2 b,
.add-first-box3 b {
    font-size: 15px !important;
    margin: 10px 0px !important;
    color: #fff !important;
}

.add-box-margin {
    margin-top: 30px;
}

.add-customer label {
    margin-top: 10px;
}

.Notes {
    vertical-align: middle;
}

.add-custemer-button {
    margin: 20px 0px;
    text-align: center;
}

.add-partner-box1 ul li {
    float: left;
    padding: 10px;
}

.add-customer-check {
    margin-top: 12px !important;
}

.img-mar-add img {
    margin-left: 15px;
}

.no-padding-add {
    padding: 0px;
}

.border-customer-box {
    padding: 20px;
    border: 1px solid #dee2e6;
}

.row.location-head-box ul {
    padding: 0px !important;
    margin-bottom: 0px;
}

.row.location-head-box ul:nth-child(1) li {
    list-style: none !important;
}

.row.location-head-box ul:nth-child(1) li a {
    font-weight: 700;
}

.input-normal {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 30px;
    font-size: 12px;
}

#stateRow,
#countyRow,
#cityRow,
#zipRow {
    height: auto !important;
}


/*#################  location css  ###################*/

.location-head-box {
    margin: 0px 0px;
}

.location-box-sub ul li a {
    font-weight: 400 !important;
}

.location-box-1 {
    padding: 10px;
    border-left: none;
    border-right: none;
}

.second-location-add,
.third-location-add {
    border-right: none !important;
    border-left: none !important;
}

.forth-location-add {
    border-right: none;
}

.path1 {
    margin-left: 10px;
}

.location-box-sub span {
    position: relative;
    color: #6c6c6c;
    border-radius: 50%;
    top: 23px;
}

.row.location-head-box .icon-plus {
    margin-left: 10px !important;
    font-size: 10px;
}

.location-box-1 ul a li {
    font-size: 15px;
    font-weight: bold;
}

.no-pad-location {
    padding: 0px;
}

.modal-content {
    background: #ededed;
}

.modal-header {
    border: none;
}

.modal-body {
    border: none;
}

.modal-footer {
    border: none;
}

.content-right-side {
    margin-left: 100px;
}

.note-content-box-2 {
    margin-top: 25%;
}

.notification-note-box {
    margin-top: 15%;
}

.notification-submit {
    text-align: right;
    margin: 20px 0px;
}

.settings {
    margin: 50px 0px;
}

.setting-box-2 {
    margin: 20px 0px;
}

.settings-check {
    margin: 0px !important;
}

.settings-label {
    margin-top: 20px;
}

.setting-box-2 {
    text-align: center;
    margin: 30px 0px;
}

.settings {
    height: 100vh;
}

.account-box-1 {
    margin: 20px 0px;
}

.account-box-1 label {
    margin-top: 15px;
}

.my-account-submit-box {
    float: right;
    margin: 30px 0px;
}

.reverse ul li {
    float: left;
}

.notification-box2 {
    padding: 20px;
}

.notification-box1 h2 {
    font-weight: bold;
    margin-bottom: 30px;
}

.notification-box1 label {
    margin-top: 15px;
}

.browse-notification {
    margin-bottom: 15px;
}

.notification-update-box {
    float: right;
    margin: 20px 0px;
}


/*#################  cms-email css  ###################*/

.cms-email {
    margin-top: 15px;
    height: 100vh;
}

.cms-email table tbody tr td button {
    padding: 0px 5px;
    font-size: 13px;
}

.border-cms-email {
    margin-top: 42px;
}

.right-none {
    margin-right: 0px !important;
}


/*#################  cms-email-inner css  ###################*/

.cms-comment-box input {
    margin-bottom: 10px;
}

.cms-comment-box {
    margin-bottom: 30px;
}

.email-editer-icons {
    position: absolute;
    margin-top: 20px;
    margin-left: 5px;
}

.email-editer-icons button {
    background: #fff !important;
}

.disable-button-1 {
    background: #464646;
    color: #fff;
}

.cancel-1,
.save-1 {
    width: 100px;
}


/*#################  components css  ###################*/

.components table th {
    border-top: none;
    background: #efecec;
}

.components table td {
    border-bottom: 1px solid #dee2e6;
}

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


/*#################  dashboard css  ###################*/

.dashboard {
    margin-top: 15px;
    min-height: 100vh;
}

.color-box1,
.color-box2,
.color-box3,
.color-box4,
.color-box5,
.color-box22 {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    border-radius: 10px;
    padding: 20px 10px;
}

.shoping-box {
    padding: 0px 15px 0px 0px;
}

.color-box2,
.color-box22 {
    background: linear-gradient(60deg, #66bb6a, #43a047);
}

.color-box3 {
    background: linear-gradient(60deg, #ef5350, #e53935);
}

.color-box4 {
    background: linear-gradient(60deg, #26c6da, #00acc1);
}

.color-box5 {
    background: linear-gradient(60deg, #3f51b5, #0128ff);
}

.color-box1 span,
.color-box2 span,
.color-box3 span,
.color-box4 span,
.color-box5 span,
.color-box22 span {
    color: #fff;
    padding: 10px;
    font-size: 45px;
}

.color-box1 b,
.color-box2 b,
.color-box3 b,
.color-box4 b,
.color-box5 b,
.color-box22 b {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.color-box1 p,
.color-box2 p,
.color-box3 p,
.color-box4 p,
.color-box5 p,
.color-box22 p {
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
}

.col.free-padd {
    padding: 0px !important;
}

.search-bar i {
    margin-top: 15px;
}

.common-table .main-table.id_designer_padding_20 {
    padding-top: 0px;
}

.common-table .main-table.id_designer_padding_20 .row {
    background-color: #3f51b5;
    margin-left: -20px;
    margin-right: -20px;
}

.common-table .main-table.id_designer_padding_20 .row h2 {
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-01 {
    padding-left: 0px;
}

.col-02 {
    padding-right: 0px;
}

.dashboard-table1 table tbody tr td {
    font-size: 13px;
}

.file-link {
    font-size: 16px;
    color: #2c7ff5;
    margin-right: 10px;
}

.dashboard-margin-box {
    margin: 40px 0px 30px 0px;
}

.dashboard-margin-box h2 {
    margin: 20px 0px;
    font-weight: bold;
}

.click-open span,
.click-close span {
    background: #464646;
    padding: 5px;
    color: #fff;
    font-size: 10px;
}

.col.shoping-box:last-child {
    padding-right: 0px;
}

.dashboard-border-box,
.dashboard-border-box1 {
    border: 1px solid #dee2e6!important;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.dashboard-border-box1 {
    margin-left: 15px;
}

.margin-full-height {
    margin-top: 200px;
}

.partners-label {
    margin-bottom: 10px !important;
}


/*************************---log message  css---************************************/

.back-button {
    float: right;
    background: #474747;
    padding: 5px;
    margin-right: -5px;
}

.massage-right-border-box {
    padding: 15px 10px;
    border: 1px solid#dedede;
    margin: 15px 0px;
}

.messages-border-none {
    border: none !important;
}

.unmark {
    background: #fff !important;
    color: #fff;
}

.bold {
    font-weight: bold;
}

.height-adjusment {
    height: 50vh;
}


/*************************---to do css---************************************/

.todo-fifst-box {
    margin-top: 30px;
    height: 100vh;
}

.todo-button {
    font-size: 14px;
    padding: 2px 5px;
}


/*************************---reports css---************************************/

.reports-first-search-box ul li {
    float: left;
    margin-top: 30px;
    margin-left: 0px !important;
    margin-right: 15px;
}

.reports-first-search-box ul:first-child {
    font-weight: bold;
}

.reports-first-search-box-right ul li {
    float: right;
    margin-top: 30px;
}

.reports-selection {
    margin: 15px 0px;
}

.reports-table {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*************************---update-internal-user css---************************************/

.partner-image-select {
    padding: 5px;
    border: 1px solid#ccc;
    margin: 10px 0px;
}

.uodate-internal-box1 button {
    margin-top: 20px;
}


/*************************---add partner css---************************************/

.add-box-check {
    position: relative;
    float: left;
    margin-top: -75px;
    margin-right: 0px;
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

.addpartner-update,
.addpartner-cancel {
    width: 100px !important;
}

.add-partner-user-button {
    margin-top: 20px;
    float: right
}

.add-partner-custom-file-input:lang(en)~.custom-file-label::after {
    content: "\e92d" !important;
    background: #000 !important;
    color: #fff !important;
}

.add-partner-custom-file {
    margin-top: 0px;
}

.add-partner-custom-file label.custom-file-label:after {
    background: #007bff;
    color: #fff;
}

.brand-bouton-1 {
    padding: 10px 25px;
}

.dashboard-calender {
    position: absolute;
    top: 100px;
    right: 35px;
}

.dashboard-month {
    position: absolute;
    top: 182px;
    right: 35px;
}

.dashboard-create-date {
    position: absolute;
    top: 432px;
    right: 35px;
}

.click-close {
    display: none;
}

.update-buttons {
    text-align: right;
    margin-top: 20px;
}

.forgot {
    margin-right: 20px;
    border-radius: 50%;
    background: #007bff;
    padding: 10px;
    color: #fff;
}

.forgot-password {
    margin-top: 10px;
}

.form-control option {
    font-size: 13px !important;
}

.quotes-check {
    margin-left: 10px;
}

.crm {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 70px;
    padding-right: 50px;
}

.crm-search-full {
    height: 100vh
}

.crm-head {
    text-align: center;
    margin-top: 100px;
}

.crm-bouton-1 {
    margin-top: 50px;
    margin-bottom: 100px;
}

#crm-email {
    margin-bottom: 20px;
}

.crm-search-items {
    text-align: center;
}

.crm-search-button {
    width: 10%;
}


/*************************---CRM----css---************************************/

.crm-sold-box {
    background: #418eff;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.sold-1 {
    padding: 10px;
}

.search-icons-crm {
    margin-bottom: 15px;
}

.crm-box-1 {
    padding-right: 50px;
}

.crm-box-2 {
    padding-left: 50px;
}

.sold-to {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 20px;
    color: #4f4e4e !important;
}


/*************************---Create Notification css---************************************/

.create-notification {
    margin: 20px 0px;
    padding: 10px 50px;
}

.notification-left-box input {
    margin-bottom: 15px;
}

.notification-right-box .search-text {
    border-radius: 0px !important
}

.notification-right-box {
    margin-top: 30px;
}

.notification-right-box1 {
    float: left;
    position: relative;
    left: -15px;
}

.notification-right-box ul li {
    padding: 15px;
    margin: 15px 0px;
}

form#brand .box-submit {
    padding-left: 0px;
}

.pro-tips {
    height: 100vh;
}

.create-pro {
    margin: 30px 0px;
}

.create-protips-send {
    text-align: center;
    margin: 20px 0px;
}

#datepicker {
    width: 180px;
    margin: 0 20px 20px 20px;
}

#datepicker>span:hover {
    cursor: pointer;
}

.main-table.Customer {
    padding: 15px;
}

#search_key {
    height: 40px;
    margin-top: 0px;
}

.main-table.Customer h3 {
    font-size: 20px;
    color: #3f51b5;
}

.full-width {
    width: 100%;
}

.add-user-role select,
.add-user-role input,
.add-user-role textarea {
    margin-bottom: 0px !important;
}

#search_key {
    width: calc(100% - 10%);
    border-radius: 0px !important;
    float: left;
}

#search_submit {
    width: calc(100% - 90%);
    padding: 0px;
    margin: 0px;
    height: 40px;
    float: left;
    border: none !important;
    background: #3f51b5;
    color: #fff;
    border-radius: 0px !important;
}

.main-table .col-md-6 .tag-heading {
    color: #3f51b5;
    font-weight: 500;
    font-size: 16px;
}

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

.form-groub .logo_brand {
    width: 100px !important;
}

.img-resposive.profile {
    border-radius: 10px;
}

.kt-widget__username {
    font-size: 1.3rem;
    color: #48465b;
    font-weight: 500;
}

.kt-widget__subtitle {
    display: block;
    padding: .25rem 0 0 0;
    font-weight: 500;
    color: #74788d;
    font-size: 13px;
}

.kt-widget__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: .5rem;
}

.kt-widget__label {
    color: #48465b;
    font-weight: 500;
}

.kt-widget__data {
    color: #74788d;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin-left: 10px;
}

a.kt-widget__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .9rem 1.05rem .9rem .6rem;
    margin: .4rem 0;
}

.kt-widget__desc {
    color: #74788d;
    font-weight: 500;
    padding-left: .3rem;
}

.icon {
    margin-right: 10px;
}

.kt-active {
    background: #f2f3f7;
    cursor: pointer;
    border-radius: 4px;
}

.kt-active .kt-widget__desc {
    color: #5867dd !important;
}

.kt-widget__item:hover {
    background: #f2f3f7;
    cursor: pointer;
    border-radius: 4px;
}

.kt-widget__item:hover .kt-widget__desc {
    color: #5867dd !important;
}

.kt-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 4px;
}

.kt-portlet .kt-portlet__head {
    -webkit-transition: height .3s;
    transition: height .3s;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
    align-content: flex-first;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #48465b;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
    font-weight: 300;
    padding-left: .5rem;
    font-size: 1rem;
    color: #74788d;
}

.kt-portlet .kt-portlet__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
}

.kt-section.kt-section--first {
    margin-top: 0;
}

.kt-section__title.kt-section__title-sm {
    font-size: 1.1rem;
    display: block;
    font-weight: 500;
    padding: 0;
    margin: 0 0 1.75rem 0;
    color: #48465b;
}

.kt-avatar__holder {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    width: 120px;
    height: 120px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
}

.kt-avatar .kt-avatar__upload {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 110px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: right;
}

.kt-avatar .kt-avatar__upload input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
}

.kt-avatar__upload span {
    position: absolute;
    cursor: pointer;
}

.kt-avatar .kt-avatar__upload:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #5d78ff;
}

.kt-avatar .kt-avatar__upload:hover span {
    color: #fff;
}

.hide {
    display: none;
}

.account_informations {
    min-height: 75vh;
}

.locaton_kt_profile {
    float: left;
    display: block;
}

.locaton_kt_profile .kt-widget__label {
    float: left;
}

.locaton_kt_profile .kt-widget__data {
    float: left;
    height: 60px;
    width: 80%;
}

.Drawing {
    float: left;
    width: 100%;
}


/*************************---Mobile Responsive css---************************************/

@media only screen and (min-width: 320px) and (max-width:374px) {
    /*///////////////////------login page css------///////////////////*/
}

@media only screen and (min-width: 375px) and (max-width:424px) {
    /*///////////////////------login page css------///////////////////*/
}

@media only screen and (min-width: 425px) and (max-width:574px) {
    /*///////////////////------login page css------///////////////////*/
}

@media only screen and (min-width: 575px) and (max-width:767px) {
    /*///////////////////------basic  css------///////////////////*/
    /*///////////////////------mega  menu  css------///////////////////*/
    .menu-padding-box {
        padding-left: 0px;
    }
    /*///////////////////------login page css------///////////////////*/
    .height-full {
        height: 100%;
    }
    .location-box-sub span {
        float: right;
        margin-top: 10px;
    }
    .login-back {
        background-position: unset;
        background-size: unset;
    }
    .form-login {
        width: 100%;
        position: relative;
        padding: 30px;
        top: 25%;
        margin-bottom: 0px !important;
    }
    .login-back .form-check-label {
        color: #fff;
    }
    .login-back .form-check-label a {
        color: #fff !important;
    }
    .login-back .btn-primary {
        color: #fff !important;
    }
    /*///////////////////------dasyhboard  css------///////////////////*/
    .id_designer_margin_right_50 {
        margin-right: 8px;
    }
    .dashboard-table1 {
        overflow-x: scroll;
    }
    h2 {
        font-size: 17px !important;
    }
    .dashboard-table2 table {
        margin-top: 30px;
    }
    .color-box1 p,
    .color-box2 p,
    .color-box3 p,
    .color-box4 p,
    .color-box5 p,
    .color-box22 p {
        font-size: 17px !important;
    }
    .color-box1 b,
    .color-box2 b,
    .color-box3 b,
    .color-box4 b,
    .color-box5 b,
    .color-box22 b {
        font-size: 20px !important;
    }
    .color-box2 span {
        font-size: 34px !important;
    }
    .color-box1 span,
    .color-box2 span,
    .color-box3 span,
    .color-box4 span,
    .color-box5 span,
    .color-box22 span {
        font-size: 33px;
    }
    .color-box1,
    .color-box2,
    .color-box3,
    .color-box4,
    .color-box5,
    .color-box22 {
        height: 150px;
    }
    /*///////////////////------brands  css------///////////////////*/
    .brands-table {
        overflow-x: scroll;
    }
    .brands {
        height: 100%;
    }
    .darkbutton {
        margin-top: 10px;
        margin-left: 0px;
    }
    /*///////////////////------users  css------///////////////////*/
    .dashboard-filter {
        margin-top: 0px !important;
    }
    .margin-full-height {
        margin-top: 20px;
    }
    .cms-scrol {
        overflow-x: scroll;
    }
    .cms-comment-box {
        margin-top: 30px;
    }
    .top-posision {
        top: 0px;
    }
    .overflow-box1 {
        overflow-x: scroll;
    }
    /*************************---to do css---************************************/
    .todo-fifst-box {
        height: 100%;
    }
    .pro-tips {
        height: 100%;
    }
    .user-box-margin {
        margin-bottom: 20px;
    }
    .location-border {
        margin-top: 20px;
    }
    .location-box-1 {
        margin: 20px 0px;
        border: none !important;
        text-align: center;
    }
    .location-box-sub span {
        top: 45px;
    }
    .cms-email {
        height: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    /*///////////////////------mega  menu  css------///////////////////*/
    .menu-padding-box {
        padding-left: 50px;
    }
    .color-box1,
    .color-box2,
    .color-box3,
    .color-box4,
    .color-box5,
    .color-box22 {
        height: 150px;
        text-align: center;
    }
    .color-box2 span {
        font-size: 45px !important;
    }
    .location-box-sub span {
        float: right;
        margin-top: 10px;
    }
    .color-box1 p,
    .color-box2 p,
    .color-box3 p,
    .color-box4 p,
    .color-box5 p,
    .color-box22 p {
        margin-top: 10px;
        font-size: 18px !important;
    }
    .cms-email {
        height: 100%;
    }
    /*///////////////////------brands  css------///////////////////*/
    .brands-table {
        overflow-x: scroll;
    }
    .brands {
        height: 100%;
    }
    .darkbutton {
        margin-left: 0px;
    }
    /*///////////////////------brands  css------///////////////////*/
    .dashboard-filter {
        margin-top: 0px !important;
    }
    .margin-full-height {
        margin-top: 20px;
    }
    .cms-scrol {
        overflow-x: scroll;
    }
    /*************************---to do css---************************************/
    .todo-fifst-box {
        height: 100%;
    }
    .pro-tips {
        height: 100%;
    }
    .user-box-margin {
        margin-bottom: 20px;
    }
    .location-border {
        margin-top: 20px;
    }
    .location-box-1 {
        margin: 20px 0px;
        border: none !important;
        text-align: center;
    }
    .height-full {
        height: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1063px) {
    .fullwidth-menu {
        overflow-y: scroll;
    }
    .location-box-sub span {
        float: right;
        margin-top: 10px;
    }
    .color-box1,
    .color-box2,
    .color-box3,
    .color-box4,
    .color-box5,
    .color-box22 {
        text-align: center;
    }
    .color-box2 span {
        font-size: 45px !important;
    }
    .color-box1 p,
    .color-box2 p,
    .color-box3 p,
    .color-box4 p,
    .color-box5 p,
    .color-box22 p {
        margin-top: 10px;
        font-size: 18px !important;
    }
    .form-login .form-group.form-check .form-check-label:nth-child(2) {
        float: none;
    }
    .margin-full-height {
        margin-top: 20px;
    }
    /*************************---to do css---************************************/
    .todo-fifst-box {
        height: 100% !important;
    }
    .pro-tips {
        height: 100%;
    }
    .user-box-margin {
        margin-bottom: 20px;
    }
    .location-border {
        margin-top: 20px;
    }
    .location-box-1 {
        margin: 20px 0px;
        border: none !important;
        text-align: center;
    }
    .height-full {
        height: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width:574px) {
    /*///////////////////------mega  menu  css------///////////////////*/
    .fullwidth-menu {
        overflow-y: scroll;
    }
    .location-box-sub span {
        float: right;
        margin-top: 10px;
    }
    .menu-box1 {
        border: none;
    }
    .menu-padding-box {
        padding-left: 50px;
    }
    .addpartner-update,
    .addpartner-cancel {
        width: 70px !important;
    }
    .pro-tips {
        height: 100%;
    }
    /*///////////////////------dashboard page css------///////////////////*/
    /*///////////////////------login page css------///////////////////*/
    .login-back {
        background-position: unset;
        background-size: unset;
    }
    .form-login {
        width: 100%;
        position: relative;
        padding: 30px;
        top: 25%;
        margin-bottom: 0px !important;
    }
    .login-back .form-check-label {
        color: #fff;
    }
    .login-back .form-check-label a {
        color: #fff !important;
    }
    .login-back .btn-primary {
        color: #fff !important;
    }
    /*///////////////////------dasyhboard  css------///////////////////*/
    .color-box1,
    .color-box2,
    .color-box3,
    .color-box4,
    .color-box5,
    .color-box22 {
        height: 110px;
    }
    .color-box1 span,
    .color-box2 span,
    .color-box3 span,
    .color-box4 span,
    .color-box5 span,
    .color-box22 span {
        font-size: 25px;
    }
    .color-box1,
    .color-box2,
    .color-box3,
    .color-box4,
    .color-box5,
    .color-box22 {
        padding: 10px 5px;
    }
    .shoping-box {
        padding: 0px 5px 0px 0px;
    }
    .color-box2 span {
        font-size: 23px !important;
    }
    .color-box1 b,
    .color-box2 b,
    .color-box3 b,
    .color-box4 b,
    .color-box5 b,
    .color-box22 b {
        font-size: 18px !important;
    }
    .color-box1 p,
    .color-box2 p,
    .color-box3 p,
    .color-box4 p,
    .color-box5 p,
    .color-box22 p {
        font-size: 10px !important;
    }
    .dashboard-table1 {
        overflow-x: scroll;
    }
    .dashboard-table2 table {
        margin-top: 30px;
    }
    h2 {
        font-size: 17px !important;
    }
    .overflow-box1 {
        overflow-x: scroll;
    }
    /*///////////////////------brands  css------///////////////////*/
    .brands-table {
        overflow-x: scroll;
    }
    .brands {
        height: 100%;
    }
    .darkbutton {
        margin-top: 10px;
        margin-left: 0px;
    }
    /*///////////////////------user  css------///////////////////*/
    .margin-full-height {
        margin-top: 20px;
    }
    .cms-scrol {
        overflow-x: scroll;
    }
    .cms-comment-box {
        margin-top: 30px;
    }
    /*************************---to do css---************************************/
    .todo-fifst-box {
        height: 100% !important;
    }
    .user-box-margin {
        margin-bottom: 20px;
    }
    .location-border {
        margin-top: 20px;
    }
    .location-box-1 {
        margin: 20px 0px;
        border: none !important;
        text-align: center;
    }
    .location-box-sub span {
        top: 45px;
    }
    .cms-email {
        height: 100%;
    }
    .height-full {
        height: 100%;
    }
}

@media only screen and (min-width: 425px) and (max-width:574px) {}

@media only screen and (min-width: 586px) and (max-width:767px) {
    .darkbutton {
        margin-top: 0px !important;
    }
    .container {
        max-width: 100%;
    }
    .fullwidth-menu {
        overflow-y: scroll;
    }
    .user-box-margin {
        margin-bottom: 20px;
    }
    .location-border {
        margin-top: 20px;
    }
    .location-box-sub span {
        float: right;
        margin-top: 10px;
    }
    .cms-email {
        height: 100%;
    }
}

.has-error,
.error.help-block {
    color: #e80303;
    width: 100%;
    float: left;
    margin-top: 0px;
    font-size: 10px;
    margin-bottom: 10px;
}

.has-success {
    color: #0ba702;
}

.filter-text-box {
    padding: 5px 10px;
}

.sidebar-open-icon {
    float: right;
    margin: 20px 0px;
}

.sidenav {
    background: #fff;
    position: absolute;
    width: 300px;
    z-index: 999;
    transition: 0.5s;
    left: 78%;
    top: 120%;
    float: right;
    margin: 0px !important;
    padding: 0px;
    overflow: hidden;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 10;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 9;
}

.sidenav {
    float: right;
}

.first-box-filter li {
    margin-right: 0px ! important;
}

.form-groub img {
    width: 100% !important;
    height: auto !important;
}

.icon-close {
    font-size: 11px;
}

.col-md-12.inner-check-arrage .form-control.mb-2 .form-control {
    margin: 0px !important;
    border: none !important;
    color: #000;
    font-weight: 500;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) {
    /*========Login======*/
    .input-group-prepend {
        width: 15%;
    }
    /*======Dashboard===*/
    .partner .col.shoping-box p {
        font-size: 11px !important;
        font-weight: bold;
    }
}

@media screen and (max-width: 1024px) {
    /*========Login======*/
    .input-group-prepend {
        width: 15%;
    }
    .form-login {
        width: 40%;
        background-color: #fff;
    }
    .login-back .col-md-3 {
        max-width: 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        clear: both;
        ;
    }
    .form-login {
        width: 30%;
        background-color: #ffffff9e;
        padding: 15px;
    }
    .shoping-box .row .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .shoping-box .row .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width:1023px) {
    /*---Dashbord---*/
    .color-box1 span,
    .color-box2 span,
    .color-box3 span,
    .color-box4 span,
    .color-box5 span,
    .color-box22 span {
        font-size: 30px;
    }
    .color-box1 p,
    .color-box2 p,
    .color-box3 p,
    .color-box4 p,
    .color-box5 p,
    .color-box22 p {
        font-size: 17px !important;
    }
    section.main-table {
        overflow: scroll !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    /*========Login======*/
    .login-back .col-md-3 {
        max-width: 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }
    .form-login {
        width: 40%;
        background-color: #ffffff9e;
    }
    .form-login {
        bottom: 40vh;
    }
    /*---Dashbord---*/
    .color-box1 span,
    .color-box2 span,
    .color-box3 span,
    .color-box4 span,
    .color-box5 span,
    .color-box22 span {
        font-size: 20px;
    }
    .color-box2 span {
        font-size: 20px !important;
    }
    .color-box1 p,
    .color-box2 p,
    .color-box3 p,
    .color-box4 p,
    .color-box5 p,
    .color-box22 p {
        font-size: 14px !important;
    }
    section.main-table {
        overflow: scroll !important;
    }
    .col-md-2.windows-name {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .select-check1 {
        margin-top: -3px;
        right: 20px;
    }
    .main .container-fluid:nth-child(1) .col {
        width: 100%;
        display: block;
        flex-grow: unset;
        flex-basis: auto;
    }
    .main .container-fluid:nth-child(1) .col .BreadCremb {
        flex-direction: inherit !important;
    }
    #brandgrp .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .custom-file.add-partner-custom-file {
        min-height: 100px;
        max-height: 100px;
        overflow: hidden;
    }
    .checkbox {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .login-back .col-md-3 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        clear: both;
    }
    .form-login {
        width: 50%;
        background-color: #ffffff9e;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
        top: 3Vh;
        left: 23%;
        right: auto;
    }
    .col-01,
    .col-02 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .shoping-box {
        text-align: center;
    }
    .partner .col.shoping-box p {
        font-size: 10px !important;
        font-weight: lighter;
    }
    .row.location-head-box .col {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        text-align: left;
    }
    .location-box-1 {
        margin: 0px 0px;
        text-align: left;
    }
    .location-box-sub span {
        top: -40px;
        margin-top: 0px;
    }
    #countryRow {
        height: auto !important;
    }
    section.main-table {
        overflow: scroll !important;
    }
    .reset-pass-send,
    .reset-pass-back {
        padding: 0px !important;
        margin-bottom: 15px;
    }
    .row.common-table {
        margin-bottom: 1.5rem !important;
    }
    .main .container-fluid:nth-child(1) .col {
        width: 100%;
        display: block;
        flex-grow: unset;
        flex-basis: auto;
    }
    .BreadCremb.d-flex.flex-row-reverse {
        float: left;
        padding: 0px;
    }
    .filter .flex-row-reverse {
        flex-direction: unset !important;
        display: block !important;
    }
    section.filter .btn.btn-primary {
        margin-right: 15px;
    }
    .paging_simple_numbers {
        width: max-content;
        float: left;
    }
    .col-md-2.windows-name {
        width: 50%;
    }
    #brandgrp .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .custom-file.add-partner-custom-file {
        min-height: 100px;
        max-height: 100px;
        overflow: hidden;
    }
    #pills-tab .nav-item {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .shape .col-md-12 {
        padding: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    /*THE IPHONE AND ANDROID APP*/
    .app-container .top-bar-menu {
        top: 0px !important;
        left: 0px !important;
        position: relative !important;
        margin-left: 0px !important;
    }
    .app-container .top-bar-menu span.dropdown-toggle,
    .app-container .top-bar-versions span.dropdown-toggle {
        font-size: 12px;
        padding: 12px 5px 3px 5px !important;
        height: 40px !important;
        width: 40px !important;
    }
    .app-container .top-bar-versions {
        top: 0px;
        left: 40px !important;
    }
    .app-container .top-bar-menu.view {
        left: 80px !important;
    }
    .app-container .top-bar-menu.track {
        left: 120px !important;
    }
    .app-container .top-bar-menu.floors {
        left: 160px !important;
    }
    .app-container .top-bar-menu.tre-d {
        left: 200px !important;
    }
    .app-container .top-bar-menu.elevation {
        left: 240px !important;
    }
    .app-container .top-bar-menu.roof-view {
        left: 280px !important;
    }
    .app-container .top-bar-menu.first-person {
        left: 320px !important;
    }
    .floor {
        position: absolute;
        top: 40px;
        left: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .form-login {
        width: 100%;
        top: 10Vh;
        left: 0%;
    }
    .fullwidth-menu.menu-hide .justify-content-center {
        width: 100%;
        float: left;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        display: block !important;
        margin-bottom: 0px;
        padding-bottom: 0px !important;
    }
    .fullwidth-menu .p-2 {
        width: 100%;
        float: left;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        display: block !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        margin-top: 0px;
    }
    .fullwidth-menu ul.menu-drop {
        padding-left: 0px;
        margin-bottom: 0px;
    }
    #idesigner .navbar-nav.ml-auto {
        display: block;
    }
    #idesigner .navbar-nav.ml-auto li {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    a.nav-link:hover {
        background-color: transparent !important;
        color: #6c6c6c !important;
    }
}


/*Drawing App*/

.top-bar {
    z-index: 9 !important;
}

.top-bar-menu {
    top: -65px;
    left: 250px !important;
}

.add-button button#add_floor {
    color: #666 !important;
}

.ground_add-button.mt-2:hover #delete_layer,
.ground_add-button.mt-2:hover #add_floor {
    color: #fff !important;
}

.top-bar-menu span.dropdown-toggle {
    max-width: 65px !important;
    height: 65px !important;
    border-radius: 0px !important;
    border: none !important;
}

.top-bar-versions {
    top: -65px;
    left: 350px !important;
}

.top-bar-versions span.dropdown-toggle {
    max-width: 65px !important;
    height: 65px !important;
    border-radius: 0px !important;
    border: none !important;
}

.top-bar-menu.view {
    left: 30% !important;
}

.top-bar-menu.track {
    left: 34% !important;
}

.top-bar-menu.floors {
    left: 38% !important;
}

.top-bar-menu.tre-d {
    left: 42% !important;
}

.top-bar-menu.elevation {
    left: 46% !important;
}

.top-bar-menu.roof-view {
    left: 50% !important;
}

.top-bar-menu.first-person {
    left: 54% !important;
}

.show-filter,
.sidebarOptions {
    height: calc(100vh - 60px) !important;
}

main.drawing-module {
    min-height: 100vh;
}

.singlePanel .form-groub input,
.singlePanel .form-groub select.form-control {
    -moz-appearance: menuitemtext;
    -webkit-appearance: menulist;
}

.container-fluid.dummy,
#app .container-fluid {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
}

.app-container section.main {
    padding-left: 30px;
    padding-right: 30px;
}

.app-container .common-style {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}

#app .container-fluid #filterForm .filter {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#app .container-fluid #filterForm .form-check-label {
    min-width: 100px;
}

#app .container-fluid #filterForm .form-group {
    margin-bottom: 15px;
}

#app .container-fluid #filterForm .filter .btn.btn-primary.btn-sm.btn-rounded.filter-sidebar {
    width: auto;
}

#app .container-fluid .QuoteList {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    margin-bottom: 15px;
}

#app .container-fluid .QuoteList table tr th:first-child,
#app .container-fluid .QuoteList table tr th:last-child {
    border-radius: 0px !important;
}

.app-container .sidebarOptions .form-group .form-check-input {
    float: left;
    margin-left: 0px;
    width: 20px;
}

.app-container .sidebarOptions .form-group .form-check-label {
    width: calc(100% - 30px);
    margin-left: 30px;
}

.app-container .sidebarOptions .btn.btn-primary {
    width: 100%;
    border-radius: 0px !important;
}

.MenuBar .prop_sidebar {
    z-index: 10;
}

.MenuBar .show-filter h2 {
    text-align: right;
    position: relative;
    width: 100%;
}

.show-filter .icon-close {
    right: unset !important;
    left: 80px;
}

.react-sidebar.show-filter .icon-close {
    right: unset !important;
    left: 15px;
}

.block .col-12 button {
    height: 40px;
    font-size: 13px;
    -webkit-appearance: none !important;
    background: #fff !important;
    border: 1px solid #d8d8d8;
}

.block.properties .col-12 {
    padding: 0px !important;
    margin-top: 15px;
}

.block .col-12,
.block.properties {
    padding: 0px !important;
}

.radio label {
    width: 100%;
}

.radio label input {
    width: 20px;
}

section.main .container-fluid.catalog .search {
    margin-top: 0px !important;
    width: 90%;
}

section.main .container-fluid.catalog .search .form-control {
    margin-top: 0px;
}

section.main .container-fluid.catalog .close-svg {
    position: absolute;
    right: 15px;
    top: 15px;
}

.catlog-main div.container-fluid.catalog:nth-child(2) .row {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    width: calc(100% - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
}

.catalog_page_item.col-md-2 div:nth-child(1) {
    min-height: 150px;
    margin-bottom: 10px !important;
    float: left;
}

.catalogItemName {
    font-size: 13px !important;
    margin-top: 7px;
    padding-bottom: 15px !important;
    font-weight: 500;
}

.app-container #publishForm .btn.btn-primary.form-control.form-control-sm {
    margin-top: 20px !important;
}

.app-container #publishForm input,
.app-container #publishForm select {
    height: 35px !important;
    margin-bottom: 10px;
}

.app-container .sidebarOptions .form-label {
    font-weight: 500 !important;
}

.app-container .sidebarOptions h2 {
    text-align: right;
}


/*END of drawing app*/


/*==================================New Design ============================================*/

.custom-inputs input,
.custom-inputs select {
    height: 40px;
}


/*======================================Footer =====================================*/

ul.footerlink {
    padding: 0px;
    list-style: none;
}

ul.footerlink li {
    display: inline;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

ul.footerlink li:nth-child(2) {
    border: none;
}

ul.footerlink li a {
    color: #6c6c6c;
    transition: 0.5s;
}

ul.footerlink li a:hover {
    color: #3f51b5;
}

.badge {
    position: absolute;
    top: 7px;
    right: 110px;
    padding: 5px 7px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

main.static-page {
    padding-top: 80px;
}


/***
  date:02-06-2020
  added for temporary ui correction of react part
  */

.filter-text-box label,
input {
    right: 0;
}

.login_module .navbar-brand {
    pointer-events: none;
}

.col-md-6.login-screen .tab-content .form-group a.btn.btn-primary.login-box {
    font-size: 14px;
    min-width: 100px;
    background-color: #DCB33B;
    border: none;
    padding: 8px 0px;
    border-radius: 12px;
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 30px;
}

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

.login_module footer {
    padding: 10px 0px !important;
    height: 45px;
    display: flex;
    align-items: center;
}

.forgot_password_new a {
    color: #fff;
}

.login_module .navbar.fixed-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

#loginform .error.help-block {
    color: #eb0b0b !important;
    width: 100%;
    float: left;
    margin-top: 0px;
    font-size: 11px !important;
    margin-bottom: 10px;
    font-weight: 700 !important;
}

main.login .log_first_sec {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/login.png);
    min-height: 100vh;
    padding: 0px;
    overflow: hidden
}