
:root {
    --primary_size : 15px;
    --secondary_size : 12px;
    --custom_grey : rgba(0,0,0,0.54);
    --custom_black : rgba(0,0,0,0.87);
    --default-icon-size :16px;
}
/******************************* INPUT UNDERLINE STYLING  -- START --  **********************************/
input.valid:not([type]):not(.border-0), input.valid:not([type]):not(.border-0):focus, input.valid[type=text]:not(.browser-default):not(.border-0), input.valid[type=text]:not(.browser-default):not(.border-0):focus, input.valid[type=password]:not(.browser-default):not(.border-0), input.valid[type=password]:not(.browser-default):not(.border-0):focus, input.valid[type=email]:not(.browser-default):not(.border-0), input.valid[type=email]:not(.browser-default):not(.border-0):focus, input.valid[type=url]:not(.browser-default):not(.border-0), input.valid[type=url]:not(.browser-default):not(.border-0):focus, input.valid[type=time]:not(.browser-default):not(.border-0), input.valid[type=time]:not(.browser-default):not(.border-0):focus, input.valid[type=date]:not(.browser-default):not(.border-0), input.valid[type=date]:not(.browser-default):not(.border-0):focus, input.valid[type=datetime]:not(.browser-default):not(.border-0), input.valid[type=datetime]:not(.browser-default):not(.border-0):focus, input.valid[type=datetime-local]:not(.browser-default):not(.border-0), input.valid[type=datetime-local]:not(.browser-default):not(.border-0):focus, input.valid[type=tel]:not(.browser-default):not(.border-0), input.valid[type=tel]:not(.browser-default):not(.border-0):focus, input.valid[type=number]:not(.browser-default):not(.border-0), input.valid[type=number]:not(.browser-default):not(.border-0):focus, input.valid[type=search]:not(.browser-default):not(.border-0), input.valid[type=search]:not(.browser-default):not(.border-0):focus, textarea.materialize-textarea.valid:not(.border-0), textarea.materialize-textarea.valid:not(.border-0):focus, .select-wrapper.valid>input.select-dropdown {
    border-bottom: 1px solid #2196f1 !important;
    -webkit-box-shadow: 0 1px 0 0 #2196f1 !important;
    box-shadow: 0 1px 0 0 #2196f1 !important;
}
input:focus{
    border-bottom: 1px solid #2196f1 !important;
    -webkit-box-shadow: 0 1px 0 0 #2196f1 !important;
    box-shadow: 0 1px 0 0 #2196f1 !important;
}
.border-0 input:focus{
    border: none !important;
    box-shadow: none !important;
}
.border-0 input{
    border: none !important;
    box-shadow: none !important;
}
.border-0 select{
    border: none !important;
    box-shadow: none !important;
}
/******************************* INPUT UNDERLINE STYLING   -- END --  **********************************/


/******************************* Modal  --START--  **********************************/

.modal.modal-300{
    width: 300px !important;
}
/******************************* Modal  --END--  **********************************/
/************************************* DISPLAY -- START -- ***************************************/
.block{
    display: block;
}
/************************************* DISPLAY -- END -- ***************************************/

/************************************* LABEL -- START -- ***************************************/
label.active{
    color: var(--custom_grey)!important;
}
/************************************* LABEL -- END -- ***************************************/

/******************************* IMG checkbox -- START -- **********************************/

.toggle-checkbox-container:not(:hover) [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
    display: none;
}
.toggle-checkbox-container:not(:hover) [type="checkbox"].filled-in:not(:checked)+span .media .media-left img{
    display:block;
    position: absolute;
    left: 0;
    top: 10px !important;
}
.toggle-checkbox-container:hover [type="checkbox"].filled-in:not(:checked)+span .media .media-left,.toggle-checkbox-container [type="checkbox"].filled-in:checked+span .media .media-left{
    display:none;
}
.toggle-checkbox-container:hover [type="checkbox"].filled-in:not(:checked)+span .media .media-body,.toggle-checkbox-container [type="checkbox"].filled-in:checked+span .media .media-body{
   padding-left: 20px !important;
}
.toggle-checkbox-container{
    height: 75px;
}
/*.toggle-checkbox-container [type="checkbox"]+span:not(.lever){
    line-height: 20px;
}
.toggle-checkbox-container [type="checkbox"]+span:not(.lever) p:last-child{
    line-height: 15px;
}*/
.toggle-checkbox-container [type="checkbox"].filled-in:checked+span:not(.lever):after,.toggle-checkbox-container [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
    top: 16px !important;
    left: 6px !important;
}
.toggle-checkbox-container [type="checkbox"].filled-in:checked+span:not(.lever):before,.toggle-checkbox-container [type="checkbox"].filled-in:not(:checked)+span:not(.lever):before{
    top: 14px !important;
    left: 6px !important;
}
/******************************* IMG checkbox -- END -- **********************************/

