HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/NVonken/mijneigenlied.com/wwwroot/css/admin/main.css
/* General
 --------------------------------------------------------------------------------------------------------------------*/

body {
	background: #ececec;
	font: 13px   /1.3 Arial, Helvetica, sans-serif;
	color: #333333;
}
a, a:visited, a:active {
	text-decoration: none;
}
a:hover {
}
p {
    padding-top: 4px;
    padding-bottom: 3px;
}

#content_wrapper h1,
h2 {
	font-size: 150%;
	margin-bottom: 10px;
}
.wrap {
	display: block;
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.site_name, .site_name:active, .site_name:visited {
	font-size: 200%;
	color: #333;
	text-shadow: 1px 1px #ccc;
}
.site_name:hover {
	text-decoration: none;
}
.site_subtitle {
	font-size: 110%;
	color: #666;
	text-shadow: 1px 1px #ccc;
}
/* Form
 --------------------------------------------------------------------------------------------------------------------*/

.form-info, .form-item, .form-message {
	padding: 12px;
}
.form-info {
	width: 935px;
	line-height: 18px;
	display: block;
	border: solid 2px Green;
	margin: 0 0 25px 0;
	color: Green;
	background: url('../../images/icons/information.png') no-repeat;
	background-position: 2% 50%;
	background-color: #D1DECA;
	height: auto !important;
}
.form-info label {
	margin: 0 0 25px 50px;
	line-height: 36px;
}
.form-info ul {
	list-style: square;
	margin: 0 0 0 50px;
}
.form-message label {
	background-color: #E2E2E2;
	color: White;
	display: block;
	float: left;
	width: 620px;
	line-height: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, .08);
}
.form-message div {
	margin: 12px 12px 12px 12px;
	height: auto;
	width: 608px;
}
/* Layout
 --------------------------------------------------------------------------------------------------------------------*/

#header_wrapper {
	display: block;
	position: relative;
	height: 148px;
	background: url('../../images/admin/header_bg.png') top left repeat-x;
	text-align: center;
}
#header_container {
	height: 148px;
}
#header {
	height: 89px;
	padding: 0 19px;
}
#website_info {
	float: left;
	height: 69px;
	min-width: 350px;
	padding: 20px 0 0 0;
}
#divAccount {
	padding: 20px 0 0 0;
}
#current_user {
	margin: 8px 0 0 0;
}
#div_switch_role a, #div_switch_role a:active, #div_switch_role a:hover {
	margin: 0 0 0 2px;
	font-style: italic;
	font-weight: bolder;
	color: #8F37B8;
	text-decoration: none;
}
#logo {
	display: block;
	width: 153px;
	height: 50px;
	float: right;
	position: relative;
	background: url('../../images/admin/bmg_logo.png') top left no-repeat;
	top: 20px;
}
#main_nav_container {
	display: block;
	position: relative;
	background: url('../../images/admin/main_nav_bg.png') top left repeat-x;
	height: 59px;
}
#content_wrapper {
	display: block;
	position: relative;
	min-height: 600px;
	background: #ececec url('../../images/admin/content_wrapper_bg.png') repeat-x top left;
}
#sub_nav_container {
	height: 52px;
	background: url('../../images/admin/sub_nav_bg.png') top left repeat-x;
	margin-top: 1px !important;
	width: 90%;
	-webkit-box-shadow: 0px 4px 8px #888;
	-moz-box-shadow: 0px 4px 8px #888;
	box-shadow: 0px 4px 8px #888;
	position: relative;
	display: block;
}
#content_container {
	background: #fff;
	width: 90%;
	-webkit-box-shadow: 0px 5px 8px #888;
	-moz-box-shadow: 0px 5px 8px #888;
	box-shadow: 0px 5px 8px #888;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#footer_container {
}
#footer {
	padding: 20px 0 0 19px;
	color: #666;
	font-size: 90%;
}
/* Navigation
 --------------------------------------------------------------------------------------------------------------------*/

#main_nav {
	list-style: none;
	position: absolute;
	top: 8px;
	width: 100%;
}
#main_nav li {
	float: left;
}
#main_nav li.last {
	float: right;
}
#main_nav li a, #main_nav li a:visited, #main_nav li a:active {
	height: 47px;
	display: block;
	line-height: 47px;
	color: #fff;
	padding: 0 25px;
	font-weight: bold;
}
#main_nav li a:hover, 
#main_nav li a.active {
	background: #4a0b68 url('../../images/admin/nav_arrow.png') center bottom no-repeat;
}
.sub_nav {
	display: none;
	list-style: none;
	position: absolute;
	top: 47px;
	z-index: 500;
	background: #B18BC3 !important;
}
#main_nav li:hover .sub_nav {
	display: block;
}
.sub_nav li {
	float: none !important;
	display: block !important;
}
.sub_nav li a, .sub_nav li a:visited, .sub_nav li a:active {
	background: #B18BC3 !important;
}
.sub_nav li a:hover, .sub_nav li a.visited {
	background-color: #885a9f !important;
	background-image: none !important;
}
/* Input
 --------------------------------------------------------------------------------------------------------------------*/
