/*#panelFiltros_rp{
    margin-top: 50px;
}*/

div#opc_fil_edi_usu{
    background-color: #FFF;
    border: none;
}

div#opc_fil_new_usu{
    background-color: #FFF;
    border: none;

}

div#divWellFiltroOpciones{
    max-height: 700px;
    overflow: auto;
    background-color: #FFF;
    color: black;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

a.chkDesplegar{
    color: #504D4D !important;
}

li.liFiltroOpciones{
    display: none;
}

/*
div#opc_fil_edi_usu{
    max-height: 700px;
    overflow: auto;
    background-color: #FFF;
    color: #504D4D;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

div#opc_fil_new_usu{
    max-height: 700px;
    overflow: auto;
    background-color: #FFF;
    color: #504D4D;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
*/

ul{
       list-style:none;
}

i.dropdownEncuestas{
    float: right;
    font-size: 30px;
    line-height: 40px;
    margin-top: -10px;
    color: #e0e1e7 !important;
    position: relative;
}

div#headerDashboard{
    height: 60px;
}

a.back{
    float: right;
    font-size: 30px;
    line-height: 40px;
    margin-top: -10px;
    color: #e0e1e7 !important;
}

div#botGrafCir{
    margin-top: -50px;
}

div#tituloGrafCir{
    margin-bottom: 3%;
    font-size: 14px;
    font-weight: bold;
}

.backG_gris{
    background-color: #c4c4c4;
    border-radius: 30px;
    margin-bottom: 5px;
}

span.texto_bar_dashboard{
    font-size: 15px !important;
    line-height: 50px !important;
}

span.texto_bar_dashboard_ant{
    font-size: 15px !important;
    line-height: 50px !important;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

div.progressDashboard{
    height: 30px !important;
    border-radius: 30px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    background: #FFF;
}

div.progress_bar_Dashboard{
    font-size: 15px !important;
    line-height: 25px;
}

.i_a{
    color: #7CB5EC;
}
.i_b{
    color: #A4A4A4;
}
.i_c{
    color: #90ED7D;
}

.dashboardVerde{
    color: green;
}

.dashboardRojo{
    color: red;   
}

.dashboardAmarillo{
    color: yellow;
}

.iconDashboard{
    position: absolute;
    margin-top: 10%;
    z-index: 2;
    margin-left: 80%;
}

#panel_encuestas_rp{
    position: fixed;
    z-index: 10;
    width: 80%;
    /*margin-top: -15px;
    margin-top: 1%;*/
}

#panel_filtros_rp{
    padding-top: 12%;
}

@media (max-width: 1650px) {
	#panel_filtros_rp{
	    padding-top: 200px;
	}
}
/*@media (max-width: 1080px) {
	#panel_filtros_rp{
	    padding-top: 15%;
	}
}*/


td.sorting_1 {
    background: none !important;
}

select.visible {
    visibility: visible
}

select.hidden {
    visibility: hidden
}

.selectize-dropdown.single {
    width: 500px !important;
    left: -200px !important;
}

.selectize-input.items.has-options.full.has-items{
    padding: 0 !important;
    text-align: center;
}

.selectize-control.single .selectize-input {
    box-shadow: none !important;
}

.selectize-input.full {
    background-color: #FFF !important;
}

.selectize-input{
    font-size: 11px !important;
    min-height: 20px !important;
    height:20px !important;
    line-height: normal !important;
    padding-top: 0px !important;
}

.selectize-dropdown, .selectize-input, .selectize-input input{
    font-size: 11px !important;
}

#tabla1g a{
    color: #7A7676 !important;
}

#overlay {
    background: #fff;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#overlay img{

 padding: 0; 
    margin: 250px auto 0;
    list-style: none;
    text-align: center;
    display: block;

}
#overlay ul {
    padding: 0; 
    margin: 30px auto 0;
    list-style: none;
    text-align: center;
    display: block;
}

#overlay ul li {
    width: 10px;
    height: 10px;
    background-color:#FF6B00;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    -ms-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -o-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
}

#overlay ul li.li6  {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#overlay ul li.li5 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    -ms-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#overlay ul li.li4 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#overlay ul li.li3 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
#overlay ul li.li2  {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}
#overlay ul li.li1  {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    -ms-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

@-webkit-keyframes loading {
    0% {-webkit-transform: translateX(-30px); opacity: 0}
    25% {opacity: 1}
    50% {-webkit-transform: translateX(30px); opacity: 0}
    100% {opacity: 0}
}

@-moz-keyframes loading {
    0% {-moz-transform: translateX(-30px); opacity: 0}
    25% {opacity: 1}
    50% {-moz-transform: translateX(30px); opacity: 0}
    100% {opacity: 0}
}

@-o-keyframes loading {
    0% {-o-transform: translateX(-30px); opacity: 0}
    25% {opacity: 1}
    50% {-o-transform: translateX(30px); opacity: 0}
    100% {opacity: 0}
}

@-ms-keyframes loading {
    0% {-ms-transform: translateX(-30px); opacity: 0}
    25% {opacity: 1}
    50% {-ms-transform: translateX(30px); opacity: 0}
    100% {opacity: 0}
}

@keyframes loading {
    0% {-ms-transform: translateX(-30px); opacity: 0}
    25% {opacity: 1}
    50% {-ms-transform: translateX(30px); opacity: 0}
    100% {opacity: 0}
}

.bodycontainer { max-height: 250px; width: 100%; margin: 0; overflow-y: auto; }
.table-scrollable { margin: 0; padding: 0; }

label.P{
    font-weight: 500;
}

label.E{
    font-weight: 500;
    display: none;
}