/* custom.css   */ 
 
 .custom-control-input:focus~.custom-control-label::before {
  border-color: #00968e !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 142, 0.25) !important;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #00968e !important;
  background-color: #00968e !important;
}

.custom-control-input:active~.custom-control-label::before {
  background-color: #00968e !important;
  border-color: #00968e !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #00968e !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
  background-color: #00968e !important;
  border-color: #00968e !important;
}
 
.badge-outline-info {
	padding: .1rem .15rem;
	margin-left: .15rem;
	margin-right: .2rem;
	font-weight: 300;
	vertical-align: super;
    color: #3da5f4;
    border: 1px solid #3da5f4;
}

.navig-canto:hover {
  font-weight: 800;
  color: #007bff !important;
  cursor: pointer;
}

table {
    width:90% !important;
}

/* #sortable0 { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable0 li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; }
#sortable0 li span { position: absolute; margin-left: -1.3em; } */

.ui-icon.inline { display:inline-block; }​

.ui-state-disabled-opacity-1 {
	opacity: 1 !important;
}

.ui-state-disabled-opacity-06 {
	opacity: 0.6 !important;
}

.ui-selectable .ui-selecting { background: #4abd8c; }
.ui-selectable .ui-selected { background: #DEE2E6; color: #4abd8c !important; }
.ui-selectable { list-style-type: none; margin: 0; padding: 0; }
 
.selCanti {
	border:6px solid #f8f9fa;
	border-collapse:collapse;
	padding:0px;
}


/*  


.nav-link, .nav-link.active, .nav-item.show {
	border-top-color:  #fab37f !important;
	border-right-color:  #fab37f !important;
	border-left-color:  #fab37f !important;
}
 */
 
.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .25rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.btn-outline-secondary.disabled {
    opacity: 1;
    border-color: #ced4da;
}

.btn-outline-danger {
	color: #495057; 
    background-color: #fff;
    border-color: #ced4da;
}

.btn-outline-danger:hover {
	color: #495057; 
    background-color: #fff;
    border-color: #ced4da;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	opacity: 0.6 !important;
    color: #495057 !important;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #495057; 
    background-color: #fff;
    border-color: #ced4da;
}

.btn-outline-danger:focus:not(:focus-visible) {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(20,123,255,.25);
}

div.halfOpacity {
    opacity: 0.8 !important;
}

/* ------- customize colors -------- */   

/* https://lingtalfi.com/bootstrap4-color-generator 
   https://colordesigner.io/gradient-generator/?mode=lch#fafa6e-2A4858
   https://colordesigner.io/#004056-2C858D-74CEB7-C9FFD5-FFFFCB
   https://colordesigner.io/#fab37f-f1924e-4abd8c-00968e-106e7c
   lida3 #4abd8c
   lida4 #00968e
   lida5 #106e7c
   lida8 #fab37f
   lida9 #f1924e
   
  gifsicle --change-color 204,232,159 250,179,127 ajax-loader.gif > 1.gif
  gifsicle --change-color 224,128,192 241,146,78 1.gif > 2.gif
  gifsicle --change-color 127,127,127 0,150,142 2.gif > 3.gif
  gifsicle --change-color 127,204,255 16,110,124 3.gif > 4.gif
  gifsicle --change-color 224,255,128 74,189,140 4.gif > lida-loader.gif
   
*/


/*------------------------------------
- COLOR lida3 #4abd8c
------------------------------------*/
.alert-lida3 {
    color: #25674b;
    background-color: #dff3ea;
    border-color: #d0eee1;
}

.alert-lida3 hr {
    border-top-color: #bde7d5;
}

.alert-lida3 .alert-link {
    color: #17412f;
}

.badge-lida3 {
    color: #212529;
    background-color: #4abd8c;
}

.badge-lida3[href]:hover, .badge-lida3[href]:focus {
    color: #212529;
    background-color: #389b71;
}

.bg-lida3 {
    background-color: #4abd8c !important;
}

a.bg-lida3:hover, a.bg-lida3:focus,
button.bg-lida3:hover,
button.bg-lida3:focus {
    background-color: #389b71 !important;
}

.border-lida3 {
    border-color: #4abd8c !important;
}

.btn-lida3 {
    color: #212529;
    background-color: #4abd8c;
    border-color: #4abd8c;
}

.btn-lida3:hover {
    color: #212529;
    background-color: #3ca679;
    border-color: #389b71;
}

.btn-lida3:focus, .btn-lida3.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 189, 140, 0.5);
}

