:root {
    --color-secundary: #5e7289
}


/* ------- BARRA SUPERIOR DE NAVEGACIÓN ----- */

.navbar-inverse {
    background-color: #082032 !important;
    /* Azul oscuro */
    border-color: #082032 !important;
}

.menu-barra .active a {
    background-color: var(--color-secundary) !important;
    /* Azul muy oscuro */
}

.navbar-inverse .navbar-brand {
    font-family: "Roboto", sans-serif;
}

.barra-inferior {
    background-color: var(--color-secundary);
    text-align: right;
}


/* ------------------------------------------- */

.contenedor-principal {
    padding-top: 130px;
}

.contenedor-principal h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}

.contenedor-principal.con-menu-lateral {
    padding-left: 180px !important;
    padding-top: 60px !important;
    width: 97%;
    max-width: 98%;
}

.contenedor-principal.con-submenu-lateral {
    padding-left: 375px !important;
    padding-top: 90px !important;
    margin-right: 0px !important;
    margin-left: 40px;
    max-width: 100%;
    width: 97%;
}


}

/*----- BOTONES --------- */
.boton-comun {
    background-color: #5c1769 !important;
    box-shadow: 1px 2px 2px #D1D1D1;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
}
.boton-comun:hover {
    background-color: #812092 !important;
}
.boton-crear:focus {
    background-color: #812092 !important;
}

/*-------- DETALLES DE LAS VISTAS CON GRILLA ----------------------- */
.grid-view .columna-botones-edicion {
    margin-left: 30px;
}
.grid-view .columna-botones-edicion a:hover {
    text-decoration: none !important;
}
.grid-view .titulo,
.titulo-h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 20px !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 500;
}
.boton-redondo-openinlineabm {
    margin-top: 8px !important;
    background-color: #bdbdbd !important;
    position: absolute;
    bottom: 10px;
    margin-top: 10px;
    right: 0px
}
.boton-redondo-openinlineabm i {
    color: #fff !important;
    font-size: 14px;
}
.boton-redondo-text {
    min-width: 45px !important;
    margin-top: 8px !important;
    background-color: #bdbdbd !important;
    position: absolute;
    bottom: 10px;
    margin-top: 10px;
    right: 0px;
    color: #fff !important;
}
.boton-redondo-text i {
    color: #fff !important;
    font-size: 14px;
}
.btn-boton-redondo {
    width: 45px;
    height: 45px;
    text-align: center !important;
    border-radius: 22.5px !important;
    padding: 13px !important;
    margin: 0px 5px !important;
    background-color: #f5f5f5;
   /*  display: inline-block !important; */
    cursor: pointer;
}
.btn-boton-redondo span {
    color: #2196f3;
    font-size: 15px;
}

/*--------------------MENU PEDIDO ---------------------- */
.info-pedido .seccion-gris-principal {
    padding: 5px;
}
.info-pedido .menu {
    margin: 0px 40px;
}
.info-pedido .panel-contenido {
    background-color: #fff;
    padding-bottom: 15px;
}
.info-pedido .panel-contenido .titulo {
    width: 100%;
    border-bottom: 1px solid #949596;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
}
.info-pedido .panel-contenido .content {
    padding: 20px;
}
.info-pedido .spinner {
    border: 4px solid #2196f3;
    border-left-color: transparent;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 40px auto;
    animation: spin 1s linear infinite;
}
.info-pedido .list-item-title {
    color: #5c5c5c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
}
.info-pedido .list-item-subcategory-title {
    color: #2196f3;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 40px;
    padding-bottom: 2px;
    border-bottom: 2px solid #2196f3;
    font-weight: 700;
}
.info-pedido .file-link {
    color: #01579b;
    font-size: 25px;
    cursor: pointer;
    margin-top: 5px;
}
.info-pedido .seccion-botones {
    display: none;
    margin: 0px 15px;
}
.info-pedido .seccion-botones .boton-action-tabla {
    display: inline-block;
    padding: 15px;
    height: auto;
    width: auto;
    border-radius: 5px;
    font-size: 14px !important;
    margin-top: 30px;
}
.info-estado-pedido .card {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    height: 150px;
    width: 150px;
    cursor: pointer;
    margin: auto;
    margin-top: 40px;
}
.info-estado-pedido .card img {
    margin: auto;
    width: 40px;
    height: 40px;
}
.info-estado-pedido .card p {
    color: white;
    font-weight: 500;
}
.info-estado-pedido .card.verde {
    background-color: #2e7d32;
}
.info-estado-pedido .card.verde:hover {
    background-color: #1b5e20;
}
.info-estado-pedido .card.naranja {
    background-color: #e65100;
}
.info-estado-pedido .card.naranja:hover {
    background-color: #ef6c00;
}
.info-estado-pedido .card.amber {
    background-color: #ff8f00;
}
.info-estado-pedido .card.amber:hover {
    background-color: #ffb300;
}
.info-estado-pedido .card.violeta {
    background-color: #311b92;
}
.info-estado-pedido .card.violeta:hover {
    background-color: #512da8;
}
.info-estado-pedido .card.gris {
    background-color: #c0c0c0;
    cursor: default;
    border: none;
}

