@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
body {
  text-align: unset;
}
._subtitle {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}
._subtitle ._orange {
  color: #ff8000;
}
._subtitle ._white {
  color: white;
}
._subtitle ._black {
  color: #333333;
}
._list-btn {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  border: none;
  border-radius: 50%;
}
@media (min-width: 768px) {
  ._list-btn {
    color: white;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    border-radius: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
  ._list-btn.btn-bigger {
    padding: 4px 16px;
  }
}
._overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._breakword {
  word-wrap: break-word;
}
._tooltip-wrapper {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
._tooltip-wrapper span:first-child {
  padding-right: 2px;
}
._tooltip-wrapper span:last-child {
  padding-left: 2px;
}
._tooltip-wrapper span.info-tooltip-sw {
  display: inline-block;
}
._tooltip-wrapper span.info-tooltip-sw img {
  width: 30px;
  height: 30px;
  margin: 2px auto;
  background-color: transparent;
}
.required:after {
  content: " *";
}
.form-input-error {
  border: 2px solid red !important;
  background-color: #ffffc8 !important;
}
input[type=checkbox] {
  width: 18px;
  height: 18px;
}
input[type=checkbox] ~ label {
  margin-left: 4px !important;
}
.separator {
  width: 100%;
  height: 1px;
  background: url("../Images/separator.png") no-repeat center center;
  background-size: 100% 1px;
}
._RAU-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}
._RAU-container > div {
  width: 22px;
  height: 22px;
}
._RAU-container > div .ruFileInput,
._RAU-container > div .ruFakeInput {
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
}
._RAU-container > div span.ruButton.ruBrowse {
  outline: 0;
  cursor: pointer !important;
  transition: all 0.5s ease;
  border: none;
  border-radius: 50%;
  background: url("../Images/upload_gray.svg") no-repeat center center;
  width: 22px;
  min-width: 22px;
  height: 22px;
}
._RAU-container > div span.ruButton.ruBrowse:hover {
  animation: bounceout 4s linear;
  opacity: 0.8;
}
._RAU-container > div span.ruButton.ruBrowse:active,
._RAU-container > div span.ruButton.ruBrowsefocus {
  background: #2e8358;
}
._RAU-container > div span.ruUploadProgress,
._RAU-container > div span.ruButton.ruRemove {
  display: none;
}
._RAU-container > a {
  height: 28px;
  width: 18px;
}
._RAU-document .ruSelectWrap .ruFileWrap > span.ruFakeInput,
._RAU-document .ruSelectWrap span.ruButton.ruBrowse {
  height: 32px;
  display: inline-block !important;
}
._RAU-document .ruSelectWrap span.ruButton {
  font-weight: 700;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  background-color: #f0f0f0;
  border-radius: 8px;
  border: 1px solid #cccccc;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 0 !important;
  cursor: pointer;
  outline: 0;
  transition: 0.2s;
}
._RAU-document .ruSelectWrap span.ruButton:hover {
  background-color: #e1e1e1;
}
._RAU-document .ruSelectWrap span.ruButton:active,
._RAU-document .ruSelectWrap span.ruButtonfocus {
  background-color: #cccccc;
}
.RadCalendarPopup table.RadCalendar_Default > caption {
  display: none;
}
.RadCalendarPopup .RadCalendarPopupShadows .rcShadTR {
  height: 232px !important;
}
.RadPicker_Default.RadDateTimePicker {
  width: 100% !important;
  height: 30px;
}
.RadPicker_Default.RadDateTimePicker .riTextBox {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0 !important;
}
.RadPicker_Default:not(.RadDateTimePicker) .rcCalPopup,
.RadPicker_Default:not(.RadDateTimePicker) .rcTimePopup {
  background: url(../Images/calendar.png) no-repeat top right;
  height: 40px;
  width: 40px;
}
.RadPicker_Default:not(.RadDateTimePicker) .rcCalPopup:hover,
.RadPicker_Default:not(.RadDateTimePicker) .rcTimePopup:hover {
  background: url(../Images/calendar.png) no-repeat top right;
}
.shadow0 {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
}
.shadow2 {
  position: relative;
}
.shadow2:before,
.shadow2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777777;
  -webkit-box-shadow: 0 15px 10px #777777;
  -moz-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.shadow5 {
  position: relative;
}
.shadow5:before,
.shadow5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777777;
  box-shadow: 0 35px 20px #777777;
  transform: rotate(-8deg);
}
.shadow5:after {
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.shadow7 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow7:before,
.shadow7:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 10px;
}
.shadow7:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}
.shadow8 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow8:before,
.shadow8:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 10px;
}
.shadow8:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}
.switch input {
  display: none;
}
.switch label {
  position: relative;
  display: inline;
  min-width: 32px;
  cursor: pointer;
  /*margin: 16px;*/
  margin: 0;
  padding: 16px 0 16px 44px;
}
.switch label:before,
.switch label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch label:before {
  left: 1px;
  width: 42px;
  height: 18px;
  background-color: #9e9e9e;
  border-radius: 8px;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
}
.switch label:after {
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fafafa;
  border-radius: 50%;
  /*box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);*/

  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
}
.switch input:checked + label:before {
  background-color: #8ad5af;
}
.switch input:checked + label:after {
  background-color: #349262;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}
._setinvisible {
  display: none !important;
}
.setinvisible {
  display: none !important;
}
._footer {
  margin: 10px auto;
}
._footer img {
  max-width: 130px;
}
._language-bar {
  margin: 0 auto;
  background-color: #005474;
  height: 56px;
}
._language-bar #RadComboCulture,
._language-bar #RadComboCulture_sm,
._language-bar .RadComboBox_Bootstrap {
  margin: 0 auto;
}
._language-bar #RadComboCulture,
._language-bar #RadComboCulture_sm,
._language-bar .RadComboBox_Bootstrap {
  margin: 0;
  padding-left: 0;
}
._language-bar #RadComboCulture .rcbInner,
._language-bar #RadComboCulture_sm .rcbInner,
._language-bar .RadComboBox_Bootstrap .rcbInputCell {
  border-radius: 14px !important;
  padding: 4px 8px !important;
  border: 1px solid white !important;
  color: white !important;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
}
._language-bar .RCB_Culture .t-font-icon {
  color: white !important;
}
._language-bar-test {
  margin: 0 auto;
  background-color: #005474;
  height: 56px;
  background-color: #eb7600;
}
._language-bar-test #RadComboCulture,
._language-bar-test #RadComboCulture_sm,
._language-bar-test .RadComboBox_Bootstrap {
  margin: 0 auto;
}
._language-bar-test #RadComboCulture,
._language-bar-test #RadComboCulture_sm,
._language-bar-test .RadComboBox_Bootstrap {
  margin: 0;
  padding-left: 0;
}
._language-bar-test #RadComboCulture .rcbInner,
._language-bar-test #RadComboCulture_sm .rcbInner,
._language-bar-test .RadComboBox_Bootstrap .rcbInputCell {
  border-radius: 14px !important;
  padding: 4px 8px !important;
  border: 1px solid white !important;
  color: white !important;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
}
._language-bar-test .RCB_Culture .t-font-icon {
  color: white !important;
}
.div-add {
  text-align: center;
  margin: 10px;
  display: block;
}
.div-add.__right {
  text-align: right;
}
.div-add > div {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
  background-color: #f0f0f0;
  display: inline;
  text-align: center;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  transition: all 0.3s ease;
}
.div-add > div:hover {
  border: 1px solid #006387;
}
.div-add > div:hover img {
  opacity: 0.8;
  transform: rotate(90deg);
}
@media (min-width: 576px) {
  .div-add > div {
    padding: 8px;
  }
  .div-add > div img {
    width: 50px;
  }
}
.div-add > div > div {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 -10px;
  text-transform: uppercase;
}
.div-add > div img {
  outline: none;
  box-shadow: none;
  width: 30px;
  cursor: pointer;
  margin: 0 -1px 0 0;
  padding: 0;
  border: 0;
  transition: all 0.3s ease;
}
.div-add > div img:hover {
  opacity: 0.8;
  transform: rotate(90deg);
}
.div-add-right {
  text-align: center;
  margin: 10px;
  display: block;
  text-align: right;
}
.div-add-right.__right {
  text-align: right;
}
.div-add-right > div {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
  background-color: #f0f0f0;
  display: inline;
  text-align: center;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  transition: all 0.3s ease;
}
.div-add-right > div:hover {
  border: 1px solid #006387;
}
.div-add-right > div:hover img {
  opacity: 0.8;
  transform: rotate(90deg);
}
@media (min-width: 576px) {
  .div-add-right > div {
    padding: 8px;
  }
  .div-add-right > div img {
    width: 50px;
  }
}
.div-add-right > div > div {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 -10px;
  text-transform: uppercase;
}
.div-add-right > div img {
  outline: none;
  box-shadow: none;
  width: 30px;
  cursor: pointer;
  margin: 0 -1px 0 0;
  padding: 0;
  border: 0;
  transition: all 0.3s ease;
}
.div-add-right > div img:hover {
  opacity: 0.8;
  transform: rotate(90deg);
}
.button-add-with-icon {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
  outline: none;
  font-size: 1em;
  text-transform: uppercase;
  background-color: transparent;
  text-align: center;
  padding: 4px 16px 2px 44px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  transition: all 0.3s ease;
  background: url("../Images/ic_add_grey_24px.svg") no-repeat 10px center;
  background-size: 30px 30px;
  cursor: pointer;
}
.button-add-with-icon:hover {
  border: 1px solid #006387;
}
@media (min-width: 576px) {
  .button-add-with-icon {
    padding: 8px 16px 8px 44px;
  }
}
.gen-button-small {
  text-decoration: none;
  background-color: #41b87b;
  color: white;
  font-size: 1em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  outline: 0;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
}
.gen-button-small:hover {
  background-color: #39a16c;
}
.gen-button-small:active,
.gen-button-smallfocus {
  background-color: #2e8358;
}
.list-button {
  outline: 0;
  cursor: pointer;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 0.9em;
  min-width: 100px;
  transition: all 0.5s ease;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
}
.list-button-ok {
  outline: 0;
  cursor: pointer;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 0.9em;
  min-width: 100px;
  transition: all 0.5s ease;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
  background-color: #41b87b;
}
.list-button-ok:hover {
  color: white;
  text-decoration: none;
  background-color: #349262;
}
.list-button-ok:active,
.list-button-okfocus {
  background-color: #2e8358;
}
.list-button-cancel,
.list-button-delete {
  outline: 0;
  cursor: pointer;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 0.9em;
  min-width: 100px;
  transition: all 0.5s ease;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
  background-color: red;
}
.list-button-cancel:hover,
.list-button-delete:hover {
  color: white;
  text-decoration: none;
  background-color: #cc0000;
}
.list-button-cancel:active,
.list-button-delete:active,
.list-button-cancelfocus,
.list-button-deletefocus {
  background-color: #b80000;
}
.list-button-add,
.list-button-update {
  outline: 0;
  cursor: pointer;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 0.9em;
  min-width: 100px;
  transition: all 0.5s ease;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
  background-color: #41b87b;
}
.list-button-add:hover,
.list-button-update:hover {
  color: white;
  text-decoration: none;
  background-color: #349262;
}
.list-button-add:active,
.list-button-update:active,
.list-button-addfocus,
.list-button-updatefocus {
  background-color: #2e8358;
}
.translator-wrapper {
  display: inline-block !important;
  margin: 0 auto !important;
  align-items: center !important;
  justify-content: center;
  height: 40px;
  /*margin-bottom: -8px!important;*/

}
.translator-wrapper .translator-btn {
  width: 44px !important;
  height: 44px !important;
  margin: 2px auto;
  background: url("../Images/translator3.png") no-repeat center center;
  background-size: contain;
  border: 0px solid transparent;
  cursor: pointer;
  outline: none;
}
.translator-wrapper .translator-btn:active {
  outline: none;
  border: none;
}
.translator-wrapper.setinvisible {
  display: none !important;
}
/* PLACEHOLDERS */

::-webkit-input-placeholder {
  color: #bbbbbb;
  font-weight: 400;
}
/* Chrome/Opera/Safari */

::-moz-placeholder {
  color: #bbbbbb;
  font-weight: 400;
}
/* Firefox 19+ */

:-ms-input-placeholder {
  color: #bbbbbb;
  font-weight: 400;
}
/* IE 10+ */

:-moz-placeholder {
  color: #bbbbbb;
  font-weight: 400;
}
/* Firefox 18- */

/* END PLACEHOLDERS */

.status-bar {
  opacity: 0;
  width: 100vw;
  height: 48px;
  padding: 10.5px 24px;
  font-size: 18px;
  text-align: center;
  background-color: #323232;
  color: white;
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  max-width: 992px;
}
.status-bar button {
  text-transform: uppercase;
  padding-left: 48px;
  display: none;
}
@media (min-width: 992px) {
  .status-bar {
    width: 992px;
    left: 50%;
    margin-left: calc(-496px);
    border-radius: 2px;
    /*text-align:center;*/
  
  }
  .status-bar button {
    font-weight: 700;
  }
}
.status-bar.status-bar-show {
  opacity: 1;
  -webkit-animation: fadeinSB 0.5s;
  animation: fadeinSB 0.5s;
}
.status-bar.status-bar-hide {
  opacity: 0;
  -webkit-animation: fadeoutSB 0.5s;
  animation: fadeoutSB 0.5s;
}
@keyframes fadeinSB {
  from {
    bottom: -30px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes fadeoutSB {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: -30px;
    opacity: 0;
  }
}
.loading-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  opacity: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-box.loading-box-show {
  opacity: 1;
  -webkit-animation: fadeinLB 0.5s;
  animation: fadeinLB 0.5s;
}
.loading-box.loading-box-hide {
  opacity: 0;
  -webkit-animation: fadeoutLB 0.5s;
  animation: fadeoutLB 0.5s;
  display: none;
}
@keyframes fadeinLB {
  from {
    bottom: -180px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes fadeoutLB {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: -180px;
    opacity: 0;
  }
}
@-webkit-keyframes bounceout {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounceout {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
/* SPINNER */
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
  0% {
    stroke: #4285f4;
  }
  25% {
    stroke: #de3e35;
  }
  50% {
    stroke: #f7c223;
  }
  75% {
    stroke: #1b9a59;
  }
  100% {
    stroke: #4285f4;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/* END SPINNER */

.crop > div img {
  width: 22px;
  height: 22px;
  margin-top: 10px;
  cursor: pointer;
}
.arrow {
  display: inline-block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin: 0 4px 0 0;
  transform: rotate(-45deg);
  transition: transform 0.4s linear;
}
.arrow.ap-10 {
  padding: 10px;
}
.arrow:hover {
  cursor: pointer;
}
.active .arrow {
  transform: rotate(45deg);
}
.wb-breakall {
  word-break: break-all;
}
.RadUpload_Default ::-webkit-file-upload-button {
  cursor: pointer !important;
}
.IMG_UploadPicture {
  width: 23px !important;
  margin-top: -5px !important;
  cursor: pointer !important;
  background-color: white !important;
}
.IMG_DownloadPicture {
  width: 18px !important;
  margin-top: -5px !important;
  cursor: pointer !important;
  background-color: white !important;
}
.language-bar {
  margin: 0 auto;
  background-color: #005474;
  height: 56px;
}
.language-bar #RadComboCulture,
.language-bar #RadComboCulture_sm,
.language-bar .RadComboBox_Bootstrap {
  margin: 0 auto;
}
.language-bar #RadComboCulture,
.language-bar #RadComboCulture_sm,
.language-bar .RadComboBox_Bootstrap {
  margin: 0;
  padding-left: 0;
}
.language-bar #RadComboCulture .rcbInner,
.language-bar #RadComboCulture_sm .rcbInner,
.language-bar .RadComboBox_Bootstrap .rcbInputCell {
  border-radius: 14px !important;
  padding: 4px 8px !important;
  border: 1px solid white !important;
  color: white !important;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
}
.language-bar .RCB_Culture .t-font-icon {
  color: white !important;
}
.full-logo {
  width: 90%;
  max-width: 400px;
}
.mediaclub-full-logo {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 375px) {
  .mediaclub-full-logo {
    width: 90%;
    max-width: 300px;
  }
}
.header-bar {
  background-color: #00002d;
  color: white;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
}
.header-bar .col-bar {
  margin: 0;
  padding: 0.5em;
}
.header-bar .col-bar:nth-child(1) {
  flex: 0 1 50%;
  text-align: left;
}
.header-bar .col-bar:nth-child(1) img {
  max-width: 100%;
  height: 50px;
  width: auto;
}
.header-bar .col-bar:nth-child(2) {
  flex: 0 1 50%;
  text-align: right;
}
.header-bar .col-bar:nth-child(2) .full-logo {
  display: none;
}
.header-bar .col-bar:nth-child(2) .icon-logo {
  display: inline;
  width: 40px;
  height: auto;
}
.header-bar .col-bar:nth-child(3) {
  display: none;
}
@media (min-width: 576px) {
  .header-bar .col-bar {
    padding: 1em;
  }
  .header-bar .col-bar:nth-child(1) {
    flex: 0 1 20%;
    text-align: unset;
  }
  .header-bar .col-bar:nth-child(2) {
    flex: 0 1 60%;
    text-align: center;
  }
  .header-bar .col-bar:nth-child(2) .full-logo {
    display: inline;
    max-height: 50px;
  }
  .header-bar .col-bar:nth-child(2) .icon-logo {
    display: none;
  }
  .header-bar .col-bar:nth-child(3) {
    display: block;
    flex: 0 1 20%;
  }
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
.arabic .header-bar .col-bar:nth-child(1) {
  text-align: right;
}
.arabic .header-bar .col-bar:nth-child(2) {
  text-align: left;
}
@media (min-width: 576px) {
  .arabic .header-bar .col-bar {
    padding: 1em;
  }
  .arabic .header-bar .col-bar:nth-child(1) {
    flex: 0 1 20%;
    text-align: unset;
  }
  .arabic .header-bar .col-bar:nth-child(2) {
    flex: 0 1 60%;
    text-align: center;
  }
  .arabic .header-bar .col-bar:nth-child(2) .full-logo {
    display: inline;
    max-height: 50px;
  }
  .arabic .header-bar .col-bar:nth-child(2) .icon-logo {
    display: none;
  }
  .arabic .header-bar .col-bar:nth-child(3) {
    display: block;
    flex: 0 1 20%;
  }
}
html {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
  background-color: white;
}
a:hover {
  text-decoration: none !important;
}
.background_login {
  background: #f0f0f0;
  background-image: url("../Images/global_background_img_c.png");
}
.background_eventorganizer {
  background: transparent;
  /*background-image: url("../Images/bg_event.png");*/

}
.background_clubs {
  background: #43b77a;
  background-image: url("../Images/bg_club.png");
}
.background_volunteers {
  background: #bf4d4d;
  background-image: url("../Images/bg_volunteers.png");
}
.background_media {
  background: #009ed8;
  background-image: url("../Images/bg_mediapress.png");
}
.background_eventorganizer,
.background_clubs,
.background_volunteers,
.background_media,
.background_login,
.background_account_management {
  min-height: 100vh;
  color: gray;
  font-family: 'Roboto Condensed', sans-serif;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}
.background_login {
  background-position: right center;
}
.background_account_management {
  background: #f0f0f0;
  background-image: url("../Images/global_background_img_c.png");
  background-position: right center;
  min-height: 100vh;
  color: gray;
  font-family: 'Roboto Condensed', sans-serif;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
}
body {
  min-height: 100vh;
  color: gray;
  font-family: 'Roboto Condensed', sans-serif;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}
h1 {
  font-size: 1.4em;
  font-weight: 700;
}
h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
}
label {
  margin-bottom: 0 !important;
}
.language-bar {
  display: none;
}
.header-subtitle {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  margin-bottom: 40px;
  text-align: center;
}
.header-subtitle h1 {
  background: url("../Images/hands_volunteers.png") no-repeat left center;
  padding-left: 40px;
}
.header-subtitle p {
  text-align: justify;
}
legend {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0.8rem;
  color: #006388;
  font-weight: 700;
}
@media (min-width: 768px) {
  legend {
    display: none;
  }
}
header {
  background-color: #346080;
  color: white;
  font-weight: 700;
}
.event img {
  width: 60px;
}
@media (max-width: 375px) {
  .event img {
    padding-bottom: 10px;
  }
}
.event div {
  display: block;
  border: 1px solid white;
  border-radius: 10px;
  padding: 4px 12px;
}
@media (min-width: 375px) {
  .event div {
    display: inline;
  }
}
@media (min-width: 768px) {
  .event {
    font-size: 0.9em;
  }
  .event img {
    width: 70px;
  }
}
.logo,
.logo_accountmanagement {
  text-align: center;
  padding: 10px 0;
}
.logo img.full-logo,
.logo_accountmanagement img.full-logo {
  width: 80%;
  max-width: 400px;
}
@media (min-width: 576px) {
  .logo img.full-logo,
  .logo_accountmanagement img.full-logo {
    width: 80%;
    max-width: 350px;
  }
}
.logo img.logo-as,
.logo_accountmanagement img.logo-as {
  width: 100%;
  height: auto;
  max-height: 60px;
  margin: 10px;
}
.logo_accountmanagement {
  padding: 40px 0 10px 0;
}
main {
  display: flex;
  justify-content: center;
}
main .container {
  background-color: white;
  display: inline-block;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  background: white !important;
  width: 90%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 500px;
  margin-top: 8vh;
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05) !important;
  max-width: 95%;
  z-index: 999;
}
@media (min-width: 375px) {
  main .container {
    width: 97%;
  }
}
@media (min-width: 768px) {
  main .container {
    width: 70%;
  }
}
@media (min-width: 992px) {
  main .container {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  main .container {
    width: 500px;
  }
}
.mainaccountmanagement {
  background-color: white;
  border: 2px solid #cccccc;
}
.Required {
  font-weight: bold;
}
.login_textbox {
  display: block;
  width: 100%;
  /*height: 34px;*/
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.login_buttons_main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 20px;
}
.div_login_button {
  width: 100%;
  background: transparent !important;
  border: none !important;
  padding: 0;
  font-weight: bold;
  /*font-size: 1.1em;*/
  color: white;
  margin: 50px 0px;
}
.DIV_loginbutton {
  text-align: center;
}
.login_button {
  border-radius: 12px;
  max-width: 100px;
}
.forgot_password {
  color: #004e8e;
  font-size: 14px;
}
.rememberme {
  color: black;
  font-size: 16px;
}
#RememberMe {
  margin-right: 8px;
}
.DIV_rememberme {
  text-align: left;
  width: 100%;
  /*float: left;*/
  position: relative;
  margin-top: 15px;
  /*@media(min-width:@xsm) {
        width: 100%;
        float: left;
        text-align: center;
    }

    @media(min-width:@md) {
        width: 100%;
        float: left;
        text-align: center;
    }

    @media(min-width:@lg) {
        width: 50%;
        float: left;
        text-align: left;
    }

    @media(min-width:@xl) {
        width: 50%;
        float: left;
        text-align: left;
    }*/

}
.DIV_rememberpassword {
  text-align: center;
  width: 100%;
  margin-top: 45px;
  /*@media(min-width:@xsm) {
        width: 100%;
        float: left;
        text-align: center;
    }

    @media(min-width:@md) {
        width: 100%;
        float: left;
        text-align: center;
    }

    @media(min-width:@lg) {
        width: 50%;
        float: right;
        text-align: right;
    }

    @media(min-width:@xl) {
        width: 50%;
        float: right;
        text-align: right;
    }*/

}
.wrapper {
  background-color: white;
  padding: 30px;
}
.box .row {
  padding-bottom: 20px;
}
.box .row input:not([type=text]):not([type=password]) {
  cursor: pointer;
}
.box .row input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=submit]),
.box .row select {
  width: 100%;
  /*height: 30px;*/
  margin-bottom: 10px;
}
.box .row input[type="submit"] {
  border: none !important;
  color: white;
  background-color: #085a8c;
  border-color: #285e8e;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-weight: bold;
}
.box .row select {
  background-color: #006387;
}
.box .row input[type=radio] {
  margin-right: 4px;
  margin-top: 10px;
}
.box .row input[type=radio]:not(:first-of-type) {
  margin-left: 8px;
}
.box .row div[class^="col"] span:first-child {
  display: block;
}
#preferences p {
  font-weight: 700;
  font-size: 1.2em;
}
#preferences label {
  display: inline;
}
@media (min-width: 375px) {
  .button-container {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .button-container {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .button-container {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .button-container {
    padding-top: 40px;
  }
}
.button-container:last-child {
  padding-bottom: 40px;
}
footer {
  margin: 0 auto;
}
.arealogin_text {
  text-align: center;
  margin: 30px 15px;
  color: white;
}
.request_accreditation_text {
  border: 1px solid white;
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  width: 50%;
  margin: 30px auto;
  text-align: center;
  color: white;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  text-decoration: none;
}
.error_message {
  color: red;
}
.remember_password_pagetitle {
  color: gray;
}
.resetpassword_button {
  padding: 10px !important;
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  cursor: pointer !important;
  width: 200px !important;
  height: 47px !important;
  margin: 0 10px !important;
  background-color: #006388 !important;
  color: white !important;
  background-image: none !important;
  border: none !important;
}
#RadCaptcha1_CaptchaTextBox {
  border-color: lightgray !important;
  color: #8a8a8a !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-size: 25px;
  width: 50%;
}
.resetpassword_textbox {
  font-size: 20px;
}
.action-button {
  font-size: 0.9em;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: white;
  background: #006387 url("../Images/send.png") no-repeat right 24px center;
  border-radius: 8px;
  border-width: 0;
  padding: 4px 56px 4px 24px;
  margin: 6px 0;
  cursor: pointer;
  outline: 0;
  transition: 0.2s;
}
@media (min-width: 375px) {
  .action-button {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  .action-button {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .action-button {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .action-button {
    font-size: 1.1em;
  }
}
.action-button:hover {
  background-color: #39a16c;
}
.action-button:active,
.action-buttonfocus {
  background-color: #2e8358;
}
.validator {
  display: inline-block;
  color: red;
  font-weight: 700;
  margin-bottom: 20px;
}
#BTN_UpdateRoles,
#BTN_LockAccount,
#BTN_ResetPassword {
  width: auto !important;
  line-height: 0 !important;
}
#accounts-manager .list-wrapper .list-col {
  flex: 0 1 50%;
}
@media (min-width: 768px) {
  #accounts-manager .list-wrapper .list-header .list-col,
  #accounts-manager .list-wrapper .list-main .list-col {
    flex: 0 1 50%;
  }
}
.tb_mailusername {
  width: 100%;
}
@media (min-width: 375px) {
  .tb_mailusername {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tb_mailusername {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tb_mailusername {
    width: 42%;
  }
}
@media (min-width: 1200px) {
  .tb_mailusername {
    width: 40%;
  }
}
.DIV_FilterCriteria {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px;
  text-align: left;
  margin-top: 10px;
}
@media (min-width: 375px) {
  .DIV_FilterCriteria {
    padding: 0px 20px;
  }
}
.DIV_FilterCriteria label {
  margin-left: 10px;
}
.LBL_ObjectNameSurname {
  color: gray;
  padding: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
/*-----------------------------------------------------------------------------------------------------------------*/

.form-signin-heading {
  text-align: center;
  color: #085a8c;
  font-size: 1.5em;
  margin-bottom: 33px !important;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 30px;
}
.signin {
  max-width: 90%;
  padding: 0px;
  margin: 0 auto;
  margin-top: 0px;
}
.signin input[type="password"],
.signin input[type="text"] {
  border: 0px solid #cccccc;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  background: #f7f7f7 !important;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbbbbb;
  font-weight: 400;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbbbbb;
  font-weight: 400;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbbbbb;
  font-weight: 400;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #bbbbbb;
  font-weight: 400;
}
.logo-area {
  background: #085a8c;
  padding: 15px 0 27px;
  margin: 47px 0 -20px 0;
}
.rememberme label {
  margin-left: 8px;
}
.footer {
  margin: 10px auto;
}
.footer img {
  max-width: 130px;
}
