.ui-tooltip, .arrow:after {
    background: #4185BD;
    color:white;
    border: 1px solid #104281;
    font-size: 10px;
}

.logueado{
    float: right;
    position: relative;
    height: 0px;
    text-align: right;
    margin: 7px 0px;
    font-size: 12px;
}

.frmcerrar
{
    display: inline;
}

.error{
    border-color: #cc3300;
}

.loading{
    z-index: 100000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    background: black;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}


.loading img, .mascara .contenido{
    z-index: 1001;
    position: fixed;
    top: 40%;
    left: 50%;
}

.logueado span{
/*    margin: 0px 10px;*/
}

/*.btnagregar{
    text-align: right;
    margin: 10px 5px;
}*/

#btncerrar{
    height: 25px
}

.modal{
/*    position: fixed;
    width: 300px;*/
    /*margin: auto;*/
/*    z-index: 2;*/
}

.modal .contenido{
    width: 400px;
    height: 100px;
    background: #F9F9F9;
    border-radius: 70px;
    padding: 10px 30px;
    line-height: 25px;
    border: thin solid #CCCCCC;
}

.modal .closepop{
    position: relative;
    float: right;
    width: 35px;
    margin: 0px 0px;
    left: 35px;
    font-weight: bold;
    color: #666666;
    cursor: hand;
    cursor: pointer;
}
.boton, .boton:active, .boton:visited, .boton:focus{
    width: 95px;
    height: 30px;
    background: #E26807;
    /* margin: 3px 92px; */
    color: white;
    border-radius: 5px;
    border: thin solid #E46809;
    outline: none;
    font-size: 14px;
}

.btnnaranja{
    background: #E26807;
    color: white;
    margin: 0px 0;
    border: none;
    padding: 8px 8px;
    font-weight: bold;
}


.boton:hover, #insertEvidencia:hover, #insertObservacion:hover, 
#inserAdvertencias:hover, #insertConclusion:hover, .botonagregar:hover, #btnPlanesMejora:hover, #BtnInsertPlan:hover,
.btnnaranja:hover, .link-doc:hover, .btnocultarpop:hover, .exportar:hover, .CerrarCiclo:hover,.insertar img:hover, .vermas:hover, 
#insertEvidencia img:hover, #insertObservacion img:hover, #inserAdvertencias img:hover, 
.insertConclusion img:hover, #btnPopConsolidado:hover
{
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    cursor: hand; cursor: pointer;
}

.btnrecordarusuario{
    width: 100%;
    display: block;
    /*    margin-bottom: 10px;*/
    position: relative;
    color: #CCC; 

    margin: 10px 0px;
    text-align: center;
    padding: 5px;
    /*    ---------------*/
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1); 
    background-color:#ea6c23;
}

.btnrecordarusuario:hover{
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #de641e;
}

.txtemailusuario{
    width: 100%;
}

.two-col input, .two-col select, .chosen-choices{
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #2aabd2;
    padding: 0px 3px;
    color:#4185BD;
}


.linksoporte{
    color: #E46854 !important;
    font-weight: bold;
}

.linksoporte:hover
{
    color:#E26807;
}

.avisos{
    margin: 35px 100px;
    text-align: center;
    font-weight: bold;
    color: #E46809;
}

.menuback{
    margin: 10px 100px;
}

.menuback li a{
    color: white;
    text-decoration: none;
}

.menuback li a:hover{
    color: #ffb73d;
}

.resultado tr{
    background: white !important;
    text-align: center !important;
}

.botonagregar{
    float: right;
    background: #E46809;
    padding: 2px 10px;
    border: #999999 solid thin;
    color: white;
}

.bienvenida{
    margin: 20px 50px;
    line-height: 21px;
}

.bienvenida h3{
    color: #E46809;
    font-weight: bold;
}

td.contactos {
    background: #2B3534;
    padding: 5px 10px;
}

.agregacontacto .two-col {
    color: white;
    float: right;
    margin: 4px 0px;
}

.miscontacto tr th{
    color:#E26807;
    background: #2B3534;
}

.miscontacto, .miscontacto td, .miscontacto tr{
    border: none;
}

.miscontacto{
    margin: auto;
}

.agregacontacto .two-col{
    color:white;
}

