html {
    margin:0px;
    height:100%;
}

body {
    margin:0px;
    background: #ffffff; /* Old browsers */
	
	font-size:80%;
	height:100%;
}

body.loginBackground {
	background-size:cover;
	background-repeat: no-repeat;
	background-image:url(login2020/login2020_background.jpg);
}

.earthShape {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(login2020/login2020_earth.png);
}

.overLogo {
	position:absolute;
	left:50%;
	bottom:50%;
	margin-bottom:75px;
	margin-left:-165px;
	width:330px;
	height:309px;
	background-image:url(login2020/login2020_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
}

input {
	margin-left:16px;
}
textarea {
	margin-left:16px;
}

#manageLoginWin {
	position:absolute;
	left:15%;
	top:8%;
	background-color:#ffffff;
	color:#597883;
	box-shadow: 0px 0px 20px #000000;
	border-radius:54px;
	width:70%;
	height:80%;
	overflow-x:hidden;
	overflow-y:hidden;
	color:#000;
}

#manageLoginWin .miniDiv {
	position:relative;
	left:3px;
	top:1px;
	bottom:1px;
	width:70%;
	height:80%;
	overflow-x:hidden;
	overflow-y:auto;
	color:#000;
}

#manageLoginWin .table {
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
}

#manageLoginWin .miniDiv tr{
	text-align:center;
	background-color:#fff;
	font-size:16px;
}

#headLoginWin{
	position:relative;
	width:100%;
	height:9%;
	background-color: #466979;
	font-size:30px;
	font-family:Verdana, Sans;
	text-align:center;
	color:#fff;
}

#tailLoginWin {
	position:relative;
	width:100%;
	height:11%;
	background-color: #466979;
	font-size:24px;
	font-family:Verdana, Sans;
	text-align:center;
}



.mngTable{
	width:100%;
	
}

.demoRow{
	width:100%;
	font-size:16px;
}

.news {
	overflow-x:hidden;
	overflow-y:auto;
	font-size:14px;
}

#atlas_news  { 
	position:relative;
	width:100%;
	height:90%;
}

#modules_news  { 
	position:relative;
	top:1%;
	width:100%;
	height:45%;
}

.half-sales {
	position:relative;
	height:45%;
	max-height:45%;
	overflow:auto;
}

.full-sales{
	position:relative;
	height:90%;
	max-height:90%;
	overflow:auto;
}

td.newproject {
	height:68px;
	width:280px;
	text-align:center;
	
	background-color:#fff;
}

td.newproject2 {
	height:68px;
	width:280px;
	text-align:center;
	border: 2px solid black;
	background-color:#fff;
}

.rowImage{
	height:40px;
	width:40px;
}

.rowButton{
	border:0;
	background:transparent;
	width:120px;
}

tr.separate-below td{
	 border-bottom: 3px solid black;
}

#multiMNG {
	width:100%;
}
#multiMNG tr {
	width:100%;
}

#btnLoginWin {
	position:relative;
	width:27%;
	height:78%;
	top:1px;
	bottom:1px;
	float: left;
}

#btnLoginWin button {
	width:100%;
	border:1px solid #ced6da;
	font-size:16px;
	height:17%;
	font-family:Verdana, Sans;
	line-height:50px;
	text-align:center;
}

#btnLoginWin button.selectedButton {
	background-color:#8c8888;
	border-right: solid #cf1720 5px;
}


.buttonImage{
	position:relative;
	float: right;
	top: 1px;
	width:64px;
	height:64px;
}

.buttonImagesmall{
	position:relative;
	top: 6px;
	float: right;
	width:40px;
	height:40px;
}

.tailButton{
border:0;
background:transparent;
}

.tailButton2{
position:relative;
bottom:7px;
right:20%;
font-size: 16px;
background-color:#8c8888;
}

#StatsDiv{
	width:100%;
	height:100%;
	

}




#projectWin .scroller {
	width:440px;
	overflow-x:hidden;
	overflow-y:auto;
	color:#000;
}

