/*
*/

body{
    margin: 0;
    padding: 0;
    background-color: #EFEFEF !important;
    font-size: medium;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

a{
    color: #007bff;
}

.imagenlistado{
    max-width: 100px;
}

.bandera{
    max-width: 50px;
}
.banderamini{
    max-width: 15px;
}


/* LOGIN */
#containerform{
    margin: 1% 0;
}
#containerform label{
    color: white;
    font-size: x-large;
}
.botonnaranja{
    background-color: #FF530D;
    border: none;
    color: white;
    padding: 5px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: x-large;
}
.borderdetail{
    border-bottom: 2px solid #3F5765;
}
.verde{
    color: #77D8A1;
}
.rojo{
    color:#F24F6A;
}
.azul{
    color: #3F5765;
}
a.ver{
    text-decoration: none;
    float: left;
    font-size: large;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    z-index: 300;
}
.enlacefichero{
    text-decoration: none;
    color: #3F5765;
    cursor: pointer;
}
.floatright{
    float: right;
}


.mrgbtm0{
    margin-bottom: 0px !important;
}
.mrgtop0{
    margin-top: 0px !important;
}
.pddng0{
    padding: 0 !important;
}
.pddngt1{
    padding-top: 1% !important;
}
/* Menú lateral */
.sidenav {
    height: 100%; 
    width: 0;
    position: fixed;
    z-index: 1; 
    top: 0;
    left: 0;
    background-color: #86829c; 
    overflow-x: hidden; 
    transition: 0.5s;
}


#menulateral{
    width: 15%;
    color: white;
    background-position: right;    
}

#containerinterior{
    width: 85%;
    transition: margin-left .5s;
    margin-left: 15%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    overflow-x: hidden;
}

#menulateralsuperior{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
    height: 90px;
    text-align: center;
    background-color: #3f3a60;
}
.imagenpromo{
    height: 90px;
    width: 170px;
    text-align: center;
}

#menulateralsuperior label{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: white;
    font-size: larger;
}

#menulateralsuperior label span, #copydirection, #search{
    color: #FF530D;
}

#menulateralsuperior label svg:hover{
    cursor: pointer;
}

.margtopbott{
    margin-top: 10px;
    margin-bottom: 10px;
}



.itemmenu{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: .5em;
    text-align: left;
    background-color: #86829C;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.5s;
}

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

#menuinterior{
    position: relative;
    float: left;
    width: 100%;
    height: 90px;
    background-color: #3f3a60;
}

#menulogin{
    float: right;
    list-style: none;
    margin: 0 1% 0 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menulogin li a{
    color: white;
    text-decoration: none;
}

#menulogin li .dropdown-menu li a{
    color: white;
}

#conenidointerior{
    position: relative;
    float: left;
    width: 100%;
    padding: 1%;
}
.div100{
    position: relative;
    float:left;
    width: 100%;
}
#divh1title{
    margin: 0;
    padding: 0 0 0 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 100%;
}

#h1title{
    margin: 0;
    padding: 0;
    font-size: large;
    /*color: #86829c;*/
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
   /* https://www.dariobf.com/centrar-verticalmente-con-css-6-formas-diferentes-de-lograrlo/  */
}
a.btn{
    text-decoration: none;
}
.titlevolver{
    color: #FF530D;
}

#h1title svg{
    font-size: xx-large;
}

#titleinterior{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 1% 0;
    font-size: x-large;
    color: #86829c;
    font-weight: bold;
}


#h1title .botonadd, #h1title .botonrecover, #h1title .botonnotice, #h1title .botonlist{
    background-color: #FF530D;
    font-size: medium;
    font-weight: normal;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    padding: 7px 10px;
}
#h1title .botonlist{
   background-color: #77D8A1;
}
#h1title .botonnotice{
   background-color: #DC042E;
}
#h1title .botonadd svg, #h1title .botonrecover svg, #h1title .botonnotice svg{
    font-size: medium;
}
#h1title .botonrecover{
    background-color: #DC042E;
}
button.botonrecover{
    border-width: 0px;
}
#h1title #container_textbuscar{
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #EFEFEF;
    margin-left: 15px;
}



#formularioedicion, #formulariototal{
    position: relative;
    float: left;
    width: 100%;
    background-color: white;
    padding: 1%;
}

#formularioedicion input[type=text],
#formularioedicion input[type=password],
#formularioedicion input[type=email]{
    border: none;
    background-color: #EFEFEF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#formularioedicion label, #formulariototal label{
    color: black;
    font-weight: lighter;
    margin-bottom: 5px;
    display: inline-block;
}

#formulariototal label{
    margin-top: 3%;
}
.btneditar{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
    background-color: #FF530D;
    border: none;
    padding: 5px 20px;
}

.botontitle, .botontitleleft{
    text-decoration: none;
    float: right;
    padding: 5px 10px;
    font-size: large;
    border:none;
    font-weight: 200;
}
.botontitleleft{
    float: left;
}
.fondorojo{
    background-color: #F24F6A;
    color: white;
}

.fondoverde{
    background-color: #77D8A1;
    color: #3F5765;
}
.fondomorado{
    background-color: #C69EFC;
    color: #3F5765;
}
.fondogris{
    background-color: #BDD4DE;
    color: #3F5765;
}


.fcolorrojo{
    color: #F24F6A;
}

