/* Body layout */
BODY {
	margin: 0px;
	font-size: 11px;
	color: #424242;
	background-color: #efefef;
	background-image: url('/templates/adecco/images/adecco-world.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
	background-attachment: fixed;
	font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
}

/* navigation menu styles */
#axp_top_menu_container {
	border-collapse: collapse;
	width: auto;
	min-width: 100%;
}

#axp_top_menu_container > tbody > tr {
	background-image: none;
	background: #231f20;
}

#axp_top_menu_container #axp_top_menu_left_logo {
	background-image: none;
	background-size: auto 30px;
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
}

#axp_top_menu_container #axp_top_menu_right_logo {
	width: 190px;
	height: auto;
	background: #4a0632;
	background-image: url('/templates/adecco/images/logo.svg');
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: top 10px center;
}

#axp_top_menu_container #axp_top_menu_right_logo:before {
	display: block;
	position: relative;
	float: left;
	content: '';
	width: 0;
	height: 0;
	top: 0;
	right: 40px;
	border-bottom: 40px solid #4a0632;
	border-left: 40px solid transparent;
}

.subNavLine {
	background-color: #4a0632;
}

/* The top left logo */
.axp_top_left_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 40px;
	background-image: url("/images/axp/pro_axp_logo_top.png");
	z-index: 2;
}

/* The top bar, which lies beneath the top logos */
.axp_top_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
	height: 40px;
	width: 100%;
	background-image: url("/images/axp/axp_top_bar_bg.png");
	z-index: 1;
}

/* The top right logo */
.axp_top_right_logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 190px;
	height: 40px;
	background-image: url("/images/axp/consendo_logo_top.png");
	z-index: 2;
}

/* The main content box on the login page */
.axp_login_main_page {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 90%;
	z-index: 3;

}

/* The login box */
.axp_login_box {
	position: relative;
	width: 350px;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
	z-index: 3;
	font-size: 16px;
	border: none;
}

.axp_login_box .axp_box_head_title, .axp_login_box td {
	font-size: 16px;
}

.axp_login_box input[type="password"], .axp_login_box input[type="text"]{
	font-size: 16px;
	height: 1.2em;
	width: 11em;
}

.axp_login_box input[type="submit"] {
	font-size: 16px;
/*	height: 1.4em; */
}

.axp_login_box_content {
	background: #FFFFFF;
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #7C98BB;
	border-top: none;
}

.axp_login_box .axp_box_head_title {
	-webkit-border-radius: 6px 6px 0 ;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: none;
}


/* Header for AXP boxes */
.axp_box_head {
	width: auto;
	background-image: none;
	font-weight: bold;
}

.axp_box_head > .axp_box_head_title,
.axp_box_head > .axp_box_head_icons
{
	background: #252e35;
}

.axp_box_head.redbg,
.axp_box_head.greenbg,
.axp_box_head.yellowbg
{
	background: none;
}

.axp_box_head.redbg > .axp_box_head_title,
.axp_box_head.redbg > .axp_box_head_icons
{
	background: #990000; /* Old browsers */
}

.axp_box_head.greenbg > .axp_box_head_title,
.axp_box_head.greenbg > .axp_box_head_icons
{
	background: #009900; /* Old browsers */
}

.axp_box_head.yellowbg > .axp_box_head_title,
.axp_box_head.yellowbg > .axp_box_head_icons
{
	background: #cccc00; /* Old browsers */
}

.axp_box_head_title {
	position: relative;
	color: #f9f0e3;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	line-height: 16px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	border: none;
}

.axp_box_head_title:before {
	content: '';
	position: absolute;
	background: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 10px;
	width: 12px;
	height: 18px;
	left: 5px;
}

.axp_box_head_icons {
	padding-right: 5px;
	text-align: right;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	border: none;
}