.input-text {
	padding: 5px;
	margin-bottom: 5px;
	color: #999;
	height: 18px;
}
.purple {
	border: solid 1px #5b157c;
}
.grey {
	border: solid 1px #999;
}
.button {
	cursor: pointer;
	display: inline-block;
	height: 26px !important;
	line-height: 26px !important;
	padding: 0 10px;
	color: #fff;
	background: url('../../images/admin/button_bg.png') top left repeat-x;
	border: none;
	min-width: 100px !important;
	width: auto;
	-webkit-box-shadow: 0px 0px 8px #888;
	-moz-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 1px #666;
	margin: 5px 2px 0 0;
	font-weight: bold;
}
.button:hover {
	background: url('../../images/admin/button.content.hover.png') top left repeat-x;
}
.button_bin {
	cursor: pointer;
	display: inline-block;
	height: 32px;
	padding: 0px;
	border: none;
	min-width: 32px;
	background: url('../../images/admin/Icons/bin_button.png') top left no-repeat;
}
/* Error notification
 --------------------------------------------------------------------------------------------------------------------*/

.notification_ul {
	display: inline-block;
	position: relative;
	border: solid 1px #000;
	color: #000;
	padding: 15px;
}
.notification_ul.error {
	background: rgb(255, 0, 0);
	background: rgba(255, 0, 0, 0.6);
	border-color: #FF0000;
}
.notification_ul.succes {
	background: rgb(173, 255, 47, 0);
	background: rgba(173, 255, 47, 0.6);
	border-color: #adff2f;
}
.notification_ul li {
	display: list-item;
	color: #fff;
	list-style-type: square;
	margin-left: 15px;
	padding: 1px 0;
}
.notification_ul li a, .notification_ul li a:visited, .notification_ul li a:active {
	color: #333;
}
.notification_ul li a:hover {
	text-decoration: none;
}
#linkHelpdesk {
	margin: 0 0 20px 10px;
	line-height: 20px;
	text-decoration: none;
	color: #737473;
}
#linkClose {
	margin: 5px 10px 16px 0px;
	display: block;
	width: 16px;
	line-height: 20px;
	height: 16px;
	background: url('../../images/admin/icons/close.png') no-repeat;
	float: right;
}
/* root element for scrollable */
.scrollable {
	/* required settings */
	position: relative;
	overflow: hidden; /* vertical scrollables have typically larger height than width but not now */
	height: 665px;
	width: 700px;
}
/* root element for scrollable items */
.scrollable .items {
	position: absolute; /* this time we have very large space for the height */
	height: 20000em;
}
/* Clearfix
 --------------------------------------------------------------------------------------------------------------------*/
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clearer {
	clear: both;
}
.inner-wrap {
	padding: 20px;
}
/* Global definitions */
.table-wrap {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 15px;
}
.table-wrap thead tr {
	background-image: url('../../images/admin/title-background.png');
	background-repeat: repeat-x;
	height: 30px;
}
.table-wrap thead tr td {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #6d6f71;
	border-top: 1px solid #6d6f71;
	padding: 3px;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
}
.table-wrap  tbody tr td {
	border-bottom: 1px solid #6d6f71;
	padding: 3px;
	vertical-align: middle;
}
.message-error {
	width: 50%;
	font-size: 11px;
	font-family: Verdana;
	color: white;
	background-color: #ff5353;
	border: 3px solid red;
}
.message-success {
	width: 50%;
	font-size: 11px;
	font-family: Verdana;
	color: white;
	background-color: #00c300;
	border: 3px solid green;
}
.message-success table, .message-error table {
	padding: 5px;
	color: white;
	font-weight: bold;
}
.message-success table td, .message-error table td
{
	vertical-align: middle;
	padding: 5px;
}
.hint {
	color: gray;
	font-style: italic;
}
.form-field {
	width: 475px;
	margin-bottom: 5px;
}
.form-field .label {
	float: left;
	width: 175px;
}
.form-field .field {
	float: left;
	width: 300px;
}
.form-field .field input[type='text'] {
	width: 200px;
}
.fll {
	float: left;
}
.flr {
	float: right;
}
.clear {
	clear: both;
}