* {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: baseline;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    outline: 0;
}
ul, ol {
    list-style: none;
    text-align: center;
}
bloquote, q {
    quotes: "" "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*////////////////////////////////////////*/
/*-------------------root-----------------*/
/*////////////////////////////////////////*/
.clearit {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0;
}
html, body{
    margin:0px;
    padding: 0px;
}

body {
    /*	min-height: 100%;
            height: 100%;*/
            background: #f5f5f5;
            background-image: url("images/fondo-cliente.png");
            background-size: cover;
            background-repeat: no-repeat;
}

#logo-foca{
    height: 40px;
    top: 93%;
    position: fixed;
    right: 2%;
}
strong {
    font-weight: bold;
}
body {
    font-family: "Verdana", Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    width: 100%;
    position: relative;

}

body.back{
    background: transparent;
}

button{
    width: 100px;
    height: 30px;

    cursor: pointer;
}

#button_iniciar-sesion{
    width: 120px;
    margin-left: 80px;
    margin-top: 3px;
}

#button_iniciar-sesion:hover{
    background: #e78f08;
}

#button_enviar-datos:hover{
    background: #e78f08;
}
div.none{
    display: none !important;
}
.none{
    display: none !important;;
}

div.modal{
    width: 400px;
    height: 400px;
    background: #eee;
}



.wrapper_header,
.wrapper {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px;
    position: relative;  
    clear: both;
}



a:visited, a:link, a:active, a:hover {
    color: black;
    text-decoration: underline;
}


/*FULLFIELD*/
label.full_field{
    float: left;
    display: inline;
    clear: both;
    width: 300px;
    padding: 7px 0px;
    font-family: sans-serif;
    line-height: 20px;
}

label.full_field input{
    border: 1px solid #f90;
    border-radius: 5px;
    width: 80%;
    padding: 9px;
    color: black;
    margin-bottom: 5px;
    margin-left: 21px;
    margin-top: 13px;
}



/*MIDFIELD*/
label.mid_field{
    float: left;
    display: inline;
    width: 120px;
    padding: 7px 0px;
    font-family: sans-serif;
    line-height: 20px;
    padding-right: 30px;
}
label.mid_field input{
    border: 1px solid #f90;
    border-radius: 5px;
    width: 80%;
    padding: 5px;
    color: #989999;
}

/*check_field*/
label.check_field{
    float: left;
    display: inline;
    width: 308px;
    padding: 7px 0px;
    font-family: sans-serif;
    line-height: 20px;
    padding-right: 30px;
    
    clear: both;
}
label.check_field span{
    float: left;
    width: 80%;
    padding: 5px;    
    
}
label.check_field input{
    float: right;
    border: 1px solid #f90;
    border-radius: 5px;
    margin-top: 5px;
    color: #989999;
}

/*BUTTONS*/
div.button_form{
    width: 100%;
    float: left;
    display: inline;
    clear: both;
    padding: 15px 0px 7px 7px;
    margin-top: 15px;
}
div.button_form button{
    border: 1px solid #f90;
    background: #f90;
    color: white;
    border-radius: 3px;
    margin-right: 20px;
    margin-top: 22px;
}

.botones-inferiores:hover{
    background: #e78f08;
}

#boton_enviar-datos:hover{
    background: #e78f08;
}

#boton_enviar-datos{
    margin-right: 114px;
    margin-top: -16px;
}

.main_window{

    left: 40%;
    top: 30%;
    width:auto;

    position: fixed;
    background: white;
    height: auto;
    padding: 30px 20px 20px;
    border-radius: 10px;
    box-shadow: 1px 3px 3px gainsboro;
    z-index: 10;
    border-bottom: 1px solid gainsboro;
    border-right: 1px solid gainsboro;

    
}

.input-line{
    float: left;
    display: inline;
    clear: both;
    width: 320px;
}

.wait{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    background-image: url("images/wait.gif");
    background-position:  50% 50%;
    background-repeat: no-repeat;
    z-index: 10000;
    display: none;
    top:0;
    left:0;
}

/*TABLAS*/
.table-content{
    display: block;
    width: auto;
    height: 100%;
    padding-left: 53px;
    margin-top: -22px;
}

.table-content ul{
    list-style: none;
    padding: 0px;
    
}

.table-content ul.title li{
    float: left;
    display: inline;
    clear: both;
    padding: 5px 5px;
    background: #f90;
    
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    
}

