.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: #ffffff;
    font-family: 'Roboto', sans-serif;
    /*background-image: url(/assets/peluqueriasLowCost/images/background.jpg);
    background-repeat: no-repeat;
    background-position: center;*/
    background-size: cover;
    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: white;
    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-image: none;
    color: #000;
    background-color: #DADADA;
    text-shadow: 0 1px 0 #444444;
    font-synthesis: weight;
    font-weight: 700;
    border-color: #F0F0F0;
}

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

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

.btn-invert:hover{
    background-color:#F39205;
}

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

.btn-warning:hover {
    background-color: #000;
    color: #F39205;
    cursor: pointer;
}

.btn-success {
    background-color: #F39205;
    color: #000;
}

.btn-danger {
    background-color: #DADADA;
    color: #000;
}

.btn-danger:hover {
    background-color: #706F6F;
    border-color: black;
    color: #000;
}

.btn-achtung{
    background-color: #F9B233;
    color: #000;
}

.btn-clear{
    background-color:white;
    color: #000;
}

.btn-black{
    background-color: #000;
    color: white;
}

.btn-black:hover{
    background-color: #DADADA;
    color:black;
}

.btn-grey{
    background-color: #b2b2b2;
    color: white;
}

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

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

.btn-orange{
    background-color: #F9B233;
    color: #000;
    font-weight:700;
}

.btn-orange[disabled] {
    background-color: #F9B233;
    color: #000;
}

.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;
    }

    .h3,
    h3 {
        font-size: 20px;
    }
    
    .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) {

    /*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-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;
    }
}

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

.responsive-image{
    width: 100%;
}



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

select.form-control{
    margin-bottom: 20px;
    border: none;
    background-color: #DADADA;
}
.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: black;
    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;
}
.soporte {
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    filter: invert(100%)
}
.logo{
    height:70px;
    margin: 5px auto;
}
.cerrar_sesion{
    height: 73px;
    padding: 29px;
    margin: 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 - 280px);
    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;
    }
    #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;
        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;
    }

}

@media (max-width: 965px) {
    .cerrar_sesion{
        height: 64px;
        padding: 29px;
    }

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

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

    .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) {
    .soporte{
        height: 45px;
        margin-top: 6px;
    }
    .logo{
        height:50px;
    }
    #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;
    }
    .soporte{
        display: none;
    }
    .logo{
        height:50px;
    }
    #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 {
    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: 1;
    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;
}

.mt-auto {
    margin-top: auto;
}

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

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.m-3 {
    margin: 1rem;
}

.p-3 {
    padding: 1rem;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.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: #DADADA !important;
  color: black !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%;
}

.px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.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%
}

.text-white {
    color: #fff !important;
}

input[type="file"] {
    /* Style the color of the message that says 'No file chosen' */
    color: #878787;
}

input[type="file"]::-webkit-file-upload-button {
    background: #F9B233;
    border: 2px solid #F9B233;
    border-radius: 4px;
    color: black;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 10px 25px;
    text-transform: uppercase;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background: #b2b2b2;
    border: 2px solid #b2b2b2;
    color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

div#bs-example-navbar-collapse-1 {
    background-color: white;
}

.btn-default[disabled] {
    background-color:#222222;
}

.bg-white {
    background-color: #fff;
}

.appointments-week {
    justify-content: center;
}

.appointments-week button {
    background-color: transparent;
    outline: none !important;
}

.appointments-table th, 
.appointments-table td {
    vertical-align: middle !important;
}

.appointments-table th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.appointments-table td > div {
    min-height: 100px;
    width: 250px;
}

.appointments-table tr > td:first-child {
    min-height: 100px;
    width: 80px;
}

.appointments-table .day-hour {
    vertical-align: baseline !important;
}

.appointments-table .day-hour:hover {
    background-color: #ccc;
}

.appointments-table .day-hour .glyphicon {
    position: relative;
}

.appointments-table .col-lg-6 {
    padding: 2px;
}

/* TABLE WRAP*/

.table__rwd {
    margin: 1em 0;
    min-width: 300px;
}

.table__rwd tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table__rwd th {
    display: none;
}

.table__rwd td {
    display: block;
}

