/* Minification failed. Returning unminified contents.
(345,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
   
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.faserveis {
    padding-left: 10px;
    color: rgb(44,142,167);
}

.separacionsuperiormin {
}

.separacionsuperior {
    margin-top: 30px;
}

.separacionsuperiormax {
    margin-top: 70px;
}

.labelcheckboxes {
    font-weight: normal !important;
    padding-left: 0.3em;
}

.botoncolorverde {
    background-color: rgb(44,142,167) !important;
    color: white !important;
}

.botoncolornaranja {
    background-color: rgb(227,107,17)!important;
    color: white !important;
}


.botoncolormorado {
    background-color: rgb(131,45,137)!important;
    color: white!important;
}

.botonazulclaro {
    background-color: rgb(84, 153, 199)!important;
    color:white!important;
}

.bordeverde {
    border-color: rgb(44,142,167)!important;
}

.colorverde {
    color: rgb(44,142,167);
}

.colornegro {
    color: black;
}

.colornaranja {
    color: rgb(227,107,17);
}

.colormorado {
    color: rgb(131,45,137);
}

.colorgranate {
    color: rgb(191,42,85);
}

.colorblanco {
    color: white;
}

.fondonaranja {
    background-color: rgb(227,107,17);
}

.fondoverde {
    background-color: rgb(44,142,167)!important;
}

.fondosalmon {
    background-color: rgb(250,228,211);
}

.fondomorado {
    background-color: rgb(131,45,137);
}

.fondocolorgris {
    background-color: gainsboro;
}

.fondoblanco {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
}

.cajetintitulo {
    background-color: rgb(191,42,85);
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.cajetingranate {
    background-color: rgb(191,42,85);
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.cajetingris {
    background-color: gainsboro;
    padding-left: 10px;
    padding-right: 10px;
}

.cajetingrisfuerte {
    background-color: rgb(130,130,130);
    padding-left: 10px;
    padding-right: 10px;
}

.labelgris {
    background-color: rgb(130,130,130);
    color: white;
    vertical-align: bottom;
}

.labelcajetin {
    position: absolute;
    bottom: 5px;
}

.labelpequeña{
    font-size:small;
    color:darkslateblue;
    font-weight:normal;
}

#edicionproductos {
    width: 75%;
    float: right;
}

.editor .image_right {
    float: right;
}

.iconoverde {
    color: rgb(44,142,167);
}

.avisgrabacio {
    background-color: #353535 !important;
    color: white;
    border-radius: 6px;
    border-color: black;
    padding: 0.7em;
    margin-top: 100px;
    z-index: 2;
    font-size: 1em;
    text-align: center;
}

.x065C9D {
    background-color: rgb(75,128,188); /*azul fuerte*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.x571D69 {
    background-color: RGB(132,40,132); /*morasdo*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-width: 1px;
    border-style: solid;
    border-color: RGB(132,40,132);
}

.x006E86 {
    background-color: RGB(27,142,163); /*verde apagado*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.xE6336C {
    background-color: RGB(230,51,108); /*fucsia*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.x11902D {
    background-color: rgb(33,161,45); /*verde césped*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.xE04719 {
    background-color: rgb(226,94,25); /*naranja*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.xdefecto {
    background-color: silver;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.fieldsetclientes {
    position: relative;
    padding-top: 30px;
    background-color: RGB(230,231,232);
}

.legendcliente {
    position: absolute;
    top: 10px;
    left: 18px;
}

.enlacecliente {
    text-decoration: none;
    color: white;
    font-size: 1.0em;
}


.enlace_categoria {
    background-color: #d3dce0;
    text-decoration: none;
    float: right;
}

.editor .categorias {
    width: 35%;
}

    .editor .categorias p {
        margin-bottom: -8px;
    }

    .editor .categorias label {
        width: 70px;
        font-weight: 600;
    }




.menu_categorias {
    margin-bottom: 10px;
    height: 190px;
    padding-left: 30px;
    font-size: 1.5em;
    background-color: RGB(230,231,232);
}

.cajetinsolicitudes {
    padding: 0 !important;
    margin: 0 !important;
    background-color: lightsalmon;
}

input[type=radio].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    input[type=radio].with-font ~ label:before {
        font-family: FontAwesome;
        display: inline-block;
        content: "\f096";
        letter-spacing: 10px;
        font-size: 3em;
        color: #535353;
    }

    input[type=radio].with-font:checked ~ label:before {
        content: "\f046";
        color: darkgreen;
        letter-spacing: 5px;
    }

    input[type=radio].with-font:focus ~ label:before {
        font-weight: bold;
        color: orange;
    }

    .tablahistoricos{
        width:100%;
    }

    /* Video Thumb*/

.video-list-thumbs {
}

    .video-list-thumbs > li {
        margin-bottom: 12px;
    }

        .video-list-thumbs > li:last-child {
        }

        .video-list-thumbs > li > a {
            display: block;
            position: relative;
            background-color: #111;
            color: #fff;
            padding: 8px;
            border-radius: 3px transition:all 500ms ease-in-out;
            border-radius: 4px
        }

            .video-list-thumbs > li > a:hover {
                box-shadow: 0 2px 5px rgba(0,0,0,.3);
                text-decoration: none
            }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 14px;
        height: 33px;
        margin: 8px 0 0;
    }

    .video-list-thumbs .glyphicon-play-circle {
        font-size: 60px;
        opacity: 0.6;
        position: absolute;
        right: 39%;
        top: 31%;
        text-shadow: 0 1px 3px rgba(0,0,0,.5);
        transition: all 500ms ease-in-out;
    }

    .video-list-thumbs > li > a:hover .glyphicon-play-circle {
        color: #fff;
        opacity: 1;
        text-shadow: 0 1px 3px rgba(0,0,0,.8);
    }

    .video-list-thumbs .duration {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 2px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        left: 12px;
        line-height: 13px;
        padding: 2px 3px 1px;
        position: absolute;
        top: 12px;
        transition: all 500ms ease;
    }

    .video-list-thumbs > li > a:hover .duration {
        background-color: #000;
    }

@media (min-width:320px) and (max-width: 480px) {
    .video-list-thumbs .glyphicon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}
