@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;
}
.header-bar {
  background-color: #006387;
  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 {
  /*height: 40px;*/
  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%;
  }
}
#navContainer {
  position: absolute;
  top: 126px;
  z-index: 100;
  /*box-shadow: 0 6px 6px rgba(0, 0, 0, 0.175);
    border-radius: 4px;*/

}
@media (min-width: 425px) {
  #navContainer {
    top: 120px;
  }
}
@media (min-width: 768px) {
  #navContainer {
    position: static;
    top: auto;
    background-color: white;
    height: 97px;
    margin-bottom: 20px;
  }
}
.nav-inline {
  background-color: #f0f0f0;
  padding: 0;
  border-bottom: 2px solid #006388;
  z-index: 0;
}
.nav-inline .navbar-toggler {
  outline: none;
}
.nav-inline .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,99,136, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  height: 49px;
}
.nav-inline a {
  color: #888888;
}
.nav-inline .navbar-collapse {
  width: 100vw;
  justify-content: center;
}
.nav-inline .navbar-collapse > div {
  width: 100%;
  max-width: 1200px;
  border-top: 2px solid #006388;
  border-bottom: 2px solid #006388;
}
@media (min-width: 768px) {
  .nav-inline .navbar-collapse > div {
    border-top: 0px;
    border-bottom: 0px;
  }
}
.nav-inline .navbar-collapse.show {
  border-bottom: 2px solid #006387;
}
@media (min-width: 768px) {
  .nav-inline .navbar-collapse.show {
    border-bottom: none;
  }
}
.nav-inline .nav {
  margin-bottom: -2px;
  align-self: flex-start;
  justify-content: space-between;
  /*@media(max-width:@md){min-height:50px;}*/

}
.nav-inline .nav > li {
  background-color: white;
}
.nav-inline .nav > li > a.nav-link {
  background-color: #f0f0f0;
  color: #888888;
  text-transform: uppercase;
  transition: all 0.5s ease;
  padding-left: 0.75rem;
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .nav-inline .nav > li > a.nav-link {
    border-bottom: 2px solid #006387;
    margin-bottom: 0;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.nav-inline .nav > li > a.nav-link:hover {
  background-color: #006388;
  color: white !important;
}
.nav-inline .nav > li > a.nav-link.active {
  background-color: #f0f0f0;
  color: #006388 !important;
  font-weight: 700;
}
.nav-inline .nav > li > a.nav-link.active + ul {
  z-index: 999;
}
@media (max-width: 768px) {
  .nav-inline .nav > li > a.nav-link.active {
    background-color: #006388;
    color: white !important;
  }
}
.nav-inline .nav > li.dropdown:hover .dropdown-menu,
.nav-inline .nav > li.dropdown:active .dropdown-menu {
  display: block;
}
.nav-inline .nav > li.dropdown:hover::after,
.nav-inline .nav > li.dropdown.active::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  left: calc(42%);
  border-top: solid 8px #006388;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  z-index: 1001;
  top: 45px;
}
.nav-inline .dropdown-menu {
  width: 100vw;
  /*width:max-content;*/
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  .nav-inline .dropdown-menu {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .nav-inline .dropdown-menu.dropdown-menu-right .nav-item {
    float: right;
  }
}
@media (min-width: 768px) {
  .nav-inline .dropdown-menu.dropdown-menu-left .nav-item {
    float: left;
  }
}
.nav-inline .dropdown-menu li.nav-item {
  display: inline-block;
  float: left;
}
@media (max-width: $screen-xs-max) {
  .nav-inline .dropdown-menu li.nav-item {
    float: none;
  }
}
.nav-inline .dropdown-menu li.nav-item:hover,
.nav-inline .dropdown-menu li.nav-item.active {
  background-color: #f0f0f0 !important;
}
.nav-inline .dropdown-menu li.nav-item a {
  color: #888888;
  width: auto !important;
  background: transparent;
  line-height: 50px;
  padding: 0 1em;
  margin: 0;
}
@media (max-width: 375px) {
  .nav-inline .dropdown-menu li.nav-item a {
    font-size: 0.8em;
  }
}
.nav-inline .dropdown-menu li.nav-item a:hover {
  color: #006388;
  background-color: #f0f0f0;
}
.nav-inline .dropdown-menu li.nav-item a.active {
  background-color: #f0f0f0;
  color: #006388 !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .nav-inline .dropdown-menu li.nav-item a.active {
    background-color: white;
  }
}
#navContainerSec {
  display: none;
  position: absolute;
  top: 120px;
  z-index: 100;
  /*box-shadow: 0 6px 6px rgba(0, 0, 0, 0.175);
    border-radius: 4px;*/

}
@media (min-width: 768px) {
  #navContainerSec {
    position: static;
    top: auto;
    background-color: white;
    height: 97px;
    margin-bottom: 20px;
  }
}
.nav-inline {
  background-color: #f0f0f0;
  padding: 0;
  border-bottom: 2px solid #006388;
  z-index: 0;
}
.nav-inline .navbar-toggler {
  outline: none;
}
.nav-inline .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,99,136, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  height: 49px;
}
.nav-inline a {
  color: #888888;
}
.nav-inline .navbar-collapse {
  justify-content: center;
}
.nav-inline .navbar-collapse > div {
  width: 100%;
  max-width: 1200px;
  border-top: 2px solid #006388;
  border-bottom: 2px solid #006388;
}
@media (min-width: 768px) {
  .nav-inline .navbar-collapse > div {
    border-top: 0px;
    border-bottom: 0px;
  }
}
.nav-inline .nav {
  align-self: flex-start;
  justify-content: space-between;
  /*@media(max-width:@md){min-height:50px;}*/

}
.nav-inline .nav > li {
  background-color: white;
}
.nav-inline .nav > li > a.nav-link {
  background-color: #f0f0f0;
  color: #888888;
  text-transform: uppercase;
  transition: all 0.5s ease;
  padding-left: 0.75rem;
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .nav-inline .nav > li > a.nav-link {
    margin-bottom: 0;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.nav-inline .nav > li > a.nav-link:hover {
  background-color: #006388;
  color: white !important;
}
.nav-inline .nav > li > a.nav-link.active {
  background-color: #f0f0f0;
  color: #006388 !important;
  font-weight: 700;
}
.nav-inline .nav > li > a.nav-link.active + ul {
  z-index: 998;
}
@media (max-width: 768px) {
  .nav-inline .nav > li > a.nav-link.active {
    background-color: #006388;
    color: white !important;
  }
}
.nav-inline .nav > li.dropdown:hover::after,
.nav-inline .nav > li.dropdown.active::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  left: calc(42%);
  border-top: solid 8px #006388;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  z-index: 1001;
}
.nav-inline .dropdown-menu {
  width: 100vw;
  /*width:max-content;*/
  padding: 0;
  border: 0;
  z-index: 1000;
  /*&.dropdown-menu-right{
            @media (max-width: 767px){
                .nav-item { width:50%; }
            }
        }*/

}
.nav-inline .dropdown-menu.show {
  z-index: 999;
}
@media (min-width: 768px) {
  .nav-inline .dropdown-menu.dropdown-menu-right.management {
    left: auto;
    right: -100px;
  }
}
.nav-inline .dropdown-menu .nav-item {
  display: inline-block;
  float: left;
}
@media (max-width: $screen-xs-max) {
  .nav-inline .dropdown-menu .nav-item {
    float: none;
  }
}
.nav-inline .dropdown-menu .nav-item:hover,
.nav-inline .dropdown-menu .nav-item.active {
  background-color: #f0f0f0 !important;
}
.nav-inline .dropdown-menu .nav-item a {
  color: #888888;
  width: auto !important;
  background: transparent;
  line-height: 50px;
  padding: 0 1em;
  margin: 0;
}
@media (max-width: 375px) {
  .nav-inline .dropdown-menu .nav-item a {
    font-size: 0.8em;
  }
}
.nav-inline .dropdown-menu .nav-item a:hover {
  color: #006388;
  background-color: #f0f0f0;
}
.nav-inline .dropdown-menu .nav-item a.active {
  background-color: #f0f0f0;
  color: #006388 !important;
  font-weight: 700;
}
@media (max-width: 375px) {
  .nav-inline .dropdown-menu .nav-item a.active {
    font-size: 0.78em;
  }
}
@media (max-width: 767px) {
  .nav-inline .dropdown-menu .nav-item a.active {
    background-color: white;
  }
}
.nav-inline .dropdown-menu .nav-item .nav-item-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .nav-inline .dropdown-menu .nav-item .nav-item-wrapper {
    flex-wrap: wrap;
  }
  .nav-inline .dropdown-menu .nav-item .nav-item-wrapper .nav-item {
    flex: 0 1 50%;
  }
}
@media (min-width: 768px) {
  .nav-inline .dropdown-menu .nav-item .nav-item-wrapper {
    height: 51px;
  }
  .nav-inline .dropdown-menu .nav-item .dropdown-menu-right .nav-item-wrapper {
    justify-content: flex-end;
  }
}
.arabic .nav-inline .container-fluid {
  max-width: 1200px;
}
.arabic .nav-inline .nav a.nav-link {
  padding-right: 0.75rem;
}
.arabic .nav-item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.arabic .nav.navbar-nav {
  padding: 0;
  /*@media(min-width:@lg){.dropdown-menu.dropdown-menu-right.management, &.dropdown-menu-right.management .nav-item-wrapper{right:-610px;}}
        @media(min-width:1800px){.dropdown-menu.dropdown-menu-right.management{right:260px;}}*/

}
@media (min-width: 768px) {
  .arabic .nav.navbar-nav .dropdown-menu {
    position: absolute;
    width: 98vw;
    max-width: 1200px;
    /*top: 185px;*/
    right: unset;
    left: unset;
    justify-content: flex-start;
    padding-right: 10px;
  }
  .arabic .nav.navbar-nav .dropdown-menu.dropdown-menu-right.management,
  .arabic .nav.navbar-nav .dropdown-menu.dropdown-menu-right.management .nav-item-wrapper {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 0;
    left: -156px;
  }
  .arabic .nav.navbar-nav .dropdown-menu:hover,
  .arabic .nav.navbar-nav .dropdown-menu.show {
    display: flex;
  }
}
/*---------------------------*/

