@media print {
    .block-footer {page-break-before: always;}
}
body, html {
    font-family: 'Hind Siliguri', sans-serif !important;
}

.landing-form {
    height: 100%;
    display: flex;
    /*width: 50%;
    background-color: white;*/
}

.panel-landing {
    background-color: white;
    margin: auto;
    box-shadow: none;
}

.acc-menu,
.leftbar-default,
.btnAddRangePrd,
.btnCreatePrd:hover.navbar-default{
    background: rgb(37, 47, 61);
}

#topnav .navbar-header .navbar-brand img {
    height: 40px;
    margin: 7px 0;
}

.inline form{
    display: inline-block;
}


.leftbar-default nav.widget-body > ul.acc-menu > li.active > a,
.leftbar-default nav.widget-body > ul.acc-menu > li:hover.open.active > a {
    border-color: #F4364C;
}

.btn.btn-android {
    border-radius: 2.5px;
}

.btn-danger,
.btn-danger.btn.btn-social.btn-android-alt{
    /*background-color: #F4364C;
    border-color: #F4364C;*/
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.btn-warning,
.btn-warning.btn.btn-social.btn-android-alt{
    background-color: #fcf8e3;
    border-color: #fcf8e3;
    color: #8a6d3b;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 10, 10, 10, 0.95 );
    z-index: 100000;
}

.spinner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
}

.spinner-wrap {
    width: 100px;
    margin-left: -50px;
    text-align: center;
}


.preloader .loader-gif img {
    max-width: 100%;
}

.mt20{
    margin-top: 20px !important;
}

.form-group ul{
    list-style: none;
}

.form-group ul li{
    list-style: none;
}


/* Estilos personalizados para CMF */

textarea {
    background-color: transparent;
}

#topnav {
    z-index: 18;
}

.modal {
    z-index: 50 !important;
}

.modal span.select2-container--open {
    z-index: 100 !important;
}

.layout-horizontal #widget-leftbar {
    z-index:1200;
}

/*span.select2-container { // TODO: Descomentar para que ocupe el 100% del ancho
    width: 100% !important;
}*/

.btn.btnTooltip {
    text-transform: initial !important;
}

.display-flex {
    display: flex;
    align-items: center;
    margin-left: -0.6em;
}

.display-flex-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-align-top {
    vertical-align: top !important;
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 100%;*/
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
}

#widgetarea #options select.form-control {
    margin-bottom: 0;
}

.navbar-right {
    margin-right: 0 !important;
}
.datepicker.dropdown-menu {
    z-index: 1601;
}

.panel-group .panel-heading, .panel-group .panel-heading a {
    width: 100%;
}

.panel .panel-heading h2 i.close, .panel .panel-heading h2.title i.close {
    margin-right: 0;
}

.panel .panel-heading h2.export-title {
    padding: 16px 0 !important;
}

table .button-actions {
    display: flex;
    float: right;
    margin: 0;
    padding-left: 0;
}

table .button-actions li {
    padding-left: 2px;
    padding-right: 2px;
}

table .button-actions li:first-child {
    padding-left: 0;
}

table .button-actions li:last-child {
    padding-right: 0;
}
.form-horizontal .control-label.text-left {
    text-align: left;
}

/* Colores originales de Bootstrap para componentes de tipo "panel" */

.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.tab-pane .panel.panel-default .panel-heading {
    background-color: #f2f5ff;
    border-color: #f2f5ff;
}
.panel.panel-info .panel-heading h2, .panel.panel-info .panel-heading h2.title {
    color: rgba(27, 34, 44, 0.72);
}
.tab-pane .panel.panel-default .panel-heading a {
    color: rgba(27, 34, 44, 0.72)
}

/* Estilos específicos del proyecto heredado */
.marca--list--logo--container .marca--list--logo,
.user--list--avatar {
    border: 1px solid #c3c3c3;
    padding: 2px;
    max-width: 100%;
}
.marca--list--logo--container .marca--list--logo--upload {
    display: none;
}
.marca--list--logo--container input[type="checkbox"]:checked + .marca--list--logo--upload {
    display:block;
}

.dropzone {
    min-height: auto !important;
    background-color: white !important;
    border-color: rgba(37, 47,  61, 0.36)
    !important; margin-bottom: 10px;
}
.dropzone input[type="file"] {
    display: none;
}
.dropzone .dz-message h4 {
    text-align: center;
}
.dropzone .dz-message h4 .fa {
    font-size: 31px;
}
.dropzone .dz-message h4 span {
    position: relative;
    bottom: 6px;
    left: 13px;
}
.dropzone .dz-preview .dz-details img {
    background-color: white;
}

.modal--ofertas {
    z-index: 2600
}
.modal--ofertas .modal-title {
    color: #004e93;
}

@media (min-width: 768px) {
    .modal--ofertas .modal-dialog {
        width: 750px;
    }
}

.header--custom table {
    width: 100%;
}
.header--custom .label-header {
    font-weight: bold;
}

.linea--notas a[data-toggle="modal"] {
    color: rgba(27, 34, 44, 0.72);
}
.linea--notas .nowrap {
    white-space: nowrap;
    vertical-align: top;
}
.linea--notas .modal-dialog {
    width: 85%;
}

.presupuesto--media .linea--notas {
    display:inline-block;
}
form[name="tecalisbundle_presupuesto"] .productos {
    border-top: 2px solid #f5f5f5;
    padding-top: 15px;
}

#tabLineas .productos {
    border-top: none;
    padding-top: 0;
}
.productos {
    margin-bottom:15px;
}
.productos .productos--flex {
    display:flex;
}
.productos .productos--flex .select {
    flex-grow:1;
    margin-right:10px;
}

.info--presupuesto {
    padding-bottom: 15px;
    display:none;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 15px;
}

#modalDescuentosArticulo .modal-dialog,
#modalTarifas .modal-dialog {
    margin: 175px auto;
}

.acc-menu {
    background: transparent;
}
.leftbar-default nav.widget-body > ul.acc-menu li a {
    color: white;
    background: transparent;
}
.leftbar-default nav.widget-body > ul.acc-menu > li.active > a,
.leftbar-default nav.widget-body > ul.acc-menu > li:hover.open.active > a {
    background: transparent;
}

