
/* 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
*/
html {
    /*height: 100%;*/
}
body {
    /*height: 100%;*/
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    background:#0086c3 !important;


    background-repeat: no-repeat !important;
    background-color: #2682BE;
    color:#fff;
}
@-moz-document url-prefix() {
    html {
        min-height: 100%;
    }
    body {
        min-height: 100%;
        height: 100vh;
    }
}
.pez1 {
    position: absolute;
    left: 0%;
    width: 30%;
    top: 9%;
    z-index: -1;
}
h1{
    text-align: center;
    color:white;
}
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;
}
.button {
    border-radius:0.5em;
    font-family: 'Ubuntu', sans-serif !important;
    text-decoration: none;
    background-color: #41B6E6;
    color: #fff;
    padding: 2px 6px 2px 6px;
    border: 0.1em solid #41B6E6;
}
.button:hover {
    background-color: #2682BE;
    color:#fff;
}

.rojo {
    background-color: #9C4172;
    border: 0.1em solid #9C4172;
}
.rojo:hover {
    color:#fff;
    background-color: #7F2F69;
}

.verde {  
    border: 0.1em solid rgba(91,198,21,.7)!important;
    background-color: #5bc615;
}
.verde:hover {
    color:#fff;
    background-color: rgba(91,198,21,.7)!important;
}

.disbutton{
    border-radius:0.5em;
    font-family: 'Ubuntu', sans-serif !important;
    text-decoration: none;
    background-color: #2682BE;
    color: #fff;
    padding: 2px 6px 2px 6px;
    border: 0.1em solid #2682BE;
}
#info:hover{
    cursor: pointer;
    display: none;
}
.info {
    padding: 1em;
    border: solid 1px #2682BE;
    background: #fff;
    color:#4A4A4A;
}
.info a:hover {
    color:#0086C3;
}
.select-cantidad-mostrar, .select-filtrar-anomes, .select-filtrar-usuario   {
    float:left;
    margin: 1em auto;
}
.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;
    margin: 1em auto;
    display: inline;
}
.pagenumdead, .pageprevdead, .pagenextdead{
    padding: 0.2em 0.5em;
    border-radius:0.5em;
    text-decoration: none;
    background-color: #2682BE;
    color: #fff;
    border: 1px solid #2682BE;
}
.pagelinks a {  
    padding: 0.2em 0.5em;
    border-radius:0.5em;
    text-decoration: none;
    background-color: #41B6E6;
    color: #fff;
    border: 1px solid #2682BE;
}
.pagelinks a:hover {
    background-color: #2682BE;
}

select {
    border-radius:0.5em;
    padding: 0.2em 0.5em;
    margin: 0 1em;
}
/* fin paginacion */

/* tema tablas */
.datagrid { 
    margin:1em auto;
    width: 100%;

}
.datagrid table { 
    border-radius:0.5em;
    font-size: 0.8em;

    width: 100%;
    background: #2682BE;
} 
/*.datagrid {background: #fff;}*/
.datagrid table thead th {
    font-size: 1em;
    padding: 0;
    background-color:#2682BE;
    color:#FFFFFF; 
    font-weight: bold;
} 
.datagrid table thead {
    background: #FFFFFF; 
}
.datagrid table th < .datagrid table thead th a{
    padding: 0;
}
.datagrid table thead th a{
    height: 100%;
    overflow: auto;
    text-decoration: none;
    background-color: #41B6E6;
    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: #4A4A4A;}
.datagrid table tbody .alt td { background: #00B0E0; border-right:none;   }
.datagrid table tfoot td {padding: 0.5em 0.15em;}


.datagrid.form td{ 
    padding: 0;
}
.datagrid.form td:first-child {
    padding:0 0 0 1em;
}
.datagrid.form td input,.datagrid.form td select, .datagrid.form td textarea{
    margin: 0;
}
.datagrid.form td select{
    margin: 0;
    width: 100%
}
/* Bordered form */
form {
    margin:auto;
}
/* Full-width inputs */
input:disabled, input:read-only {
    background: #ddd;
}

input[type=text], input[type=tel], input[type=email], input[type=password], textarea, select.contrato{
    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] {

    border-radius:0.5em;
    background-color: #41B6E6;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: 0.1em solid #41B6E6;
    cursor: pointer;
    width: 100%;
    color:#fff;
}

/* Add a hover effect for buttons */
button:hover {
    background-color: #2682BE;
    border: 0.1em solid #41B6E6;
}

/* 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-top: 1em;
    padding-bottom: 1em;
    display: block;
}
.cpanel td a:hover{
    cursor: pointer;
}
.cpanel td:hover{
}
/* filtro */
#filtro-fecha {
    float: left;
    margin: 1em auto;
}
#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:#56ABA1;
    padding: 0.5em;
    text-decoration: none;
    display: block;
    margin-right: 1em;
}
ul.lista-archivos li a:hover{
    background:#0B796C;
}
ul.lista-archivos li a svg {

}
#modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}
#infoConf {
    top:1em;
    left:0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 50em;
    padding: 2em;
    z-index: 55;
    background-color: white;
    color: black;
}

