/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/*----------------top navbar----------------*/
.mb-1 {
  /*height: 100vh;*/
  height: 10vh;
}

.mb-1 li{

  border: 1px solid rgba(0,0,0,0.2);
}

.mb-1 li a:hover{
    /*background:rgb(0, 105, 217);*/
    color:#FFF;
    -moz-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
}
    

/*----------------page-wrapper----------------*/
.page-wrapper {
  /*height: 100vh;*/
  height: 90vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .container {
    padding-left: 300px;
  }
  /*.page-wrapper.toggled .mb-1 {
    padding-left: 300px;
  }*/
}

/*----------------show sidebar button----------------*/
.page-wrapper #show-sidebar {
  /*position: fixed;*/
  position: relative;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 200px;
  height: 100%;
  max-height: 100%;
  /*position: fixed;*/
  position: relative;
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

/*--------------------------page-content (container) -----------------------------*/

.page-wrapper .container {
  /*display: inline-block;*/
  display: inherit;
  width: 100%;
  /*width: 50%;*/
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .container > div {
  padding: 20px 40px;
}

.page-wrapper .container {
  overflow-x: hidden;
}

/*------------ chiller-theme (only sidebar!!) ------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}


.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}



/**************************************************************************************************************/
/****************************************            MARIO            *****************************************/
/**************************************************************************************************************/

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.well {
  min-height: 20px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 05px;
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
 
}
.well-legend {
  display: block;
  font-size: 14px;
  width: auto;
  padding: 2px 7px 2px 5px;
  margin-bottom: 01px;
  line-height: inherit;
  color: gray;  
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;  
}


#id_busquedDiagnostico1a{padding:0;width:auto; height: 26px;}
#id_busquedDiagnostico1a li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico1a li:hover{background:#ece3d2;cursor: pointer; }

#id_busquedDiagnostico1{padding:0;width:300px; height: 32px;}
#id_busquedDiagnostico1 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico1 li:hover{background:#ece3d2;cursor: pointer; }

#id_busquedDiagnostico1_1{padding:0;width:300px; height: 32px;}
#id_busquedDiagnostico1_1 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico1_1 li:hover{background:#ece3d2;cursor: pointer; }

#id_busquedDiagnostico1_2{padding:0;width:300px; height: 32px;}
#id_busquedDiagnostico1_2 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico1_2 li:hover{background:#ece3d2;cursor: pointer; }

#id_busquedDiagnostico2{padding:0;width:300px; height: 32px;}
#id_busquedDiagnostico2 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico2 li:hover{background:#ece3d2;cursor: pointer; }

#id_busquedDiagnostico3{padding:0;width:300px; height: 32px;}
#id_busquedDiagnostico3 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico3 li:hover{background:#ece3d2;cursor: pointer; }

#id_busquedDiagnostico4{padding:0;width:300px; height: 32px;}
#id_busquedDiagnostico4 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico4 li:hover{background:#ece3d2;cursor: pointer; }

#id_busquedDiagnostico5{padding:0;width:300px; height: 32px;}
#id_busquedDiagnostico5 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico5 li:hover{background:#ece3d2;cursor: pointer; }

#id_busquedDiagnostico6{padding:0;width:300px; height: 32px;}
#id_busquedDiagnostico6 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico6 li:hover{background:#ece3d2;cursor: pointer; }

#id_busquedDiagnostico7{padding:0;width:300px; height: 32px;}
#id_busquedDiagnostico7 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedDiagnostico7 li:hover{background:#ece3d2;cursor: pointer; }

#busquedReceta{padding:0;width:340px;}
#busquedReceta li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#busquedReceta li:hover{background:#ece3d2;cursor: pointer; } 

#id_busquedProtocolo{padding:0;width:208px; height: 32px;}
#id_busquedProtocolo li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid; }
#id_busquedProtocolo li:hover{background:#ece3d2;cursor: pointer; }


#calendar {
    max-width: 100%;
    /*margin: 50px auto;*/
    font-size: 14px;
  }

/**************************************************************************************************************/
/*****************************************            PEP            ******************************************/
/**************************************************************************************************************/

/**  **** Pep **** **/


/* aaf */
.btn-primary {
    color: white;
    background-color: #5EC3EF;
    boder-color: #5EC3EF;
    
}

.bg-light {
    background-color: #5EC3EF;
}


/* change the background color */
.navbar {
    background-color: #5EC3EF !important;
}

.nav-link {
    color: white !important;
}

/* change the color of active or hovered links */
.navbar .nav-item.active .nav-link,
.navbar .nav-item:focus .nav-link,
.navbar .nav-item:hover .nav-link {
    color: #727272 !important;
}




/* change the background color */
.navbar-custom {
    background-color: #ff5500 !important;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8) !important;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5) !important;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff !important;
}


.carousel-caption1 {
    text-align: center;
    width: 25%;
    top: 71px;
    left: 2.5%;
    font-size: 39px;
    line-height: 42px;
}

.carousel-caption2 {
    text-align: right;
    width: 97%;
    top: 71px;
    font-size: 29px;
    line-height: 37px;
    margin-top: 12px;
}

.carousel-caption3, .carousel-caption4 {
    position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.padding-top {
    margin-top: 20px;
}

.padding-right {
    padding-left: 74.4%;
    text-align: left;
    margin-top: -79px;
    line-height: 47px;
    font-size: 39px;
}

     
.vcenter {
    position: absolute;
    height:100px;
    width:100%;
    top:50%;
    bottom:50%;
    margin-top: -50px; 
    margin-bottom: -50px;
}

.c3 {

}

.c3 span {
  color: #5EC3EF;
  border-style: solid;
  background-color: white;
}

.c3p{

}

.c3p span {
  color: #5EC3EF;
  border-style: solid;
  background-color: white;
}

/*

body {
    font-family: Abel;
    font-size: 15px;
}
*/


body {font-family: sans-serif; font-size: small;}

.homefooter {
  font-size: x-small;
  text-align: center;
}

.btn { 
  font-size: small; 
}

.gespaTitle {
  color: #5EC3EF;
}