
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.ca-menu{
    padding:0;
}
.ca-menu li{
/*width: 285px;*/
height: 50px;
overflow: hidden;
position: relative;
display: block;
background: #fff;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
margin-bottom: 4px;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 90px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-content{
 position: absolute;
left: 88px;
}
.ca-main{
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-sub{
    font-size: 14px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:hover{
    background: #e1f0fa;
}
.ca-menu li:hover .ca-icon{
    font-size: 40px;
    color: #259add;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}
.ca-menu li:hover .ca-main{
    opacity: 1;
    color:#2676ac;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}
.ca-menu li:hover .ca-sub{
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
}
.admin-icon{
font-size: 25px;
line-height: 55px;
position: absolute;
width: 90px;
left: 20px;
text-align: center;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
.prueba-article{
	border:1px solid gray;
}
@media (min-width: 768px) and (max-width:991px) {
	.btn-enviar-codigo-res-tablet{
        float: right;
        margin-right: 51px;
    }


    .ca-main{
        font-size: 12px;
    }
    .ca-menu li {
		width: 200px;
		height: 35px;
	}
	.admin-icon {
		font-size: 20px;
		line-height: 35px;
		width: 28px;
		/*left: 12px;*/
	}
	.ca-content {
		left: 50px;
		top:-11px;
	}
}

/**Estilos para paquetes**********/
.cover-psicotest{
  border:1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 10px;
}
.currency{
font-weight: 400;
margin-right: -0.075em;
font-size: 15px;

}
.amount{
 text-align: center;
color: #424242;
font-size: 1.5em;
}
.paquete-psicotest{
    list-style-type: none;
}
.cta-button{
    padding: 10px;
}
h3.titulo-paquete-psicotest {
font-weight: 10px;
}


@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}


.panel-psicometria {
   /* border-color: #5cb85c;*/

}
.panel .panel-heading-psicometria{
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
    color: #fff !important;
}

.panel .panel-heading-clima{
    background-color: #5bc0de !important;
    border-color: #5bc0de !important;
    color: #fff !important;
}
.panel .panel-heading-psicometria .panel-title-psicometria a, .panel-heading-clima .panel-title-clima a{
     color: #fff !important;
}

.panel-default-psicometria{
    border: 1px solid #5cb85c !important;
}
.panel-default-clima{
    border: 1px solid #5bc0de !important;
}
a.font-psicometria{
    font-size: 20px !important;
}


.panel-psicometria > .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}




h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 5px;
    margin-top: 6px;
}



.red-tooltip + .tooltip > .tooltip-inner {background-color: #285e8e;
font-size: 15px;}

.red{
   color:  #f00;
}


.fa-times {
    color: #ff0000;
    padding: 0px 0px 0px 2px;
}

.gray{

    color: #767676;
}
.green-psico{
    color: #509A50;
}

.border_notificacion{
    border-bottom: 1px dotted rgb(162, 155, 190);
    margin-bottom: 10px;
}
.notificaciones_clase h4.title p{
    font-size: 15px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 300;
}

.extra_danger p{
    color: #a94442;
}
.extra_warning p{
    color: #8a6d3b;
}
.extra_primary p{
    color: #428bca;
}

.paq-wait{background:#6091ba !important; color: #fffffe; text-align: center;}
.paq-activo{background:#5CB85C !important; color: #fffffe; text-align: center;}
.paq-finalizado{background:#CCCCCC !important; color: #fffffe; text-align: center;}
#msj-success-save{margin: 30px; color: green;}
.imprimir_encuestas
{
    margin-right: 5px;
}

.loading{
    width: 113px;
    height: 40px;
    background: transparent url("../images/loaders/loading36.gif") no-repeat scroll 56px 2px;

}


/* Modal */
 #overlay {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:#000;
        opacity:0.5;
        filter:alpha(opacity=50);
      }

      #modal {
        position:absolute;
        background:url(tint20.png) 0 0 repeat;
        background:rgba(0,0,0,0.2);
        border-radius:14px;
        padding:8px;
      }

      #content {
        border-radius:8px;
        background:#fff;
        padding:20px;
      }

      #close {
        position:absolute;
        background:url(../images/close.png) 0 0 no-repeat;
        width:24px;
        height:27px;
        display:block;
        text-indent:-9999px;
        top:-7px;
        right:-7px;
      }

.has-divider{
    border-bottom: 1px dotted #e8e8e8;
    padding-bottom: 15px;
}

th.text-align-center, .iconos{text-align: center;}



/* ---- Reportes Evaluaciones ---- */
.encuestas-manuales{
    padding-bottom: 10px;
}