/*------GENERAL CLASSES------*/

/*---------------------------*/

.RadComboBox_Default .rcbFocused .rcbInput.radPreventDecorate,
.RadComboBox_Default .rcbInput,
.RadComboBoxDropDown_Default {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 18px !important;
}
.gen-button {
  font-size: 14px;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  outline: 0;
  cursor: pointer;
  transition: 0.2s;
}
.gen-button:hover {
  background-color: #e1e1e1;
}
.gen-button:active,
.gen-buttonfocus {
  background-color: #cccccc;
}
.gen-button-big {
  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;
  cursor: pointer;
  outline: 0;
  transition: 0.2s;
}
.gen-button-big:hover {
  background-color: #e1e1e1;
}
.gen-button-big:active,
.gen-button-bigfocus {
  background-color: #cccccc;
}
.action-button {
  font-size: 1em;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: white;
  background: #41b87b url("../Images/send.png") no-repeat right 24px center;
  border-radius: 8px;
  border-width: 0;
  padding: 4px 56px 4px 24px;
  margin: 6px;
  cursor: pointer;
  outline: 0;
  transition: 0.2s;
}
.action-button:hover {
  background-color: #39a16c;
}
.action-button:active,
.action-buttonfocus {
  background-color: #2e8358;
}
.action-button-med {
  font-size: 1.1em;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: white;
  background: #41b87b url("../Images/send.png") no-repeat right 10px center;
  border-radius: 8px;
  border-width: 0;
  padding: 4px 56px 4px 24px;
  margin: 6px;
  cursor: pointer;
  outline: 0;
  transition: 0.2s;
}
.action-button-med:hover {
  background-color: #39a16c;
}
.action-button-med:active,
.action-button-medfocus {
  background-color: #2e8358;
}
/*.form-input-error {._form-input-error;}*/

