@font-face {
    font-family: Blogger_Sans;
    src: url(../fonts/Blogger_Sans.otf);
}
@font-face {
    font-family: Blogger_Sans_Bold;
    src: url(../fonts/Blogger_Sans-Bold.otf);
}
/* The switch - the box around the slider */
html{
    overflow-x:hidden;
}
.alert-rin{
    font-size: 9px;
    color: red;
    margin-bottom: -54px;
}
body{
    background: #dbdbdb;
}
.opcion,.title{
    background:#FFF;
}
h3 span {
    font-size: 13px;
    position: relative;
    top: 5px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}
.back-blue{
    background-color: #0086d1;
    margin-top: -10px;
    padding-top: 10px;
    color: #FFF;
}
.back-white{
    background-color: #FFF;
    margin-top: -10px;
    padding-top: 10px;
    color: #000;
}
.back-grey{
    background-color: #b2b2b2;
    margin-top: -10px;
    padding-top: 10px;
    color: #000;
}
.principal {
    background-color: #0086d1;
    font-family: Blogger_Sans;
    width: 100%;
    color:#000;
    padding: 10px;
}
.principal th{
    text-align: center!important;
    padding-top: 5px;
    padding-bottom: 5px;
}
td{
    background-color:#FFF;
    text-align: center;
    color: #a1a1a1;
    border: solid 0.2px #cfcfcf;
}
.first-td{
    border-left:0;
}
.last-td{
    border-right:0;
}
/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: #788691;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #0086d1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0086d1;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}
.title ion-icon{
    position: absolute!important;git a
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.noBullets li label:hover{
    cursor:pointer;
}
.slider.round:before {
    border-radius: 50%;
}
.centrar-text{
    margin-left:auto;
    margin-right:auto;
}
.chav-2{
    position: absolute;
    margin-top: 7px;
    font-size: 8px;
    margin-left: -4px;
}
.control {
    font-family: Blogger_Sans;
    display: initial;
    position: relative;
    padding-left: 19px;
    padding-top: 2px;
    margin-left: 6px;
    cursor: pointer;
    font-size: 12px;
    color: #a8a8a8;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.title-grey {
    background-color:#f7f7f7;
    color:#000;
    border:0;
}
.content-white{
    background-color:#ffffff;
    color:#000;
    border:0;
    border-bottom: 1px solid #f7f7f7;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control_indicator_blanco{
     background: #FFF;
}
.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #788691;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator:after {
    left: 4px;
    top: 4px;
    height: 5px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
}
.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}
h1,h2,h3,h4,h5{
    font-family: Blogger_Sans;
}
h5, .h5 {
    font-size: 16px;
    margin-top: 4px;
}
.title{
    padding-top: 14px;
    font-family: Blogger_Sans_Bold;
    padding-bottom: 16px;
    border-bottom: 1px solid #bbb;
    box-shadow: 0px 1px 1px #d8d8d8;
}
.title h5{
    text-align: left;
    margin-left:20px;
}
.opcion {
    padding-top: 10px;
    border-bottom: 1px solid #959595;
}
.opcion-top{
    border-top: 1px solid #959595;
    margin-top:15px;
}
.btn-padding{
    padding: 6px 20px!important;
}
.btn-cambio-dosis{
    margin-top: -60px;
}
.Button-blue {
    -moz-box-shadow: 0px 2px 0px 0px #000000;
    -webkit-box-shadow: 0px 2px 0px 0px #000000;
    box-shadow: 0px 2px 0px 0px #000000;
    background-color:#0086d1;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:13px;
    padding: 6px 15px;
    text-decoration:none;
}
.Button-blue:hover {
    background-color: #0088e1;
}
.Button-blue:active {
    position:relative;
    top:1px;
}
.padding-inferior{
    margin-top:40px;
}
.Button-red {
    -moz-box-shadow: 0px 2px 0px 0px #000000;
    -webkit-box-shadow: 0px 2px 0px 0px #000000;
    box-shadow: 0px 2px 0px 0px #000000;
    background-color:#ba0c2f;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:13px;
    padding: 6px 15px;
    text-decoration:none;
}
.Button-red:hover {
    background-color: #eb0d3e;
}
.Button-red:active {
    position:relative;
    top:1px;
}

.Button-grey {
    -moz-box-shadow: 0px 2px 0px 0px #000000;
    -webkit-box-shadow: 0px 2px 0px 0px #000000;
    box-shadow: 0px 2px 0px 0px #000000;
    background-color:#788691;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:13px;
    padding: 6px 15px;
    text-decoration:none;
}
.Button-grey:hover {
    background-color: #8fa0ad;
}
.Button-grey:active {
    position:relative;
    top:1px;
}

.Button-trans {
    background-color:transparent;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    border:1px solid #eb0d3e;
    display:inline-block;
    cursor:pointer;
    color:#000;
    font-size:13px;
    padding: 6px 15px;
    text-decoration:none;
}
.Button-trans:hover {
    background-color: #8fa0ad;
    color:#FFF;
}
.Button-trans:active {
    position:relative;
    top:1px;
}
.botones-footer{
    padding-top:30px;
    padding-bottom: 30px;
}

.fondo-medico{
    background-image: url(../img/fondo.jpg);
    height: 100%;

}
.login-cartel{
    width: 265px;
    margin: 0 auto;
    margin-top: 40px;
    background: #ffffff;
    padding: 10px;
    padding-top: 1px;
    border-radius: 11px;
    -webkit-box-shadow: -1px 0px 37px -9px rgba(0,0,0,0.56);
    -moz-box-shadow: -1px 0px 37px -9px rgba(0,0,0,0.56);
    box-shadow: -1px 0px 37px -9px rgba(0,0,0,0.56);
}
.login-view .logo {
    max-width: 220px;
    margin: 0 auto;
    margin-top: 80px;
}


/* enable absolute positioning */
.inner-addon {
    position: relative;
    margin-top: -10px;
}

.left-addon .glyphicon {
    left: 0px;
    top: 34px;
}
.inner-addon .glyphicon {
    position: relative;
    padding: 10px;
    pointer-events: none;
    margin-top: -20px;
}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.division{
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    margin: 0;
    margin-top: 3px;
    margin-bottom: -24px;
    border-color: #d7d5d5;
}
.input-login,.input-login:focus,.input-login:hover{
    font-family: Blogger_Sans;
    border: none;
    box-shadow: none;
}

.boton-login{
    margin-top:8px;
}