/************************************* CHECKBOX --START-- ***************************************/
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 16px !important;
    width: 16px !important;
    background-color: transparent !important;
    border: 2px solid #5a5a5a !important;
    top: 5px !important;
    z-index: 0 !important;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 5px !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #2196f3!important;
    background-color: #2196f3!important;
    z-index: 0 !important;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 5px !important;
    left: 0px !important;
    width: 8px !important;
    height: 13px !important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    -webkit-transform: rotateZ(37deg) !important;
    transform: rotateZ(37deg) !important;
    -webkit-transform-origin: 100% 100% !important;
    transform-origin: 100% 100% !important;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 3px !important;
    left: 0px !important;
    width: 8px !important;
    height: 13px !important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    -webkit-transform: rotateZ(37deg) !important;
    transform: rotateZ(37deg) !important;
    -webkit-transform-origin: 100% 100% !important;
    transform-origin: 100% 100% !important;
}
/* To fix UX jump on click of checkbox */
[type="checkbox"]:not(:checked).filled-in, [type="checkbox"]:checked.filled-in{
    display: none !important;
}
/************************************* CHECKBOX --END-- ***************************************/
/************************************* MARGIN --START-- ***************************************/
.margin-0{
    margin: 0px !important;
}
.margin-lr-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.margin-lf-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.margin-left-15{
    margin-left: 15px !important;
}
.margin-left-min-5{
    margin-left: -5px !important;
}
.margin-left-min-4{
    margin-left: -4px !important;
}
.margin-bottom-0{
    margin-bottom: 0 !important;
}
.margin-bottom-5{
    margin-bottom: 5px !important;
}
.margin-bottom-8{
    margin-bottom: 8px !important;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.margin-bottom-15{
    margin-bottom: 15px !important;
}
.margin-top-0{
    margin-top:0px !important;
}
.margin-top-5{
    margin-top:5px !important;
}
.margin-top-6{
    margin-top:6px !important;
}
.margin-top-8{
    margin-top:8px !important;
}
.margin-top-10{
    margin-top:10px !important;
}
.margin-top-15{
    margin-top:15px !important;
}
.margin-top-min-1{
     margin-top:-1px !important;
}
.margin-top-min-4{
    margin-top:-4px !important;
}
.margin-top-min-5{
    margin-top:-5px !important;
}
.margin-top-min-10{
    margin-top:-10px !important;
}
.margin-10-0{
    margin: 10px 0;
}
.margin-min-0-16{
    margin-left:-16px;
    margin-right: -16px;
}
.margin-min-right-16{

    margin-right: -16px;
}
.row-margin{margin-left: 0!important;margin-right: 0!important; }
.list_margin_assign{
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}
/************************************* MARGIN --END-- *****************************************/



/************************************* PADDING --START-- ***************************************/
.padding-0{
    padding: 0px !important;
}
.padding-10{
    padding: 10px !important;
}
.padding-tb-4{
    padding:4px 0px !important;
}
.padding-top-0{
    padding-top: 0px !important;
}
.padding-top-2{
    padding-top: 2px !important;
}
.padding-top-5{
    padding-top: 5px !important;
}
.padding-top-8{
    padding-top: 8px !important;
}
.padding-top-10{
    padding-top: 10px !important;
}
.padding-top-12{
    padding-top: 12px !important;
}
.padding-left-6{
    padding-left: 6px !important;
}
.padding-left-10{
    padding-left: 10px !important;
}
.padding-left-0{
    padding-left: 0px !important;
}
.padding-right-0{
    padding-right: 0px !important;
}
.padding-right-20{
    padding-right: 20px !important;
}
.padding-right-30{
    padding-right: 30px !important;
}
.padding-10-0{
    padding: 10px 0;
}
.padding-lr-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padding-bottom-0{
    padding-bottom: 0 !important;
}
/************************************* PADDING --END-- *****************************************/

/************************************* TEXT ALIGNMENT --START-- ***************************************/
.float-right{
    float: right !important;
}
.float-left{
    float: left !important;
}
.align-right{
    text-align: right !important;
}
.align-left{
    text-align: left !important;
}
.align-center{
    text-align: center !important;
}
/************************************* TEXT ALIGNMENT --END-- *****************************************/


/*********************************** Standard css --START-- ***********************************/
html, body{
    background-color: #eceff1!important;
    font-weight: 400;
    margin: 0;
    min-height: calc(100%)!important;
    font-family: "open sans" !important;
    -webkit-user-drag: auto !important;
}
.pointer{
    cursor:pointer !important
}
.card{
    padding: 8px 15px !important;
}
.card-padding{
    padding: 8px 15px !important;
}
.card-reveal-padding{
    padding: 8px 15px 50px !important;
}
.input-field{
    margin: 0px !important;
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea{
    margin: 0px !important;
    font-size: 15px;
    color: var(--custom_black)!important;
}
.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-1px) scale(0.8)!important;
    transform: translateY(-1px) scale(0.8)!important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 12px !important;
}
.media_input_label .media{
    overflow-y: visible !important;
}
.z-depth-0{
    box-shadow: none !important;
}
textarea.border-0,input.border-0{
    border-bottom: none !important;
}
.border-0{
    border: none !important;
}
input.border-0, input.border-0:focus, input.border-0:not(.browser-default), input.border-0:not(.browser-default):focus,textarea.materialize-textarea.valid.border-0,textarea.materialize-textarea.valid.border-0:focus, .border-0 .select-wrapper.valid>input.select-dropdown,textarea.materialize-textarea.border-0:focus:not([readonly]) {
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
::placeholder {
    color: rgba(0,0,0,0.38);
    font-size: 15px;
}
::-moz-input-placeholder {
    color: rgba(0,0,0,0.38);
    font-size: 15px;
}
:-moz-input-placeholder {
    color: rgba(0,0,0,0.38);
}
:-ms-input-placeholder {
    color: rgba(0,0,0,0.38);
    font-size: 15px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
::-webkit-input-placeholder {
    color: rgba(0,0,0,0.38);
    font-size: 15px;
}
.input-field>label,.select2-container--krajee .select2-selection--single .select2-selection__placeholder{
    color: rgba(0,0,0,0.38) !important;
    font-weight: 500!important;
    font-size: var(--primary_size) !important;
}
.remove-spin-button::-webkit-inner-spin-button{
    display:none !important;
}
input[type=number].remove-spin-button{
    -moz-appearance: textfield !important;
}

.help-block{
    font-size: 11px;
    color: #FF1744;
}
.select2-container--krajee .select2-selection{
    border: none;
    box-shadow: none;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    border: none;
}
.form-group{
    margin: 0 !important;
}
#product_name .select-wrapper ul{
    width: 120px !important;
}
#product_name .dropdown-content li>a,#product_name .dropdown-content li>span{
    font-size: 13px !important;
    font-weight: 500 !important;
}
.text-middle {
    vertical-align: middle !important;
}
/************************************ Standard css --END-- *************************************/