.axp_box_head_icons .icon {
	width: 14px;
	height: 12px;
	display: inline-block;
	margin: 4px 4px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.axp_box_buttons {
	vertical-align: middle;
	height: 20px;
	float: right;
}

.axp_box_content {
	width:auto;
	padding: 3px;
	background: #FFFFFF;
	background: rgba(255,255,255,0.7);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #7C98BB;
	border-top: none;
}

.axp_box_head.redbg + tr > .axp_box_content
{
	border-color: #bc8080;
}

.axp_box_head.greenbg + tr > .axp_box_content
{
	border-color: #7ebc89;
}

.axp_box_head.yellowbg + tr > .axp_box_content
{
	border-color: #bbbc82;
}

/* AXP top menu */
.axp_top_menu {
	position: absolute;
	top: 0px;
	left: 130px;
	right: 190px;
	height: 40px;
	width: auto;
	z-index: 2;
}

/* The table holding the top menu buttons */
.axp_top_menu_buttons {
	position: relative;
	top: 0;
}

.axp_top_menu_buttons TD {
	padding-right: 0px;
	vertical-align: middle;
}

/* Top menu button */
.axp_top_menu_button {
	height: 18px;
	width: 88px;
	padding-left: 0;
	color: #dddddd;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: none;
	background-image: none !important;
	text-shadow: none;
	font-size: 10px;
	background: transparent !important;
	text-transform: uppercase;
}

/* Top menu button when pressed. */
.axp_top_menu_button_down {
	height: 40px;
	width: 88px;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	background-image: none !important;
	text-shadow: none;
	font-size: 10px;
	background: #4a0632 !important;
	text-transform: uppercase;
}

.axp_top_menu_button:hover {
	color: #B6B6B6;
	text-shadow: none;
}

/* Shade below top button */
.axp_top_menu_button_shade {
	height: 0;
	background-image: none !important;
	border-bottom: none;
}
/* shade below top button shaded */
.axp_top_menu_button_shade_down {
	height: 0;
	background-image: none !important;
	background: #4a0632 !important;
}

#axp_status_menu_buttons {
}

/* status menu button when pressed. */
.axp_status_menu_button {
	height: 15px;
	padding-top: 3px;
	min-width: 88px;
	padding-left: 10px;
	padding-right: 10px;
	color: #DDDDDD;
	font-size: 9px;
	text-decoration: none;
	background: #231f20;
	background-color: #231f20;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0;
	border: none;
	cursor: pointer;
	font-weight: normal;
/** extra **/
	float: left;
	margin-right: 11px;
	margin-bottom: 5px;
}
.axp_status_menu_button_down {
	height: 15px;
	padding-top: 3px;
	min-width: 88px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	background-color: #4a0632 !important;
	background-image: none;
	background-size: 0;
	border: none;
	cursor: pointer;
	font-weight: normal;
/** extra **/
	float: left;
	margin-right: 11px;
	margin-bottom: 5px;
}

.axp_status_menu_button_down, .axp_status_menu_button:hover {
	color: #FFFFFF;
}

/* Shade below status menu button */
.axp_status_menu_button_shade {
	height: 10px;
	background-image: url(/images/axp/axp_menu_button_shade.gif);
}
.axp_status_menu_button_shade_down {
	height: 10px;
	background-image: url(/images/axp/axp_menu_button_shade_down.gif);
}

/* main container block */
#axp_main_container {
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

/* Sub menu */
.axp_sub_menu {
	left: 0px;
	right: 190px;
	width: auto;
	_width: 100%;
	border: 0px dotted blue;

}

#axp_minibutton_container {
	float: left;
	padding-left: 10px;
	width: 81px;
	height: 20px;
	background-image: none !important;
	background-repeat: repeat-x;
	background-color: #4a0632;
}

.axp_minibutton {
	float: left;
	height: 20px;
	width: 15px;
	cursor: pointer;
	text-decoration: none;
}

/* Main page */
.axp_main_page {
	margin: 5px;
	border: 1px dotted red
}

/* Order status box in right side */
#axp_order_status {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 181px; /** padding and width must be adjusted according to eachother - the combined width shall be 189px */
	_width: 190px; /* combined IE hack for internal border and width+padding */
	height: auto;
	min-height: 2000px;
	border-left: 1px solid #849294;
	background-color: #d4ddcc;
	z-index: 5;
	padding-left: 4px;
	padding-right: 4px;
}