.btn-lida3.disabled, .btn-lida3:disabled {
    color: #212529;
    background-color: #4abd8c;
    border-color: #4abd8c;
}

.btn-lida3:not(:disabled):not(.disabled):active, .btn-lida3:not(:disabled):not(.disabled).active, .show > .btn-lida3.dropdown-toggle {
    color: #212529;
    background-color: #389b71;
    border-color: #349069;
}

.btn-lida3:not(:disabled):not(.disabled):active:focus, .btn-lida3:not(:disabled):not(.disabled).active:focus, .show > .btn-lida3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 189, 140, 0.5);
}

.btn-outline-lida3 {
    color: #4abd8c;
    background-color: transparent;
    border-color: #4abd8c;
}

.btn-outline-lida3:hover {
    color: #212529;
    background-color: #4abd8c;
    border-color: #4abd8c;
}

.btn-outline-lida3:focus, .btn-outline-lida3.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 189, 140, 0.5);
}

.btn-outline-lida3.disabled, .btn-outline-lida3:disabled {
    color: #4abd8c;
    background-color: transparent;
}

.btn-outline-lida3:not(:disabled):not(.disabled):active, .btn-outline-lida3:not(:disabled):not(.disabled).active, .show > .btn-outline-lida3.dropdown-toggle {
    color: #212529;
    background-color: #4abd8c;
    border-color: #4abd8c;
}

.btn-outline-lida3:not(:disabled):not(.disabled):active:focus, .btn-outline-lida3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lida3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 189, 140, 0.5);
}

.list-group-item-lida3 {
    color: #25674b;
    background-color: #d0eee1;
}

.list-group-item-lida3.list-group-item-action:hover, .list-group-item-lida3.list-group-item-action:focus {
    color: #25674b;
    background-color: #bde7d5;
}

.list-group-item-lida3.list-group-item-action.active {
    color: #212529;
    background-color: #25674b;
    border-color: #25674b;
}

.table-lida3,
.table-lida3 > th,
.table-lida3 > td {
    background-color: #d0eee1;
}

.table-hover .table-lida3:hover {
    background-color: #bde7d5;
}

.table-hover .table-lida3:hover > td,
.table-hover .table-lida3:hover > th {
    background-color: #bde7d5;
}

.text-lida3 {
    color: #4abd8c !important;
}

a.text-lida3:hover, a.text-lida3:focus {
    color: #389b71 !important;
}


/*------------------------------------
- COLOR lida4 #00968e
------------------------------------*/
.alert-lida4 {
    color: #001b1a;
    background-color: #62fff6;
    border-color: #4efff5;
}

.alert-lida4 hr {
    border-top-color: #35fff4;
}

.alert-lida4 .alert-link {
    color: #000000;
}

.badge-lida4 {
    color: #fff;
    background-color: #00968e;
}

.badge-lida4[href]:hover, .badge-lida4[href]:focus {
    color: #fff;
    background-color: #00625d;
}

.bg-lida4 {
    background-color: #00968e !important;
}

a.bg-lida4:hover, a.bg-lida4:focus,
button.bg-lida4:hover,
button.bg-lida4:focus {
    background-color: #00625d !important;
}

.border-lida4 {
    border-color: #00968e !important;
}

.btn-lida4 {
    color: #fff;
    background-color: #00968e;
    border-color: #00968e;
}

.btn-lida4:hover {
    color: #fff;
    background-color: #00726c;
    border-color: #00625d;
}

.btn-lida4:focus, .btn-lida4.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 142, 0.5);
}

.btn-lida4.disabled, .btn-lida4:disabled {
    color: #fff;
    background-color: #00968e;
    border-color: #00968e;
}

.btn-lida4:not(:disabled):not(.disabled):active, .btn-lida4:not(:disabled):not(.disabled).active, .show > .btn-lida4.dropdown-toggle {
    color: #fff;
    background-color: #00625d;
    border-color: #00534f;
}

