.angularjs-datetime-picker {
    z-index: 9999;
}

/*bootstrap PLC*/

/* comun */
html body {
    background-color: black;
    font-family: 'Roboto', sans-serif;
    background-image: url(/assets/peluqueriasLowCost/images/background.png);
    background-repeat:no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    /*min-height: calc(100vh + 55px);*/
    color: rgb(246,131,0);
}

html body input{
    color: #000;
}

label {
    margin-top: 1em;
}

.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: #333;
    background-color: rgb(246,131,0);
    border-color: #ddd;
    background-image: none;
}

.panel-default > .panel-body {
    color: #333;
    background-color: rgb(255,191,119);
    border-color: #ddd;
    background-image: none;
}

/* panel fin*/

/* navbar */
.navbar{
    background-color: rgb(246,131,0);
    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: rgb(246,131,0);
    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: rgb(246,131,0);
    background-image: none;
    color: #ffffff;
    text-shadow: 0 1px 0 #444444;
    font-synthesis: weight;
    font-weight: 700;
    border-color: rgb(140,82,37);
}

.btn-default:hover{
    background-color: rgb(255,191,119);
    cursor: pointer;
}

.btn-plc{
    color:white;
    background-color: rgb(246,131,0);
    border-color:rgb(255,191,119)
}

.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;
    }

    ul.plc-list {
        margin: 0px;
        padding: 0px;
    }

    li.plc-list {
        margin: 0px;
        padding: 0px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    html{
        /*font-size: 1.3em;*/
    }

    .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-plc img {
        width: 100px;
        height: 100px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .btn-plc img {
        width: 100%;
        height: 100%;
        max-height: 150px;
        max-width: 150px;
    }

}

.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 rgb(246,131,0);;
}


/*  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: rgba(255,255,255,0.85);
    width: 300px;
    top: 80px;
    color: black;
    z-index: 2;
}

#prev_appointment {
    display: none;
    position: fixed;
    right: 0;
    height: calc(100vh - 130px);
    background: rgb(246,131,0) !important;
    width: 300px;
    top: 80px;
    color: #F7F7F9;
    z-index: 2;
}

.right{
    float: right;
    margin-right: 60px;
}

#container_activar_prev {
    background: rgb(246,131,0);
    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;
}

#prev_ticket li.total{
    list-style-type: none;
}

/* Estilos CITA CALENDARIO */

.citasCalendarBox h4 {
    font-weight: bold;
}

.citasCalendarBox hr {
}

.citasCalendarBox input {
    border-radius: 4px;
    width: 100%;
    padding: 5px;
    font-weight: bold;
}

/* Estilos CITA CLIENTE */
.citasBox {
    /*border: 2px solid #222222;*/
}

.citasBox h4 {
    font-weight: bold;
}

.citasBox hr {
    border: 2px solid;
}

.citasBox input {
    border: 2px solid;
    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;
    }
}

@media (min-width: 992px){
    .btn_finalizar_ticket {
        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;
}

.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_ticket.oculto {
        right: -300px;
    }
    #prev_ticket ul{
        height: calc(100vh - 270px);
    }
}

@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_ticket 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);
    }
}

@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_ticket h4{
        margin-top: 40px;
    }
    #prev_ticket 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;
    }
}

.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: white;
    max-width: 300px;
    z-index: 1;
    border-right: 1px solid white;
    background-color: rgb(246,131,0);
    padding-bottom: 35px;
}

#linea_movil{
    display: none;
}

.p0{
    padding: 0;
}

#pedidos_categorias li{
    border-bottom: 1px solid black;
    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(0,0,0,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;
}

@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;
        position: fixed;
        top: 0;
        background: black;
        height: 100%;
        padding: 10px;
        padding-top: 60%;
        text-align: center;
        left: 0px;
        z-index: 50;
        color: white;
        border: solid 3px white;
    }

    #linea_movil.active {
        left: 267px;
    }

    #separador {
        margin-top: 50px!important;
    }

}

.d-flex {
  display: flex;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.pl-3 {
  padding-left: 15px;
}

.pl-5 {
  padding-left: 30px;
}

.custombg1 {
  background-color: rgb(246,131,0) !important;
  color: #F7F7F9 !important;
  text-shadow: none;
}

.customborder1 {
  border-color: rgb(246,131,0) !important;
}

.customtext1 {
  color: rgb(246,131,0) !important;
}

.custombg2 {
  background-color: #ffa500 !important;
  color: #F7F7F9 !important;
  text-shadow: none;
}

.ui-select .ui-btn select {
  color: #222;
}
