
/* Colores O2 web */
/*
verde: 56ABA1
verde oscuro: 0B796C

rojo: 9C4172
rojo oscuro: 7F2F69

azul claro: F0F8FF
azul: 41B6E6
azul oscuro: 2682BE
azul muy oscuro: 000066

gris fondo: F8F8F8
negro: 4A4A4A

azul degradado: linear-gradient( to bottom, rgb(37, 36, 107), rgb(33, 49, 121) 10%, rgb(29, 74, 149) 19%, rgb(29, 98, 171) 30%, rgb(20, 122, 189) 40%, rgb(34, 146, 207) 50%, rgb(72, 172, 222) 60%, rgb(112, 194, 231) 70%, rgb(148, 210, 236) 80%, rgb(180, 221, 236) ) !important

/*
Basicos
*/
@font-face{font-family:"Varela";font-display:swap;src:url(//www.mirentik.com/wp-content/uploads/resources/fonts/varela/varelaround-regular.ttf)}
@font-face{font-family:'Sofia';font-display:swap;src:url(//www.mirentik.com/wp-content/uploads/resources/fonts/sofia/SofiaProRegular.eot);src:url(//www.mirentik.com/wp-content/uploads/resources/fonts/sofia/SofiaProRegular.eot?#iefix) format('embedded-opentype'),url(//www.mirentik.com/wp-content/uploads/resources/fonts/sofia/SofiaProRegular.woff2) format('woff2'),url(//www.mirentik.com/wp-content/uploads/resources/fonts/sofia/SofiaProRegular.woff) format('woff'),url(//www.mirentik.com/wp-content/uploads/custom-css-js/fonts/sofia/SofiaProRegular.ttf) format('truetype');font-weight:normal;font-style:normal;}
html {
    /*height: 100%;*/
}
body {
    /*height: 100%;*/
    margin: 0;
    font-family: "Sofia", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    //background:linear-gradient( to bottom, rgb(37, 36, 107), rgb(33, 49, 121) 10%, rgb(29, 74, 149) 19%, rgb(29, 98, 171) 30%, rgb(20, 122, 189) 40%, rgb(34, 146, 207) 50%, rgb(72, 172, 222) 60%, rgb(112, 194, 231) 70%, rgb(148, 210, 236) 80%, rgb(180, 221, 236) ) !important;


    //background-repeat: no-repeat !important;
    //background-size: cover !important;
    //background-color: #2682BE;
    color:#1a1a1a;
}
@-moz-document url-prefix() {
    html {
        min-height: 100%;
    }
    body {
        min-height: 100%;
        height: 100vh;
    }
}
h1{
    text-align: center;
    background: -webkit-linear-gradient(left, #ff00b9,#ff0800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5em;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
footer, .footer {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.5em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    color: #4A4A4A;
    font-size: 0.7em;
}
.centrado{
    max-width: 1360px;
    margin:auto;
}
/*a{color:#41B6E6;}
a:hover{color:#fff;}*/

.botones.autoliquidacion {
    margin:auto;
    width: 50%;
}

.botones.autoliquidacion li a {
    margin: 0 1em;
}
.botones {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
}
.botones li {
    margin: 1em 0;
    display: inline;
}
/*.botones .button {
    padding: 2px 6px 2px 6px;
    background: transparent;
    color: #ff0558;
    font-size: 16px !important;
    font-weight: normal;
    border-radius: 100px;
    border: 2px solid #ff0558;
    position: relative;
    transition: all 0.5s;
}
.botones .button:hover {
    background: #ff0558 !important;
    color: #fff;
}*/
.button {
    /*width: 100%;*/
    padding: 2px 6px 2px 6px;
    /*line-height: 0 !important;*/
    background: transparent;
    color: #ff0558;
    font-size: 16px !important;
    font-weight: normal;
    border-radius: 100px;
    border: 2px solid #ff0558;
    position: relative;
    transition: all 0.5s;
    text-decoration: none;
}
.button:hover {
    -webkit-box-shadow: 0 0 10px #FF0800 !important;
    background: #ff0558;
    color:#fff;
}
.cpanel .button {
    background: transparent;
    border: 2px solid #41B6E6;
    color:#41B6E6;
    border-radius: 0.5em;
}
.cpanel .button:hover {
    background: #41B6E6;
    color:#fff;
}
.cpanel .button.rojo {
    background: transparent !important;
    border: 2px solid #ff0800 !important;
    color:#ff0800 !important;
    border-radius: 0.5em;
}
.cpanel .button.rojo:hover {
    background: #ff0800 !important;
    color:#fff !important;
}
.rojo {
    /*color:#fff;
    border: 0.1em solid #ff0800;*/
    background: #e93d1f !important;
    color: #fff !important;
    border: 2px solid #ff0800 !important;
}
.rojo:hover {
    background: #ff0800;
    color:#fff !important;
}

.verde {  

    /*-webkit-box-shadow: 0 0 10px #56ABA1 !important;*/
    background: #a2c037 !important;
    color:#fff !important;
    border: 2px solid #a2c037 !important;
}
.verde:hover {
    /*background: #a2c037 !important;
    border:none !impostant;*/
    background: #fff !important;;
    color: #a2c037 !important;
}

.disbutton{
    width: 100%;
    padding: 2px 6px 2px 6px;
    line-height: 0 !important;
    background: #ff0558;
    color: #fff;
    font-size: 16px !important;
    font-weight: normal;
    border-radius: 100px;
    border: 2px solid #ff0558;
    position: relative;
    transition: all 0.5s;
}
#info:hover{
    cursor: pointer;
    display: none;
}
.info {
    padding: 1em;
    border: solid 1px #2682BE;
    /*background: #fff;
    color:#4A4A4A;*/
}
.select-cantidad-mostrar, .select-filtrar-anomes, .select-filtrar-usuario   {
    float:left;
}
.select-cantidad-mostrar *, .select-filtrar-anomes *, .select-filtrar-usuario * {
    display: inline-block;
    text-align: center;
}
.select-cantidad-mostrar select {
    width: 4em;
}
.select-filtrar-anomes select, .select-filtrar-usuario select {
    width: 6.5em;
}
/* paginacion */
.pagelinks {
    float: right;
    display: inline;
}
.pagenumdead, .pageprevdead, .pagenextdead{
    padding: 0.2em 0.5em;
    border-radius:0.5em;
    text-decoration: none;
    background-color: #ff0558;
    color: #fff;
    border: 2px solid #ff0558;
}
.pagelinks a {  
    padding: 0.2em 0.5em;
    border-radius:0.5em;
    text-decoration: none;
    background: transparent;
    color: #ff0558;
    border: 2px solid #ff0558;
}
.pagelinks a:hover {
    background-color: #ff0558;
    color:#fff;
    -webkit-box-shadow: 0 0 10px #FF0800 !important;
}

select {
    border-radius:0.5em;
    padding: 0.2em 0.5em;
    margin: 0 1em;
}
/* fin paginacion */

/* tema tablas */
.datagrid { 
    margin:3em auto 1em;
    width: 100%;

}
.datagrid table { 
    border-radius:0.5em;
    font-size: 0.8em;

    width: 100%;
    background: #808080;
} 
/*.datagrid {background: #fff;}*/
.datagrid table thead th {
    font-size: 1em;
    padding: 0;
    color:#FFFFFF; 
    font-weight: bold;
} 
.datagrid table thead {
    background: #505050;
}
.datagrid table th < .datagrid table thead th a{
    padding: 0;
}
.datagrid table thead th a{
    height: 100%;
    overflow: auto;
    text-decoration: none;
    background-color: #ff0800;
    color: #fff;
}
.datagrid table thead th span, .datagrid table thead th a{
    display: block;
    padding: 0.5em 0.15em;
}
.datagrid table thead th a:hover{
    text-decoration: underline;
    /*background-color: #00B0E0;
    color:#2682BE;*/
}
.datagrid table td {padding: 0.5em 0.15em;text-align: left;background: #fff;}
.datagrid table td.der {padding: 0.5em 0.15em;text-align: right;background: #fff;}
.datagrid table td.cen {padding: 0.5em 0.15em;text-align: center;background: #fff;}
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #505050;}
.datagrid table tbody .alt td { background: #cacaca; color:#505050; border-right:none;   }
.datagrid table tfoot td {padding: 0.5em 0.15em;}


/* Bordered form */
form {
}
/* Full-width inputs */
input:disabled {
    background: #ddd;
}
input[type=text], input[type=tel], input[type=password], input[type=email], textarea, #categoria{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button, input[type=file], input[type=submit] {
    width: 100%;
    padding: 2px 6px 2px 6px;
    /*line-height: 0 !important;*/
    background: transparent;
    color: #ff0558;
    font-size: 16px !important;
    font-weight: normal;
    border-radius: 100px;
    border: 2px solid #ff0558;
    position: relative;
    transition: all 0.5s;
}

/* Add a hover effect for buttons */
button:hover {
    -webkit-box-shadow: 0 0 10px #FF0800 !important;
    cursor:pointer;
    color: #fff;
    background: #ff0558;
}
.btnespecial {
    font-size: 18px !important;
    padding: 20px 25px !important;
    line-height: 0 !important;
    background: -webkit-linear-gradient(left, #ff00b9,#ff0800);
    border-radius:100px !important;
    cursor: pointer;
    font-family: inherit;
    border:none;
    color: #fff;
    margin: 8px 0;
    cursor: pointer;
    width: 100%;
    color:#fff;
    transition: all 0.5s;
}
.btnespecial:hover {
    background: -webkit-linear-gradient(left, #ff00b9,#ff0800);
    color: #fff;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}


/* Add padding to containers */
.container {
    padding: 16px;
}

/* The "Forgot password" text */
.error{
    color: #fff;
    padding: 1em;
    border: 1px solid red;
    background-color: #FF5733;
}
/* cpanel*/
.cpanel {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 60pt;

}
.cpanel td{
    font-size: medium;
}
.cpanel td a{
    padding: 0.5em !important;
    display: block;
    font-size: 0.95em;
    vertical-align: middle;
}
.cpanel td a:hover{
    cursor: pointer;
}
.cpanel td:hover{
}

/* filtro */
#filtro-fecha {
    float: left;
}
#filtro-fecha * {
    display: inline;
}
#filtro-fecha input {
    width: 7em;
    border-radius:0.5em;
    padding: 0.2em 0.5em;
    margin: 0 0.5em;
    border: 1px solid #2682BE;
    cursor: pointer;
    text-align: center;
}
#filtro-fecha button {
    /*padding: 0.2em 0.5em;*/
    margin: 0;
}
ul.lista-archivos {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
}
ul.lista-archivos li {
    margin: 1em 0;
    text-align: center;
    float: left;
}
ul.lista-archivos li a{
    border-radius: 0.5em;
    color: #fff;
    background:#a2c037;
    padding: 0.5em;
    text-decoration: none;
    display: block;
    margin-right: 1em;
}
ul.lista-archivos li a:hover{
    -webkit-box-shadow: 0 0 10px #56ABA1 !important;
}
ul.lista-archivos li a svg {

}

/* POPUP WA */
#mensajes {
    margin-top: 1em;
    display: none;
    padding: 0 1em;
}
#modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}
#pop-wa, #pop-link {
    top:10%;
    left:0;
    right: 0;
    position: fixed;
    margin: auto;
    width: 50em;
    padding: 2em;
    z-index: 55;
    background-color: white;
    color: black;
    border-radius: 0.5em;
}