﻿/* ======== MAIN LAYOUT ======== */

body.modal-open {
    overflow: hidden;
}

.modal {
    overflow: auto !important;
}

.fixed-sn main, .hidden-sn main {
    padding-top: 1.5rem;
}

@-webkit-keyframes chartjs-render-animation {
    from { opacity: 0.99 }
    to {  opacity: 1 }
}

@keyframes chartjs-render-animation {
    from {  opacity: 0.99 }
    to { opacity: 1 }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}

.default-text {
    color: #1ba396 !important;
}

.hand{
    cursor: pointer;
}

.primary-text {
    color: #4285F4;
}

.danger-text {
    color: #ff3547;
}

.warning-text {
    color: #FF8800;
}

.success-text {
    color: #00C851;
}

.info-text {
    color: #33b5e5;
}

.default-text {
    color: #2BBBAD;
}

.secondary-text {
    color: #aa66cc;
}

.progress .indeterminate {
    background-color: #80cbc4 !important;
}

.scrollspy-example {
    padding: 0rem !important;
}

.scrollspy-default {
    height: 300px !important;
}

.scrollspy-default-lg {
    height: 500px !important;
}

/* ===========================*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 145, 123,.8);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.parent-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.child-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ui-widget-content {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.ui-keyboard {
    background-color: #000000 !important;
}

main {
    margin-left: 2% !important;
    margin-right: 2% !important;
}

.modal-dialog.modal-notify.modal-search .modal-header {
    background-color: #9933CC;
}

.modal-dialog.modal-notify.modal-default .modal-header {
    background-color: #37474F;
}

.pdf-object {
    width: 100%;
    height: 600px;
}

.ui-keyboard-button {
    height: 3em !important;
    min-width: 3em !important;
}


.div-horizontal-scroll {
    max-width: 100% !important;
    height: 70px !important;
    white-space: nowrap !important;
    position: relative !important;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
}

.div-horizontal-scroll-item {
    float: none !important;
    display: inline-block !important;
    zoom: 1 !important;
    margin: 0 1.00% !important;
}

.modal-full-width {
    width: 100% !important;
}

.text-boleta {
    color: #512da8 !important;
}

.text-factura {
    color: #880e4f !important
}

.text-editar {
    color: #ff7043 !important
}

.NotaCredito-Normal td {
    font-weight: bold !important;
    color: #1b5e20 !important;
    background-color: #e8f5e9 !important;
}

.NotaCredito-Anular td {
    font-weight: bold !important;
    color: #b71c1c !important;
    background-color: #ffebee !important;
}

.row-item-blue td {
    font-weight: bold !important;
    color: #006064 !important;
    background-color: #e0f7fa !important;
}

.radio-green [type="radio"]:checked + label:after {
    border-color: #00C851;
    background-color: #00C851;
}
/*Gap*/

.radio-green-gap [type="radio"].with-gap:checked + label:before {
    border-color: #00C851;
}

.radio-green-gap [type="radio"]:checked + label:after {
    border-color: #00C851;
    background-color: #00C851;
}


.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked + label:after {
    border-color: #2BBBAD !important;
    background-color: #2BBBAD !important;
}

.teclado-virtual{
    font-weight: bold !important;
    font-size: 15px !important;
}

.form-group-no-mb {
    margin-bottom: 0px !important;
}

.no-m{
    margin:0px !important;
}

/* TABLE HORIZONTAL */

.table-horizontal-scroll th, td {
    /*use this property to disbale soft wrap*/
    white-space: nowrap;
    /*To make extra certain,add this css property*/
    word-break: keep-all;
}

/* In the same line of .table-responsive */
.no-overflow {
    overflow: visible !important;
}



.bg-danger-full {
    font-weight: bold !important;
    color: #b71c1c !important;
    background-color: #ffebee !important;
}

.bg-success-full {
    font-weight: bold !important;
    color: #1b5e20 !important;
    background-color: #e8f5e9 !important;
}

.bg-disabled-full {
    font-weight: bold !important;
    color: #9e9e9e !important;
    background-color: #fafafa !important;
}

.table-header-sticky thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0 !important;
    z-index: 1;
    background-color: inherit;
}

.table-header-sticky th {
    position: -webkit-sticky;
    position: sticky;
    top: 0 !important;
    z-index: 1;
    background-color: inherit;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


.modal-body {
    padding: 0.75rem !important;
}

.card-body {
    padding: 0.75rem !important;
}

.th-min{
    min-width: 2% !important;
}

.input-dni{
    width: 100px !important;
}

.input-horario-dia {
    width: 100px !important;
}

.checkbox-custom {
    padding-left: 3px !important;
}

.checkbox-custom label {
    padding-left: 20px !important;
}

.table-th-center thead th {
    vertical-align: middle !important;
}

table.table-xs td,
table.table-xs th {
    padding-top: .3rem !important;
    padding-bottom: .05rem !important;
}

/* MODIFICACIONES CHOSEN SELECT */

.chosen-container {
    font-size: 0.9rem !important;
    /*border: 1px solid #00695c !important;*/
    border-radius: 5px !important;
    font-weight: bold !important;
    color: #00695c !important;
}

.chosen-container .chosen-results .active-result:hover {
    background-color: #00695c !important;
}

.chosen-container .chosen-results .highlighted {
    background-color: #00695c !important;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #00695c !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0, 105, 92, .6) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0, 105, 92, .6);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #00695c !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0, 105, 92, .6) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0, 105, 92, .6) !important;
}

.chosen-container-active .chosen-single {
    border: 1px solid #00695c !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0, 105, 92, .6) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0, 105, 92, .6) !important;
}


.input-btn-group input {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0.5rem !important;
}

.input-btn-group .input-group-append button {
    margin: 0px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-shadow: none !important;
}

.selected-item-td{
    background-color: palegreen;
    font-weight: bold;
}