* {
   margin: 0;
   padding: 0;
}

html, body {
    height: 100%;
}

#areaSearch {
   top: 0px;
}

div#ulChooseTouchDiv {
    background: #000000b3;
	width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
	padding-top: 10%;
}

#ulChooseTouchDiv > ul#ulChooseTouch {
    width: 30%;
    min-width: 250px;
}

.zoomValue {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    background: #afadad;
}

ul#ulChooseTouch {
    position: relative;    
    z-index: 99999;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

ul#ulChooseTouch > li {
    padding: 10px;
    border: 1px solid;
    border-radius: 16px;
	background: #FFFFFF;
	margin-top: 2px;
}

.parentPage {
    float: right;
    margin: 9px;
}

ul#ulChooseTouch > li.default{
	font-weight: bold;
}

.morse {
	position: absolute;
	margin: 0 auto;
	top: 4%;
	width: 100%;
	z-index: 90;
}
.morseBottom {
	position: absolute;
	margin: 0 auto;
	bottom: 25px;
	width: 100%;
	z-index: 90;
}
.morseHD {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    top: 35px;
	z-index: 90;
}
.morseHDBottom {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    bottom: 35px;
	z-index: 90;
}

div#divSpecialSections {
    /*margin: 30px;*/
}

select#languages {
    min-width: 115px;
}

#areaPageContainer {
   position: relative;
}

.div_paddingarticle {
    padding: 10px !important;
}

.imgcloselinkarticle{
	width: 20px;
    position: absolute;
    right: -20px;
    top: -14px;
}

.divLinkArticle{
	text-align: center;
    z-index: 100;
    position: relative;
    margin: 0 auto;
    background: #FFFFFF;
    max-width: 80%;
    border: 3px solid;
    border-radius: 8px;
    padding: 3px;
}

span {
    line-height: normal;
}

div#invisible_form {
	display:none;
}

div#artTopLast .paragraph {
    width: 90%;
    margin: 0 auto;
}

div#artTopLast {
    text-align: center;
}

div#configurationDiv {
	max-width: 100%;
    width: fit-content;
    background: white;
    z-index: 8888;
    border: 5px solid;
    position: absolute;
    inset: 10px 10px auto 10px;
}

b.searchTerm {
    background-color: yellow;
    color: #010101;
    font-weight: bold;
}

p.configurationP.closeP {
    text-align: right;
}

.nodb {    
    background: #f5f056;
    z-index: 999999;
    position: absolute;
    bottom: 0px;
    background-image: url(../code/images/warning.gif);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-y: 2px;
    background-position-x: 2px;
    color: red;
    font-weight: bold;
    padding-top: 2px;    
}

.noDate {
    background: #56eef5;
    z-index: 999999;
    position: relative;
    margin: 0 auto;
    background-image: url(../code/images/warning.gif);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-x: 50%;
    color: red;
    font-weight: bold;
    width: 40%;
    padding: 50px;
    text-align: center;
}

div#returnButton {
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 15;
    cursor: pointer;
    background: #d3cccc;
    padding: 5px;
	font-weight: bold;
    line-height: 35px;
	text-align: right;
}

div#returnButton > img#graphicbutton {
    float: right;
}


b.closeP {
    margin-top: 20px;
    text-align: right;
    cursor: pointer;
    color: red;
}

p.configurationP {
    margin: 5px;
}

.selectTypeZoom {
    position: relative;
    float: left;
	cursor: pointer;
	font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
	display: block;
    margin-bottom: 1px;
	text-align: center;
	padding-top: 5px;
    padding-bottom: 2px;	
}

.tooltipTitle{
	position: absolute;
    border: 1px solid black;
    border-radius: 4px;
    color: rgb(226, 35, 35);
    padding: 3px;
    font-weight: bold;
    z-index: 50;
    background-color: rgb(228, 225, 218);
}

.popupShareWinNew {
    position: absolute;
    background: #fff;
    border: 2px solid #333;
    border-radius: 7px;
}

p.shareP {
    margin-top: 2px;
}

img.imgSharing {
    width: 32px;
	margin: 0 auto;
}

a.buttonSharing {
    float: left;
    width: 45px;
    margin: 6px 5px 3px 5px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

a.buttonSharingMobile{
	float: none;
}

iframe#formPhodir {
    position: absolute;
    z-index: 40;
    width: 50%;
    height: 55%;
    background-color: #EEEEEE;
    border-radius: 20px;
    margin-left: 25%;
    margin-right: 25%;
    border: 3px solid grey;
}
#phodirExit{
	position: absolute;
    z-index: 41;
    width: 50%;
	margin-left: 25%;
    margin-right: 25%;
}

div#confirmLastEdition {
    max-width: 500px;
    min-height: 110px;
    z-index: 51;
    background-color: white;
    position: relative;
    border-radius: 10px;
    border: 1px solid black;
	top: 50px;
    margin: 0 auto;
}

button.btn.btn-default {
    box-shadow: none;
    color: #333;
    border: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    text-shadow: none;
    transition: background .1s;
    background-repeat: repeat-x;
    background-color: #fff;
    margin-right: 20px;
    cursor: pointer;
}

div#graphicChangeModeAction{
	width: 225px;
    height: 55px;
    z-index: 50;
    position: absolute;
    background: white;
	border: 2px solid;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

