/* Globalne */
body {
  font-family: Radikal-Light, Arial, sans-serif;;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  height: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #f26b21;
  outline: 0;
}

.btn {
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #000000;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: underline;
}
.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #000000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[readonly] {
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #000000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill {
  color: #000000 !important;
  background-color: #FFFFFF !important;
  -webkit-text-fill-color: #000000 !important;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
}
input:-webkit-autofill:focus {
  color: #FFFFFF !important;
  background-color: #000000 !important;
  -webkit-text-fill-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1000px #000000 inset !important;
}

.help-block {
  color: black;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: black;
}
.has-success .form-control {
  border-color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control-feedback {
  color: black;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: black;
}
.has-error .form-control {
  border-color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control-feedback {
  color: black;
}

.alert {
  color: #f26b21;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #f26b21;
  border-radius: 0;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.required .control-label:after {
  content: " *";
  font-weight: bold;
  color: black;
}
legend {
  font-weight: 600;
  color: #f26b21;
  font-size: 16px;
  border: 0;
  margin-top: 50px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #595959;
}
.table-hover > tbody > tr:hover {
  background-color: #fbcfb7;
}
.tr-pointer {
  cursor: pointer;
}


/* Header */
.main-logo {
  margin-top: 10px;
}
.contest-header {
  margin-top: 10px;
  margin-bottom: 10px;
}


/* Logowanie */
.login-logo {
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
}

.profile .form-control-static {
  min-height: 20px;
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
}


/* Profil */
.deleteprofile {
  color: red;
  border: 2px solid red;
  font-weight: bold;
}
.deleteprofile:focus, .deleteprofile:hover {
  color: red;
}
.deleteprofileinfo {
  font-size: 16px;
  color: red;
  font-weight: bold;
}