.greytext {color: #888888}
.redtext {color: #CC0000}
.greentext {color: #009900}
.whitetext {color: #FFFFFF}
.bluetext {color: #0000FF}
.largeblack {color: #000000; font-size:16px; font-weight:bold}
.largeblue {color: #336699; font-size:16px; font-weight:bold}


/* http://blog.yosle.com/2007/09/20/css-round-corners/ */
/* Classes for rounded css-boxes, note, we have red, green and black */
.roundedboxredb1, .roundedboxredb2, .roundedboxredb3, .roundedboxredb4{font-size:1px; overflow:hidden; display:block;}
.roundedboxredb1 {height:1px; background:#990000; margin:0 5px;}
.roundedboxredb2 {height:1px; background:#fff; border-right:2px solid #888; border-left:2px solid #990000; margin:0 3px;}
.roundedboxredb3 {height:1px; background:#fff; border-right:1px solid #888; border-left:1px solid #990000; margin:0 2px;}
.roundedboxredb4 {height:2px; background:#fff; border-right:1px solid #888; border-left:1px solid #990000; margin:0 1px;}
.roundedboxredcontentb {background: #ffffff; border-right:1px solid #990000; border-left:1px solid #990000;}
.roundedboxredcontentb div {margin-left: 5px;}

.roundedboxgreenb1, .roundedboxgreenb2, .roundedboxgreenb3, .roundedboxgreenb4{font-size:1px; overflow:hidden; display:block;}
.roundedboxgreenb1 {height:1px; background:#0f0; margin:0 5px;}
.roundedboxgreenb2 {height:1px; background:#fff; border-right:2px solid #0f0; border-left:2px solid #0f0; margin:0 3px;}
.roundedboxgreenb3 {height:1px; background:#fff; border-right:1px solid #0f0; border-left:1px solid #0f0; margin:0 2px;}
.roundedboxgreenb4 {height:2px; background:#fff; border-right:1px solid #0f0; border-left:1px solid #0f0; margin:0 1px;}
.roundedboxgreencontentb {background: #fff; border-right:1px solid #0f0; border-left:1px solid #0f0;}
.roundedboxgreencontentb div {margin-left: 5px;}

.roundedboxblackb1, .roundedboxblackb2, .roundedboxblackb3, .roundedboxblackb4{font-size:1px; overflow:hidden; display:block;}
.roundedboxblackb1 {height:1px; background:#888; margin:0 5px;}
.roundedboxblackb2 {height:1px; background:#fff; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.roundedboxblackb3 {height:1px; background:#fff; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.roundedboxblackb4 {height:2px; background:#fff; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.roundedboxblackcontentb {background: #fff; border-right:1px solid #888; border-left:1px solid #888;}
.roundedboxblackcontentb div {margin-left: 5px;}

.roundedboxtransparentbgb1, .roundedboxtransparentbgb2, .roundedboxtransparentbgb3, .roundedboxtransparentbgb4{font-size:1px; overflow:hidden; display:block;}
.roundedboxtransparentbgb1 {height:1px; background:#888; margin:0 5px;}
.roundedboxtransparentbgb2 {height:1px; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.roundedboxtransparentbgb3 {height:1px; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.roundedboxtransparentbgb4 {height:2px; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.roundedboxtransparentbgcontentb {border-right:1px solid #888; border-left:1px solid #888;}
.roundedboxtransparentbgcontentb div {margin-left: 5px;}

.microColorBox {width:4px;height:4px;border-width:1px;border-style:solid;border-color:#000000;margin:0px -1px 0px 0px;}

.rightaligned {
	text-align: right;
}

.bold {
	font-weight: 900 !important
}
.sumcol {border-top: 1px solid black}
.totalsumcol {border-top: 1px solid black; border-bottom: 1px solid black}
.weekheader {background: #BBBBBB; color: #000000; font-weight: bold}

/* prettygrey is a table with dark grey borders with only 1 pixel border between cells */
table.prettygrey {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse
}
table.prettygrey td{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

table.noborder {
	border-width: 0px;
	border-collapse: collapse;
	width:100%;
}
table.noborder td{
	border-width: 0px;
}
table.daySelectorTable,
table.daySelectorTable > tbody > tr > td,
table.daySelectorTable table {
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.daySelectorTable td {
	height: 20px;
}

table.daySelectorTable td.selectableTd {
	cursor: pointer;
}
table.daySelectorTable td table > tbody > tr:first-child {
	background-color: #DDDDDD;
}

table.daySelectorTable td.daySelectorOutsideRange {
	background-color: #E9E9E9;
	cursor: default;
}

table.daySelectorTable > tbody > tr > td {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

table.daySelectorTable td.selectedTd {
	border-width: 3px;
	border-style: solid;
	border-color: #009900;
	background-color: #CAF7CD;
}

table.fixed-table td.adata {
	width: auto;
}

.approvedshift {
	border-bottom: 7px solid #00FF00 !important
}
.erptransferredshift {
	border-bottom: 7px solid #808080 !important
}
.semiapprovedshift {
	border-bottom: 7px solid #EEEE99 !important
}
.conflictshift {
	background-color: #ff0000 !important;
}
.conflictshift td, conflictshift td b{
	color: #000000 !important
}
.nopadding{
	padding: 0px;
}

.booking {
	border-left: 1px solid black !important;
	border-right: 1px solid black !important;
	border-top: 1px solid black !important;
	border-bottom: 1px solid black;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	width: 100%
}

.approvedshift table {
	border-bottom: 1px solid black;
}
.erptransferredshift table {
	border-bottom: 1px solid black;
}
.squarebox{
	width: 10px;
	height:10px;
	border: 1px solid black;
	overflow: hidden
}

.citizenmenulink {
	font-size: 12px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	color: #0156a9 !important;
	position: relative;
	top: 2px !important
}
.rightaligned {
	text-align: right;
}

.economysum td{
	background: grey;
	color: #ffffff;
	padding: 2px;
	font-weight: bold
}

.citizen_journal_header {
	background-color:#CCCCCC;
}

.citizen_journal_note_table {
	border-spacing:0;
	border-collapse:collapse;
}

.citizen_journal_note_table td{
	border:1px solid black;
}
#cc_access_rights_block {
	background-color:	#dddddd;
}
.hidden {
	display:	none;
}

.lowerborder {
	border-bottom: 1px solid black;
}

.highlightBlockTable {
	background: #EEEEEE;
	border-spacing: 3px;
	border-collapse: separate;
	padding: 2px;
}

.highlightBlockTable h1 {
	line-height: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.buttonBlock {
	border: solid 1px #879096;
	background: #F0EACA;
}

.redBg {
	background-color: #EB807F;
}

.yellowBg {
	background-color: #E7EB5B;
}

.greenBg {
	background-color: #C3F263;
}

/* show more/less styles */

.showMoreLessContainer {
	overflow: hidden;
	max-height: 6.5em;
	line-height: 1.3em;
}

.showMoreLessContainer + a {
	font-size: 0.8em;
}

.showMoreLessContainer.showMore {
	max-height: none;
}
/* AxpProject lives */
/************************************************************************/
/* classes for allocate blocks */
.allocate_correct_booked{
	color: #009900;
}
.allocate_overbooked{
	color: #000099;
}
.allocate_underbooked{
	color: #990000;
}
.allocate_active{
	font-weight: bold;
	background-color: #b3e1b3;
}
.allocate_notinperiod{
	color: gray;
}
A.gray_order:link {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: underline;
	vertical-align: bottom;
}
A.gray_order:visited {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: underline;
	vertical-align: bottom;
}
A.gray_order:active {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: underline;
	vertical-align: bottom;
}
A.gray_order:hover {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: underline;
	vertical-align: bottom;
}
A.black_order:link {
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	vertical-align: bottom;
}
A.black_order:visited {
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	vertical-align: bottom;
}
A.black_order:active {
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	vertical-align: bottom;
}
A.black_order:hover {
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	vertical-align: bottom;
}
.prebooked_contacttemp {
	border: 2px solid green;
}
.ordercolor0 {background:#FFFFCC}
.ordercolor1 {background:#FFCCFF}
.ordercolor2 {background:#CCFFFF}
.ordercolor3 {background:#FFCCCC}
.ordercolor4 {background:#CCCCFF}
.ordercolor5 {background:#CCFFCC}
.ordercolor6 {background:#FFFF99}
.ordercolor7 {background:#FF99FF}
.ordercolor8 {background:#99FFFF}
.ordercolor9 {background:#FF99CC}
.ordercolor10 {background:#99FFCC}
.ordercolor11 {background:#c0aa54}
.topseparator{border-top: 1px solid black}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clickable{
	cursor: pointer;
}

.modified_hours {
	background: rgba(153, 0, 0, 0.1) !important;
}

.inputShiftDateTimeContainer {
	position: absolute;
	white-space: nowrap;
	border: solid 1px #000000;
	background: #FFFFFF;
	padding: 5px;
}

.inputShiftDateTimeContainer .dateField {
	width: 14ch;
	margin-right: 2px;
}

.inputShiftDateTimeContainer .timeField {
	width: 6ch;
	margin-right: 2px;
}

.nobr{
	white-space: nowrap;
}

/* classes for selects in month overview - green means someone is booked, red means nobody is booked */
.monthoverview_booked{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #88ff88), color-stop(1, #66dd66));
	background:-moz-linear-gradient(top, #88ff88 5%, #66dd66 100%);
	background:-webkit-linear-gradient(top, #88ff88 5%, #66dd66 100%);
	background:-o-linear-gradient(top, #88ff88 5%, #66dd66 100%);
	background:-ms-linear-gradient(top, #88ff88 5%, #66dd66 100%);
	background:linear-gradient(to bottom, #88ff88 5%, #66dd66 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88ff88', endColorstr='#66dd66',GradientType=0);
	background-color:#88ff88;
}
.monthoverview_unbooked{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8888), color-stop(1, #dd6666));
	background:-moz-linear-gradient(top, #ff8888 5%, #dd6666 100%);
	background:-webkit-linear-gradient(top, #ff8888 5%, #dd6666 100%);
	background:-o-linear-gradient(top, #ff8888 5%, #dd6666 100%);
	background:-ms-linear-gradient(top, #ff8888 5%, #dd6666 100%);
	background:linear-gradient(to bottom, #ff8888 5%, #dd6666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8888', endColorstr='#dd6666',GradientType=0);
	background-color: #ff8888;
}

/* temp searchres colors */

/* booked on order orders: red */
.booked_on_other_order0{
	background: #FF2222;
}
.booked_on_other_order1{
	background: #FF0000;
}

/* 11 hour rule not passed */
.shift_interval_not_passed0{
	background: #CFBBDE;
}
.shift_interval_not_passed1{
	background: #C2ADD1;
}
/* temp said no, or shift is disabled ... red */
.temp_not_available0{
	background: #CFB1B1;
}
.temp_not_available1{
	background: #C2A3A3;
}
/* temp is reserved .. yellow */
.temp_reserved0{
	background: #DFD7B1;
}
.temp_reserved1{
	background: #D1C9A3;
}
/* temp has said yes to work in calendar */
.temp_wants_work0{
	background: #B1CFB1;
}
.temp_wants_work1{
	background: #A3C2A3;
}
.inputshiftdatetimeactive{
	outline: 3px solid green !important;
}

.notebar {
	height: auto;
	border: solid #B8AB67 2px;
	padding: 5px;
	background-color: #E3D37F;
}

.warnbar {
	height: auto;
	border: solid #990000 2px;
	padding: 5px;
	background-color: #E1B3B3;
}

/* styles for displaying notifications, warnings and errors */
.info-bar.notification {
	height: auto;
	border: solid #B8AB67 2px;
	padding: 5px;
	background-color: #E3D37F;
}

.info-bar.warning {
	height: auto;
	border: solid #990000 2px;
	padding: 5px;
	background-color: #E1B3B3;
}

.info-bar.error {
	height: auto;
	border: solid #990000 2px;
	background-color: #E1B3B3;
}

/* table for new customer selection page */
#cnew_options {
	text-align: center;
	margin: 50px auto;
	width: 40%;
}

/* Pager styles */
/* Pager styles */
.io-query-result-pager {
	text-align: center;
}

.io-query-result-pager select {
	vertical-align: top;
	width: 5rem;
	float: right;
}

.io-query-result-pager ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.io-query-result-pager ul li {
	display: block;
	float: left;
	padding: .2rem;
	text-align: center;
	border: none;
	border-radius: 10px;
	margin: 2px;
	min-width: 3rem;
}

.io-query-result-pager ul li:hover {
	background: #F1F1F1;
	cursor: pointer;
}

.io-query-result-pager ul li.current {
	background: #c0c0c0;
}

.io-query-result-pager ul li.spacer:hover {
	background: none;
	cursor: default;
}

.io-query-result-pager div.text_total {
	width: 100%;
	text-align: center;
}

/* widget styles */

/* these styles are for browsers that doesnt support grid (ie11) */
.widget-dashboard {
	position: relative;
	width: 100%;
}

/* these styles are for browsers that doesnt support grid (ie11) */
.widget-dashboard > .widget {
	position: relative;
	float: left;
	width: 320px;
	height: auto;
	min-height: 250px;
	margin: 0 10px 10px 0;
}

@supports (display: grid) {
	.widget-dashboard {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		grid-gap: .5rem;
	}

	.widget-dashboard > .widget {
		float: none;
		width: auto;
		height: auto;
		min-height: initial;
		margin: 0;
	}
}

.widget-dashboard > .widget {
	background: #FFFFFF;
	border-radius: 8px 8px 6px 6px;
	border: 1px solid #43bee2;
	display: flex;
	flex-direction: column;
	position: relative;
}

.widget-dashboard > .widget .title-content {
	flex-grow: 1;
}

.widget-dashboard > .widget > .title-toolbar > h3 {
	position: relative;
	background: #0c2242;
	background: -moz-linear-gradient(top,  #0c2242 0%, #3c4e67 26%, #54647a 76%, #6d7a8d 100%);
	background: -webkit-linear-gradient(top,  #0c2242 0%,#3c4e67 26%,#54647a 76%,#6d7a8d 100%);
	background: linear-gradient(to bottom,  #0c2242 0%,#3c4e67 26%,#54647a 76%,#6d7a8d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2242', endColorstr='#6d7a8d',GradientType=0 );
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: .5rem 1rem;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	line-height: 16px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.widget-dashboard > .widget .title-toolbar > h3:before {
	content: '';
	position: absolute;
	background: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 10px;
	width: 12px;
	height: 18px;
	left: 5px;
}

.widget-dashboard > .widget > .content {
	margin: .5rem;
	flex-grow: 1;
}

.widget-data-list {
	Margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.widget-data-list > li {
	display: flex;
	justify-content: space-between;
	line-height: 2em;
}

.widget-data-list > li > .data-list-title {
	font-weight: bold;
}
.widget-data-list > li > .data-list-content {
	flex-shrink: 1;
}

@media (min-height: 300px) {
	nav .buttomNavigationLine {
		background: -moz-linear-gradient(top, rgba(239,239,239,1) 1px, rgba(239,239,239,1) 16px, rgba(239,239,239,0) 100%);
		background: -webkit-linear-gradient(top, rgba(239,239,239,1) 1px,rgba(239,239,239,1) 16px,rgba(239,239,239,0) 100%);
		background: linear-gradient(to bottom, rgba(239,239,239,1) 1px,rgba(239,239,239,1) 16px,rgba(239,239,239,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00efefef',GradientType=0 );
	}

	nav progress {
		z-index: 9999;
		color: #4a0632;
	}

	nav progress::-webkit-progress-bar {
		background-color: transparent;
	}

	nav progress::-webkit-progress-value {
		background-color: #4a0632;
	}

	nav progress::-moz-progress-bar {
		background-color: #4a0632;
	}
}

