#slide-left li.search {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 1px;
    padding: 1px 0 0 0;
    z-index: 2;
}
#slide-left li.search .search-wrapper {
    color: #777;
    margin-top: -2px;
    border-top: 1px solid rgba(0,0,0,0.14);
    -webkit-transition: margin .25s ease;
    transition: margin .25s ease;
}
#slide-left li.search .search-wrapper input#search {
    color: #777;
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    height: 62px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 45px 0 30px;
    border: 0;
}
#slide-left li.search .search-wrapper i.material-icons {
    position: absolute;
    top: 21px;
    right: 10px;
    cursor: pointer;
}
#slide-left li.search .search-results {
    margin: 0;
    border-top: 1px solid rgba(0,0,0,0.14);
    background-color: #fff;
}
.search-results:not(:empty) {
    border-bottom: 1px solid rgba(0,0,0,0.14);
}
.item a{
    font-weight: 400!important;
}
.sidenav_left{
    margin-top: 75px;
}
/*** buttons select vesion ***/
.select_version a{
    height: 46px;
    width: 119px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
    padding: 0 21px;
    font-size: 14px!important;
}

.select_version a:hover{
    /*background-color: #838383f5;*/
    background-color: #26a69a!important;
}

.select_version{
    padding: 3px 6px;
    margin-bottom: 0 !important;
}

/*** list result search ***/
#slide-left li.search .search-results a {
    font-size: 14px;
    white-space: nowrap;
    display: block;
}
.item_search, #listItem a{
    padding: 0 8px 0 29px!important;
    color:black;
}
#slide-left li.search .search-results a:hover{
    background-color: #eee;
    outline: none;
}
.item.active a{
    background-color: #b71c1c !important;
    color: white!important;
}
.search-results a.active {
    background-color: #b71c1c !important;
    color:white!important;
    font-weight: 500;
}
/*** custom user_wrapper ***/
#listItem i{
    width: 0px !important;
}
/** checkbox**/
#checkSubItem label{
    margin: 0 13px;
}

[type="checkbox"] + span:not(.lever) {
    padding-left: 27px !important;
}
/** tables **/
#right_table{
    overflow-x: auto;
}
table thead th{
    background: #f2f2f2;
}
table{
    border: 1px solid #ccc !important;
    font-size: 90%;
    table-layout:fixed;
    display:table;

}
table th,table td{
    border-right:1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    vertical-align: top;
    display: table-cell;
    border-collapse: collapse;
    border-radius: 0px!important;
    /*white-space: nowrap !important;*/
}

.table tr:last-child td {
    border-bottom: 0;
}
.table th:last-child,
.table td:last-child {
    border-right: 0;
}
#left_table,#right_table{
    float: left;
}
#left_table{
    width: 320px;
}
#right_table{
    width: calc(100% - 320px);
}

#left_table table th,#left_table table td{
    text-align: left;
}
#right_table table td{
    text-align: right;
}
/*#right_table table tbody tr,#left_table table tbody tr{*/
    /*color: #808080c2;*/
/*}*/
#right_table table thead tr th{
    text-align: center;
}
#left_table table th{
    height: 74px;
    vertical-align: middle;
}
/****/
.item_title{
    color: #000000;
    font-size: 24px;
}
/** mobil **/
#txtMenu{
    font-size:18px;
    line-height:24px;
    margin-left: 21px;

    font-weight: bold;
    padding: 1px 6px;
    background: #d1daed;
    border-radius: 2px;
}
.btn_item_selected{
    margin-left: 16px;
    color: #000000cf !important;
}
/** titulo chart  */
.highcharts-title {
    fill: #434348!important;
    font-weight: bold!important;
    /*letter-spacing: 0.3em!important;*/
    font-size: 1.8em!important;
}
/***/
/* responsive*/
@media (max-width: 990px) {
    #left_table,#right_table{
        width: 100%;
    }
    .btn_item_selected{
        display: block !important;
    }
    .item_title{
        display: none;
    }
}
/***/






