﻿@import url('common.css');

#content  
{
    min-width: 1100px;
}

.indent1
{
    padding:20px;
    padding-top:15px;
}

* 
{
	margin:0;
	padding:0;
}

html 
{
    height:100%;
	width:100%;
	min-height:100%;
}

html body {
	position:relative;
	height:100%;
	width:100%;
	min-height:100%;
	font-family:Arial, sans-serif;
	font-size:13px;
	line-height:19px;
}	
img {
	border-style:none;
	text-decoration:none;
} 
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/* Links */
a {
    color: var(--peoplecert-orange);
    text-decoration: underline;
}
a:link {
}
a:visited {
}	
a:hover {
    text-decoration: none;
}	
a:active {
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/*	--------------------------------------------------------------------------------------------  */

#form,
#ctl01,
#Form1
{
    height:100%;
    min-height:100%;
}

#Form1 #footer
{
    margin-left:0px;
}

#Form1 #contentLeft
{
    padding:35px 0 0 0;
}

#wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    min-width: 1000px;
    background-color:#fcfcfc;
}

#header 
{
    background: #ff7443;
    background: -webkit-linear-gradient(#ff7443, #e14a37);
    background: -o-linear-gradient(#ff7443, #e14a37);
    background: -moz-linear-gradient(#ff7443, #e14a37);
    background: linear-gradient(#ff7443, var(--peoplecert-orange));
	/*background:#f15a29;*/
    position: fixed;
    top: 0;
    width: 100%;
    height: 34px;
	z-index:10;
}
#logoPC {
    background: url("images/peoplecert_logo.png") center center no-repeat #202A3B;
    width: 170px;
    height: 34px;
    float: left;
    box-shadow: 2px -1px 3px #313131;
}
#logoM2M {
	background: url("images/M2M_AdminPortal2.png") center center no-repeat transparent;
    float: left;
	margin:0 20px 0 10px;
	height:34px;
	width:246px;
}
#lblServer {
	float:left;
	margin:9px 0 0 0;
	font-size:13px;
	font-weight:bold;
	color:#f28e29;
}
#welcome {
	float:right;
	color:#fff;
	font-size:13px;
	margin:8px 10px 0 0;
	text-shadow: 0 1px 0 #C14821;
}
#lnkbtnLogout {
	background:rgba(0,0,0,.1);
	float:right;
	display:block;
	height:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:8px 10px 0 10px;
	font-size:13px;
	text-decoration:none;
	text-shadow: 0 1px 0 #C14821;
	color:#fff;
}
#lnkbtnLogout:hover {
	background:rgba(0,0,0,.2);
}
#lblUserName {
	font-weight:bold;
}

#contentMain {
    position: relative;
    padding: 0 0 50px 0;
    width: 100%;
}
#contentLeft {	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: 100%;
    padding: 34px 0px 0px 170px
}
#columnLeft {
	background: #f5f5f5;
	box-shadow: 2px 1px 4px #cdcdcd;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 170px;
	z-index: 7;
	position:fixed;
}

/* Navigation */
#navigation {
	margin:34px 0 20px 0;
	position:relative;
}
#navigation a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 10px 10px 15px;
    color: #303030;
    font-size: 13px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-decoration: none;
    outline: none;
    transition: background-color 0.1s, border-color 0.3s;
}
#navigation a:hover {
	background: var(--hovered);
	text-shadow: 0 1px 0 #FDE5CD;
	border-color:#f15a29;
	color:#000;
}
#navigation a.selected
{
    background-color: var(--selected);
    border-color: #ffb786;
    color:#000;
    text-shadow: 0 1px 0 #FDE5CD;
}
#navigation .lv2
{
    position:absolute;
    left:170px;
    box-shadow: 2px 2px 3px #cdcdcd;
    border-top:1px solid #cdcdcd;
    border-left:1px solid #cdcdcd;
    background-color:#f5f5f5;   
}
#navigation .lv2 a
{
    height:39px;
    margin:0px;
}


/* Error Log */
#errorLog {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:0 10px;
}


#scrollup {
	margin:10px 0 0 0;
    position: relative;
    overflow: hidden;
    height: 100px;
    top: 0px;
    left: 0px;	
}
.error {
	margin:0 0 20px 0;
}
.errorTime {
	display:inline-block;
	width:100%;
}
#scrollup h3 {
    color:#000;
    font-size:10px;
    border-bottom:none;
    margin:0;
}
#scrollup a {
    font-size:10px;
}
.headline {
    position: absolute;
	top: 210px;
    left: 0px;
	height: 95px;
    width:auto;
}
#scrollup .line_hor,
#scrollup .line_hor1,
#scrollup .line_hor2 {
    background:none;
	padding:0;
	margin:0;
}

#footer
{
    position: absolute;
    bottom: 0;
    margin: 0 0 0 170px;
	padding: 10px 10px 10px 35px;
    color: #333;
    font-size:10px;
}

.fontBold
{
    font-weight: bold;
}