/**********************************media adjustment --START-- **********************************/
.media-body, .media-left, .media-right {

    vertical-align: top;
}
.media-left, .media>.left {
    padding-right: 10px;
}

.media:first-child {
    margin-top: 0;
}

.media {
    margin: 15px 0px;
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.media-body .truncate:not(.truncate-content){
    max-width: 95% ;
}
.media-body{
    flex: 1 1 0;
    width: 100%;
    padding-left: 6px;
}
.media:not(.overflow-visible) .media-body:not(.input-field) {
    overflow: hidden !important
}
.col >  .media {
    margin-top:0.5rem;
    margin-bottom:0rem
}
.no-wrap{
    overflow-wrap: normal !important;
}
.row.waves-effect{
    display: block !important;
}
.media, .media-body {
    overflow: visible;

}
/************************************media adjustment --END-- *********************************/


/***********************************Font styling --START-- ***********************************/
.gray-text{
    color: var(--custom_grey)!important;
}
.quotes-pending-color{
    color: #F44336 !important;
    font-weight: 500;
}
.quotes-completed-color{
    color: #00C853 ;
    font-weight: 500;
}
.quotes-partial-color{
    color: #ff9800;
    font-weight: 500;
}


.media .media-body p:first-child:not(.font-black-15):not(.font-grey-13):not(.font-15-13):not(.quotes-partial-color):not(.quotes-pending-color):not(.quotes-completed-color):not(.font-black-13):not(.font-grey-15):not(.font-15):not(.font-13):not(.dashboard-main-content):not(.dashboard-sub-content):not(.font-label):not(.dashboard_secondary_line):not(.list-primary-line-font):not(.primary-line-font):not(.secondary-line-font):not(.font-xxs):not(.font-10):not(.small-label):not(.font-exception){
    font-size: 13px !important;
    color: var(--custom_grey)!important;
    font-weight: 400;
}
.media .media-body p:not(.font-black-15):not(.font-grey-13):not(.font-15-13):not(.quotes-partial-color):not(.quotes-pending-color):not(.quotes-completed-color):not(.font-black-13):not(.font-grey-15):not(.font-15):not(.font-13):not(.dashboard-main-content):not(.dashboard-sub-content):not(.font-label):not(.dashboard_secondary_line):not(.list-primary-line-font):not(.primary-line-font):not(.secondary-line-font):not(.font-xxs):not(.font-10):not(.small-label):not(.font-exception){
    font-size: 15px !important;
    color: var(--custom_black)!important;
    font-weight: 400;
}
.media .media-left :not(.dashboard-menu-icon):not(.font-15):not(.dashboard-icon):not(.medium-icon-nocolor):not(.font-exception){
    line-height: 3rem !important;
    font-size: var(--default-icon-size) !important;
    color: var(--custom_grey);
}
.nav-title-two-line,
.white .nav-title{
    color: var(--custom_black)!important;
    font-size:  20px !important;
    font-family:"Roboto",medium;
    padding-bottom: 5px !important;
    font-weight: 400 !important;
}
.blue .nav-title{
    color: white !important;
    font-size:  20px !important;
    font-family:"Roboto",medium;
    padding-bottom: 5px !important;
    font-weight: 400 !important;
}
.blue .right .btn{
    background-color: white !important;
    color: #2196F3 !important;
    font-weight: 600 !important;
}
.white .right .btn:not(.btn-flat){
    color: white !important;
    background-color: #2196F3 !important;
}
.empty-font{
    color: var(--custom_grey)!important;
    font-size:  20px !important;
    font-family:"Roboto",medium;
    padding-bottom: 5px !important;
    font-weight: 500 !important;
    text-align: center;
}
.font-3xs{font-size:18px!important;}.font-2xs{font-size:16px!important;}.font-xs{font-size:14px!important;}.font-xxs{font-size:12px!important;}
.font-sm{
    font-size: 24px;
}
.font-2sm{
    font-size: 22px;
}
.font-3sm{
    font-size: 20px;
}
.font-15{
    font-size: 15px !important;
}
.font-13{
    font-size: 13px !important;
}
.font-12{
    font-size: 12px !important;
}
.font-10{
    font-size: 10px !important;
}
.label-custom{
    font-size: 9px !important;
    color: rgba(0,0,0,0.54) !important;
}
.bold{
    font-weight: 600 !important;
}
.normal-weight{
    font-weight: 500 !important;
}
.font-label{
    font-size: 10px !important;
    color : var(--custom_grey);
}
.list-primary-line-font{
    font-size: var(--primary_size) !important;
    color: var(--custom_black) !important;
    font-weight: 600!important;
}
.primary-line-font{
    font-size: var(--primary_size) !important;
    color: var(--custom_black) !important;
    font-weight: 400;
    letter-spacing: 0.05em !important;
}
.secondary-line-font{
    font-size: var(--secondary_size)!important;
    color: var(--custom_grey) !important;
    font-weight: 400;

}
.modal-title{
    font-size: 20px !important;
    color:var(--custom_black) !important;
    font-weight: 500 !important;
}
.small-label{
    color: var(--custom_grey) !important;
    font-size: 10px !important;
}
.upper-case{
    text-transform: uppercase !important;
}
/*********************************Font styling --END-- ****************************************/

/*******************************header bar styling --START-- **********************************/
.nav-title-two-line{
    padding-top:10px;
    line-height: 1;
}
.nav-title-two-line small{
    color:rgba(0,0,0, 0.54) !important;
}
.q2-main-header .nav-title:not(.header-text-adjust){
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.q2-main-header .header-select input{
    border: none !important;
    color:var(--custom_black)!important;
    margin-bottom: 0 !important;
}

.nav-height{
    height: 112px !important;
}
.nav-wrapper ul:not(.dropdown-content){
    height: 56px !important;
}
.nav-wrapper ul:not(.dropdown-content) li{
    height: 56px !important;
}
.nav-wrapper ul.dropdown-content li{
    height: 50px !important;
}
.dropdown-content li a span{
    color:var(--custom_grey) !important;
}
nav .select-wrapper input.select-dropdown
{
    font-size: 13px !important;
}
.quotes-nav-dropdown{
    width: 155px!important;
}
/*******************************header bar styling --END-- ********************************************/


.q2-main-header .nav-extended .q2-quotes-tab{
    line-height: 64px !important;
}
.q2-quotes-tab{
    overflow: hidden !important;
}
.q2-menu-tab a{
    padding: 0 0!important;
}
.q2-menu-tab i{
    padding: 7px 10px !important;
}
.q2-menu-tab .media{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.q2-quotes-tab .indicator{
    background-color: #2196F3 !important;
    /*right: 0 !important;*/

}
.q2-quotes-tab .tab a:not(.active){
    color: var(--custom_grey)!important;
}
.q2-quotes-tab .tab a.active{
    color: #2196f3 !important;
}
.q2-menu-tab .media .media-left{
    padding-top:7px !important;
    width: 55px !important;
}
.q2-nav{
    position: relative !important;
    background-color:#fff !important;
    color:rgba(0,0,0,0.87) !important;
    display: block ;
    box-shadow: none !important;
    line-height: 20px !important;
}
.q2-nav .nav-wrapper{
    height: 40px !important;
    min-height: 40px !important;
}

/*******************************ICON styling --START-- **********************************/
.white .header-icons{
    color:rgba(0,0,0,0.87) !important;
    font-size: 24px !important;
}
.blue .header-icons{
    color:white !important;
    font-size: 24px !important;
}
.details_icon{
    font-size: 20px !important;
    color: var(--custom_black)!important;
}
.details_icon-nocolor{
    font-size: 20px !important;

}
.list_icon:not(.ticket_available){
    font-size: 20px !important;
    color: var(--custom_grey)!important;
}
.dashboard-menu-icon{
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 100%;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 3 !important;
    position: relative;
    line-height: 25px !important;

}
.medium-icon{
    line-height: 3rem !important;
    font-size:var(--default-icon-size) !important;
    color:var(--custom_grey)!important;
}
.medium-icon-nocolor{
    line-height: 3rem !important;
    font-size:var(--default-icon-size) !important;

}
.medium-black-icon{
    line-height: 3rem !important;
    font-size:var(--default-icon-size) !important;
    color:var(--custom_black)!important;
}

.small-icon{
    font-size:18px !important;
    color:rgba(0,0,0, 0.54) !important;
}
/*******************************ICON styling --END-- **********************************/

.hover-cta-container:hover {
    background:#e3f2fd !important;
    -webkit-tap-highlight-color: transparent;
        cursor: pointer;
}
.hover-cta-container{
    padding: 10px 0px !important;
}
.hover-cta{
    height: 32px !important;
    line-height: 32px !important;
    color: var(--custom_grey)!important;
}
/*******************************LIST BTN styling --START-- **********************************/
.btn-square-icon{
    padding:0 1rem !important;
}
.sm-btn-square-icon{
    padding:0 0.5rem !important;
}
.btn-blue-border{
    padding:0 1rem !important;
    border: 1px solid #2196f1 !important;
}
.btn.btn-flat:not(.sm-btn-square-icon){
    padding:0 1rem !important;
}
.btn-flat:focus, .btn-flat:hover{
    background-color: rgba( 0 , 0 , 0 , 0.11)!important ;
}
.btn-floating{
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
}
.fixed-action-btn{
    position: fixed !important;
    bottom: 23px !important;
    right: 23px !important;
}
.fixed-action-btn .btn-floating{
    position: fixed !important;
    bottom: 23px !important;
    top: 85.5%;
}
:not(.list-dropdown-content) a:not(.exception){
    color: #2196F3 !important ;
    text-transform: uppercase !important ;
    cursor: pointer;
    font-weight: 500 !important ;
}
.dropdown-content a{
    color: rgba(0,0,0,0.54) !important ;
    cursor: pointer;
    font-weight: 500 !important ;
    text-transform: capitalize !important;
}
.list-dropdown-content a{
    text-transform: capitalize !important;
}
.text-transform-none{
    text-transform: none !important;
}
.assignToProduct:not(.normal-btn) {
    border: 1px solid #2196F3 !important;
    border-radius: 16px !important;
    line-height: 32px !important;
    height: 32px !important;
    text-decoration: none !important;
}
/*******************************LIST BTN styling --END-- **********************************/

/*******************************collapsible adjustment --START-- **********************************/
.collapsible-adjustment .collapsible{
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

}
.collapsible-adjustment .collapsible .collapsible-header{
    border: none !important;
    padding:0 15px !important;
}
.collapsible-adjustment .collapsible  .media{
    padding: 8px 15px 0!important;
}
.collapsible-adjustment .collapsible .collapsible-body{
    border: none !important;
    padding: 0px 15px !important;
}
.collapsible-adjustment .collapsible .collapsible-body textarea{
    margin: 0!important;
    padding: 0 !important;
}
/*******************************collapsible  adjustment --END-- **********************************/
.price-height{
    height: 22px !important;
}

.product-description{
    font-size: 15px !important;
    color: var(--custom_grey)!important;
}
.product-description:focus{
    font-size: 15px !important;
    color: rgba(0,0,0,0.84)!important;
}
.dropdown-content li>span>label{
    top: -10px !important;
}
.select-wrapper input.select-dropdown{
    margin-bottom: 0px !important;
}
.border-0 .select-dropdown{
    border:0px !important;
}
select.border-0 ~ .select2 .select2-search__field{
    margin:0px !important;
    border: 0px !important;
    padding:0px !important;
    min-height: 45px !important
}
select.border-0 ~ .select2 .select2-selection:hover,
select.border-0 ~ .select2 .select2-selection:active,
select.border-0 ~ .select2 .select2-selection {
    border: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow:none !important;
}
select.border-0 ~ .select2 .select2-selection__choice{
    margin-top:10px !important
}
.select-wrapper.font-grey-13 input{
    font-size: 15px !important;
    color: var(--custom_grey)!important;
}
.select-wrapper.product_font input{
    font-size: 10px !important;
    color: var(--custom_grey)!important;
    font-weight: 600;
}
.select2-selection.select2-selection--single{
    padding-left: 0px !important;
}
/******************************* Quotes Add Item   **********************************/

.collapsible.add-items-collapsiable .collapsible-header{
    display: none !important;
}

.collapsible.add-items-collapsiable .collapsible-body{
    padding: 0px 10px !important;
    border-bottom: 0px !important;
}
.collapsible.add-items-collapsiable .collapsible-body .form-group{
    margin-left: 78px;
    max-width: 163px;
}
.collapsible-header.active ~ .collapsible-body{
    display: block !important;
}
.padding-top-7{
    padding-top:7px !important
}
/******************************* Quotes Add Item  --END--  **********************************/

/******************************* Tab css   --START--  **********************************/
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent !important;
    outline: none;
}

/******************************* Tab css  -- END --  **********************************/

/******************************* Waves  -- START --  **********************************/
.overflow-visible {
    overflow: visible !important;
}
/******************************* Waves  -- END --  **********************************/



/******************************* Waves  -- START --  **********************************/
.waves-effect.waves-listing .waves-ripple {
    background-color: rgba(33, 150, 243, 0.20) !important;
}
/******************************* Waves  -- END --  **********************************/
.comment-box {
    position:fixed !important;
    left:0px !important;
    right:0px !important;
    bottom:0px !important;
    padding:0 20px !important;
}
.select2-visible{
    position: relative !important;
    pointer-events: all !important;
    height: 35px !important;
    width: 100% !important;
    opacity: 1 !important;
}
.quotes-view{
    margin-top: 5em !important;
}
.carousel .carousel-item{
    width:100% !important;
    height: 100% !important;

}
.carousel{
    height: 92vh!important;

}

.tab-container{
    margin-top: 60px;
}

.product_qty .select-wrapper input.select-dropdown{
    box-sizing: inherit !important;
    height: 15px !important;
    line-height: 15px !important;
}
.height-0:not(.scale-in){
    height: 0px !important;
    overflow: hidden !important;
}
.waves-effect.media{
    display:flex !important;
}
.details .media{
    margin-top: 0 !important;
    padding:10px 0 !important;
}
.addComment{
    font-size: 20px !important;
    line-height: 46px;
}

/******************************* dashboard  --START--  **********************************/
.dashboard-icon{

    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 3 !important;
    position: relative;
    line-height: 25px !important;

}
.quickquote-dashboard .media{
    margin-top: 15px;
    padding: 5px 0px !important;
}
.dashboard_secondary_line{
    color: var(--custom_grey) !important;
    font-size: 10px !important;
}
.quickquote-dashboard .menu-plus{
    font-size: 24px !important;
    margin-top: -5px !important;
    font-weight: 400 !important;
}
/******************************* dashboard  --START--  **********************************/

/******************************* DIVIDER  -- START --  **********************************/


.full-width-divider{
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.full-width-margin-divider{
    margin: 10px -15px !important;
}
/******************************* DIVIDER  -- END --  **********************************/

/******************************* UPLOAD IMG  -- START --  **********************************/
.upload-img{
    width: 88px !important;
    height: 88px !important;
    border-radius: 100% !important;
    background-color: rgba(0,0,0,0.20)!important;
}
.upload-img .mdi{
    color: var(--custom_grey) !important;
    font-size: 30px;
    line-height: 85px;
}
/******************************* UPLOAD IMG  -- END --  **********************************/

/******************************* CUSTOME COLLAPSIBLE -- START --  **********************************/
.collapsible.custom{
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
}
.collapsible.custom .collapsible-header,.collapsible.custom .collapsible-body{
    padding: 0 !important;
    border: none !important;
}
.collapsible.list_custom{
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;

}
.collapsible.list_custom .collapsible-header{
    border: none !important;
}
.collapsible.list_custom .collapsible-body{
    border: none !important;
    background-color: #fff !important;
    padding-top: 0 !important;
}
.collapsible:not(.custom).list_custom li.active{
    margin: 15px 0!important;
}
.collapsible-wrapper{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
/******************************* CUSTOME COLLAPSIBLE  -- END --  **********************************/

/******************************* CUSTOME CARD FOR PRODUCT SELECT  -- END --  **********************************/
.card.product-list-wrapper{
    background-color: transparent !important;
    padding: 0 !important;
}

/******************************* CUSTOME CARD FOR PRODUCT SELECT  -- END --  **********************************/

/******************************* DROPDOWN styling -- START -- **********************************/
.dropdown-content:not(.list-dropdown-content){
    top: 101% !important;
}
.free-width{
    width: 250px !important;
}
/******************************* DROPDOWN styling -- END -- **********************************/


/******************************* IMG styling -- START -- **********************************/
.img-dp{
    width: 48px !important;
    height: 48px !important;
    border-radius: 2px !important;
}
.img-circle-40{
    width:40px;
    height:40px;
    border-radius: 100%;
}
.img-40{
    width:40px;
    height:40px;
    border-radius: 2px;
}
.img-circle-24{
    width:24px;
    height:24px;
    border-radius: 100%;
}
/******************************* IMG styling -- END -- **********************************/




tr{
    border: 0 !important;
}
.attachment-wrapper{
    background: #f2f2f2;
    margin-top: 43px !important;
    border-radius: 2px;
}
.chip{
    background: #f2f2f2;
}
.raps{
  padding:10px;
}
.raps:hover{
    background: #d7edff;
}