.btn-lida4:not(:disabled):not(.disabled):active:focus, .btn-lida4:not(:disabled):not(.disabled).active:focus, .show > .btn-lida4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 142, 0.5);
}

.btn-outline-lida4 {
    color: #00968e;
    background-color: transparent;
    border-color: #00968e;
}

.btn-outline-lida4:hover {
    color: #fff;
    background-color: #00968e;
    border-color: #00968e;
}

.btn-outline-lida4:focus, .btn-outline-lida4.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 142, 0.5);
}

.btn-outline-lida4.disabled, .btn-outline-lida4:disabled {
    color: #00968e;
    background-color: transparent;
}

.btn-outline-lida4:not(:disabled):not(.disabled):active, .btn-outline-lida4:not(:disabled):not(.disabled).active, .show > .btn-outline-lida4.dropdown-toggle {
    color: #fff;
    background-color: #00968e;
    border-color: #00968e;
}

.btn-outline-lida4:not(:disabled):not(.disabled):active:focus, .btn-outline-lida4:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lida4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 142, 0.5);
}

.list-group-item-lida4 {
    color: #001b1a;
    background-color: #4efff5;
}

.list-group-item-lida4.list-group-item-action:hover, .list-group-item-lida4.list-group-item-action:focus {
    color: #001b1a;
    background-color: #35fff4;
}

.list-group-item-lida4.list-group-item-action.active {
    color: #fff;
    background-color: #001b1a;
    border-color: #001b1a;
}

.table-lida4,
.table-lida4 > th,
.table-lida4 > td {
    background-color: #4efff5;
}

.table-hover .table-lida4:hover {
    background-color: #35fff4;
}

.table-hover .table-lida4:hover > td,
.table-hover .table-lida4:hover > th {
    background-color: #35fff4;
}

.text-lida4 {
    color: #00968e !important;
}

a.text-lida4:hover, a.text-lida4:focus {
    color: #00625d !important;
}


/*------------------------------------
- COLOR lida5 #106e7c
------------------------------------*/
.alert-lida5 {
    color: #020d0f;
    background-color: #6bdbec;
    border-color: #59d7e9;
}

.alert-lida5 hr {
    border-top-color: #43d1e6;
}

.alert-lida5 .alert-link {
    color: #000000;
}

.badge-lida5 {
    color: #fff;
    background-color: #106e7c;
}

.badge-lida5[href]:hover, .badge-lida5[href]:focus {
    color: #fff;
    background-color: #0a454e;
}

.bg-lida5 {
    background-color: #106e7c !important;
}

a.bg-lida5:hover, a.bg-lida5:focus,
button.bg-lida5:hover,
button.bg-lida5:focus {
    background-color: #0a454e !important;
}

.border-lida5 {
    border-color: #106e7c !important;
}

.btn-lida5 {
    color: #fff;
    background-color: #106e7c;
    border-color: #106e7c;
}

.btn-lida5:hover {
    color: #fff;
    background-color: #0b515c;
    border-color: #0a454e;
}

.btn-lida5:focus, .btn-lida5.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 110, 124, 0.5);
}

.btn-lida5.disabled, .btn-lida5:disabled {
    color: #fff;
    background-color: #106e7c;
    border-color: #106e7c;
}

.btn-lida5:not(:disabled):not(.disabled):active, .btn-lida5:not(:disabled):not(.disabled).active, .show > .btn-lida5.dropdown-toggle {
    color: #fff;
    background-color: #0a454e;
    border-color: #083941;
}

.btn-lida5:not(:disabled):not(.disabled):active:focus, .btn-lida5:not(:disabled):not(.disabled).active:focus, .show > .btn-lida5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 110, 124, 0.5);
}

.btn-outline-lida5 {
    color: #106e7c;
    background-color: transparent;
    border-color: #106e7c;
}

.btn-outline-lida5:hover {
    color: #fff;
    background-color: #106e7c;
    border-color: #106e7c;
}

.btn-outline-lida5:focus, .btn-outline-lida5.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 110, 124, 0.5);
}

.btn-outline-lida5.disabled, .btn-outline-lida5:disabled {
    color: #106e7c;
    background-color: transparent;
}

