﻿/* DEFAULTS
----------------------------------------------------------*/

@font-face {
	font-family: "Open Sans";
	src: url("../Font/OpenSansBold.ttf")format('truetype'), 
		 url("../Font/OpenSansBold.eot")format('embedded-opentype'), 
		 url("../Font/OpenSansBold.woff")format('woff'),
		 url("../Font/OpenSans-Light.ttf")format('truetype'),
		 url("../Font/OpenSans-Regular.ttf")format('truetype'),
		;
}
@font-face {
            font-family: "Solomon Sans";
            src:url("../Font/Solomon Sans Bold.otf");
        }

@font-face {
	font-family: "PT Sans";
	src: url("../Font/PTSans-Regular.ttf")format('truetype'), 
  		 url("../Font/PTSans-Bold.ttf")format('truetype'),
		 url("../Font/PTSans-Narrow.ttf")format('truetype');
}

@font-face {
	font-family: "PT Sans Narrow";
	src: url("../Font/PTSans-Narrow.ttf")format('truetype');
}

.site {
	background-color: rgb(245, 245, 245);
	overflow-x: auto;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #000;
	background-color: rgb(155, 155, 155);
	font-size: .80em;
	margin: 0px;
	padding: 0px;
}


a:link, a:visited, a.dxeHyperlink:visited, a.dxeHyperlink:link {
	/*color: rgb(74, 185, 87);*/
	color: rgb(45, 164, 74);
	text-decoration: none;
}

a:hover, a.dxeHyperlink:hover {
	/*color: rgb(74, 185, 87);*/
	color: rgb(45, 164, 74);
	text-decoration: underline;
}

a:active, a.dxeHyperlink:active {
	color: rgb(45, 164, 74);
	/*color: rgb(74, 185, 87);*/
}




/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.header {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
	margin: 4px 4px 4px 4px;
	min-height: 420px;
	/*height: 140%;*/
	/*overflow-y: hidden;*/
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
   /* background-color: #465c71;
    color: #cfdbe6;*/
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 10px 10px 10px;
    width: 300px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}



div.accountInfo
{
    width: 400px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 185px;
    height: 25px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.commentMemoStyle
{
    display:inline-block;
     width: 82%;
}
.commentButtonStyle
{
    display:inline-block;
    width: 15%;
    padding-left:5px;
}

.style1, .header {
	background-image: linear-gradient(to right, #ededed, #d7d7d7);
}

.style0 {
	background-color: #d7d7d7;
	vertical-align: top;
}

.style1 {
	width: 20%;
	vertical-align: top;
}

.style2 {
	width: 100%;
	vertical-align: top;
	background-color: rgb(245, 245, 245);
}


.pad-top-menu
{
    height:307px;
}

.margin-centered 
{
	margin-left: 150px;
}

.commentFooter
{
    padding-top: 20px;
     position:relative;
     bottom: -66px ;
     width:546px;
     height:0;
    left: 0px;
}
.commentFooter img
{
     width:1px;
     height:0;
}
.clear1 a
{
    visibility:hidden!important;
    height:1px;
}

.info_lbl {
	font-size: 13px !important;
	font-family: "Open Sans" !important;
	color: rgb(84, 82, 86) !important;
	line-height: 1.846 !important;
	text-align: left !important;
	-moz-transform: scale(0.98, 1) !important;
	-webkit-transform: scale(0.98, 1) !important;
	-ms-transform: scale(0.98, 1) !important;
}

.enntrance_system {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 1.2;
	text-align: left;
	-moz-transform: scale(0.98, 1);
	-webkit-transform: scale(0.98, 1);
	-ms-transform: scale(0.98, 1);
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.login_lbl {
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	color: #000;
	line-height: 4;
	text-align: left;
	padding-left: 20px;
}


.flex-box {
	display: flex;
	justify-content: space-between;
}

.filterdiv_logger, .filterdiv_loggerstate {
	display: inline-block;
	vertical-align: top;
}

.filterdiv_logger {
	width: 55%;
}

.filterdiv_loggerstate {
	width: 42%;
	background-color: #ededed;
}

.filter_loggerstate {
	background-color: #ededed !important;
}

.google-map {
	width: 100%;
	height: 85vh;
	vertical-align: top;
}

.logger-map {
	width: 100%;
	height: 65vh;
}

.printmapdiv {
	display: inline-block;
	vertical-align: top;
}

.map_info_window {
	width: 100%;
	line-height: 1.1;
}

.style_header {
	display: table;
	width: 100%;
}

.logo_title_div {
	display: table-cell;
	float: left;
	width: 50%;
	min-width: 300px;
}

.user_title_div {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left:10px;
	width: 50%;
}

.mapdiv_container, .map_button_container {
	display: table;
	width: 100%;
	vertical-align: middle;
}

.mapdiv_filter {
	display: table-cell;
	float: left;
	width: auto;
	padding-top: 5px;
}

.mapdiv_button_left{
	display: table-cell;
	float: left;
	width: auto;
}

.mapdiv_search {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-right: 2px;
	padding-top:4px;
}

.mapdiv_next {
	display: table-cell;
	float: right;
	width: auto;
}

.mapdiv_button_right {
	display: table-cell;
	float: right;
	width: auto;
}

.mapdiv {
	vertical-align: top;
	border: solid;
	border-color: grey;
	border-width: 1px;
}

.filter_label_div {
	display: block;
}

.itemImageActive {
	background-image: url("../image/incl_item_none.png");
}

.itemImageNoSync {
	background-image: url("../image/incl_item_nosync_none.png");
}

.itemImageDisable {
	background-image: url("../image/excl_item_none.png");
}
