* 
{
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
body 
{
	background-color:#2a4480;
	margin:0px;
}

.rounded-corners
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*-----------------------------------*/
/*              UPBAR                */
/*-----------------------------------*/

.logo-color1
{
	color: #ffaa00;
}

.logo-color2
{
	color: #ffd300;
}

.logo-color3
{
	color: #ffffff;
}

#logo
{
}

#betoniarabar
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
}

.upbar
{
	height:40px
	padding:0px;
	border:0px solid gray;
	margin:0px;
	background-color:#06266f;
	color:#ffffff;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.49, #204191),
	color-stop(1, #06266F)
	);
	background-image: -o-linear-gradient(bottom, #204191 49%, #06266F 100%);
	background-image: -moz-linear-gradient(bottom, #204191 49%, #06266F 100%);
	background-image: -webkit-linear-gradient(bottom, #204191 49%, #06266F 100%);
	background-image: -ms-linear-gradient(bottom, #204191 49%, #06266F 100%);
	background-image: linear-gradient(to bottom, #204191 49%, #06266F 100%);
}

.upbar-dialog
{
	height:40px
	padding:0px;
	border:0px solid gray;
	margin:0px;
	background-color:#06266f;
	color:#ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.upbar-buttons1 button
{
	border: none;
	font-size: 14px;
	padding: 0px 10px;
	line-height: 21px;
	text-align: center;
	background-color: #ffaa00;
	color: #06266f;
	min-width: 70px;
	cursor: pointer; 
	cursor: hand;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.action-button
{
	border: none;
	font-size: 14px;
	padding: 0px 10px;
	line-height: 21px;
	text-align: center;
	background-color: #ffaa00;
	color: #06266f;
	min-width: 70px;
	cursor: pointer; 
	cursor: hand;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.upbar-buttons2 button
{
	border: none;
	font-size: 14px;
	padding: 0px 10px;
	line-height: 21px;
	text-align: center;
	background-color: #2a4480;
	min-width: 70px;
	color: #ffffff;
	cursor: pointer; 
	cursor: hand;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#username
{
	font-weight: normal;
	display:inline;
}

#id-clock
{
	font-weight: normal;
	display:inline;
	margin-right:20px;
	color:#AAAAAA;
}

/*-----------------*/
/* mobile elements */
/*-----------------*/
	
#move 
{
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background: #80B2FF;
}

.moveicon
{ 
	width: auto; 
	height: auto; 
	padding: 0em; 
	color:#ffffff;
    display: block;
	cursor: pointer; 
	cursor: hand;
	font-size: 16px;
	z-index: 2000;
}

.link-table-class
{
	border: 0px;
	table-layout: fixed;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.desktopicon
{
	background-color: #6c8cd5;
	border: 1px solid #5c7cc5;
	padding-bottom: 5px;
	padding-top: 5px;
	width: auto;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #6C8BD5),
	color-stop(0.68, #2F48BA)
	);
	background-image: -o-linear-gradient(bottom, #6C8BD5 0%, #2F48BA 68%);
	background-image: -moz-linear-gradient(bottom, #6C8BD5 0%, #2F48BA 68%);
	background-image: -webkit-linear-gradient(bottom, #6C8BD5 0%, #2F48BA 68%);
	background-image: -ms-linear-gradient(bottom, #6C8BD5 0%, #2F48BA 68%);
	background-image: linear-gradient(to bottom, #6C8BD5 0%, #2F48BA 68%);

	z-index: 1000;
}

.desktop-table-class
{
	border: 0px;
	table-layout: fixed;
	height: 32px;
	margin-left: 10px;
	margin-right: 10px;
}

.desktopicon-header
{
	position: fixed;
	top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	margin-left: 20px;
	margin-right: 20px;
	background-color: #6c8cd5;
	color: #ffffff;
	width: auto;
	height: 32;
	padding-bottom: 5px;
	padding-top: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 1000;
}

.desktop-table-header-class
{
	border: 0px;
	table-layout: fixed;
	height: 32px;
	margin-left: 10px;
	margin-right: 10px;
}


.invisiblebutton
{
	position: fixed;
	right: 10px;
	border: none;
	float: right;
	color: transparent;
	background-color: transparent;
	border-color: transparent;
	cursor: hand;
	cursor: pointer;
	opacity: 0.3;
}

.invisiblebutton:hover
{
	opacity:1;
}

#levelupbutton
{
	float: left;
	left: 5px;
	top: 40px;	
	width: 48px;
	height: 48px;
}

#plusbutton
{
	top : 45px;
}

#plusdesktopbutton
{
	top : 90px;
}

#alignbutton
{
	top : 135px;
}

#refreshbutton
{
	top : 180px;
}

#betobubutton
{
	top : 225px;
}

#backgroundbutton
{
	top : 270px;
}

#facebookbutton
{
	top : 315px;
}

#helpbutton
{
	top : 360px;
}

.iconactionbutton
{
	width: 20px;
	height: 20px;
}

.beright
{
    margin: 10px;
	float: right;
}

.beleft
{
    margin: 10px;
	float: left;
}

#desktop
{
	height:100vh;
}

.linkbutton
{
	background: transparent;
	border: none !important;
}

.linkbutton:hover
{
	opacity: 0.5;
}
/*-----------------------------------*/
/*           LOGGING BOX             */
/*-----------------------------------*/

#loginbox 
{
	display: block;
	width: 400px; 
	height: auto; 
	position: absolute; 
	background: #ffe773; 
	border: solid #000000 0px; 
	z-index: 9; 
	visibility: hidden; 
	
	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -125px;
    margin-left: -200px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	z-index: 3000;
}

#registerbox 
{
	width: 400px; 
	height: auto; 
	position: absolute; 
	background: #ffe773; 
	border: solid #000000 0px; 
	z-index: 9; 
	visibility: hidden; 
	
	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -150px;
    margin-left: -200px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	z-index: 3000;
}

#linkbox 
{

	width: 500px; 
	height: auto; 
	position: absolute; 
	background: #ffe773; 
	border: solid #000000 0px; 
	z-index: 9; 
	visibility: hidden; 
	
	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -135px;
    margin-left: -250px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	z-index: 3000;
}

#desktopbox 
{
	width: 500px; 
	height: auto; 
	position: absolute; 
	background: #ffe773; 
	border: solid #000000 0px; 
	z-index: 9; 
	visibility: hidden; 
	
	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -135px;
    margin-left: -250px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	z-index: 3000;
}

#profilebox 
{
	width: 500px; 
	height: auto; 
	position: absolute; 
	background: #ffe773; 
	border: solid #000000 0px; 
	z-index: 9; 
	visibility: hidden; 
	
	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -240px;
    margin-left: -250px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	z-index: 3000;
}

.bigheader
{
	color: #ffffff;
	font-size: 24px;
	background-color: #6c8cd5;
	height: 38px;
	padding: 10px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.box-inside
{
	padding: 20px;
}

#profilebox-footer1
{
	padding: 10px;
	font-size: 16px;
	color: #000000;
}

#profilebox-footer
{
	background-color: #ffaa00;
	position: absolute;
	color: #06266f;
	width: 100%;
	font-style:italic;
	bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}


#profilebox-about
{
	border: none;
	width: 100%;
	height: 10em;
	resize: none;
}

#profile-photo
{
	cursor: pointer; 
	cursor: hand;
}

#profile-aboutlabel
{
	font-size: 14px;
	color: #808080;
	width: 100%;
	text-align: right;
}

.smallgrey
{
	font-size: 10px;
	color: #aaaaaa;
}

#helpbox 
{
	padding: 20px; 
	width: 800px; 
	height: auto; 
	position: absolute; 
	background: #4671d5; 
	border: solid #000000 0px; 
	z-index: 9; 
	visibility: hidden; 
	
	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -335px;
    margin-left: -400px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	z-index: 3000;
}

#user0box 
{
	padding: 20px; 
	width: 500px; 
	height: auto; 
	position: absolute; 
	background: #4671d5; 
	border: solid #000000 0px; 
	z-index: 9; 
	visibility: hidden; 

	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -150px;
    margin-left: -250px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	z-index: 2500;
}

#backgroundbox 
{
	width: 500px; 
	height: auto; 
	position: absolute; 
	background: #ffe773; 
	border: solid #000000 0px; 
	z-index: 9; 
	visibility: hidden; 
	
	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -135px;
    margin-left: -250px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	z-index: 3000;
}

.errorbox
{
	padding: 20px; 
	width: 600px; 
	height: auto; 
	position: absolute; 
	background: #ffaa00; 
	border: solid #000000 1px; 
	z-index: 999; 
	font-weight: bold;
	font-size: 18px;
	
	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -140px;
    margin-left: -300px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	z-index: 4000;
}

#firstlinkbox
{
	position: fixed;
	right: 100px;
	top: 45px;
	width: 320px;
	height: 34px;
	border: none;
	float: right;
	color: #06266f;
	background: #ffe773; 
	font-weight: bold;
	cursor: pointer; 
	cursor: hand;
	animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate; 
}

@keyframes blinker 
{  
  from { opacity: 1; }
  to { opacity: 0; }
}

#firstlinkbox:after
{
	content:""; 
	position: absolute; 
	display: block;
	right: -34px; 
	top: 0px; 
	width: 0; 
	height: 0; 
	border-top: 17px solid transparent; 
	border-left: 34px solid #ffe773; 
	border-bottom: 17px solid transparent;
}

.firstlinkbox-text
{
	margin: 5px;
	margin-left: 20px;
}

#playbetobubox
{
	position: fixed;
	right: 80px;
	top: 230px;
	width: 225px;
	height: 26px;
	border: none;
	float: right;
	color: #06266f;
	background: #ffe773; 
	font-weight: bold;
	font-size: 14px;
	cursor: pointer; 
	cursor: hand;
	animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate; 
}

#playbetobubox:after
{
	content:""; 
	position: absolute; 
	display: block;
	right: -26px; 
	top: 0px; 
	width: 0; 
	height: 0; 
	border-top: 13px solid transparent; 
	border-left: 26px solid #ffe773; 
	border-bottom: 13px solid transparent;
}

.playbetobubox-text
{
	margin: 3px;
	margin-left: 10px;
}

.user0-p0
{
	margin: 10px;
	color: #ffe773;
	font-size: 20px;
	font-weight: bold;
}

.help-paragraph-title
{
	margin: 10px;
	color: #ffe773;
	font-size: 20px;
	font-weight: bold;
}

.help-paragraph-text
{
	margin: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}

.inputlabel100
{
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	border:1px solid #ccc; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	

}

.dialog-label
{
	color: #404040;
	font-size: 14px;
}

.loginbox-buttons, .registerbox-buttons
{
	margin-top: 25px
}

.loginbox-buttons button, .registerbox-buttons button
{
	border: none;
	font-size: 14px;
	padding: 0px 10px;
	line-height: 30px;
	text-align: center;
	background-color: #6c8cd5;
	min-width: 70px;
	color: #ffffff;
	cursor: pointer; 
	cursor: hand;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.loginbox-buttons button[type="reset"], .registerbox-buttons button[type="reset"]
{
	background: #d0d0d0;
	color: #000;
}

.loginbox-buttons button:not(:first-child), .registerbox-buttons button:not(:first-child)
{
	margin-left: 25px;
}

.linkeditbox
{
	height:40px
	padding:0px;
	border:0px solid gray;
	margin:0px;
	background-color:#06266f;
	color:#ffffff;
}

button:hover 
{
	opacity: 0.8;
}

a:link {color:#FFFF80;}    /* unvisited link */
a:visited {color:#FFFF80;} /* visited link */
a:hover {color:#FFFFFF;}   /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */

/* Buzz Out */
@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out:hover, .buzz-out:focus, .buzz-out:active {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop:hover, .pop:focus, .pop:active {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.notefield
{
  width:100%;
  height:100%;
  background: #ffe773;
  color:#000;
  border:none;
}

.notecontainer
{
	background: #ffe773;
	cursor: pointer; 
	cursor: hand;
	width: 600px;
}

.stroketext
{
    color: $ffffff;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

.strechimg {
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-origin: content-box
}

#bigusername
{
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 20px;
	width: 300px;
	text-align: center;
	font-weight: bold;
}

.shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}