/* POPUP WA */
#mensajes {
    margin-top: 1em;
    display: none;
    padding: 0 1em;
}
#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;
}
/* tooltip */


.tool-tip{
	color: #fff;
	background-color: rgba( 0, 0, 0, .7);
	text-shadow: none;
	font-size: .8em;
	visibility: hidden;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-o-border-radius: 7px; 
	border-radius: 7px;	
	text-align: center;	
	opacity: 0;
	z-index: 999;
	padding: 3px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;	
}

.tool-tip,
.tool-tip.top{
	top: auto;
	bottom: 114%;
	left: 50%;		
}

.tool-tip.top:after,
.tool-tip:after{
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: rgba( 0, 0, 0, .7);	
}

/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
	width: 7em;
	height: 3em;
	margin-left: -43px;
}

/* tool tip position right */

.tool-tip.right{
	top: 50%;
	right: auto;
	left: 106%;
	margin-top: -15px;
	margin-right: auto;	
	margin-left: auto;
}

.tool-tip.right:after{
	left: -5px;
	top: 50%;	
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-right-color: rgba( 0, 0, 0, .7);	
}

/* tool tip position left */

.tool-tip.left{
	top: 50%;
	left: auto;
	right: 105%;
	margin-top: -15px;	
	margin-left: auto;	
}

.tool-tip.left:after{
	left: auto;
	right: -12px;
	top: 50%;
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-left-color: rgba( 0, 0, 0, .7);	
}

/* tool tip position bottom */

.tool-tip.bottom{
	top: 115%;
	bottom: auto;
	left: 50%;
	margin-bottom: auto;	
}

.tool-tip.bottom:after{
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: transparent;	
    border-bottom-color: rgba( 0, 0, 0, .6);	
}

/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
	display: block;
}

.on-focus > .tool-tip.slideIn{
	z-index: -1;
}

.on-focus > input:focus + .tool-tip.slideIn{
	z-index: 1;
}

/* bottom slideIn */

*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom{
	top: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 115%;
}	

.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 100%;
}

/* top slideIn */

*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top{
	bottom: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top{
	bottom: 110%;
}	

/* left slideIn */

*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
	right: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
	right: 105%;		
}

/* right slideIn */

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right{
	left: 50%;		
}

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right{
	left: 105%;
}

body.prosegur {
    background-color: #fff !important;
    color:#000;
}
body.prosegur footer{
    background-color: #3a3c3f;
    color: #fff;
}
body.prosegur div.info{
    background:#ffc107 !important;
    color:#000;
    border:0;
}
body.prosegur section {
    background:#f4f4f4;
    color:#000;
}
.prosegurBtn {
    background-color: #ffd000 !important;
    border-color: #ffd000 !important;
    color: #000 !important;
}
.prosegurBtn:hover {
    background-color: #4C4C4C !important;
    border-color: #4C4C4C !important;
    color: #fff !important;
}