.icon svg {
    fill: white;
}

#topnav.navbar-default #trigger-leftbar a,
#topnav.navbar-default #trigger-infobar a,
#topnav.navbar-default .toolbar-trigger a,
#topnav.navbar-default #trigger-leftbar button,
#topnav.navbar-default #trigger-infobar button,
#topnav.navbar-default .toolbar-trigger button {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
#topnav.navbar-default #trigger-leftbar a:hover,
#topnav.navbar-default #trigger-infobar a:hover,
#topnav.navbar-default .toolbar-trigger a:hover,
#topnav.navbar-default #trigger-leftbar button:hover,
#topnav.navbar-default #trigger-infobar button:hover,
#topnav.navbar-default .toolbar-trigger button:hover {
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.page-heading {
    padding: 10px;
    background: transparent;
    margin: 0;
}

.btn-circular-menu {
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    background: #ccc;
}

.color-azul {
    background-color: #0047ba !important;
}

.kpis {
    padding-left: 20px;
}

.kpi {
    background: white;
    height: 180px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.kpi .lateral {
    height: 180px;
    width: 30px;
    position: relative;
    float: left;
}

.kpi .contenido {
    width: calc(100% - 30px);
    float: left;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
}

.kpi .contenido .numero {
    font-weight: bold;
    color: #0047ba;
    font-size: 18px;
}

.kpi .lateral.rojo {
    background-color: #d42e12;
}

.kpi .lateral.azul {
    background-color: #0047ba;
}

.kpi .lateral.amarillo {
    background-color: #e3ba12;
}

.kpi .lateral.verde {
    background-color: #40af64;
}

.kpi .lateral h2 {
    margin: 0 0 10px 0;
    color: white;
    font-size: 18px;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.grafica {
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 10px;
    height: 380px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.btn {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.btn-default span {
    margin-right: 10px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active{
    border-radius: 5px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.tab-container > .nav.nav-tabs > li > a {
    background-color: rgb(242, 245, 255);
    border-right: 3px solid #f0f1f2;
    border-top: 2px solid rgb(242, 245, 255);
    margin-left: 0;
    color: rgb(98, 102, 110);
}

.tab-container > .nav.nav-tabs > li > a > i {
    margin-right: 5px;
}

.leftbar-default .leftbar nav.widget-body > ul.acc-menu > li > a span.text {
    color: white;
}

.alert {
    padding: 10px;
    color: white;
}


#breadcrumb {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 15px;
}
#breadcrumb .icon {
    font-size: 14px;
}
#breadcrumb li {
    float: left;
}
#breadcrumb li a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    font-size: 11px;
}
#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
    border: none;
}
#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
    border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border-style: solid;
    border-width: 12px 10px;
    width: 0;
    height: 0;
}
#breadcrumb li a:before {
    left: -20px;
}
#breadcrumb li a:after {
    left: 100%;
}


.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.ml10 {margin-left:10px;}

.page-content {
    padding: 20px;
}


.page-heading.resumen {
    border: 1px solid #e1dddd;
    margin-bottom: 20px;
}

.page-heading.resumen p {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.panel-show .panel-heading {
    border-bottom: 2px solid #f2f5ff;
    background-color: #f2f5ff;
    padding: 10px;
    height: 40px;
    line-height: 20px;
}

.panel-show .panel-heading h4 {
    margin: 0;
    font-size: 16px;
}

.panel-show .panel-heading h4 a {
    color: black;
}

.datos {
    padding: 16px;
    background-color: white;
    overflow: hidden;

}

.btn-menu {
    height: 25px !important;
    font-size: 10px !important;
    padding: 8px !important;
    color: white !important;
    line-height: 10px !important;
    margin-top: 15px !important;
}
.btn-menu.m0 {
    margin: 0 !important;
}
.btn-menu .icono {
    font-size: 20px;
    float: left;
    line-height: 0;
    margin-top: -4px;
}

.btn-menu .icono.fa { font-size: 14px; margin-top:4px; }

.table-responsive .table thead {
    background-color: #f2f5ff;
}
.tab-container .tab-content {
    padding: 20px;
}

.form-horizontal .control-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    min-width: 100%;
    margin: 0;
    padding: 0;
}

.grupo-input {
    padding: 15px;
    /*overflow: hidden;*/
}

.grupo-input .form-control {
    border: 0;
}

.grupo-input .form-control input,
.grupo-input input.form-control,
.grupo-input .form-control select,
.grupo-input select.form-control,
.grupo-input .form-control textarea,
.grupo-input textarea.form-control,
.grupo-input span.input-group-addon,
.ms-choice {
    box-shadow: none;
    border: 1px solid #aaa !important; /*rgba(27, 34, 44, 0.72)*/
    border-radius: 0;
    padding: 6px 8px;
    height: 32px;
}
.ms-drop {
    border-top: 1px solid #aaa !important;
}

.grupo-input td.form-control input,
.grupo-input td.form-control select,
.grupo-input td input.form-control,
.grupo-input td span.input-group-addon {
    height: 29px;
}

.grupo-input .form-control input {
    box-shadow: none;
}

.select2-container--default .select2-selection--single,
.select2-selection.select2-selection--multiple, .selectboxit {
    background: white;
    border: 1px solid #aaa !important; /*rgba(27, 34, 44, 0.72)*/
    /*box-shadow: none;
    border-radius: 0;*/
}


.btnItem,
.btnPdfItem,
.btnEditItem,
.btnDeleteItem,
.btnDeletePanel {
    border-radius: 50% !important;
    height: 30px !important;
    width: 30px !important;
    color: white !important;
    padding-left: 8px !important;
    opacity: .6 !important;
}
.btnDeleteItem,
.btnDeletePanel {
    background: red !important;
}
.btnPdfItem {
    background: #0047ba !important;
    padding-left: 6px !important;
}
.btnItem,
.btnEditItem {
    background: #8bc34a !important;
    padding-left: 6px !important;
}
.btnItem i,
.btnEditItem i {
    position: relative;
    top: 7px;
}
.btnPdfItem:hover,
.btnEditItem:hover,
.btnDeleteItem:hover,
.btnDeletePanel:hover {
    opacity: 1 !important;
}

