﻿.sw-theme-arrows > .nav-tabs > .nav-item > .nav-link {
    font-weight: 400;
    background: #f5f5f5;
    padding: 10px 0 10px 45px;
}

.sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
    color: #bbb !important;
    background: transparent !important;
    /* background: #46b8da!important; */
}

.sw-theme-arrows > ul.step-anchor > li.clickable.done > a:hover {
    color: #bbb !important;
    background: #b1dfbb !important;
    /* background: #46b8da!important; */
}

.sw-theme-arrows > ul.step-anchor > li.clickable.active > a:hover {
    color: #bbb !important;
    background: #5cb85c !important;
    /* background: #46b8da!important; */
}


#sales-order-wizard .card {
    box-shadow: none;
}

#opportunities-grid tr.selected {
    background-color: #eee;
}

#forcemanager-opportunities-grid tr.selected {
    background-color: #eee;
}

.accordion > .card {
    margin-bottom: 0;
    border-color: rgba(0, 0, 0, 0.125);
}

    .accordion > .card:last-of-type {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

.modal {
    overflow-y: auto;
}

    .modal.link-dialog {
        z-index: 99999999;
    }

.bootgrid-header .dropdown .dropdown-item > a {
    display: block !important;
}

.menuSectionItemNoWrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-height-width-5x {
    max-width: 100% !important;
    max-height: 96.37px;
    padding: 5px;
}

.herramientas-card {
    border: solid 1px black;
    z-index: -1;
}

.content-cards {
    margin-bottom: 20px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.btn-group-card {
    position: absolute;
    top: 1px;
    right: 16px;
}

.btn-card {
    padding: 5px 7px;
    width: 30px;
    height: 30px;
}

.col-sm-6 .btn-group-card {
    display: none;
}

.col-sm-6:hover .btn-group-card {
    display: block;
}

.fav > .fa-star {
    color: #f3ca06;
}

.check-producto {
    display: none;
}

.element-friendly-id {
    float: left;
}

#tipo-notificacion-friendly-id {
    margin-bottom: 20px;
}

.select2-container {
    height: 100% !important;
}

.select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #dde6e9 !important;
    border-radius: 0.25rem !important;
    height: 100% !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee !important;
}

.select2-selection__rendered {
    padding: 0 1rem !important;
    line-height: 33px !important;
    height: 100% !important;
}

.select2-selection__arrow {
    height: 33px !important;
}

.topnavbar, .topnavbar_pre, .topnavbar_dev {
    z-index: 1030 !important;
}

.wizard-presupuesto-contenido-readonly {
    cursor: not-allowed;
}

.white-space-normal {
    white-space: normal !important;
}


/*ERROR PAGES STYLES*/

.errores {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titulo-error {   
    font-weight: bolder;
    padding-bottom: 30px;
}

.imagen-preven-error {
    padding-top: 4cm;
}

.sale-document-dropdown > a.dropdown-item:hover {
    color: #37bc9b;
}

.bootgrid-show-fulltext {
    white-space: normal !important;
    height: auto !important;
}