﻿.twoCol {
    width: 100%;
}

span.red {
    color: #dc0032;
}

input, select {
    border-style: solid;
    border-color: #414042;
    border-width: thin;
    height: 20px;
    box-sizing: border-box;
    font-size: 13px;
    background: #fff;
    color: #414042;
    width: 100%;
    padding: 0 10px;
    /*cursor:pointer;*/
}

input[type=date] {
    padding-right: 0;
}

input[type="date"]::-webkit-clear-button, input[type="time"]::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
    width: 10px;
    padding-right: 10px;
}

input[type=date]::-webkit-calendar-picker-indicator:hover {
    background: none;
}

input .error {
    border: 2px #A90A39 solid;
}

span.required::after {
    content: '*';
    color: #dc0032;
    margin-left: 5px;
}

select {
    background: url(../images/arrow_small_dwn.png) center right 10px no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    padding-right: 40px;
    color: #414042;
    display: inline-block;
    box-sizing: border-box;
}

.date {
    background: url(../images/btn_date.png) top right no-repeat #fff !important;
    cursor: pointer;
}

.date.redbox {
    background: url(../images/btn_date.png) top right no-repeat #dc0032 !important;
}

input[type="submit"] {
    background: #DC9E2F;
    color: #fff;
    border: thin solid black;
    width: auto;
}

input[type="submit"].right {
    width: auto;
    float: right;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    box-shadow: none;
    margin-top: 25px;
    box-sizing: border-box;
    position: relative;
    width: 19px;
    padding: 0 !important;
    height: 19px !important;
    background: #fff;
    border: 2px solid #414042;
    float: left;
    cursor: pointer;
}

input[type="checkbox"] + label {
    padding-left: 10px;
    float: left;
    display: block;
    margin-top: 25px;
}

input[type="checkbox"]:checked::after {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/checkbox_arrow.png) 2px 3px no-repeat;
}

    input[type="checkbox"]:disabled {
        content: '';
        height: 17px;
        left: 0;
        top: 0;
        background-color: #CAC4BE;
    }

input[type="radio"] + label {
    margin-top: 5px;
}

.searchFilter .twoCol .col {
    width: 240px;
}

.searchInput::after {
    content: '';
    clear: both;
    display: block;
}

.searchInput input, .twoCol .col .searchInput input {
    width: 203px;
    height: 25px;
    float: left;
}

.searchInput input + input[type="submit"], .twoCol .col .searchInput input + input[type="submit"] {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/magnifier_small.png) center center no-repeat #DC9E2F;
}

select::-ms-expand {
    display: none;
}

span.bold + select {
    width: 220px;
}

.withSelect.plus select {
    width: 300px;
}

.withSelect.plus input.plus.black {
    top: 0;
    right: 0;
    background: url(../images/plus_blk.png) center center no-repeat !important;
    background-size: 12px auto !important;
}

.search {
    width: 100%;
}

.search .searchRow {
    width: 100%;
    position: relative;
}

.search .accordionContent {
    position: relative;
}

.searchRow + .searchRow {
    margin-top: 10px;
}

.search .searchRow .searchField, .search .searchRow .searchGroup {
    width: 220px;
    float: left;
}

.search .searchRow .searchField + .searchField, .search .searchRow .searchField + .searchGroup, .search .searchRow .searchGroup + .searchField {
    margin: 0;
    margin-left: 40px;
}

.search .searchRow .searchField select, .searchRow select {
    background: url(../images/arrow_small_dwn.png) center right 10px #fff no-repeat;
    padding: 5px 10px;
    height: 30px;
    color: #414042;
}

.searchRow input {
    height: 30px;
    padding: 5px 10px;
}

.group {
    position: relative;
}

.group .load, h3 .load {
    padding: 0 !important;
    width: 20px;
    height: 15px !important;
    position: absolute;
    top: 2px;
    right: 50px;
    background: url(../images/reload.png) center center no-repeat !important;
    background-size: 100% auto;
    border: none;
    background-size: auto;
}

h3 .load {
    position: relative;
    right: 0;
}

.inputGroup input[type="text"], .inputGroup input[type="submit"], .inputGroup select {
    height: 30px;
    padding: 5px 10px;
    color: #414042;
    border-style: solid;
    border-color: #414042;
    border-width: thin;
}

.inputGroup select  {
    padding-right: 30px;
}

.withInputs .group {
    height: 26px;
}

.withInputs .inputGroup span {
    line-height: 30px;
}

.withInputs .inputGroup select {
    background: url(../images/arrow_small_dwn.png) center right 10px #fff no-repeat;
}

.withInputs .inputGroup + .inputGroup {
    margin-top: 10px;
}

.inputGroup textarea {
    padding: 5px 10px;
    background: #fff;
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    border: thin solid #414042;
    resize: none;
    color: black;
}

.search .searchRow .searchGroup .searchField {
    width: 105px;
}

.search .searchRow .searchGroup .searchField + .searchField {
    margin-left: 10px;
}

.search .searchRow .searchField .searchInput input[type="text"] {
    width: 190px;
    border-style: solid;
    border-color: #414042;
    border-width: thin;
}

.search .searchRow .searchField .button.right, .button.right {
    float: right;
    margin-top: 15px;
    width: auto;
}

.inputGroup .button.right {
    padding: 5px 10px;
}

.search .searchRow .searchField select.date {
    background: url(../images/btn_date.png) center right no-repeat #fff;
}

