@CHARSET "ISO-8859-1";
@font-face {
	font-family: 'MuseoSans';
	font-weight: 300;
	font-style: normal;
	src:    url('../fonts/MuseoSans_300.woff') format('woff'),
			url('../fonts/MuseoSans_300.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 300;
	font-style: normal;
	src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 300;
	font-style: italic;
	src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 400;
	font-style: italic;
	src: url('../fonts/OpenSans-RegularItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 600;
	font-style: normal;
	src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 600;
	font-style: italic;
	src: url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 700;
	font-style: italic;
	src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 800;
	font-style: normal;
	src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	font-weight: 800;
	font-style: italic;
	src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Engschrift';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/DINMittelschriftStd.otf');
}

html{
	height: 100%;	
	}


body {
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 600px;
}
#wrapper{
    height: 100%;
	position:relative;
	width:100%;
	}
#header{
	position:relative;
	height:21px;
	margin-left:200px;
	background-image: url(/vnes/images/header_left_blue.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-right:13px;
	
	}
#header-content{
	position:relative;
	margin-left:9px;
	margin-right:9px;
	height:21px;
	background-image: url(/vnes/images/header_tile_blue.png);
	background-repeat: repeat-x;	
	}
#title{
	position:absolute;
	left:3px;
	top:3px;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;	
	}
#user{
	position:absolute;
	right:3px;
	top:2px;
	font-size: 0.8em;
	}
#user a:link, #user a:visited{
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}
#user a:hover, #user a:active{
	color: #8FC2F2;
}
#header-right{
	position:absolute;
	right:0px;
	top:0px;
	width:9px;
	height:21px;
	background-image: url(/vnes/images/header_right_blue.png);
	background-repeat: no-repeat;	
	}
#opnet-logo{
	position:absolute;
	top:6px;
	left:4px;
	background-image: url(/vnes/images/rvbd-logo.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 102px;
	z-index:100;
	}	
#logo{
	position:absolute;
	top:6px;
	left:4px;
	background-image: url(/vnes/images/ncompass_logo.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 165px;
	z-index:100;
	}	
#status{
	position:absolute;
	right:31px;
	top:25px;
	font-size:.85em;
	z-index:200;
	}	
#status img{
	float:left;
	
	margin-left:10px;
	border-left: 1px ridge #ccc;
	padding-left:10px
	}
#access{
	float:left;
	
	background-image: url(/vnes/images/icon_lock.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	border-left: 1px ridge #ccc;
	padding-left:10px
	}
#vnestatus{
	float:left;
	margin-right:10px;
	background-image: url(/vnes/images/icon_status.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	}
#content-wrapper{
	position:absolute;
	top:73px;
	width:100%;
	min-height: 100%;
    
    height:     100%;
	margin: 0 auto -44px; /* -44px being the size of the footer */
	}

.tab-current{
	margin-top:5px;
	margin-left:-5px;
	float:left;
	height:17px;
	padding-left:16px;
	background-image: url(/vnes/images/tab_current_left.png);
	background-repeat: no-repeat;
	background-position: left;


	}
		
.tab-current-text{
	
	padding-top:5px;
	padding-left:3px;
	padding-right:3px;
	background-image: url(/vnes/images/tab_current_tile.png);
	background-repeat: repeat-x;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336E98;
	z-index: 300;
	height:15px;
	
	}	
.tab-current-right{
	padding-right:20px;
	background-image: url(/vnes/images/tab_current_right.png);
	background-repeat: no-repeat;
	height: 17px;
	background-position: right;
	width:auto;
	}	
#tabs{
	width:80%;
	height:14px;
	position:absolute;
	top:-44px;
	padding-left:200px;
	left:0px;
	z-index:120;
	}	

.active-tab a:link, .active-tab a:visited{
	color: #333;
	text-decoration: none;
}
.active-tab a:hover, .active-tab a:active{
	color: #4C8BBF;
}
	
