#hmfooter {
	font-size: x-small;
	text-align: center;
}
.vriadmincaltable td {
	background:#f9f9f9;
	font-size:11px;
	width:26px;
	height:15px;
}
.vriadmincaltable .busy {
	background:#8AA9CA;
}
.vriadmincaltable .busy a {
	font-weight:bold;
	color:#fff;
}
.vriadmincaltrmon td {
	background:#346983;
	color:#fff;
	font-weight:bold;
	padding:4px 0;
}
.vriadmincaltrmdays td {
	background:#CCCCCC;
	text-align:center;
}
.vriorderof {
	padding:10px 0;
	font-size:14px;
}
.vriorderof a {
	font-size:12px;
}
.vriorderpar {
	margin:10px 0 5px 0;
	padding:0;
	font-weight:bold;
	font-size:13px;
}
.vriordersp {
	font-weight:bold;
}
.vriorderpartot {
	padding:5px 10px;
	margin:10px 5px;
	background:#efefef;
	border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight:bold;
}
.vriorderpardelivery {
	padding:5px 10px;
	margin:10px 5px;
	background:#efefef;
	border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.vriorderseatasconf {
	background:#348741;
	border:1px solid #235A2C;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:5px 4px 10px 0;
	width:auto;
	display:inline-block;
	padding:10px;
}
.vriorderseatasconf a {
	color:#fff !important;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.successmade {
	margin: 10px 0px;
	padding: 12px 12px 12px 40px;
	color: #4F8A10;
	background:url("./resources/images/ok.png") no-repeat scroll 10px center #DFF2BF;
}

.err {
	margin: 10px 0px;
	padding: 12px 12px 12px 40px;
	color: #D8000C;
	background:url("./resources/images/no.png") no-repeat scroll 10px center #FFBABA;
}

.warn {
	margin: 10px 0px;
	padding: 12px 12px 12px 40px;
	color: #9F6000;
	background: url("./resources/images/warning.png") no-repeat scroll 10px center #FEEFB3;
}

.maxthirty{
	cursor: pointer;	
	max-height: 30px;
	height: expression(this.height > 30 ? "30px" : true);
	max-width: 30px;
	width: expression(this.width > 30 ? "30px" : true);

}

.maxfifty{
	max-height: 50px;
	height: expression(this.height > 50 ? "50px" : true);
}

.maxninety{
	max-height: 190px;
	height: expression(this.height > 190 ? "190px" : true);
}

.imgresult{
	max-height: 85px;
	height: expression(this.height > 85 ? "85px" : true);
	max-width: 130px;
	width: expression(this.width > 130 ? "130px" : true);
}

.vmain{
	background-image: url('./resources/images/tab.png');
	background-position: center left;
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
	font-weight: bold;
	font-size:14px;
	color: #fff !important;
}

.vmenulink a {
	color:#333 !important;
	display: block;
}

.vmenulinkactive{
	background-image: url('./resources/images/vmenulink_active.png');
	background-position: center left;
	background-repeat: no-repeat;
}

.vmenulinkactive a {
	display: block;
	color:#fff !important;
}
.vrisubmitfares {
	background: none repeat scroll 0 0 #708827 !important;
    border: 1px solid #5D7120 !important;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    font-size: 14px;
    padding: 5px;
	margin:10px 0 0 0;
}
.vrisubmithfares {
	background: none repeat scroll 0 0 #0B9E9E !important;
    border: 1px solid #007171 !important;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    font-size: 14px;
    padding: 5px;
	margin:10px 0 0 0;
}

.vrisubmithcharges {
	background: none repeat scroll 0 0 #386B16 !important;
	border: 1px solid #2D5511 !important;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF !important;
	font-size: 14px;
	padding: 5px;
	margin:10px 0 0 0;
	cursor:pointer;
}

.free{
	color: #000000;
}

.busy{
	color: #000000;
	background: #FF0000;
}

.notbusy{
	color: #000000;
	background: #77c06c;
}
.bluedays{
	background: #8AA9CA;
	min-width: 2.7%;
}
.icon-vikrentitems:before {
	content: "3";
}

.icon-vikrentitemsconfig:before {
	content: "7";
}

td.itemname {
	background: #d3dae1;
	padding: 0 0 0 10px;
}

.dailyprices {
	background-image: url('./resources/images/daily_tab.png');
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	font-weight: bold;
	width: 153px;
	height: 34px;
	font-size:11px;
	line-height:34px;
	text-transform:uppercase;
	color:#5d7120;
}
.dailypricesactive {
	text-align: center;
	float: left;
	font-weight: bold;
	width: 153px;
	height: 34px;
	font-size:11px;
	line-height:34px;
	text-transform:uppercase;
	color:#5d7120;
}
.dailyprices:hover, .dailypricesactive {
	background: url('./resources/images/daily_tab_on.png') no-repeat;
}
.dailyprices a {
	color:#5d7120 !important;
}
.dailyprices a:hover {
	text-decoration:none !important;
}
.hourlyprices {
	background-image: url('./resources/images/hourly_tab.png');
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #007171;
	width: 154px;
	height: 34px;
	font-size:11px;
	line-height:34px;
	text-transform:uppercase;
}
.hourlypricesactive {
	text-align: center;
	float: left;
	font-weight: bold;
	color: #007171;
	width: 154px;
	height: 34px;
	font-size:11px;
	line-height:34px;
	text-transform:uppercase;
}
.hourlyprices:hover, .hourlypricesactive {
	background: url('./resources/images/hourly_tab_on.png') no-repeat;
}
.hourlyprices a {
	color: #007171 !important;
}
.hourlyprices a:hover {
	text-decoration:none !important;
}
.hourscharges {
	background-image: url('./resources/images/hourscharges_tab.png');
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #5D7120;
	width: 154px;
	height: 34px;
	font-size:11px;
	line-height:34px;
	text-transform:uppercase;
}
.hourschargesactive {
	text-align: center;
	float: left;
	font-weight: bold;
	color: #5D7120;
	width: 154px;
	height: 34px;
	font-size:11px;
	line-height:34px;
	text-transform:uppercase;
}
.hourscharges:hover, .hourschargesactive {
	background: url('./resources/images/hourscharges_tab_on.png') no-repeat;
}
.hourscharges a {
	color: #5D7120 !important;
}
.hourscharges a:hover {
	text-decoration:none !important;
}
.vriadminfaresctitle {
	background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px;
    text-transform: uppercase;
}

.vridashparag {
	font-size:12px;
}
.vridashparagred {
	font-weight: bold;
	font-style: italic;
}
.vridashspanright {
	float: right;
	padding:0 0 20px 0;
	font-size:12px;
}
.vridashspanright form {
	padding:0 0 0 3px;
	display:inline;
}
.vridashdivleft {
	float:left;
	border:1px solid #ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fff;
	padding:20px;
	box-shadow:0 0 2px #ddd;
	-moz-box-shadow:0 0 2px #ddd;
	-webkit-box-shadow:0 0 2px #ddd;
	margin:15px 30px 15px 0;
	width:55%;
}
.vridashdivleft .vridashdivlefthead {
	margin:0 0 10px 0;
	padding:0;
	text-transform:uppercase;
	font-size:14px;
	color:#0A5A24;
}
.vridashdivleft .vridashtable {
	width:100%;
}
.vridashdivleft .vridashtable td, .vridashdivright .vridashtable td {
	padding:3px 0;
}
.vridashdivleft .vridashtable td a, .vridashdivright .vridashtable a {
	font-size:12px;
	color:#016799;
}
.vridashdivright {
	float:right;
	border:1px solid #ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fff;
	padding:20px;
	box-shadow:0 0 2px #ddd;
	-moz-box-shadow:0 0 2px #ddd;
	-webkit-box-shadow:0 0 2px #ddd;
	margin:15px 0 15px 0;
	width:30%;
}
.vridashdivright .vridashdivrighthead {
	margin:0 0 10px 0;
	padding:0;
	text-transform:uppercase;
	font-size:14px;
	color:#0A5A24;
}
.vridashdivright .vridashtable {
	width:100%;
}
.vridashdivright .vridashtable .vridashtrlastres td, .vridashdivleft .vridashtable .vridashtrlastres td {
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	padding:0 0 5px 0;
}
.vridashdivleft .vridashtable .vridashtrlastres td:first-child {
	padding:0 5px;
}
div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
}
dl.tabs {
    float: left;
    margin: 10px 0 -1px;
    z-index: 50;
}
#adminForm .panel_1_id {
	margin-bottom: 0;
	margin-left: 0;
}
dl.tabs dt.open {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #cccccc;
	color: #000000;
	z-index: 100;
}
dl.tabs dt {
	background: none repeat scroll 0 0 #E9E9E9;
	border: 1px solid #CCCCCC;
	color: #666666;
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
}
dt.tabs span h3 {
    font-size: 13px;
}
.vrispdateadd {
	padding: 5px;
	color: #000000;
	cursor: pointer;
	border:1px solid #ddd;
	background:#f0f0ee;
}
.vridownloadpdf {
	font-weight: bold;
	background-image: url("./resources/images/pdf_icon.gif");
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 0px !important;
}
.vrioverviewtable {
	width: 100%;
	border: 1px solid #cccccc;
	border-spacing: 1px;
}
table.vrioverviewtable th, table.vrioverviewtable td {
	box-sizing: border-box;
}
.vrioverviewtablerowone {
	height: 45px;
}
.vrioverviewtablerow td {
	height: 40px;
}
.vrioverviewtablerowone th {
	height: 45px;
}
.vrioverviewtablerow td, .vrioverviewtablerowone th {
	border: 1px solid #ffffff;
}
.vrioverviewtdone {
	min-width: 130px !important;
	padding: 0 0 0 10px;
}