.btn-outline-lida5:not(:disabled):not(.disabled):active, .btn-outline-lida5:not(:disabled):not(.disabled).active, .show > .btn-outline-lida5.dropdown-toggle {
    color: #fff;
    background-color: #106e7c;
    border-color: #106e7c;
}

.btn-outline-lida5:not(:disabled):not(.disabled):active:focus, .btn-outline-lida5:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lida5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 110, 124, 0.5);
}

.list-group-item-lida5 {
    color: #020d0f;
    background-color: #59d7e9;
}

.list-group-item-lida5.list-group-item-action:hover, .list-group-item-lida5.list-group-item-action:focus {
    color: #020d0f;
    background-color: #43d1e6;
}

.list-group-item-lida5.list-group-item-action.active {
    color: #fff;
    background-color: #020d0f;
    border-color: #020d0f;
}

.table-lida5,
.table-lida5 > th,
.table-lida5 > td {
    background-color: #59d7e9;
}

.table-hover .table-lida5:hover {
    background-color: #43d1e6;
}

.table-hover .table-lida5:hover > td,
.table-hover .table-lida5:hover > th {
    background-color: #43d1e6;
}

.text-lida5 {
    color: #106e7c !important;
}

a.text-lida5:hover, a.text-lida5:focus {
    color: #0a454e !important;
}


/*------------------------------------
- COLOR lida7
------------------------------------*/
.alert-lida7 {
    color: #000000;
    background-color: #52b9ca;
    border-color: #43b3c5;
}

.alert-lida7 hr {
    border-top-color: #38a5b7;
}

.alert-lida7 .alert-link {
    color: #000000;
}

.badge-lida7 {
    color: #fff;
    background-color: #13383e;
}

.badge-lida7[href]:hover, .badge-lida7[href]:focus {
    color: #fff;
    background-color: #071416;
}

.bg-lida7 {
    background-color: #13383e !important;
}

a.bg-lida7:hover, a.bg-lida7:focus,
button.bg-lida7:hover,
button.bg-lida7:focus {
    background-color: #071416 !important;
}

.border-lida7 {
    border-color: #13383e !important;
}

.btn-lida7 {
    color: #fff;
    background-color: #13383e;
    border-color: #13383e;
}

.btn-lida7:hover {
    color: #fff;
    background-color: #0a1f22;
    border-color: #071416;
}

.btn-lida7:focus, .btn-lida7.focus {
    box-shadow: 0 0 0 0.2rem rgba(19, 56, 62, 0.5);
}

.btn-lida7.disabled, .btn-lida7:disabled {
    color: #fff;
    background-color: #13383e;
    border-color: #13383e;
}

.btn-lida7:not(:disabled):not(.disabled):active, .btn-lida7:not(:disabled):not(.disabled).active, .show > .btn-lida7.dropdown-toggle {
    color: #fff;
    background-color: #071416;
    border-color: #030a0b;
}

.btn-lida7:not(:disabled):not(.disabled):active:focus, .btn-lida7:not(:disabled):not(.disabled).active:focus, .show > .btn-lida7.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(19, 56, 62, 0.5);
}

.btn-outline-lida7 {
    color: #13383e;
    background-color: transparent;
    border-color: #13383e;
}

.btn-outline-lida7:hover {
    color: #fff;
    background-color: 13383e;
    border-color: #13383e;
}

.btn-outline-lida7:focus, .btn-outline-lida7.focus {
    box-shadow: 0 0 0 0.2rem rgba(19, 56, 62, 0.5);
}

.btn-outline-lida7.disabled, .btn-outline-lida7:disabled {
    color: #13383e;
    background-color: transparent;
}

.btn-outline-lida7:not(:disabled):not(.disabled):active, .btn-outline-lida7:not(:disabled):not(.disabled).active, .show > .btn-outline-lida7.dropdown-toggle {
    color: #fff;
    background-color: 13383e;
    border-color: 13383e;
}

.btn-outline-lida7:not(:disabled):not(.disabled):active:focus, .btn-outline-lida7:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lida7.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(19, 56, 62, 0.5);
}

.list-group-item-lida7 {
    color: #000000;
    background-color: #43b3c5;
}

