 
body {
 

    color:     #142453 !important;
    font-family: "Open Sans" !important; 
    font-size: 13px; 
    font-style:normal;
     font-variant: normal;
 
       line-height: 15.4px; 
overflow: hidden;
}
.botoncancelarrojo{
  background-color: #FFB8B8;
  color: white;
  border: 0px;
  border-radius: 0;
  padding: 10px 50px;
  cursor: pointer;
  font-weight: bold;
  height: 42px;
}
.botonnuevo{
    background-color: #142453;
    color: white;
    border: 0px;
    border-radius: 0px !important;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    width: 186px;
    font-size: 14px;
  }

  .botonceleste{
    background-color: rgba(130, 212, 246, 1);
    border: 1px solid rgba(130, 212, 246, 1);
    padding: 11px 15px;
    color: white;
}

.botonnuevo:hover{
 
  opacity: 0.7;
}

.botonnuevo-o{
  background-color: WHITE;
  border:1px solid #142453;
  color: #142453;
  height: 42px;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}

.botonnuevo-o:hover{
 /*
border:1px solid #3783FF;
background-color: white;
color: #142453;*/
  opacity: 0.5;
}

 

.tituloprincipal{
   padding:50px;
  font-size: 100px;
}

.subtitulo{color:#142453  ;
font-weight: bold;
font-size: 30px;
padding: 15px 15px;
margin-bottom: 20px;
}

.subtitulo2{color:#142453  ;
  font-weight: bold;
  font-size: 20px;
  padding: 0px;
  margin-bottom: 20px;
  }