.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;
}
.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;
}
.tooltip .tooltip-inner {
  background-color: #dddddd;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  max-width: 200px;
  max-height: 300px;
  font-size: 0.7rem;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #dddddd;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #dddddd;
}
@media (min-width: 576px) and (max-width: 1200px) {
  .main-container .RAU-document {
    font-size: 0.9em;
    display: inline-block;
  }
  .main-container .RAU-document .tooltip-wrapper {
    height: 48px;
  }
  .main-container .RAU-document .ruSelectWrap .ruFileWrap > span.ruFakeInput,
  .main-container .RAU-document .ruSelectWrap span.ruButton.ruBrowse {
    height: 32px;
  }
  .main-container .RAU-document .ruSelectWrap span.ruButton {
    display: block !important;
    margin-top: 10px !important;
    max-width: 100px;
    margin: 0 auto;
  }
}
.main-message {
  padding: 10px 20px 20px 20px;
  text-align: center;
  font-size: 1.2em;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.validator {
  display: inline-block;
  color: red;
  font-weight: 700;
  margin-bottom: 20px;
}
#validation-box {
  display: none;
  font-weight: 700;
  text-align: justify;
  color: red;
  background-color: #ffffc8;
  margin-bottom: 40px;
}
#result-box {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}
#result-box.green {
  background-color: #41b87b;
}
#result-box.red {
  background-color: #f44336;
}
/*.required{._required;}*/