.list-group-item-lida7.list-group-item-action:hover, .list-group-item-lida7.list-group-item-action:focus {
    color: #000000;
    background-color: #38a5b7;
}

.list-group-item-lida7.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-lida7,
.table-lida7 > th,
.table-lida7 > td {
    background-color: #43b3c5;
}

.table-hover .table-lida7:hover {
    background-color: #38a5b7;
}

.table-hover .table-lida7:hover > td,
.table-hover .table-lida7:hover > th {
    background-color: #38a5b7;
}

.text-lida7 {
    color: #13383e !important;
}

a.text-lida7:hover, a.text-lida7:focus {
    color: #071416 !important;
}



/*------------------------------------
- COLOR lida8 #fab37f

#fef0e5 era #101127143
#fcd5b6 #f78836 era #10011b12f
------------------------------------*/
.alert-lida8 {
    color: #f56d09;
    background-color: #fef0e5;
    border-color: #fcd5b6;
}

.alert-lida8 hr {
    border-top-color: #ff10d117;
}

.alert-lida8 .alert-link {
    color: #c35707;
}

.badge-lida8 {
    color: #212529;
    background-color: #fab37f;
}

.badge-lida8[href]:hover, .badge-lida8[href]:focus {
    color: #212529;
    background-color: #f8954d;
}

.bg-lida8 {
    background-color: #fab37f !important;
}

a.bg-lida8:hover, a.bg-lida8:focus,
button.bg-lida8:hover,
button.bg-lida8:focus {
    background-color: #f8954d !important;
}

.border-lida8 {
    border-color: #fab37f !important;
}

.btn-lida8 {
    color: #212529;
    background-color: #fab37f;
    border-color: #fab37f;
}

.btn-lida8:hover {
    color: #212529;
    background-color: #f89e5c;
    border-color: #f8954d;
}

.btn-lida8:focus, .btn-lida8.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 179, 127, 0.5);
}

.btn-lida8.disabled, .btn-lida8:disabled {
    color: #212529;
    background-color: #fab37f;
    border-color: #fab37f;
}

.btn-lida8:not(:disabled):not(.disabled):active, .btn-lida8:not(:disabled):not(.disabled).active, .show > .btn-lida8.dropdown-toggle {
    color: #212529;
    background-color: #f8954d;
    border-color: #f78d3f;
}

.btn-lida8:not(:disabled):not(.disabled):active:focus, .btn-lida8:not(:disabled):not(.disabled).active:focus, .show > .btn-lida8.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 179, 127, 0.5);
}

.btn-outline-lida8 {
    color: #fab37f;
    background-color: transparent;
    border-color: #fab37f;
}

.btn-outline-lida8:hover {
    color: #212529;
    background-color: #fab37f;
    border-color: #fab37f;
}

.btn-outline-lida8:focus, .btn-outline-lida8.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 179, 127, 0.5);
}

.btn-outline-lida8.disabled, .btn-outline-lida8:disabled {
    color: #fab37f;
    background-color: transparent;
}

.btn-outline-lida8:not(:disabled):not(.disabled):active, .btn-outline-lida8:not(:disabled):not(.disabled).active, .show > .btn-outline-lida8.dropdown-toggle {
    color: #212529;
    background-color: #fab37f;
    border-color: #fab37f;
}

.btn-outline-lida8:not(:disabled):not(.disabled):active:focus, .btn-outline-lida8:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lida8.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 179, 127, 0.5);
}

.list-group-item-lida8 {
    color: #f56d09;
    background-color: #fcd5b6;
}

.list-group-item-lida8.list-group-item-action:hover, .list-group-item-lida8.list-group-item-action:focus {
    color: #f56d09;
    background-color: #ff10d117;
}

.list-group-item-lida8.list-group-item-action.active {
    color: #212529;
    background-color: #f56d09;
    border-color: #f56d09;
}

.table-lida8,
.table-lida8 > th,
.table-lida8 > td {
    background-color: #fcd5b6;
}

.table-hover .table-lida8:hover {
    background-color: #ff10d117;
}

.table-hover .table-lida8:hover > td,
.table-hover .table-lida8:hover > th {
    background-color: #ff10d117;
}

