/* ConfTool CSS File for form elements: new browsers */

/* White select boxes */
select {
 color: #000;
 background: #fff;
 font-family: arial, helvetica, sans-serif;
 border: 1px solid #888;
}
select:disabled {
 color: #444;
 background: #e3e3e3;
 font-family: arial, helvetica, sans-serif;
 border: 1px solid #888;
}

option {
 color: #000;
 background: #fff;
 font-family: arial, helvetica, sans-serif;
 font-size: 10pt;
 font-style: normal;
 padding-top: 2px; padding-right: 2px; padding-bottom: 2px;
}
option:checked {
 background: #0066cc;
 color: #ffffff;
}

.optionregular, .optionfullwidth {
 font-size: 10pt;
}
.selectDay, .selectHour, .selectMinute, .selectSecond, .selectMonth {
 max-width: 42px;
}
.selectMonthText, .selectYear {
 max-width: 55px;
}

.optionsmall, .optionfullwidth {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 padding: 0;
}
.optionsmall *, .optionfullwidth * {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 padding: 0 0 0 2px;
}
.option_topline {
 border-top: 1px solid #888;
}
select optgroup{
 background: #f4f4f4;
 color: #888;
 font-style: italic;
 font-weight: normal;
 padding-top: 4px; padding-left: 2px; padding-right: 0;
}
input,textarea {
 font-family: arial, helvetica, sans-serif;
 font-size: 10pt;
}
input[type=text],input[type=password],input[type=email],textarea {
 font-family: arial, helvetica, sans-serif;
 font-size: 10pt;
 border-style: solid;
 border-width: 1px;
 border-radius: 0;
 border-color: #336680 #E4E8EC #E4E8EC #336680;
 padding: 2px 4px 2px 4px;
 transition: all .2s;
}
input:focus, textarea:focus {
 outline-style: solid;
 outline-width: 1px;
 outline-offset: 0;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, input.search:focus {
 border-color:#003366 #8080CC #8080CC #003366;
 background-color:#F0F6FF;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
 cursor: pointer;
 outline-offset: 0; outline-width: 1px;
}

input.yellowbg, textarea.yellowbg {
 background-color:#FFFF80 !important;
}

input:focus.yellowbg, textarea:focus.yellowbg {
 border-color:#880000 #cc4040 #cc4040 #880000;
 background-color:#FFFFAA !important;
}

input.disabled, textarea.disabled, option.disabled{
 border-color:#444 #ddd #ddd #444;
 background-color:#eee !important;
 color:#555 !important;
 cursor: not-allowed;
}
input:disabled, textarea:disabled, option:disabled{
 border-color:#444 #ddd #ddd #444;
 background-color:#eee !important;
 color:#555 !important;
 cursor: not-allowed;
}
select:disabled {
 cursor: not-allowed;
}
input.waitbutton:disabled,input.smallwaitbutton:disabled,input.tinywaitbutton:disabled {
 background: #ddd !important;
}

input.not-allowed, button.not-allowed, option.not-allowed {
 cursor: not-allowed! important;
}

input.button, button.button, .fakeButton {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding: 5px 6px 3px 6px;
 margin: 3px;
 color:#0033C0;
 background: #cdddf2;
 border-width: 1px;
 border-radius: 3px;
 border-style: solid;
 border-color:#F0F4FF #909499 #909499 #F0F4FF;
 cursor:pointer;
 transition-duration: 0.2s;
 transition-property: filter, box-shadow;
 white-space: normal; /* Allow line breaks! */
}
input.button:hover, button.button:hover, .fakeButton:hover, .fakeButton_hover {
  /* box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.4), inset 0 10px 40px rgba(255, 255, 255, 0.2), inset 0 12px 0 rgba(255, 255, 255, 0.15); */
  box-shadow: inset 0 10px 40px rgba(255, 255, 255, 0.2);
  filter: contrast(110%);
}
.fakeButton {
 margin: 0;
 text-decoration: none !important;
}
.fakeButton a {
 text-decoration: none !important;
 color: inherit !important;
}

.button_clear {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding: 5px 6px 3px 6px;
 margin: 3px;
 color:#880000;
 border-style: solid;
 background: #f0d0d0;
 border-width: 1px;
 border-radius: 3px;
 border-color:#ffF4F0 #999490 #999490 #FFF4F0;
 cursor:pointer;
 transition-duration: 0.2s;
 transition-property: filter, box-shadow, color;
}
.button_clear:hover {
 box-shadow: inset 0 10px 40px rgba(255, 255, 255, 0.2);
 filter: contrast(112%);
 color: #cc0000;
}

.waitbutton {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding: 5px 6px 3px 6px;
 margin: 3px;
 color:#AA8080 !important;
 background-color:#E8E0C8 !important;
 border-width: 1px;
 border-radius: 3px;
 border-style: solid;
 border-color:#999999 #ffffff #ffffff #999999 !important;
 cursor:wait !important;
}

.smallbutton {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding: 3px 2px 1px 2px !important;
 color:#0033C0;
 background: #cdddf2;
 border-width: 1px;
 border-radius: 1px;
 border-style: solid;
 border-color:#F0F4FF #909499 #909499 #F0F4FF;
 cursor:pointer;
 transition-duration: 0.2s;
 transition-property: box-shadow, filter;
}
.smallbutton:hover {
 box-shadow: inset 0 10px 40px rgba(255, 255, 255, 0.2);
 filter: contrast(110%);
}
.smallbutton_clear {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding: 3px 2px 1px 2px !important;
 color:#660000;
 background: #cdddf2;
 border-width: 1px;
 border-radius: 1px;
 border-style: solid;
 border-color:#ffF4F0 #999490 #999490 #FFF4F0;
 cursor:pointer;
 transition-duration: 0.2s;
 transition-property: box-shadow, color, filter;
}
.smallbutton_clear:hover {
 box-shadow: inset 0 10px 40px rgba(255, 255, 255, 0.2);
 filter: contrast(110%);
 color: #cc0000;
}
.smallwaitbutton {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding: 3px 2px 1px 2px !important;
 color:#AA8080 !important;
 background-color:#E8E0C8 !important;
 border-width: 1px;
 border-radius: 1px;
 border-style: solid;
 border-color:#999999 #ffffff #ffffff #999999 !important;
 cursor:wait !important;
}

.tinybutton {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 font-weight: bold;
 padding: 1px 2px 1px 2px !important;
 color:#0033C0;
 background: #cdddf2;
 border-width: 1px;
 border-radius: 1px;
 border-style: solid;
 border-color:#F0F4FF #909499 #909499 #F0F4FF;
 cursor:pointer;
 transition-duration: 0.2s;
 transition-property: box-shadow, filter;
}
.tinybutton:hover {
 box-shadow: inset 0 10px 40px rgba(255, 255, 255, 0.2);
 filter: contrast(110%);
}
.tinywaitbutton {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 font-weight: bold;
 padding: 1px 2px 1px 2px !important;
 color:#AA8080 !important;
 background-color:#E8E0C8 !important;
 border-width: 1px;
 border-radius: 1px;
 border-style: solid;
 border-color:#999999 #ffffff #ffffff #999999 !important;
 cursor:wait !important;
}


fieldset {
 border: 0; padding: 0; margin: 0;
}

.checkboxradiodiv {
 padding-left: 25px;
 text-indent: -25px;
 padding-top: 0; padding-bottom: 4px;
 border: 0;
 line-height: 1.5em;
}
.checkboxradio_switch_div {
 padding: 0 8px 1px 0;
 border: 0;
}

.checkboxradio {
 border: 0;
 margin-top: 2px;
}


/* Pretty accessible checkboxes with pure CSS and no images ====== */
.checkboxpretty {
 /* line-height: 1.5em; */
}
/* Hide original checkbox */
/* display:none etc. are not accessible, but the original checkbox one has be moved off the screen, otherwise the space causes problems */
.checkboxpretty input[type="checkbox"] {
 opacity: 0;
 filter: alpha(opacity=0);
 position: absolute;
 top: auto;
 left: -9999px;
 transform: scale(2); /* Better focusing when using keyboard */
}
/* format the label to cover the old checkbox */
.checkboxpretty label {
 position: relative;
 display: inline-block;
 min-height: 18px;
 padding-left: 26px;
 margin-left: 0;
 text-indent: 0;
}
/* Create the fake checkbox as a simplex box with a letter of the conftool font */
.checkboxpretty label::before{
 position: absolute;
 display: inline-block;
 height: 16px;
 width: 16px;
 background: #ffffff;
 border: 1px solid #808080;
 left: 3px;
 top: 0;
 font-family: "conftool" !important;
 color: #667788;
 font-style: normal;
 font-weight: 900;
 font-size: 9pt;
 line-height: 17px;
 text-indent: 2px;
 content: '';
 margin-right: .3em;
}
/* The check mark */
.checkboxpretty input[type="checkbox"]:checked + label::before {
/* content: "\e919"; */
 content: "\e966";
}
/* A hover effect */
.checkboxpretty input[type="checkbox"]:hover + label::before{
 box-shadow: inset 0 0 10px #cce0ff;
}
/*Adding focus styles to the fake checkbox*/
.checkboxpretty input[type="checkbox"]:focus + label::before {
 background: #d8e9fe;
 border: 1px solid #6080c0;
}
/* Alternative chexkbox: Do not use Checkmark, but a simple square */
.checkboxprettyAlt input[type="checkbox"]:checked + label::before {
 content: "";
}
/* Create the fake button of checkbox */
.checkboxprettyAlt label::after{
 position: absolute;
 display: none;
 content: '';
 top: 4px;
 left: 7px;
 width: 10px;
 height: 10px;
 background: #445566;
}
/* Smaller version of alternative fake button */
.checkboxprettyInlineSmallAlt label::after{
 left: 10px;
 top: 3px;
}
/* Show the square if it was selected */
.checkboxprettyAlt input[type="checkbox"]:checked + label::after {
 display: block;
}
/* 3 column checkbox layout: remove checkbox and move more to the right! */
.checkboxpretty3col input[type="checkbox"] {
 opacity: 0;
 filter: alpha(opacity=0);
 position: absolute;
 top: auto;
 left: -9999px;
 transform: scale(2);
}
.checkboxpretty3col label {
 padding-left: 0;
 margin-top: -2px;
}
.checkboxpretty3col label::before {
 top: -1px;
 left: -32px;
}
/* Disabled elements from CTForm */
.disabledCheckboxOff {
 box-sizing: border-box;
 display: inline-block;
 padding-left: 20px; /* hide old images */
 width: 0; height: 0;
}
.disabledCheckboxOffDiv {
 position: relative;
 padding-right: 3px;
 cursor: not-allowed;
}
.disabledCheckboxOffDiv::before {
 position: absolute;
 display: inline-block;
 height: 16px;
 width: 16px;
 background: #bbb;
 border: 1px solid #808080;
 left: 3px;
 top: -2px;
 content: '';
 cursor: not-allowed;
}
.disabledCheckboxOffDiv3Col::before {
 top: 0;
 left: 5px;
}

.disabledCheckboxOn {
 box-sizing: border-box;
 padding-left: 20px;
 margin-right: -1px;
 width: 0; height: 0;
}
.disabledCheckboxOnDiv {
 position: relative;
 padding-right: 3px;
 cursor: not-allowed;
}
.disabledCheckboxOnDiv::before {
 position: absolute;
 display: inline-block;
 height: 16px;
 width: 16px;
 background: #bbb;
 border: 1px solid #808080;
 left: 3px;
 top: -1px;
 line-height: 17px;
 text-indent: 1px;
 font-family: "conftool" !important;
 color: #445566;
 font-style: normal;
 font-weight: 900;
 font-size: 9pt;
 content: "\e966";
 cursor: not-allowed;
}
.disabledCheckboxOnDiv3Col::before {
 top: 0;
 left: 5px;
 text-indent: 0;
 letter-spacing: 2px;
}

/* Create the fake checkbox small */
.checkboxprettySmall label::before, .checkboxprettyInlineSmall label::before{
 height: 14px;
 width: 14px;
 left: 7px;
 top: 0;
 font-size: 8.5pt;
 line-height: 14px;
 text-indent: 0;
}

.checkboxprettyInline {
 line-height: 1.4em;
 padding-left: 0;
}
.checkboxprettyInlineSmall {
 line-height: 1.2em;
 vertical-align: -35%;
}


/* Create the fake checkbox as a simplex box with a letter of the conftool font */
.checkboxprettyXright label::before{
 height: 14px;
 width: 14px;
 left: 7px;
 top: 0;
 content: '';
 border-radius: 0;
}
.checkboxprettyXright input[type="checkbox"]:checked + label::before {
 content: ''; /* do not show checkmark here */
}
/* Create the fake button of exclusive checkbox as square */
.checkboxprettyXright label::after{
 position: absolute;
 display: none;
 content: '';
 top: 3px;
 left: 10px;
 width: 10px;
 height: 10px;
 background: #445566;
 border-radius: 15%;
}
/* Show dot if it was selected */
.checkboxprettyXright input[type="checkbox"]:checked + label::after {
 display: block;
}
.checkboxprettyXrightNegative label::after {
 background: #880000;
}
.checkboxprettyXrightPositive label::after{
 background: #007700;
}

/* Pretty accessible checkboxes with pure CSS and no images ====== */
.radiobuttonpretty {
 /* line-height: 1.5em; */
}
/* Hide the original radiobutton */
.radiobuttonpretty input[type="radio"] {
 opacity: 0;
 filter: alpha(opacity=0);
 position: absolute;
 top: auto;
 left: -9999px;
 transform: scale(2);
}
/* Format the label to put it above the radio button */
.radiobuttonpretty label {
 position: relative;
 display: inline-block;
 padding-left: 26px;
 margin-left: -4px;
 text-indent: 0;
}

/* Create the fake radiobutton */
.radiobuttonpretty label::before{
 position: absolute;
 display: inline-block;
 height: 16px;
 width: 16px;
 background: #ffffff;
 border: 1px solid #808080;
 border-radius: 50%;
 left: 2px;
 top: 0;
 content: '';
 margin-right: .3em;
}
/* Create the fake button of radio button */
.radiobuttonpretty label::after{
 position: absolute;
 display: none;
 content: '';
 top: 4px;
 left: 6px;
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background: #445566;
}
/* Show dot if it was selected */
.radiobuttonpretty input[type="radio"]:checked + label::after {
 display: block;
}
/* Slight hover effect */
.radiobuttonpretty input[type="radio"]:hover + label::before{
 box-shadow: inset 0 0 10px #cce0ff;
}
/* Adding focus styles to the fake radiobutton*/
.radiobuttonpretty input[type="radio"]:focus + label::before {
 background: #d8e9fe;
 border: 1px solid #6080c0;

}

.radiobuttonprettyOptional label::before {
 border-radius: 0;
}
.radiobuttonprettyOptional label::after {
 border-radius: 0;
}

/* Smaller buttons for bidding pages */
.radiobuttonprettySmall{
 margin-right: -4px;
}
.radiobuttonprettySmall label::before{
 height: 14px;
 width: 14px;
 left: 4px;
 top: -1px;
}
.radiobuttonprettySmall label::after{
 height: 8px;
 width: 8px;
 left: 8px;
 top: 3px;
}

.radiobuttonprettyTiny{
 margin-right: -4px;
}
.radiobuttonprettyTiny label {
 text-indent: -0.3em;
 padding-top: 1px;
}
.radiobuttonprettyTiny label::before{
 height: 12px;
 width: 12px;
 left: 4px;
 top: 0;
}
.radiobuttonprettyTiny label::after{
 height: 6px;
 width: 6px;
 left: 8px;
 top: 4px;
}

.radiobuttonprettyNegative label::after {
 background: #880000;
}
.radiobuttonprettyPositive label::after{
 background: #007700;
}


/* 3 column radio button layout: remove checkbox and move more to the right! */
.radiobuttonpretty3col input[type="radio"] {
 opacity: 0;
 filter: alpha(opacity=0);
 position: absolute;
 top: auto;
 left: -9999px;
 transform: scale(2);
}
.radiobuttonpretty3col label {
 padding-left: 3px;
 margin-top: -2px;
}
.radiobuttonpretty3col label::before {
 top: -1px;
 left: -28px;
}
.radiobuttonpretty3col label::after {
 top: 3px;
 left: -24px;
}


/* Disabled Radio Button Elements from CTForm */
.disabledRadiobuttonOff {
 box-sizing: border-box;
 display: inline-block;
 padding-left: 20px; /* code to hide old images */
 width: 0; height: 0;
}
.disabledRadioButtonOffDiv {
 position: relative;
 padding-right: 3px;
 cursor: not-allowed;
}
.disabledRadioButtonOffDiv::before {
 position: absolute;
 display: inline-block;
 height: 16px;
 width: 16px;
 background: #bbb;
 border: 1px solid #808080;
 border-radius: 50%;
 left: 5px;
 top: 0;
 content: '';
 cursor: not-allowed;
}

.disabledRadiobuttonOn {
 box-sizing: border-box;
 padding-left: 20px;
 margin-right: -1px;
 width: 0; height: 0;
}
.disabledRadioButtonOnDiv {
 position: relative;
 padding-right: 3px;
 cursor: not-allowed;
}
.disabledRadioButtonOnDiv::before {
 position: absolute;
 display: inline-block;
 text-align: left;
 height: 16px;
 width: 16px;
 background: #bbb;
 border: 1px solid #808080;
 border-radius: 50%;
 left: 5px;
 top: 0;
 content: "";
 cursor: not-allowed;
}
.disabledRadioButtonOnDiv::after {
 position: absolute;
 display: inline-block;
 content: '';
 top: 4px;
 left: 9px;
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background: #445566;
 cursor: not-allowed;
}
.disabledRadiobuttonOptional::before {
 border-radius: 0;
 top: 1px;
}
.disabledRadiobuttonOptional::after {
 border-radius: 0;
 top: 5px;
}

.disabledRadioButtonDiv label::before {
 background: #bbb;
 cursor: not-allowed;
}