/*-------------------- INFO PANELS ---------------------- */
.info-panel .col {
    margin-top: 8px;
    margin-bottom: 8px;
}
.info-panel .letra-grande {
    font-size: 17px !important;
}
.info-panel .action-buttons .boton-action-tabla {
    display: inline-block;
    padding: 15px;
    height: auto;
    width: auto;
    border-radius: 5px;
    font-size: 14px !important;
    margin-top: 30px;
}
.info-panel .list-item-title {
    color: #5c5c5c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
    width: 100%;
}
.info-panel .list-item-subcategory-title {
    color: #2196f3;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 2px;
    border-bottom: 2px solid #2196f3;
    font-weight: 700;
    width: auto !important;
}

/*---------- SOLICITUD COTIZACIÓN ------------------------ */
.item-solicitud-detalle {
    /* margin-left: 15px !important; */
    
    margin-top: 15px !important;
    padding: 10px 15px !important;
}
.item-solicitud-detalle .title {
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 5px;
    text-transform: none;
}
#modalSeleccionarItems label.cantidad-total-cargados {
    font-style: italic;
    font-weight: 400 !important;
    color: #616161;
    margin-top: 2px;
    font-size: 14px;
}

/*---------- OFERTA A CLIENTE ------------------------ */
.columna-elegir-oferta {
    margin: 0px 5px !important;
    background-color: white;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
}
.columna-elegir-oferta:hover {
    background-color: #b3e5fc;
}
.related-data-corto {
    position: relative;
}
.related-data-corto .col {
    margin-top: 10px !important;
}
.related-data-corto label.contenido {
    color: black !important;
    font-weight: 400;
}
.related-data-corto .boton-copiar {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #1976d2;
    border-radius: 3px;
}
.related-data-corto .boton-copiar:hover {
    background-color: #59a3ec;
}
.related-data-corto .boton-copiar i {
    font-size: 18px;
    line-height: 34px;
    color: white;
}
.datos-itempedido,
.datos-solicitudcotizacionitem,
.datos-ofertaprovitem {
    margin-top: -20px;
}
.datos-costoitem {
    width: 100% !important;
}
.datos-costoitem .label {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: black !important;
    display: block !important;
}
.datos-costoitem .content {
    font-size: 16px !important;
    font-weight: 700 !important;
}
.datos-costoitem .col {
    margin-top: 10px !important;
}
.datos-costoitem .radio-group .col {
    margin-top: 0px !important;
}

/*----------- GENERALES -------------------------------- */
.possible-items-group.input-container {
    margin-top: 0px !important;
}
.possible-items-group-content .filter-no-results {
    font-style: italic;
    color: #d50000;
    display: none;
}
.possible-items-group-content .filter-cant-results {
    font-style: italic;
    display: none;
}
.possible-items-group .cantidad-de-elementos {
    font-style: italic;
    font-weight: 400 !important;
    color: #616161;
    margin-top: 2px;
    font-size: 14px;
}