.active-tab{
	background-image: url(/vnes/images/tab_left.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 14px;
	float:left
	}
.tab-left{
	height:14px;
	width:7px;
	}
.tab-text{
	height:14px;
	margin-left:7px;
	margin-right:9px;
	padding-left:5px;
	padding-right:5px;
	background-image: url(/vnes/images/tab_tile.png);
	background-repeat: repeat-x;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A4A4A;
	padding-top: 3px;
	font-weight: bold;
	}
.tab-right{
	height:14px;
	background-image: url(/vnes/images/tab_right.png);
	background-repeat: no-repeat;
	background-position: right;
	}		
#toolbar{
	position:absolute;
	top:-31px;
	height:31px;
	width:100%;
	background-image: url(/vnes/images/corner_tl.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}	
#toolbar-tile{
	position:relative;
	margin-left:18px;
	margin-right:28px;
	height:31px;
	background-image: url(/vnes/images/toolbar_tile.png);
	background-repeat: repeat-x;
	}
	
#addcontent{
	position:absolute;
	top:13px;
	left:3px;
	font-size:0.8em;
	padding-right:8px;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #CCC;
	background-image: url(/vnes/images/icon_add.png);
	padding-left: 16px;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 0px;
	z-index: 500;
	}
	
#addcontent a:link, #addcontent a:visited{
	color: #333;
	text-decoration: none;
}
#addcontent a:hover, #addcontent a:active{
	color: #4C8BBF;
}
#addcontent ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	}
#addcontent ul ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: -16px;
	padding-top: 20px;
	position: absolute;
	left: -12px;
	z-index: 501;
	top: 14px;
	width: 100px;
	display:none;

	}
#addcontent ul ul li{
	display: block;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0px;
	width: auto;
	background-color: #FFF;
}

#addcontent ul:hover ul{
	display: block;
}
#addcontent ul ul:hover{
	display: block;
}
#addcontent ul ul li:hover{
	color: #FFF;
	background-color: #E4E5EA;
}
#addcontent ul ul li a:hover{
	color: #1C4874;
}


#toolbar-icons{
	position:absolute;
	right:0px;
	top:13px;
	}
#toolbar-icons img{
	float:left;
	margin-left:10px;
	border-left: 1px ridge #ccc;
	padding-left:10px
	
	}
	

	
#toolbar-tr-corner{
	width: 28px;
	height: 31px;
	position:absolute;
	right:0px;
	top:0px;
	background-image: url(/vnes/images/corner_tr.png);
	background-repeat: no-repeat;	
	}
#lefttile{
	height:100%;
	width:100%;
	background-image: url(/vnes/images/left_tile.png);
	background-repeat: repeat-y;
	background-position: left top;
	}
#content{
	height:100%;
	margin-right:28px;
	margin-left:18px;
	background-color:#f1f1f2;
	}
#righttile{
	
	position:absolute;
	right:0px;
	top:0px;
	width:28px;
	height:100%;
	background-image: url(/vnes/images/side_right.png);
	background-repeat: repeat-y;
	}	


#footer{
	position:relative;
	height:27px;
	background-image: url(/vnes/images/corner_bl.png);
	background-repeat: no-repeat;
	background-position: left;	
	}
#footer-tile{
	margin-left:18px;
	height:27px;
	margin-right:28px;
	background-image: url(/vnes/images/bottom_tile.png);
	background-repeat: repeat-x;	
	}
#footer-corner{
	position:absolute;
	bottom:0px;
	right:0px;
	height:27px;
	width:28px;
	background-image: url(/vnes/images/corner_br.png);
	background-repeat: no-repeat;	
	}
#padding{
	
	}
	
/*login.css from jporter's redesign*/
#login-content-wrapper{
	position:absolute;
	top:50px;
	width:100%;
	
    
    height:     90%;
	margin: 0 auto -44px; /* -44px being the size of the footer */
	}

#login-wrapper{
	text-align: center;
	margin-bottom: 30px;
}

#opnet-login-logo{
	margin-top: 45px;
	margin-bottom: 10px;
}

#login-product-title {
	font-family: MuseoSans, Arial, Helvetica, sans-serif;
	color: #545b5b;
    font-size: 32px;
	font-weight: 300;
}

