@media print {
    @page {
        size: auto margin: 10%;
    }
    .oculto-impresion, .oculto-impresion *{
        display: none !important;
    }
}

.linea{
    width: 90% !important; 
    height: 1px !important; 
    background: #747d8c !important; 
    text-align: center !important; 
    margin: auto !important; 
    margin-top: 5px !important; 
    margin-bottom: 5px !important;
}
.ocultar{
    visibility: hidden;
}

.color-btn {
    color: #fff;
}

.img-sombra:hover {
    box-shadow: 2px 2px 5px #999;
}

#map {
    height: 400px;
    width: 100%;
}

#map_pacient {
    height: 200px;
    width: 100%;
}


/* Submenu Cimebox */

.menuCimebox {
    background: #605ca8;
    color: #fff;
    font-size: 24px;
    padding: 10px 10px 2px 10px;
    border-radius: 10px 10px 0px 0px;
}

.subtituloCimebox {
    font-size: 16px;
    margin-left: 10px;
}


/* Botones Cimebox */

.cursor {
    cursor: pointer;
    cursor: hand;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.box.box-maroon {
    border-color: #d81b60;
}

.icoWhats {
    color: #00a65a;
}

.icoCimeboxAdmin {
    color: #4b7bec;
}

.icoCimeboxPlus {
    color: #05bca9;
}

.icoCimeboxInfo {
    color: #00c0ef;
}

.icoCimeboxDefault {
    color: #000;
    opacity: 0.2;
}

.icoCimeboxBlue {
    color: #2980b9;
}

.icoCimeboxEdit {
    color: #f39c12;
}

.icoCimeboxDel {
    color: #d33724;
}

.icoCimeboxMaroon {
    color: #d81b60;
}

.btnCimeboxPlus {
    color: #05bca9;
    cursor: pointer;
    cursor: hand;
}

.btnCimeboxPlus:hover {
    color: #04a393;
}

.btnCimeboxPlus:disabled {
    color: red;
}

.btnCimeboxHome {
    color: #605ca8;
    cursor: pointer;
    cursor: hand;
}

.btnCimeboxHome:hover {
    color: #00c0ef;
}

.btnCimeboxInfo {
    color: #00c0ef;
    cursor: pointer;
    cursor: hand;
}

.btnCimeboxInfo:hover {
    color: #00a5ce;
}

.btnCimeboxMenuHidden {
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    cursor: hand;
}

.btnCimeboxMenuHidden:hover {
    color: #fff;
    opacity: 0.5;
}

.btnCimeboxMenuCitas {
    color: #00c0ef;
}

.btnCimeboxPurple {
    color: #605ca8;
    cursor: pointer;
    cursor: hand;
}

.btnCimeboxPurple:hover {
    color: #454084;
}

.btnCimeboxWhats {
    background: #00a65a;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

.btnCimeboxWhats:hover {
    background: #008d4c;
    color: #fff;
}

.btnCimebox2 a {
    background: #00c0ef;
    color: #fff;
}

.btnCimebox2 a:hover {
    background: #00a5ce;
    color: #fff;
}

.btnCimeboxGradient {
    background: linear-gradient(to bottom, #00c0ef 0%, #05bca9 100%);
    color: #fff;
}

.fondoLoginSocios {
    background: linear-gradient(to bottom, #00c0ef 0%, #00a5ce 100%);
}

.botonVerde {
    background: #05bca9;
    color: #fff;
}

.botonVerde:hover {
    background: #04a393;
    color: #fff;
}

.tituloAcceso {
    color: #fff;
}

.avatarEditConfig {
    padding: 10px;
    background: #dfe6e9;
}

.textareaLimit {
    min-width: 100%;
    max-width: 100%;
}

.textareaLimit2 {
    min-width: 0%;
    max-width: 0%;
}

.textareaVertical{
    resize:vertical;
}

.selectAncho {
    width: 270px;
}

.mayusculas {
    text-transform: uppercase;
}

.minusculas {
    text-transform: lowercase;
}

.transparente {
    background-color: transparent;
    border-color: transparent;
}

.justificar {
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

.letraNormal {
    font-weight: 500;
}

.textoIzquierda {
    text-align: justify;
}

.justificar2 {
    text-align: justify;
}

.textoDer {
    text-align: right;
}

.tablaAncho {
    width: 130px;
}

.textoIzq {
    text-align: left;
}

.tituloUniversidad {
    font-family: 'SourceSansPro-Regular', Arial;
    font-size: 16px;
}

.tituloMedico {
    font-family: 'SourceSansPro-Regular', Arial;
    font-size: 14px;
    font-style: italic;
}

.tituloArea {
    font-family: 'SourceSansPro-Light', Arial;
    font-size: 12px;
    font-style: italic;
}

.tituloCedula {
    font-family: 'SourceSansPro-Light', Arial;
    font-size: 12px;
    font-style: italic;
}

.tituloEstadistica{
    color: #fff;
}

.firma {
    width: 200px;
    height: 4px;
    color: #000;
}

.iconoIzq {
    text-align: left;
}

.iconoDer {
    text-align: right;
}

.tituloHistoria {
    font-family: 'Allura-Regular', Arial;
    font-size: 20px;
    font-style: italic;
}

.sinBorde {
    border: hidden;
}

.footerReceta {
    font-size: 22;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.subrayado {
    text-decoration: none;
}

.obligatorio {
    color: #e74c3c;
}

.tituloNota {
    background-color: #f7f7f7;
    font-size: 18px;
    text-align: center;
    padding: 7px 10px;
    margin-top: 0;
}


/*  Ajuste de Tablas */

.tablaFecha {
    min-width: 50px;
}

.tablaHora {
    min-width: 40px;
}

.tablaPaciente {
    min-width: 120px;
}

.tablaNombre {
    min-width: 60px;
}

.tablaAsunto {
    min-width: 70px;
}

.tablaMedico {
    min-width: 120px;
}

.tablaCategoria {
    min-width: 400px;
}

.tablaBoton {
    min-width: 125px;
}


/* Quitar negritas a label */

.sinNegritas {
    font-weight: normal;
}


/* textoParrafo */

.textoParrafo {
    white-space: pre-wrap;
    text-align: justify;
}

.textoBlanco {
    : #fff;
}

.question {
    margin-left: 20px;
}

.tituloBox {
    background-color: #f7f7f7;
    font-size: 18px;
    text-align: center;
    padding: 7px 10px;
    margin-top: 0;
}

.espacio {
    margin-left: 30px;
}

.espacioConfig {
    margin-left: 5px;
}

.margen{
    margin-top: 20px;
}

.btn-margin-menu {
    margin-bottom: 10px;
    margin-left: 30px;
}

.btn-margin-right {
    margin-bottom: 10px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.btn-margin {
    margin-bottom: 17px;
}

.btn-success[disabled] {
    background-color: #05bca9;
    border-color: #04a393;
    opacity: 0.5;
}


/* Icon consultorio */

.iconConsul {
    color: #ef5361;
    margin-left: 10px;
}


/**********************     COLORES     *********************/

.moradoClaro {
    border-color: #605ca8;
}

.moradoFuerte {
    border-color: #454084;
}

.azulClaro {
    border-color: #00c0ef;
}

.azulFuerte {
    border-color: #00a5ce;
}

.turquesaClaro {
    border-color: #05bca9;
}

.turquesaFuerte {
    border-color: #04a393;
}

.amarilloClaro {
    border-color: #f39c12;
}

.amarilloFuerte {
    border-color: #e08e0b;
}

.maroonClaro {
    border-color: #d81b60;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

@media screen and (min-width: 600px) {
    .tableResponsive {
        display: block;
        overflow-x: auto;
    }
}

@media screen and (max-width: 600px) {
    .adaptable table {
        width: 100%;
    }
    .adaptable thead {
        display: none;
    }
    .adaptable tr:nth-of-type(2n) {
        background-color: inherit;
    }
    .adaptable tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em;
    }
    .adaptable tbody td {
        display: block;
        text-align: center;
    }
    .adaptable tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
}


/**********************     MENU CALENDARIOS     *********************/

.main-w3layouts {
    padding: 3em 0 0;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.w3lsg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.w3lsg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    -moz-animation: square 25s infinite;
    -o-animation: square 25s infinite;
    -ms-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
}

.w3lsg-bubbles li:nth-child(1) {
    left: 10%;
}

.w3lsg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    -moz-animation-duration: 17s;
    -o-animation-duration: 17s;
    animation-duration: 17s;
}

.w3lsg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}

.w3lsg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    -webkit-animation-duration: 22s;
    -moz-animation-duration: 22s;
    -o-animation-duration: 22s;
    -ms-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}

.w3lsg-bubbles li:nth-child(5) {
    left: 70%;
}

.w3lsg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    border-radius: 30px;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}

.w3lsg-bubbles li:nth-child(7) {
    left: 32%;
    width: 140px;
    height: 140px;
    border-radius: 40px;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    -ms-animation-delay: 7s;
    animation-delay: 7s;
}

.w3lsg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    -moz-animation-duration: 40s;
    animation-duration: 40s;
}

.w3lsg-bubbles li:nth-child(9) {
    left: 25%;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}

.w3lsg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    border-radius: 40px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1500px) rotate(600deg);
        -moz-transform: translateY(-1500px) rotate(600deg);
        -o-transform: translateY(-1500px) rotate(600deg);
        -ms-transform: translateY(-1500px) rotate(600deg);
        transform: translateY(-1500px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1500px) rotate(600deg);
        -moz-transform: translateY(-1500px) rotate(600deg);
        -o-transform: translateY(-1500px) rotate(600deg);
        -ms-transform: translateY(-1500px) rotate(600deg);
        transform: translateY(-1500px) rotate(600deg);
    }
}

@media(max-width: 801px) {
    .ocultarDesktop {
        visibility: hidden;
        display: none;
    }
}

@media(min-width: 800px) {
    .ocultarMovil {
        visibility: hidden;
        display: none;
    }
}

@media(max-width:384px) {
    .main-w3layouts {
        padding: 2em 0 0;
    }
}

@media(max-width:375px) {
    .agileits-top p {
        letter-spacing: 0px;
    }
}

@media(max-width:320px) {
    .main-w3layouts {
        padding: 1.5em 0 0;
    }
}


/*-- //responsive-design --*/

