* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFF;
}

#header {
    background: black;
    padding: 10px;
}

#header ul li {
    list-style: none;
    display: inline;
    padding: 10px;
}

#header ul li a {
    color: white;
    text-decoration: none;
    padding: 10px;
}

#footer {
    background-color: #000;
    color: #fff;
}

#main {
    padding: 20px 0;
    width: 50%;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.error {
    color: #f00;
}

.mainForm {
    background: #f9f9f9;
    border-radius: 7px;
    width: 100%;
}

.card-body .titleHeadTable {
    margin-bottom: 20px;
    border-bottom: 2px solid #42a3b8;
    padding: 10px;
    font-weight: bold;
}

.field_Monto_Cobertura,
.field_Deducible {
    background-color: #cacaca;
    padding: 20px;
    margin: 8px;
    border-radius: 20px;
    border: 1px solid #42a3b8;
}
.btn-asteroid{
    color: #000;
    background-color: #bbf100;
    border-color: #939688;
    box-shadow: none;
}
.card-asteroid.card-outline {
    border-top: 3px solid #bbf100;
}
.backgroundLogin{
    background-image: url(../img/login_back.jpg);
}
.backgroundAsteroid{
    background-color: #bbf100;
}
.mainAsteroid{

    background-size: cover;
    width: 102%;
    min-height: 900px;
    margin-top: -40px;
    margin-left: -19px;
}
.headerLogo{
    height: 57px;
}
.brand-link .brand-image{
    width: none;
}
.headerLogo img{
    width:"80%";
}

 [class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: #00cb0e;
    color: #fff; 
}

.rowLanguage{
    border-bottom: 1px solid #37a745;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rowLanguage textarea{
    
    min-height: 70px;
    overflow-y: auto;
    word-wrap: break-word;
    font-size: 12px;
}
.layout-footer-fixed .wrapper .main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
}
#saveBtn, .btnCheck, #savePaymentOrder {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
@media screen and (max-width: 500px){
    .aprobacion{
        width: 32px!important;
    }
}
.autocomplete{  
    z-index: 99999999;
    top: 7.9em; 
    left: 0.7em;
    width: 210px;
    display: flex;
    flex-direction: column;
    border-radius: 0.25rem;
}
.autocomplete > li{
    border: 1px solid #ced4da;
    border-top: 0px;
}
.show-grid :hover{
   color: rgba(103, 200, 230, 0.815);
}

.jsgrid-insert-row>.jsgrid-cell {
    background: #fff !important;
}
.jsgrid-cell>input, .jsgrid-cell>select{
    margin: 0;
}
td>input{
    margin:0;
    padding: 0;
}
.content-wrapper {
    background-color: #fff !important;
}
.ui-autocomplete-loading { 
    background:url(../images/spinner-nectica.gif) no-repeat right center;
    background-size: 20px;
}
.jsgrid-load-panel {
  width: 5em !important;
  background: url(../images/spinner-nectica.gif) !important;
  background-size: contain !important;
}

.jsgrid-load-panel:before {
  border: 0 !important;
  -webkit-animation: 0 !important;
  animation: 0 !important;
}

.jsgrid-header-row>.jsgrid-header-cell {
    background-color: #00cb0e !important;
    color: white;
}
.jsgrid-edit-row>.jsgrid-cell, 
.jsgrid-filter-row>.jsgrid-cell, 
.jsgrid-grid-body, .jsgrid-grid-header, 
.jsgrid-header-row>.jsgrid-header-cell, 
.jsgrid-insert-row>.jsgrid-cell {
    border: none !important;
}
.display-codigo{
    display: none;
}
.jsgrid-row, .jsgrid-alt-row {
    cursor: pointer;
}

#rubros-table tr[data-padre] td {
  padding-left: 10px
}

.ocultar{
  display: none;
}
.mostrar-celda{
    display: table-cell!important;
}
.hide{
    visibility: hidden;
}

.disabled-nav-links {
    position: relative;

}
.disabled-nav-links::after {

    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255 , 0.5);
    top: 0;
}

.table-responsive {
    overflow: auto; max-height: 600px;
}

