.angularjs-datetime-picker {
    z-index: 9999;
}

.restante {
    background-color: #ff0000 !important;
    color: #fff !important;
}

.sobra {
    background-color: #5cb85c !important;
    color: #fff !important;
}
/*bootstrap PLC*/

/* comun */
html body {
    /*background-color: black;*/
    background-color: #F0F0F0;
    font-family: 'Roboto', sans-serif;
    background-image: url(/assets/peluqueriasLowCost/images/backgrounduk.png);
    background-repeat:repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    /*min-height: calc(100vh + 55px);*/
    color: #333;
}

html body input{
    color: #000;
}

h1 {
    color: #222222;
}

label {
    margin-top: 1em;
}

#filtros {
    color: #222222;
}

.vertically-centered {
    position: relative;
    top:50%;
    transform: translateY(30%);
}
/* lo uso para centrar las imagenes en los botones */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* comun fin*/

/* panel */
.panel-default > .panel-heading {
    color: #F7F7F9;
    background-color: #222222;
    border-color: #F7F7F9;
    background-image: none;
}

.panel-default > .panel-body {
    color: #F7F7F9;
    background-color: #666666;
    border-color: #F7F7F9;
    background-image: none;
}

.panel-default > .panel-body h1 {
    color: #F7F7F9;
}

/* panel fin*/

/* navbar */
.navbar{
    background-color: #222222;
    background-image: none;
    border-width: 0px;
    color: white;
}

.navbar .title {
    color: #ffffff;
    text-shadow: 0 1px 0 #444444;
    font-synthesis: weight;
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
    vertical-align: middle;
}

/* navbar fin*/

/* Listas */
.list-group-item.header {
    background-color: white;
    color: rgb(51,51,51);
    border-radius: 10px 10px 0px 0px;
}

.list-group-item{
    background-color: #222222;
    color: rgb(255, 255, 255);
    text-shadow: 0 1px 0 #444444;
    font-synthesis: weight;
    font-weight: 700;
    border-color: rgb(140,82,37);
}

.list-group-item:hover{
    background-color: rgb(255,191,119);
    cursor: pointer;
}

.list-group-item.header:hover{
    background-color: white;
}

/* listas fin */

/* botones */

.btn-default {
    white-space: normal;
    background-color: #222222;
    background-image: none;
    color: #ffffff;
    text-shadow: 0 1px 0 #444444;
    font-synthesis: weight;
    font-weight: 700;
    border-color: #F0F0F0;
}

.btn-default:hover{
    background-color: #666666;
    cursor: pointer;
}

.btn-plc{
    color:white;
    background-color: #222222;
    border-color: #F0F0F0;
}

.btn-plc2{
    color:white;
    background-color: #222222;
    border-color: #F0F0F0;
}

.menu-ventana {
    margin: 0.8em 0;
    text-align: center;
}

ul.plc-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-md-8.plc-list{
    margin: 0 -50px;
}
li.plc-list {
    display: -webkit-flex;
    display: flex;
}

/* botones fin */

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {

    html{
        font-size: 0.7em;
    }

    .btn-plc {
        font-size: 1em;
    }

    .btn-plc2 {
        font-size: 1em;
    }

    ul.plc-list {
        margin: 0px;
        padding: 0px;
    }

    li.plc-list {
        margin: 0px;
        padding: 0px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .btn-plc {
        min-height: 230px;
        margin-bottom: 50px;
        border-radius: 15px;
        /*box-shadow: inset 0px 0px 5px 5px orange;*/
        padding: 10px;
        overflow: hidden;
        font-size: 1em;
    }

    .btn-plc2 {
        /*min-height: 230px;*/
        margin-bottom: 50px;
        border-radius: 15px;
        /*box-shadow: inset 0px 0px 5px 5px orange;*/
        padding: 10px;
        overflow: hidden;
        font-size: 1em;
    }

    .btn-plc img, .btn-plc2 img {
        width: 100%;
        max-width: 150px;
    }

    .btn-plc span {
        display: block;
        margin-top: 10px;
    }
}

.small-rounded-image{
    border-radius: 4px;
}

.responsive-image{
    width: 100%;
}



@media (max-width: 800px) {
    .responsive-image{
        width: 60%;
    }
}

select.form-control{
    margin-bottom: 20px;
}
.inline{
    display: inline-block!important;
}



.zopim {
    bottom: 0px!important;
}

.mensaje{
    background-color: white;
    color:red;
    font-size:1.2em;
    margin-bottom: 10px;
    border-radius: 20px;
    border: solid 2px #222222;;
}


/*  SPLASH SCREEN  */

.splash-screen{
    background-color: white;
    border: 1px solid black;
    border-bottom: 0px;
    border-radius: 5px 5px 0 0;
    position: fixed;
    width: 500px;
    bottom: 0;
    left: 20px;
    height: 350px;
    max-width: 65vw;
    z-index: 2000;
    max-height: 100vh;
}

.splash-screen .body-splash{
    overflow: auto;
    height: 310px;
}

.splash-screen.close-splash{
    height: 40px;
}

.splash-screen .title-splash{
    background-color: black;
}

.splash-screen .title-splash h4{
    font-size: 19px;
    font-family: sans-serif;
    font-weight: bold;
}

.splash-screen h4{
    margin: 0px;
    padding: 10px 0;
    font-family: sans-serif;
}

.glyphicon-remove, .glyphicon-minus{
    cursor: pointer;
}

.black-text{
    color: black;
}

.noticia{
    min-height: 50px;
    padding: 10px;
}


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

    .splash-screen{
        left: 15px;
        max-width: 100%;
    }

    .splash-screen.close-splash{
        width: 60vw;
        height: 30px;
    }

    .splash-screen.close-splash .title-splash h4 {
        padding: 5px 0;
        font-size: 18px;
    }

    .zopim {
        right: 0px!important;
    }
}