.title-edit {
    line-height: 30px !important;
    padding: 6px !important;
    width: 100% !important;
}

.well {
    margin-top: 20px;
    background: transparent;
    border: 1px solid #edeff0;
    padding: 20px;
}

.panel-datos h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.panel-datos .panel-heading {
    border-bottom: 2px solid #0047ba !important;
    background-color: #0047ba !important;
    padding: 10px;
    height: 40px;
    line-height: 20px;
}
.panel-datos .panel-body {
    border: 1px solid #0047ba !important;
}

.infobar .widget-heading {
    padding: 10px;
}
.infobar .widget-heading h4{
    color: white;
    margin: 0;
}


.infobar-wrapper {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 600px;
    min-width: 280px;
    border-left: 1px solid #edeff0;
    background: #f7f9fa;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}

.infobar .widget-body {
    padding: 15px;
}
.widget-body .btn {
    margin-bottom: 40px;
}
.widget-body label {
    margin-bottom: 0;
}
.widget-body .form-group:first-child {
    margin-top: 0 !important;
}

.btn-cerrar, .btn-refresh {
    float: right;
    font-size: 11px;
    background: transparent;
    border: 0;
    color: white;
    margin-top: 5px;
}
.btn-cerrar i {
    font-size: 11px;
}

.widget-body {
    padding: 20px;
}

.grupo-input input,
.grupo-input select,
.form-group.has-error .form-control {
    background-color: transparent !important;
}

/*.form-group.has-error .form-control {
    background-color: #fad8d9 !important;
}*/

@media (max-width: 992px) {
    .grupo-input {
        padding: 10px;
    }
}

.modal--tecalis .modal-dialog,
#modalDescuentosArticulo .modal-dialog,
#modalTarifas .modal-dialog,
.td--notas .modal-dialog {
    width:75%;
}



.multiple-panel-body {
    margin-top: 10px;
}
.multiple-panel-body:first-child {
    margin-top: 0;
}

.listaArticulos > div > label.required,
.linea--albaran.new--product .old--product,
.linea--albaran.old--product .new--product {
    display:none;
}

.presupuesto--linea--observaciones--header {
    padding-bottom: 10px;
}
.presupuesto--linea--observaciones label.required {
    display: none;
}
td.spinner {
    background-color: white;
}

.flex--container {display:flex;}
.flex--container .flex--element {flex-grow:1;}
.flex--container .flex--grow {flex-grow:2;}
.flex--container [class*="flex--"] {width:100%;}
.flex--container [class*="flex--"]:nth-child(odd) {margin-right:10px;}

.status--bar {
    position: relative;
    background-color: #f44336;
}
.status--bar .resume {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    color: white;
    position: relative;
    white-space: nowrap;
}

.status--bar .current--status {
    position: absolute;
    width: 100%;
    bottom:0;
    top: 0;
    left: 0;
    background-color: #4CAF50;
}

.status-bar-warning .status--bar, .status-bar-warning .status--bar .current--status {background-color: orange;}

table.middle-valigned td,
table.middle-valigned th {
    vertical-align:middle !important;
}

.tab-content .tab-options {
    margin-bottom: 10px;
}

.linea--notas thead th:first-child { width: 150px; }

.lineasPedido tr.prototype { display: none;}

.panel .panel-heading .panel-ctrls .toggle-input:checked + label::before {
    background: #0047ba;
    opacity: 0.7;
}

.money_widget input[type="text"] {
    width: auto !important;
    padding-bottom: 0;
}

/* Estilos para tabla de líneas de pedido y de compra pendientes */
table.fold-table > thead > tr > th.column--checks,
table.fold-table > tbody > tr.row-item td.column--checks {
    padding-left: 30px;
    width: 3em;
    min-width: 3em;
}
table.fold-table > tbody > tr.row-parent td.column--checks {
    display: inline-block;
}
table.fold-table > tbody > tr.row-parent td:first-child, table.fold-table > thead > tr.header-parent th:first-child {
    cursor: pointer;
}
table.fold-table > tbody > tr.row-parent td:first-child,
table.fold-table > tbody > tr.row-parent tr:first-child,
table.fold-table > thead > tr.header-parent th:first-child
{
    position: relative;
}
table.fold-table > tbody > tr.row-parent td:first-child:before,
table.fold-table > tbody > tr.row-parent tr:first-child:before,
table.fold-table > thead > tr.header-parent th:first-child:before
{
    position: absolute;
    top: 50%;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: #333;
    content: "\f0d7";
    transition: all .3s ease;
}
table.fold-table > thead > tr.header-parent th:first-child:before{
    content: "\f0dc";
}
table.fold-table > tbody > tr.row-parent td:first-child:before,
table.fold-table > tbody > tr.row-parent tr:first-child:before,
table.fold-table > thead > tr.header-parent th:first-child:before
{
    left: 10px;
}
table.fold-table > tbody > tr.row-parent.open td:first-child:before,
table.fold-table > tbody > tr.row-parent.open th:first-child:before,
table.fold-table > thead > tr.header-parent.open th:first-child:before
{
    transform: rotate(-180deg);
    color: #333;
}
table.fold-table > tbody > tr.row-child {
    display: none;
}
table.fold-table > tbody > tr.row-child.open {
    display: table-row;
}
table.fold-table td{
    cursor: pointer;
}
#tecalisbundle_pedidoproveedor_address .dependent--combos .form-group {
    margin-left: 0;
    margin-right: 0;
}
.tooltip.fade ul {
    margin: 0;
    padding: 0;
}
.tooltip.fade li {
    list-style-position: inside;
}
/* Estilos específicos para filas de tablas */
.table > tbody > tr {
    background-color: #fff;
}
.alert-success,
.table > tbody > tr.alert-success,
input[readonly="readonly"].alert-success,
input[disabled="disabled"].alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
.alert-warning,
.table > tbody > tr.alert-warning,
input[readonly="readonly"].alert-warning,
input[disabled="disabled"].alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}
.alert-danger,
.table > tbody > tr.alert-danger,
input[readonly="readonly"].alert-danger,
input[disabled="disabled"].alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.leftbar-default nav.widget-body > ul.acc-menu ul,
.leftbar-default nav.widget-body > ul.acc-menu ul li a {
    background: #00245D !important;
    color: white !important;
}

