/*
* ESTILO DE EMPRESAS
*/

#images-view-empresas .x-panel-body {
    background: white;
    font: 10px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#images-view-empresas .thumb {
    padding: 3px;
    padding-bottom: 0;
    border: 2px #dddddd solid;
    width: 100%;
    height: 80%;
}

.x-quirks #images-view-empresas .thumb {
    padding-bottom: 15px;
}

#images-view-empresas .thumb img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center center;
}

#images-view-empresas .thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 6px;
    height: 175px;
    width: 150px;
}

#images-view-empresas .thumb-wrap .content {
    background: #521d0f;
    color: white;
    width: 100%;
    height: 20%;
    display: table;
}
#images-view-empresas .thumb-wrap .content span {
    text-align: center;
    vertical-align:middle;
    display: table-cell;
}

#images-view-empresas .x-item-over {
    border:2px solid #dddddd;
    background: #efefef url(../img/extjs/over.gif) repeat-x left top;
    padding: 4px;
}

#images-view-empresas .x-item-selected {
    background: #eff5fb url(../img/extjs/selected.gif) no-repeat right bottom;
    border:2px solid #99bbe8;
    padding: 4px;
}

#images-view-empresas .x-item-selected .thumb {
    background: transparent;
}

#images-view-empresas .loading-indicator {
    font-size:11px;
    background-image:url('../extjs/build/classic/theme-neptune/resources/images/grid/loading.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left:20px;
    margin:10px;
}

/*
* ESTILO ROL DE USUARIO
*/

#images-view-roles .x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

#images-view-roles .thumb {
    padding: 3px;
    padding-bottom: 0;
    border: 2px #dddddd solid;
}

.x-quirks #images-view-roles .thumb {
    padding-bottom: 3px;
}

#images-view-roles .thumb img {
    height: 75px;
    width: 128px;
    object-fit: scale-down; 
    object-position: center center;
}

#images-view-roles .thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 10px;
}

#images-view-roles .thumb-wrap span {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 134px; /* for ie to ensure that the text is centered */
}

#images-view-roles .x-item-over {
    border:2px solid #A9F5A9;
    background: #efefef url(../img/extjs/over.gif) repeat-x left top;
    padding: 8px;
}

#images-view-roles .x-item-selected {
    background: #eff5fb url(../img/extjs/selected.gif) no-repeat right bottom;
    border:2px solid #99bbe8;
    padding: 8px;
}

#images-view-roles .x-item-selected .thumb {
    background: transparent;
}

#images-view-roles .loading-indicator {
    font-size:11px;
    background-image:url('../extjs/build/classic/theme-neptune/resources/images/grid/loading.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left:20px;
    margin:10px;
}