.setinvisible {
  display: none !important;
}
/*.local:after {content: " Local Language";}*/

#PrivacyBox span label,
#TermsBox span label,
#InfoBox label,
#PrivacyBox span input,
#TermsBox span input,
#InfoBox input {
  padding-left: 10px;
  display: inline;
}
.full-bar {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #ff8000;
  background-color: #f0f0f0;
  padding: 8px;
}
.rcb-persons {
  max-width: 100%;
  width: 300px !important;
}
.rcb-functions {
  max-width: 100%;
  width: 100% !important;
  height: 33px !important;
}
.rcb-functions input {
  height: unset !important;
  margin-bottom: 0 !important;
}
.rdp-birthdate .rcCalPopup,
.rdp-birthdate .rcTimePopup {
  height: 25px !important;
}
.main-federation-logo,
.mediaclub-full-logo {
  width: 100%;
  max-width: 40px;
  margin: -10px auto;
}
@media (max-width: 375px) {
  .main-federation-logo,
  .mediaclub-full-logo {
    width: 90%;
  }
}
/*---------------------------*/

/*---------DOCUMENT----------*/

/*---------------------------*/

html {
  width: 100%;
  overflow-x: hidden;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: white;
}
body {
  min-height: 96vh;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  background: #f0f0f0;
  /*background-image: url("../Images/global_background_img_c.png");*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20%;
}
h1 {
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  background-color: #005a8c;
  color: white;
  text-transform: uppercase;
}
h2 {
  color: #006388;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  h2 {
    font-size: 0.9em;
  }
}
h3 {
  font-size: 1em;
  text-transform: uppercase;
}
h3#H3_Title {
  color: white;
}
.language-bar-main {
  background-color: #005a8c;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #005474;
  height: 56px;
}
.language-bar-main #RadComboCulture,
.language-bar-main #RadComboCulture_sm,
.language-bar-main .RadComboBox_Bootstrap {
  margin: 0 auto;
}
.language-bar-main #RadComboCulture,
.language-bar-main #RadComboCulture_sm,
.language-bar-main .RadComboBox_Bootstrap {
  margin: 0;
  padding-left: 0;
}
.language-bar-main #RadComboCulture .rcbInner,
.language-bar-main #RadComboCulture_sm .rcbInner,
.language-bar-main .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-main .RCB_Culture .t-font-icon {
  color: white !important;
}
.main-header-bar {
  background-color: #00002d;
}
/*.main-banner-wrapper {}*/

.main-header-bar .banner-img-cev {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.main-header-bar .banner-img {
  width: 90%;
  max-width: 300px;
  margin: 10px auto;
}
.full-logo {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 375px) {
  .full-logo {
    width: 90%;
    max-width: 300px;
  }
}
.mediaclub-full-logo {
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
}
@media (max-width: 375px) {
  .mediaclub-full-logo {
    width: 90%;
    max-width: 300px;
  }
}
.request-title {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 20px auto;
}
@media (max-width: 576px) {
  .request-title {
    font-size: 0.9em;
    margin: 10px auto;
  }
}
.select-request {
  display: block;
  margin: 20px auto;
}
header .title-bar {
  font-weight: 700;
  color: white;
  background-color: #c04c4c;
}
header .title-bar h1 {
  font-size: 1.4em;
  margin-top: 0.5rem;
}
header .title-bar h3 {
  font-size: 1.1em;
}
@media (min-width: 576px) {
  header .title-bar {
    padding: 0px 40px;
  }
}
main {
  background-color: white;
  border: 2px solid #cccccc;
}
.request-status {
  border: 1px solid #666666;
  padding: 10px;
  border-radius: 20px;
  margin-top: 30px;
  margin: 30px auto 40px auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.request-status .request-description {
  font-size: 1.2em;
  font-weight: 700;
}
.subtitle-wrapper {
  padding: 0;
}
.subtitle-wrapper p {
  padding: 0 16px;
}
.wrapper {
  background-color: white;
  padding: 10px;
}
@media (min-width: 992px) {
  .wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.subtitle {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  margin-bottom: 40px;
}
.subtitle h1 {
  background: url("../Images/hands_volunteers.png") no-repeat left center;
  padding-left: 40px;
}
.subtitle p {
  text-align: justify;
}
.main-functions {
  width: 100% !important;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}
.main-functions .rcbInner {
  background-color: #f0f0f0 !important;
  padding: 1px 2em 1px 10px !important;
}
.main-functions .rcbActionButton,
.main-functions .rcbFocused .rcbActionButton {
  background-image: none !important;
  background-color: inherit !important;
  border-color: #dddddd !important;
  padding: 1px;
}
.image-picture {
  border-color: #dddddd;
  border-width: 1px;
  border-style: solid;
}
.box .row {
  padding-bottom: 40px;
}
.box .row input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=submit]):not([name*=RCB]),
.box .row select {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
.box .row select {
  background-color: #f0f0f0;
}
.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;
}
.box .row .RadPicker td {
  vertical-align: top;
}
.box .row .RadPicker_Default:not(.RadDateTimePicker) {
  width: 100% !important;
  height: 30px;
  margin-bottom: 10px;
}
.box .row .RadPicker_Default:not(.RadDateTimePicker) .rcTable {
  width: 100% !important;
}
.box .row .RadPicker_Default:not(.RadDateTimePicker) .rcCalPopup,
.box .row .RadPicker_Default:not(.RadDateTimePicker) .rcTimePopup {
  background: url("../Images/calendar.png") no-repeat top right;
  height: 40px;
  width: 40px;
}
.box .row .RadPicker_Default:not(.RadDateTimePicker) .rcCalPopup:hover,
.box .row .RadPicker_Default:not(.RadDateTimePicker) .rcTimePopup:hover {
  background-position: top right;
}
.box .row .RadPicker_Default:not(.RadDateTimePicker) .riTextBox {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0 !important;
}
.box .row .checkbox-list {
  font-size: 0.9em;
}
.box .row .checkbox-list input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.box .row #DDL_EduCompletionYear {
  width: 80px;
}
.box .row .custom-validator {
  margin-top: 20px;
}
.box .row .picture > div {
  float: right;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.box .row .picture img.img-picture {
  display: block;
  background-color: #eeeeee;
  margin: 2px auto 10px auto;
}
.box .row .picture .btn-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}
.box .row .picture .btn-container #RAU_VolunteerPhoto,
.box .row .picture .btn-container #RAU_MediaPhoto,
.box .row .picture .btn-container #RAU_PersonPhoto {
  width: 22px;
  height: 22px;
}
.box .row .picture .btn-container #RAU_VolunteerPhoto .ruFileInput,
.box .row .picture .btn-container #RAU_MediaPhoto .ruFileInput,
.box .row .picture .btn-container #RAU_PersonPhoto .ruFileInput,
.box .row .picture .btn-container #RAU_VolunteerPhoto .ruFakeInput,
.box .row .picture .btn-container #RAU_MediaPhoto .ruFakeInput,
.box .row .picture .btn-container #RAU_PersonPhoto .ruFakeInput {
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
}
.box .row .picture .btn-container #RAU_VolunteerPhoto span.ruButton.ruBrowse,
.box .row .picture .btn-container #RAU_MediaPhoto span.ruButton.ruBrowse,
.box .row .picture .btn-container #RAU_PersonPhoto 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;
}
.box .row .picture .btn-container #RAU_VolunteerPhoto span.ruButton.ruBrowse:hover,
.box .row .picture .btn-container #RAU_MediaPhoto span.ruButton.ruBrowse:hover,
.box .row .picture .btn-container #RAU_PersonPhoto span.ruButton.ruBrowse:hover {
  animation: bounceout 4s linear;
  opacity: 0.8;
}
.box .row .picture .btn-container #RAU_VolunteerPhoto span.ruButton.ruBrowse:active,
.box .row .picture .btn-container #RAU_MediaPhoto span.ruButton.ruBrowse:active,
.box .row .picture .btn-container #RAU_PersonPhoto span.ruButton.ruBrowse:active,
.box .row .picture .btn-container #RAU_VolunteerPhoto span.ruButton.ruBrowsefocus,
.box .row .picture .btn-container #RAU_MediaPhoto span.ruButton.ruBrowsefocus,
.box .row .picture .btn-container #RAU_PersonPhoto span.ruButton.ruBrowsefocus {
  background: #2e8358;
}
.box .row .picture .btn-container #RAU_VolunteerPhoto span.ruUploadProgress,
.box .row .picture .btn-container #RAU_MediaPhoto span.ruUploadProgress,
.box .row .picture .btn-container #RAU_PersonPhoto span.ruUploadProgress,
.box .row .picture .btn-container #RAU_VolunteerPhoto span.ruButton.ruRemove,
.box .row .picture .btn-container #RAU_MediaPhoto span.ruButton.ruRemove,
.box .row .picture .btn-container #RAU_PersonPhoto span.ruButton.ruRemove {
  display: none;
}
.box .row .picture .btn-container a {
  height: 22px;
}
.box .row .picture .btn-container a img {
  /*display:inline-block;*/
  width: 18px;
  height: 18px;
  background-color: transparent;
}
.box .row .spoken-languages {
  width: 100% !important;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}
