﻿.webix_disabled_box input, .webix_view.webix_control 
.webix_disabled_box select, .webix_view.webix_control .webix_disabled_box textarea, 
.webix_view.webix_control .webix_disabled_box .webix_inp_static 
{
    color: #121111 !important;
    background: #eeeeee;
} 
  .datatableIsFilter {
            background-color:#FFC107;
        }

/*CUSTOM DATATABLE*/
.webix_dtable.custom 
{
  	background-color: #edf7ff;
    color:#000000;
}

.webix_dtable.custom .webix_column
{
  	background-color: #d8edff;
    color:#000000;
    border-right:0px;
}

.webix_dtable.custom .webix_column .webix_cell:nth-child(2n+1)
{
    background-color: #edf7ff;
    color:#000000;
     border-right:0px;
}
.webix_dtable.custom .webix_column .webix_cell:nth-child(2n)
{
     border-right:0px;
}

.gridHover
{
    color: #000000;
    background-color:rgb(254, 223, 190) !important;
}

.webix_dtable.custom .webix_column .webix_cell.webix_row_select 
{
    background-color:rgb(255, 149, 32) !important;
    color:#FFFFFF;
}

.webix_dtable.custom .webix_column .webix_cell.webix_row_select:nth-child(2n+1)
{
    background-color:rgb(255, 149, 32) !important;
    color:#FFFFFF;
}

/*CUSTOM GROUPLIST*/
.webix_grouplist.custom {
	background-color: #edf7ff;
}
.webix_grouplist.custom .webix_list_item:nth-child(2n+1) {
  background-color: #d8edff;
}

/*CUSTOM FORM*/
.webix_view.webix_form.custom {
    background-color: rgb(236, 236, 236);
}

.webix_view .webix_pager_item_selected {
font-size: 10px;
min-width: 25px;
height: 25px;
font-weight: 700;
background: rgb(255, 149, 32);
border-color: rgba(247, 248, 249, 1);
color: white;
/* border-color: #fe860e; */
border-bottom: 1px solid rgba(247, 248, 249, 1);
}
.webix_view .webix_pager_item {
font-size: 10px;
min-width: 25px;
height: 25px;
border: 1px solid rgba(247, 248, 249, 1);
color: rgba(247, 248, 249, 1);
}

/*STILE WEBIX TREE E TABLE*/
.webix_tree_item.webix_selected span {
padding: 4px 10px 4px 4px;
margin-left: -4px;
color: white;
background: #fe860e;
}       
.webix_tree_file {
background-image: url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=);
}                 
.webix_tree_img {
height: 27px;
}

/* GIAN 1.3 6/7/15 
.webix_accordionitem.collapsed {
  background-color: #a4b4bf;
  margin: 0px !important;
  height:38px !important;
}
.webix_accordionitem {
  margin-top:0px !important;
}  */
.webixtype_base .webix_badge {
    top: 50%;
    margin-top: -15px;
    margin-right: 0px;
}
.webix_badge {
    background-color: #ff8839;
    color: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    height: 18px;
    min-width: 18px;
    box-sizing: border-box;
    padding: 0 4px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

/*TOGGLE BUTTON CSS */

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */


input.cmn-toggle-round + label {
  padding: 2px;
  width: 30px;
  height: 14px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #A4B4BF;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 16px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #4CAF50;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 20px;
}


/*END TOGGLE BUTTON CSS */

/*custom tree*/
.webix_dtable.customTree .webix_tree_open {
    line-height: 40px;
}
.webix_dtable.customTree .webix_tree_none {
    line-height: 40px;
}
.webix_dtable.customTree  .webix_tree_close {
    line-height: 40px;
}

.webix_dtable.customTree .webix_tree_folder_open {
    display: none;
}
.webix_dtable.customTree .webix_tree_file {
        display: none;
}
    .webix_dtable.customTree .webix_tree_folder {
    display: none;
}
.webix_view.customTree  {
    background:#f1f1f1;
}
.webix_dtable.customTree .webix_column > div, .webix_table_cell {
    border-right: 0px solid #ebebeb; 
    padding: 0 10px;
    border-bottom: 1px solid #ebebeb;           
}
