/* This CSS file will be loaded at last. Any CSS customization should be placed here */

.vritdfree {
    background: #090;
	font-weight: bold;
	color: #000 !important;
}

.vritdfree a {
    color: #000 !important;
    text-decoration: none !important;
}

.vritdwarning {
    color: #000;
    background: #090;
    font-weight: bold;
}

.vritdbusy {
    color: #000;
    background: #FF7900;
    font-weight: bold;
}

.vritdclosedday a:hover {
    background: #b20000 !important;
	color: #FFF !important;
	cursor: not-allowed;
}
.vritdclosedday a {
	color: #FFF !important;
}
.vritdclosedday {
    background: #b20000;
    font-weight: normal !important;
	opacity: 1;
	color: #FFF !important;
}

.vricaldivcont {
   border-radius: .25rem !important;
}

.vrical tr td {
	border-radius: .25rem;
	border: 1px solid #fff;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #fff;
}

.vrical.table {
	border-collapse: separate;
	border-spacing: 1px;
}

.vrical tr:first-child td {
    background: #e31119;
}

.vrilegfree {
    background: #090;
}

.vrilegbusy, .vrilegwarning {
    background: #FF7900;
}

.vrilegclosed {
    overflow: hidden;
    width: 10px;
    height: 10px;
    background: #b20000;
    display: inline;
    padding: 0 4px 0 4px;
    margin: 0 3px 0 0;
    border: 1px solid #ddd;
}

.vridivsearch form .vricalform input[type^="submit"], .vriordcancformbox table td input.button {
    background: #e31119;
}

.vridivsearch form .vricalform input[type^="submit"]:hover, #vricalculate:hover, .vriordcancformbox table td input.button:hover {
    background: #c31119;
}

.vrilistgoonlist a, .vricontinue, .booknow, .vricompleteorderdiv a, .vrirelitemsubmit {
    background: #e31119;
}

.vrilistgoonlist a:hover, .vricontinue:hover, .booknow:hover, .vricompleteorderdiv a:hover, .vrirelitemsubmit:hover {
    background: #c31119;
}

.vricontinuerentdiv {
    border: 1px solid #ddd;
}

.item_cost {
    color: #e31119;
}

.vrisfentrysubmit input {
    background: #e31119;
	font-weight: bold;
	color: #fff;
}

.vrisfentrysubmit input:hover {
    background: #c31119;
}.vri-ord-details-head {		background: #e31119;	}