/*------------------------------------------------------------------

[Custom Stylesheet]


Last change:	03/25/2013
Assigned to:	You

-------------------------------------------------------------------*/
/*PARA CONSERVAR EL ALTO Y EL ANCHO */
.text-area {
    resize: none;
}

/*PARRAFO ADMIN */

.parrAdmin {
    font-size: 1.3em;
    text-align: justify;
}

/*PARRAFO CHECKCODE */

.items {
    font-size: 1.3em;
    text-align: justify;
}

/*PREGUNTAS CHECKCODE */
.questionsCheck {
    margin-top: 0;
}

/*PARA SOLUCIONAR EL NEGRO DE LA PAG BIENVENIDA ADMIN */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

.fondo {
    /*background: url(../wwwroot/img/bannerOrange.jpg);*/
    background-color: #CCC;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fondo4 {
    /*background: url(../wwwroot/img/validation/A&B_bannersupnaranjDegrade_opc1.jpg);*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fondo3 {
    background-color: #CCC;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fondo5 {
    background-color: #FFF;
    /*background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.navbar.navbar-inverse.fondo01 {
    /*background: #FEFEFF;gris claro navbar*/
    border-color: #FFF;
    border-bottom: 1px solid #FF6200; /*linea mas oscura */

    background-image: rgba(99,31,149,1);
    background-image: -moz-linear-gradient(left, rgba(99,31,149,1) 0%, rgba(245,92,38,1) 100%);
    background-image: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,31,149,1)), color-stop(100%, rgba(245,92,38,1)));
    background-image: -webkit-linear-gradient(left, rgba(99,31,149,1) 0%, rgba(245,92,38,1) 100%);
    background-image: -o-linear-gradient(left, rgba(99,31,149,1) 0%, rgba(245,92,38,1) 100%);
    background-image: -ms-linear-gradient(left, rgba(99,31,149,1) 0%, rgba(245,92,38,1) 100%);
    background-image: linear-gradient(to right, rgba(99,31,149,1) 0%, rgba(245,92,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#631f95', endColorstr='#f55c26', GradientType=1 );
}


.navbar.navbar-inverse.fondo02 {
    border-color: #FFF;
    background: rgba(99,31,149,1);
    background: -moz-linear-gradient(top, rgba(99,31,149,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(99,31,149,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(99,31,149,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(99,31,149,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(99,31,149,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(99,31,149,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#631f95', endColorstr='#ffffff', GradientType=0 );
}


.containerPagOK {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}

    .containerPagOK h1 {
        font-size: 50px;
        line-height: 1em;
    }

    .containerPagOK h2 {
        font-size: 35px;
    }

    .containerPagOK .actionsPagOK {
        font-size: 15px;
    }

.actionsPagOK { /* texto pagina activacion empresa mismo error (se agrego el padding top para separarlo del text)*/
    margin-bottom: 50px;
}

.containerPagOK .actionsPagOK a {
    margin: 0 .5em;
    /*margin-bottom: 50px; colocado para separarlo del extra footer*/
}

.fondo2 {
    background: #ffffff;
    background: #FEFEFF url(../wwwroot/img/bannerGris.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*HOVER DE LAS TABLAS */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background: #ECECEC;
}

th {
    text-align: center;
}

td {
    text-align: center;
}

/*ACCORDION DESCRIPCION NIVELES*/

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome'; /* essential for enabling glyphicon */
    font-size: 20px;
    content: "\f103"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f101"; /* adjust as needed, taken from bootstrap.css */
}

.panelContenido {
    font-size: 17px;
    text-align: center;
}

/*TITULOS DE F&M */

h5 {
    text-align: center;
    color: #FF6200;
    font-size: 18px;
}

/*NAV BAR INICIO PARA HOMEPAGE*/
.navbar .navbar-nav.navbar-right.inicio > li > a {
    font-size: 18px;
    padding-top: 50px;
    padding-right: 37px; /*ubicacion hacia la derecha para no pisar los engranes volver al inicio*/
    color: #fff;
}

#btn_home {
    width: 42px;
    height: 33px;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    padding-top: 36px;
}

.navbar .navbar-nav.navbar-right.inicio > li > a :hover {
    color: #2C3E50;
}

/* Color personalizado para las etiquetas de Bootstrap*/
.label-success {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
    background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
    background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    border-color: #419641;
}

.label-primary {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffbb1c), to(#e8a300));
    background-image: -webkit-linear-gradient(top, #ffbb1c, 0%, #e8a300, 100%);
    background-image: -moz-linear-gradient(top, #ffbb1c 0%, #e8a300 100%);
    background-image: linear-gradient(to bottom, #ffbb1c 0%, #e8a300 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbb1c', endColorstr='#ffe8a300', GradientType=0);
    border-color: #de9b00;
}

.label-warning {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff9900), to(#cc7a00));
    background-image: -webkit-linear-gradient(top, #ff9900, 0%, #cc7a00, 100%);
    background-image: -moz-linear-gradient(top, #ff9900 0%, #cc7a00 100%);
    background-image: linear-gradient(to bottom, #ff9900 0%, #cc7a00 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffcc7a00', GradientType=0);
    border-color: #c27400;
}

.label-danger {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
    background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
    background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    border-color: #c12e2a;
}


/*secciones de fotos pag principal*/

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


#home {
    padding: 180px 0 50px 0;
    margin: 0;
    text-align: left;
    background: url(../wwwroot/img/office4.jpg);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#hacemos {
    padding: 180px 0 50px 0;
    margin: 0;
    text-align: left;
    background: url(../wwwroot/img/office1.jpg);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#porque {
    padding: 160px 0 50px 0;
    margin: 0;
    text-align: left;
    background: url(../wwwroot/img/office2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#equipo {
    padding: 160px 0 50px 0;
    margin: 0;
    text-align: left;
    background: url(../wwwroot/img/office3.jpg);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contacto {
    padding: 90px 0 0 0;
    margin: 0;
}

.contenidoSeccion {
    width: 900px;
    padding: 30px 30px 30px 30px;
    margin-left: 30px;
    background: rgba(20,20,20,0.2);
    color: #fff;
    letter-spacing: 1px;
}

    .contenidoSeccion p {
        font-size: 17px;
    }

    .contenidoSeccion ul li {
        font-size: 17px;
    }

    .contenidoSeccion h1 {
        font-size: 36px;
        color: #fff;
        padding-bottom: 20px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        -o-text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        -moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        -ms-text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    }

    .contenidoSeccion li:before {
        content: "\f013";
        font-family: FontAwesome;
        color: #ff9900; /* or whatever color you prefer */
        margin-right: 14px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        -o-text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        -moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        -ms-text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    }

    .contenidoSeccion ul {
        list-style: none;
    }

.carousel {
    background: transparent;
    position: relative;
}

    .carousel .item img {
        /* margin: 0 auto; Align slide image horizontally center */
        margin-left: 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 500px;
        height: 400px;
        padding-bottom: 80px;
    }

    .carousel .box {
        background: transparent;
        margin: 40px auto;
    }

.carousel-caption {
    right: 5%;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 180px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-caption h3 {
        font-size: 40px;
    }

    .carousel-caption p {
        font-size: 25px;
    }


.carousel-indicators {
    position: absolute;
    bottom: 2px;
    left: 50%; /* SE MUEVE EL INDICADOR*/
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -70%;
    padding-bottom: 20px;
    text-align: center;
    list-style: none;
    background: url(../wwwroot/img/sombra3.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*==================================================
 * Effect 2
 * ===============================================*/
.carousel .effect2 {
    position: relative;
    text-align: left;
}

    .carousel .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        top: 80%;
        background: transparent;
        box-shadow: 0 15px 10px #777;
        transform: rotate(-3deg);
    }

    .carousel .effect2:after {
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

.backcolor-list-danger {
    background: #d9534f;
}

.backcolor-list-warning {
    background: #f0ad4e;
}

.backcolor-list-primary {
    background: #428bca;
}

.backcolor-list-success {
    background: #5cb85c;
}



.extra {
    border-top: 2px solid #DCDCDC;
    background: #E6E7E8; /*DCDCDC;*/
    padding: 0;
}

.formularioEmpQuest-container {
    max-width: 1200px;
    display: block;
    margin: 20px auto 20px auto;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .formularioEmpQuest-container h1 {
        margin-bottom: .4em;
        text-align: center;
        color: #f90;
        font-size: 32px;
    }

    .formularioEmpQuest-container .login-fields label {
        display: inline;
    }

    .formularioEmpQuest-container .button {
        letter-spacing: 1px;
    }

.brand-image-logo {
    max-height: 100px;
}

.brand-image-default {
    max-height: 160px;
}

@media (max-width: 767px) {
    .show-space {
        display: none !important;
    }
}


.row-autoevaluator {
    /*color: #000;*/
    background-color: #BFBFBF;
}

.icon-status-ok {
    font-size: 20px;
    color: #5cb85c;
}
.icon-status-warning {
    font-size: 20px;
    color: #ffbb1c;
}
.icon-status-error {
    font-size: 20px;
    color: #d9534f;
}