.box .row .spoken-languages .rcbInner {
  background-color: #f0f0f0 !important;
  padding: 1px 2em 1px 10px !important;
}
.box .row .spoken-languages .rcbActionButton,
.box .row .spoken-languages .rcbFocused .rcbActionButton {
  background-image: none !important;
  background-color: inherit !important;
  border-color: #dddddd !important;
  padding: 1px;
}
.box .row .radcombobox {
  width: 100% !important;
  background-color: #f0f0f0;
  height: 24px;
  margin-bottom: 0 !important;
}
.box .row .radcombobox .rcbInner {
  background-color: #f0f0f0 !important;
  padding: 1px 2em 1px 10px !important;
}
.box .row .radcombobox .rcbActionButton,
.box .row .radcombobox .rcbFocused .rcbActionButton {
  background-image: none !important;
  background-color: inherit !important;
  border-color: #dddddd !important;
  padding: 1px;
}
.box .row div.deliver {
  padding-top: 20px;
  font-size: 0.9em;
}
.box .row div.deliver span {
  display: inline !important;
}
#preferences p {
  font-weight: 700;
  font-size: 1.2em;
}
#preferences label {
  display: inline;
}
#badge-information div[class*=col] {
  margin-bottom: 10px;
}
#badge-information .row {
  padding-bottom: 20px;
}
#badge-information .panels .RadAjaxPanel,
#badge-information .special-card-panel {
  padding: 8px;
  border: 1px solid #dddddd;
}
#badge-information .panels .RadAjaxPanel table,
#badge-information .special-card-panel table {
  width: 100%;
}
#badge-information .panels .RadAjaxPanel .checkbox-list,
#badge-information .special-card-panel .checkbox-list {
  font-size: 0.9em;
}
#badge-information .panels .RadAjaxPanel .checkbox-list input,
#badge-information .special-card-panel .checkbox-list input {
  margin-right: 4px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
