body{overflow-x: hidden;}
h2{ font-size:24px;}
#filtrar {     padding: 5px 20px; z-index:1000;}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

a{ text-decoration:none; }
.dataTables_wrapper {background: #fff;   padding: 0px 0px;}
.readonly{ background:#f2f2f2;}
select {    padding-bottom: 5px !important;
    font-size: 16px;
    padding-top: 5px !important;
}
.modal-body{ font-size:16px;}
.btn-sm{ 
    padding: 0px 5px;
}
.readcampo{ border:0px solid #ccc; border-radius:0px;  border-bottom:1px solid #999;  }

body{ padding-top:0px !important; }
.fa-circle-o-notch {margin-left:20px; font-size:26px !important;}

.p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.15s;
	z-index:1000;
}
.pi-spin {
    animation: fa-spin 2s infinite linear;
}
.select2-container{ max-width:180px; font-size:12px;}
.btn-peque{padding: 5px 5px; font-size:12px;}
#tabRegistros input:read-only {
    background: #e9ecef;border: 1px solid #ccc;
}  
#tabRegistros th{ font-size:14px; text-align:center; }
.rowerror{ border:1px solid red;}
.filtro{ background:#f2f2f2; border-radius:10px; border:1px solid #ccc;}
.form-sel {
    min-width: 200px;
    font-size: 14px;
    padding: 5px;
    margin: 5px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
	font-weight: normal; 
} 
.badge-info {    color: #fff;    background-color: #17a2b8;	font-size:12px;}
.badge-success {    color: #fff;    background-color: #28a745;	font-size:12px;}
.badge-warning {    color: #fff;    background-color: #ffc107;	font-size:12px;}

.badge{ font-size:12px; font-weight:normal;}

#inicio th{  background-color:#13322b;  color:#fff; border-color: #13322b;}

#inicio  .sorting { }


.btn-circ {
    color: #13322b;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #13322b;
    background-color: #ffffff;
    justify-content: center;
    text-align: center;
    padding: 5px;
	font-size:13px;
	
}
.btn-circ:hover {
    transition: 0.2s;
    background-color: #13322b;
    color: #ffffff;
}
.p-2 {
    padding: 0.5rem!important;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.p-datatable-loading-overlay img{ padding-top:20%; max-width:250px;}

.fa{ width:13px; height:13px; }
#inicio td{ border-left:0px ; border-right:0px; padding-top:8px; padding-bottom:8px; }
.marca { color:#fff; background:#13322b;}
.marca td{ color:#fff; background:#13322b; font-size:14px !important;}
.marca th{ color:#fff; background:#13322b;}

.marcar { color:#fff; background:#9f2241;}
.marcar td{ color:#fff; background:#9f2241; font-size:14px !important;}
.marcar th{ color:#fff; background:#9f2241;}
 
.btnsm{ padding: 5px 20px;  }