/* Minification failed. Returning unminified contents.
(52,14): run-time error CSS1030: Expected identifier, found '.'
(52,25): run-time error CSS1031: Expected selector, found ')'
(52,25): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.clipboard {
    cursor: pointer;
}

.clipboard-container .clipboard {
    visibility: hidden;
}
.clipboard-container:hover .clipboard {
    visibility:visible

}

a.navbar-brand.logo {
    background-color: white;
}

.navbar-brand.logo img {
    height: 30px;
}

/* Dejar respirar al BreadCrumb (que es obligatorio) */

#page-wrapper {
    padding-top: 10px !important;
}

/* Hacer que el Dropdown sea hover por defecto */

@media (min-width: 768px) {
    ul.nav li.dropdown.onhover:hover > ul.dropdown-menu {
        display: block;
    }
}

/* Reservar siempre el hueco de la barra de scroll vertical. Cuando aparece de golpe
   estrecha el viewport y desplaza a la izquierda todo lo alineado a la derecha; si el
   puntero estaba sobre un elemento que se abre por :hover, deja de estarlo y el
   elemento se cierra, con lo que la barra desaparece y vuelve a empezar. Reservando el
   hueco no hay salto y el bucle no puede darse, venga de donde venga. */

html {
    scrollbar-gutter: stable;
}

/* Excepcion con los modales. Bootstrap 3, al abrir un modal sobre una pagina con barra
   de scroll, mide su ancho y se lo anade al body como padding-right, porque acto seguido
   pone overflow:hidden y la barra desaparece. Con el hueco reservado la barra NO
   desaparece, asi que se acumulan los dos y el contenido salta 15px al abrir el modal.
   Soltando el hueco mientras el modal esta abierto, la compensacion de Bootstrap vuelve a
   ser exacta. Medido: con esto el salto al abrir el modal es 0 y el del menu sigue en 0. */

html:has(body.modal-open) {
    scrollbar-gutter: auto;
}

.navbar-default .navbar-nav > .active > a {
    border-bottom: solid #999 4px;
    padding-bottom: 11px;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors label {
    color: #428bca;
    cursor: pointer;
    display: inline;
    font-weight: normal;
}

.validation-summary-errors label:hover {
    color: #2a6496;
    text-decoration: underline;
}

.label.label-success a, .label.label-warning a, .label.label-danger a {
    color: inherit;
}

.form-control.valid {
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control.input-validation-error {
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-color: #a94442;
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.field-validation-error {
    color: #a94442;
}

.nav-tabs {
    margin-bottom: 15px;
}

tr.strong > td {
    font-weight: bold;
}

#panel-list-container .panel-footer, .sale-summary .panel-footer {
    line-height: 34px;
}

.reports-summary .big {
    font-size: 1.6em;
}

textarea.formatlanguage {
    background-color: #f6f4f6;
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    height: 250px;
    padding: 5px;
    width: 100%;
}

#page-wrapper.fullsize {
    margin-left: 50px;
}

#page-wrapper.extreme-fullsize {
    margin-left: 0;
    padding-left: 15px;
}

.sidebar ul li a.active {
    font-weight: bold;
    border-right: 4px solid #999;
}

#side-menu-collapser {
    bottom: 10px;
    cursor: pointer;
    left: 10px;
    position: fixed;
    z-index: 1000;
}

#side-menu-collapser i {
    color: #aaa;
}

button[data-toggle="collapse"].collapsed .fa-compress {
    display: none;
}

button[data-toggle="collapse"]:not(.collapsed) .fa-expand {
    display: none;
}

table.table .highlight-row {
    background-color: #f9f9f9;
    font-weight: bold;
}

table.table .unhighlight-row {
    background-color: #fff;
    font-weight: normal;
}

table.table .indent-col {
    padding-left: 30px;
}

.panel .panel-heading a {
    color: #337ab7;

}

#webhooks-table tr th:first-child {
    width: 80% !important;
}

#webhooks-table tr th:not(:first-child), #webhooks-table tr td:not(:first-child) {
    text-align: center !important;
}

.documentation-panel {
    border: 1px solid #CCC;
    padding: 10px;
    margin-top: 10px;

}

#api-legend {
    position: absolute;
    right: 20px;
    margin-top: 10px;
}