#badge-information .panels .RadAjaxPanel .checkbox-list label,
#badge-information .special-card-panel .checkbox-list label {
  display: inline;
}
#RAU_VolunteerCV span.ruFakeInput,
.ruSelectWrap span.ruFakeInput,
#RAU_VolunteerCV span.ruButton.ruBrowse,
.ruSelectWrap span.ruButton.ruBrowse {
  height: 32px;
}
#RAU_VolunteerCV span.ruButton,
.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;
  cursor: pointer;
  outline: 0;
  transition: 0.2s;
}
#RAU_VolunteerCV span.ruButton:hover,
.ruSelectWrap span.ruButton:hover {
  background-color: #e1e1e1;
}
#RAU_VolunteerCV span.ruButton:active,
.ruSelectWrap span.ruButton:active,
#RAU_VolunteerCV span.ruButtonfocus,
.ruSelectWrap span.ruButtonfocus {
  background-color: #cccccc;
}
.privacy-container {
  padding-top: 40px;
  padding-bottom: 20px;
}
.privacy-container label {
  display: inline;
}
.terms-container {
  padding-bottom: 20px;
}
.terms-container label {
  display: inline;
}
.button-container {
  padding-bottom: 40px;
}
.modal p {
  text-align: justify;
}
.footer {
  margin: 10px auto;
}
.footer img {
  max-width: 130px;
}
@media (min-width: 992px) {
  .main-container {
    width: 80%;
  }
}
.ruUploadProgress {
  max-width: 120px;
}
/*--------------------------------*/

