/* Logo en la barra superior */

.navbar a.navbar-brand {
    padding: 0px 0 0px 0;
    height: auto;
    margin-right: 10px;
    margin-top: 7px;
}


.navbar-default {
    background: #0b2547!important;
}

.h1_login_pacientes {
  color: white;
}


.navbar a.navbar-brand img {
    width: auto;
    height: 75px;
}



body.login_admin:before {
    content: " ";
    background: rgba(31, 31, 31, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.login_admin {
  background: url('/media/public/login_nabla.jpg') no-repeat center fixed; /* The full image url*/ 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body.customers_login:before {
    content: " ";
    background: rgba(31, 31, 31, 0.1);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

body.customers_login {
  background: url('/media/public/login_nabla.jpg') no-repeat center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel_s .panel-body {
    background: rgba(255, 255, 255, 0.40);
    border: none;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}


.panel_s .panel-noticia {
    background: rgba(0, 0, 0, 0.40);
    border: none;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}

.panel-noticia a {
	
	color: #b8d156;
}

.login-form {
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 2px;
    padding: 22px;
    color: white;
    border: none;
}

.customers_login nav {
	
	display:none!important;
}

.btn btn-info only-save customer-form-submiter {
display:none!important;
}


.dropdown-quick-links {
	display:none!important;
	
}

.btn-with-tooltip-group {
	
	display:none!important;
}

.texto-blanco {
	color:white;
	font-size:15px;
	
}

.table-responsive {
    min-height: .01%;
    overflow-x: visible;
 }
 
 
.enlinea {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;    
}

.radio-item-C {
	background-color: #8bd28b;
    width: 25px;
    height: 22px;
}


.radio-item-I {
	background-color: #ff8e8e;
    width: 25px;
    height: 22px;
	
}


.radio-item-NA {
	background-color: #cecece;
    width: 25px;
    height: 22px;
	
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f1f4f9;
    border-color: #d1dbe5;
    color: #4c5660;
    cursor: not-allowed;
}


.grafica_queso {
    margin-bottom:5%!important;
    
}