/*.possible-items-group .list-element {
    padding-bottom: 60px !important;
}*/
.possible-items-group .list-element label {
    color: black !important;
}
.possible-items-group .list-element .field-title {
    font-weight: 400 !important;
}
.possible-items-group .list-element .boton-agregar {
    background-color: #2196f3;
    color: #fff;
    border: none !important;
    margin: 10px;
    margin-top: 20px;
    position: absolute;
    bottom: 5px;
    left: 15px;
}
.possible-items-group .list-element .boton-agregar-v2 {
    background-color: #2196f3;
    color: #fff;
    border: none !important;
    margin: 5px;
    /* margin-top: 20px; */
    
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 11px;
    padding: 2px 5px;
}
.possible-items-group .list-element .boton-agregar:hover,
.possible-items-group .list-element .boton-agregar-v2:hover {
    background-color: #1976d2;
    color: #fff;
}
.listado-items-cargados .added-item .field-title {
    font-weight: 400 !important;
}
.listado-items-cargados .added-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    border-bottom: 2px solid #424242;
    position: relative;
}
.listado-items-cargados .added-item .boton-agregar,
.listado-items-cargados .added-item .boton-agregar-v2 {
    display: none !important;
}
.listado-items-cargados .added-item .list-element .col {
    margin-top: 5px !important;
}
.listado-items-cargados .added-item .remove-item {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: red;
    cursor: pointer;
}
.titulo-section {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.section.small-section {
    margin: 0px 0px 15px 0px !important
}
#crearitempedido-inline-form .section {
    padding: 0px !important
}

/*
.section .col {
    margin-top: 0px;
}
*/
.input-container {
    margin-top: 15px !important;
}

/*.inlineABM .mt-10 {
    margin-top: 10px !important;
} */
.inlineABM .edit-buttons {
    margin: 10px 0px !important;
}
.inlineABM>.row {
    padding: 0px !important
}
.submit-button.ok,
.submit-button.cancel {
    padding: 5px 15px !important;
}
.link-barra.active {
    background-color: var(--color-secundary)
}
form input[type='date'] {
    cursor: pointer !important;
    font-size: 14px !important;
    width: 130px !important;
}
.uppercase {
    text-transform: uppercase
}
.list-element,
.row.list-element,
.list-element .col-data,
.row.list-element .col-data {
    padding: 0px
}
.list-element .boton-redondo {
    margin: 5px !important;
}