.search .errorMessages {
    position: absolute;
    width: 400px;
    right: 10px;
    top: 10px;
    max-height: 88%;
    border: 1px solid #dc0032;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.search .errorMessages span {
    color: #dc0032;
}

.topPlaceHolder{
    margin-top:5px;
    padding-bottom: 5px;
    display: block;
}

.threeCol .col {
    float: left;
    width: 305px;
}

.threeCol .col + .col {
    margin-left: 20px;
}

.threeCol .col .group span.bold, .box.red span.bold, .threeCol .twoCol .group span.bold {
    float: left;
    width: 100px !important;
    line-height: 30px;
}

.threeCol .col.buttons input {
    float: left;
    margin-top: 20px;
}

.threeCol input + input {
    margin-left: 20px;
}

.threeCol .col .withMargin {
    margin-top: 20px;
}

.threeCol.search .col {
    width: 30%;
}

.threeCol.search .col + .col {
    margin-left: 5%;
}

.box.red span.bold.fullWidth {
    width: 100% !important;
}

.red.answer .threeCol .col .group span.bold {
    width: 70px !important;
}

.red.answer .threeCol .col .group span.bold + select, .red.answer .threeCol .col .group span.bold + input {
    width: 230px;
    padding: 5px 10px;
    height: auto;
    float: right;
}

.red.answer input[type="checkbox"] + label {
    width: 200px;
}

.red.answer .threeCol .col .group.withMargin {
    margin-top: 150px !important;
}

.threeCol .col .group::after {
    content: '';
    clear: both;
    display: block;
}

.threeCol .col .group + .group, .box.red .group + .group {
    margin-top: 10px;
}

.group.half input {
    width: 80px;
}

.threeCol + .threeCol {
    margin-top: 5px;
}

.threeCol .col .group span.bold + select, .threeCol .col .group .button + select, .box.red span.bold + select, .threeCol .twoCol .group span.bold + select, .threeCol .twoCol .group span.bold + input {
    width: 200px;
    float: right;
    background: url(../images/arrow_small_dwn.png) center right 10px #fff no-repeat;
    padding: 5px 10px;
    box-sizing: border-box;
    height: auto;
    color: #414042;
}

.box.red span.bold + select {
    width: 100%;
}

.box.red .group.placeHolder {
    padding-top: 35px;
}

.threeCol .twoCol .group span.bold + input {
    background: #bebebe;
    width: 525px;
}

.threeCol .twoCol .group span.bold + select {
    width: 525px;
}

.threeCol .col .group .button + select {
    width: 100%;
    clear: both;
    float: none;
    margin-top: 10px;
}

.threeCol .twoCol {
    width: 630px;
    float: left;
}

.threeCol .col + .twoCol {
    margin-left: 20px;
}

.threeCol .twoCol input.small {
    width: 230px !important;
    float: left !important;
    margin-left: 5px;
}

.threeCol .twoCol + .col {
    margin-left: 20px;
}

.threeCol .twoCol textarea {
    width: 100%;
    height: 300px;
    resize: none;
    box-sizing: border-box;
    padding: 5px 10px;
    display: block;
}

.threeCol .col .button, .col a.button {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    color: #fff;
    background: #dc0032;
    text-align: center;
}

.accordionContainer .accordion .accordionContent .threeCol .col .group.withMargin {
    margin-top: 60px;
}

.box.red .group input[type="checkbox"] + label, .box.red .group input[type="checkbox"] {
    margin: 0;
}

.box.red .group.fullWidth span.bold {
    width: 100% !important;
    float: none;
}

.box.red .group.smallSelect span.bold {
    width: 200px !important;
}

.box.red .group.smallSelect select {
    width: 100px;
}

.box.red.fixHeight .boxContent {
    height: 301px;
}

.overlay .overlayInner .selectList .left, .overlay .overlayInner .selectList .right {
    width: 45%;
    float: left;
    margin: 0;
}

.overlay .overlayInner .selectList select {
    height: 140px;
    overflow-x: hidden;
    background: #bebebe;
    color: #fff;
    padding: 0;
}

.overlay .overlayInner .selectList select option {
    box-sizing: border-box;
    padding: 10px;
}

.overlay .overlayInner .selectList .buttons {
    width: 5%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 0;
    margin-top: 50px;
}

.overlay .overlayInner .selectList .buttons input {
    text-align: center;
    padding: 0;
    width: 100%;
}

.overlay .overlayInner .selectList .buttons input + input {
    margin-top: 10px;
}

.ticketBoxButtonTransparent {
    background-color: transparent !important;
    border: none !important;
    color: #414042 !important;
    outline: none;
}

.copySelBox {
    padding-left: 10px;
    Width: 330px;
    Height: 25px;
    color: #ffffff;
    background: url(../images/dwn_arrow.png) center right 10px #dc0032 no-repeat;
}

.copySelBox option {
    background-color: #bebebe;
    color: #000000;
}

.sabiohelp p{
    margin-bottom:15px;
    color: inherit;
}

a.inlineTextHyperlink:link {
    color: #DC0032;
    text-decoration: underline;
}

a.inlineTextHyperlink:visited {
    color: #DC0032;
    text-decoration: underline;
}

a.inlineTextHyperlink:hover {
    color: #DC0032;
    text-decoration: underline;
}

.redline_divider > .col > .inputGroup > .small > input[type="radio"] + label {
    margin-top: 0px;
}

.inputGroup  input[type="submit"] {
    color: #fff;
}