.table-content ul.title{
    height:8%;
    clear: both;
    display: block;
}

.table-content .content-lista-scroll{
    height:92%;
    clear: both;
    display: block;
    overflow-y: auto;
}
.table-content ul.content li{
    float: left;
    display: inline;
    clear: both;
    padding: 5px 5px;
    border-bottom: 1px dotted #f90;
    
}

.table-content ul li span{
    float: left;
    display: inline;
    width:120px;
}



/*TOP-BAR*/
.top-bar{
    
    top:108px;
    width: 1200px;
    background: #f0efef;
    color: white;
}

.top-bar .datos-cliente .label-box{
    float: left;
    display: inline;
    border-radius: 10px;
    margin: 15px 15px;
    border: #f90 1px solid;
    overflow: hidden;
    background: #f90;
}

.top-bar .datos-cliente .label-box .title{
     padding: 5px 10px;
}

.top-bar .datos-cliente .label-box .data{
    background: white;
    color: black;
     padding: 0px 10px;
}



#head{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-direction: column;
    margin-top: 11px;
}
.head-content{

}
#btn_cont{

}
#logoemp{
height: 89px;
}
#btn_cont ul{
    
}

#btn_cont ul li{
    position: absolute;
    left: 80%;
    top: 617px;
    background-color: #f90;
    width: 50px;
    height: 26px;
    line-height: 27px;
    border-radius: 5px;
}

#btn_cont ul li ul{

}

#btn_cont ul li ul li{

}
#cont_menu .med{
    width: 134px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #f90;
    height: 26px;
    position: absolute;
    text-align: center;
    border-radius: 5px;
    line-height: 25px;
    top: 607px;
    left: 68%;
}

#cont_menu .med :hover{
color: #f90;
}

#contenedor-main{
    box-shadow: 0 0rem 2rem rgb(0 0 0 / 20%);
    border-radius: 20px;
    height: 550px;
}

#content_main{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 35rem;
    border-radius: 20px;
}
#titulo_login{
    font-weight: bold;
    line-height: 36px;
    float: left;
    margin-left: 247px;
    color: #3CF;
    font-size: 22px;
}

#button_enviar-datos{
    margin-right: 116px;
    margin-top: -22px;
}

.info_msg{
    color:red;
    float:left;
    clear: both;
    margin-left: 20px;
}

.info_msg{
    float:left;
    clear: both;
    margin-left: 20px;
    font-size: 18px;
    display: none;
}
.error_info{
    color:red;
}
.exito_info{
    color:#3FA2FF ;
}

.search_button_field{
    float: left;
    display: inline;
    margin-left: 10px;
    background: #ffcc66;
    border-radius: 5px;
    color: white;
}

.pop_changepass{

    position: absolute;
    background: white;
    height: auto;
    padding: 30px 20px 20px;
    border-radius: 10px;
    box-shadow: 1px 3px 3px gainsboro;
    z-index: 10;
    border: 1px solid gainsboro;
    top:22%;
    left:35%;
    width: 367px;
    z-index: 999999;
}
/*
.pop_changepass:after {
    content: "";
    position: absolute;
    top:-14px;
    z-index: 100;
    border: 0 solid gainsboro;
    border-top: 14px solid transparent;
    border-left-width: 10px;
    width: 50%;
    left: 23%;
}

.pop_changepass:before {
    content: "";
    position: absolute;
    border: 0 solid gainsboro;
    top: -14px;
    z-index: 100;
    border-right-width: 10px;
    border-top: 14px solid transparent;
    width: 50%;
    right: 77%;
}
*/

.pop_changepass label.full_field{
    text-align: right;
    width: 356px;
}

.pop_changepass label.full_field input{
    width: 60%;
    margin-left: 18px;
}

.divbiglog{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 999999;
    display: none;
    top:0;
    left:0;
}
.pop_changepass span{
    font-size: 20px;
    font-weight: bold;
}

.div_msg{
    width: 356px;
    float: left;
    clear: both;
    font-size: 15px;
    display: none;
}
.error_msg{
    color:red;
}
.exito_msg{
    color: blue;
}

.pow_by{
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 1100px;
    padding-top: 8px;
}

.pow_by a{
    text-decoration: none;
}

.pow_by a:hover{
    color:black;
    text-decoration: underline;
}

