@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic,greek');

*{margin: 0; padding: 0;}

::-ms-clear {display: none;}

html {
	min-height: 100%;
}

body{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 12px; 
	color: #ffffff;
	line-height: 120%; 
	height: 100%;
	overflow-x:hidden;
	background: url(../images/bookworld_backgr2.png) no-repeat; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section{height: 100%;width: 100%;}

.hideOnDp, .legals{display: block;}
.showOnDp, .afterPreload{display: none;}

.img-responsive{max-width: 100%;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.hide{display: none;}
ul{list-style-type: none;}

.sized {
    max-height: 450px;
}

img, button{display: block; margin: 0 auto;border: none;}

hr{
	border: dashed 1px #333;
	margin: 15px auto;
}
h3{
	font-size: 20px;
	line-height: 120%;
}
h3 span{
	font-size: 150%;
	line-height: 120%;
}

.imgbrand{
	height: 55px;
}

#wrapper{
	padding-top: 65px;
	min-height: 60%;
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
	line-height: 1.3;
}

.container, .console{
    border-radius: 8px;
	position: relative;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	color: black;
	background-color: rgb(255 255 255 / 50%);
}

.console-header{
	display: block;
	font-size: 1.4em;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	/*max-width: 640px;*/
	margin: 0px auto;
	padding: 0 0 5px 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#pin-screen .console-header{
	line-height: 70%;
}

#msisdn-screen{
	display: none;
}

#pin-screen .console-header span{
	font-weight: normal;
	line-height: 70%;
	font-size:11px;
}

/* ANIMATION KEYWORD */
.keyword, .shortcode{
	animation-name: color_change; 
	animation-duration:0.7s; 
	animation-direction:alternate; 
	animation-iteration-count:infinite; 

	-webkit-animation-name: color_change; 
	-webkit-animation-duration:0.7s; 
	-webkit-animation-direction:alternate; 
	-webkit-animation-iteration-count:infinite; 
}
.shortcode { 
	animation-name: color_changed; 
	-webkit-animation-name: color_changed; 
}

/* HEADER */
#header-container{
	padding: 10px 0px;
	margin:0 auto;
	max-width: 900px;
}

.headercss, .headerwapcss{
	line-height: 110%;
	font-weight: bold;
}

#header img {
	max-height: 350px;
    margin: 0 auto;
}

/* MOCONFIRM */
#moconfirm-screen{text-align: center;}

#msisdn-screen h2{
	width: 400px;
	font-weight: bold;
	padding: 30px 0 20px 0
}
#moconfirm-screen h2 {
	color: #fff;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

#moconfirm_web .keyword, #moconfirm_web .shortcode {
	font-size: 30px;
	font-weight: bold;
	color: #082ba0;
}

#mo-confirm-wrap {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	font-size: 18px;
	line-height: 120%;
}
#mo-confirm-wrap p{
	padding: 0px 10px;
	font-size: 16px;
}
#mo-confirm-wrap span{
	line-height: 100%;
	vertical-align: top;
}

#smsToButtonContainer{
	font-size: 20px;
	line-height: 100%;
}

#to {
	color: inherit;
	padding: 13px 10px;
}

/*FORM*/
label{
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}
.form-horizontal .form-group{
	position: relative;
	max-width: 400px;
	margin: 0;
	margin: 0 auto;
}

.form-horizontal .control-label {
	text-align: left !important; 
	font-weight: bold;
	padding-bottom: 3px;
}

.glyphicon {
	pointer-events:none;
	float: right;
	position: relative;
	margin-top: -29px;
	margin-right: 5px;
	font-size: 1.5em;
}
.form-control{
	height: auto;
	width: 99%;
	margin: 10px auto 0px auto;
	padding: 10px 0px;
	text-indent: 10px;
	font-size: 20px;
	line-height: 120%;
	color: #555;
	border: solid 2px #666;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.inputContainer{position: relative;}
.form-control.invalid{border: 1px solid red;}
.valid+div,
.invalid+div{
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/valid.png) no-repeat;
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 99;
	pointer-events: none;
}
.invalid+div {background: url(../images/invalid.png) no-repeat;}

.btn, .btn:valid{
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
	text-decoration: none;
    background-color: #e50916;
	color:#fff;
	position: relative;
	display: block;
	cursor: hand; cursor: pointer;
	height: auto;
	width: 100%;
	margin: 10px auto;
	padding: 10px 0;
	max-width:400px;

}

.btn:hover{
	opacity: .8;
}

#moconfirm-screen p {
    font-size: 16px;
    font-weight: bold;
}

.keyword, .shortcode{
	line-height: 110%;
    font-weight: bold;
}