.vrieditorderitemblock {
	background: #f6f6f6 none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 0 10px;
	max-width: 305px;
	padding: 10px;
}

.vricloseitem{
	text-align: left;
	margin: 5px 0 0 0;
}
.vricloseitemsp {
	font-weight: bold;
	background-image: url('./resources/images/disabled.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 18px;
}
.vricloseitemsp label {
	font-size: 11px !important;
	display: inline !important;
}
.vriordersitemclosed {
	background-image: url('./resources/images/disabled.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 18px;
}

.vriconfspanclosed {
	background: #fff;
	padding: 2px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width: auto !important;
}
.vriconfrmimgsmall {
	cursor: pointer;
	width: 20px;
	vertical-align: middle;
}
.vrivalidategmapbaseaddrp {
	font-weight: bold;
	height: 25px;
}
#map-canvas {
	position: fixed !important;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.vrisuccessbg{
	background: #EFEFEF url("./resources/images/ok.png") no-repeat right center !important;
	color: #006511;
	padding: 10px 25px 6px 3px;
}
.vrierrorbg{
	background: #EFEFEF url("./resources/images/no.png") no-repeat right center !important;
	color: #ff0000;
	padding: 10px 25px 6px 3px;
}
.vrimodaliframespan {
	display: inline-block;
	padding: 5px 5px 0 5px;
	border: 1px solid #cccccc;
	border-radius: 5px 5px 5px 5px;
	background: #666666;
	color: #ffcc00;
	float: right !important;
	width: auto !important;
}
.vrimodaliframe {
	color: #ffcc00 !important;
}
.vrimodaliframe:hover {
	color: #ffcc00 !important;
	text-decoration: none;
}
.vrisortasc {
	background:url('./resources/images/sortasc.png') right center no-repeat;
	padding: 0 14px 0 0;
}
.vrisortdesc {
	background:url('./resources/images/sortdesc.png') right center no-repeat;
	padding: 0 14px 0 0;
}
p.vrifilterbyit {
	text-align: right;
	clear: both;
	margin-bottom: 1px;
}
p.vrifilterbyit label {
	display: inline !important;
}
p.vrifilterbyit input {
	display: inline !important;
}
.vriflushsession {
	float: right;
	background: none repeat scroll 0 0 #22485d;
	border: 1px solid #003300;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	float: right;
	font-size: 11px;
	padding: 3px 8px;
	text-decoration: none;
}
.vriflushsession:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#vripaymentlogdiv {
	display: none;
	border: 1px dashed #ccc;
	height: 250px;
	max-width: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
}

input, textarea, select {
    width: auto !important;
}
table.adminform label {
	display: inline;
	margin:0 0 0 5px;
}
table.adminform td {
	padding: 6px 0;
}
table.adminform div.input-append {
	display: inline;
}

/* Config: Do not edit this */
.vikpaymentparam {
	display: block;
	padding: 2px;
}
.vikpaymentparamlabel {
	display: inline-block;
	min-width: 130px;
}
.vikpaymentparaminput {
	display: inline-block !important;
}
.vikpaymentparamlabelhelp {
	font-size: smaller;
	font-style: italic;
	padding-left: 5px;
}
.vri-config-param-cell {
	background: none repeat scroll 0 0 #e9e9e9;
	border-right: 1px solid #ddd;
	text-align: right !important;
	vertical-align: middle !important;
}
.fieldset-left {
	float: left;
	margin-right: 20px;
}
#vriglobclosedaysdiv > div {
	float: left;
	margin-right: 10px;
}