#projectWin .scroller td.old {
	width:140px;
	height:120px;
	text-align:center;
	border:2px solid #444;
	background-color:#fff;
}

#projectWin .scroller td.new {
	width:146px;
	height:10px;
	text-align:center;
	border:2px solid #444;
	background-color:#fff;
}

#sfondo {
    width:100%;
	height:100%;
}

#sfondo .logo {
    width:100%;
	height:100%;
	background-image:url(../images/atlasLogo2.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

#loginWin {
    position:absolute;
	left:50%;
	top:50%;
	margin-left:-292px;
	width:583px;
	height:400px;
	color:#fff;
	background-image:url(login2020/login2020_box.png);
	background-size: contain;
}

#loginWin .loginWinLeft {
	position:absolute;
	left:0;
	top:40px;
	width:210px;
}

#loginWin .loginWinRight {
	position:absolute;
	right:0;
	top:0;
	width:400px;
	height:300px;
}

#loginWin .loginWinLinks {
	position:absolute;
	width:400px;
	right:10px;
	top:260px;
	text-align:center;
	font-size:14px;
	font-family:Verdana, Sans;
}

#loginWin .loginWinLinks a {
	text-decoration:none;
}

#videoWin {
    position:absolute;
	left:28%;
	top:30%;
	margin-left:-180px;
	margin-top:-180px;
	width:1200px;
	height:720px;
	background-color:#ffffff;
	color:#597883;
	border-radius:54px;
	box-shadow: 0px 0px 20px #000000;
}

#loginWin .logo {
    position:absolute;
	left:50%;
	top:39px;
	margin-left:-65px;
	width:130px;
	height:122px;
	background-image:url(../images/blueAtlas.png);
}

#loginWin .meds {
	display:block;
    position:absolute;
	width:210px;
	top:164px;
	font-size:12px;
	text-align:center;
	font-family:Verdana, Sans;
}

#loginWin .title {
	display:block;
    position:absolute;
	left:0px;	
	right:0;
	top:50px;
	font-size:30px;
	text-align:center;
	font-family:Verdana, Sans;
}

#loginWin .button {
	display:block;
	position:absolute;
	left:132px;
	width:318px;
	height:52px;
	line-height:52px;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:Verdana, Sans;
	font-size:28px;
	text-align:center;
	color:#fff;
	background-color:#75bbe1;
	border-radius:10px;
	cursor:pointer;
}

#loginWin .button:hover {
	background-color:#65abd1;
}

#loginWin .loginButton {
	top:250px;
}

#loginWin .demoButton {
	left:200px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .orange{
	 color:#FF0000;
	 font-size: 24px;
}

#loginWin .demoButton:hover {
    background-color:#cfe9f3;
}

#loginWin input {
    display:block;
    position:absolute;
	left:132px;
	width:318px;
	height:52px;
	line-height:52px;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:Verdana, Sans;
	font-size:28px;
	text-align:center;
	color:#404040;
	background-color:#b4b9cf;
	border-radius:10px;
}

#loginWin .loginUsername {
	top:110px;
}

#loginWin .loginPassword {
	top:181px;
}

#bottomRight {
    display:block;
	position:fixed;
	left:0px;
    right:0px;
	bottom:0px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:12px;
	font-family:Verdana, Sans;
	background-color:#f2f2f2;
	color:#333;
	text-align:center;
}

#bottomRight .sep {
    padding-left:10px;
	padding-right:10px;
}

#loginWin .forgotButton {
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:330px;
	text-decoration:none;
	text-align:center;
	font-family:Verdana, Sans;
	font-size:18px;
	color:#fff;
	cursor:pointer;
}

#bottomRight .contactButton {
    cursor:pointer;
}

#bottomRight .chartButton {
    cursor:pointer;
}

#bottomRight .polButton {
    cursor:pointer;
}

#pollWin table td {
   width:70px;
   font-weight: bold;
	
}

#message_pollWin table td {
   width:70px;

}

.loginBlurShadow {
	border:1px solid #888;
	box-shadow:0px 0px 20px #000;
    background-color: rgba(255, 255, 255, .85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
