@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

html,body{
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
  font-size: 16px;
	color: #222;
	overflow-x: hidden;
  background: url('../img/back2.jpg') no-repeat top center fixed;
  background-size: cover;
}
}
table thead{
  background-color: #33e0c4;
  color: #023892;
  border-color: #000;
}
table th,td{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

button:focus, input[type]:focus, select:focus, textarea:focus{
 outline: 0 none;
}
label{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
nav .nav-link{
  padding: 1.3em;
  font-size: 1em;
  color: #ffd800;
}
.page-header h1,h2,h3,h4,h5{
  color: #6c6c6c;
}
.mensajeGral{
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 50%;
  z-index: 1050;
}
.navbar-toggler-icon{
  font-size: 25px;
}
.navbar-toggler-icon i{
  padding: 2px;
}
.mynav{
  width: 100%;
  z-index: 1001;
background: #2d66c5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #023892, #2d66c5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #023892, #2d66c5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.navbar{
	padding: .8rem;
}
.navbar-nav li{
	padding-right: 20px;
}
.navbar .dropdown .dropdown-menu{
  margin-top: 0px;
  background-color: #bcd7ff;
  border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
}
.navbar .dropdown .dropdown-menu .dropdown-item{
  transition: all .3s;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover{
  background-color: #86b2f3;
}
.avatar{
	margin-top: 10px;
}
.avatar .title{
	color: #000;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 0px;
}

#sidebar-wrapper {
  z-index: 1000;
  left: 250px;
  width: 0;
  position: fixed;
  height: 100%;
  top: 75px;
  margin-left: -250px;
  overflow-y: auto;
  background: #05225A;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  top: 86px;
  position: absolute;
  padding-bottom: 25px;
  overflow-x: hidden;
  overflow-y: auto;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
.pixcel{
  opacity: 0.9;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.svg-inline--fa{
	padding-right: 2px;
}
.title-varios{
  padding:.5em;
  background: rgb(229,52,121);
  background: linear-gradient(0deg, rgba(229,52,121,1) 38%, rgba(244,140,182,1) 100%);
  color: #fff;
}
#enviado{
  width: 100%;
  margin-top: 15px;
}
.opcion-grup a{
  font-size: 19px;
}
#result-examen{
  overflow: auto;
}
fieldset 
{
  border: 1px solid #939498 !important;
  margin: 0;
  min-width: 0;
  padding: 10px;       
  position: relative;
  border-radius:4px;
  padding-left:10px!important;
}  
legend
{
  font-size:14px;
  font-weight:bold;
  margin-bottom: 0px; 
  width: auto; 
  border: 1px solid #939498;
  border-radius: 4px; 
  color: #000;
  padding: 5px 10px 5px 10px;
  background: #00e1c4;

}
.colorH{
  color: #707072;
  font-size: 19px;
  padding: 7px;
  background: rgb(51,224,196);
  background: linear-gradient(90deg, rgba(51,224,196,1) 0%, rgba(179,242,232,1) 100%);
}
.colorH1{
  color: #6c6c6c;
  font-size: 24px;
  font-weight: bold;
  background: url('../img/banner1.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #33e0c4;  /* fallback for old browsers */
  position: relative;
}
.sombraC{
-webkit-box-shadow: 0px 8px 7px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 7px -5px rgba(0,0,0,0.75);
box-shadow: 0px 8px 7px -5px rgba(0,0,0,0.75);
}
.cuadricard{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  flex-wrap: wrap;
  flex-direction: row;
  justify-content: justify;
  align-items: center;
  align-content: center
}
.cart-img{
 width:  200px;
 margin: 5px;
}
.cart-img a{
  font-size: 25px;
}
.card .edit-foto{
 position: absolute;
 margin-left: 10px;
}
.width-cardP{
  width: 450px;
  margin: auto;
}
.width-cardPfor{
  width: 550px;
}
.body{
  width: 100%;
  padding: 0;
}
.btn .fas{
  font-size: 35px;
}
.btn-padding{
 margin: 5px;
}
.estados-btn{
 width: 20px;
 padding: 0;
 margin: 0;
}
.font-consulta{
  font-size: 14px;
}
.fila{
  margin: 0;
}
.btn-img{
  width: 42px;
  padding: 3px;
  height: auto;
  margin: 0;
}
.cuadricard > .btn{
  margin: 6px;
}
label{
  margin: 0;
}
.text-rows{
  margin-bottom: 0px;
}
.encaprin{
  display: none;
}
.selectGraf{
  position: relative;
}
.selectGraf .h5{
  width: 25%;
  height: 30px;
}
.selectExam{
  width: 55%;
  position: absolute;
  right: 11px;
  top: 0;
}
.sumarDiferencial{
  padding: 8px;
  position: fixed;
  bottom: 150px;
  right: 25px;
  background-color: blue;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.sumarDiferencialErr{
  padding: 8px;
  position: fixed;
  bottom: 150px;
  right: 25px;
  background-color: red;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media print {
.impres {display:none}
.arriba{top:0;}
.encaprin{
  display: inline;
}
}

@media (max-width: 768px){
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 0px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 0;
    position: absolute;
  }
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0;
  }
  .width-cardP{
  width: 100%;
  }
  .display-4{
    font-size: 200%;
  }
  .selectExam{
  position: relative;
  width: 100%;
  padding: 10px;
}
}
.selectGraf .h5{
  width: 100%;
}

/*botones estilos nuevos*/
.btn-primary,.btn-success,.btn-info,.btn-danger,.btn-warning,.btn-dark,.btn-secondary{
  border: 0;
}
.btn-img-text{
  width: 75px;
  font-size: 12px;
}
.btn-primary{
  background-color: #0015e1;
  color: #fff;
  transition: all .4s ease;
}
.btn-primary:hover{
  background-color: #4355ff;
}

.btn-info{
  background-color: #7a2eed;
  color: #fff;
  transition: all .4s ease;
}
.btn-info:hover{
  background-color: #520bbd;
}


/*botones ripo barra de herramientas*/
.btn-tool{
    background: rgb(51,175,214);
    background: linear-gradient(0deg, rgba(51,175,214,1) 38%, rgba(140,236,244,1) 100%);
    background-size: 0.5px 120px;
    transition: all .2s;
}
.btn-tool:hover{
    background-position: 0 -40px;
    transition: all .2s;
}
/*grupo de botones de inicio*/
.btns-dash button{
  width: 130px; 
  height: 130px; 
  font-size: 13px; 
  font-weight: bold;
  padding: 3px; 
  margin: 6px;
  border: 2px solid #bcf2f0;
  border-radius: 10%;
}
.btns-dash button img{
  margin: 3px;
  width: 65px;
  overflow: hidden;
  transition: all .2s;
}

.btns-dash .btn-info{
  background-color: #00c0b5;
  color: #00403f;
  font-weight: bold;
}
.btns-dash .btn-info:hover{
  background-color: #00a09d;
  color: #64fffc;
  box-shadow: 0px 4px 12px 3px rgba(0,0,0,0.22);
}
.btns-dash .btn-info:hover img{
  transform: scale(1.2);
}

.card .espera{
  background-color: #827e7e;
}

.card .procesada{
  background-color: #fddc58;
}

.card .valida{
  background-color: #5da203;
}

.card .entregado{
  background-color: #033fa2;
}

.titulo-home{
  background-image: url('../img/banner1.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #33e0c4;
}
.titulo-home span{
  color: #000;
  font-weight: bold;
}



/*tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 6px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltip .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.tooltip:hover .tiptext {
    visibility: visible;
}
/*ARRIBA*/
.tooltip.top .tiptext{
    margin-left: -60px;
    bottom: 150%;
    left: 50%;
}
.tooltip.top .tiptext::after{
    margin-left: -5px;
    top: 100%;
    left: 50%;
    border-color: #2E2E2E transparent transparent transparent;
}
/*abajo*/
.tooltip.bottom .tiptext{
    margin-left: -60px;
    top: 150%;
    left: 50%;
}
.tooltip.bottom .tiptext::after{
    margin-left: -5px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #2E2E2E transparent;
}
/*izquierda*/
.tooltip.left .tiptext{
    top: -5px;
    right: 110%;
}
.tooltip.left .tiptext::after{
    margin-top: -5px;
    top: 50%;
    left: 100%;
    border-color: transparent transparent transparent #2E2E2E;
}
/*derecha*/
.tooltip.right .tiptext{
    top: -5px;
    left: 110%;
}
.tooltip.right .tiptext::after{
    margin-top: -5px;
    top: 50%;
    right: 100%;
    border-color: transparent #2E2E2E transparent transparent;
}

/*Lista de Buscador*/
.listConsulta{
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 0;
  overflow: auto;
}
    .listConsulta ul{
    border: 1px solid silver;
    -webkit-box-shadow: 0px 7px 5px -5px rgba(168,168,168,1);
    -moz-box-shadow: 0px 7px 5px -5px rgba(168,168,168,1);
    box-shadow: 0px 7px 5px -5px rgba(168,168,168,1);
        background: #fff;
        color: #000;
    }
    .listConsulta li{
      padding: 6px 6px 6px 10px;
      cursor: pointer;
      width: 100%;
      color: black;
      font-size: 13px;
      transition: .3s all;
    }
    .listConsulta li:hover{
      background: #f0f0f0;
    }

/*listGroup*/
.list-group .list-group-item{ 
  position: relative;
  padding: 11px;
  font-size: 14px;
}
.list-group .list-group-item .actions-btn{
  position: absolute;
  padding: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
}
.list-group .active{
  padding: 14px;
  background-color: #9bc9da;
  color: #486f6f;
  font-weight: bold;
  border: 0;
}

.page-header{
  position: relative;
}
.page-header .btnHeader{
  position: absolute;
  top:  15px;
  right: 15px;
}
.page-header .buttonExam{  
  position: absolute;
  padding: 0;
  margin: 0;
  top:  3px;
  right: 14px;
  overflow: hidden;
}
.page-header .buttonExam .btn{
  width: 110px;
  font-size: 12px;
}
.breadcrumb{
  background-color: transparent !important;
}


.alert-warning-icon{
  background: url('../img/warning.png');
  background-color: #fddd76;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 102% center;
  color: #5d3d00;
  border: 1px solid #bfa34c;
}

.alert-danger-icon{
  background: url('../img/danger.png');
  background-color: #e89098;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 102% center;
  color: #710b14;
  border: 1px solid #a05259;
}

.alert-success-icon{
  background: url('../img/success.png');
  background-color: #9bebae;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 102% center;
  color: #034212;
  border: 1px solid #367b46;
}

@media (max-width: 768px){
  nav .nav-link{
  padding: .5em;
  font-size: 1em;
  color: #ffd800;
}
  button span{
    display: none;
  }
  .navbar .dropdown .dropdown-menu{
  margin-top: 0;
  font-size: 12px;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  }
  .navbar .dropdown .dropdown-menu .avatar,.dropdown-divider{
    display: none;
  }
}

/*LISTA DE ORDENES INGRESADAS*/
#listOrdenes tr td{
  vertical-align: middle;
}
#listOrdenes tr td:nth-child(1), td:nth-child(3), td:nth-child(5), td:nth-child(6){
  text-align: center;
}

#listOrdenes tr td:nth-child(1) a{
  text-decoration: none;
  font-weight: bold;
}
#listOrdenes tr td:nth-child(4){
  position: relative;
  text-align: left;
}

/*LISTA DE PACIENTES*/
#listPacientesAdmin tr td{  
  vertical-align: middle;
}
#listPacientesAdmin tr td:nth-child(1), td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6), td:nth-child(7), td:nth-child(8){
  text-align: center;
}

/*ORDENES*/
#ordenesEE tr td{  
  vertical-align: middle;
}
#ordenesEE tr td:nth-child(1){  
  text-align: center;
  font-weight: bold;
}

.page-header h1{
  background: rgb(0,53,150);
  background: linear-gradient(0deg, rgba(0,53,150,1) 6%, rgba(76,141,191,1) 57%, rgba(175,255,245,1) 100%);
  border-radius: 10px;
}

.barraabajo
{
  position: fixed;
  bottom: 0;
  background-color:
  rgba(0, 0, 0, 0.4);
  width: 100%;
}
@media (max-width: 768px){
  .barraabajo
    {
      display: none;
    }
  }