div#graphicChangeModeActionOLD{
	width: 160px;
    height: 55px;
    border-radius: 0px 0px 0px 10px;
    z-index: 35;
    right: 55px;
    top: 0px;
    position: absolute;
    display: none;
    background: black;
}

div#contSlide {
    cursor: pointer;
}

#areaButtons a {
   color: #ffffff;
}

#tempDiv {
   overflow: scroll !important;
}

#areaButtonPage{
	pointer-events: none;
}

.areaimaCont{
	overflow:hidden;
	position:absolute;
	left:0;
}

.ima{
	position:relative;
	float:left;
	left :0px;
}

#areaButtonPage > div{
	pointer-events: all;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#areaPage, #areaButtonPage, #areaText, #areaButtons {
   position: absolute;
   overflow:auto;
   left: 0;
   top: 0;
   width: 0;
   height: 0;
}

#areaPage {
   background-color: #FFFFFF;
}

#areaText {
   background-color: #ffffff;
   -webkit-overflow-scrolling: touch !important;
}
#areaButtons {
   background-color: #000000;
   color: #ffffff;
   z-index: 20;
   overflow: hidden !important;
}

.imar {
	display:inline;
   margin: 0;
   padding: 0;
	padding-right:2px;
}
.imal {
	display:inline;
   margin: 0;
   padding: 0;
	padding-left:2px;
}

#search_button {
   position: relative;
   left: 2px;
}

.buttonImage{
/*width: 50px;*/
}

img#E-Notify {
    margin-left: 15px;
}

.empty.button {
   cursor: default;
}

.waitinfo{
   cursor: default !important;
}

hr {
width: 100%;
}

div#areaBookmark {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 40;
    font-size: 24px;
    width: 200px;
    height: 350px;
    top: 60px;
    position: absolute;
    left: 105px;
    border: 3px solid black;
    border-radius: 10px;
    background-color: white;
}

#pageButtonBack{
	cursor:pointer;
	display:none;
	opacity: 0.6; 
	position: absolute; 
	float: right; 
	z-index: 23;
}

#sectionButtonBack{
	cursor:pointer;
	display:none;
	opacity: 0.6; 
	position: absolute; 
	float: right; 
	z-index: 24;
}

#pageButtonForward{
	cursor:pointer;
	display:none;
	opacity: 0.6; 
	position: absolute; 
	float: left; 
	z-index: 25;
}

#sectionButtonForward{
	cursor:pointer;
	display:none;
	opacity: 0.6; 
	position: absolute; 
	float: left; 
	z-index: 26;
}

.arrow_layoutStyleMode1 {
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #1665CF;
    height: 90px;
    width: 30px;
	opacity: 1 !important; 
}

.arrow_right_layoutStyleMode1 {
	border-radius: 6px 0px 0px 6px;
}

.arrow_left_layoutStyleMode1 {
	border-radius: 0px 6px 6px 0px; 
}

.spanarrow_layoutStyleMode1{
	height: 20%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	pointer-events: none;
}

#secSubHead{
	display: none;
	width: 100%;
	position: absolute;
	z-index: 99;
	bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border: 0;
	background: transparent;
	justify-content: center;
}

#downsel{
	background: #323232;
    width: 90%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
	border-radius: 30px;
}

.downsel_layoutStyleMode1{
	background-color: #1665CF !important;
}


/* ipad  */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){ 
   #areaSearch {
      top: 0px;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;
      overflow-x: hidden;
   }
}

/* iPhone 5  */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
   #areaSearch {
      top: 0px;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;
      overflow-x: hidden;
   }
}

/* iphone 2G-4S */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
   #areaSearch {
      top: 0px;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;
      overflow-x: hidden;
   }
}

div#optionsPageBbeScrollWrap {
    z-index: 9999999;
    position: absolute;
	width: auto;
	height: auto;
	margin: 0 auto;
	top: 75px;
}

img#closeAdsBBE {
    background: #FFFFFF;
    border-radius: 19px;
    top: 0px;
    position: absolute;
}

a#carretImgArticle {
	position: absolute;
	top: -5px;
    right: 5px;
}

.classImgArticlePhone > .caption {
    background: #000000cc;
    max-width: 100%;
    position: relative;
    bottom: 0px;
    margin: 0;
    padding: 5px;
    height: 20px;
	top: -35px;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	p.maintitle {
		/*text-align: center;*/
	}

	p.subtitle {
		/*text-align: center;*/
	}
}


div#pageSE::-webkit-scrollbar-thumb{
	background: #aaa;
}

div#pageSE::-webkit-scrollbar{
	width: 5px;
	height: 8px;
	background-color: #FFFFFF;
}

div#spacedownload {
    height: 80px;
}

.textHighlightingHide{
	display: none;
}

.lightbox-shadow-ads {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    z-index: 1000;
}

#lightbox-ads {
    position: absolute;
    text-align: center;
    z-index: 1001;
    top: 15px;
}

#lightbox-iframe-ads {
    border: 0px;
}

#lightbox-close-ads {
    position: absolute;
    top: 0px;
    background: white;
    border-radius: 20px;
}

#lightbox-close-ads:has(#lightbox-close-obj) {
    background: black;
}

#informationModal {
    position: relative;
    z-index: 999;
}