.table-responsive thead  {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-responsive table {
     border-collapse: collapse; width: 100%; 

}

.btn-select-rubro-modal{
    background: none;
    border: none;
}

.spinner p{
    font-size: 1.7em;
    font-weight: bold;
}

.spinner{
    display: none;
}
.spinner-in-grid{
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin-top: -3rem;
    margin-left: -3rem;
    display: none;
}

.article-title-loader {
    color: white;;
}
.article-container-loader{
    border: none;
}

.btn-arrow-modal-rubro {
    background: none;
    border: none;
}

.btn-arrow-modal-rubro img {
    width: 20px;
}

#rubros-table td button {
    font-size: 1.2em;
}

.cont-rub-table {
    max-height: 200px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: whitesmoke;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5c5c94;
  border-radius: 10px;

}

.toast-alert-error {
    background: #dc3545;
    padding: 0.6em;
    border-radius: 5px;
    color: white;
    font-size: 1.2em;
}

.toast-alert-success {
    background: #00cb0e;
    padding: 0.6em;
    border-radius: 5px;
    color: white;
    font-size: 1.2em;
}
/* all disabled inputs in grid*/
.inpt-disabled>input{
    background: #f5f5f582!important;
    opacity: 0.8;
}  

.selected>td{
    background: #c4e2ff!important;
    border-color: #c4e2ff!important;
}
.swal2-title {
    line-height: 30px;
}
.list-group{
    max-height: 30rem;
    overflow: auto;    
}    
.select2-container--disabled {
    width: 100%;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    height: 100px;
    max-height: 100px;
    width: 100%;
    overflow-y: scroll;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 100px;
    max-height: 100px;
    width: 100%;
    overflow-y: scroll;
}

.form-check-input {
    margin-left: -3em !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5c5c94 !important;
    border-color: #5c5c94 !important;
}

::-webkit-scrollbar {
    width: 5px;
}
.ui-autocomplete { 
    max-height: 12.5rem; 
    max-width: 20rem; 
    overflow-y: scroll; 
    overflow-x: hidden;

}
.btn-modal-oc{
    padding:0;
    margin-bottom: 0px; 
    border: none; 
    margin-right: 5px; 
    background: none; 
}

.indicator{
    cursor: pointer;
    margin-left: 0.40rem;
    margin-right: 0.40rem;
    padding-left: 0.20rem;
    padding-right: 0.20rem;
}
.indicator:hover{
    color: #37a745;
}
.border-invalid{
    border-color:#dc3545!important;
}
.border-valid{
    border-color:#28a745!important;
}
.bloque{
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    min-width: 0;
/*     word-wrap: break-word;
 */    margin: 0.05rem;
    margin-bottom: 1rem;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
td.comprobante:hover{
    color: #5c5c94;
    font-weight: 700;
}
#planilla-grid{
    overflow: visible;
}
.box-composicion{
    position: absolute; 
    background: white;
    left: 50%;
}
.table-composicion{
    width: 55vw;
    color: #212529;
    background-color: transparent;
}
.border-composicion{
    border: 1px solid #f3f3f3;
}
.bg-composicion{
    background-color: #00cb0e !important;
    color: white;
}
.row-composicion:hover{
    background-color: #5c5c94;
    color: white;
    cursor: pointer;
}


.cursor-pointer{
    cursor: pointer;
}


    :root {
        --switch-width: 50px;
        --switch-height: 30px;
        --circle-size: 22px;
        --circle-padding: 3px;
        --circle-bg: #fff;
        --circle-on-bg: #fff;
        --switch-bg: #c9c9c9;
        --switch-on-bg: #4cd864;
    }

    .switch-title {
        width: 30px !important;
        height: 15px !important;
    }

    .switch-title::before {
        width: 12px !important;
        height: 12px !important;
        /* left: 2px !important; */
    }

    .switch-input:checked+.switch-title::before {
        left: calc((30px - 12px) - 3px) !important;
    }

    .switch {
        width: var(--switch-width);
        height: var(--switch-height);
        border-radius: 100px;
        cursor: pointer;
        background: var(--switch-bg);
        display: flex;
        position: relative;
        align-items: center;
        transition: all 0.5s;
    }

    .switch::before {
        content: "";
        display: block;
        background: var(--circle-bg);
        width: var(--circle-size);
        height: var(--circle-size);
        border-radius: 50%;
        position: absolute;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        left: var(--circle-padding);
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .switch-input {
        display: none;
    }

    .switch-input:checked+.switch {
        background: var(--switch-on-bg);
    }

    .switch-input:checked+.switch::before {
        background: var(--circle-on-bg);
        left: calc((var(--switch-width) - var(--circle-size)) - var(--circle-padding));
    }