/* .container__insertoption{
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
    color: red;
} */
.container__insertoption p i {
    margin-right: 10px;
    font-size: 18px;
}
.container__insertoption p {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    padding: 5px;
    color: #0d47a1;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    background: #fff;
}
.container__insertoption {
    height: auto !important;
}
.seccion-agregar div {
    /* padding: 0px !important; */
    
    margin: 0px;
}
#detalle-antecedentes {
    display: none;
    margin-top: 15px;
}
.items-previos-relacionados .row,
.row-wauto,
.row-wauto .row {
    width: auto;
}
.list,
.section .col {
    margin-top: 5px !important;
}
.section .title {
    margin-bottom: 0px;
}
.section {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: calc(100% - 35px);
    height: 28px;
    /* margin: 0 auto; */
    
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-ellipsis-1 {
    display: block;
    display: -webkit-box;
    max-width: calc(100%);
    height: 25px;
    /* margin: 0 auto; */
    
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column-btn-grid {
    width: 95px;
}
.column-btn-grid a {
    margin-right: 5px;
}
div.required label.control-label:after {
    content: " *";
    color: red;
}
.column-btn-grid .btn {
    color: #fff !important;
}
.box.bg-light-pg {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    padding: 10px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.monto {
    white-space: nowrap;
    font-weight: bold;
}
.mt-5 {
    margin-top: 5px;
}
.select-editable a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    color: #fff !important;
}
.select2.select2-container {
    width: 100% !important;
}
.select2-container--krajee {
    display: block;
}
.blank-row {
    height: 0px !important
}
.table-responsive>.table-bordered {
    border: 1px solid #ddd !important;
}
.table-bordered>thead.kv-table-header>tr,
.table-bordered>thead.kv-table-header>tr>th,
.table-bordered>thead.kv-table-header>tr>td,
.kv-table-header>tr,
.kv-table-header>tr>th,
.kv-table-header>tr>td {
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}
.gritter-item-wrapper.gritter-error {
    background-color: #D15B47!important;
    border-color: #D15B47;
}
.gritter-item-wrapper.gritter-success {
    background: rgba(89, 131, 75, .92);
}
.select2-dropdown {
    z-index: 9999 !important
}
.fondo-warning {
    background-color: var(--warning);
}
.edit-text input {
    width: 100%;
}
.datos-costoitem form .radio-group .col {
    margin-top: 0px !important;
}
.datos-costoitem label {
    line-height: 27px;
}
.lateral-menu-items a,
#lateral-menu .nav li a {
    position: relative;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 15px;
}
#lateral-menu .nav li a:hover {
    color: #1976d2;
    background-color: #eeeeee;
}
#lateral-menu-items-2.opened a {
    color: #1976d2 !important;
}
#lateral-menu .nav li a>i {
    margin-right: 10px;
}
#lateral-menu .nav li.opened2 a {
    color: #1976d2;
    font-weight: 600;
}
#lateral-menu .nav li.opened2 {
    background-color: #eeeeee;
}
#modalDetalleAgregarItem.modal.fade.in {
    background: rgba(0, 0, 0, 0.6) !important
}
form .submit-button.btn-warning {
    color: #fff;
    background-color: var(--orange);
}
#editaritem-inline-costo-form .boton-cancel {
    display: none;
}
tr.highlight td {
    background-color: #c8e6c9;
}
tr.highlight-amarillo td {
    background-color: #ffecb3;
}
.cargando * {
    cursor: wait!important;
}
body.cargando:after {
    content: ' ';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
}
.select2-container--krajee-bs3 {
    display: block;
}
.select2-container--krajee-bs3 .select2-selection--single {
    height: 34px;
    line-height: 1.428571429;
    padding: 6px 24px 6px 12px;
}
.select2-container--krajee-bs3 .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}
.select2-container--krajee-bs3 .select2-selection--single,
.select2-container--krajee-bs3 .select2-selection--multiple {
    cursor: default;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    color: #555555;
    padding: 0;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    right: 25px;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear,
.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    top: 6px;
    font-size: 16px;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    height: 32px;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.btn-secondary,
.btn-secondary:hover {
    color: #fff !important
}
span.deleteicon input {
    padding-right: 20px !important;
    width: 100%
}
span.deleteicon span {
    position: absolute;
    display: block;
    top: 23px;
    right: 16px;
    width: 16px;
    font-size: 20px;
    height: 16px;
    cursor: pointer;
}
form input[type='checkbox'].ace-checkbox-2 {
    width: auto !important;
    cursor: pointer;
    height: auto !important;
    margin-top: 0px !important;
    position: relative;
}
.tableFixHead,
#itemsolicitudcotizacionpgGrid-container,
#itempedidopgGrid-container,
#itemofertaprovpgGrid-container {
    overflow-y: auto;
    /* max-height: 310px; */
    
    max-height: calc(100vh - 295px);
    border-bottom: 1px solid #ddd
}
.tableFixHead .table,
#itemsolicitudcotizacionpgGrid-container .table,
#itempedidopgGrid-container .table {
    margin-bottom: 0px;
    max-width: inherit;
}
#itemofertaprovpgGrid-container .table {
    margin-bottom: 0px;
    max-width: inherit;
    width: 1850px;
}
#itemofertaprovpgGrid-container tbody td:first-child,
#itemofertaprovpgGrid-container thead th:first-child,
#itemofertaprovpgGrid-container tfoot td:first-child {
    position: sticky !important;
    left: 0;
    z-index: 4;
    background-color: rgb(238, 238, 238) !important;
}

/* #itemofertaprovpgGrid-container .table-striped>tbody>tr:nth-of-type(odd) td {
    background-color: #f9f9f9;
}
#itemofertaprovpgGrid-container .table-striped>tbody>tr:nth-of-type(even) td {
    background-color: #fff;
} */
.tableFixHead thead th,
#itemsolicitudcotizacionpgGrid-container thead th,
#itempedidopgGrid-container thead th,
#itemofertaprovpgGrid-container thead th {
    position: sticky !important;
    top: 0;
    background: #d7d7d7 !important;
    z-index: 3;
}
#itempedidopgGrid-container tfoot td,
#itemsolicitudcotizacionpgGrid-container tfoot td,
#itemofertaprovpgGrid-container tfoot td,
.tableFixHead tfoot td {
    position: sticky !important;
    bottom: 0;
    background: #d7d7d7 !important;
    z-index: 3;
}