.leftbar-default nav.widget-body > ul.acc-menu > li:hover.open > a,
.leftbar-default nav.widget-body > ul.acc-menu > li.open > a {
    background-color: #00245D !important;
}

.bootstrap-switch {
    overflow: inherit;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.ml0 {
    margin-left: 0;
}



.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #d1d1d1 !important;
    cursor: not-allowed;
}

.marco {padding:15px;text-align:center;text-transform:uppercase;}

.button-actions .btn {
    height: 25px;
    min-width: 25px;
    line-height: 15px !important;
}
.button-actions .btn i {
    font-size: 1rem !important;
}

.acciones {
    width: 40px;
}

.bootstrap-switch {
    margin-top: 8px;
}

.table td {
    font-size: 1.2rem;
    /*font-weight: 600;*/
}
/*td span {
    font-size: 1.6rem;
}*/
.table th {
    font-size: 1.235rem;
    font-weight: bold;
}

.btn-default-alt i {
    font-size: 1.4rem;
}
.btn-default-alt {
    padding: 4px;
    height: 25px;
}

.desplegar {
    margin-left: 3px;
}
.dropdown-menu:not(.datepicker):not(.daterangepicker):not(.datetimepicker) {
    margin-left: -150px;
    width: 185px;
    min-width: 140px;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td
{
    min-width: 55px;
}

.table td i.fa-gift {
    font-size: 1.8rem !important;
}

.table td i, .table th i {
    font-size: 1.5rem !important;
}

.opciones a {
    font-size: 1.3rem !important;
}
.opciones a i {
    font-size: 1.5rem !important;
}

.opciones i {
    position: relative !important;
    margin-right: 30px;
}
.opciones button {
    background: transparent;
    border: 0;
    padding: 0;
}

.texto-azul {
    color: #0047ba;
}
.texto-verde {
    color: #8bc34a;
}
.texto-rojo {
    color: red;
}
.texto-blanco {
    color: white;
}
.texto-morado {
    color: rgb(156, 39, 176);
}
.texto-verde-oscuro {
    color: rgb(0, 150, 136);
}
.texto-amarillo {
    color: rgb(255, 152, 0);
}
.texto-azul-claro {
    color: rgb(0, 188, 212);
}

.texto-marron {
    color: rgb(109, 76, 65);
}

.texto-teal {
    color: rgb(0, 96, 86);
}

.fileinput {
    width: 100%;
}
.fileinput-new.thumbnail {
    width: 100%;
    height: 150px;
}
.fileinput-preview.fileinput-exists.thumbnail {
    width: 100%;
    height: 150px;
}

.panel-roles .panel-heading{
    height: 50px;
}
.panel-roles .panel-heading h2.title {
    font-size: 1.4rem !important;
}

.panel-roles .media a, .panel-roles .media .media-content {
    padding: 2px 16px;
}

.panel-roles .media a span, .panel-roles .media .media-content span {
    line-height: 30px;
}
.panel-roles {
    box-shadow: none;
}

.roles .col-md-4, .roles .col-lg-3 {
    width: 100%;
    margin-top: 16px;
}



.btn-default-alt {
    background-color: white;
}

.nuevo-elemento {
    border: 1px solid #efeff1;
    margin-top: 20px;
    padding: 15px;
    overflow: hidden;
}

.panel .panel-body {
    padding: 0;
}
.tab-container .tab-content {
    border: 0;
}

.tab-container {
    margin-bottom: 0;
}

.panel-body .item-selector {
    padding: 15px;
}

.label.multiple--tag,
.label.single--tag,
.label.default--tag,
.label.principal--tag,
.label.correo--tag,
.label.envio--tag {
    font-size: .9rem;
    line-height: 16px;
    margin-left: 15px;
}

.selector-fechas .form-control {
    padding: 0;
}
.selector-fechas input {
    margin-right: 15px;
}

@media (max-width: 768px) {
    .infobar-wrapper {
        width: 320px;
    }

    .table td.nombre {
        white-space: pre-wrap !important;
    }
}

.block-importe .title {
    font-weight: bold;
}

.td--icon { white-space: nowrap; }
    .td--icon img {width: 22px;}

.cursor-pointer {
    cursor: pointer;
}

.w150 {width: 150px;}

.td--icon .btn {height: 25px;min-width: 25px;line-height: 15px !important;}
    .td--icon .btn i {font-size: 1rem !important;}

/*Estilos específicos para el modal de exportación manual a ECO */
.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33.33333%;
}