#prev_ticket {
    display: none;
    position: fixed;
    right: 0;
    height: calc(100vh - 130px);
    background: #666666;
    width: 300px;
    top: 80px;
    color: #F7F7F9;
    z-index: 2;
}

#prev_appointment {
    display: none;
    position: fixed;
    right: 0;
    height: calc(100vh - 130px);
    background: #666666;
    width: 300px;
    top: 80px;
    color: #F7F7F9;
    z-index: 2;
}

.right{
    float: right;
    margin-right: 60px;
}

#container_activar_prev {
    background: #222222;
    position: relative;
    width: 40px;
    padding: 10px;
    cursor: pointer;
    left: -40px;
    top: 15px;
    border-radius: 5px 0px 0px 5px;
    border: solid black 2px;
    border-right: 0px;
}

.eliminarArticulo{
    color: red;
    position: relative;
    top: 4px;
    left: 15px;
    cursor: pointer;
}

#footer_prev_ticket{
    width: 80%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
}

#footer_prev_appointment{
    width: 80%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
}

#prev_ticket li.total{
    list-style-type: none;
}

#prev_appointment li.total{
    list-style-type: none;
}

@media (min-width: 992px){
    .btn_finalizar_ticket {
        min-height: 0px;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .btn_finalizar_appointment {
        min-height: 0px;
        border-radius: 5px;
        margin-bottom: 5px;
    }
}
#identificador_franquicia {
    padding: 3px;
    border-radius: 5px;
    background: white;
    border: solid 2px black;
    min-width: 300px;
    position: absolute;
    left: 0px;
    color:black;
    overflow: hidden;
}
#separador{
    margin-top: 28px;
}
.soporte {
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
}
.logo{
    height:70px;
    margin: 5px auto;
}
.cerrar_sesion{
    height: 73px;
    padding: 29px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.cerrar_sesion span{
    position: relative;
    top: -8px;
    font-size: 18px;
}
#container_activar_prev{
    display: none;
}
.botones-matizacion{
    font-family: arial;
    font-size:25px;
    display:inline-block;
    margin-top:25px;
}

#prev_ticket ul{
    height: calc(100vh - 240px);
    overflow:auto;
}

#prev_appointment ul{
    height: calc(100vh - 240px);
    overflow:auto;
}

.full{
    width: 100%;
}

@media (max-width: 992px) {
    .botones-matizacion{
        font-family: initial;
        font-size:1em;
        margin-top:0px;
    }
    #separador{
        margin-top: 61px;
    }
    #container_activar_prev{
        display: block;
    }
    #prev_ticket {
        height: calc(100vh - 122px);
        top: 72px;
    }
    #prev_appointment {
        height: calc(100vh - 122px);
        top: 72px;
    }
    #prev_ticket.oculto {
        right: -300px;
    }
    #prev_appointment.oculto {
        right: -300px;
    }
    #prev_ticket ul{
        height: calc(100vh - 270px);
    }
    #prev_appointment ul{
        height: calc(100vh - 270px);
    }
}

