* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
    font-style: normal;
	color: #878787;
    font-size: 14px;
    line-height: 1.7;
}

img {
	border: none;
}

*:focus {
	outline: none;
}

header {
	position: fixed;
	top: 0;
	left:0;
	right:0;
	height: 60px;
	background: #c2dced;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 1px 1px 2px #777;
	z-index: 20;
}

header .info-list {
	list-style: none;
}

header .info-list li {
	display: inline-block;
	padding-right: 30px;
	vertical-align: middle;
}

header .info-list li.user-name-cell {
	font-size: 16px;
}

header .info-list li.user-name-cell span {
	font-weight: bold;
}

header .info-list li .logout-button {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
header .info-list li .logout-button:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}

.pcms-login-cage {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #e4e9eb;
}

.pcms-login-widtget {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pcms-login-inner-cage {
	border: solid 1px #ccc;
	background:#e9f3f7;
	width: 300px;
	box-shadow: 1px 1px 2px #777;
	padding: 10px;
}

.pcms-login-widtget h2 {
	font-size: 20px;
	padding: 0 10px;
	font-weight: bold;
}

.pcms-login-widtget .pcms-input-row {
	padding: 5px;
}

.pcms-login-widtget .pcms-input-row input {
	border: solid 1px #aaa;
	height: 35px;
	font-size: 18px;
	width: 100%;
	padding: 0 5px;
}

.pcms-login-widtget .pcms-button-row {
	padding: 5px;
	text-align: right;
}


.pcms-login-widtget .pcms-button-row button {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:2px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.pcms-login-widtget .pcms-button-row button:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}

#table_container {
	margin-top: 60px;
}

