/* --
CSS Reseter
CSSLab © 2010 by Jorge Epuñan
http://www.csslab.cl/2010/06/01/css-reseter-v2/
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, header, footer, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    font-family: arial, helvetica, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

body {
    font-size: 80%;
}

h1 {font-size: 200%}
h2 {font-size: 180%;}
h3 {font-size: 165%;}
h4 {font-size: 135%;}
h5 {font-size: 112%;}
h6 {font-size: 100%;}
h2,h3,h4,h5,h6 {margin: 10px 0; padding: 0;}

article, aside, nav, section, dialog, figure, figcaption, header, footer, hgroup {
    display:block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

input, select {
    vertical-align:middle;
}

input.placeholder {
    color: #B2B2B2;
}

select {
	margin: inherit;
}

button {
	border: 1px solid #333;
	padding: 3px 5px;
	background: #CCC;
	cursor: pointer;
}

/*Hack to FireFox to border dotted*/
button::-moz-focus-inner, input::-moz-focus-inner,
select::-moz-focus-inner, textarea::-moz-focus-inner {
    border: none;
    padding: 0;
    margin: 0;
}

:focus {
	outline: 0;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* Shapes */
.arrow-up {
    border-bottom: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
}

/* Webfonts Kit*/
@font-face {
    font-family: 'HarabaraRegular';
    src: url('/kernel/webfontkit/harabara-webfont.eot');
    src: url('/kernel/webfontkit/harabara-webfont.eot?#iefix') format('embedded-opentype'),
         url('/kernel/webfontkit/harabara-webfont.woff') format('woff'),
         url('/kernel/webfontkit/harabara-webfont.ttf') format('truetype'),
         url('/kernel/webfontkit/harabara-webfont.svg#HarabaraRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaHvBTHeavy';
    src: url('/kernel/webfontkit/futurah-webfont.eot');
    src: url('/kernel/webfontkit/futurah-webfont.eot?#iefix') format('embedded-opentype'),
         url('/kernel/webfontkit/futurah-webfont.woff') format('woff'),
         url('/kernel/webfontkit/futurah-webfont.ttf') format('truetype'),
         url('/kernel/webfontkit/futurah-webfont.svg#FuturaHvBTHeavy') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/**** CLASES DE PAXER ****/

.left{
    text-align: left !important;
}

.right{
    text-align: right !important;
}

.center{
    text-align: center !important;
}

.fleft{
    float: left;
}

.fright{
    float: right;
}

.hide{
    display: none;
}

.invisible{
    opacity:0;
}

/* Se respetan los espacios en blanco */
.pre {
    white-space: pre-wrap;
}


/* Notices */
#notice-container {
    position: fixed;
    top: 10px;
    right: 2%;
    z-index:999999999999;
}

.notice {
    position: relative;
    width: 312px;
    margin: 0;
    display: none;
}

.notice-top {
    height:20px;
    background: url('/media/img/notice_top.png?v=2.1223') no-repeat;
}

.notice-body {
    min-height: 50px;
    padding: 0 25px 0 35px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    background: url('/media/img/notice_bg.png?v=2.1223') 1px 0 repeat-y;
}

.notice-bot {
    height:13px;
    background: url('/media/img/notice_bot.png?v=2.1223') no-repeat;
}

.notice .close {
    position: absolute;
    top: 20px;
    right: 12px;
    display: block;
    width: 18px;
    height: 17px;
    cursor: pointer;
    background: url('/media/img/notice_close.png?v=2.1223') no-repeat;
    font-size: 0;
}

.notice-body h3 {
    margin: 0 0 10px 20px;
}

.notice-body span.notice-icon {
    background: url('/media/img/notice_icon.png?v=2.1223') no-repeat;
    height: 56px;
    left: -10px;
    position: absolute;
    top: -25px;
    width: 58px;
}

.notice-body p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0;
    text-align: left;
}

.error .notice-top {
    background-position:0 -20px;
}

.warning .notice-top {
    background-position:0 -40px;
}

.error .notice-body {
    background-position:-311px 0;
}

.warning .notice-body {
    background-position:-623px 0;
}

.error .notice-bot {
    background-position:0 -13px;
}

.warning .notice-bot {
    background-position:0 -26px;
}

.error .notice-body span.notice-icon {
    background-position:0 -168px;
}

.warning .notice-body span.notice-icon {
    background-position:0 -110px;
}

#dialog-confirm{
    margin: 5px 0;
}

/* Enlace de textos colapsados (plugin) */
a.morelink {
    color: #3898E6;
    text-decoration: none;
}

a.morelink:hover {
    text-decoration: underline;
}

.help-plus-one {
    width: 12%;
    position: relative;
    top: 8px;
    left: 5px;
}



/*** Paxer custom Loader ***/

/** Overlay */
#main-overlay {
    display: none;
    background-color:#9E9E9E;
    opacity: 0.6;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    position: fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:999;
}
#main-overlay.init {
    opacity: 0 !important;
}

/** Loader */
#main-loader {
    left: 50%;
    top: 50%;
    margin-left: -130px;
    margin-top: -35px;
    opacity: 0.85;
    padding: 10px 30px;
    position: fixed;
    width: 200px;
    z-index: 999999999999999;
    font-family: Helvetica,Arial, sans-serif;
}

#main-loader.corner-all {
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
}

#main-loader.body {
    background: #222222;
    text-align: center;
}

#main-loader label {
    font-size: 15px;
    text-align: center;
    text-shadow: 0px 0px 3px #FFF;
    color: #FFFFFF;
    font-weight: normal;
}

#main-loader .icon {
    background-color: transparent;
    display: block;
    height: 35px;
    margin: 0 auto;
    opacity: 0.9;
    position: static;
    width: 35px;
}

#main-loader .icon-loading {
    background-image: url("/media/img/loading.png?v=2.1223");
    background-repeat: no-repeat;
}

/*** Paxer custom Loader ***/

div#PolicyConditions {
    margin: 10px;
    width:100%;
}


div#PolicyConditions > form{
    margin: 10px;
}

div#PolicyConditions > object{
    width:100%;
    height:450px;
}



div#contractViewPDF {
    margin: 10px;
    width:100%;
    height:100%;
}