.text-lida8 {
    color: #fab37f !important;
}

a.text-lida8:hover, a.text-lida8:focus {
    color: #f8954d !important;
}


/*------------------------------------
- COLOR lida9 #f1924e
------------------------------------*/
.alert-lida9 {
    color: #b6540e;
    background-color: #ff10610b;
    border-color: #fefaf8;
}

.alert-lida9 hr {
    border-top-color: #fcece0;
}

.alert-lida9 .alert-link {
    color: #863e0a;
}

.badge-lida9 {
    color: #212529;
    background-color: #f1924e;
}

.badge-lida9[href]:hover, .badge-lida9[href]:focus {
    color: #212529;
    background-color: #ed741e;
}

.bg-lida9 {
    background-color: #f1924e !important;
}

a.bg-lida9:hover, a.bg-lida9:focus,
button.bg-lida9:hover,
button.bg-lida9:focus {
    background-color: #ed741e !important;
}

.border-lida9 {
    border-color: #f1924e !important;
}

.btn-lida9 {
    color: #212529;
    background-color: #f1924e;
    border-color: #f1924e;
}

.btn-lida9:hover {
    color: #212529;
    background-color: #ee7d2c;
    border-color: #ed741e;
}

.btn-lida9:focus, .btn-lida9.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 146, 78, 0.5);
}

.btn-lida9.disabled, .btn-lida9:disabled {
    color: #212529;
    background-color: #f1924e;
    border-color: #f1924e;
}

.btn-lida9:not(:disabled):not(.disabled):active, .btn-lida9:not(:disabled):not(.disabled).active, .show > .btn-lida9.dropdown-toggle {
    color: #212529;
    background-color: #ed741e;
    border-color: #ea6c12;
}

.btn-lida9:not(:disabled):not(.disabled):active:focus, .btn-lida9:not(:disabled):not(.disabled).active:focus, .show > .btn-lida9.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 146, 78, 0.5);
}

.btn-outline-lida9 {
    color: #f1924e;
    background-color: transparent;
    border-color: #f1924e;
}

.btn-outline-lida9:hover {
    color: #212529;
    background-color: #f1924e;
    border-color: #f1924e;
}

.btn-outline-lida9:focus, .btn-outline-lida9.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 146, 78, 0.5);
}

.btn-outline-lida9.disabled, .btn-outline-lida9:disabled {
    color: #f1924e;
    background-color: transparent;
}

.btn-outline-lida9:not(:disabled):not(.disabled):active, .btn-outline-lida9:not(:disabled):not(.disabled).active, .show > .btn-outline-lida9.dropdown-toggle {
    color: #212529;
    background-color: #f1924e;
    border-color: #f1924e;
}

.btn-outline-lida9:not(:disabled):not(.disabled):active:focus, .btn-outline-lida9:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lida9.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 146, 78, 0.5);
}

.list-group-item-lida9 {
    color: #b6540e;
    background-color: #fefaf8;
}

.list-group-item-lida9.list-group-item-action:hover, .list-group-item-lida9.list-group-item-action:focus {
    color: #b6540e;
    background-color: #fcece0;
}

.list-group-item-lida9.list-group-item-action.active {
    color: #212529;
    background-color: #b6540e;
    border-color: #b6540e;
}

.table-lida9,
.table-lida9 > th,
.table-lida9 > td {
    background-color: #fefaf8;
}

.table-hover .table-lida9:hover {
    background-color: #fcece0;
}

.table-hover .table-lida9:hover > td,
.table-hover .table-lida9:hover > th {
    background-color: #fcece0;
}

.text-lida9 {
    color: #f1924e !important;
}

a.text-lida9:hover, a.text-lida9:focus {
    color: #ed741e !important;
}



/*------------------------------------
- COLOR lidaBG1
------------------------------------*/
.alert-lidaBG1 {
    color: #71ffe1;
    background-color: #1b8ff125;
    border-color: #1a3ff121;
}

.alert-lidaBG1 hr {
    border-top-color: #18aff11c;
}

.alert-lidaBG1 .alert-link {
    color: #3effd6;
}

.badge-lidaBG1 {
    color: #212529;
    background-color: #ecfffb;
}