@media screen and (max-width: 992px ){
    #espacio_bajo{
        min-height: 150px!important;
    }

    .btn_info2{
      border: none;
      background: transparent;
      position: absolute;
      bottom: 0%;
      left: 25%;
      width: 50%;
      z-index: 120;
      border-radius: 15px;
    }

    .btn_info3{
      border: none;
      background: transparent;
      position: absolute;
      bottom: 0%;
      left: 6%;
      width: 44%;
      z-index: 120;
      border-radius: 15px;
    }

    .btn_info4{
      border: none;
      background: transparent;
      position: absolute;
      bottom: 0%;
      right: 6%;
      width: 44%;
      z-index: 120;
      border-radius: 15px;
    }

    .btn-rotura{
        background-color: rgb(255, 51, 51);
    }

    .btn-rotura:hover{
        background-color: rgb(255, 102, 102);
    }

    #pedidos_categorias{
        left: -270px;
        overflow: hidden;
    }

    #pedidos_categorias.active{
        left: 0px;
        overflow: auto;
    }

    #linea_movil {
        display: block !important;
        position: fixed;
        top: 0;
        background: black;
        height: 100%;
        padding: 10px;
        padding-top: 60%;
        text-align: center;
        left: 0px;
        z-index: 250;
        color: white;
        border: solid 3px white;
    }

    #linea_movil.active {
        left: 267px;
    }

    #separador {
        margin-top: 50px!important;
    }

}

@media (max-width: 965px) {
    #separador{
        margin-top: 53px;
    }
    .cerrar_sesion{
        height: 64px;
        padding: 29px;
    }

    .cerrar_sesion span{
        position: relative;
        top: -8px;
        font-size: 15px;
    }

    .soporte{
        height: 60px;
        margin-top: 3px;
    }

    html body{
        background-size: 100%;
    }

    .logo{
        height:60px;
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 700px){
    .soporte{
        height: 53px;
        margin-top: 6px;
    }
    .logo{
        height:60px;
        margin-bottom: 7px;
    }
}

@media (max-width: 600px) {
    .header{
        height: 130px;
    }
    #separador{
        margin-top: 108px!important;
    }
    .soporte{
        height: 45px;
        margin-top: 6px;
    }
    .logo{
        height:50px;
        position: relative;
        top: 70px;
    }
    #prev_ticket {
        height: calc(100vh - 180px);
        top: 130px;
    }
    #prev_appointment {
        height: calc(100vh - 180px);
        top: 130px;
    }
    #prev_ticket h4{
        margin-top: 40px;
    }
    #prev_appointment h4{
        margin-top: 40px;
    }
    #container_activar_prev {
        left: 5px;
        top: 28px;
        float: left;
        border-radius: 5px;
        border: solid black 2px;
        border-right: 2px solid;
    }
    #container_activar_prev.ver_icono {
        left: -40px;
        border-radius: 5px 0px 0px 5px;
        border: solid black 2px;
        border-right: 0px;
    }
    #prev_ticket ul{
        height: calc(100vh - 295px);
    }
    #prev_appointment ul{
        height: calc(100vh - 295px);
    }
}

@media (max-width: 400px) {
    .header{
        height: 70px;
    }
    #separador{
        margin-top: 55px!important;
    }
    .soporte{
        display: none;
    }
    .logo{
        height:50px;
        position: static;
        margin-right: 10px;
        float: right;
    }
    #prev_ticket {
        height: calc(100vh - 120px);
        top: 70px;
    }
    #prev_appointment {
        height: calc(100vh - 120px);
        top: 70px;
    }
    #prev_ticket h4{
        margin-top: 40px;
    }
    #prev_appointment h4{
        margin-top: 40px;
    }
    #prev_ticket ul{
        height: calc(100vh - 240px);
    }
    #prev_appointment ul{
        height: calc(100vh - 240px);
    }
}


.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.card {
    font-family: sans-serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
    color: #222;
    text-decoration: underline;
}

.text-muted {
    color: #6c757d!important;
}

/* Imagen promocion */
#imgPromocion {
    width: 660px;
}

@media (max-width: 991px) {
    #imgPromocion {
        width: 495px;
    }
}

@media (max-width: 450px) {
    #imgPromocion {
        width: 347px;
    }
}

/* Estilos CITA CALENDARIO */
.citasCalendarBox {
    /*border: 2px solid #222222;*/
    color: #222222;
}

.citasCalendarBox h4 {
    font-weight: bold;
}

.citasCalendarBox hr {
    border: 2px solid #222222;
}

.citasCalendarBox input {
    border: 2px solid #222222;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
    font-weight: bold;
}

/* Estilos CITA CLIENTE */
.citasBox {
    /*border: 2px solid #222222;*/
    color: #222222;
}

.citasBox h4 {
    font-weight: bold;
}

