* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/* GLOBAL ELEMENTS
--------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	font-size: 13px;
	color: #252525;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #fff;
	height: 100%;
	background: url("../img/wrapper-bg2.gif") top repeat-x;
}

h1 {
	font-size: 1.4em;
	margin: 0 0 20px 0;
	color: #252525;
	line-height: 140%;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 20px 0;
	color: #252525;
	line-height: 140%;
	clear: both;
	position:relative;
	display: inline-block;
}

h3 {
	font-size: 1.1em;
	margin: 0 0 0px 0;
	line-height: 140%;
	color: #252525;
}

h4 {
	font-size: 1.0em;
	margin: 0 0 10px 0;
	line-height: 140%;
	color: #252525;
}

p {
	margin: 0;
	line-height: 160%;
}

p.text { padding: 15px 0; }

.clear{
	clear:both;
}

a:link, a:visited {
	color:#D78728;
	text-decoration: none;
}

a:active, a:hover {
	color:#91311D;
	text-decoration: underline;
}
span.nobold {
	font-weight: normal;
	font-size: 70%;
}

.moon { height: 15px; padding-left: 10px; }

/* LOADING ANIMATION
--------------------------------------------------------------- */

div#loading-indicator {
	position:fixed; left:50%; top:40%;
	z-index:9999;
}

div#loading-indicator-inner {
	position:relative; left:-50%; top:-50%;
	/*background-color:#ffffff;
	border:0px solid #91311D;
	height:24px;
	padding:8px;*/
}

div#loading-indicator-inner img {
	float: left;
}

div#loading-indicator-inner div {
	float:left; margin:4px 8px;
}


/* WRAPPER CONTAINER STYLES
--------------------------------------------------------------- */

#wrapper {
	width: 100%;
	background: url("../img/wrapper-bg2.gif") top repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#container {
	width: 100%; max-width:1200px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

/* HEADER STYLES
--------------------------------------------------------------- */

#header {
	width: 100%;
	height: 96px;
	position: relative;
}

.headertop {
	height: 58px;
}

a#logo {
	display: block;
	background: url('../img/KRSPLogo.gif') top left no-repeat;
	width: 251px;
	height: 65px;
	text-indent: -9999px;
	position: absolute;
	top: -7px;
	z-index: 10;
	margin: 4px 0;
}

div#header-links {
	position: absolute; top: 22px; right: 8px;
}

.headertext {
	color: #b00f2b;
	font-size: 3.8em;
	position: absolute;
	left: 200px;
	top: -5px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.big_green {height: 32px; font-size: 1.4em; font-weight: bold; color: green; margin:20px; }

/* MENU STYLES
--------------------------------------------------------------- */

.menu .toggle-nav {
	display:none;
}

.menu {
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

hr.menuhr { border: 1px solid #999999; }

.menu ul {
	display:inline-block;
}

.menu li {
	float:left;
	list-style:none;
	font-size:14px;
	position: relative;
}

.menu li:last-child {
	margin-right:0px;
}
.menu li:hover, .menu li.current-item {
  background: url("../img/menu/menu-selected.gif") repeat scroll 0 0;
}
.menu a {
	color: #ffffff;
	display: block;
	line-height: 48px;
	padding: 0 21px;
}

.menu a:hover, .menu .current-item a {
	text-decoration:none;
	color:#ffffff;
}

.menu a:hover {
	color: #dff442;
}

.menu .sub-menu {
	background: #595959 none repeat scroll 0 0;
	display: none;
	left: 0;
	position: absolute;
	top: 43px;
	z-index: 999;
	min-width: 250px;
	opacity: 0.9;
	box-shadow: 4px 4px 15px;
}

.menu li:hover .sub-menu {
	display: block;

}

.menu li li {
	float: none;
}

.menu li li a {
	line-height: 20px;
	padding: 5px 14px;
	border: 2px solid transparent;
}

.menu li li a:hover {
	background: #000000;
	color: #dff442;
	border-bottom: 2px solid #aaaaaa;
	border-radius: 4px;
	opacity: 1;
	background: url("../img/arrow_col_white.png") no-repeat scroll 4px 12px;
 }



/* CONTENT STYLES
--------------------------------------------------------------- */

#content-wrapper {
	width: 100%;
}

#content {
	width: 99%;
	margin: 0 auto;
}

#content-header {
	display:inline-block;
	width: 100%;
	margin: 8px 0;
	vertical-align:middle;
}