/*table.scroll {
    width: 100%;
    border-spacing: 0;
}
table.scroll tbody,
table.scroll thead {
    display: block;
}

table.scroll tbody {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
table.scroll tbody {
}
table.scroll tbody td,
table.scroll thead th {

}
table.scroll tbody td:last-child,
table.scroll thead th:last-child {
    border-right: none;
}*/
.nav-tabs .nav-item {
    margin-bottom: -2px !important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #576373 !important;
    border-color: #C5D0DC #C5D0DC transparent !important;
    border-top: 2px solid #4C8FBD !important;
    background-color: #FFF !important;
    z-index: 1 !important;
    line-height: 18px !important;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgb(0 0 0 / 15%);
}
.nav-tabs,
.nav-tabs>li:first-child>a {
    margin-left: 0;
}
.nav-tabs>li>a,
.nav-tabs>li>a:focus {
    border-radius: 0!important;
    border-color: #C5D0DC !important;
    background-color: #F9F9F9 !important;
    color: #999 !important;
    margin-right: -1px !important;
    line-height: 18px !important;
    position: relative;
}
.nav-tabs>li>a {
    padding: 7px 12px 8px !important;
}
.tab-content {
    border: 1px solid #C5D0DC;
    padding: 16px 12px;
    position: relative;
}
#guardarEditar {
    display: none
}
.boton-copiar:hover {
    cursor: pointer
}
.radio-inline,
.checkbox-inline {
    width: auto;
}
.checkbox-inline input[type='checkbox'] {
    height: auto !important;
}
.radio-inline input[type="radio"] {
    width: auto !important;
    height: 1em !important;
}
.error-summary {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px 10px;
}
.form-calculo .form-group {
    margin-bottom: 0px;
}
.form-calculo .radio-group {
    display: flex;
    justify-content: flex-end;
}
.form-calculo .radio-group label {
    width: auto !important;
    margin-right: 15px;
}
select[readonly].select2-hidden-accessible+.select2-container,
input[readonly] {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible+.select2-container .select2-selection,
input[readonly] {
    background: #eee;
    box-shadow: none;
}
select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}
select[readonly].select2-hidden-accessible+.select2-container .select2-container--krajee-bs3 .select2-selection--single {
    background: #eeeeee;
}
.help-block {
    margin: 0px !important
}
.modal-body .list-element,
.modal-body .row.list-element {
    display: revert;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: nowrap !important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    flex-direction: row;
}
#grid-proveedor hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
a.asc:before {
    content: "\f106 ";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    padding-right: 10px;
}
a.desc:before {
    content: "\f107 ";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    padding-right: 10px;
}
.tox-tinymce-aux {
    z-index: 150000 !important;
}
.contenedor-principal.con-menu-lateral {
    position: relative;
}
.btn-traduccion {
    color: red;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 2px;
    background: #fff;
    display: none;
}
.tableFixHead .table-striped>tbody>tr:nth-of-type(odd) td {
    background-color: #f9f9f9;
}
.tableFixHead .table-striped>tbody>tr:nth-of-type(even) td {
    background-color: #fff;
}
.input-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem !important;
    font-size: .975rem !important;
    line-height: 1.5 !important;
}
.input-sm input.edit-input {
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 2px 6px;
}
.select-sm .select2-container--krajee-bs3 .select2-selection--single {
    height: 22px !important;
    line-height: 1 !important;
    padding: 3px 23px 3px 10px !important;
}
.select-sm .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    right: 2.5rem;
    top: 0.4rem;
}
.select-sm .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: 21px;
}
.select-sm .select2-selection--multiple input {
    width: 100% !important;
    padding: 0px 10px !important;
    height: 21px !important;
}
.select-sm .select2-container--krajee-bs3 .select2-selection--multiple {
    min-height: 23px;
}
.select-sm .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    margin: 1px 0 0 6px;
}
.select-sm .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 15px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px;
    font-size: 12px;
}
.table input {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem !important;
    font-size: .975rem !important;
    line-height: 1.5 !important;
}
.table input {
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 2px 6px;
}
.table .select2-container--krajee-bs3 .select2-selection--single {
    height: 22px !important;
    line-height: 1 !important;
    padding: 3px 23px 3px 10px !important;
}
.table .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    right: 2.5rem;
    top: 0.4rem;
}
.table .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: 21px;
}
.table.select2-selection--multiple input {
    width: 100% !important;
    padding: 0px 10px !important;
    height: 21px !important;
}
.table .select2-container--krajee-bs3 .select2-selection--multiple {
    min-height: 23px;
}
.table .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    margin: 1px 0 0 6px;
}
.table .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 15px;
}
.panel-body {
    padding: 0px 15px !important
}
.fake-textarea {
    display: none;
}
.panel-heading {
    padding: 5px 15px !important;
}
.panel-title {
    font-size: 13px !important;
}