.wizard.wizard-eco .nav-tabs > li {
    width: 50%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.sorting.text-right {padding-right: 25px;}

.panel.panel-block {padding: 16px;background-color: white; /*overflow: hidden;*/}
.panel-group.my-selector .panel.panel-block {border: 1px solid #f2f5ff;}

.panel.panel-block .panel-title a {
    display: inline-block;
    width: 95%;
}

.not-allowed {
    cursor: not-allowed;
}

.note { white-space: initial; }

/* Adding a "Required" Asterisk to Field Labels */
div.block-required {
    display: inline-flex;
}
td.block-required span.required,
div.block-required span.required {
    color: #F4364C;
    font-weight: bold;
}
td.block-required span.required i,
div.block-required span.required i {
    font-size: 0.7em !important;
    vertical-align: 2px;
}
.table td span.required i, .table th span.required i {
    font-size: 1rem !important;
    color: #F4364C;
}
/* label.required:after {
    content: " *";
    color: darkred;
} */

.dropdown-menu > li > a button[type="submit"],
.dropdown-menu > li > .link button[type="submit"] {
    width: 100%;
    text-align: left;
}


.custom--dashboard .img-thumbnail {height: 275px; border: 1px solid #0047ba; padding: 0px 30px 30px 30px}
.custom--dashboard .module-menu-entry span {display:block;}
.custom--dashboard .module-menu-entry span.text { position: relative; bottom: 31px; background-color: rgba(0, 71, 186, 0.23); max-width: 303px; margin: 0 auto; height: 30px; text-transform: uppercase; line-height: 30px; font-weight: bold; color: #0047ba; }

.stats--maestro .grafica {height:auto;}

.resizeToFit { white-space: nowrap; margin: 0 5px;}

#daterangepicker2 .fa.fa-caret-down {float: right;top: 4px;position: relative;}
.daterangepicker.dropdown-menu.opensright {left: calc(100% - 683px) !important;}

.kpi.kpi-date {height:auto;}
    .kpi.kpi-date .contenido {float:none;}

/** RESPONSIVE PARA ALMACENISTA (MOBILE) **/
@media (max-width: 1000px) {
    .custom--dashboard .img-thumbnail {height:auto;}
    .custom--dashboard .module-menu-entry span.text {bottom:31px;}
    /** ocultado de sidebar, redimensionado de logo, eliminado trigger de menu **/
    #layout-static .static-leftbar-wrapper.leftbar-default {display:none;}
    #topnav .navbar-header .navbar-brand {width:auto;}
    #topnav #trigger-leftbar {display:none;}
    #breadcrumb {margin-left:10px;}
}

.paginator--form {display:inline-block;position:relative;bottom:19px;left:10px;}
    .paginator--form .btn {margin-top:0!important;border-radius:0;}

.prices .discount .col-md-6:nth-child(1) {padding-right:0;}
.prices .discount .col-md-6:nth-child(2) {padding-left:0;}

.tarifas label {display:none;}
.parametros label {display:none;}

ul.nowrap {padding:0;margin:0;}
    ul.nowrap li {display:inline-block;}

.boton.js-total-pedido {padding:8px;line-height:40px;font-size:2em;margin-right:20px;}
    .boton.js-total-pedido h4 {display:inline-block;margin:0;font-size:1em;}

.js-cantidad input, .js-descuento input {text-align:center;}
table.lineasPedido.linea--new .hide-new {display:none;}



/*Sobreescribir estilo striped tablas con filas desplegables*/
.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f0f1f2;
}
.table-striped:not(.fold-table) > tbody > tr:nth-child(even) {
    background-color: #f0f1f2;
}
.table-striped:not(.fold-table) > tbody > tr:nth-child(odd) {
    background-color: #fff;
}
.table-striped > tbody > tr.row-child-th {
    background-color: #00838f ;
}
table.fold-table tr.row-child-end{
    height:0em;
    border-top: 2px solid;
}

/* .table-fixed-header */
.table-responsive .table-fixed-header thead,
.table-responsive .table-fixed-header tbody {
    display: block;
    width: 100%;
}
.table-responsive .table-fixed-header tbody {
    max-height: 400px;
    overflow-y: auto;
}
.table-responsive .table-fixed-header thead tr{
    width: 99%;
}
.table-responsive .table-fixed-header tr{
    width: 100%;
}
.table-responsive .table-fixed-header thead, .table-responsive .table-fixed-header tbody, .table-responsive .table-fixed-header tr, .table-responsive .table-fixed-header td, .table-responsive .table-fixed-header th {
    display: inline-block;
}
.table-responsive .table-fixed-header tbody td, .table-responsive .table-fixed-header thead > tr> th {
    float: left;
}
.table-responsive .table-fixed-header th {
    background-color: #f2f5ff !important;
}
.table-responsive .table-fixed-header .collapse {
    display: none;
    visibility: hidden;
}
.table-responsive .table-fixed-header .collapse.in {
    display: block;
    visibility: visible;
}

input[readonly="readonly"],
input[disabled="disabled"],
.form-control.disabled,
.form-control.readonly {
    background-color: #d8d8d8 !important;
    border: 1px solid silver !important;
    cursor: not-allowed !important;
}

/* Campos editables tabla carta porte*/

.panel.panel-block.panel-custom .panel-heading { /*TODO: Añadir a las vistas necesarias la clase panel-custom*/
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #14589e;
    color: white;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 0;
}
.panel.panel-block.panel-custom .panel-heading h2.title { color: white; }
.panel.panel-block.panel-custom .panel-body {
    margin-top: 16px;
}
.panel.panel-block .panel-heading h2.title--left {float: left;}
.panel.panel-block .panel-heading h2.title--right {float: right;}
.panel.panel-block .panel-heading .familia--tarifa { margin-left: 20px;}

.fa.fa-custom-circle {
    border-radius: 50%;
    color: #fff;
    background-color: #5a6067;
    width: 15px;
    height: 15px;
}

.t-1 {position:relative;top:1px;}

#modal-wizard td {
    vertical-align: top;
}

/** ESTILOS PARA MODAL PAGINADO CON TASKS **/
.modal--paginate {display:inline-block;position:fixed;width:100%;height:100%;background-color: rgba(0,0,0,.5);top:0;z-index:9999;}
.modal--paginate .modal-background {position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:888;}
.modal--paginate .modal-block {display: inline-block;position: absolute;background-color: white;z-index: 999;border: 1px solid rgba(0,0,0,.2);box-shadow: 0 5px 15px rgba(0,0,0,.5);background-clip: padding-box;float: left;left: 50%;top: 50%;min-width: 50%;transform: translate(-50%, -50%);}
.modal--paginate .modal-header h4 {margin: 0;color: #0047ba;}
.modal--paginate .modal-header {margin:0;padding: 11px 16px;}
.modal--paginate .modal-header .close {cursor: pointer;font-size: 15px;position: absolute;top: 50%;right: 11px;line-height: 15px;}
.modal--paginate .tasks {list-style-type: none;padding-left: 0;font-size: 1.2em;}
.modal--paginate .log {font-style: italic;}
.modal--paginate .progress-title {margin-bottom: 8px;font-weight: normal;}

/* Menú lateral y bloque de filtros siempre visibles cuando hay scroll lateral */
.static-leftbar-wrapper, .static-leftbar, #widget-lefgittbar, body.leftbar-collapsed .static-leftbar-wrapper .widget nav.widget-body > ul > li:hover {
    width: 240px;
}
body.leftbar-collapsed .static-leftbar-wrapper .widget nav.widget-body > ul > li:hover {
    width: 240px;
}
body.leftbar-collapsed .static-leftbar-wrapper .widget nav.widget-body > ul > li:hover > ul {
    width: 192px;
}
/*#widget-lefgittbar, */.infobar-wrapper.scroll-pane {
    position: fixed !important;
}
.static-content-wrapper {
    width: 100%;
}

/* Botones del bloque lateral de filtros alineados verticalmente al final */
.infobar #widgetarea,
.infobar #widgetarea .widget,
.infobar #widgetarea .widget form,
.infobar #widgetarea .widget form #options,
.infobar #widgetarea .widget form #options .widget-body {
    height: 100%;
}
.infobar #widgetarea .widget form #options .widget-body {
    position: relative;
}
.infobar #widgetarea .widget form #options .widget-body .grupo-input {
    height: 88%;
}
.infobar #widgetarea .widget form #options .widget-body #filter-buttons {
    height: 12%;
}