.table__rwd td:before {
    content: attr(data-th);
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

@media (min-width: 768px) {
    .table__rwd td:before {
        display: none;
    }

    .table__rwd td:before {
        display: none;
    }

    .table__rwd th,
    .table__rwd td {
        display: table-cell;
    }
}

@media (max-width: 768px) {
    .appointments-table tr>td:first-child {
        width: 100%;
        text-align: left;
    }

    .appointments-table tr>td:first-child::before {
        content: none;
    }
}

/* CALLOUTS */ 
.bs-callout {
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin-top: 5px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: 5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
    background-color: #dff0d8;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}


/*** NEW THEME STYLES ***/

.black-icon{
    filter: invert(100%);
}



.ui-page-theme-a .ui-bar-inherit.ui-header {
    background-color: white;
}


.ui-login-panel {
    width: 40%;
    margin: 80px auto 0;


}


.ui-login-panel-body {
    border: solid 1px lightgrey;
    padding: 30px;
    background-color: white;
    border-radius: 5px;
    /*box-shadow: 2px 2px 10px grey;*/
}

.ui-footer .ui-btn{
    background-color: black;
    border-color: black;
}

.ui-login-logo{
    width: 100px;
    margin: 0 auto;
}

@media (max-width: 760px) {
       
    .ui-content .ui-login-panel {
        width: 80%;

    }
    .ui-login-panel-body form h2{
        font-size: 20px;
    }
}

.btn-toolbar .btn-group a{
    background-color: #F39205;
    color: black;
}

#filterprovince, #filtertown, #filtercountry{
    background-color: #DADADA;
    border-radius: 40px;

}

.ui-login-panel-body .ui-btn{
    color: black;

}

.ui-flag-size {
    width: 32px;
}

.ui-icon-lock {
    width: 32px;
}

.ui-icon-admin {
    width: 32px;
}

.btn_finalizar_ticket{
    color: black;
    background-color:  #F9B233;
}

#fecha_tickets {
    box-shadow: none;
    border:none;
    background-color: #b2b2b2;
    border-radius: 20px;
}

.text-center .btn{
    color: black;
    background-color: #F9B233;
}

.panel .panel-body{
    background-color: #DADADA;
    color: black;
}

.panel .panel-body h1{

    color: black;
}

.row .panel .panel-body {
    background-color: #DADADA;
    color: black;
}

#filtros .col-xs-12{
    background-color: #F9B233;
    color: black;
}

.form-control{
    border-color: none;
    background-color: #DADADA;

}



.form-group .form-control{
    border-radius: 10px;
}

.col-md-4 .form-group .btn {
    background-color: #F9B233;
    border-radius: 10px;
    color: black;
}

#file-upload-button{
    background-color:#F39205;
    color: black;
}



#category_form_name, #category_form_product_line_id, #category_form_status{
    border-radius: 10px;
    border: none;
}

#buttons.button{
    background-color:#F39205;
    color: black;
}

#home, #menu_configuracion, #store, #logic_payments, #datos_franquicia, #informes_inicial,
#exportar_informe_gasto_productos, #exportar_informe_diario, #facturacion_total_entre_fechas,
#caja_por_dia, #caja_por_dia, #exportacion_facturacion_empleados_por_sucursal, #tickets_medios_por_empleado,
#exportacion_tickets_entre_fechas, #config_usuarios, #user_edit, #config_personal, #config_reason,
#reason_add, #reason_edit, #config_permisos, #config_reinicio, #user_add, #personal_add,
#personal_edit{
    background-color: white;
}

.ui-grid-solo .ui-block-a .ui-link{
    background-color: black;
}

.ui-grid-solo .ui-block-a{
    background-color: white;
}

.col-md-6 .btn-danger{
    background-color: #DADADA;
}

.col .customtext1{
    background-color: #DADADA;

}

#filtercountry,
#filterprovince,
#filtertown {
    /* reset */

    margin: 5px 3px 20px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#filtercountry,
#filterprovince,
#filtertown {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

.navbar-toggle{
    background-color: #DADADA;
}

.ui-header-fixed,
.ui-footer-fixed {
    position: fixed !important;
}


.table-daily-calendar td {
    padding: 0px !important;
}

.table-daily-calendar td > div,
.table-daily-calendar td > div a {
    min-height: 30px;
    width: 100%;
}

.table-daily-calendar td>div a {
    padding: 8px;
    background-color: #dff0d8;
}

.table-daily-calendar .day-hour {
    vertical-align: middle !important;
}

.bg-grey {
    background-color: #dadada;
}