.citasBox hr {
    border: 2px solid #222222;
}

.citasBox input {
    border: 2px solid #222222;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
    font-weight: bold;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .btn-cita {
        min-height: 115px;
        min-width: 115px;
        margin-bottom: 50px;
        border-radius: 15px;
        /*box-shadow: inset 0px 0px 5px 5px orange;*/
        padding-top: 10%;
        padding-bottom: 10%;
        padding-left: 10%;
        padding-right: 10%;
        overflow: hidden;
        font-size: 1em;
    }
}

@media (max-width: 992px) {
    .btn-cita {
        font-size: 1em;
    }
}

.margin_left_img{
    margin-left: 66%;
}

.btn_info2{
  border: none;
  background: transparent;
  position: absolute;
  bottom: 17%;
  left: 25%;
  width: 50%;
  z-index: 120;
  border-radius: 15px;
}

.btn_info3{
  border: none;
  background: transparent;
  position: absolute;
  bottom: 17%;
  left: 6%;
  width: 44%;
  z-index: 120;
  border-radius: 15px;
}

.btn_info4{
  border: none;
  background: transparent;
  position: absolute;
  bottom: 17%;
  right: 6%;
  width: 44%;
  z-index: 120;
  border-radius: 15px;
}

.btn-rotura{
    background-color: rgb(255, 51, 51);
}

.btn-rotura:hover{
    background-color: rgb(255, 102, 102);
}

#espacio_bajo{
    min-height: 0px!important;
}

#pedidos_categorias{
    position: fixed;
    height: 87vh;
    overflow: auto;
    padding-top: 25px;
    padding-right: 40px;
    color: #F7F7F9;
    max-width: 300px;
    z-index: 200;
    border-right: 1px solid #F7F7F9;
    background-color: #222222;
    padding-bottom: 35px;
}

#linea_movil{
    display: none;
}

.p0{
    padding: 0;
}

#pedidos_categorias li{
    border-bottom: 1px solid #F7F7F9;
    list-style: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

#pedidos_categorias .ng-binding {
    padding: 12px 5px;
    width: 100%;
    display: block;
}

li.active > div {
    background: rgba(255,255,255,0.2);
}

.mt10{
    margin-top: 10px;
}

#notificacion {
    height: 70px;
    position: fixed;
    padding: 0 5px;
    overflow:hidden;
    z-index: 16000002;
    background-color: green;
    max-width: 100%;
    bottom: 60px;
    right: 10px;
    display: none;
    opacity: 0;
    transition: opacity 1s ease 0s;
    border-radius: 5px;
    border: solid 2px white;
}

.d-flex {
  display: flex;
}

.flex-column {
    flex-direction: column;
}

.m-auto {
    margin: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.pl-3 {
  padding-left: 15px;
}

.pl-5 {
  padding-left: 30px;
}

.custombg1 {
  background-color: #222222 !important;
  color: #F7F7F9 !important;
  text-shadow: none;
}

.customborder1 {
  border-color: #222222 !important;
}

.customtext1 {
  color: #222222 !important;
}

.custombg2 {
  background-color: #666666 !important;
  color: #F7F7F9 !important;
  text-shadow: none;
}

/* Clients Page */

#filtros {
    padding-top: 110px;
    background-color: rgba(255,255,255,0.85);
    height: calc(100vh - 50px);
    top:0;
    position: fixed;
    overflow-y: auto;
}

#filtros label {
    margin-top: auto !important;
}

#resultado_clientes .panel-footer {
    text-align: center;
    font-weight: bold;
    touch-action: manipulation;
    cursor: pointer;
}

#resultado_clientes .row {
    display: flex;
    flex-wrap: wrap;
}

#resultado_clientes .panel {
    display: flex;
    flex-direction: column;
}

#resultado_clientes .panel-body {
    flex: 1 1 auto;
}

.h-100 {
    height: 100%
}

.w-100 {
    width: 100%
}

.mt30 {
    margin-top: 30px;
}

.mb100 {
    margin-bottom: 100px;
}

.d-block {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    #filtros {
        display: none;
        z-index: 100;
        width: 85%;
    }
}

.clients-mobile-toogle{
    border-radius: 0px 5px 5px 0px !important;
    border-right: solid black 2px !important;
    border-left: 0px !important;
    left: 0px !important;
    z-index: 100 !important;
}

.clients-mobile-toogle span {
    color: white;
}

.clients-mobile-toogle.ver_icono {
    left: 85% !important;
}

.carousel__slide {
    width: 100% !important;
}

.carousel__slide img {
    width: 100%;
}