.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;
}

.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: 130px;
    max-height: 46px;
    padding-top: 4px;
}

.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;
}

.file-actions a:nth-child(2) {
    display: inline-block;
}

@media (min-width: 768px) {
    .modal-dialog.modal-crop {
        width: 1024px;
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    .page-header .navbar .navbar-nav > li > a {
        padding: 22px 20px;
    }

    .page-header .navbar-collapse .navbar-nav .more-dropdown > a {
        padding-right: 37px;
    }

    .page-header .navbar-collapse .navbar-nav .more-dropdown > a:after {
        right: 12px;
    }
}

.media-heading .tt-dropdown-menu {
    position: relative !important;
}

.login.adv {
    background: white;
}

.pace-activity {
    border-radius: 10px !important;
}

.header-notification {
    margin: 0;
    padding: 0;
    height: 68px;
    display: inline-block;
}

.header-notification a {
    margin: 0;
    padding: 28px 16px 19px !important;
    line-height: 20px;
    display: block;
    position: relative;
}

.header-notification a i {
    font-size: 19px;
    color: #C0CDDC;
}

.header-notification a .badge {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 17px;
    right: 9px;
    font-weight: 300;
    padding: 3px 6px;
}

.header-notification a .badge.badge-default {
    background-color: #17C4BB;
    color: #fff;
}

.header-notification a .badge.badge-default {
    background-color: #ed6b75;
    color: #fff;
}

textarea.autoGrow {
    display: block;
    box-sizing: padding-box;
    overflow: hidden;
    resize: none;

    /*padding: 10px;
    width: 250px;
    font-size: 14px;
    margin: 50px auto;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(black, .3);
    border: 0;*/

}

form.boxed-form {
    padding: 10px;
    border: 1px solid #e1e1e1 !important;
}

.margin-top-remove {
    margin-top: 0;
}

.tabla-expedientes-productos tr.producto-selected td {
    background-color: #e4d6c3 !important;
}

.tabla-expedientes-productos tr.producto-selected:hover td {
    background: #d0c2ad !important;
}

.hitos-wrapper > .mt-radio {
    display: block !important;
}

.ms-container {
    display: none;
}

.show-default-multiple .ms-container {
    display: inherit;
}

.select2-container-multi {
    border: 1px solid #e5e5e5 !important;
}

#productos_hitos form.productos_hitos_form {
    border: 0 !important;
    padding: 0 !important;
}

#productos_hitos .formulario-hitos {
    border: 1px solid #e1e1e1 !important;
}

#productos_hitos .formulario-hitos:not(:last-child) {
    border-bottom: 0 !important;
}

#productos_hitos .cabecera-hitos > h4 {
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

#productos_hitos .cabecera-hitos {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
}

#productos_hitos .cabecera-hitos:not(:last-child) {
    border-right: 0;
}

/*#productos_hitos form.productos_hitos_form > .row >div {
    padding-top: 20px !important;
}*/
#productos_hitos .formulario-hitos .col-hito .bootstrap-switch {
    float: right;
}

#productos_hitos .formulario-hitos .col-hito {
    /*height: 200px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

#productos_hitos .formulario-hitos .col-hito:not(:last-child) {
    border-right: 1px solid #e1e1e1;
}

.text-disabled {
    color: #888;
}

.input-icon i.fa {
    margin-top: 2px;
}

.close {
    color: black;
}

.mt-timeline-2 .hito-item {
    background-color: #ffdffc !important;
    border-color: #fac8f5 !important;
}

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container.hito-item {
    border-color: #fac8f5 !important;
}

.mt-timeline-2 .hito-item::before {
    border-right-color: #fac8f5 !important;
}


.mt-timeline-2 .impulso-item {
    background-color: #eee !important;
    border-color: #ddd !important;
}

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container.impulso-item {
    border-color: #ddd !important;
}

.mt-timeline-2 .impulso-item::before {
    border-right-color: #ddd !important;
}

.mt-content-container {
    padding: 5px !important;
}

.mt-timeline-2 > .mt-container > .mt-item {
    padding-bottom: 5px !important;
}

table td, table th {
    font-size: 12px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

div.tagsinput span.tag {
    background-color: #bfa279;
}

span.error-block {
    color: #a94442 !important;
}

.label-obsolete {
    background-color: #000;
    font-weight: 800 !important;
    color: #ff4444 !important;

}

.select2-container.input-sm input {
    height: 28px !important;
    line-height: 14px;
    padding: 2px 10px;
}


.productos-wrapper .checkbox, .hitos-wrapper .checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.fc-content, .fc-title {
    font-size: 9pt;
}

.fc-content, .fc-time {
    font-size: 9pt;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.color-llamativo {
    background-color: red;
}

.tarifa-text {
    margin-bottom: 0;
}

.nav-pills {
    padding-left: 0;
}

.wrapper-bienes .input-group-addon {
    padding: 0;
    width: 27px;
    min-width: auto;
}

.wrapper-bienes .form-group {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 5px;
}

.wrapper-bienes .wrapper-bien:nth-child(odd) {
    background-color: #f9f9f9;
}

.table td.nopadr, .table th.nopadr {
    padding-right: 0 !important;
}

.bg-group-green, .table-striped > tbody > tr.bg-group-green {
    background-color: #44b6ae !important;
    color: #fff !important;
    border-bottom: 2px solid #358982;
}

.bg-group-green:hover, .table-striped > tbody > tr.bg-group-green:hover {
    background: #358982 !important;
}

tr.bg-row-calif {
    background-color: #a3baec  !important;
    /*color: #fff !important;*/
    border-bottom: 2px solid #7889a5;
}

tr.bg-row-calif:hover {
    background: #879cc3 !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.portlet.disabled {
    opacity: 50%;
}

.portlet.disabled .portlet-body {
    pointer-events: none;
}

.portlet.disabled:not(.collapsable) .expand {
    visibility: hidden !important;
}

.portlet.disabled:not(.collapsable) .collapse {
    visibility: hidden !important;
}

.multiline-label {
    padding-top: 0 !important;
    line-height: 1.2 !important;
}

table.vertical-align-middle td {
    vertical-align: middle !important;
}

.text-yellow {
    color: #c49f47 !important;
}

.login .content {
    width: 400px;
    .login-2fa-form p {
        font-size: 14px;
    }
    #forget-password {
        font-weight: bolder;
        text-decoration: underline;
    }
}