.colorverde{
    color: #77D8A1;
}
.colormorado{
    color: #3F5765;
}
.colorgris{
    color: #BDD4DE;
}
.colorrojo{
    color: #F24F6A; 
}
#tablelist{
    background-color: white;
}

#tablelist thead{
    background-color: #3F5765;
    color: white;
    text-transform: uppercase;
    border: none;
}

#tablelist tbody tr{
    border-bottom: 2px solid #BDD4DE;
}

#tablelist tbody tr:hover{
    cursor: pointer;
}

#containertabla{
    position: relative;
    float: left;
    width: 100%;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}

#containerdetalle{
    position: relative;
    float: right;
    width: 0%;
    display: none;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    background-color: white;
    overflow-y: auto;
}

#cabeceradetail{
    background-color: #3F5765;
    position: relative;
    float: left;
    width: 100%;
}

#cabeceradetail .botondetail{
    text-decoration: none;
    float: right;
    padding: 5px 5px;
    text-align: center;
    font-size: larger;
    margin-left: 2px;
}

#cabeceradetail .botondetail span{
    display: none;
}

#cabeceradetail .botondetail:hover span{
    display: inline-block;
}

#contenidodetail{
    padding: 2%;
    position: relative;
    float: left;
    width: 100%;
    
}

#contenidodetail #detail_conlogo{
    position: relative;
    float: left;
    width: 69%;
}

#contenidodetail #detail_sinlogo{
    position: relative;
    float: left;
    width: 100%;
}

.detail_item{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: lighter;
}

.detail_item span{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: x-small;
    text-transform: uppercase;
}

.detail_item label{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    font-size: large;
}

.imageempresa{
    position: relative;
    float: left;
    width: 10%;
    margin-top: 20px;
}

.imageempresa span{
    position: absolute;
    top: 0;
    color: #FF1D25;
}

.imageempresa span:hover{
    cursor: pointer;
}

.imageempresa img{
    width: 100%;
}

#contenidodetail #detail_div_logo{
    position: relative;
    float: right;
    width: 30%;
    text-align: center;
}

#contenidodetail #detail_div_logo img{
    max-width: 80%;
    margin: 0 10%;
    border: solid 1px #BDD4DE;
}

#containertabla .titleh2{
    color: #3F5765;
    font-size: larger;
    margin: 20px 1%;
    padding-bottom: 5px;
    width: 98%;
    position: relative;
    float: left;
    border-bottom: 2px solid #3F5765;
}

#variables_container{
    margin: 10px 0;
    width: 100%;
    position: relative;
    float: left;
}

#variables_container .itemvariable{
    position: relative;
    float: left;
    width: 23%;
    margin: 10px 1%;
    background-color: #BDD4DE;
    color: #3F5765;
    text-align: center;
    padding: 20px 0;
}

#variables_container .itemvariable a{
    color: #3F5765;
    text-decoration: none;
    font-size: larger;
}


th a{
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.ordennombre{
    color: #3F5765;
    text-transform: none;
}

 .edit svg:hover{
    curso: pointer;
}
.tabledetalle .disabledpropiedad, .tabledetalle .disabledincidencia, th .disabledpropiedad{
    border-width: 0px;
    cursor: not-allowed;
    background-color: transparent;
    width:100%;
    -webkit-appearance: none;
}

.height150{
    height: 150px;
}

.tabledetalle{
    max-width: 98%;
    min-width: 98%;
    width: 98%;
    margin: 5px 1%;
    font-size: medium;
    font-weight: normal;
    color: #3F5765;
}

.tabledetalle thead{
    border-bottom: 2px solid #3F5765;
}

.tabledetalle th, 
.tabledetalle td{
    font-size: large;
    font-weight: normal;
}

.tabledetalle tbody svg{
    color: #FF530D;
    font-size: x-large;
}

.tabledetalle tbody svg:hover, th a svg:hover, .comunidad_opciones a svg:hover{
    cursor: pointer;
}

.tabledetalle tbody tr{
    border-bottom: 2px solid #BDD4DE;
}



.botonmodal{
    background-color: #FF530D;
    color: white;
    text-decoration: none;
}

.botonmodal:hover{
    color: white !important;
}

.selectfilatable{
    background-color: #BDD4DE;
}

.imagendetail{
    width: 100%;
}

.textareaform{
    max-width: 100%;
    min-width: 100%;
    height: 100px !important;
}

.linemovimientos textarea{
    max-width: 150px;
    min-width: 150px;
    width: 150px;
}
#modelo_nombre{
    font-size: x-large;
    padding: 0px 12px;
    color: #007fff;
}
.labelnuevotipo{
    display: none;
    margin-bottom: 0px !important;
}
.mb1{
    margin-bottom: 1px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.btnlist{
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    color: #3F5765;
    text-decoration: none;
}
.btnlist:hover{
    cursor: pointer;
}

.deleteimage{
    position: absolute;
    top: 0;
    left: 0;
    color: #3f3a60;
}

.deleteimage:hover{
    cursor: pointer;
}

.marginleft10{
    margin-left: 10px;
}

.btn{
    background-color: #3f3a60;
    padding: .75em !important;
    font-size: 15px;
    text-decoration: none;
    color: white;
    transition: all .3s ease-in-out;
}

.btn:hover{
    background-color: #736f88;
}

.btn i{
    font-size: 25px;
}

@media screen and (max-width: 1024px) {
    .letramenu, #menulateralsuperior label{
        font-size: small;
    }
   
    .imagenpromo {
        height: 60px;
        width: 115px;
    }
}    