
/*Inicio - Login*/
.form-signin {
    max-width: 330px;
    max-height: 430px;
    padding: 15px;
    margin: 10% auto;
}

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

.content-login {
    padding: 25px;
    border: 1px solid black;
    background-color: #ccc;
}

.avatar {
    width: 100px;
    height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
    background-color: #fff;
}



background-clip: padding-box; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); outline: 0 none; position: relative;
/*Inicio - Login*/
table {
    border: none;
    border-color: transparent;
}

.columnaacciones {
    text-align: center;
    white-space:nowrap;
}

.actionsbar {
    margin-bottom: 10px;
}

    .actionsbar .add {
        color: #3c763d !important;
    }

    .actionsbar .inactivo {
        color: #a94442 !important;
    }

    .actionsbar .activo {
        color: #3c763d !important;
    }

.logo {
    padding-left: 5px !important;
    padding-top: 1px !important;
    text-align: left !important;
}

    .logo img {
        height: 45px !important;
    }

.logo-mini {
    text-align: center !important;
}

    .logo-mini img {
        height: 40px !important;
    }

.img-bn {
    filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
    filter: Gray(); /* IE4-8 and 9 */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 3px solid transparent !important;
}

    .img-bn:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.img-sel {
    border: 3px solid #3c8dbc !important;
}

.users-list-name {
    font-size: 12px;
}

    .users-list-name :hover {
        text-overflow: initial;
    }

.vresize {
    resize: vertical;
}

.hresize {
    resize: horizontal;
}

.itemTarifa {
}

hr.info {
    border-top: 1px solid #00c0ef;
}

.label-orange {
    background-color: darkorange;
    color: #fff;
}

.label-gray {
    background-color: darkgray;
    color: #fff;
}

.listCheckBox label {
    margin-right: 10px;
    margin-left: 3px;
}

.labelFiltro {
    margin-right: 10px;
    margin-left: 3px;
}

.factura {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.booking-foother {
    text-align: center;
    color: whitesmoke;
    width: 100%;
    bottom: 0;
    position: fixed;
}

.day:not(.disabled) {
    color:#454545 !important;
}

.picker-switch, .next, .prev, .dow, .year, .month, .decade, .timepicker-hour, .timepicker-minute, .minute, .hour, .separator {
    color:#454545;
}
.label-servicio {
font-size:16px;
margin-right:8px;
}

@font-face {
    font-family: CodigoBarra;
    src: url('../fonts/IDAutomationHC39M.ttf');
}

.CodigoBarra {
    font-family:CodigoBarra;
}

.muestraColor {
    width:20px;
    height:20px;
    margin:auto;
    border-radius:50%;
}

textarea {
    resize:none !important;
}