.btn-table{
    margin-right: 0px;
    padding: 4px 6px;

}

.btn_empresa{
    background-color:#2a3f54;
    height: auto;
    border-color:#2a3f54;
    color: #ECF0F1!important;
    box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px 0;
    font-size: 20px;
    padding: 6px 12px;

}
.modal-xlg{
    width:1200px
}
.modal-custom{
   top:-20px;
}

.thumbnail .image {
    height: 190px;
    overflow: hidden;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.thumbnail {
    height: 190px;
    overflow: hidden;
}

.thumbnail .view .content, .view .mask {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
}

.thumbnail .view .tools {
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 3px;
    background: rgba(0,0,0,.35);
    margin: 105px 0 0;
}






#pageLoader
{
    background: rgba( 0, 0, 0, 0.7 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

#pageLoader i
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    color: #ffffff;
}
#pageLoaderForm
{
    background: rgba( 0, 0, 0, 0.7 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

#pageLoaderForm i
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    color: #ffffff;
}