@charset "UTF-8";
/** ccc4upload.scss start **/
BODY {
  font-size: 12px;
  font-family: Arial, Helvetica, Sans Serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-left: 0;
  color: #000000;
  background-color: #ffffff; }

P {
  font-weight: normal;
  font-style: normal;
  color: #000000; }

PRE {
  font-style: normal;
  color: #000000;
  font-weight: normal;
  margin: 0; }

/* TD linkedit.jsp Fredi */
.right34 {
  width: 34%;
  text-align: right; }

.width6 {
  width: 6%; }

.left60 {
  width: 60%;
  text-align: left;
  padding: 3px 0; }

.left60 input[type="text"] {
  width: 390px;
  padding: 5px 4px; }

.radioInputWidth {
  width: 351px !important; }

a.italicText, a:link.italicText, a:hover.italicText, a:active.italicText, a:visited.italicText, .italicText {
  font-size: 11px;
  font-style: italic; }

textarea {
  font-size: 12px;
  font-family: Arial, Helvetica, Sans Serif;
  font-weight: normal;
  font-style: normal; }

TABLE {
  margin: 0px;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans Serif;
  font-weight: normal;
  font-style: normal; }

TR {
  font-size: 12px;
  font-family: Arial, Helvetica, Sans Serif;
  font-weight: normal;
  font-style: normal; }

TD {
  font-size: 12px;
  font-family: Arial, Helvetica, Sans Serif;
  font-weight: normal;
  font-style: normal;
  color: #000000; }

.floatRight {
  float: right; }

.floatLeft {
  float: left; }

.cb {
  clear: both; }

.tableFormStyles input[type="file"], .tableFormStyles textarea, .tableFormStyles input[type="text"], .tableFormStyles input[type="password"] {
  padding: 5px 4px;
  width: 400px; }

.tableFormStyles input[type="number"] {
  padding: 5px 4px;
  width: 80px; }

.tableFormStyles input[type="text"].inputWidth490 {
  width: 490px; }

.tableFormStyles input[type="text"].postalCode {
  padding: 5px 4px;
  margin-right: 10px;
  width: 80px; }

.tableFormStyles input[type="text"].postalCity {
  padding: 5px 4px;
  width: 407px; }

.tableFormStyles input[type="text"].dateInput {
  padding: 5px 4px;
  width: 95px; }

.tableFormStyles input[type="text"].shortInput {
  padding: 5px 4px;
  width: 185px; }

.tableFormStyles .bidInput input[type="text"] {
  width: 50px; }

.tableFormStyles input[type="text"].smallInput {
  width: 50px; }

.tableFormStyles input[type="text"].input100 {
  width: 100px; }

.tableFormStyles .backgroundStyle td {
  background-color: #b7bfea;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

.tableFormStyles .backgroundStyle td.borderLeft {
  border-left: 1px solid #F6F6F6; }

.tableFormStyles select {
  padding: 5px 4px;
  margin-top: 6px;
  width: 180px; }

.tableFormStyles td {
  height: 30px !important; }

.editElementSelect select {
  padding: 5px 4px;
  width: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.editElementColorSelect select {
  padding: 5px 4px;
  width: 145px; }

.timeeditZone {
  color: #000000;
  border: 1px solid #F6F6F6;
  background-color: #ffffff;
  padding: 5px 4px;
  width: 175px; }

input, textarea, select {
  background-color: #ffffff;
  border: 1px solid #b7bfea; }

.editElement .fullRowButton {
  margin-top: 10px; }

.editElement input[type="checkbox"][id^="checkboxActive"] {
  display: none; }

.editElement input[type="radio"][id^="radioActive"] {
  display: none; }

.editElement label {
  padding: 7px;
  display: block;
  position: relative;
  margin: 5px;
  cursor: pointer;
  float: left; }

.editElement label:before {
  background-color: #ffffff;
  color: #000000;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #646973;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 18px;
  transition-duration: 0.4s;
  transform: scale(0); }

.editElement label img {
  height: 19px;
  width: 19px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%; }

.editElement :checked + label:before {
  content: "✓";
  background-color: rgba(5, 148, 43, 0.74);
  transform: scale(1); }

.editElement :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #646973; }

A:Link, A:Visited, A:Active {
  color: #000000;
  text-decoration: underline;
  font-weight: bold; }

A:Hover {
  color: #646973;
  text-decoration: underline;
  font-weight: bold; }

button {
  background: #878c96 none repeat scroll 0 0;
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  outline: none;
  border: none;
  font-family: Arial;
  color: #ffffff;
  font-size: 1em; }

button:disabled, button[disabled] {
  border: 1px solid #999999;
  background-color: #DDDDDD;
  color: #666666;
  cursor: not-allowed; }

button[type=reset] {
  font-family: Arial;
  color: #ffffff;
  font-size: 1em;
  min-width: 200px;
  min-height: 25px;
  background: #878c96;
  padding: 6px 10px 6px 10px;
  text-decoration: none; }

button[type=reset]:hover {
  background: #646973;
  text-decoration: none; }

button.buttonHover {
  font-family: Arial;
  color: #ffffff;
  font-size: 1em;
  background: #878c96;
  padding: 6px 10px 6px 10px;
  text-decoration: none; }

button.buttonHover:hover {
  background: #646973;
  text-decoration: none; }

.tableButton {
  padding: 4px 8px 4px 8px; }

IMG {
  border-width: 0; }

img[src*="Refresh-16.png"] {
  margin: 3px; }

img[src*="StaticViewLevel1-16.png"] {
  margin: 3px; }

.body_navi {
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-left: 0; }

.navibottom {
  border-top: 4px solid #8295c5; }

.navitable TD {
  font-size: 14px; }

.unselectedtab_navi {
  height: 34px;
  background-color: #8295c5;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  border: 0px;
  width: 161px; }

.unselectedtab_navi:hover {
  background-color: #ffffff;
  color: #000000;
  border-top: 2px solid #005095;
  border-left: 2px solid #005095;
  border-right: 2px solid #005095; }

.selectedtab_navi {
  height: 34px;
  background-color: #005095;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  border: 0px;
  width: 160px; }

.selectedtableft_navi {
  width: 3px;
  background: #005095 url(../../images/bg_nav_active_left.png) repeat-y scroll 0 0; }

.selectedtabright_navi {
  width: 3px;
  background: #005095 url(../../images/bg_nav_active_right.png) repeat-y scroll 0 0; }

/* end of navigation frame */
.unselectedtab {
  background-color: rgba(73, 72, 72, 0.8);
  color: #ffffff;
  display: block;
  margin-left: 4px;
  opacity: 0.95;
  padding: 13px 0 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 161px; }

.unselectedtab:hover {
  background-color: #b7bfea; }

.selectedtab {
  background-color: #f2f2f2;
  border-left: 2px solid #b7bfea;
  border-right: 2px solid #b7bfea;
  border-top: 2px solid #005095;
  color: #333;
  opacity: 1;
  padding: 11px 0 10px;
  position: relative;
  width: 160px; }

.td_head {
  color: #ffffff;
  font-style: normal;
  background-color: rgba(73, 72, 72, 0.8); }

.td_head A:Link {
  color: #ffffff;
  text-decoration: underline; }

.td_bottom {
  color: #ffffff;
  font-style: normal;
  background-color: rgba(73, 72, 72, 0.8); }

.td_data {
  font-style: normal;
  font-weight: normal; }

.td_data_light {
  font-style: normal;
  font-weight: normal; }

.bordercell {
  font-style: normal;
  font-weight: normal;
  border-style: outset;
  border-color: grey;
  border-bottom: 2px outset grey;
  border-right: 2px outset grey;
  border-left: 2px outset #ffffff;
  border-top: 2px outset #ffffff; }

.cell {
  font-style: normal;
  background-color: #f2f2f2;
  font-weight: normal;
  border-style: outset;
  border-color: grey;
  border-bottom: 1px outset grey;
  border-right: 1px outset grey;
  border-left: 0px;
  border-top: 0px; }

.standardtable {
  font-size: 12px;
  font-family: Arial, Helvetica, Sans Serif;
  color: #f2f2f2;
  background-color: #ffffff;
  font-weight: normal;
  border-collapse: collapse; }

.unborderedtable {
  background-color: #f2f2f2;
  border: none;
  border-spacing: 0;
  border-collapse: collapse; }

.alteringtable tr:nth-child(even) {
  background-color: #ffffff; }

.borderedtable {
  background-color: #f2f2f2;
  border: 2px solid #b7bfea;
  border-spacing: 0; }

.borderedtable td {
  height: 25px; }

.borderedtable .td_bottom A:Link {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold; }

.borderedtable tfoot A:Link {
  color: #ffffff; }

.borderedtable .td_head A:Link {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold; }

.borderedtable A:link {
  color: #000000;
  font-weight: normal;
  text-decoration: none; }

.bidlisttable {
  background-color: #f2f2f2;
  border: 2px solid #b7bfea;
  border-spacing: 0; }

.bidlisttable td {
  height: 10px; }

.bidlisttable .td_head {
  background-color: rgba(73, 72, 72, 0.8);
  border-top: 1px solid #005095; }

.bidlisttable .td_head A:Link {
  color: #ffffff; }

.bidlisttable A:link {
  color: #000000;
  font-weight: bold;
  text-decoration: underline; }

.eventlogtable {
  background-color: #f2f2f2;
  border: 2px solid #b7bfea;
  border-spacing: 0; }

.eventlogtable thead A:link {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none; }

.eventlogtable A:link {
  color: #000000;
  font-weight: normal;
  text-decoration: none; }

.eventlogtable tr:hover {
  background-color: #b7bfea; }

.eventlogtable td {
  height: 25px; }

.eventlogtable .td_head_title {
  background-color: #8295c5; }

.eventlogtable tr:nth-child(even) {
  background-color: #ffffff; }

.eventlogtable tr:nth-child(even):hover {
  background-color: #b7bfea; }

.searchResultTable {
  background-color: #f2f2f2;
  border: 2px solid #b7bfea;
  border-spacing: 0; }

.searchResultTable A:link {
  color: #000000;
  font-weight: normal;
  text-decoration: none; }

.searchResultTable tr:hover {
  background-color: #b7bfea; }

.searchResultTable td {
  height: 25px; }

.searchResultTable tr:nth-child(even) {
  background-color: #ffffff; }

.searchResultTable tr:nth-child(even):hover {
  background-color: #b7bfea; }

.usersTable {
  background-color: #f2f2f2;
  border: 2px solid #b7bfea;
  border-spacing: 0; }

.usersTable thead A:link {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none; }

.usersTable A:link {
  color: #000000;
  font-weight: normal;
  text-decoration: none; }

.usersTable tr:hover {
  background-color: #b7bfea; }

.usersTable td {
  height: 25px; }

.usersTable tr:nth-child(even) {
  background-color: #ffffff; }

.usersTable tr:nth-child(even):hover {
  background-color: #b7bfea; }

.resultTable {
  background-color: #ffffff;
  border: 2px solid #b7bfea;
  border-spacing: 0;
  border-collapse: collapse; }

.resultTable tr:hover {
  background-color: #b7bfea; }

.resultTable td {
  height: 30px; }

.resultTable thead tr {
  background-color: #8295c5;
  color: #ffffff;
  height: 35px;
  padding: -2px;
  border-left: 2px solid #8295c5;
  border-top: 2px solid #8295c5;
  border-right: 2px solid #8295c5; }

.resultTable thead td {
  background-color: #8295c5;
  color: #ffffff; }

.resultTable tfoot td {
  background-color: #b7bfea;
  color: #000000;
  height: 35px; }

.tabletitle {
  background-color: #8295c5;
  color: #ffffff;
  height: 35px;
  padding: -2px;
  border-left: 2px solid #8295c5;
  border-top: 2px solid #8295c5;
  border-right: 2px solid #8295c5; }

.tabletitle td {
  background-color: #8295c5;
  color: #ffffff; }

.tablecols {
  background-color: rgba(73, 72, 72, 0.8);
  color: #ffffff;
  height: 35px;
  padding: -2px;
  border-left: 2px solid rgba(73, 72, 72, 0.8);
  border-top: 2px solid rgba(73, 72, 72, 0.8);
  border-right: 2px solid rgba(73, 72, 72, 0.8); }

.tablecols td {
  background-color: rgba(73, 72, 72, 0.8);
  color: #ffffff; }

.td_head_title {
  background-color: #8295c5;
  color: #ffffff;
  height: 30px;
  vertical-align: middle;
  font-weight: bold; }

.homeInfoTable {
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: 2px solid #b7bfea;
  border-spacing: 0;
  width: 300px; }

.homeInfoTable thead tr {
  background-color: #8295c5;
  color: #ffffff; }

.homeInfoTable thead td {
  color: #ffffff;
  height: 25px;
  font-weight: bold;
  font-size: 14px; }

.homeInfoTable td {
  height: 25px;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 5px; }

.leftSplit {
  border-left: 1px solid #8295c5;
  padding-left: 5px; }

.standardCheckBox {
  background-color: transparent; }

.wideBtn {
  width: 400px; }

button[type=submit] {
  border: none;
  outline: none;
  font-family: Arial;
  color: #ffffff;
  font-size: 1em;
  width: 180px;
  background: #878c96;
  padding: 6px 10px 6px 10px;
  text-decoration: none; }

button[type=submit]:hover {
  border: none;
  outline: none;
  background: #646973;
  text-decoration: none; }

.ajaxButton {
  border: none;
  outline: none;
  font-family: Arial;
  color: #ffffff;
  font-size: 1em;
  min-width: 180px;
  min-height: 30px;
  background: #878c96;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  white-space: nowrap; }

.ajaxButton:hover {
  border: none;
  outline: none;
  background: #646973;
  text-decoration: none; }

.refreshbtn {
  border: none;
  outline: none;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 1em;
  min-width: 180px;
  min-height: 34px;
  background: #878c96;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  margin: 8px;
  white-space: nowrap; }

.refreshbtn:hover {
  border: none;
  outline: none;
  background: #646973;
  text-decoration: none; }

.fullRowButton {
  border: none;
  outline: none;
  font-family: Arial;
  color: #ffffff;
  font-size: 1em;
  width: 100%;
  min-height: 30px;
  background: #878c96;
  padding: 5px 0px 5px 5px;
  text-decoration: none;
  margin: 0px;
  white-space: nowrap;
  text-align: left; }

.fullRowButton.widthRowButton {
  width: 500px !important;
  padding: 5px 5px 5px 5px !important; }

.fullRowButton:hover {
  border: none;
  outline: none;
  background: #646973;
  text-decoration: none; }

.height_25 {
  height: 25px; }

.margin_5 {
  margin: 5px; }

.styleTabTD button {
  border-bottom: 0px;
  cursor: pointer; }

.historyinvalid {
  font-style: normal;
  background-color: #FF7676;
  font-weight: normal; }

.historymine {
  font-style: normal;
  background-color: #C9F4C9;
  font-weight: normal; }

.historyother {
  font-style: normal;
  background-color: #E9EAEC;
  font-weight: normal; }

.historyadmin {
  font-style: normal;
  background-color: Blue;
  font-weight: normal;
  color: #ffffff; }

.unchangeable {
  background-color: #F6F6F6;
  border-width: 0px; }

.element {
  background-color: #ffffff;
  border-width: 0px;
  font-weight: normal;
  font-style: normal; }

.elementinput {
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000; }

.calendarInput {
  width: 10em !important; }

.formula {
  background-color: #ffffff;
  border-width: 0px;
  font-style: normal; }

.bidvalue {
  background-color: #F6F6F6;
  border-width: 0px;
  font-weight: bold;
  font-style: normal;
  text-align: right;
  width: 10em; }

.invisibleinput {
  background-color: #F6F6F6;
  color: #000000;
  border: 0px; }

.topStatusDate {
  align: right;
  valign: middle;
  width: 210; }

/*bidgraph following ....*/
.graph_back {
  background-color: #BBBBBB;
  border-style: solid;
  border-color: white; }

.graph_line {
  background-color: #009900; }

.graph_border {
  background-color: #000000; }

.graph_text {
  color: #000000; }

.graph_grid {
  background-color: #EEE8AA; }

.underlineLink A:Link {
  text-decoration: underline;
  font-weight: bold; }

.useroffline {
  color: red; }

.useronline {
  color: green; }

.loginarea {
  width: 450px;
  height: 400px;
  padding: 30px;
  background-color: #b7bfea;
  color: #ffffff;
  border-spacing: 0;
  border-collapse: collapse; }

.loginarea thead td {
  background-color: #8295c5;
  height: 40px; }

.loginarea input {
  margin-left: 50px;
  padding: 5px; }

.loginarea input[type=text], .loginarea input[type="password"] {
  height: 38px;
  width: 280px; }

.loginarea label {
  display: block;
  float: left;
  padding-right: 10px;
  padding-left: 50px;
  text-indent: -50px; }

.loginarea input [type=checkbox] {
  vertical-align: middle;
  border: 2px solid #8295c5; }

.loginarea label span {
  vertical-align: middle; }

.forgotpw {
  color: #ffffff; }

.forgotpw A:Link {
  font-size: 11px;
  color: #ffffff;
  margin-left: 50px;
  font-weight: bold; }

td.loginbutton {
  text-align: right; }

.loginbutton [type="submit"] {
  background: #8295c5 none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: inline-block;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 12px;
  height: 32px;
  margin-right: 30px;
  text-decoration: none;
  width: 100px;
  align: right; }

.loginbutton [type="submit"]:hover {
  border: none;
  outline: none;
  background: #005095;
  text-decoration: none; }

ul.pageSplit {
  display: inline-block;
  padding: 0;
  margin: 0; }

ul.pageSplit li {
  display: inline; }

ul.pageSplit li a {
  color: #000000;
  float: left;
  padding: 8px 16px;
  text-decoration: none; }

ul.pageSplit li a.active {
  background-color: #005095;
  border-bottom: 2px solid #ffffff;
  color: #ffffff; }

ul.pageSplit li a:not(.active) {
  border-bottom: 2px solid #005095; }

ul.pageSplit li a:hover:not(.active) {
  background-color: #b7bfea; }

.chartsDiv {
  margin: 20px;
  border-left: 1px solid #005095;
  border-top: 1px solid #005095; }

.statisticsResultTable {
  margin: 20px; }

.statisticsResultTable thead a:link {
  color: #ffffff; }

.statisticsResultTable tfoot tr {
  background-color: #dadada; }

.cellHideShowArea {
  margin: 10px;
  padding: 5px;
  border: 1px solid #005095;
  display: table; }

.floatBtn {
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.userPropCellReadOnly {
  background-color: #CCCCCC; }

.inputTextReadOnly {
  color: #CCCCCC; }

/* JQuery styles */
.ui-widget-header {
  background-color: #8295c5 !important;
  color: #ffffff;
  font-weight: bold; }

/*sticky Buttons*/
#stickySaveButtons {
  padding: 15px 0 15px 0;
  background-color: #f2f2f2;
  margin: 0 auto;
  border-top: 2px solid #b7bfea;
  border-bottom: 2px solid #b7bfea; }

/*toggle */
.tableFormStylesToggle input[type="text"] {
  padding: 5px 4px;
  width: 377px; }

/* tooltip */
.ui-widget.ui-widget-content {
  border: 0px; }

.ui-tooltip {
  background: #878c96;
  border: 20px solid white;
  padding: 4px 4px;
  color: white;
  box-shadow: 0 0 2px black;
  font-weight: bold;
  font-size: 1.1em; }

/** ccc4upload.css ENDE **/
/* BASIC CSS START */
.headline14 {
  font-size: 14px;
  font-weight: bold; }

.headline20 {
  font-size: 20px;
  font-weight: bold; }

img {
  vertical-align: middle; }

.rankHeaderInfo {
  margin: 5px 0 5px 20px;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #000000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(5, 148, 43, 0.74); }

.rankHeaderWarn {
  margin: 5px 0 5px 20px;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #000000;
  color: #ffffff;
  text-align: center;
  background-color: #ff0000; }

#confirmDiv {
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.confirmBoxBid {
  position: fixed;
  top: 10px;
  left: 35%;
  height: 150px;
  width: 550px;
  background-color: #ffffff;
  font-size: 13px;
  font-family: Arial, Helvetica, Sans Serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  border: 1px solid red; }

.confirmBox {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 150px;
  width: 52em;
  background-color: #ffffff;
  font-size: 13px;
  font-family: Arial, Helvetica, Sans Serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  border: 1px solid red;
  line-height: 1.2em; }

#confirmTitle {
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
  top: 20px;
  padding: 10px; }

#confirmButtonsBottom {
  position: absolute;
  bottom: 25;
  left: 150px; }

#progessBarIn {
  border-radius: 0px;
  position: auto;
  margin-top: 10px;
  background-color: #878c96;
  width: 80%;
  height: 22px; }

.errorBox {
  height: 250px; }

#errorList {
  text-align: left;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  height: 200px;
  overflow-y: scroll; }

#errorMessageButtonsBottom {
  position: absolute;
  text-align: center;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: #f2f2f2; }

#errorMessageButtonsBottom .refreshbtn {
  position: relative;
  top: 1em;
  bottom: 5;
  margin: 0px;
  min-height: 18px;
  height: 18px; }

#flashContent {
  width: 500px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%); }

#flashContentMessage {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin: 30px;
  line-height: 25px; }

.flashRedBg {
  height: 180px;
  background-color: rgba(188, 6, 6, 0.84); }

.flashGreenBg {
  height: 100px;
  background-color: rgba(5, 148, 43, 0.84); }

.flashErrorBg {
  background-color: rgba(188, 6, 6, 0.84); }

.historyinvalid {
  font-style: normal;
  background-color: #FF7676;
  font-weight: normal; }

.historymine {
  font-style: normal;
  background-color: #C9F4C9;
  font-weight: normal; }

.historyother {
  font-style: normal;
  background-color: #E9EAEC;
  font-weight: normal; }

.historyadmin {
  font-style: normal;
  background-color: Blue;
  font-weight: normal;
  color: #ffffff; }

.unchangeable {
  background-color: #F6F6F6;
  border-width: 0px; }

.element {
  background-color: #ffffff;
  border-width: 0px;
  font-weight: normal;
  font-style: normal; }

.elementinput {
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000; }

.formula {
  background-color: #ffffff;
  border-width: 0px;
  font-style: normal; }

.invisibleinput {
  background-color: #F6F6F6;
  color: #000000;
  border: 0px; }

.topStatusDate {
  align: right;
  valign: middle;
  width: 210; }

.textSpanList {
  background-color: #878c96;
  display: inline-block;
  margin: 0 0.3em 0.3em 0.3em;
  padding: 3px 6px 3px 6px;
  color: white; }

/* BASIC CSS END */
/* Mobile EventWatching Start */
#mobileTemplate {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.0em; }

#mobileTemplate .logoImg {
  width: 100%;
  max-width: 130px;
  height: auto;
  float: right; }

#mobileEventList {
  clear: both; }

.mobileEvents .ui-state-active {
  background-color: #005095; }

.mobileEventStatus {
  float: left;
  padding-right: 20px;
  padding-top: 7px;
  max-width: 30%; }

.mobileEventDate {
  float: right;
  padding-top: 7px; }

.mobileGoEvent {
  float: right;
  min-width: 30%;
  text-align: right; }

.mobileBidList {
  clear: left;
  width: 220px; }

.mobileRank {
  font-size: 18px;
  font-weight: bold;
  text-align: right; }

.bidContainer {
  border: 1px solid #F6F6F6;
  background-color: #ffffff;
  height: auto;
  width: 200px;
  height: 64px;
  margin-bottom: 1px; }

.bidContainerLeft {
  float: left;
  width: 30px;
  background-color: #F6F6F6;
  color: #000000;
  padding-top: 22px;
  height: 42px;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.bidContainerRight {
  float: left;
  padding: 6px 6px;
  text-align: center; }

#mobileTemplate .ui-state-active, #mobileTemplate .ui-widget-content .ui-state-active, #mobileTemplate .ui-widget-header .ui-state-active, #mobileTemplate a.ui-button:active, .ui-button:active, #mobileTemplate .ui-button.ui-state-active:hover {
  border: 1px solid #F6F6F6 !important;
  background: #646973 !important;
  font-weight: normal;
  color: #ffffff; }

#mobileTemplate #timeLeftInput {
  font-weight: bold;
  font-size: 2em;
  color: #646973;
  border: 1px solid #F6F6F6; }

@media (min-width: 600px) {
  .mobileBidList {
    float: left; }

  .mobileTimeDisplay {
    float: right; } }
@media (max-width: 500px) {
  .mobileEventStatus {
    padding-right: 10px;
    padding-top: 7px;
    max-width: 50%; }

  .mobileEventDate {
    clear: both;
    max-width: 100%;
    padding-top: 10px; } }
/* Mobile EventWatching End */
/* CSS Loader */
.loading,
.loading:before,
.loading:after {
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loadBalls 1.8s infinite ease-in-out;
  animation: loadBalls 1.8s infinite ease-in-out; }

.loading {
  color: #005095;
  font-size: 10px;
  margin: 20px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.22s;
  animation-delay: -0.22s; }

.loading:before,
.loading:after {
  content: '';
  position: absolute;
  top: 0; }

.loading:before {
  left: -2.8em;
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s; }

.loading:after {
  left: 2.8em; }

@-webkit-keyframes loadBalls {
  0%,
  80%,
  100% {
    box-shadow: 0 1.8em 0 -1.3em;
    color: #005095; }
  50% {
    box-shadow: 0 1.8em 0 0;
    color: #8295c5; } }
@keyframes loadBalls {
  0%,
  80%,
  100% {
    box-shadow: 0 1.8em 0 -1.3em;
    color: #005095; }
  50% {
    box-shadow: 0 1.8em 0 0;
    color: #8295c5; } }
.resultTable td {
  padding: 0em 0.5em 0em 0.5em; }

table.cellpadding_0 {
  border-spacing: 0px; }

table.cellpadding_1 {
  border-spacing: 1px; }

table.cellpadding_2 {
  border-spacing: 2px; }

table.cellpadding_3 {
  border-spacing: 3px; }

table.cellpadding_4 {
  border-spacing: 4px; }

table.cellpadding_5 {
  border-spacing: 5px; }

table.cellpadding_6 {
  border-spacing: 6px; }

table.cellpadding_7 {
  border-spacing: 7px; }

table.cellpadding_8 {
  border-spacing: 8px; }

table.cellpadding_9 {
  border-spacing: 9px; }

/*# sourceMappingURL=css_ccc4upload.css.map */
