body{
    font-family: "Segoe UI";
    font-size: 15px; 
  }

input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}
input[type=number] {
    -moz-appearance:textfield;
    text-align: right;
    padding-right: 4px;
}
.cuerpo{
    width: 100%;
    margin: 0px;padding: 0px;
    height: calc(100vh - 114px);
    overflow-y: scroll;
    overflow-x: auto;
}
.cuerpo2{
    width: 100%;
    margin: 0px;padding: 0px;
    height: calc(100vh - 76px);
    overflow-y: scroll;
    overflow-x: auto;
    background-color: rgba(0,0,0,.03);
}
.cuerpo3{
    
    /* width: 50%; */
    margin: 0px;padding: 0px;
    height: calc(100vh - 114px);
    overflow-y: scroll;
    overflow-x: auto;
    background-color: rgba(0,0,0,.03);
}
element.style {
    max-width: 18rem;
}
.text-white {
    color: #fff !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.bg-primary {
    background-color: #007bff !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.card-header:first-child {
    border-radius: 0px;
}
th{
    background-color: #757575;
    color: #fff;
    position: sticky !important;
    top: 0 !important;
    border-top: none !important;
    font-size: 14px;
    font-weight: 600;
    z-index: 1040 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
td{
    font-size: 13px;
    font-weight: 600;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
        /* color: #444; */
}
tr{
    cursor: pointer;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FCFCFC;
}

.striped{
    background-color: #FCFCFC;
}
.striped:hover{
    background-color: #EAEAEA;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    
}
.table-striped2 > tbody > tr:nth-of-type(2n-1) {
    background-color: #FCFCFC;
} 
.table-striped2> tbody > tr:hover{
    background-color: #EAEAEA;
    color: #333;
    font-size: 12px;
    font-weight: 600;
/*     box-shadow: inset 1px 0 0 #dadce0,
                inset -1px 0 0 #dadce0,
                0 1px 2px 0 rgba(60,64,67,.3),
                0 1px 3px 1px rgba(60,64,67,.15);
    z-index: 1; */
}
.seleccion{
    background-color: #EFBFB6 !important;
    color: #BA2A1D !important;
    font-weight: 800 !important;
}
#flotante{
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    float: left !important;
    font-size: 13px !important;
    text-align: left !important;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.submenu{
	text-align: left;
	color: #555;
	text-decoration:none;
	font-size: 14px;
	white-space: nowrap;
	font-weight: 400;
	outline: none;
    vertical-align: baseline;
		
}
.submenu:hover{
	color:#333 ;
	/* background-color: #E7E7E7 !important; */
	text-decoration:none;
	outline: none;
}
.submenu:focus, active{
	color: #BA2A1D !important;
  background-color: #EFBFB6 !important;
	text-decoration:none;
	font-weight: 400;
	outline: none !important;
}
.boton{
  height: 40px
  ;background:none
  ;border: 1px solid #fff
  ;border-bottom: 0px;
  ;border-top: 0px;
  ;color: #fff;
}
.boton:hover{
  height: 40px
  ;background: #fff;
  ;border: 1px solid #fff
  ;color: #E62C30;
}
.modal-content {
    border-radius: 0px;
    border: 0px;
    z-index: 1080;
}
.modal-backdrop.show {
  opacity: 0.8 !important;
}
.modal-header{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 0px;
}
.modal-header .close {
    padding: 0px;
    margin: 0px;
    color: #fff;
}
/* .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
} */
.btn{
    border-radius: 0px;
}
.modal-footer{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f8f8f8;
}
.form-control {

    border-radius: 0px;

}
.col-form-label{
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}
.custom-select {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}
.form-check-label {
    margin-bottom: 0;
 
    font-size: .875rem;
    line-height: 1.5;
}
.fondo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1080;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
    border-radius: 0px;width: 100%; 
	height: 144px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    margin: auto;       
    z-index: 1060;
}
.input-tabla{
    padding: 0px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding-left: 6px;
    text-align: left;
}
.boton-tabla{
    padding: 0px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.boton-tabla-grupo{
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.barra-tabla{
    border-left: 4px solid #D24726;
    height: 30px;
}
.barra-tabla2{
    padding: 0px !important;
    padding-left: 1px !important;
}
.flecha   {
    position: absolute;
    top: 87px;
    left: 24px;
    border: solid #e5e5e5;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    z-index: 1060;
    background: #fff;
}
 .menu {
    
    text-align: left;
    color: #555;
    flex: 1 1 auto;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    outline: none;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    border-radius: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.barra{
    
    border-left: 4px solid #D24726 !important;
   
}
.menu:focus{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.subcat{
	text-align: left;
	color: #555;
	text-decoration:none;
	font-size: 14px;
	white-space: nowrap;
	font-weight: 400;
	outline: none;
    vertical-align: baseline;
		
}
.subcat:hover{
	color:#333 ;
	/* background-color: #E7E7E7 !important; */
	text-decoration:none;
    outline: none;
    font-weight: 600;
}
.catizquierda{
  
    width: 100%;
    margin: 0px;padding: 0px;
    height: calc(100vh - 170px);
    overflow-y: auto;
   
  
  }