﻿
/*.citasodo__footer {
    padding: 0px 13px;
}

.citasodo__titulo {
    margin: 5px 15px 10px;
    padding: 1px 20px;
}

.citasodo__titulo--skin {
    background: #A0CDF1;
}
.citasodo__titulo--skin1 {
    background: #A0CDF1;
    font-size: 18px;
}
.citasodo__label-input{
    padding-left:13px;
}
.card {
    background: #E4F1FC;
    border-radius: 4px;
    display: inline-block;
    min-height: 270px;
    margin: 10px 0px;
    position: relative;
    width: 100%;
}
.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.citasodo__horario .radio {
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px;
}
.rbox {
    width: 18px;
    height: 18px;
}

.citasodo__list {
    padding-left: 10px;
}
.citasodo__list .btns{
    text-align:right;
    font-size:11px;
}
    .citasodo__list .lines {
        margin-right: 10px;
        padding: 5px 0px;
    }
    .citasodo__list .nombre {
        font-size: 15px;
    }
    .citasodo__list .horario {
        color: #2f7dbe;
    }
.citasodo__horario__tanda {
    color: black;
    margin: 0px 10px;
    border-bottom: 1px dotted;
    font-weight: bold;
    padding-top: 10px;
}




.citasodo__horario__items {
    margin: 0px 10px;
    padding-left: 10px;
}

.line-bottom {
    border-bottom: 1px dotted grey;
}

.citas_blockinfo {
    background: #FFF4D2;
    margin-left: 0px;
    margin-right: 10px;
    padding: 5px;
    margin-bottom: 10px;
}
.citas_blockRep {
    background: #E4F1FC;
    margin-left: 20px;
    margin-right: 10px;
    padding: 5px;
    margin-bottom: 10px;
}
.citasodo__blocklist {
    padding-left: 20px;
}

.citasodo__blok, .citasodo__blockRep {
    clear: both;
    padding-top: 10px;
}

.pac_ord {
    float: left;
    padding: 10px;
    background: gold;
    margin-right: 5px;
}

.citasodo__title {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.citasodo__title_color {
    font-size: 16px;
    background: #3e90d4;
    padding: 5px 20px;
    color: white;
}
.tab__citas .tabbable {
    max-height: 400px;
}

.citasodo__fila {
    margin-left: 0px;
    margin-right: 0px;
}
.citasodo__menu {
    padding: 0px 25px;
}
.btn_square_info {
    background-color: #3B9FF3;
    color: white;
    border: none;
}
.btn_square_all {
    background-color: grey;
    color: white;
    border: none;
}
.btn_square_success {
    background-color: #00B259;
    color: white;
    border: none;
}
.btn_square_danger {
    background-color: #db4a67;
    color: white;
    border: none;
}*/
.circulo {
    display: inline-block;
    min-width: 10px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 15px;
}

.circulo--skin1 {
    background-color: #3b9ff3;
    color: #fff;
}
/*Pendiente por atender*/
.blockCard {
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0px;
    position: relative;
    width: 100%;
}

