﻿.dataRow,
.formRow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.dataRow,
.dataRow *,
.dataRow *::before,
.dataRow *::after,
.formRow,
.formRow *,
.formRow *::before,
.formRow *::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dataRow label,
.formRow label {
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin: 4px;
    min-width: 157px;
    text-align: right;
}
.formRow label.datesInput {
    vertical-align: top;
}
.formRow label.radio,
.ui-state-default .formRow label {
    text-align: left;
}
.dataRow label.required::after,
.formRow label.required::after {
    content: "*";
    color: #ff0000;
}
.formRow label.radio {
    display: block;
}
.dataRow select,
.formRow select {
    left: -3px;
    position: relative;
}
.formRow .form-inline-message,
span#cc-agreement {
    display: block;
    max-width: 450px;
    font-style: italic;
    margin-bottom: 5px;
    margin-left: 168px;
    font-size: 14px;
}

/* LOADING INDICATORS */
.bidOption span.loading, 
.waiveOption span.loading {
    background-position: 3px 5px;
    background-repeat: no-repeat;
    background-size: 15px auto;
    display: inline-block;
    height: 20px;
    width: 18px;
}
.bidOption span.loading.invalid, 
.waiveOption span.loading.invalid {
    background-image: url(/img/invalid.png);
}
.bidOption span.loading.valid,
.waiveOption span.loading.valid {
    background-image: url(/img/valid.png);
}
.bidOption span.loading.inprogress,
.waiveOption span.loadiung.inprogress {
    background-image: url(/img/ajax-loader.gif);
}