/*--------VOLUNTEER SECTION-------*/

/*--------------------------------*/

#volunteer header .title-bar {
  background-color: #c04c4c;
}
/*--------------------------------*/

/*----------MEDIA SECTION---------*/

/*--------------------------------*/

#media header .title-bar {
  background-color: #009ed8;
}
.CB_AddEntity label {
  padding-left: 10px;
}
.special-card-panel {
  padding: 8px;
  border: 1px solid #dddddd;
}
.special-card-panel table {
  width: 100%;
}
.special-card-panel .checkbox-list {
  font-size: 0.9em;
}
.special-card-panel .checkbox-list input {
  margin-right: 4px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
.special-card-panel .checkbox-list label {
  display: inline;
}
/*-------------------------------------------------------------------------------------*/

/*----------------------------------MAIN FREE REQUEST----------------------------------*/

/*-------------------------------------------------------------------------------------*/

.mainfreerequest .wrapper {
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mainfreerequest .wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.mainfreerequest h2.h2-bar {
  text-align: center;
  margin-bottom: 20px;
  /*color: #006388;padding: 10px 10px 10px 20px;background-color: #dbf0f79c;margin-left: -20px;margin-right: -20px;margin-bottom:20px;background-color:#777;color:#fff;*/

}
.mainfreerequest .box .row {
  padding: 0;
}
.mainfreerequest #DIV_Functions {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mainfreerequest .main-box {
  background-color: white;
  padding: 40px 20px 40px 20px;
  border-top: 1px #eeeeee solid;
  border-bottom: 1px #eeeeee solid;
}
.mainfreerequest .alternate-box {
  background-color: #f8f8f8;
  padding: 40px 20px 40px 20px;
  border-top: 1px #eeeeee solid;
  border-bottom: 1px #eeeeee solid;
}
.mainfreerequest .list-main {
  display: flex;
  flex-direction: row;
  line-height: 1;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 auto;
}
.mainfreerequest .list-main input {
  margin: 0 !important;
}
.mainfreerequest .list-main .list-col:nth-child(1) {
  flex-basis: 50px;
}
.mainfreerequest .list-main .list-col:nth-child(2) {
  flex-grow: 1;
}