.botonborrar{
    width: 20px;
    text-align: center;
    float: right;
    color: #E46809;
    font-weight: bold;
    font-size: 18px;
    cursor: hand;
    cursor: pointer;
}
.misplanes{
    color: white;
}
misplanes .miscontacto tr{
    background: red;
}
.modal2{
    top: 0;
    position: fixed;
    z-index: 10000;
    margin: auto;
    width: 100%;
}

/**************************CORTE POP UP********************* */

.planesmejora, .pmejoras, .popEvidencia, .popAdvertencia, .popObservacion, .popConclusion, .popConsolidado{
    background: #2B3534;
    width: 100%;
    height: 500px;
    overflow: auto;
    border-bottom: 1px solid #666666;
/*    opacity: 0.90;
    filter: alpha(opacity =90);*/
}

.polig{ 
    width:100%; 
    height:52px; 
    background:#e26807; 
    font-family:arial; 
    font-weight:bold; 
    color:#EEEEEE; 
    padding-top: 1px;
/*    padding-top: 16px;*/
} 
.planesmejora .polig{
    
}
.planesmejora .polig .tool, 
.pmejoras .polig .tool{
    float: left;
    position: relative;
    margin: 0px 2px;
    font-weight: bold;
    width: 90%;
    font-size: 11px;
}

.planesmejora .polig .referencia,
.pmejoras .polig .referencia{
    float: left;
    width: 65px;
    margin: 10px 8px;
    color: #ffffff;
}

.planesmejora .polig .mejora,
.pmejoras .polig .mejora{
    color: #e26807;
    padding-top: 26px;
    padding-left: 84px;
}

/*.planesmejora .closepop,
.pmejoras .closepop{*/
.closepop{
    float: right;
    margin: 12px;
    font-weight: bold;
    color: beige;
    cursor: hand;
    cursor: pointer;
    font-size: 20px;
}

.planesmejora #BtnNuevoContacto,
.pmejoras #BtnNuevoContacto{
    float: right;
    margin: 5px 80px;
}

.planesmejora .closepop:hover,
.pmejoras .closepop:hover{
    color:orange;
}

.contenplan{
    padding-left: 84px; 
    padding-top: 32px;
    width: 800px;
    float: right;
}

.mejortexto{
    background: #fff;
    width: 819px;
    height: 155px;
    float: left;
    padding-left: 7px;
    padding-top: 15px;
    margin: 79px;
}

.insertEvidencia1{
    padding-left: 84px; 
    padding-top: 80px
}

.textodescri{
    color: #ffffff;
    padding-left: 85px;
    padding-top: 18px;
}

.combo{
    /*    margin: 0 5px;
        border: none;
        height: 40px;
        width: 110px;*/
    width: 206px;
    background: #FFF url(../img/arrow-select.png) no-repeat;
    background-position: 173px 0px;;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

}

.form-box .titulo{
    color:#e46809;
}

.bread{
    margin: 10px auto;
    width: 1200px;
    font-size: 13px;
}

.itemmejora
{
    width: 100px;
}

.itemmejora input{
    width: 300px;
}

.itemmejora label{
    display: inline-block;
    /*    width: 5em;*/
    margin: 10px 0px;
    width: 304px;
}

.col1, .col2{
    width: 45%;
    float: left;
    margin: 0px 10px;
}
#frmMejoras{
    margin: 65px 50px;;
}

.modal2 .contenido{
    margin: 30px auto;
    width: 700px;
}

.modal2 .polig p {
    margin: 13px 20px;
}

.btnocultarpop {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    cursor: hand; cursor:pointer;
}

.derecha{
    float: right;
}

.pracrespondida{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4e391+0,94ff84+50,b4e391+100 */
    background: #b4e391; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYjRlMzkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTRmZjg0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I0ZTM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #b4e391 0%, #94ff84 50%, #b4e391 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #b4e391 0%,#94ff84 50%,#b4e391 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #b4e391 0%,#94ff84 50%,#b4e391 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

#frmEmpresas, #frmDiagnosticos{
    width: 300px;  
    display: inline;
}

#diagnostico select, #diagnostico select{
    width: 100px;
}

.evidencia{
    display: none;
}

.footer{
    position: absolute;
    margin-bottom: 0px;
    /*    height: 47px;*/
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0;
    border-top: #ea6c23 solid 2px;
}

.contenedor{
    background: #EFEFEF;
    width: 100%;
    height: 820px;
}

.representante{
    margin: 2px auto;
    width: 600px;
    padding: 18px 0px 0px 0px;
    clear: both;
}