.blockCard__white {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.turno {
    float: right;
    margin: 0px 10px;
    background: #FFD700;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}

.picture {
    margin: 10px;
}

    .picture img {
        border: 1px solid #ccc;
        height: 100px;
    }

.info {
    padding: 10px;
}

.pac__nombre {
    font-size: 15px;
    font-weight: bold;
}

.pac__horario {
    color: #2f7dbe;
}

.verde {
    color: #00B259;
}

.blockCard__menu {
    padding: 10px;
}

.citasodo__tanda {
    margin: 0px 10px;
    padding-top: 10px;
}

.citasodo__tanda_list {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: black;
}

.citasodo__info {
    margin-left: 0px;
    margin-right: 10px;
    padding: 5px;
}

.citas_info_confir {
    background: #3B9FF3;
    color: white;
}

.citas_info_atendidos {
    background: #00B259;
    color: white;
}

.citas_info_cancel {
    background: #db4a67;
    color: white;
}

.citasodo__filter {
    padding: 0px 25px;
}

.citas_info_all {
    background: grey;
    color: white;
}

.lastda {
    float: right;
    margin: 0px 10px;
    background: #FFD700;
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}
/*Layout sfcard*/

.l-sfcard {
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0px;
    position: relative;
    width: 100%;
}


.l-sfcard-white {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.l-sfcard-menu {
    padding: 10px;
}

.l-sfcard-menu-full {
    padding: 10px;
    width: 100%
}

.l-sfcard-info {
    padding: 10px;
}

.l-sfcard-row {
    padding: 2px 0px;
}

.l-sfcard-picture {
    margin: 10px 10px 0px 10px;
}

.l-sfcard-picture2 {
    margin: 10px 10px 0px 10px;
}

.l-sfcard-picture img {
    border: 1px solid #ccc;
    height: 100px;
}

.l-sfcard-picture2 img {
    border: 1px solid #ccc;
    height: 100px;
}

.l-sfcard-info .name {
    font-size: 18px;
    font-weight: 500;
}

.grey1 {
    color: #535362;
}

.sk-saldo {
    font-size: 16px;
    font-weight: bold;
}

.sflabel {
    display: inline;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding-right: 4px;
    font-size: 15px;
}

.full {
    width: 100%
}

.red {
    color: red !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.titulo-pag-img {
    background: #BBDBF4;
    padding: 5px 10px;
}

.titulo-pag-dropdown {
    background: #BBDBF4;
    padding: 5px 10px;
    min-height: 60px;
}

.sfcard-label {
    border-radius: 0 !important;
    color: white;
    font-weight: bold;
}
/*Fin Layout sfcard*/
.user-img img {
    display: inline-block;
    width: 44px;
    padding: 3px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
}

.user-name {
    font-size: 18px;
    font-weight: bold;
}

.user-dropdown .dropdown-menu {
    padding: 10px;
    font-size: 16px;
    position: absolute !important;
    min-width: 300px;
}

    .user-dropdown .dropdown-menu li {
        padding: 5px;
    }

.sficon-img {
    padding-left: 0 !important;
}
/*slider skin2*/

.soft-slider-skin2 .product_grid {
    list-style: none;
    margin: 0px;
    width: 2400%;
    padding: 0px;
}

.soft-slider-skin2 .li-box {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 120px;
    float: left;
}

.soft-slider-skin2 .box:hover {
    opacity: 0.5;
    color: black;
}

.soft-slider-skin2 .box-btn:hover {
    opacity: 0.5;
    color: black;
}

.soft-slider-skin2 .box {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: white;
}

.soft-slider-skin2 .box-btn {
    min-height: 70px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: white;
}

.soft-slider-skin2 .box .title {
    text-align: center;
    line-height: 15px;
    bottom: 0;
    width: 100%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px !important;
}

.soft-slider-skin2 .box-btn .title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px !important;
    font-weight: bold;
    text-align: left;
    height: 40px;
}

.box-btn .title .btn-image {
    float: left;
    height: 40px !important;
    padding-right: 10px;
}

.soft-slider-skin2 .box-img {
    padding-top: 10px;
    min-height: 90px;
}

.box-btn-disbled {
    box-shadow: 0 -2px 6px 0 rgba(11, 39, 234, 0.75) !important;
    background-image: linear-gradient(#ffffff, #bec8e2) !important;
}

.soft-slider-skin2 .box-btn-img {
    padding-top: 10px;
    min-height: 70px;
}

.soft-slider-skin2 .lSAction > a {
    /*width: 50px;
    top: 6px;
    height: 121px;*/
}

.bg-red {
    background: red;
}

.bg-naranja {
    background: #FF7F00;
}

.bg-moradooscuro {
    background: #6C5CA5;
}

.bg-azul1 {
    background: #47ADCF;
}

.bg-azul2 {
    background: #4DA6FF;
}

.bg-verde {
    background: #00D936;
}

/*fin slider skin2*/

/*Botones*/
.sofbtn-a-azul {
    border-radius: 10px;
    background-image: linear-gradient(#1BD1FC, #1D67EF);
}

.sofbtn-a-verde {
    border-radius: 10px;
    background-image: linear-gradient(#81FB6C, #1CC938);
}

.sofbtn-a-naranja {
    border-radius: 10px;
    background-image: linear-gradient(#FFB800, #D2720C);
}

.sofbtn-a-verdeclaro {
    border-radius: 10px;
    background-image: linear-gradient(#AFDEB7, #49A85E);
}

.sofbtn-a-naranjaclaro {
    border-radius: 10px;
    background-image: linear-gradient(#FBB03B, #ED8B21);
}

.sofbtn-a-negro {
    border-radius: 10px;
    background-image: linear-gradient(#727171,#111111);
}

.sofbtn-a-aqua {
    border-radius: 10px;
    background-image: linear-gradient(#00a87a,#007959);
}

.sofbtn-a-rojo {
    border-radius: 10px;
    background-image: linear-gradient(#F9A498, #F34B2E);
}

.sofbtn-a-gris {
    border-radius: 10px;
    background-image: linear-gradient(#CCCCCC, #808080);
}

.sofbtn-a-white {
    border-radius: 10px;
    background-image: linear-gradient(#f5f5f5, #fdfdfd);
    color: black !important;
    box-shadow: 0 -2px 6px 0 rgba(14, 14, 14, 0.75);
}

.sofbtn-a-h150 {
    height: 150px;
}

.sofbtn-a-h250 {
    height: 250px;
}
/*Fin botones*/
/*card dashboard*/
.sfcard-dashboard .grid {
    list-style: none;
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.sfcard-dashboard .li-box {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
    float: left;
}

.sfcard-dashboard .btn-card {
    max-width: 300px !important;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    float: left;
}

.sfcard-dashboard .li-box2 {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    min-width: 280px;
}

.sfcard-dashboard .box {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    min-height: 150px;
}

.sfcard-dashboard .skin-two .box-img {
    margin-top: 10px;
}

.sfcard-dashboard .skin-two .box-img2 {
    margin-top: 10px;
    width: 100%;
}


.sfcard-dashboard .skin-one .parrafo {
    clear: both;
    padding: 10px;
}


.sfcard-dashboard .box .title {
    text-align: center;
    line-height: 15px;
    bottom: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
}

.sfcard-dashboard .col-l {
    float: left;
    width: 50%;
}

.sfcard-dashboard .col-r {
    float: right;
    width: 50%;
    text-align: left;
}

.sfcard-dashboard img {
    height: 150px;
    padding-left: 20px;
}

.sfcard-dashboard .texto-g {
    font-size: 24px;
    padding-top: 36px;
}

.sfcard-dashboard .texto-p {
    font-size: 20px;
}

.sfcard-dashboard .skin-one .li-box {
    width: 100%;
}

.sfcard-dashboard .skin-one .box {
    height: 240px;
}
/*fin card dashboard*/

.label-register {
    font-size: 16px !important;
    font-weight: bold !important;
}

.well-full {

}

/*Media query*/
/*Css personalizado mobile mas pequeno mp*/
@media only screen and (min-width: 0px) and (max-width:359px) {
    .sfcard-dashboard .col-r {
        display: none;
    }

    .soft-slider-skin2 .box-img {
        width: 100%;
    }

    .l-sfcard-picture2 {
        display: none;
    }

    .sficon-text {
        display: none;
    }
}
/*Css personalizado mobile  360x640px xs */
@media only screen and (min-width: 360px) and (max-width: 576px) {
    .sfcard-dashboard .col-r {
        display: none;
    }

    .soft-slider-skin2 .box-img {
        width: 100%;
    }

    .l-sfcard-picture2 {
        display: none;
    }

    .sficon-text {
        display: none;
    }
}

@media only screen and (min-width: 360px) and (max-width: 640px) {
}

/*Css personalizado mobile 768x1024px sm*/
@media only screen and (min-width: 577px) and (max-width: 768px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/*Css personalizado mobile 720x1280px md*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
}

@media only screen and (min-width: 720px) and (max-width: 1280px) {
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .btn-image-hide {
        display: none !important
    }
}