/* Joomla 3.7.0 - Start */
.field-calendar {
	display: inline-block;
	vertical-align: top;
}
.btn-group .calendar-head-row {
	font-size: 13px;
}
/* Joomla 3.7.0 - End */

/* Back-end Menu */
.vri-menu-container {
	display: block;
	min-height: 210px;
}
.vri-menu-right ul {
	list-style-type: none;
	margin: 0 2px 2px;
	padding: 2px 0 0;
}
.vri-submenu-ul {
	margin: 0;
	display: none;
	position: absolute;
}
.vri-menu-ul li {
	display: inline;
	float: left;
	text-align: left;
}
.vri-submenu-ul {
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	border: 1px solid rgba(0, 0, 0, 0.15);
	min-width: 180px;
	border-radius: 4px;
}
.vri-submenu-ul li {
	display: block;
	float: none;
	width: 100%;
}
.vri-submenu-ul li span {
	display: block;
	padding: 5px 2px;
}
.vri-menu-parent-li > span {
	display: inline-block;
	background: #2F782E;
	border-color: #0A4701;
	color:#ffffff;
	cursor: pointer;
	margin: 0 4px;
	padding:8px 27px 8px 16px;
	font-size:14px;
	font-weight: bold;
	border-radius: 4px;
	position: relative;
	min-width: 80px;
}
.vri-menu-parent-li > span a {
	color: #fff !important;
}
.vri-menu-parent-li > span a:hover {
	text-decoration: none !important;
}
.vri-menu-parent-li > span:after {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    color: #fff;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: 9px;
    top: 16px;
    vertical-align: middle;
    width: 0;
}
.vri-menu-parent-li > span:hover, .vri-menu-parent-li-active > span {
	background: #22485d;
}
.vri-submenu-ul li {
	margin: 0 0 4px;
}
.vri-submenu-ul li span a {
	padding: 0 10px 0 10px;
}
.vri-submenu-ul li span:hover,
.vri-submenu-ul li span.vmenulinkactive {
	background: #eee;
}
.vri-submenu-ul li span:hover a,
.vri-submenu-ul li span.vmenulinkactive a {
	color:#666 !important;
	text-decoration: none;
}
.vri-menu-left {
	float: left;
	display: inline-block;
	width: 200px;
}
.vri-menu-right {
	float: left;
	display: inline-block;
}
/* END Back-end Menu */
.vri-country-flag-left {
	float: left;
	margin: 0 5px 0 0;
}
p.vriitemparamp label {
	display: inline !important;
	padding-right: 8px;
}
p.vriitemparamp span {
	display: inline-block;
	font-size: smaller;
	font-style: italic;
	max-width: 300px;
	padding-left: 8px;
}
/* Translations - Start */
.vri-translation-langtabs {
	display: block;
	margin: 0;
	padding: 0;
}
.vri-translation-tab {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	font-weight: bold;
	min-width: 120px;
	height: 25px;
	text-align: center;
	background: none repeat scroll 0 0 #eee;
	color: #666;
	border: 1px solid #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
	margin: 0;
	padding: 4px;
}
.vri-translation-tab-default {
	background: none repeat scroll 0 0 #fff;
}
.vri-translation-tabscontents {
	display: block;
	margin: 0;
	padding: 4px;
	border: 1px solid #ddd;
	min-height: 200px;
}
.vri-translate-column-cell {
	background: none repeat scroll 0 0 #e9e9e9;
	border-right: 1px solid #ddd;
	text-align: right !important;
	vertical-align: middle !important;
}
.vri-translate-reference-cell {
	background: none repeat scroll 0 0 #e9e9e9;
	text-align: left !important;
	font-size: 105%;
	font-weight: bold;
}
.vri-missing-translation,.vri-field-translated {
	position: relative;
}
.vri-missing-translation:before {
	background: none repeat scroll 0 0 #FEEFB3;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #9F6000;
	content: "!";
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	left: 2px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 18px;
}
.vri-field-translated:before {
	background: none repeat scroll 0 0 #DFF2BF;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #4F8A10;
	content: "\2713";
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	left: 2px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 18px;
}
.vri-translation-tab.vri-translation-tab-ini {
	float: right;
}
.vri-translation-iniflag {
	display: inline-block;
	padding: 1px 4px;
	background: none repeat scroll 0 0 #365868;
	color: #fff;
}
.vri-inifile-totrows {
	display: inline-block;
	margin-right: 8px;
	padding: 2px 4px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
}
.vri-inifile-path {
	display: inline-block;
	margin-right: 8px;
	padding: 2px 4px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
}
.vri-inifile-exists {
	background: none repeat scroll 0 0 #DFF2BF;
	color: #4F8A10;
}
.vri-inifile-notfound {
	background: none repeat scroll 0 0 #FEEFB3;
	color: #9F6000;
}
/* Translations - End */
/* Dashboard - Start */
.vri-dashboard-today-bookings {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}
.vri-dashboard-today-pickup-wrapper, .vri-dashboard-today-dropoff-wrapper  {
	width: 48%;
	float: left;
	display: inline-block;
	border:2px solid #ddd;
}
.vri-dashboard-today-pickup-wrapper {
	margin: 0 20px 0 0;
}
.vri-dashboard-today-pickup-wrapper h4 {
	font-size: 22px;
	font-weight: normal;
	color: #006600;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 0 10px 65px;
	position: relative;
	display: inline-block;
}
.vri-dashboard-today-dropoff-wrapper h4 {
	font-size: 22px;
	font-weight: normal;
	color:#006600;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 25px 10px 0;
	position: relative;
	display: inline-block;
	float: right;
}
.vri-dashboard-today-pickup-wrapper h4:before {
	content: "";
    height: 45pc;
    left: 15px;
    top: 0;
    width: 45px;
	background: url(resources/pickup-icon.png) left top no-repeat;
	position: absolute;
}
.vri-dashboard-today-dropoff-wrapper h4:before {
	width: 45px;
	height: 36px;
	content: "";
	left: -55px;
	top: 0;
	background: url(resources/dropoff-icon.png) left top no-repeat;
	position: absolute;
}
.vri-dashboard-today-pickup, 
.vri-dashboard-today-dropoff {
	display: inline-block;
	width: 100%;
	max-height: 300px;
	overflow-y:scroll;
}
.vri-dashboard-today-pickup table tr:first-child td, 
.vri-dashboard-today-dropoff table tr:first-child td,
.vri-dashboard-next-bookings table tr:first-child td,
.vri-dashboard-items-locked table tr:first-child td {
	background: #F6F6F6;
	color: #22485d;
	font-weight: bold;
	padding: 15px 8px;
}
.vri-dashboard-charts {
	width: 100%;
	display: inline-block;
}
.vri-dashboard-charts {
	margin: 20px 0;
	padding: 15px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.vri-dashboard-charts h4 {
	font-size: 22px;
	font-weight: normal;
	color:#006600;
	text-transform: uppercase;
	padding: 0px 25px 10px 0;
	position: relative;
	text-align: center;
}
.vri-dashboard-charts-wrapper {
	margin: 0 auto;
	display: table;
}
.vri-dashboard-chart-container {
	background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #ddd;
    display: inline-block;
    float: left;
    margin: 8px 8px;
    padding: 0;
}
.vri-dashboard-chart-container .vri-dashboard-chart-date {
	color: #22485d;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 8px 0;
    border-bottom:1px solid #ddd;
}
.vri-dashboard-chart-container .donutChart {
	display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.vri-dashboard-next-bookings-block {
	display: inline-block;
	width: 100%;
}
.vri-dashboard-next-bookings {
	border:2px solid #ddd;
}
.vri-dashboard-next-bookings h4 {
	font-size: 22px;
	font-weight: normal;
	color: #006600;
	text-transform: uppercase;
	padding: 10px 0 10px 65px;
	position: relative;
	display: inline-block;
}
.vri-dashboard-next-bookings h4:before {
	width: 45px;
	height: 45pc;
	content: "";
	left: 15px;
	top: 0;
	background: url(resources/upcoming-bookings.png) left top no-repeat;
	position: absolute;
}
.vri-dashboard-refresh-container {
	display: table;
	margin: 10px auto 0;
}
.vri-dashboard-refresh-container > span {
	display: inline-block;
	float: left;
	margin: 0 2px;
}
.vri-dashboard-refresh-container .vri-dashboard-refresh-head {
	font-size: 22px;
	font-weight: normal;
	color: #22485d;
	text-transform: uppercase;
	padding: 7px 13px 10px 0;
	position: relative;
	text-align: center;
	float: left;
	display: inline-block;
}
.vri-dashboard-refresh-container .vri-dashboard-refresh-head .vri-dashboard-refresh-label {
	display: inline-block;
	float: left;
	margin:0 8px 0 0;
}
.vri-dashboard-refresh-play {
	color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.vri-dashboard-refresh-play:after {
	content: "\25b6";
	display: inline-block;
	border-radius: 50%;
	background: #22485d;
	height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
	font-size: 15px;
}
.vri-dashboard-refresh-stop {
	color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.vri-dashboard-refresh-stop:after {
	content: "\25A0";
	display: inline-block;
	border-radius: 50%;
	background: #22485d;
	width: 30px;
	height: 30px;
	line-height: 25px;
	font-size: 20px;
	padding: 0;
}
.vri-dashboard-items-locked-block {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0;
}
.vri-dashboard-items-locked {
	border:2px solid #ddd;
}
.vri-dashboard-items-locked h4 {
	font-size: 22px;
	font-weight: normal;
	color: #22485d;
	text-transform: uppercase;
	padding: 10px 0 10px 65px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.vri-dashboard-items-locked h4:before {
	width: 45px;
	height: 45pc;
	content: "";
	left: 15px;
	top: 0;
	background: url(resources/locked-icon.png) left top no-repeat;
	position: absolute;
}
.vri-dashboard-items-locked h4 span {
	display: inline-block;
	margin: 0 0 0 5px;
	color: #FF9326;
}
/* Dashboard - End */
.vriorderinfoblock {
	background: #f6f6f6 none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 10px;
}
div.vriorderpartot {
	background: #efefef none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	font-weight: bold;
	margin: 10px 5px;
	padding: 5px 10px;
	width: 300px;
}
.vriapplydiscsp {
	float: right;
	cursor: pointer;
}
.vridiscenter {
	display: none;
	margin-top: 5px;
	font-weight: normal;
	padding:5px 0 0 0;
	border-top:1px solid #ccc;
}
.vridiscenter-entry {
	padding:3px 0;
}
.vridiscenter-label {
	font-weight:bold;
	display:inline-block;
	min-width:110px;
}
.vridiscenter-entrycentered {
	text-align: right;
}
.vridiscenter-entrycentered input {
	background:#348741;
	color:#fff;
	border-radius:4px;
}

textarea.vriadminnotestarea {
	width: 490px !important;
	height: 240px !important;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 3px;
}
.vri-quickres-tbl input, .vri-quickres-tbl select {
	vertical-align: middle !important;
	margin: 0 !important;
}
.vri-quickres-tbl td {
	padding: 4px 0;
}
.vri-quickres-tbl .input-append {
	margin-bottom: 0 !important;
}
.vri-quickres-tbl .vri-quickres-lbl {
	display: inline-block;
	min-width: 150px;
}

.itemgroupcont {
	padding-bottom: 5px;
	width: 100%;
}
.itemgroup-left {
	float: left;
	margin-right: 10px;
	min-width: 180px;
}
.itemgroup-right {
	padding-left: 190px;
}
.itemgroup-right div {
	display: block;
	margin-bottom: 5px;
}
.itemgroup-right input {
	margin: 0;
}
.itemgroup-right div .itemgroup-rel-name {
	display: inline-block;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	width: 140px;
}
.itemgroup-right div .itemgroup-rel-units span {
	display: inline-block;
	margin: 0 4px 0 2px;
}
.itemgroup-right div .itemgroup-rel-units input[type="number"] {
	max-width: 60px;
}

/* VikUpdater - Start */
.vik-box-error {
	padding: 15px 10px;
	border: 2px dashed #900;
	color: #900;
	font-weight: bolder;
}
.vik-update-changelog {
	padding: 0 10px;
	border: 2px dashed #999;
}
.vik-update-changelog h2 {
	margin-bottom: 25px;
}
.vik-update-changelog ul li strong {
	display: inline-block;
	width: 220px;
}
.vik-update-changelog div.box-separator {
	border-top: 1px solid #bbb;
	margin: 20px 0;
}
/* VikUpdater - End */