#login-product-title-sup {
    font-size: 10px;
    vertical-align: middle;
}

#login-server-name {
    color: #545b5b;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
}

#login-with {
	color: #545b5b;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 12px;
	text-align: center;
}

.loginInstruction {
    color: #545b5b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: left;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 515px) {
	#usernameField, #passwordField, #challengeResponseField, #idp {
		width: 360px;
	}

	#login-wrapper form {
		width: 380px;
	}
}

@media (max-width: 514px) {
	body {
		min-width: 355px;
	}

	#usernameField, #passwordField, #challengeResponseField, #idp {
		width: 303px;
	}

	#login-wrapper form {
		width: 313px;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	#opnet-login-logo {
		margin-top: 30px;
	}

	#login-product-title {
		font-size: 28px;
	}

	#login-server-name {
		text-align: center;
		padding-top: 3px;
	}

	#login-footer-copyright {
		font-size: 9px;
		-webkit-text-size-adjust: none;
	}
}

#login-wrapper form{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.clear-cache-warning {
	color: #bf382a;
	padding-top: 40px;
	text-align: center;
}

#login-form-error-help {
	color: #bf382a;
    font-size: 12px;
    min-height: 16px;
    margin-bottom: 5px;
    position: relative;
    word-wrap: break-word;
    text-align: center;
}

#login-error {
    font-size: 11px;
}

.loginHelp {
	text-align: right;
}

.loginHelp img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#usernameField {
    border: 1px solid #e10098;
    color: #bcc2c7;
    display: block;
    fill: #fff;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 50px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

#passwordField {
    border: 1px solid #e10098;
    color: #bcc2c7;
    display: block;
    fill: #fff;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 50px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#idp {
	border: 1px solid #e10098;
	color: #bcc2c7;
	display: block;
	fill: #fff;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 50px;
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#challengeResponseField {
    border: 1px solid #e10098;
    color: #bcc2c7;
    display: block;
    fill: #fff;
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 50px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.signInButton {
	background: none repeat scroll 0 0 #e10098;
    color: #fff;
    display: inline;
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px 10px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #95a5a6;
	min-width: 130px;
	max-width: 360px;
	text-overflow: ellipsis;
	overflow-x: visible;
}

.bannerMessage {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
}

#login-footer{
	bottom: 0px;
    position: fixed;
	background-color: inherit;
	padding-bottom: 5px;
    text-align: center;
    width: 100%;
}

#login-footer-copyright {
    color: #bcc2c7;
    font-size: 10px;
}

#login-footer-copyright a:link, #login-footer a:visited{
	text-decoration:none;
	color: #545b5b;
}

#login-footer-copyright a:hover, #login-footer a:active{
	text-decoration:underline;
}

#suite-image{
	position:absolute;
	right:40px;
	top:-118px;
	}
#solution-logo{
	position:absolute;
	left:26px;
	top:-109px;
	}

#login-title{
	position:absolute;
	font-size:18px;
	left:134px;
	top:19px;
	color:#777;
	}

#login-admin-select {
	position: absolute;
	bottom: -3px;
	left: 292px;
}

@media (min-width: 515px) {
	.lp-selectors-width {
		width: 360px;
	}

	.lp-selector-font {
		font-size: 16px;
		font-weight: 400;
	}
}

@media (max-width: 514px) {
	.lp-selectors-width {
		width: 303px;
	}

	.lp-selector-font {
		font-size: 14px;
		font-weight: 400;
	}
}

#lpSelectors {
	margin: 0;
	margin-bottom: 2rem;
}

.lp-selector {
	position: relative;
	height: 50px;
	color: #545b5b;
	text-align: center;
	padding: 0 !important;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
	vertical-align: bottom;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #545b5b;
}

.selector-selected {
	color: #e10098;
	border-bottom-color: #e10098;
}

.selector-label {
	display: table-cell;
	vertical-align: bottom;
}

.selector-label sup {
	font-size: 8px;
}

.selector-deselected {
	color: #545b5b;
	border-bottom-color: #545b5b;
}

.help-link {
	color: #e10098;
	text-decoration: underline;
}