.color1 {color:#3783FF}

.color2 {color:#142453}



.contenedorprincipal{
    width:100%;
    height: 100%;
    margin:auto;
 
    display:grid;
    grid-gap:0px;
    grid-template-columns:  68px 1fr    ;
    grid-template-rows:  1fr  ;
  
    grid-template-areas: "menu contenedor";
    background-color: white;
;

}

.contenedorprincipal .contenedormenu{
    grid-area:menu;           
}
.contenedorprincipal .contenedorcentral{
    grid-area:contenedor;           
}

.contenedorcentral{
  overflow-y: auto;
}


.contenedormenu{
    width:100%;
    height: 100%;
    margin:auto;
 
    line-height:50px;
    display:grid;
    grid-gap:5px;
    grid-template-columns: 1fr     ;
    grid-template-rows:   150px 1fr  1fr  1fr  1fr  1fr  1fr  1fr   1fr    1fr  1fr   ;
    justify-items: center;
    align-items: center;
   
    box-shadow: -12px 0px 20px 0px black;
    z-index: 1000;
}
}

a {
    text-decoration: none !important; /* no underline */
  }

  /*cambios en breadcrumb*/
  .breadcrumb {
    /*font-weight: bolder;*/
    color: #142453 !important;
  font-size:  15px;
}
.breadcrumb a {
    color: #142453 !important;
}
ul.breadcrumb {
    padding: 10px 0px;
    list-style: none;
 
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
 
  ul.breadcrumb li a:hover {
    
    text-decoration: underline;
  }

  /* cambios en datatable*/
  .paginate_button.page-item.active{display:none !important}

  .pagination li a {border:0}

  .derecha{text-align: right;}


  .form-control{
     
    border: 0  !important;
    border: 1px solid rgba(204, 204, 204, 1) !important;
    border-radius: 0 !important;
  background-color:  rgba(248, 248, 247, 1);
  height:40px;
}
label {
  FONT-WEIGHT: 700;
}

.select2-selection{
  /*
  border:0px !important;
  border-bottom:1px solid dimgray !important;
  border-radius: 0 !important;
  */
  border: 1px solid rgba(204, 204, 204, 1) !important;
  border-radius: 0 !important;
  background-color:  rgba(248, 248, 247, 1);
  height: 40px;

}
 
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color:     #142453 !important;
  color: #f8f9fa;
  height: 40px;

}

ul{
  list-style: none!important;
}

.btn.btn-default.buttons-excel.buttons-html5{
background-color:   white !important;
border: 1px solid  #142453 !important;
border-radius: 2px;
color: #142453 !important;
height: 40px;
font-weight: 600;
}

.btn.btn-default.buttons-excel.buttons-html5:hover{
background-color:   #142453 !important;
color: white !important;
}


.btnagregar{
border-radius: 20px;
    width: 40px;
    background-color:   #142453 !important;
    border-color: #142453 !important;
}

.elementomenu
{
  width: 100%;
  text-align: center;
  /*height: 100%;*/
}

.tooltip-inner {
  background-color: #142453;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #142453 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-right-color: #142453 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-right-color: #142453 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-right-color: #142453 !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid   rgba(204, 204, 204, 1) !important;
  
    border-radius: 2px !important;
  
    margin-bottom:30px;
    height: 40px;
    width: 250px !important;
    font-size: 13px;
  background-color:   rgba(248, 248, 247, 1);
  font-weight: 700;
  margin-left: 0px !important;

}

.dataTables_filter
{
  float:left;
}

.dt-buttons.btn-group{
  float:right;
}


thead tr th {

  color:     #142453 !important;
  font-family: "Open Sans"; font-size: 13px; font-style:normal;
   font-variant: normal;
    font-weight:bolder;
     line-height: 15.4px; 
  

}
tr{
     height: 56px !important;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: rgba(245, 245, 245, 1);
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
  background-color: rgba(251, 251, 251, 1)
}
 
table.dataTable {
     border-collapse: collapse !important;
     font-weight: 400 !important;
}
 
.primerafila{
border-bottom: 1px solid #142453 !important;
}

.titulotabla
{
  font-size: 30px;
font-weight: bold;
}

.switch input:checked+span {
  background-color: #385DC7 !important;
  border-color: #385DC7;
  transition: all .5s;
}

.menu{
  text-decoration: underline; 
  font-size: 13px;
  font-weight:700;
  color:#142453 !important
}

.obligatorio
{
  font-size: 11px;
  color:#ff8383;
  display:none;
}

.avisoincompleto{
  background-color: rgba(255, 131, 131, 1);
  color:#142453;
  padding:22px 19px;
  font-weight: bolder;
  display:none;
}
.nuevo{
  background: #82D4F6;
    padding: 1px;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
}

.visibility{
  color:     #142453 !important;
}
.visibility2{
  color:     #142453 !important;
}


body .select2-container--bootstrap4 .select2-selection, body .select2-container--bootstrap4.select2-container--focus .select2-selection {
  height: 40px !important;
}

.switch input {
 
  position: relative; 
  width: 1px !important;
}

/*para quitar la linea gris de arriba*/
.table th {

  border-top: 1px solid white;
}

.page-link {
  color: #142453 ;
}

.botonesfila img:last-child{
  display: none !important;  
}

.botonesfila:hover img:last-child{
  display: initial !important;    
}

.botonesfila:hover img:first-child{
  display: none !important;    
}

.table>tbody>tr>td {
    vertical-align: middle !important;
}


.select2-container--default .select2-selection--single {
 padding-top: 5px !important;
    height: 40px !important;
}

.nav-tabs {

    background-color: #f3f4f6 !important;
}



@media only screen and (max-width: 576px) {
.contenedorprincipal{
    width:100%;
    height: 100%;
    margin:auto;
    display:grid;
    grid-gap:0px;
    grid-template-columns:  0px 1fr    ;
    grid-template-rows:  1fr  ;
  
    grid-template-areas: "menu contenedor";
    background-color: white;
;

}
}

.contenedorprincipal{
	overflow-y:auto;
}

.contenedorcentral{
	overflow-y:initial;
}
.contenedormenu{
	left:0;
	position:absolute;
	width:68px;
	
}


