.app_button button{
    padding:0;
    text-align: center;
}

.multiline{
    line-height: 20px !important;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.webix_column > div:nth-child(2n) {
    background-color: #F7F7F7;
}

.webix_dtable.split_shadow .webix_ss_left {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.vertical_text_hader_toolong {
    line-height: 50px !important;
    position: relative;
    top: 24px;
}

.elipsis-text {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/********************************************************************************************
Preloader
*******************************************************************************************/

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;      /*Si No tiene conexion  a internet colocar  z-index en 1  */
}

#status,
.status-mes {
    background-image: url(../img/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

/********************************************************************************************
Avatar SideBar
*******************************************************************************************/
.sidebar_avatar_wrapper {
    background: #EEF2F7 !important;
    position: relative;

   /* height:40%; /**/
}

.sidebar_marco {
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);

}
.sidebar_logo {
    width:138px;
    height:118px;
    position: relative;
    top: 6px;
    left: 0;
    /*border: 1px solid #dddddd;*/
    box-shadow: 0 8px 6px -6px black;
    /*
    border: 1px #ffffff solid;*/
    object-fit: contain; /* FILL */

}
.sidebar_avatar {
    width:95px;
    height:118px;
    margin: 0;
    position: relative;
    top: 6px;
    left: 4px;
    /*border: 1px solid #dddddd;*/
    box-shadow: 0 8px 6px -6px black;
    /*left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /* border: 1px #cacaca solid; */
    /*border-radius: 50%;*/
    object-fit: cover;
}

.sidebar_avatar_name {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    /*font-weight: bold;*/
    font-size: 14px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    background-color: #ff1c72;
    /*background-color: #3b97d1;*/
    padding: 3px !important;
    /*border: 1px #cacaca solid;*/
    box-shadow: inset 0 0 0 4px #ffffff;
    /*color: white;
    background-color: #2952ff;*/
    /*background-color: coral;*/
}

.chk_multilinea_right .webix_label_right {
    line-height: 22px !important;
    display: table-cell !important;
    white-space: pre-wrap !important;
}

.webix_custom_checkbox {
    margin-top: 0 !important;
    padding-bottom: 25px !important;
}

.webixtype_base:hover {
    box-shadow:none;
    cursor: pointer
}