﻿body {
}

.hide-element {
    display: none;
}

.required-asterisk:after {
  content:" *";
  color:red;
}

.order-list li {
    padding-bottom: 10px;
}

.order-list li input{
    display: inline-block;
}

.order-list li span {
    width: 100% !important;
}

.lab-volumes div span {
    margin-bottom: 10px;
}

.tbl-lab th {
    text-align: center;
}
.tbl-lab td:first-of-type {
    font-weight: bold;
    text-align: center;
}

.tbl-lab td span {
    width: 100% !important;
}




/**OVERRIDES**/
div.UploadDocuments .ruBrowse
{
    background-position: 0 -23px;
    width: 200px;
}

.riDisabled{
    opacity: 50 !important;
    background-color: #e3e3e3 !important;
    filter: none !important;
}

input.disabled {
    opacity: 50 !important;
    background-color: #e3e3e3 !important;
    filter: none !important;
}

.title {
    color:#000000 !important;
}

a.active, a.hover {
    background-color:#D8A03E !important;
}

.service-links a {
    color: #D8A03E !important;
}

input.button {
    background:#D8A03E !important;
    font-size:13px !important;
}

