[data-md-tooltip] {
    position: relative;
}
[data-md-tooltip]:before {
    content: attr(data-md-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    padding: 8px;
    transform: translateX(-50%) scale(0);
    transition: transform 0.3s ease-in-out;
    transform-origin: top;
    background: #616161e6;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    z-index:999;
}
[data-md-tooltip]:hover:before {
    transform: translateX(-50%) scale(1);
}

span.badge.new:after {
    content: '';
}

.label {
    clear: both;
}

html {
    color: #333333 !important;
}

.label-danger {
    display: none;
    text-align: left;
    color: red;
    transform: translateY(-20px);
    font-size: .8rem;
    position: absolute;
}

.validation-rules {
    display:none;
}

.zf-green {
    color: #68b604;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

.badge-red {
    background-color: #c12e2a;
    cursor: pointer;
}

.preloader {
    display: block;
    margin: 20px auto;
    width: 50px;
}

.dnone {
    display: none;
}

.composition-del {
    color: #ef5350 !important;
    padding-top: 10px !important;
}
.pis-confins label {
    width: 100%;
}
.item-origin label {
    width: 100%;
}
.ncm_items_list {
    height: 150px;
    margin: 20px;
    overflow: auto;
}

.ncm_item {
    cursor: pointer;
}

#ncm_screen {
    background-color: #4f4f4f;
    border: 1px solid;
    border-radius: 5px;
    height: 130px;
    padding: 10px;
    overflow: auto;
}

.ncm_selected {
    color: #5bb000;
    font-weight: bold;
}

.ncm_selected_description {
    color: #ffffff;
    font-weight: bold;
}

.nmc_search_control {
    margin-top: 10px;
}

.ncm_mode_select {
    float: right;
    margin: 15px 0 10px !important;
}

.suggestion-item {
    background-color: #ffffff !important;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5) !important;
    padding: 6px !important;
}

.modifier_inventory_add,
.modifier_add,
.modifier_group_add,
#add_department,
.addDeliveryFee{
    line-height: 4;
    color: green;
}

.modifierDelete,
.remove_field,
.modifierRemove {
    line-height: 4;
    color: #ef5350 !important;
}

@media only screen and (max-width: 768px){
    .tmpimage{
        height: 381px;
        width: 339px;
    }
}

.star, .delete_forev{
    padding-top: 26px;
}

.star_group{
    padding-top: 10px;
}

#add_department{
    line-height: 4;
    padding-left: 11px;
    color: green;
    display:table-cell;
}

.input-group {
    display: table;
}

.input-group input, .suffix {
    display: table-cell;
}

.suffix {
    width: 6% !important;
    line-height: 4;
    display: table-cell !important;
    padding-left: 8px !important;
}
.icon-color-red{
    color:red;
}

.item-icon {
    height: 16px;
    margin-top: 7px;
}

#bottom-video{
    position: fixed;
    bottom: 0%;
    right:1.5%;
    z-index: 999999;
}

#iframe-box {
    height: 267px;
    min-height: 260px;
}

.se_plots_values {
    border:0;
    font-weight:bold;
    width: 5%;
    float: left;
    text-align: center;
    border-bottom: 0px !important;
}

#slider_range {
    padding-top: 17px;
}

#iframe-box{
    height:267px;
    min-height: 260px;
}

#button_custom_toast{
    font-size: 12px;
    color: #e57373;
}

.carousel {
    height: 143px !important;
}

.card_title_carousel {
    padding-top: 10px;
}

.border-bottom{
    border-bottom: 0.5px solid #ccc !important;
}
.border-top{
    border-top: 0.5px solid #ccc !important;
}

.suggestions-popup{
    display:block;
    background-color:white;
    z-index:1000;
    border:1px solid rgb(211, 211, 211);
    max-width:600px;
    max-height:400px;
    overflow-y: auto;
    position: absolute;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.suggestions-popup .suggestion-item:last-child {
    border-bottom: none;
}
.suggestions-popup .suggestion-item {
    border-bottom: 1px solid rgb(211, 211, 211);
    padding:10px 15px;
    color: black;
}
.suggestions-popup .suggestion-item:nth-child(odd){
    background-color: rgb(249, 249, 249);
}
.suggestions-popup .suggestion-item i{
    font-size: 10px;
}
.suggestions-popup .suggestion-item.no-items {
    border-bottom: none;
    text-align: center;
}

.collapsible-horder{
    font-size: 13px;
    padding: 0px 5px !important;
}
@media only screen and (max-width: 700px){
    #drz_btn_open {
        margin-left: 10px;
    }
    .collapsible-horder, .collapsible-body-horder{
        font-size: 11.5px;
        padding: 5px !important;
        line-height: 1.5rem !important;
        padding-left: 15px !important;
    }
    .status_horder{
        display: block;
    }
    .z-depth-1 .container .row{
        margin-bottom: 0px !important;
    }
    .container .row .collapsible{
        margin-top: .0rem !important;
    }
}
.chk{
    padding-top: 15px;
}
.provider-title{
    color:grey;
    padding-top: 15px;
}

.red-color {
    color: red;
}

.valign-bottom {
    vertical-align: bottom;
}

.image-list {
    width: 30px;
    height: 30px;
}

.suffix-video {
    width: 6% !important;
    line-height: 3;
    display: table-cell !important;
    padding-left: 8px !important;
}

.video-stone {
    cursor:pointer;
}

.img-content {
    max-height: 24px;
    height: auto;
    max-width: 24px;
    width: auto;

}
.order-li{
    min-height:26px;
}
.card-stacked {
    padding:14px;
}
.first-row{
    margin-top:10px;
}
#bemabtngrp{
    height: 33px !important;
}

.label-2-lines{
    margin-top:-11px !important;
}

.header-top{
    margin-bottom:24px;
}

.price-affiliate {
    text-align: center;
    padding-top: 8px;
    font-size: 20px;
}

a {
    cursor:pointer;
}

.purchaseInf {
    margin-bottom: 15px;
}

.pocompletetable {
    width:90px;
    height:60px;
}
.btn-small{
    padding: 0 1rem !important;
}
.cannot-update{
    border-bottom: 1px solid red !important;
}

.certificate_password{
    margin-top:30px !important;
}

@media (min-width: 1025px) {
    #messageNotification {
        width: 35%;
    }
}
.tooltip-right {
    position: absolute;
    padding: 8px 12px;
    right: 0px;
}
.tooltip-right::before{
    left: -100% !important;
}

.btn-flat.col.s1.m2.w40{
    width: 40px !important;
}

.clear{
    clear:both;
}

.fr{
    float: right;
}

.hide{
    display: none;
}

.footerghost{
    height:60px;
    width: 100%;
    display:block;
}

form h4.subtitle{
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;
}

.input-field.space {
    height: 58.8px;
}

.menu_light a {
    color: #4c4c4c !important;
}

.primary-color-text-light {
    color: #abbab0 !important
}

.color-text-light {
    color: #abbab0 !important
}

#link-message-blue {
    text-docoration: none;
    color: blue;
}

#link-message-blue:hover {
    text-decoration: underline;
}