﻿/* File Created: Julho 28, 2014 */


/* DESKTOP VERSION */

#SWTMap 
{     
    width: 100%;
	height: 310px;
	display:none;
	background-color: #3D3F45;	
}

#DesktopMapZone {
	width: 555px;
	height: 310px;
	margin-left: 421px;
	background-image: url('/_layouts/images/SecurityWaitTimes/security-stripes.png');
	background-repeat:repeat;	
	background-color:#3D3F45;
	background-position-x:2px;
}




#SWTMap img 
{       
position: relative;
top: 32px;
left: 61px;
}

#centerSWT
{
position:absolute;
margin-left:171px;
}

#LableNorthEntrance 
{
position: absolute;
top: 40px;
left: 30px;
font-family: Verdana;
font-size: 23px;
color: white;	
line-height:24px;
}

#DesktopNorthHorizontal {
width: 628px;
border-top: 2px solid black;
position: absolute;
top: 74px;
left: 160px;
z-index: 20;
}

#DesktopNorthVertical
{
height: 108px;
border-left: 2px solid black;
position: absolute;
top: 75px;
left: 786px;
z-index: 30;
}


#DesktopNorthCircle {
height: 40px;
width: 40px;
border-radius: 40px;
border: 2px solid black;
position: absolute;
top: 160px;
left: 765px;
z-index: 20;
}



#LableSouthEntrance 
{
position: absolute;
top: 200px;
left: 30px;
font-family: Verdana;
font-size: 23px;
color: white;
line-height:24px;
}

#DesktopSouthHorizontal {
width: 453px;
border-top: 2px solid black;
position: absolute;
top: 235px;
left: 160px;
z-index: 20;


}
#DesktopSouthVertical
{
height: 57px;
border-left: 2px solid black;
position: absolute;
top: 180px;
left: 611px;
z-index: 30;
}

#DesktopSouthCircle {

height: 40px;
width: 40px;
border-radius: 40px;
border: 2px solid black;
position: absolute;
top: 160px;
left: 590px;
z-index: 20;
}




#LabelTimeInfo {
	/*width:300px;*/
	width:235px;
    height:37px;
	background-color:#929388;
	border-radius: 5px;	
    color: White;
    cursor:pointer;	
    margin-left: 10px;
    text-align:center;
}


#LabelTimeInfo a
{
font-weight: bolder;
font-size: 11px;
line-height: 37px;
font-family: 'BrandonGrotesqueBoldRegular';
text-transform: uppercase;  	
}


#SWTOnMaster {
	width: 555px;
    position: absolute;
    margin-left: 397px;
    top: 0px;
}


/* END DESKTOP VESION */







.TableSWT {
	width: 555px;
	height:83px;
	background-image: url('/_layouts/images/SecurityWaitTimes/security-stripes.png');
	
}



#NorthTimeInfo 
{        
    /*width:105px;*/
    width:150px;
    height:37px;
	background-color:#929388;
	border-radius: 5px;
	color: White;	
	margin-right: 10px;
	cursor:pointer;			
}

#SouthTimeInfo
{
    /*width:105px;*/
    width:150px;
    height:37px;
	background-color:#929388;
	border-radius: 5px;	
	color: White;	
	cursor:pointer;	
}

.TimeInfoTitle 
{    
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	line-height: 10px;
	font-family: 'BrandonGrotesqueBoldRegular';
	text-transform: uppercase;  
}

.TimeDetails 
{	  	
/*font-size: 20px;*/
font-size: 11px;
font-family: 'BrandonGrotesqueBoldRegular';
text-transform: uppercase;
position:relative;
/*top:5px;	*/
}


.SWTRed 
{
    background-color: #9A1212;		
    text-align: center;  
    /*width: 44px;*/
    width:70px;
	height:37px;	  
    padding: 0px 2px 0px 2px;  
}

.SWTYellow 
{
    background-color: #CFCB36;		  	
    text-align: center; 
    /*width: 44px;*/
    width:70px;
	height:37px;  
    padding: 0px 2px 0px 2px; 
}

.SWTGreen 
{
    background-color: #326930;	   	  	    	   	
    text-align: center; 
    /*width: 44px;*/
    width:70px;
	height:37px;
    padding: 0px 2px 0px 2px;  
}































