.plr0{
    padding-left:0px!important;
    padding-right:0px!important;
}
/* clases para ancho del layout para botones --> DATATABLES*/

.two-btn-width{
    width:80px!important;
}
.three-btn-width{
    width:120px!important;
}
.four-btn-width{
    width:160px!important;
}
.five-btn-width{
    width:200px!important;
}
.six-btn-width{
    width:280px!important;
}

.img-preview-md {
    height: 210px;
    width: 320px;
    border: solid 1px #1e1e1e;
}

.elements-container{
    width:100%;
    border: solid 1px #1e1e1e;
    padding: 25px;
}

.elements-list li{
    padding:5px;
    min-width:300px;
}

.col-lg-items-2{
    float: left;
    position: relative;
    min-height: 1px;
    width: 16.6%;
}

.lg-items-container{
    padding:10px;
}

.item-online{
    background-color: #7ba95f;
    color: white;
}
.table-item-container > tbody > tr > td{
    cursor: pointer;
}

.open-small-chat .fa{
    font: normal normal 400 16px FontAwesome !important;
}

.td-horizontal{
    width: 16.5%;
}


/*_*_*_ menutemplates _*_*_*/

/*textos*/

.white-text{
    color:#ffffff;
}
.green-text{
    color:#1ab394 ;
}
/* clases para ancho del layout para botones --> DATATABLES*/

.two-btn-width{
    width:80px!important;
}
.three-btn-width{
    width:120px!important;
}
.four-btn-width{
    width:160px!important;
}
.five-btn-width{
    width:200px!important;
}
.six-btn-width{
    width:280px!important;
}

/*margins y paddings*/
.mt10pc{
    margin-top: 10%;
}

/*clases componenetes*/
.note-editor{
    border:1px solid black!important;
}

.green-background{
    background-color:#1ab394 ;
}

.green-border{
    border:1px solid #1ab394;
}

.add-cat-to-temp{
    cursor:pointer;
}


.modal-dialog-1200{
    width: 1200px !important;
}

.modal-content-1200{
    width: 1200px !important;
}

.add-cat-to-temp li{
    display: inline-block;
}

li.odd{
    color: #1ab394;
}

li.even{
    color: #d0b76d;
}
/*_*_*_ end menutemplates _*_*_*/


.menu-element{
    padding:7px;
}


.tooltip_templates {
    display: none;
}

.active-menu{
    background-color: green !important;
    color:white !important;
}

.sk-spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: white !important;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.option-error{
    background-color: #c50c10;
    color:white;
}

.mr-5{
    margin-right: 5px;
}

/*tooltipster*/
.tooltip-h1{
    font-size: 18px;
    display: inline-block;
}
.tooltip-h2{
    font-size: 16px;
    display: inline-block;
}
.tooltip-h4{
    font-size: 14px;
}
.tooltip-text{
    font-size: 12px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
/* end tooltipster*/
.span-mgl-5{
    display: inline-block;
    margin-left: 5px;
}

.span-mgl-10{
    display: inline-block;
    margin-left: 10px;
}

.badge-blue {
    background-color: #3285c8;
    color: #FFFFFF;
}

.row_deactivated_blue {
    background-color: #92c3ff !important;
    color: white;
}

.checkbox-recipe{
    width: 30px;
    float: left;
    display: inline-block;
}

.flag-title-box{
    margin-top:-12px !important;
    margin-right:10px;
    border-bottom:0px !important;
}

.chosen-container.chosen-container-single {
    width: 100%!important; /* or any value that fits your needs */
}