.page-sidebar .sidebar-toggler {
    margin-top: 9px;
    margin-bottom: 6px;
}

.tab-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tabbable.tabbable-lang .nav-tabs, .nav-pills {
    padding-left: 25%;
}

@media (max-width: 991px) {
    .tabbable.tabbable-lang .nav-tabs, .nav-pills {
        padding-left: 0%;
    }
}

.layout3 .page-header .page-header-top .page-logo .logo-default {
    height: 55px;
    margin-top: 12px;
}

.border-radius{
    border-radius: 8px !important;
}

.layout2 .page-header.navbar .page-logo .logo-default {
    max-width: 135px;
    max-height: 68px;
    margin-top: 0;
    margin-left: -10px;
}

.layout .page-header.navbar .page-logo .logo-default {
    max-width: 215px;
    max-height: 39px;
}

.table-hover > tbody > tr.highlight > td, .table-hover > tbody > tr.highlight > th {
    font-weight: 600;
    background: #fffcec;

}

.table-hover > tbody > tr.highlight:hover > td, .table-hover > tbody > tr.highlight:hover > th {
    font-weight: 600;
    background: #ffffdf;
}

.table-hover > tbody > tr.odd.highlight > td, .table-hover > tbody > tr.odd.highlight > th {
    font-weight: 600;
    background: #fffad7;
}

.table-hover > tbody > tr.odd.highlight:hover > td, .table-hover > tbody > tr.odd.highlight:hover > th {
    font-weight: 600;
    background: #ffffdf;

}

td.edit {
    cursor: pointer;
}

td.middle {
    vertical-align: middle !important;
}

/*.docs-empresa */
form.dropzone {
    min-height: 20px;
    height: 50px;
    max-height: 60px;
    min-width: 190px;
}

/*.docs-empresa*/
form.dropzone div.dz-message {
    height: 50px !important;
    padding: 5px !important;
}

.docs-maquinaria form.dropzone {
    min-height: 20px;
    height: 50px;
    max-height: 60px;
    min-width: 190px;
}

.docs-maquinaria form.dropzone div.dz-message {
    height: 50px !important;
    padding: 5px !important;
}

.docs-maquinaria-paises form.dropzone {
    min-height: 20px;
    height: 50px;
    max-height: 60px;
    min-width: 190px;
}

.docs-maquinaria-paises form.dropzone div.dz-message {
    height: 50px !important;
    padding: 5px !important;
}

.docs-autonomo form.dropzone, .docs-autonomo-paises form.dropzone, .docs-autonomo-sin form.dropzone, .docs-autonomo-sin-paises form.dropzone {
    min-height: 20px;
    height: 50px;
    max-height: 60px;
    min-width: 190px;
}

.docs-autonomo form.dropzone div.dz-message, .docs-autonomo-paises form.dropzone div.dz-message, .docs-autonomo-sin form.dropzone div.dz-message, .docs-autonomo-sin-paises form.dropzone div.dz-message {
    height: 50px !important;
    padding: 5px !important;
}

.docs-obras form.dropzone {
    min-height: 20px;
    height: 50px;
    max-height: 60px;
    min-width: 190px;
}

.docs-obras form.dropzone div.dz-message {
    height: 50px !important;
    padding: 5px !important;
}

.docs-trabajadores form.dropzone {
    min-height: 20px;
    height: 50px;
    max-height: 60px;
    min-width: 190px;
}

.docs-trabajadores form.dropzone div.dz-message {
    height: 50px !important;
    padding: 5px !important;
}

.docs-trabajadores-paises form.dropzone {
    min-height: 20px;
    height: 50px;
    max-height: 60px;
    min-width: 190px;
}

.docs-trabajadores-paises form.dropzone div.dz-message {
    height: 50px !important;
    padding: 5px !important;
}

.docs-obras-trabajadores form.dropzone {
    min-height: 20px;
    height: 50px;
    max-height: 60px;
    min-width: 190px;
}

.docs-obras-trabajadores form.dropzone div.dz-message {
    height: 50px !important;
    padding: 5px !important;
}

li.media {
    cursor: auto !important;
}

.min-75 {
    min-width: 75px;
}

.dropzone-previews .media {
    min-width: 205px;
}

.form-not-editable {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #F6F6F6;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 6px 12px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.form-not-editable.input-sm {
    height: 28px !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.form-control.select2-container .select2-choices{
    border: 1px solid #e5e5e5!important;
}
.form-control.select2-container.select2-dropdown-open .select2-choices{
    border: 1px solid #999!important;
}

.table-materiales-transferencia tbody td{
    vertical-align: middle;
}

.highlight-conformidad > td, .highlight-movimiento > td{
    background: #b7ece4;
}

.table-fixed {
    table-layout: fixed;
}

.table-fixed th, .table-fixed td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-fixed td.no-ellipsize {
    overflow: auto;
    text-overflow: initial;
    white-space: normal;
}