.badge-lidaBG1[href]:hover, .badge-lidaBG1[href]:focus {
    color: #212529;
    background-color: #b9fff0;
}

.bg-lidaBG1 {
    background-color: #ecfffb !important;
}

a.bg-lidaBG1:hover, a.bg-lidaBG1:focus,
button.bg-lidaBG1:hover,
button.bg-lidaBG1:focus {
    background-color: #b9fff0 !important;
}

.border-lidaBG1 {
    border-color: #ecfffb !important;
}

.btn-lidaBG1 {
    color: #212529;
    background-color: #ecfffb;
    border-color: #ecfffb;
}

.btn-lidaBG1:hover {
    color: #212529;
    background-color: #c8fff3;
    border-color: #b9fff0;
}

.btn-lidaBG1:focus, .btn-lidaBG1.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 255, 251, 0.5);
}

.btn-lidaBG1.disabled, .btn-lidaBG1:disabled {
    color: #212529;
    background-color: #ecfffb;
    border-color: #ecfffb;
}

.btn-lidaBG1:not(:disabled):not(.disabled):active, .btn-lidaBG1:not(:disabled):not(.disabled).active, .show > .btn-lidaBG1.dropdown-toggle {
    color: #212529;
    background-color: #b9fff0;
    border-color: #a9ffed;
}

.btn-lidaBG1:not(:disabled):not(.disabled):active:focus, .btn-lidaBG1:not(:disabled):not(.disabled).active:focus, .show > .btn-lidaBG1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 255, 251, 0.5);
}

.btn-outline-lidaBG1 {
    color: #ecfffb;
    background-color: transparent;
    border-color: #ecfffb;
}

.btn-outline-lidaBG1:hover {
    color: #212529;
    background-color: #ecfffb;
    border-color: #ecfffb;
}

.btn-outline-lidaBG1:focus, .btn-outline-lidaBG1.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 255, 251, 0.5);
}

.btn-outline-lidaBG1.disabled, .btn-outline-lidaBG1:disabled {
    color: #ecfffb;
    background-color: transparent;
}

.btn-outline-lidaBG1:not(:disabled):not(.disabled):active, .btn-outline-lidaBG1:not(:disabled):not(.disabled).active, .show > .btn-outline-lidaBG1.dropdown-toggle {
    color: #212529;
    background-color: #ecfffb;
    border-color: #ecfffb;
}

.btn-outline-lidaBG1:not(:disabled):not(.disabled):active:focus, .btn-outline-lidaBG1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lidaBG1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 255, 251, 0.5);
}

.list-group-item-lidaBG1 {
    color: #71ffe1;
    background-color: #1a3ff121;
}

.list-group-item-lidaBG1.list-group-item-action:hover, .list-group-item-lidaBG1.list-group-item-action:focus {
    color: #71ffe1;
    background-color: #18aff11c;
}

.list-group-item-lidaBG1.list-group-item-action.active {
    color: #212529;
    background-color: #71ffe1;
    border-color: #71ffe1;
}

.table-lidaBG1,
.table-lidaBG1 > th,
.table-lidaBG1 > td {
    background-color: #1a3ff121;
}

.table-hover .table-lidaBG1:hover {
    background-color: #18aff11c;
}

.table-hover .table-lidaBG1:hover > td,
.table-hover .table-lidaBG1:hover > th {
    background-color: #18aff11c;
}

.text-lidaBG1 {
    color: #ecfffb !important;
}

a.text-lidaBG1:hover, a.text-lidaBG1:focus {
    color: #b9fff0 !important;
}

/*------------------------------------
- Elements only
------------------------------------*/
.text-lida10 {
    color: #ccfb8c !important;
}

.text-lida11 {
    color: #fbf28c !important;
}


.bg-lida10 {
    background-color: #dbf2e8 !important;
}

.bg-lida10g {
    background-color: #b6daca !important;
}

.bg-lida11 {
    background-color: #fef0e5 !important;
}

/*------------------------------------
- spinner-indicator
------------------------------------*/

.modal-busy {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center-busy {
    z-index: 1000;
    margin: 300px auto;
    padding: 0px;
    width: 130px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center-busy img {
    height: 128px;
    width: 128px;
}