body{
	background-color:black;
}

.btn-wrapper{
	position: relative;
	margin:5px;
	display:inline-block;
}

.license-stripe{
	position:absolute;
	left:0px;
	top:40px;
	background-color:green;
	width:100%;
	height:20px;
	text-align:center;
	color:white;
	font-size:20px;
	font-family:HelveNueThinNormal;
	padding: 5px 0px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.login-dialog-wrapper{
	display:table-cell;
	vertical-align:middle;
	background-color: rgba(0,0,0,0.4);
}

.login-title{
  display:none;
  z-index: 9999999;
  font-family: HelveNueThinNormal;
  font-size: 23px;
  margin-bottom: 20px;
  display: block!important;
  text-align:left;
  border-bottom: 1px solid #666;
  padding-bottom: 15px;
}


.btn{
	cursor:pointer;
	width:320px;
	height:240px;
	opacity:0.8;
	background-color:#111;
	background-repeat:no-repeat;
	background-position:center;
	object-fit: contain;
}

.btn.btn-block:hover{
	background-color:#0099CC;
} 


.btn.disabled:hover{
	background-color:#333;
}

.btn.disabled{
	background-color:#333;
	cursor:default;
}

.no-sites{
	color:white;
	font-size:40px;
	font-family:HelveNueThinNormal;
}



.btn-text.disabled{
	color:#666;
}

.btn-text{
	color:white;
	font-family:Arial;
	text-align:left;
}

.site-name{
	display:inline;
	background-color:transparent;
	outline: 0;
	border-width:0px;
	border:none;
	font-size:16px;
}

.domain-name{
	float:right;
	display:inline;
	color:white;
	font-size:14px;
	font-family:Arial;
}

#top-wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	min-height: 700px;
}

#start-menu-outer-wrapper{
	display:table;
	height:100%;
	width:100%;
	text-align: center;
}

#start-menu-inner-wrapper{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

#start-menu-btns{
	margin-right:auto;
	margin-left:auto;
	width:1100px;
	text-align:left;
	height: 550px;
	overflow-y: auto;
}



#start-menu-btns::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #000000;
}

#start-menu-btns::-webkit-scrollbar
{
	width: 6px;
	background-color: #000000;
}

#start-menu-btns::-webkit-scrollbar-thumb
{
	background-color: #777;
	
}

.intro-text{
	padding: 30px 0px;
}

#info{
	position:fixed;
	color:white;
	font-family:Arial;
	font-size:18px;
	padding:7px;
	text-decoration:none;
}

#loading-holder{
	display:none;
	background-image:url('/images/x_loader.gif');
	background-repeat:no-repeat;
	background-size:contain;
	width:50px;
	height:50px;
}

.magic-circle{
	background-color:transparent;
	opacity:0;
	transform:scale(0.7);
	-ms-transform:scale(0.7); /* IE 9 */
	-webkit-transform:scale(0.7); /* Safari and Chrome */
}

.magic-circle.shown{
	/*opacity:1;*/
	transform:scale(1);
	-ms-transform:scale(1); /* IE 9 */
	-webkit-transform:scale(1); /* Safari and Chrome */
	opacity:1;
}

.magic-circle.shown:hover{
	transform:scale(1.2);
	-ms-transform:scale(1.2); /* IE 9 */
	-webkit-transform:scale(1.2); /* Safari and Chrome */
}



.magic-circle{
	height:25px;
	width:25px;
	position:absolute;
	background-size: 25px 25px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('https://lh3.googleusercontent.com/dd_e0xA19up9208Tv6odcjHEw6z4cKAA6fTgjZ9ynkKoSnr5R4vFxI7gZp6pnZH1Vi5T5f-fphjFsrLG=s30');
}

#lightbox-menus-holder{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
	left: 0px;
    display: table;
    background-color: rgba(0,0,0,0.1);
}


.xprs-alert.sweet-alert{
	 background-color: #333;
	 padding: 0px;
	 border-radius: 0px;
	 z-index:99999999999;
	 -webkit-box-shadow: -7px 15px 40px 4px rgba(0,0,0,0.35);
	-moz-box-shadow: -7px 15px 40px 4px rgba(0,0,0,0.35);
	box-shadow: -7px 15px 40px 4px rgba(0,0,0,0.35);
}


.xprs-alert.sweet-alert h2 {
	margin: 35px 27px;
	color: white;
    font-size: 20px;
   	text-align: left;
    font-weight: 200;
    text-transform: none;
    font-family: 'HelveNueThinNormal';
}

.xprs-alert.sweet-alert p {
	 margin: 35px 27px;
	 text-align: left;
}

.xprs-alert.sweet-alert  button  {
	width:50%;
    height:85px;
    padding: 0px;
    margin:0px;
    border-top: 1px solid #999;
    border-radius: 0px;
    box-shadow: none;
    margin: -2px;
    background-color:#0099CC;
}

.xprs-alert.sweet-alert button.cancel{
	 background-color: #333;
}

.sweet-alert[data-has-cancel-button=false] button {
	width:100%!important;	
}

.xprs-alert.sweet-alert button:hover{
    background-color:#0099CC;
}

.xprs-alert.sweet-alert button.cancel:hover {
    background-color: #333;
}

.xprs-alert.sweet-alert input{
	background-color: #333;
	border:none;
	outline:none;
	box-shadow:none;
	font-family: Arial;
  	font-size: 30px;
  	color: #999;
}

.animated-color{
	-webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
 	-moz-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  	-o-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.assign-site-btn{
    position: absolute;
    bottom: 30px;
    right: 9px;
    background-color: white;
    border-radius: 15px;
    color: black;
    font-family: Arial;
    font-size: 10px;
    display: inline-block;
    padding: 5px 12px;
    float: right;
    margin-top: 3px;
     -webkit-box-shadow: -7px 15px 40px 4px rgba(0,0,0,0.35);
	-moz-box-shadow: -7px 15px 40px 4px rgba(0,0,0,0.35);
	box-shadow: -7px 15px 40px 4px rgba(0,0,0,0.35);
}