.mini-button {
    background-color: #0047ba;
    padding: 8px;
    border-radius: 2.5px;
    height: 25px;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.mini-button.blue {
    background-color: #2980b9;
}

.mini-button, .mini-button:hover, .mini-button:active, .mini-button:visited {
    color: white;
}

.mini-button > .fa {
    font-size: 10px !important;
}

td.width-auto, th.width-auto {
    min-width: auto !important;
}

/* Estilos para el modal de generar catálogo */
.form-group ul.tipos_tarifa {
    padding-left: 0;
}
.form-group ul.tipos_tarifa li {
    color: rgba(27, 34, 44, 0.72);
}

/* Estilos para hacer que parpadee un texto con la clase blink */
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-moz-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* Estilos específicos para el proyecto Juventud Paideia */
.table .table {
    background-color: transparent;
}

.form-group .input-group-addon > i,
.form-group .input-group-addon > a i {
    font-size: 16.5px;
}

.input-group-addon a,
.input-group-addon a:hover,
.input-group-addon a:focus {
    color: inherit;
}

td.acciones button i {
    font-size: 16.5px !important;
    line-height: 16px;
    float: left;
    margin-left: 1px;
}

hr.block-content-separator {
    border-top: dashed 2px;
    margin: 0 0 16px;
}

.form-horizontal legend {
    border: 0;
    margin: 0;
    padding: 0 0 6px;
    color: rgba(27, 34, 44, 0.72);
    font-size: 16px;
    font-weight: bold;
}

.fileinput .btn {
    z-index: 15;
}

div.btn-group {
    display: inline-flex;
    flex-direction: row;
}
div.btn-group .btn-sm[class*="alt"] {
    padding: 4px 7px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    width: 50px;
}
.btn-group.btn-md > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    width: 75px;
}
div.btn-group .btn.btn-sm.dropdown-toggle {
    min-width: 26px;
}
.dropdown-menu {
    right: 0;
}

.link {
    float: right;
    font-size: 24px;
    line-height: 24px;
    text-shadow: none;
}

/* Estilos correspondientes al bloque con los filtros */
.infobar-wrapper-filter {
    position: static !important;
    height: auto !important;
    width: 100%;
    display: block;
    background: #ffffff;
    /*display: block !important;
    background: #f7f9fa;
    border-left: 1px solid #edeff0;*/
}
.infobar-wrapper-filter.scroll-pane {
    position: static !important;
}
.infobar-wrapper-filter .infobar.scroll-content {
    position: static;
    overflow-y: visible;
}
.filter-content {
    padding: 20px 20px 0;
}
.display-none {
    display: none;
}
.filter-range {
    overflow: hidden;
}

/* Estilos correspondientes a los paneles de cada elemento de una colección */
.tab-pane .panel.panel-default {
    border-color: #f2f5ff !important;
}
.tab-pane .panel.panel-success {
    border-color: #d6e9c6 !important;
}
.tab-pane .panel.panel-warning {
    border-color: #faebcc !important;
}
.tab-pane .panel.panel-danger {
    border-color: #ebccd1 !important;
}
.tab-pane .panel.panel-primary {
    border-color: #337ab7 !important;
}
.tab-pane .panel.panel-info {
    border-color: #bce8f1 !important;
}
.tab-pane .panel.panel-default .panel-heading {
    background-color: #f2f5ff;
    border-color: #f2f5ff;
}
.tab-pane .panel.panel-success .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.tab-pane .panel.panel-warning .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.tab-pane .panel.panel-danger .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.tab-pane .panel.panel-primary .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.tab-pane .panel.panel-info .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/*div.panel-group.my-selector div.panel-body.panel-item div[class="accordion-token-collection-actions"],
.accordion-contact-collection-actions,*/
div.panel-group.my-selector div.panel-body.panel-item div[class$="-collection-actions"],
table.table.table-selector.jquery-collection tr.item div[class$="-collection-actions"] {
    display: none;
}
.panel-group.my-selector {
    display: block !important;
    height: auto !important;;
    visibility: inherit !important;;
}

/* Ocultar botón si la integración no es editable */
.panel.panel-block.not-editable button.btnDeletePanel,
.panel.panel-block.not-editable button[data-target="#accordion-interview"] {
    display: none;
}

