@import url('../../_style/enterprise-platform-ui.css');
html, body {
    height: 100%;
    overflow: hidden; 
}

body {
    font-family: Eptura_flexible;
    font-size: 12px;
    color: #576b76;
}

a {
    outline: 0;
    outline: none;
}

.leftNavSec {
    overflow: auto;
    overflow-x: hidden;
    padding-left: 11px;
    padding-top: 0px;
    width: 170px;
    padding-right: 10px;
    height:100%;
}

.mainNavigation {
    /*overflow: hidden;
    float: left;
    position: relative;*/
      bottom: 0;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 100px;
}

.HeaderLinks {
    text-decoration: none;
    color: #3680B6;
}

.topMenu a, .topMenu td,  .topMenu span {
	color: #3C3C3C;	
	font-size:11px;
	text-decoration: none;
}

.mainDisplayFrame { /*overflow-x:auto; overflow-y:auto; _height:89%; height:88%; */
    background: #ffffff;
}

.CalendarDayOff {
	CURSOR:pointer;	
	font-weight:bold;
	text-align:center;
	color:#666666;
	border:1px solid #ffffff;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
}

.CalendarDayOn {
	CURSOR:pointer;
	
	font-weight:bold;
	text-align:center;
	color:#cc0000;
	border:1px solid #cc0000;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
	}

.calendarday td {
	CURSOR:pointer;	
	font-size:9px;
	color:#666666;
	text-align:center;
	font-weight: normal;
}

a.cal{	
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration: none;
}

#topNavigationMenu {
    position: absolute;
    top: 25px;
    left: 0px;
    border-right: solid 1px #565049;
    height: 29px;
}

.greyFormField {	
	color: #747474;
	height:18px;
	font-size:11px;
}

div.submenu { 
	position:absolute; 
	z-index:100; 
	width:auto; 
	padding:0px; 
	display:none;
	height:auto;
}

div.submenu a {	
	font-size:10px;
	color:#333333;
	text-decoration: none;
}

#dropTitle {	
	color: #554F48;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../_images/drop_top_bg.gif);
	height: 23px;
}

#dropTitleLeft {
	background-image: url(../_images/drop_top_bg.gif);
}

#dropTitleRight {
	background-image: url(../_images/drop_top_bg.gif);
}

#dropTitleCentre{	
	color: #554F48;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../_images/drop_top_bg.gif);
	height: 23px;
}

#dropLeft{
	background-color:#fdfdfd; 
	border-right: solid 1px #999999; 
}

#dropRight{
	background-color:#fdfdfd; 
    border-left: solid 1px #ffffff;
}

#dropBottom{
	vertical-align:top; 
	background-image:url(../_images/drop_bottom_bg.gif); 
	background-position:top; 
	background-repeat:repeat-x; 
    background-color: #fdfdfd;
}

#smallCalendarLayer {
	position:absolute;
	z-index:20;
	border-bottom:1px solid #565049;
	border-right:1px solid #565049;
	border-top:1px solid #565049;
	border-left:1px solid #D8D8D8;
	width:221px;	
	top:78px;
	_top:77px;	
	left:184px;
}

#smallCalendar {
	background-image: url(../_images/calendar_bg.gif);
	background-repeat: no-repeat;
	background-color:#f5f4f3;
	width:220px;
	padding-top:15px;
	padding-bottom:5px;
}

#gridViewTable {cursor:pointer;}
.todayButton {
	behavior: url(/css/PIE.htc);
	border: 1px solid #777777;
	border-radius:4px;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    padding: 2px 2px 2px 2px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    background: url(/css/images/greyButtonBG.gif) repeat-x scroll 50% 50% #111111;    
	font-size: 1.0em;
    color:#333333;
    height:20px;
    line-height:15px;
}

.todayButton:hover {
	color:#ffffff;
	background: url(/css/images/blackButtonBG.gif) repeat-x scroll 50% 50% #111111;
}

.todayButton:active {
	color:#333333;
	background: #ffffff;
}


#background_fader {   
	z-index:30; 
	background-color:Black;
	overflow:hidden; 
	position:absolute; 
	left:0px;
	top:0px;
	display:none;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);					
	-moz-opacity:0.5;
	opacity: 0.5;
	width:106%;
	height:106%;
	*height:1000px;
}

 .MenuBackground {
    	display:none;
	    border-right:1px solid #ccc;
	    border-bottom:1px solid #ccc;
	    background-color:#F3F3F3;
	    z-index:100;
    }   
    
.MenuBackground ul{
    	margin:0px;
	    padding: 5px 0px 5px 2px;/* changed as per peter snag feedback */
	    border: none;
	    cursor:pointer;
	    list-style:none;
    }
    
.MenuBackground ul li{
    	background-repeat:no-repeat;
		background-position:10px 6px;
		margin-left:-30px;
    }
    