#content-title {
	float:left;
	padding-top:10px;
	color: #91311D;
	font-size: 1.8em;
	line-height:160%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	position:relative;
	display: inline-block;
}

#content-actions {
	float:right;
	padding-top:8px;
}

#content-actions .action_wrapper {
	float:left; margin-left:6px;
}

#content-actions input[type=button], #content-actions input[type=submit] {
	min-width:100px;
	border-radius: 8px;
}

.content-group {
	display:inline-block;
	width: 100%;
}

.content-column {
	float:left;
	width: 100%;
	padding: 0 0 20px 0;
}

/* NOTIFICATION STYLES
--------------------------------------------------------------- */

div#usermessages {
	position:relative;
	width:97%;
}

div.user-msg {
	background-color: #fff;
	border: 1px dotted #ccc;
	border-radius: 10px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 0;
	padding: 12px 30px 12px 10px;
	position: relative;
	width: 99%;
	line-height: 20px;
	box-shadow: 2px 5px 10px #888888;
}

.ui-widget-content { box-shadow: 20px 20px 25px #888888; }

div.user-msg li{
	padding-left: 5px;
	margin-left : 15px;
}

div.user-error-msg {
	background-color: #FFEAEA;
	border: 1px solid #FFBFBF;
}

div.user-error-msg li{
	padding-left: 5px;
	margin-left : 15px;
}

div.user-msg-close {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 2px;
  position: absolute;
  right: 10px;
  top: 14px;
  line-height: 15px;
}

div.user-msg-close:hover {
	color: #2F85A7;
	background-color: #e0e0e0;
}

/* TABSET COMPONENT STYLES
--------------------------------------------------------------- */

div.tabs {
	clear: both;
	width:100%; height:25px;
	margin:0; padding:0;
	padding-bottom:0px;
	margin-bottom:12px;
	border-bottom: 1px solid #c0c0c0;

}

div.tab {
	display:inline-block;
	float:left;
	margin: 0 1px;
	padding: 5px 16px;
	text-align:center;
	color:#000000; font-weight:normal;
	font-size:12px;

	background-color:#f4f4f4;

	overflow:hidden; white-space:nowrap;

	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #c0c0c0;
	/* rounded corner */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;

	cursor:pointer;
}

div.tab:hover {
	background-color:#ffffff;
}

div.tab.selected {
	background-color:#ffffff;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ffffff;
	cursor:default;
}


/* COLLAPSIBLE PANEL
------------------------------------------------------------------ */

div.collapsible { margin:0px; }

div.collapsible div.header {
	width:1000px;;
	color:#91311D;
	font-weight:normal;
	font-size: large;
	cursor:pointer;
	padding:6px 0;
	position: absolute;
}

div.collapsible div.header-closed { border:0; }
div.collapsible div.body { width:100%; margin:0; padding:0; }
div.collapsible div.body-closed { width:100%; display:none; }
div.collapsible div.header img { float:left; padding:2px 4px 0 0; width:10px; height:10px; }

/* DATA TABLE
------------------------------------------------------------------ */

table.datatable {
	border-collapse: collapse;
	width: 100%
}


table.datatable td {
	padding: 0 0 8px 0;
	vertical-align:top;
}

table.datatable div.label {
	margin:6px 0;
	clear:both;
}

table.datatable div.label.required {
	font-weight:bold;
}

table.datatable div.input {
	margin:0;
	min-height:24px;
	clear:both;
}

th {
	color: #ffffff;
	background-color: #595959;
	padding: 4px;
	font-weight:normal;
	border-left:1px solid #cccccc;
}

.rotate {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

table.datatable td.right-align { text-align: right; padding-right: 10px; }

td.w200 { width: 200px; }
#hansa_server_addr { width: 600px; }

th.RecordID { font-weight: bold; text-align: center; }
td.RecordID { font-weight: bold; text-align: center; background-color: #fffe99; }

/* DATALIST COMPONENT STYLES
--------------------------------------------------------------- */

.datalist {
	width: 100%;
	clear: both;
}

.datalist-filters {
	width: 100%; height:30px;
	padding:0;
	margin-bottom:6px;
}

.datalist-search {
	float:right;
}

.datalist-search-icon {
	float:left;
	width:16px; height:16px;
	padding:4px 8px 0 0;
}

.datalist-filter, .datalist-filter-option {
	float:left;
}

.datalist-filter {
	margin-right:8px;
}

.datalist-filter-icon {
	float:left;
	width:16px; height:16px;
	padding:4px 8px 0 0;
}

.sortable {
	cursor:pointer;
}

.datalist-colsort-icon {
	height: 12px;
	position: absolute;
	right: 5px;
	top: 10px;
	width: 8px;
}

div.datalist-table {
	display: table;
	width:100%;
}

div.datalist-table div.heading {
	display: table-row;
	background-color: #595959;
	color:#fff;
}

div.datalist-table div.row {
	display: table-row;
}

div.datalist-table div.row:nth-child(odd) {
	background-color: #FFF0E0;
}

div.datalist-table div.row:hover {
	color:#000; background-color: #FFDAB2;
}

div.datalist-table div.cell {
	display: table-cell;
	/*border-right: 1px solid #D9E6F0;*/
	border-bottom: 1px solid #D9E6F0;
	padding:8px 4px;
	position:relative;
}

div.datalist-table .col_checkbox {
	width: 35px;
	display: table-cell;
	border-right: 1px solid #D9E6F0;
	border-bottom: 1px solid #D9E6F0;
	padding:8px 4px;
	position:relative;
}

.col_checkbox_0 { display: table-cell; text-align: center; }
.col_checkbox_1 { display: table-cell; text-align: center; }
.col_checkbox_1 span { background-color: #9bff9b; color: #000000; font-weight: bold; padding: 7px; border: 1px dotted #999; box-shadow: 2px 2px 9px; }

div.datalist-table div.row div.cell {
	cursor:pointer;
}

div.datalist-table div.cell:last-child {
	border-right: 1px solid transparent;
}

span.cell2 { padding: 10px; display: block; float: left; }

div.datalist-nav {
}

.datalist-nav-button {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: 4px;
  min-height: 24px;
  padding: 0;
}

.datalist-nav-button:hover {
	font-weight:bold;
}
.datalist-nav-nav {
  float: left;
}
.datalist-nav-pageinfo {
	float:right;
	padding:4px; padding-right:8px;
}

.datalist-nav-page {
	padding:4px; padding-left:8px;
}

.datalist-nav-page-selected {
	font-weight:bold;
}

/* INPUT COMPONENTS
------------------------------------------------------------------ */

input.input500 { width: 100%; }
input.input100 { width: 100%; }
input.error { border: 1px solid red; }

input[type="text"].error, input[type="password"].error, input[type=file].error, textarea.error, select.error {
	border:1px solid red !important;
}

input[type="text"].readonly, input[type="password"].readonly, input[type=file].readonly, textarea.readonly, select.readonly, table.readings td input.readonly {
	color:#828282;
	border: 1px solid #a8a8cf;
}

button.DetailButton { width:120px; border-radius: 8px; float: right; height: 21px; background-color: #f6f6f6; color: #b00f2b; cursor: pointer; border: 1px solid #b00f2b; height:28px; position:absolute; top: 8px; right:40px; font-weight: bold; }
button.DetailButton:hover { border:1px solid #91311D; color:black; }
button.DetailButton:active { background-color:#fff; }
button.DetailButton:hover { box-shadow: 0 0 8px #b00f2b; transition: box-shadow 0.5s; border: 1px solid #b00f2b; }

input[type="text"]:-moz-read-only:hover { border: 1px solid #c00; }
input[type="text"]:read-only:hover { border: 1px solid #c00; }

textarea { resize: none; }

input[type="radio"] {  margin:4px !important; }
input[type="checkbox"] {  margin:4px !important; }

input[type="text"], input[type="password"], input[type=file], textarea, select {
	font-size:1.0em !important;
	padding: 4px 4px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #f4f4f4) ) !important;
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #f4f4f4 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f4f4') !important;
	border: 1px solid #ccc;
	-moz-border-radius:  0px 0px 0px 0px;
	-webkit-border-radius:  0px 0px 0px 0px;
	border-radius: 12px;
}

select {
	border-radius: 12px 2px 2px 12px;
}

input[type="text"], input[type="password"], textarea {
	padding: 5px 4px;
	background-image: linear-gradient(#eeeeee, white);
}

input.Datepicker, input.getDatepicker {
	width:100px;
	text-align: center;
}

input.datetime {
	width: 180px;
	text-align: center;
}

input.Userpicker {
	width:160px;
	text-align: left;
	padding-left:10px;
}

select {
	padding:4px 0px;
}

input[type="text"]:hover, input[type="password"]:hover, input[type=file]:hover, textarea:hover, select:hover {
	border: 1px solid #666;
}

input[type="text"]:focus, input[type="password"]:focus, input[type=file]:focus, textarea:focus, select:focus {
	border: 1px solid #666 !important;
}

input.uppercase, select.uppercase {
    text-transform: uppercase;
}

input[type=button], input[type=submit] {
	height:32px;
	background-color:#F6F6F6;
	border-radius: 8px;
/*
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
*/
	border:1px solid #b00f2b;
	/* display:inline-block !important; */
	color:#b00f2b;
	/* font-family:arial !important; */
	font-size:1.0em !important;
	font-weight:bold !important;
	padding:2px 4px !important;
	text-decoration:none !important;
	cursor:pointer;
}

input[type=button]:hover, input[type=submit]:hover {
	border:1px solid #91311D;
	color:black;
	text-decoration: none;
}

input[type=button]:active, input[type=submit]:active {
	background-color:#fff;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 8px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

input[type=button]:hover, input[type=submit]:hover {
  transition: box-shadow 0.5s;
  box-shadow: 0 0 8px #b00f2b;
  border: 1px solid #b00f2b;
  text-decoration: none;
}

/* COLLECTION AND REVIEW MAIN SCREEN RESULTS POPUP UNORDERED LIST
------------------------------------------------------------------ */

#pop-up ul {
}

#pop-up ul li {
	margin-left:16px !important;
}

/* ACTIVITIES-LIST
------------------------------------------------------------------ */

td.top { vertical-align: top; }

td.right { text-align: right; }

table.activities-list {
	width:100%;
	border-collapse: collapse;
}

table.activities-list tr {
	cursor: pointer;
}

table.activities-list tr:hover {
	background-color: #f8f9ae;
	transition: background-color 2s ease;
}

table.activities-list td:first-child {
	width:24px;
}

table.activities-list td:last-child {
	width:120px;
}

table.activities-list td {
	border-top:1px solid #eee;
	height:32px; vertical-align:middle;
	padding:0 !important; margin:0 !important;
	font-size:1.1em;
}

table.activities-list td div {
	padding:6px 0 0 0;
	font-size: initial;
}

table.activities-list tr:first-child td {
	border-top:1px solid #c0c0c0;
}

table.activities-list tr:last-child td {
	border-bottom:1px solid #eee;
}

table.activities-list tr.open td:last-child {
	color:green; font-weight:bold;
}

/* MANAGE USERS
------------------------------------------------------------------ */

.col_user_name { }
.col_user_signin { }
.col_user_action { width:120px; max-width:120px; }

/* Tool tips
------------------------------------------------------------------ */

a input[type="button"]:link { text-decoration: none; }

img.NoMapPin { float: right; height: 25px; width: 25px; }
img.MapPin { float: right; height: 25px; width: 25px; opacity: 0.4; transition: opacity 2s; cursor:pointer; }
img.MapPin:hover { opacity: 1; }

img.NoMapPinReading { padding-left: 10px; height: 0; width: 0; }
img.MapPinReading { padding-left: 10px; height: 20px; width: 20px; opacity: 0.4; transition: opacity 2s; cursor:pointer; }
img.MapPinReading:hover { opacity: 1; }

img.InfoImage { height: 18px; width: 18px; opacity: 0.2; position:absolute; top: -10px;  }
img.InfoImage:hover { opacity: 1; }

h2 .record, #content-title .record { visibility: hidden; width: 120px; background-color: #000; color: #fff; text-align: center; border-radius: 40px; padding: 2px 0; position: absolute; z-index: 1; bottom: 100%; left: 80%; margin-left: 20px; opacity: 0; transition: opacity 5s; font-size: 8pt; }
h2:hover .record, #content-title:hover .record { visibility: visible; opacity: 1; }

td.show_id { font-size: 12px; position: relative; display:table-cell; }
td.show_id .record { visibility: hidden; top:-10px; left: 20px; width: 80px; background-color: #fff; color: #000; text-align: center; border-radius: 8px; position: absolute; z-index: 1; opacity: 0; transition: opacity 2s; font-size: 8pt; border: 1px solid #ccc; }


.show_id { color: #333; font-size: 6px; position: relative; display: inline-block; padding: 0 10px; vertical-align: super; }
.show_id .record { visibility: hidden; width: 80px; background-color: #fff; color: #000; text-align: center; border-radius: 8px; position: absolute; z-index: 1; opacity: 0; transition: opacity 2s; font-size: 8pt; border: 1px solid #ccc; }
.show_id:hover .record { visibility: visible; opacity: 1; }

/* Usage:
<h2>Title text <span class="record">Record ID XXXXX</span></h2>
<div class="show_id">Informational text <span class="record">Record ID XXXXX</span></div>
*/

img.smiles { position: absolute; padding-left: 15px; margin-top: -3px; }


/* DEBUG styles */

 /* Style the tab */
.Dtab { overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; margin-top: 50px;  }
/* Style the buttons that are used to open the tab content */
.Dtab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; }
/* Change background color of buttons on hover */
.Dtab button:hover { background-color: #ddd; }
/* Create an active/current tablink class */
.Dtab button.active { background-color: #ccc; }
/* Style the tab content */
.Dtabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; }

div.row div.cell.yellow { background-color: #f0f080; text-align: center; }
.debug { color: black; background-color: #f0f080; text-align: center; margin-top: 10px; }
div.debug { color: black; background-color: #fffc00; margin-top: 0px;  text-align: left; padding: 10px 0 0 10px; }
span.success { font-weight: bold; padding: 3px; border: 1px solid transparent; }
span.success:hover { transition: background 5s, box-shadow 1s, border 1s; background: #66ff66; box-shadow: 0 0 8px #66ff66; border: 1px solid #66ff66; }


/* RESPONSIVE STYLES
------------------------------------------------------------------ */

@media all and (min-width: 981px) {
}

@media all and (max-width: 980px) {
	#wrapper { width:740px; }
	div#usermessages { width:95% !important; }
	#content-title { padding-top:6px; }
	div.content-column { width: 48%; min-width:48%; }
	.datalist-nav-button.number { display: none; }
	.datalist-filter {
		float: left;
		margin-right: 8px;
		width: 480px;
	}
	.datalist-filter-option { margin-bottom: 8px; }
	.datalist-filter-option.datemargin { margin-left: 25px; }
}

@media all and (max-width: 750px){
	#wrapper { width: 480px; }
	div#usermessages { width:92% !important; }
	#header {
		height: auto;
	}
	/* Menu */
	.menu {
		position:relative;
		z-index: 999;
	}
  .menu ul.active {
     display:none;
  }
  .menu ul {
      width:100%;
      position:absolute;
      top:120%;
      left:0px;
      box-shadow:0px 1px 1px rgba(0,0,0,0.15);
      border-radius:3px;
      background:#303030;
   }
   .menu ul:after {
      width:0px;
      height:0px;
      position:absolute;
      top:0%;
      left:22px;
      content:'';
      transform:translate(0%, -100%);
      border-left:7px solid transparent;
      border-right:7px solid transparent;
      border-bottom:7px solid #303030;
   }
   .menu li {
      margin:0;
      float:none;
      display:block;
		  background:none !important;
   }

    .menu li a {
        display:block;
    }

	.menu a:hover, .menu .current-item a {
		background: #000000 none repeat scroll 0 0;
	}

	.menu a {
		line-height: 35px;
	}

	.menu  .toggle-nav {
		color: #ffffff;
		display: block;
		font-size: 20px;
		padding: 4px 20px;
	}

    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#ffffff;
    }

	.menu .sub-menu {
		display: block !important;
		left: auto;
		min-width: auto;
		position: relative;
		top: auto;
		z-index: 999;
	}

	.menu li li {
		margin-left: 30px;
	}

	.menu li li a {
		line-height: 15px;
		padding: 5px 10px;
		background: none repeat scroll 0 0 !important;
	}

	.menu li li a:hover {
		background: none repeat scroll 0 0;
		color: #cccccc;
	}

	.menu li.hiddenmobile {
		display:none;
	}

	.menu li.showmobile {
		display:block !important;
	}

	/* Data lists */

	div.datalist-nav {
		overflow: hidden;
		font-size: 16px;
	}

	.datalist-nav-nav {
		float: none;
		overflow: hidden;
		text-align: center;
		width: 100%;
	}

	.datalist-nav-pageinfo {
		float: none;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

	.datalist-filter {
		float: none;
		margin-right: 0;
		width: 100%;
		overflow: hidden;
	}

	.datalist-search {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	.datalist-filters {
		height: auto;
		overflow: hidden;
	}

	.datalist-search-icon { float: none; }

	.datalist-filter-icon { }

	.datalist-filter select { width: 100% !important; }

	.datalist-filter {
		float: none;
		margin-right: 0 !important;
	}

	.datalist-filter-option {
		float: right;
		margin-right: 0 !important;
		text-align: left;
		width: 445px;
	}

	input#search { width: 435px !important; }

	.datalist-table {
		margin: 1em 0;
		min-width: 300px;
	}

	.maincontent div.datalist-table div.row div.cell p { margin:0; }
	div.datalist-table div.heading,  div.datalist-table div.row { border-bottom:1px solid #cccccc; }
	div.datalist-table .heading div.cell { display: none; }
	div.datalist-table div.row div.cell { display: block; }
	div.datalist-table div.row div.cell:first-child { padding-top: .5em; }
	div.datalist-table div.row div.cell:last-child { padding-bottom: .5em; }
	div.datalist-table .heading div.cell, div.datalist-table div.row div.cell td {
		text-align: left;
		width: auto !important;
	}
	.datalist-table { overflow: hidden; }
	div.datalist-table .heading div.cell, div.datalist-table div.row div.cell { border:0; }
	div.datalist-table .heading div.cell, div.datalist-table div.row div.cell:before { }
	div.datalist-table div.row div.cell { width: 100%; }
	div.datalist-table.noblock .heading div.cell {
		display: table-cell;
		font-size: 14px;
	}

	div.datalist-table.noblock div.row div.cell::before {
		content: attr(data-th) "";
	}

	div.datalist-table.noblock div.row div.cell {
		display: table-cell;
		font-size:14px;
	}

	.hiddensmall { display:none; }

	.datalist-nav-page { padding: 4px 22px; }

}

@media all and (max-width: 500px) {

	#wrapper { width: 300px; }

    div#usermessages { width:86% !important; }

	div#header-links { display: none; }
    div#header-menu { display: block; }

    div#main_menu { display:none; }

	#content-title { padding-top:4px; }

	#content-actions .smallmobile input[type=button] { min-width:72px; }

    div.content-column { width: 98%; min-width:98%; margin-right:0%; }

	a#logo { background-size:90%; }

	.datalist-filter-option { width: 270px; }
	input#search { width: 255px !important; }

	#datalist-filter-todate, #datalist-filter-fromdate {
		width: 65px !important;
		padding: 5px 2px;
	}

}