/* Estilos correspondientes al plugin multiple-select */
.ms-parent {
    box-shadow: none;
    border-radius: 0;
    height: 32px;
}
.ms-choice {
    background-color: #fff !important;
}
.ms-drop {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.ms-drop ul > li label {
    color: #424242 !important;
}

/* Estilos correspondientes a los botones */
.btn.btn-social.btn-default,
.btn.btn-social.btn-default-alt{
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 32px;
    height: 32px;
    color: #333;
    border-color: rgb(221, 221, 221); /*#a4c639 !important;*/
}
.btn.btn-social.btn-default:hover,
.btn.btn-social.btn-default-alt:hover{
    background-color: rgb(221, 221, 221);
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
    border-width: 1px !important;
    border-style: solid !important;
}
.btn-menu.btn-pdf {
    background-color: rgba(255, 0, 0, 0.6) !important;
}
.btn-menu.btn-back, .boton-mv.btn-back {} /* TODO */
.btn-menu.btn-modal, .boton-mv.btn-modal {
    margin-top: 0 !important;
    margin-left: 10px !important;
}

/* Estilos correspondientes a los gráficos */
.tectonic-info-tile.white, .canvas-type-bar {
    background-color: #ffffff;
}

/* Estilos correspondientes para los campos de formularios */
.input-group input.form-control,
.has-error .input-group input.form-control {
    border-right-width: 0 !important;
}
input.form-control:focus,
select.form-control:focus,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-selection.select2-selection--multiple:focus,
.selectboxit:focus,
textarea.form-control:focus,
span.input-group:focus {
    border: 2px solid #cbcbcb !important;
}
.display-flex.label-error-block {
    margin: 0;
}

/* Estilos correspondientes para los errores en formularios */
.has-error i.fa,
.label-error-block i.fa,
.label-error {
    color: #f4364c !important;
}
.grupo-input .form-control.error,
.has-error .form-control input,
.has-error .form-control select,
.has-error input.form-control,
.has-error select.form-control,
.has-error textarea.form-control,
.has-error span.input-group-addon,
.has-error .select2-container--default .select2-selection--single,
.has-error .select2-selection.select2-selection--multiple {
    border: 1px solid #a94442 !important;
}
.grupo-input .form-control.error:focus,
.has-error input.form-control:focus,
.has-error select.form-control:focus,
.has-error textarea.form-control:focus,
.has-error span.input-group:focus,
.has-error .select2-container--default.select2-container--open .select2-selection--single,
.has-error .select2-selection.select2-selection--multiple:focus {
    border: 2px solid #f69988 !important;
}
.form-group.has-error .form-control::placeholder {
    color: rgba(27, 34, 44, 0.32);
}
.label-error {
    font-size: 11px !important;
}


/* Estilos específicos para el proyecto UPON */
.panel-roles {
    min-height: auto;
}
.img-border {
    border: 1px solid #c3c3c3;
    padding: 2px;
}
.fa.size-avatar {
    font-size: 30px !important;
    width: 30px !important;
    text-align: center !important;
}
.img-responsive.img-avatar {
    height: 30px !important;
    width: 30px !important;
}
.img-responsive.img-td-icon {
    height: 20px !important;
    width: 20px !important;
}

.block-kpi .tectonic-info-tile .tile-footer {
    margin-top: 0;
}

.block-kpi .tectonic-info-tile .tile-heading {
    margin: 0;
    padding-bottom: 16px;
}

.page-heading.resumen p {
    text-align: center;
}

/** navbar-landing */

.navbar.navbar-landing {
    padding: 0;
}

.navbar.navbar-landing .container {
    padding: 0;
}

.navbar.navbar-landing .navbar-nav > li > a {
    font-size: 14px;
}

body .full-page {
    height: 100%;
}
.panel.panel-default.panel-landing.with-footer {
    width: 100%;
}

ul.list-errors {
    margin: 0;
    padding: 8px;
    list-style: inside;
}
.input-group-field {
    overflow: hidden;
    width: 100%;
    display: flex;
    padding: 0 !important;
}

.table td img.img-responsive {
    margin: 0 auto;
}

/**
 * Estilos específicos para Life
 */
.font-weight-bold {
    font-weight: bold !important;
}
.label-percentage {
    height: 20px !important;
    line-height: 20px !important;
}
.progress.progress-20 {
    height: 20px !important;
    margin: 0;
}
.form-group .input-group {
    width: 100%;
}
.leftbar nav.widget-body > ul.acc-menu li.active > a,
.leftbar nav.widget-body > ul.acc-menu li.active > a {
    font-weight: 600 !important;
}
.leftbar nav.widget-body > ul.acc-menu li.active > a .text,
.leftbar nav.widget-body > ul.acc-menu li.active > a .text {
    text-decoration: underline !important;
}
.leftbar nav.widget-body > ul.acc-menu > li.active > a,
.leftbar nav.widget-body > ul.acc-menu > li.active > ul li.active > a {
    /*border-width: 0 0 0 2px;
    border-style: solid;*/
}
.table td .form-group {
    margin-bottom: 0;
}
.table td .select2-container .select2-selection--single,
.table td .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
}
.table td .select2-container .select2-selection--single {
    line-height: 26px !important;
    padding: 0;
}
.panel-block-filter .form-group {
    margin-bottom: 0;
}
.infobar-wrapper-filter .grupo-input {
    overflow: hidden;
}
.img-responsive.img-circle.img-avatar,
.img-responsive.img-circle.img-border {
    border: 1px solid #c3c3c3;
    margin: 0;
    padding: 0;
}
.panel-group.my-selector .panel.panel-block:last-child,
.panel-group.my-selector .panel.panel-block:first-child:last-child {
    margin-bottom: 0;
}
hr.block-contact-separator {
    border-top: dashed 2px;
    margin: 16px 0 16px;
}
#calendar {
    min-height: 750px;
}
.vacaciones-info-container .tooltip-inner {
    width: 250px;
    /*max-width: none;
    white-space: nowrap;*/
    text-align: left;
}
.calendar-legend .bg,
.vacaciones-info-container .bg {
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.vacaciones-info-container .bg {
    margin-bottom: 10px;
}
.calendar-legend .bg.bg-legend {
    text-align: right;
}
.calendar-legend .bg.bg-legend,
.vacaciones-info-container .title {
    color: rgba(27, 34, 44, 0.72);
    font-weight: bold;
}
.calendar-legend .bg.bg-holidays-approved,
.vacaciones-info-container .bg.bg-holidays-approved,
.calendar-legend .bg.bg-cumulative-hours-approved,
.vacaciones-info-container .bg.bg-cumulative-hours-approved {
    background-color: #6FC080;
}
.calendar-legend .bg.bg-holidays-denied,
.vacaciones-info-container .bg.bg-holidays-denied,
.calendar-legend .bg.bg-cumulative-hours-denied,
.vacaciones-info-container .bg.bg-cumulative-hours-denied {
    background-color: #F4364C;
}
.calendar-legend .bg.bg-holidays-pending,
.vacaciones-info-container .bg.bg-holidays-pending,
.calendar-legend .bg.bg-cumulative-hours-pending,
.vacaciones-info-container .bg.bg-cumulative-hours-pending {
    background-color: #F2B776;
}
.calendar-legend .bg.bg-cumulative-hours-approved,
.calendar-legend .bg.bg-cumulative-hours-denied,
.calendar-legend .bg.bg-cumulative-hours-pending,
.vacaciones-info-container .bg.bg-cumulative-hours-approved,
.vacaciones-info-container .bg.bg-cumulative-hours-denied,
.vacaciones-info-container .bg.bg-cumulative-hours-pending {
    border: 3px solid #8E24AA !important;
}
.calendar-legend .bg.bg-holidays-others,
.calendar-legend .bg.bg-activities,
.vacaciones-info-container .bg.bg-holidays-others,
.vacaciones-info-container .bg.bg-activities {
    background-color: #B8B8B8;
}
.calendar-legend .bg.bg-festives,
.vacaciones-info-container .bg.bg-festives {
    background-color: #6EC7E6;
}

.vacaciones-info-list {
    list-style-type: none !important;
    padding-left: 5px !important;
}
.vacaciones-info .title,
.info-dias-container span.title {
    font-size: 14px;
    font-weight: bold;
}
.btn.btn-social.btn-project-alt.btn-login,
.btn.btn-social.btn-project-alt.btn-google {
    width: 410px;
    height: 40px;
    padding: 0 !important;
}
.btn.btn-social.btn-project-alt.btn-login i {
    position: static;
    box-sizing: border-box;
    padding: 7px 12px 7px;
    height: 40px;
    width: 42px;
    display: none; /* TODO */
}
.btn.btn-social.btn-project-alt.btn-google img.google-icon {
    height: 38px;
    width: 38px;
    background-color: #fff;
    float: left !important;
}
.panel-login .form-group .input-group-addon > i {
    width: 16px;
    height: 16px;
}
.session-carousel {
    width: 100%;
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
    float: left;
    height: 100%;
}
.pantalla-login {
    min-width: 500px;
    float: left;
}
.pantalla-login .panel-login {
    width: initial;
}
.pantalla-login .panel-login .titulo-login {
    margin: 10px 0;
}
.pantalla-login .panel-login form {
    padding: 25px;
    box-sizing: content-box;
    width: 410px;
}
#topnav.navbar-default .navbar-nav > li > a {
    background-color: rgba(27, 34, 44, 0.72);
}
#topnav .nav.navbar-nav > li > a span.avatar {
    height: 40px;
    width: 40px;
    margin: -8px -8px -4px 8px
}
#topnav .nav.navbar-nav > li > a span.avatar img {
    border: 1px solid darkgray;
    height: 40px;
    width: 40px;
}
/**
 * Estilos específicos para el dashboard (Life)
 */