.smsToButton{
	cursor: hand; cursor: pointer;
	text-decoration: none;
	color: white;
    background-color: #b50202;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    font-size: 24px;
}

.wap, .web{
	padding: 10px;
}

#footer, .footerbtn {
	position: relative;
	line-height: 110%;
	margin: 0px auto;
	padding: 12px;
	/* background-color: rgba(0 0 0 / 30%); */
	border-radius: 6px;
	color: black;
	width: 95%;
	max-width:900px;
}

#footer a {color: inherit;}
#footer span {cursor: pointer; cursor: hand;}

.footerbtn{
	display: none;
	cursor: pointer;
    text-align: center;
}

.footerbtn:hover, .footerbtn.active{
	text-decoration: underline;
}

/* ANIMATION */
.inputfield, #upSellButton, #smsToButton{   
	animation: shadowThrob 0.7s infinite;
	animation-direction: alternate;
	-webkit-animation: shadowThrob 0.7s ease-out infinite;
	-webkit-animation-direction: alternate;
  }
  @keyframes shadowThrob {
	from {box-shadow: 0 0 6px 6px rgba(196, 21, 21, 0.8);}
	to {box-shadow: 0 0 6px 6px rgba(196, 21, 21, 0.1);}
  }
  @-webkit-keyframes shadowThrob {
	from {box-shadow: 0 0 6px 6px rgba(196, 21, 21, 0.8);}
	to {box-shadow: 0 0 6px 6px rgba(196, 21, 21, 0.1);}
  }
  
  
  #moconfirm_web .keyword{
	  animation-name: color_changed; 
  animation-duration:0.7s; 
  animation-direction:alternate; 
  animation-iteration-count:infinite; 
  
  -webkit-animation-name: color_changed; 
  -webkit-animation-duration:0.7s; 
  -webkit-animation-direction:alternate; 
  -webkit-animation-iteration-count:infinite; 
  }
  @keyframes color_change {
	  from { color: #229cf8; }
	  to { color: rgb(255, 255, 255); }
  }
  @-webkit-keyframes color_change {
	  from { color: #229cf8; }
	  to { color: rgb(255, 255, 255); }
  }
  
  #moconfirm_web .shortcode{
  animation-name: color_changed; 
  animation-duration:0.7s; 
  animation-direction:alternate; 
  animation-iteration-count:infinite; 
  
  -webkit-animation-name: color_changed; 
  -webkit-animation-duration:0.7s; 
  -webkit-animation-direction:alternate; 
  -webkit-animation-iteration-count:infinite; 
  }
  @keyframes color_changed {
	  from { color: black; }
	  to { color: #229cf8; }
  }
  @-webkit-keyframes color_changed {
	  from { color: black; }
	  to { color: #229cf8; }
  }
  
  .console_header4{
	  text-transform: uppercase;
  }
  
  

/* ======================= LEGALS ======================= */
/* ====================================================== */

.legals{
	font-size:12px;
}

@media screen and (max-width: 479px) {
	#header img {
		max-height: 300px;
	}

}

@media screen and (max-width: 700px) {
	#wrapper {
		padding-top: 30px;
	}
}
	


/* ==========================================================================
   Placeholders
   ========================================================================== */
::-webkit-input-placeholder {font-style: italic;font-weight: normal;}
::-moz-placeholder {font-style: italic;font-weight: normal;}
:-moz-placeholder {font-style: italic;font-weight: normal;}
input:-moz-placeholder{font-style: italic;font-weight: normal;}
:-ms-input-placeholder {font-style: italic;font-weight: normal;}
input:-ms-input-placeholder{font-style: italic;font-weight: normal;}
input.address:-ms-input-placeholder{font-style: italic;font-weight: normal;}

/*DEBUG*/
#debug-window{display: none; position: fixed; top: 0; right: 0; z-index: 99999; text-align: right;color: #000;}
#debug-buttons{display: none; text-align: right;}
#debug-window button{padding: 5px;margin: 1px 0 1px auto;}

.fs-checkbox{
    border: 0px;
}

.fs-operator{
	display:none;
}

#checkbox {
    float: left;
    margin-left:-15px;
}

.errortext{
    display: none;
    color:red;
}


.tickimg{
	font-size: 17px;
}

.bonustxt{
	font-size: 20px;
	line-height: 110%;
	font-weight: bold;
}

#end-screen{
	margin:0 auto;
	margin-top:-30px;
}

.end-btn{
	padding: 15px;
    background: #605ca8;
    font-size: 16px !important;
    color: #fff;
    border-radius: 5px;
    max-width: 400px;
}