#api-legend .legend-item {
    margin: 5px;
    padding: 5px;
    font-weight: bold;
}

.visibility-input {
    height: 20px;
    width: 20px;
}

#info-icon-barcodes {
    cursor: pointer;
    font-size: 14px;
}

.access-code-checker-error i {
    padding: 6px 12px;
    vertical-align: middle;
}

.form-oce {
    margin-bottom: 15px;
}

.panel-primary .cancellation-conditions-provider a {
    color: #FFF !important
}

.economic-movement-with-related {
    color: #337ab7;
}

.economic-movement-with-related:hover {
    text-decoration: underline;
    cursor: pointer;
}

.sidebar .sidebar-nav #side-menu .badge {
    white-space: normal;
}

.modal-dialog.modal-xl {
    width: 95%;
}

.modal-dialog.modal-l {
    width: 60%;
}

.nav-pills.nav-pills-sm {
    margin-bottom: 11px;
}

.nav-pills.nav-pills-sm > li a {
    border: 1px solid #CBE3F6;
    border-radius: 4px;
    margin-right: 5px;
}

.nav-pills.nav-pills-sm > li.active > a, .nav-pills.nav-pills-sm > li.active > a:hover, .nav-pills.nav-pills-sm > li.active > a:focus {
    color: #111;
    border: 1px solid #999;
    background-color: #eee;
    font-weight: 500;
}

.nav.nav-pills-sm > li > a {
    padding: 4px 15px;
}

#saleCancellationDetailsMenu button {
    padding: 10px 15px;
}

#saleCancellationModal table {
    margin-bottom: 0;
}

#saleCancellationModal table label {
    margin-left: 10px;
}


/***** styling   ******/

.reports-summary {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 20px;
}

.positive {
    background-color: #c5f5bf !important;
    color: darkgreen;
    font-weight: normal;
    font-size: 13px;
}

.negative {
    background-color: #fcded7 !important;
    color: firebrick;
    font-weight: normal;
    font-size: 13px;
}

.panel-primary.panel-compare {
    border-color: #B6CEE4;
}

.panel-green.panel-compare {
    border-color: #B9D9B9;
}

.panel-compare .panel-body {
    padding: 0 7px 0 7px;
}

.panel-compare table {
    margin-bottom: 7px;
}

.panel-compare td, .panel-compare th {
    padding: 13px 8px !important;
}

.panel-compare .caption {
    text-align: left;
}

.panel-compare th {
    text-align: center;
}

.panel-compare td {
    text-align: right;
}