.page-heading .form-group {
    margin-bottom: 0;
}
.block-with-border,
.block-with-padding {
    padding: 10px;
}
.block-with-border {
    border: 1px dashed lightgrey;
}
.block-with-padding {
    border-top: 1px dashed lightgrey;
}
.block-awards {
    height: 84px; /*min-height: 40px;*/
}
.block-awards .block-awards-item img,
.block-awards .block-awards-item i {
    height: 62px;
}
.block-graph .block-with-border.block-graph-item {
    border-style: solid;
    min-height: 250px;
}
.block .block-awards-item .opacity30 {
    opacity: 0.30;
}
.img-circle {
    border-radius: 50%;
    border: 1px dashed darkgray;
}
.block.block-alerts .alert:last-child {
    margin-bottom: 0;
}
.block.block-relevant-data .fa {
    font-size: 1.4em;
}
#accordion-alert {
    margin: 20px 0;
}
.modal .modal-content #calendar {
    min-height: auto !important;
}
.panel.panel-info .panel-heading {
    border-bottom: 2px solid #e2394b;
    background-color: #e2394b;
}
.panel.panel-info .panel-heading a {
    color: #fff;
}
.text-life {
    color: #e2394b !important;
}
.btn.btn-happiness {
    line-height: auto !important;
    height: auto !important;
}



/**
 * Estilos específicos para Cespu (USC)
 */
.btn-massive-action .dropdown-menu:not(.datepicker):not(.daterangepicker):not(.datetimepicker) {
    left: 0;
    margin-left: 0;
}
.fileinput-buttons .btn-social.btn-label i {
    background-color: transparent;
}
.tectonic-info-tile .tile-body {
    padding: 25px 0;
}
.tectonic-info-tile .tile-body .text {
    font-size: 40px;
}
form div.btn-group.btn-massive-action .js-btn-massive {
    width: auto !important;
}
.text-default {
    color: rgba(27, 34, 44, 0.72) !important;
}
.img-sm, .img-20 {
    height: 20px !important;
    width: 20px !important;
}



/**
 * Otros estilos comunes a todos los proyectos
 */
.table-responsive .table th .border-dotted {
    border-bottom: 1px dotted #000;
}
.panel .panel-heading h2 a.btnItem,
.panel .panel-heading h2.title a.btnItem {
    text-transform: initial !important;
}
.panel.panel-success .panel-heading {
    background-color: #f1f8e9;
    border-color: #e6f2d8;
}
.row .block-canvas {
    min-height: 180px;
}
.fa.fa-black {
    color: #000 !important;
}
.float-right {
    float: right !important;
}
.fc-event.border-2x {
    border-width: 2px !important;
}
.fc-event.border-3x {
    border-width: 3px !important;
}
.table tbody tr {
    vertical-align: top;
}
.table tbody tr .assigned-employers,
.panel.panel-block-okr .assigned-employers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.table tbody tr .assigned-employers div,
.panel.panel-block-okr .assigned-employers div {
    margin-right: 7px;
}
.fa.fa-20px {
    font-size: 20px !important;
}

/* Border */
.b0,
.b-n {
    border: 0 !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    z-index: 10;
}
