.logo img{
    height: 50px;
    width: auto;
}

body > .header .logo{
    line-height: 1.42857143;
    font-family: 'Source Sans Pro', sans-serif;
}

.vertical-align {
    display: flex;
    align-items: center;
}



/* SELECT DE SUCURSALES DEL USUARIO */
.select-branch-container{
    margin-top: 8px;
    width: 250px;
}
@media screen and (max-width: 767px) {
    .select-branch-container{
        margin-top: 8px;
        width: 150px;
    }
}

@media screen and (max-width: 480px){

    .select-branch-container{
        margin-top: 8px;
        width: 130px;
    }
}

/*-----------------------------------*/
/*    ESTILOS FOOTER                 */
/*-----------------------------------*/
footer{
    background-color: #00D2D4;
    color: white;
    text-align: center;
}

footer p,footer a {
    padding: 0px;
    margin:0px;
    color: #686868;

}

/*Tamaño de la barra de navegacion */
.navbar{
    min-height: 20px;
    background-color:#00D2D4 ;
}

footer p.regular a{
    margin-top: 10px;
    color: #686868;
}

footer p.regular,footer p.enlace a{
    color: white;
}

footer a:hover{
    color: gray;
}

.redes_sociales div{
    width: 25px;
    margin-left: 10px;
    margin-bottom: 5px;
    float: right;
}

.display-extra-small a:hover{
    text-decoration: none;
}

.fa-edit, .fa-trash, .fa-copy, .fa-key, .fa-list-alt, .fa-history, .fa-eye, .fa-print, .fa-user, .fa-creative-commons-nc, .fa-code-branch{
    cursor: pointer;
    margin: 0 3px;
}

table .fa-edit{
    color: #00acd6;
}

table  .fa-print{
    color: #4B0082;
}

table  .fa-eye{
    color: #8A2BE2 ;
}

table  .fa-trash{
    color: #ec343d ;
}

table .fa-file-invoice-dollar{
    color:rgb(60, 141, 188)
}

.margin-right-sm{
    margin-right: 25px;
}

.row.margin-bottom{
    margin-bottom: 15px;
}

.full-width{
    width: 100%;
}



.big{
    font-size: 24px;
}
.x-big{
    font-size: 28px;
    font-weight: bold;
}

.medium{
    font-size: 20px;
}

.blue {
    color: rgb(60, 141, 188);
}

#cobrar{  display: none; }

#enabled{ cursor: pointer; }

.promotion-complement{ display: none; }

#modal_btn_change_promotion, #pago_promotion_container, #btn_promotion{ display: none}

.m-top-15{margin-top: 15px}
.m-top-20{margin-top: 20px}

.m-top-50{margin-top: 50px}
.m-top-70{margin-top: 70px}
.m-top-100{margin-top: 100px}

.m-bottom-100{
    margin-bottom: 100px;
}

.img-main{
    height: 440px;
    overflow: hidden;
}

figure.overflow-hidden{
    overflow: hidden;
}


/* DESCUENTOS EN EL PAGO */

#discount_total_container{display: none;}

.p-left-none{ padding-left: 0;}

.select_full{
    width: 100%;
}

/* PANEL DEL CARGANDO / PROCESANDO */

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
    display: none;
}

#loading-image {
    position: absolute;
    top: 35%;
    left: 45%;
    z-index: 100;
    color: #00D2D4;
    font-size: 150px;
}

.modal-backdrop{
    z-index: 1000;
}

.form-control.select2-container{
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
    border-radius: 0px !important;
    border: none;
}
.select2-container{
    width: 100% !important;
}

/* Thumbnail para imágnes de Jany Bootsatrap */
.fileinput .thumbnail{
    height: 250px;
    border-radius: 0;
}

.fileinput .thumbnail i{
    margin-top: 85px;
}

/* Formulario con botones para añadir cosas */
.frm-buttons .btn-primary{
    margin-top: 25px;
}

.dataTable img{
    max-width: 100% !important;
    max-height: 100px;
}

.dataTable .fa, .dataTable .fas{
    cursor: pointer;
}

.pointer{
    cursor: pointer;
}

textarea.form-control{
    max-width: 100% !important;
    width: 100% !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header{
    height: 75px;
}

.dataTables_paginate{
    margin-top: 20px;
    text-align: center;
}

.paginate_button{
    border: solid 1px gray;
    padding: 3px 6px;
    margin: 5px;
    cursor: pointer;
}

.paginate_button.disabled{
    background: lightgray;
    cursor: none;
}

.paginate_button.current{
    background: #3c8dbc;
    color: white;
}

tr td:last-child{
    min-width: 65px;
}

td>.controls{
    width: 54px;
}

.appointment-reservation-container.square .form-control{
    border-radius: 0px;
}


/* Sincronizando */

.skin-blue .right-side > .content-header.sync{
    background-color: #fcf8e3;
}



.skin-blue .right-side > .content-header .class-sync{
    display: none;
}

.skin-blue .right-side > .content-header.sync .class-sync{
    color: #8a6d3b;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    top: 10px;
    display: inline-block;
}


.right-side > .content-header  h1{
    font-size: 24px;
    margin: 0;

}

.form-horizontal .form-group{
    margin-left: 0px;
    margin-right: 0px;
}

.tab-content>.tab-pane, .tab-content>.active{
    padding: 0px 20px;
}


/* Galeria de imagenes */
.gallery-container .thumbnail figure{
    height: 250px;
    overflow: hidden;
    text-align: center;
}

.gallery-container .thumbnail .thumbnail-footer{
    height: 50px;
}


.gallery-container .thumbnail{
    border-radius: 0px;
}


.gallery-container .thumbnail .fas{
    cursor: pointer;
}


.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    display: inline-block;
}

.italic{
    font-style: italic;
}

/* sin cita */
.skin-blue .right-side > .content-header.sincita{
    background-color: #fadd4e;
}



.skin-blue .right-side > .content-header .class-sincita{
    display: none;
}

.skin-blue .right-side > .content-header.sincita .class-sincita{
    color: black;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    top: 10px;
    display: inline-block;
}


.clickable{
    cursor: pointer;    
    color:#0073b7;
}

.action-item-name{
    color: gray;
}

table.dataTable td:last-child{
    min-width: 90px ;
}

.red{
    color: red !important;
}

.green{
    color: green !important;
}
.yellow{
    color: #fadd4e !important;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.dropdown { 
    display: inline-block;
}

.ml-1{
    margin-left: 1rem;
}

.panel-heading>a{
    color: #222;
}

.color-aqua{
    color: #00D2D4;
}

.panel-default>.panel-heading{
    background-color: white;
}
.scrolleable{
    overflow-y: auto;
    height: 600px;
}

.mt-0{
    margin-top: 0rem;
}
.mt-1{
    margin-top: .25rem;
}
.mt-2{
    margin-top: .5rem;
}
.mt-3{
    margin-top: 1rem;
}
.mt-4{
    margin-top: 1.5rem;
}
.mt-5{
    margin-top: 3rem;
}

.ml-0{
    margin-left: 0rem;
}
.ml-1{
    margin-left: .25rem;
}
.ml-2{
    margin-left: .5rem;
}
.ml-3{
    margin-left: 1rem;
}
.ml-4{
    margin-left: 1.5rem;
}
.ml-5{
    margin-left: 3rem;
}

.mr-0{
    margin-right: 0rem;
}
.mr-1{
    margin-right: .25rem;
}
.mr-2{
    margin-right: .5rem;
}
.mr-3{
    margin-right: 1rem;
}
.mr-4{
    margin-right: 1.5rem;
}
.mr-5{
    margin-right: 3rem;
}