/* code commented below as per peter feedback*/  
/*  
.MenuBackground ul li.dayVertical
     {
		background-image:url(../_images/view_dayV.gif);
     }
.MenuBackground ul li.dayHorizontal
     {
		background-image:url(../_images/view_dayH.gif);
     }
.MenuBackground ul li.weekView
     {
		background-image:url(../_images/view_week.gif);
     }
.MenuBackground ul li.monthView
     {
		background-image:url(../_images/view_month.gif);
     }
.MenuBackground ul li.deskVertical
     {
		background-image:url(../_images/hotdesk_view_dayV.gif);
     }
.MenuBackground ul li.deskHorizontal
     {
		background-image:url(../_images/hotdesk_view_dayH.gif);
     }
.MenuBackground ul li.vendorWeekView
     {
		background-image:url(../_images/view_week.gif);
     }
.MenuBackground ul li.vendorDayView
     {
		background-image:url(../_images/view_day.gif);
     }
*/
            .MenuBackground ul li div {
	 	border: 1px solid #F9F9F8;
	    display: block;
	    margin:0px 8px 0px 40px;
     	padding-left:6px;
     	width:152px;
     	line-height:25px;
     	font-size:13px;     	
     	font-size:11px;
		color:#3C3C3C;
	 }
	
.MenuBackground div:hover {
	    border:1px solid #ccc;
	    background-color:#f2f1f1;
    }


#LicenseMessageBar {
    color: white; 
    line-height:38px; 
    width:100%; 
    height:40px; 
    position:absolute; 
    z-index:30; 
    background-color:#283c46;
}

#LicenseMessageBarText {
    padding-left:15px; 
    padding-top:2px; 
    display:inline-block; 
    width:95%
}

#LicenseMessageBarClose {
    font-size:14px; 
    font-weight:bold; 
    padding-right:15px; 
    cursor:pointer;
}


.login-ssn {
    margin: 0;
    box-sizing: border-box;
    background-color: #0D122E;
    /*background-image: linear-gradient(to left, #005eb8, #00b7f1);   */
}

.login-ssn .login-ssn-container{
    margin: 140px auto 0;
    box-sizing: border-box;
    width: 487px;
    padding: 51px;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(24, 49, 81, 0.2);
    background-color: #ffffff;
}

    .login-ssn .login-ssn-logo {
        width: 130px;
        height: 32px;
        background-image: url("../_images/login/Eptura-engage-logo.svg");
        background-size: contain;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center;
    }

.login-ssn .login-ssn-box {
    position: relative;
    margin: 0 auto;
}
.login-ssn-content .ent-btn.btn {
    height: 38px;
    cursor:pointer;
}

.login-ssn .login-ssn-box .login-ssn-bg {
    background-color: #FFF;
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.login-ssn .login-ssn-content{
    position:relative;
    z-index:1;
}

.login-ssn-content-large {
    color: #272727;
    display: block;
    font: 34px 'Eptura_flexible';
    margin: 0 auto;
    margin-top: 34px;
    line-height: 1.18;
    text-align: center;
    letter-spacing: -0.5px;
}
h1.login-ssn-content-large{color:#0d122e;font-weight:400}
.login-ssn-content-small {
    color: #272727;
    display: block;
    font: 24px 'Eptura_flexible';
    margin: 0 auto;
    margin-top: 34px;
    line-height: 1.18;
    text-align: center;
    letter-spacing: -0.5px;
}

.login-ssn .login-ssn-box p {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top: 34px;
}

.login-ssn .login-ssn-box p:first-child {    
    margin-bottom: 15px;    
}

.login-ssn .action-panel{

}

.login-ssn .btns{
    font-size: 12px;
    font-family: Arial;
    color: #848484;
    font-weight: bold;
}

body.transferToSitePage.login-ssn {
    background-color: #fefefe;
}
.transferToSitePage.login-ssn .login-ssn-container {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
    background-color: #fefefe;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.transferToSitePage .login-ssn-container .login-ssn-content-container{
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.transferToSitePage .login-ssn-container .login-ssn-logo{
    width: 100%;
    height: 92px;
}
.transferToSitePage .login-ssn-container .login-ssn-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.transferToSitePage .login-ssn-container .login-ssn-content-large {
    margin: 0;
    color: #0D122E;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin: 48px 0;
}
.transferToSitePage .login-ssn-container .action-panel {
    margin: 0;
}
.transferToSitePage .login-ssn-container .action-panel input[type="submit"]{
    height: 48px;
    box-sizing: border-box;
    width: 350px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 20px;
    color: #fefefe;
}
.transferToSitePage .login-ssn-container .helpPrivacyLinkWrapper {
    align-self: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.transferToSitePage .footerContentWrapper a {
    color: #1b4bc5;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}
.transferToSitePage .footerContentWrapper a:hover{
    text-decoration:none;
}
.transferToSitePage .footerContentWrapper a:focus{
    outline: 2px solid #1b4bc5;
    border-radius: 2px;
    outline-offset: 2px;
}
.transferToSitePage .footerContentWrapper span {
    color: #6D7483;
    font-size: 14px;
    line-height: 20px;
    margin: 0 12px;
    width: 5px;
    text-align: center;
    box-sizing: border-box;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