/* iPhone-style checkboxes/radio buttons, Cross-browser compatible */
.formRow input[type="checkbox"],
.formRow input[type="radio"] {
    margin: 5px 0 0 -15px;
    visibility: hidden;
}
.formRow input[type="checkbox"] + span::after,
.formRow input[type="radio"] + span::after {
    content: "off";
}
.formRow input[type="checkbox"]:checked + span::after,
.formRow input[type="radio"]:checked + span::after {
    content: "on";
}
.formRow input[type="checkbox"] + span,
.formRow input[type="radio"] + span, 
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before, 
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after {
    display: inline-block;
}
.formRow input[type="checkbox"] + span,
.formRow input[type="radio"] + span {
    vertical-align: middle;
}
.formRow input[type="checkbox"] + span,
.formRow input[type="radio"] + span, 
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before, 
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before, 
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after,
.formRow input[type="checkbox"]:checked + span::before, 
.formRow input[type="radio"]:checked + span::before, 
.formRow input[type="checkbox"]:checked + span::after, 
.formRow input[type="radio"]:checked + span::after {
    top: 0;
}
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after,
.formRow input[type="checkbox"]:checked + span::before, 
.formRow input[type="radio"]:checked + span::before {
    right: 0;
}
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before,
.formRow input[type="checkbox"]:checked + span::after, 
.formRow input[type="radio"]:checked + span::after {
    left: 0;
}
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before, 
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after {
    position: absolute;
}
.formRow input[type="checkbox"] + span,
.formRow input[type="radio"] + span {
    width: 50px;
    height: 20px;
    font: bold 11px/19px Arial, Sans-serif;
    color: #8c8c8c;
    text-transform: uppercase;
    border: solid 1px #bcbbbb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8c8c8", endColorstr="#f3f3f3");
    background: -moz-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -webkit-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -o-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -ms-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: linear-gradient(top, #c8c8c8, #f3f3f3);
    position: relative;
    text-indent: -9999px;
}
.formRow input[type="checkbox"] + span::before,
.formRow input[type="radio"] + span::before {
    content: "";
    width: 45%;
    height: 19px;
    border-top: solid 1px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfcfcf", endColorstr="#f9f9f9");
    background: -moz-linear-gradient(top, #cfcfcf, #f9f9f9);
    background: -webkit-linear-gradient(top, #cfcfcf, #f9f9f9);
    background: -o-linear-gradient(top, #cfcfcf, #f9f9f9);
    background: -ms-linear-gradient(top, #cfcfcf, #f9f9f9);
    background: linear-gradient(top, #cfcfcf, #f9f9f9);
    -moz-box-shadow: 1px 0 1px #bebebe;
    -webkit-box-shadow: 1px 0 1px #bebebe;
    box-shadow: 1px 0 1px #bebebe;
}
.formRow input[type="checkbox"] + span::after,
.formRow input[type="radio"] + span::after {
    text-indent: 0;
    width: 65%;
    height: 25px;
    text-align: center;
}
.formRow input[type="checkbox"]:checked + span,
.formRow input[type="radio"]:checked + span {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0ff", endColorstr="#007ae6");
    background: -moz-linear-gradient(top, #33a0ff, #007ae6);
    background: -webkit-linear-gradient(top, #33a0ff, #007ae6);
    background: -o-linear-gradient(top, #33a0ff, #007ae6);
    background: -ms-linear-gradient(top, #33a0ff, #007ae6);
    background: linear-gradient(top, #33a0ff, #007ae6);
    color: #ffffff;
    text-shadow: -1px 1px #007ae6;
}
.formRow input[type="checkbox"]:checked + span::before,
.formRow input[type="radio"]:checked + span::before {
    left: auto;
    -moz-box-shadow: -2px 0 1px #3a5e91;
    -webkit-box-shadow: -2px 0 1px #3a5e91;
    box-shadow: -2px 0 1px #3a5e91;
}
.formRow input[type="checkbox"]:checked + span::after,
.formRow input[type="radio"]:checked + span::after {
    border-top: solid 1px #006dcc;
    border-bottom: solid 1px #006dcc;
    border-left: solid 1px #006dcc;
    height: 20px;
    top: -1px;
    left: -1px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.dateslist li.reserve .formRow {
    display: inline-block;
    margin-left: 25px;
}
.dateslist li.reserve > span.move {
    margin-top: 7px;
}
.dateslist li.reserve > span.delete {
    margin-top: 7px;
}


/** BUTTONS **/
.buttons {
  float: right;
}
#topbar .buttons button {
  border: none;
  background-color: transparent;
  padding: 0 0 0 30px;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  float: left;
  margin-top: 10px;
  margin-right: 6px;
  color: #ffffff;
  background-size: 16px;
}
button.submitButton {
    display: none;
  background: url(/img/currentWhite.png) no-repeat 10px center;
}
button.saveButton {
    display: none;
  background: url("/img/saveWhite.png") no-repeat 10px center;
}
button.saveAsButton {
    display: none;
  background: url(/img/saveAsWhite.png) no-repeat 10px center;
}
button.addButton {
    display: none;
  background: url(/img/plusWhite.png) no-repeat 10px center;
}
button.changeProfile,
button.changeBid {
  background: url(/img/chooseWhite.png) no-repeat 10px center;
}
#editor .buttons {
    margin: 10px 10px 0 0;
}
#contact-form button,
#loginForm button,
#editor .buttons button,
#addProfile,
#accountInfoDiv button,
.ui-button,
.wizard button,
button.addToList {
    background-color: #eeeeee;
    border: medium none;
    font-size: 14px;
    margin-right: 8px;
    padding: 4px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8c8c8", endColorstr="#f3f3f3");
    background: -moz-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -webkit-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -o-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -ms-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: linear-gradient(top, #c8c8c8, #f3f3f3);
    color: #000000;
}
button.addToList {
    margin-left: 10px;
}
#addProfile {
    margin-bottom: 5px;
}
#accountInfoDiv > span.buttons {
    float: right;
    margin-bottom: 8px;
}
#contact-form button:hover,
#loginForm button:hover,
#editor .buttons button:hover,
#addProfile:hover,
#accountInfoDiv button:hover,
.ui-button:hover,
.wizard button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0ff", endColorstr="#007ae6");
    background: -moz-linear-gradient(top, #33a0ff, #007ae6);
    background: -webkit-linear-gradient(top, #33a0ff, #007ae6);
    background: -o-linear-gradient(top, #33a0ff, #007ae6);
    background: -ms-linear-gradient(top, #33a0ff, #007ae6);
    background: linear-gradient(top, #33a0ff, #007ae6);
    color: #ffffff;
    text-shadow: -1px 1px #007ae6;
}
#editOptionButtons, #addOptionButtons, #editWaiveButtons {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
input.picker {
    width: 88px;
    background-image: url("/img/calendarBlueWhiteBG.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px; 
    cursor: pointer;
}

/** Option Accordion Styles **/
.option-types input[type=radio]{
  display:none;
}
.option-types label input[type=radio] + .label {
  border-bottom: solid 1px #ccc;
}
.option-types label:last-child input[type=radio] + .label {
    border: none;
}
.option-types input[type=radio] + .label {
  padding:5px 5px 5px 25px;
  width:100%;
}
.option-types input[type=radio] + .label::before {
  display:none;
}
.option-types input[type=radio]:checked + .label {
    background-color: #0074D9;
    color: #fff;
}