.panel-heading .to-upper {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.panel-compare .cmp2 {
    padding-right: 20px !important;
    color: #5D7D98;
    font-size: 15px;
}

.panel-compare th.cmp1, .panel-compare th.cmp2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.panel-compare.panel-primary .cmp2 {
    border-right: 1px solid #B6CEE4;
}

.panel-compare.panel-green .cmp2 {
    border-right: 1px solid #B9D9B9;
}

.panel-compare .cmp1 {
    background-color: rgba(235, 237, 239, 0.35);
    padding-right: 20px !important;
    font-size: 15px;
}

.panel-compare th.cmp1 {
    font-size: inherit;
}

.panel-compare .balance {
    text-align: center;
}

.table-striped > tbody > tr {
    background-color: #F6F7F7;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFF;
}

.panel-primary .caption {
    color: #337ab7;
    font-weight: bold;
}

.panel-primary .table > thead > tr > th {
    border-bottom: 1px solid #B6CEE4;
}

.panel-green .caption {
    color: #5cb85c;
    font-weight: bold;
}

.panel-green .table > thead > tr > th {
    border-bottom: 1px solid #B9D9B9;
}

.panel-compare.panel-green .cmp2 {
    color: #829e89;
}

.panel-compare.panel-primary th.cmp2 {
    color: #5D7D98;
    font-size: 14px;
}

.panel-compare.panel-green th.cmp2 {
    color: #829e89;
    font-size: 14px;
}

.panel-compare .panel-heading i {
    border-radius: 7px;
    padding: 6px 0 0 0;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 5px;
    background-color: #fff;
}

.panel-compare.panel-primary .panel-heading i {
    color: #337ab7;
}

.panel-compare.panel-green .panel-heading i {
    color: #5cb85c;
}

.panel-top {
    margin-top: 7px;
}

.panel-primary.panel-top {
    border-color: #B6CEE4;
}

.panel-top .panel-body {
    padding: 0 7px 0 7px;
}

.panel-top table {
    margin-bottom: 0;
}

.panel-top td, .panel-top th {
    padding: 13px 8px !important;
}

.panel-top th.col1, .panel-top th.col3 {
    text-align: center;
}

.panel-top th.col2 {
    text-align: left;
}

.panel-top th.col4, .panel-top th.col5 {
    text-align: right;
}

.panel-top td.col1, .panel-top td.col3 {
    text-align: center;
}

.panel-top td.col2 {
    text-align: left;
}

.panel-top td.col4, .panel-top td.col5 {
    text-align: right;
}

.panel-top td.col1 span {
    background-color: #e3f8ff;
    color: #337ab7;
    border: 1px solid #B6CEE4;
    border-radius: 4px;
    height: 25px;
    width: 25px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.panel.panel-top {
    margin-bottom: 6px !important;
}


/*@media (max-width: 1200px) {

    .panel-compare th, .panel-top th {
        font-size: 13px;
    }
}*/

.enclosure-odd, .main-enclosure-odd {
    background-color: #f7fbff;
}

.blankline td {
    height: 3px;
    padding: 0 !important;
    background-color: #ddebf7;
    border-top: none !important;
    border-bottom: 1px solid #ddebf7 !important;
}

.label-rounded {
    border-radius: 30px;
}

.boldtablecell {
    font-weight: bold;
}

details > summary {

    list-style: none;
}

details ul {
    padding-inline-start: 25px;
}

summary::-webkit-details-marker {
    display: none
}

summary::after {
    content: ' ►';
}

details[open] summary:after {
    content: " ▼";
}


.panel-heading.collapsed.show-triangle {
    cursor: pointer;
}

.panel-heading.show-triangle {
    cursor: pointer;
}

.panel-heading.collapsed.show-triangle::after {
    content: ' ►';
}

.panel-heading.show-triangle::after {
    content: " ▼";
}

.right-separator {
    margin-right: 10px;
    border-right: 1px solid #bbbbbb;
}

.left-separator {
    margin-left: 10px;
    border-left: 1px solid #bbbbbb;
}

.w-100 {
    width: 100px !important;
}
.w-60 {
    width: 60px !important;
}

.mr-4{
    margin-right: 4px;
}

.pr-10{
    padding-right: 10px;
}

.barcodes-export-excel-row {
    margin-right: 0!important; 
    margin-left: 0!important; 
    margin-bottom: 4px;
}

.realtime-capacity-export {
    margin: 10px 0;
    text-align: left;
    padding-left: 10px;
}

.realtime-capacity-export .btn-block {
    display: inline-block;
    width: auto;
}

.realtime-capacity-export li {
    list-style: none;
}

.table tfoot th button.btn{
    margin-left: 10px;
}

.sale-badge {
    margin-right: 5px;
}

.badge.sale-badge.sale-badge-point-of-sale {
    background-color: #36A9D2; /* rgb(54,169,210) */
    color: #FFFFFF;
}

.badge.sale-badge.sale-badge-admin-partner-user {
    background-color: #6631D7; /* rgb(102,49,215) */
    color: #FFFFFF;
}

.bg-danger-strong {
    background-color: #ebcccc !important; /* rojo más intenso */
}

.question-answer-report-table .question-answer-sale-context-duplicate {
    border-top-color: transparent;
}

.question-answer-report-table .question-answer-sale-context-duplicate .question-answer-sale-context-value {
    visibility: hidden;
}

.iframe-container {
    width: 100%;
    border: none;
}

/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}


.navbar-top-links {
    margin-right: 0;
}


.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

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 {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-blue .panel-heading {
    border-color: #347ab6;
    color: #fff;
    background-color: #347ab6;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.input-group .twitter-typeahead:first-child .tt-input.searchallmodel:focus {
    width: 380px
}

.tt-menu .tt-suggestion.searchallmodel-item  {
    border-bottom: 1px dotted #999999;
    padding: 10px;
}
.tt-menu .searchallmodel-empty  {
    padding: 10px;
    text-align: center;
}

.navbar-top-links li .searchallmodel-item a {
    padding: 0;
}