.sinfiltro select{
    display: none;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 12px "Helvetica Neue", Sans-Serif;
    /*    text-transform: uppercase;*/
    box-shadow: 0 0 7px black;
    font-weight: normal;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.est{

}
.est b{
    color: #E46809;
}
.est .numprac{
    color: #4cae4c;
}
.result-por, .Vresult-por{

}

.Vresult-por{
    color:#000000;
}

.result-por{
    color: #26b3f7;
}

#poplogro{
    display: block;
    border: 1px solid;
    position: fixed;
    top: 50%;
    left: 40%;
    padding: 24px;
    height: 100px;
    width: 280px;
    background: white;
}

.closelogro{
    text-align: right;
    cursor: pointer;
    cursor: hand;
}

.CerrarCiclo{
    float: right;
    margin-right: 10px;
    cursor: hand; cursor: pointer;
}

.botones_planes_mejoras li{
    display: inline;
}

.two-col .checkrepre{
    width: 50px;
}

.mioperador, .miparticipacion
{
    /*margin-bottom: 4px;*/
}

.cerraroperador{
    width: 10px;
    float: right;
    cursor:hand; cursor: pointer;
}

#frmAgregarContacto{
    width: 671px;
    border: 1px solid #666;
    margin: auto;
}

td.total{
    font-weight: bold;
}

.btnexportar{
    height: 30px;
    margin: 13px 0px;
}

.evi li span{
    color: orange;
    font-weight: bold;
    margin: 5px;
    background: white;
    border: 1px solid #CCC;
    padding: 0px 5px;
    cursor: hand; cursor:pointer;
}

.evi li span:hover{
   background: #e6db74;
}

.container, .container-fluid {
    width: 96%;
}

.dataTables_wrapper .dataTables_filter input {
    float: right;
}

.centrarTexto{
    vertical-align: middle; 
}
.centrarTextoBold{
    vertical-align: middle; 
    font-weight: bold;
    color: #666;
} 

.icon-new-plan{
    float: right;

}

.evi li{
    font-size: 11px;
    width: 130px;
/*    list-style-type: disc;*/
/*    margin: 4px 18px;*/
/*    margin-right: 60px;*/
}

#planes thead{
    background-color: #f0f8fb;
}

.collapseThead, .collapseTbody{
    display: none;
}


table.dataTable tbody.collapseTbody tr.linea td{
    border-bottom: 1px solid #111;
}

#form1 td{
    padding: 3px 5px;
}

.principios_rectores{
     font-size:14px;
}

.instrucciones_numericas{
    list-style-type: decimal;
    margin: 20px 20px;
}
.instrucciones li{
    margin: 8px 0px;
}

.table-striped > tbody.renglonPlanes > tr {
    background-color: #c0cfcf !important;
}

.cual{
    font-weight: normal;
    display: none;   
}

.checkResponsable{
    display: inline-block; 
    width: 15%;    
}

.otro{
    width: 30%; 
    vertical-align: super; 
}

.logradas{
    font-size: 12px;
}

.vermas{
    cursor: hand; cursor: pointer;
}

.agregarevidencia{
    cursor: hand; cursor: pointer;
}

.ui-progressbar-value.ui-widget-header.ui-corner-left {
    background: #E77721;
    height: 100%;
}
.menu-mas-cont li img{
    cursor: hand; cursor: pointer;
}

.evidencias-list h3{
/*    margin-top: 6px;
    margin-bottom: 6px;*/
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 20px;

}

.borde1{
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    border:1px solid #999999;
    background-color:#FFFFFF;
    -webkit-box-shadow: #B3B3B3 3px 3px 3px;-moz-box-shadow: #B3B3B3 3px 3px 3px; box-shadow: #B3B3B3 3px 3px 3px;
    padding: 5px 10px;
    color: blue;
}

#btnPopConsolidado{
    float: right;
    margin: 9px 20px;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    position: absolute;
    top: 17px;
    right: 10px;
    background: #E46809;
    color: white;
    border: none;
    cursor: hand;
    cursor: pointer;
    z-index: 1000;
}

.barra.aclaracion{
    overflow-y: auto;
    height: 120px;
}

.GENERAL .cumplimiento{
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}
.GENERAL{
    width: 345px;
    text-align: center;
    margin: auto;
}

.GENERAL .textopor
{
    
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable{
    z-index: 2000;
}