@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;
}
.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;
}
.header-bar {
  background-color: #006388;
  color: white;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
  width: 100%;
}
.header-bar .submenu ul {
  list-style: none;
  margin: 0;
}
.header-bar .submenu ul li img {
  transition: all 0.6s ease;
}
.header-bar .submenu ul li:hover img {
  transform: rotate3d(0, 1, 0, 180deg);
}
.header-bar .submenu ul li:hover > ul {
  display: block;
}
.header-bar .submenu ul input {
  background-color: #f0f0f0;
  color: #006388;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.5s ease;
}
.header-bar .submenu ul input:hover {
  color: #cccccc;
}
@media (min-width: 768px) {
  .header-bar .submenu ul input {
    background-color: #006387;
    color: white;
  }
}
.header-bar .submenu ul ul {
  z-index: 1;
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
  border-radius: 4px;
  background-color: #f0f0f0;
  right: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .header-bar .submenu ul ul {
    background-color: #006387;
    /*top:62px;*/
    right: 76px;
  }
}
@media (min-width: 992px) {
  .header-bar .submenu ul ul {
    /*top:62px;*/
    right: 0;
  }
}
.header-bar .submenu ul ul li {
  cursor: pointer;
  padding: 0 1em 10px 1em;
}
.header-bar .submenu ul ul li:hover > * {
  color: #cccccc;
}
.header-bar .submenu ul ul li:first-child {
  padding-top: 20px;
}
.header-bar .submenu ul ul li:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dddddd;
}
.header-bar .submenu ul ul li:last-child > * {
  font-weight: 700;
}
.header-bar .submenu ul ul li > * {
  transition: all 0.5s ease;
  padding: 0 6px;
  color: #006387;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header-bar .submenu ul ul li > * {
    color: white;
  }
}
.header-bar .event > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  /*max-height: 32px;*/
  /*background-color: darken(@background_color_eventorganizer,2%);
            border-radius: 6px;*/
  max-height: 32px;
  height: 32px;
  border: 0px solid transparent;
  /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/

}
.header-bar .event > div span {
  transition: all 0.4s ease;
  /*cursor:pointer;*/
  text-align: center;
}
.header-bar .event > div:hover {
  overflow: visible;
  height: auto;
  min-height: 32px;
}
.header-bar .event > div:hover span {
  background-color: #006387;
  color: white;
  z-index: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (min-width: 768px) {
  .header-bar .event > div {
    height: 36px;
    max-height: 36px;
  }
  .header-bar .event > div:hover {
    min-height: 36px;
  }
}
.header-bar .col-bar {
  flex: 0 1 auto;
}
.header-bar .col-bar:nth-child(1) {
  flex: 0 1 20%;
  order: 1;
  text-align: left;
  padding-left: 8px;
  margin-right: 0;
  margin-bottom: 16px;
}
.header-bar .col-bar:nth-child(1) img {
  max-width: 100%;
  height: 44px;
  width: auto;
}
.header-bar .col-bar:nth-child(2) {
  flex: 0 1 60%;
  order: 2;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
.header-bar .col-bar:nth-child(3) {
  flex: 0 1 20%;
  order: 3;
  text-align: right;
  padding-right: 8px;
  margin-left: 0;
  margin-bottom: 0.5em;
}
.header-bar .col-bar:nth-child(3) .full-logo {
  display: none;
}
.header-bar .col-bar:nth-child(3) .icon-logo {
  display: inline;
  width: 40px;
  height: auto;
}
.header-bar .col-bar:nth-child(4) {
  flex: 0 1 100%;
  order: 3;
  z-index: 1;
  text-align: right;
  padding-right: 1em;
  margin-left: 62px;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 0px solid transparent;
  border-bottom: 2px solid #006388;
}
.header-bar .col-bar:nth-child(4) > div {
  display: inline;
}
.header-bar .col-bar:nth-child(4) img,
.header-bar .col-bar:nth-child(4) svg {
  width: 40px;
  margin-left: 6px;
  height: 40px;
}
.header-bar .col-bar:nth-child(4) .user {
  display: none;
}
.header-bar .col-bar:nth-child(4) .user-mobile {
  display: inline;
}
.header-bar a:hover {
  text-decoration: none;
}
.header-bar .account-wrapper {
  text-align: right;
  display: inline-flex;
}
.header-bar .account-wrapper img {
  order: 2;
}
.header-bar .account-wrapper .account-name {
  order: 1;
  display: inline;
  text-align: right;
  color: #006388;
  font-weight: 400;
  padding-top: 6px;
  overflow: hidden;
  max-width: 160px;
  font-size: 0.9em;
}
@media (min-width: 375px) {
  .header-bar .account-wrapper .account-name {
    max-width: 190px;
    font-size: 1em;
  }
}
@media (min-width: 425px) {
  .header-bar.header-bar {
    padding-top: 10px;
  }
  .header-bar .col-bar {
    flex: 0 1 auto;
  }
  .header-bar .col-bar:nth-child(1) {
    flex: 0 1 20%;
    order: 1;
    text-align: left;
    padding-left: 1em;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .header-bar .col-bar:nth-child(1) img {
    height: 45px;
    max-width: 100%;
    width: auto;
  }
  .header-bar .col-bar:nth-child(2) {
    flex: 0 1 60%;
    order: 2;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
  .header-bar .col-bar:nth-child(3) {
    flex: 0 1 20%;
    order: 3;
    text-align: right;
    padding-right: 1em;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
  .header-bar .col-bar:nth-child(3) .full-logo {
    display: none;
  }
  .header-bar .col-bar:nth-child(3) .icon-logo {
    display: inline;
    width: 46px;
    height: auto;
  }
  .header-bar .col-bar:nth-child(4) {
    flex: 0 1 100%;
    order: 3;
    z-index: 1;
    text-align: right;
    padding-right: 1em;
    margin-left: 62px;
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 0px solid transparent;
    border-bottom: 2px solid #006388;
  }
  .header-bar .col-bar:nth-child(4) > div {
    display: inline;
  }
  .header-bar .col-bar:nth-child(4) img,
  .header-bar .col-bar:nth-child(4) svg {
    width: 40px;
    margin-left: 6px;
  }
}
@media (min-width: 768px) {
  .header-bar {
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
  .header-bar .col-bar {
    margin: 0;
  }
  .header-bar .col-bar:nth-child(1) {
    flex: 0 1 20%;
    order: 1;
    margin-bottom: 0;
  }
  .header-bar .col-bar:nth-child(1) img {
    height: 56px;
    max-width: 100%;
    width: auto;
  }
  .header-bar .col-bar:nth-child(2) {
    flex: 0 1 60%;
    order: 2;
    font-size: 1em;
    margin-bottom: 0;
  }
  .header-bar .col-bar:nth-child(3) {
    order: 4;
    flex: 0 1 10%;
    margin-bottom: 0;
  }
  .header-bar .col-bar:nth-child(4) {
    flex: 0 1 10%;
    order: 3;
    background-color: #006388;
    margin-left: 0;
  }
  .header-bar .col-bar:nth-child(4) .user {
    display: inline;
  }
  .header-bar .col-bar:nth-child(4) .user-mobile {
    display: none;
  }
  .header-bar .col-bar:nth-child(4) .account-name {
    color: white;
  }
}
@media (min-width: 992px) {
  .header-bar {
    flex-wrap: wrap;
  }
  .header-bar .col-bar {
    margin: 0;
  }
  .header-bar .col-bar:nth-child(1) {
    flex: 0 1 30%;
    order: 1;
    margin-bottom: 0;
  }
  .header-bar .col-bar:nth-child(1) img {
    height: 70px;
    max-width: 100%;
    width: auto;
  }
  .header-bar .col-bar:nth-child(2) {
    margin: 0 auto;
    flex: 0 1 60%;
    order: 4;
    margin-bottom: 0;
    font-size: 1em;
    text-align: left;
  }
  .header-bar .col-bar:nth-child(3) {
    order: 2;
    flex: 0 1 40%;
    margin-bottom: 0;
    text-align: center;
  }
  .header-bar .col-bar:nth-child(3) .icon-logo {
    display: none;
  }
  .header-bar .col-bar:nth-child(3) .full-logo {
    display: inline;
    height: auto;
    max-width: 260px;
  }
  .header-bar .col-bar:nth-child(4) {
    flex: 0 1 30%;
    order: 3;
    padding-right: 1em;
  }
}
.aspNetDisabled {
  cursor: default;
  color: #cccccc !important;
}
#events-list #RadComboCulture,
#error-page #RadComboCulture,
#MergeSimilarPersons #RadComboCulture,
.lang-selector #RadComboCulture,
.main-wrapper #RadComboCulture,
#events-list #RadComboCulture_sm,
#error-page #RadComboCulture_sm,
#MergeSimilarPersons #RadComboCulture_sm,
.lang-selector #RadComboCulture_sm,
.main-wrapper #RadComboCulture_sm,
#events-list .RadComboBox_Bootstrap,
#error-page .RadComboBox_Bootstrap,
#MergeSimilarPersons .RadComboBox_Bootstrap,
.lang-selector .RadComboBox_Bootstrap,
.main-wrapper .RadComboBox_Bootstrap {
  margin: 0 auto;
}
#events-list #RadComboCulture .rcbInner,
#error-page #RadComboCulture .rcbInner,
#MergeSimilarPersons #RadComboCulture .rcbInner,
.lang-selector #RadComboCulture .rcbInner,
.main-wrapper #RadComboCulture .rcbInner,
#events-list #RadComboCulture_sm .rcbInner,
#error-page #RadComboCulture_sm .rcbInner,
#MergeSimilarPersons #RadComboCulture_sm .rcbInner,
.lang-selector #RadComboCulture_sm .rcbInner,
.main-wrapper #RadComboCulture_sm .rcbInner,
#events-list .RadComboBox_Bootstrap .rcbInputCell,
#error-page .RadComboBox_Bootstrap .rcbInputCell,
#MergeSimilarPersons .RadComboBox_Bootstrap .rcbInputCell,
.lang-selector .RadComboBox_Bootstrap .rcbInputCell,
.main-wrapper .RadComboBox_Bootstrap .rcbInputCell {
  border-radius: 14px !important;
  padding: 4px 8px !important;
  border: 1px solid white !important;
}
#events-list .col-bar,
#error-page .col-bar,
#MergeSimilarPersons .col-bar,
.lang-selector .col-bar,
.main-wrapper .col-bar {
  flex: 0 1 auto;
}
#events-list .col-bar:nth-child(1),
#error-page .col-bar:nth-child(1),
#MergeSimilarPersons .col-bar:nth-child(1),
.lang-selector .col-bar:nth-child(1),
.main-wrapper .col-bar:nth-child(1) {
  flex: 0 1 50%;
  order: 1;
  text-align: left;
  padding-left: 1em;
  margin-right: 0;
  margin-bottom: 0.5em;
}
#events-list .col-bar:nth-child(1) img,
#error-page .col-bar:nth-child(1) img,
#MergeSimilarPersons .col-bar:nth-child(1) img,
.lang-selector .col-bar:nth-child(1) img,
.main-wrapper .col-bar:nth-child(1) img {
  height: 44px;
  max-width: 100%;
  width: auto;
}
#events-list .col-bar:nth-child(2),
#error-page .col-bar:nth-child(2),
#MergeSimilarPersons .col-bar:nth-child(2),
.lang-selector .col-bar:nth-child(2),
.main-wrapper .col-bar:nth-child(2) {
  flex: 0 1 0%;
  order: 2;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  /*div { 
                    display:inline;
                    border:1px solid #fff;
                    border-radius: 14px;
                    padding:4px 8px;
                    font-size:.9em;
                }
                #RadComboCulture, #RadComboCulture_sm, .RadComboBox_Bootstrap {margin: 0;padding-left:0;}
                #RadComboCulture .rcbInner, #RadComboCulture_sm .rcbInner, .RadComboBox_Bootstrap .rcbInputCell{
                    border-radius: 14px!important;
                    padding: 4px 8px!important;
                    border: 1px solid @background_color_eventorganizer!important;
                    color:@background_color_eventorganizer!important;
                }
                .RCB_Culture .t-font-icon {color:@background_color_eventorganizer!important;}
                .RadComboBox_Bootstrap{border:none !important;}*/

}
#events-list .col-bar:nth-child(3),
#error-page .col-bar:nth-child(3),
#MergeSimilarPersons .col-bar:nth-child(3),
.lang-selector .col-bar:nth-child(3),
.main-wrapper .col-bar:nth-child(3) {
  flex: 0 1 50%;
  order: 3;
  text-align: right;
  padding-right: 1em;
  margin-left: 0;
  margin-bottom: 0.5em;
}
#events-list .col-bar:nth-child(3) .full-logo,
#error-page .col-bar:nth-child(3) .full-logo,
#MergeSimilarPersons .col-bar:nth-child(3) .full-logo,
.lang-selector .col-bar:nth-child(3) .full-logo,
.main-wrapper .col-bar:nth-child(3) .full-logo {
  display: none;
}
#events-list .col-bar:nth-child(3) .icon-logo,
#error-page .col-bar:nth-child(3) .icon-logo,
#MergeSimilarPersons .col-bar:nth-child(3) .icon-logo,
.lang-selector .col-bar:nth-child(3) .icon-logo,
.main-wrapper .col-bar:nth-child(3) .icon-logo {
  display: inline;
  width: 40px;
  height: auto;
}
#events-list .col-bar:nth-child(4),
#error-page .col-bar:nth-child(4),
#MergeSimilarPersons .col-bar:nth-child(4),
.lang-selector .col-bar:nth-child(4),
.main-wrapper .col-bar:nth-child(4) {
  flex: 0 1 100%;
  order: 4;
  z-index: 1;
  text-align: right;
  padding-right: 1em;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 0px solid transparent;
  border-bottom: 2px solid #006388;
}
#events-list .col-bar:nth-child(4) > div,
#error-page .col-bar:nth-child(4) > div,
#MergeSimilarPersons .col-bar:nth-child(4) > div,
.lang-selector .col-bar:nth-child(4) > div,
.main-wrapper .col-bar:nth-child(4) > div {
  display: inline;
}
#events-list .col-bar:nth-child(4) img,
#error-page .col-bar:nth-child(4) img,
#MergeSimilarPersons .col-bar:nth-child(4) img,
.lang-selector .col-bar:nth-child(4) img,
.main-wrapper .col-bar:nth-child(4) img,
#events-list .col-bar:nth-child(4) svg,
#error-page .col-bar:nth-child(4) svg,
#MergeSimilarPersons .col-bar:nth-child(4) svg,
.lang-selector .col-bar:nth-child(4) svg,
.main-wrapper .col-bar:nth-child(4) svg {
  width: 41px;
  margin-left: 6px;
}
#events-list .col-bar:nth-child(4) .user,
#error-page .col-bar:nth-child(4) .user,
#MergeSimilarPersons .col-bar:nth-child(4) .user,
.lang-selector .col-bar:nth-child(4) .user,
.main-wrapper .col-bar:nth-child(4) .user {
  display: none;
}
#events-list .col-bar:nth-child(4) .user-mobile,
#error-page .col-bar:nth-child(4) .user-mobile,
#MergeSimilarPersons .col-bar:nth-child(4) .user-mobile,
.lang-selector .col-bar:nth-child(4) .user-mobile,
.main-wrapper .col-bar:nth-child(4) .user-mobile {
  display: inline;
}
@media (min-width: 425px) {
  #events-list.header-bar,
  #error-page.header-bar,
  #MergeSimilarPersons.header-bar,
  .lang-selector.header-bar,
  .main-wrapper.header-bar {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  #events-list,
  #error-page,
  #MergeSimilarPersons,
  .lang-selector,
  .main-wrapper {
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
  #events-list .col-bar,
  #error-page .col-bar,
  #MergeSimilarPersons .col-bar,
  .lang-selector .col-bar,
  .main-wrapper .col-bar {
    margin: 0;
  }
  #events-list .col-bar:nth-child(1),
  #error-page .col-bar:nth-child(1),
  #MergeSimilarPersons .col-bar:nth-child(1),
  .lang-selector .col-bar:nth-child(1),
  .main-wrapper .col-bar:nth-child(1) {
    flex: 0 1 20%;
    order: 1;
  }
  #events-list .col-bar:nth-child(1) img,
  #error-page .col-bar:nth-child(1) img,
  #MergeSimilarPersons .col-bar:nth-child(1) img,
  .lang-selector .col-bar:nth-child(1) img,
  .main-wrapper .col-bar:nth-child(1) img {
    height: 56px;
    max-width: 100%;
    width: auto;
  }
  #events-list .col-bar:nth-child(2),
  #error-page .col-bar:nth-child(2),
  #MergeSimilarPersons .col-bar:nth-child(2),
  .lang-selector .col-bar:nth-child(2),
  .main-wrapper .col-bar:nth-child(2) {
    flex: 0 1 60%;
    order: 2;
    font-size: 1em;
    background-color: #006388;
  }
  #events-list .col-bar:nth-child(2) #RadComboCulture,
  #error-page .col-bar:nth-child(2) #RadComboCulture,
  #MergeSimilarPersons .col-bar:nth-child(2) #RadComboCulture,
  .lang-selector .col-bar:nth-child(2) #RadComboCulture,
  .main-wrapper .col-bar:nth-child(2) #RadComboCulture,
  #events-list .col-bar:nth-child(2) #RadComboCulture_sm,
  #error-page .col-bar:nth-child(2) #RadComboCulture_sm,
  #MergeSimilarPersons .col-bar:nth-child(2) #RadComboCulture_sm,
  .lang-selector .col-bar:nth-child(2) #RadComboCulture_sm,
  .main-wrapper .col-bar:nth-child(2) #RadComboCulture_sm,
  #events-list .col-bar:nth-child(2) .RadComboBox_Bootstrap,
  #error-page .col-bar:nth-child(2) .RadComboBox_Bootstrap,
  #MergeSimilarPersons .col-bar:nth-child(2) .RadComboBox_Bootstrap,
  .lang-selector .col-bar:nth-child(2) .RadComboBox_Bootstrap,
  .main-wrapper .col-bar:nth-child(2) .RadComboBox_Bootstrap {
    margin: 0;
    padding-left: 0;
  }
  #events-list .col-bar:nth-child(2) #RadComboCulture .rcbInner,
  #error-page .col-bar:nth-child(2) #RadComboCulture .rcbInner,
  #MergeSimilarPersons .col-bar:nth-child(2) #RadComboCulture .rcbInner,
  .lang-selector .col-bar:nth-child(2) #RadComboCulture .rcbInner,
  .main-wrapper .col-bar:nth-child(2) #RadComboCulture .rcbInner,
  #events-list .col-bar:nth-child(2) #RadComboCulture_sm .rcbInner,
  #error-page .col-bar:nth-child(2) #RadComboCulture_sm .rcbInner,
  #MergeSimilarPersons .col-bar:nth-child(2) #RadComboCulture_sm .rcbInner,
  .lang-selector .col-bar:nth-child(2) #RadComboCulture_sm .rcbInner,
  .main-wrapper .col-bar:nth-child(2) #RadComboCulture_sm .rcbInner,
  #events-list .col-bar:nth-child(2) .RadComboBox_Bootstrap .rcbInputCell,
  #error-page .col-bar:nth-child(2) .RadComboBox_Bootstrap .rcbInputCell,
  #MergeSimilarPersons .col-bar:nth-child(2) .RadComboBox_Bootstrap .rcbInputCell,
  .lang-selector .col-bar:nth-child(2) .RadComboBox_Bootstrap .rcbInputCell,
  .main-wrapper .col-bar:nth-child(2) .RadComboBox_Bootstrap .rcbInputCell {
    border-radius: 14px !important;
    padding: 4px 8px !important;
    border: 1px solid white !important;
    color: white !important;
  }
  #events-list .col-bar:nth-child(2) .RCB_Culture .t-font-icon,
  #error-page .col-bar:nth-child(2) .RCB_Culture .t-font-icon,
  #MergeSimilarPersons .col-bar:nth-child(2) .RCB_Culture .t-font-icon,
  .lang-selector .col-bar:nth-child(2) .RCB_Culture .t-font-icon,
  .main-wrapper .col-bar:nth-child(2) .RCB_Culture .t-font-icon {
    color: white !important;
  }
  #events-list .col-bar:nth-child(3),
  #error-page .col-bar:nth-child(3),
  #MergeSimilarPersons .col-bar:nth-child(3),
  .lang-selector .col-bar:nth-child(3),
  .main-wrapper .col-bar:nth-child(3) {
    order: 4;
    flex: 0 1 10%;
    margin-bottom: 0;
  }
  #events-list .col-bar:nth-child(4),
  #error-page .col-bar:nth-child(4),
  #MergeSimilarPersons .col-bar:nth-child(4),
  .lang-selector .col-bar:nth-child(4),
  .main-wrapper .col-bar:nth-child(4) {
    flex: 0 1 10%;
    order: 3;
    background-color: #006388;
    margin-left: 0;
  }
  #events-list .col-bar:nth-child(4) .user,
  #error-page .col-bar:nth-child(4) .user,
  #MergeSimilarPersons .col-bar:nth-child(4) .user,
  .lang-selector .col-bar:nth-child(4) .user,
  .main-wrapper .col-bar:nth-child(4) .user {
    display: inline;
  }
  #events-list .col-bar:nth-child(4) .user-mobile,
  #error-page .col-bar:nth-child(4) .user-mobile,
  #MergeSimilarPersons .col-bar:nth-child(4) .user-mobile,
  .lang-selector .col-bar:nth-child(4) .user-mobile,
  .main-wrapper .col-bar:nth-child(4) .user-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  #events-list,
  #error-page,
  #MergeSimilarPersons,
  .lang-selector,
  .main-wrapper {
    flex-wrap: nowrap;
  }
  #events-list .col-bar,
  #error-page .col-bar,
  #MergeSimilarPersons .col-bar,
  .lang-selector .col-bar,
  .main-wrapper .col-bar {
    margin: 0;
  }
  #events-list .col-bar:nth-child(1),
  #error-page .col-bar:nth-child(1),
  #MergeSimilarPersons .col-bar:nth-child(1),
  .lang-selector .col-bar:nth-child(1),
  .main-wrapper .col-bar:nth-child(1) {
    flex: 0 1 10%;
    order: 1;
    margin-bottom: 0;
  }
  #events-list .col-bar:nth-child(1) img,
  #error-page .col-bar:nth-child(1) img,
  #MergeSimilarPersons .col-bar:nth-child(1) img,
  .lang-selector .col-bar:nth-child(1) img,
  .main-wrapper .col-bar:nth-child(1) img {
    height: 70px;
    max-width: 100%;
    width: auto;
  }
  #events-list .col-bar:nth-child(2),
  #error-page .col-bar:nth-child(2),
  #MergeSimilarPersons .col-bar:nth-child(2),
  .lang-selector .col-bar:nth-child(2),
  .main-wrapper .col-bar:nth-child(2) {
    flex: 0 1 20%;
    order: 2;
    margin-bottom: 0;
    font-size: 1em;
    text-align: left;
  }
  #events-list .col-bar:nth-child(3),
  #error-page .col-bar:nth-child(3),
  #MergeSimilarPersons .col-bar:nth-child(3),
  .lang-selector .col-bar:nth-child(3),
  .main-wrapper .col-bar:nth-child(3) {
    order: 3;
    flex: 0 1 40%;
    margin-bottom: 0;
    text-align: center;
  }
  #events-list .col-bar:nth-child(3) .icon-logo,
  #error-page .col-bar:nth-child(3) .icon-logo,
  #MergeSimilarPersons .col-bar:nth-child(3) .icon-logo,
  .lang-selector .col-bar:nth-child(3) .icon-logo,
  .main-wrapper .col-bar:nth-child(3) .icon-logo {
    display: none;
  }
  #events-list .col-bar:nth-child(3) .full-logo,
  #error-page .col-bar:nth-child(3) .full-logo,
  #MergeSimilarPersons .col-bar:nth-child(3) .full-logo,
  .lang-selector .col-bar:nth-child(3) .full-logo,
  .main-wrapper .col-bar:nth-child(3) .full-logo {
    display: inline;
    height: auto;
    max-width: 260px;
  }
  #events-list .col-bar:nth-child(4),
  #error-page .col-bar:nth-child(4),
  #MergeSimilarPersons .col-bar:nth-child(4),
  .lang-selector .col-bar:nth-child(4),
  .main-wrapper .col-bar:nth-child(4) {
    flex: 0 1 30%;
    order: 4;
    padding-right: 1em;
  }
}
.arabic .col-bar:nth-child(4) {
  text-align: left;
  padding-left: 1em;
  margin-right: 62px;
  margin-left: 0;
  border-right: 0px solid transparent;
}
.arabic .col-bar:nth-child(4) img,
.arabic .col-bar:nth-child(4) svg {
  margin-left: 0;
  margin-right: 6px;
}
.arabic .col-bar.submenu ul ul {
  right: unset;
  left: 0;
}
@media (min-width: 768px) {
  .arabic .col-bar.submenu ul ul {
    background-color: #006387;
    left: 60px;
  }
}
@media (min-width: 992px) {
  .arabic .col-bar.submenu ul ul {
    right: unset;
    left: 0;
  }
}
@media (min-width: 425px) {
  .arabic .col-bar:nth-child(1) {
    text-align: right;
    padding-left: 0;
    padding-right: 1em;
    margin-left: 0;
  }
  .arabic .col-bar:nth-child(3) {
    text-align: left;
    padding-right: 0;
    padding-left: 1em;
    margin-right: 0;
  }
  .arabic .col-bar:nth-child(4) {
    text-align: left;
    padding-right: 0;
    padding-left: 1em;
    margin-right: 62px;
  }
}
@media (min-width: 768px) {
  .arabic .col-bar:nth-child(4) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .arabic .col-bar:nth-child(3) {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .t-ie.t-ie11 .header-bar .submenu {
    min-width: 200px;
    flex: 0 1 auto !important;
  }
}
@media (max-width: 399px) {
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(1) {
    flex: auto;
    min-width: 20%;
    max-width: 20%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(2) {
    flex: auto;
    min-width: 60%;
    max-width: 60%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(3) {
    flex: auto;
    min-width: 20%;
    max-width: 20%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(4) {
    flex: auto;
    min-width: 85%;
    max-width: 85%;
  }
}
@media (min-width: 400px) and (max-width: 549px) {
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(1) {
    min-width: 20%;
    max-width: 20%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(2) {
    min-width: 60%;
    max-width: 60%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(3) {
    min-width: 20%;
    max-width: 20%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(4) {
    min-width: 88%;
    max-width: 88%;
  }
}
@media (min-width: 550px) and (max-width: 599px) {
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(1) {
    min-width: 20%;
    max-width: 20%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(2) {
    min-width: 60%;
    max-width: 60%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(3) {
    min-width: 20%;
    max-width: 20%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(4) {
    min-width: 90%;
    max-width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(1) {
    min-width: 20%;
    max-width: 20%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(2) {
    min-width: 60%;
    max-width: 60%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(3) {
    min-width: 20%;
    max-width: 20%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(4) {
    min-width: 92%;
    max-width: 92%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(1) {
    min-width: 10%;
    max-width: 10%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(2) {
    min-width: 54%;
    max-width: 60%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(4) {
    min-width: 200px;
    flex: 0 1 auto !important;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(3) {
    min-width: 10%;
    max-width: 10%;
  }
}
@media (min-width: 992px) {
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(1) {
    min-width: 30%;
    max-width: 30%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(2) {
    min-width: 60%;
    max-width: 60%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(3) {
    min-width: 40%;
    max-width: 40%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(4) {
    min-width: 30%;
    max-width: 30%;
  }
}
@media (min-width: 1200px) {
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(1) {
    flex: 0 1 28%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(2) {
    flex: 0 1 60%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(3) {
    flex: 0 1 40%;
  }
  .t-ie.t-ie11 .header-bar .col-bar:nth-child(4) {
    flex: 0 1 29%;
  }
}
@media (max-width: 767px) {
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(1) {
    flex: auto;
    min-width: 50%;
    max-width: 50%;
  }
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(2) {
    display: none;
  }
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(3) {
    flex: auto;
    min-width: 50%;
    max-width: 50%;
  }
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(4) {
    flex: auto;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(1) {
    flex: auto;
    min-width: 64%;
    max-width: 64%;
  }
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(2) {
    display: none;
  }
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(3) {
    min-width: 10%;
    max-width: 10%;
  }
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(4) {
    min-width: 200px;
    flex: 0 1 auto;
  }
}
@media (min-width: 992px) {
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(1),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(1) {
    flex: auto;
    min-width: 20%;
    max-width: 20%;
  }
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(2),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(2) {
    display: none;
  }
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(3),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(3) {
    min-width: 60%;
    max-width: 60%;
    padding-right: 0;
  }
  .t-ie.t-ie11 #events-list .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 #error-page .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 #MergeSimilarPersons .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 .lang-selector .header-bar .col-bar:nth-child(4),
  .t-ie.t-ie11 .main-wrapper .header-bar .col-bar:nth-child(4) {
    min-width: 20%;
    max-width: 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;
  }
}
.filters {
  text-align: center;
}
.filters .search {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .filters .search {
    margin-top: initial;
    margin-bottom: initial;
  }
}
.filters label {
  display: inline-block;
}
.filters input:not(.rcbInput):not([type=radio]):not([type=image]):not([type=submit]):not([type=checkbox]),
.filters select {
  width: 100%;
  /*height:30px;*/
  height: 36px;
  padding: 4px 2px 4px 10px;
}
.filters table {
  width: 100%;
}
.filters div.spoken-languages {
  width: 100% !important;
}
.filters div {
  padding-bottom: 4px;
}
.filters input[type=radio],
.filters input[type=checkbox] {
  margin-right: 4px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.filters input[type=radio]:hover,
.filters input[type=checkbox]:hover {
  opacity: 0.8;
}
.filters .btn {
  outline: none;
  box-shadow: none;
  /*width:30px;*/
  width: 34px;
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
  transition: all 0.3s ease;
}
.filters .btn.btn-search {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
  background: url(../Images/search.svg) no-repeat 100% 100% !important;
  -webkit-mask: url("../Images/search.svg") no-repeat 100% 100%;
  mask: url("../Images/search.svg") no-repeat 100% 100%;
  background-color: #666666;
}
.filters .btn.btn-search:hover {
  transform: rotate(135deg);
  opacity: 0.8;
  /*transform: rotate3d(0,1,0,180deg);*/
  background-color: #006387;
}
.filters .btn.btn-reset {
  background: url(../Images/reset.svg) no-repeat 100% 100% !important;
  -webkit-mask: url("/Images/reset.svg") no-repeat 100% 100%;
  mask: url("/Images/reset.svg") no-repeat 100% 100%;
  background-color: #666666;
}
.filters .btn.btn-reset:hover {
  transform: rotate(90deg);
  opacity: 0.8;
  /*transform: rotate3d(0,1,0,180deg);*/
  background-color: #006387;
}
.filters .btn.btn-search:active,
.filters .btn.btn-search:focus {
  opacity: 1;
}
.filters .btn.btn-reset:active,
.filters .btn.btn-search:focus {
  opacity: 1;
}
.filters .button-div {
  align-self: flex-end;
}
.filters .button-div .management-btn {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #41b87b;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.9em;
  min-width: 100px;
  margin-top: 10px;
}
.filters .button-div .management-btn.btn-bigger {
  padding: 4px 16px;
}
.filters .button-div .management-btn:hover {
  background-color: #349262;
}
.filters .button-div .management-btn:active,
.filters .button-div .management-btnfocus {
  background-color: #2e8358;
}
.filters .categories {
  display: inline-grid;
  grid-template-columns: 90% auto;
  align-items: center;
}
.filters .categories .RadAjaxPanel {
  padding-bottom: 0;
}
.filters .filters-btn-wrapper {
  flex-direction: row;
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .filters {
    width: 80vw;
  }
}
@media (min-width: 992px) {
  .filters {
    width: 100vw;
  }
}
@media (min-width: 1200px) {
  .filters {
    width: 70vw;
  }
}
#function-rights .filters,
#event-information .filters {
  padding: 20px 0;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
  font-size: 1em;
}
#function-rights .filters .row,
#event-information .filters .row {
  align-items: center;
}
#function-rights .filters div,
#event-information .filters div {
  margin: 4px auto;
  padding-bottom: 0;
}
#function-rights .filters div.upload,
#event-information .filters div.upload {
  margin-top: 4px;
}
#function-rights .filters div.upload div,
#event-information .filters div.upload div {
  margin: 0;
}
#function-rights .filters input[type=checkbox],
#event-information .filters input[type=checkbox] {
  margin-left: 6px;
}
#function-rights .filters .RadUpload_Default,
#event-information .filters .RadUpload_Default {
  width: 100%;
}
#function-rights .filters .RadUpload_Default span.ruFakeInput,
#event-information .filters .RadUpload_Default span.ruFakeInput,
#function-rights .filters .RadUpload_Default span.ruButton.ruBrowse,
#event-information .filters .RadUpload_Default span.ruButton.ruBrowse {
  height: 30px;
  cursor: pointer !important;
}
#accounts-manager .filters {
  max-width: 600px;
  margin: 0 auto;
}
#accounts-manager .filters .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#accounts-manager .name-box {
  margin: 10px auto;
}
#accounts-manager .cb-grouped fieldset.checkbox-box {
  margin: -2px auto 10px auto;
  border: 1px solid #666666;
}
#accounts-manager .cb-grouped fieldset.checkbox-box > div {
  display: inline-block;
}
#accounts-manager .cb-grouped legend {
  width: 150px;
  font-size: 1em;
}
#accounts-manager .cb-grouped label {
  margin-right: 10px;
}
@media (min-width: 576px) {
  #accounts-manager .cb-grouped label {
    font-size: 0.9em;
  }
}
#event-information fieldset.checkbox-box {
  margin: 10px auto;
  border: 1px solid #666666;
}
#event-information fieldset.checkbox-box > div {
  display: inline-block;
}
#event-information fieldset.checkbox-box legend {
  width: 130px;
  font-size: 1em;
  margin-bottom: 0;
}
#special-cards .filters .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#special-cards .filters .RadInput_Default .riTextBox {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
#special-cards .filters .btn-container {
  margin-top: 20px;
}
#special-cards .filters .btn-container input {
  padding: 4px 0;
}
#special-cards .filters > div {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#special-cards .filters .btn-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#special-cards .filters .btn-container input {
  max-width: 100px;
}
#special-cards .filters > div > span {
  display: block;
}
#audit-logs .RadInput_Default .riTextBox {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
#audit-logs .RadPicker_Default:not(.RadDateTimePicker) .rcCalPopup,
#audit-logs .RadPicker_Default:not(.RadDateTimePicker) .rcTimePopup {
  background: url(../Images/calendar.png) no-repeat center right;
}
.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breakword * {
  word-wrap: break-word;
}
.list-btn {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  border: none;
  border-radius: 50%;
  /*&.list-btn-export-mobile{
        width: 18px;
        height: 18px;
        background-color:@color_darkblue;
        &:hover {animation: bounceout 4s linear; opacity:0.8;}
        &:active, &focus {background-color: darken(@color_error, 14%);}
    }*/

}
@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;
  }
}
.list-btn.list-btn-accept,
.list-btn.list-btn-refuse,
.list-btn.list-btn-cancel,
.list-btn.list-btn-unrefuse,
.list-btn.list-btn-media,
.list-btn.list-btn-similar-accept,
.list-btn.list-btn-link,
.list-btn.list-btn-link-update {
  display: none;
}
.list-btn.list-btn-accept-mobile {
  background: url("../Images/ok.png") no-repeat;
  width: 18px;
  height: 18px;
}
.list-btn.list-btn-accept-mobile:hover {
  animation: bounceout 4s linear;
  opacity: 0.8;
}
.list-btn.list-btn-accept-mobile:active,
.list-btn.list-btn-accept-mobilefocus {
  background: #2e8358;
}
.list-btn.list-btn-refuse-mobile {
  width: 18px;
  height: 18px;
  background: url("../Images/refused.png") no-repeat;
}
.list-btn.list-btn-refuse-mobile:hover {
  animation: bounceout 4s linear;
  opacity: 0.8;
}
.list-btn.list-btn-refuse-mobile:active,
.list-btn.list-btn-refuse-mobilefocus {
  background-color: #b80000;
}
.list-btn.list-btn-unrefuse-mobile {
  width: 18px;
  height: 18px;
  background: #009ed8 url("../Images/undo.svg") no-repeat;
}
.list-btn.list-btn-unrefuse-mobile:hover {
  animation: bounceout 4s linear;
  opacity: 0.8;
}
.list-btn.list-btn-unrefuse-mobile:active,
.list-btn.list-btn-unrefuse-mobilefocus {
  background-color: #b80000;
}
.list-btn.list-btn-media-mobile {
  width: 18px;
  height: 18px;
  background-color: #009ed8;
  background: url("../Images/check_media.svg") no-repeat;
}
.list-btn.list-btn-media-mobile:hover {
  animation: bounceout 4s linear;
  opacity: 0.8;
}
.list-btn.list-btn-media-mobile:active,
.list-btn.list-btn-media-mobilefocus {
  background-color: #b80000;
}
.list-btn.list-btn-similar-accept-mobile {
  background: url("../Images/ok.png") no-repeat;
  width: 18px;
  height: 18px;
}
.list-btn.list-btn-similar-accept-mobile:hover {
  animation: bounceout 4s linear;
  opacity: 0.8;
}
.list-btn.list-btn-similar-accept-mobile:active,
.list-btn.list-btn-similar-accept-mobilefocus {
  background: #2e8358;
}
.list-btn.list-btn-link-mobile {
  padding: 2px 9px;
  position: relative;
}
.list-btn.list-btn-link-mobile:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background: url("../Images/refused.png") no-repeat;
  transition: all 0.6s ease;
}
.list-btn.list-btn-link-mobile:hover:before {
  opacity: 0.8;
  transform: rotate3d(0, 1, 0, 180deg);
}
.list-btn.list-btn-link-mobile:active,
.list-btn.list-btn-link-mobilefocus {
  background-color: #b80000;
}
.list-btn.list-btn-link-update-mobile {
  padding: 2px 9px;
  position: relative;
}
.list-btn.list-btn-link-update-mobile:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background: url("../Images/ok.png") no-repeat;
  transition: all 0.6s ease;
}
.list-btn.list-btn-link-update-mobile:hover:before {
  opacity: 0.8;
  transform: rotate3d(0, 1, 0, 180deg);
}
.list-btn.list-btn-link-update-mobile:active,
.list-btn.list-btn-link-update-mobilefocus {
  background-color: #b80000;
}
.list-btn.list-btn-export {
  background-color: #006388;
  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.list-btn-export:hover {
  background-color: #003e55;
}
.list-btn.list-btn-export:active,
.list-btn.list-btn-exportfocus {
  background-color: #002f41;
}
@media (min-width: 768px) {
  .list-btn.list-btn-accept-mobile,
  .list-btn.list-btn-refuse-mobile,
  .list-btn.list-btn-unrefuse-mobile,
  .list-btn.list-btn-media-mobile,
  .list-btn.list-btn-export-mobile,
  .list-btn.list-btn-similar-accept-mobile,
  .list-btn.list-btn-link-mobile,
  .list-btn.list-btn-link-update-mobile {
    display: none;
  }
  .list-btn.list-btn-accept,
  .list-btn.list-btn-refuse,
  .list-btn.list-btn-cancel,
  .list-btn.list-btn-unrefuse,
  .list-btn.list-btn-media,
  .list-btn.list-btn-export,
  .list-btn.list-btn-similar-accept,
  .list-btn.list-btn-link,
  .list-btn.list-btn-link-update {
    display: inline;
  }
}
.list-btn.list-btn-accept {
  background-color: #41b87b;
  margin-bottom: 2px;
}
.list-btn.list-btn-accept:hover {
  background-color: #349262;
}
.list-btn.list-btn-accept:active,
.list-btn.list-btn-acceptfocus {
  background-color: #2e8358;
}
.list-btn.list-btn-refuse {
  background-color: red;
  /*&:after{content:"refuse";}*/

}
.list-btn.list-btn-refuse:hover {
  background-color: #cc0000;
}
.list-btn.list-btn-refuse:active,
.list-btn.list-btn-refusefocus {
  background-color: #b80000;
}
.list-btn.list-btn-cancel {
  background-color: #f0f0f0;
  color: #888888;
}
.list-btn.list-btn-cancel:hover {
  background-color: #d6d6d6;
}
.list-btn.list-btn-cancel:active,
.list-btn.list-btn-cancelfocus {
  background-color: #cccccc;
}
.list-btn.list-btn-unrefuse {
  background-color: white;
  color: red;
  /*white-space: normal;
        width: 74px;*/
  font-size: 0.9em;
  /*&:after{content:"refuse";}*/

}
.list-btn.list-btn-unrefuse:hover {
  background-color: #e6e6e6;
}
.list-btn.list-btn-unrefuse:active,
.list-btn.list-btn-unrefusefocus {
  background-color: #dbdbdb;
}
.list-btn.list-btn-media {
  background-color: #009ed8;
  /*&:after{content:"refuse";}*/

}
.list-btn.list-btn-media:hover {
  background-color: #0079a5;
}
.list-btn.list-btn-media:active,
.list-btn.list-btn-mediafocus {
  background-color: #006a91;
}
.list-btn.list-btn-similar-accept {
  background-color: #41b87b;
  margin-bottom: 2px;
  white-space: normal;
  width: 140px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.list-btn.list-btn-similar-accept:hover {
  background-color: #349262;
}
.list-btn.list-btn-similar-accept:active,
.list-btn.list-btn-similar-acceptfocus {
  background-color: #2e8358;
}
.list-btn.list-btn-similar-new {
  background-color: #41b87b;
  margin-bottom: 2px;
  min-height: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.list-btn.list-btn-similar-new:hover {
  background-color: #349262;
}
.list-btn.list-btn-similar-new:active,
.list-btn.list-btn-similar-newfocus {
  background-color: #2e8358;
}
.list-btn.list-btn-link {
  background-color: red;
  color: white;
}
.list-btn.list-btn-link:hover {
  color: white;
  text-decoration: none;
  background-color: #cc0000;
}
.list-btn.list-btn-link:active,
.list-btn.list-btn-linkfocus {
  background-color: #b80000;
}
.list-btn.list-btn-link-update {
  background-color: #41b87b;
  color: white;
}
.list-btn.list-btn-link-update:hover {
  color: white;
  text-decoration: none;
  background-color: #349262;
}
.list-btn.list-btn-link-update:active,
.list-btn.list-btn-link-updatefocus {
  background-color: #2e8358;
}
.round-btn-green {
  width: 80px;
  display: block;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #41b87b;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.round-btn-green.btn-bigger {
  padding: 4px 16px;
}
.round-btn-green:hover {
  background-color: #349262;
}
.round-btn-green:active,
.round-btn-greenfocus {
  background-color: #2e8358;
}
.round-btn-green:hover {
  text-decoration: none;
}
.round-btn-gray {
  width: 80px;
  display: block;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #41b87b;
  background-color: #f0f0f0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #41b87b;
}
.round-btn-gray.btn-bigger {
  padding: 4px 16px;
}
.round-btn-gray:hover {
  background-color: #d6d6d6;
}
.round-btn-gray:active,
.round-btn-grayfocus {
  background-color: #cccccc;
}
.round-btn-gray:hover {
  text-decoration: none;
}
.round-btn-red {
  width: 80px;
  display: block;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: red;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.round-btn-red.btn-bigger {
  padding: 4px 16px;
}
.round-btn-red:hover {
  background-color: #cc0000;
}
.round-btn-red:active,
.round-btn-redfocus {
  background-color: #b80000;
}
.round-btn-red:hover {
  text-decoration: none;
}
.list-picture {
  margin: 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.list-status > input {
  display: block;
}
.list-status > span {
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2px auto;
}
.list-detailed-status > span {
  display: block;
  margin: 2px auto;
}
.list-wrapper {
  width: 98vw;
  border: 1px solid #e4e4e4;
  margin: 0 auto;
  font-size: 0.7em;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.list-wrapper .list-col {
  margin: 0;
  height: fit-content;
  align-self: center;
  flex: 1;
  width: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.list-wrapper .list-col.list-col-template {
  flex: 1;
  text-align: center;
  width: 100%;
  line-height: 2em;
}
@media (min-width: 768px) {
  .list-wrapper {
    font-size: 0.8em;
  }
  .list-wrapper .list-header,
  .list-wrapper .list-main {
    padding: 4px 10px;
  }
  .list-wrapper .list-header .list-col,
  .list-wrapper .list-main .list-col {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .list-wrapper {
    width: 80vw;
  }
}
.list-wrapper .list-header,
.list-wrapper .list-main {
  display: flex;
  text-align: center;
  padding: 6px 0;
}
.list-wrapper .list-header {
  background-color: #006388;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 33px;
}
.list-wrapper .list-header-test {
  background-color: #ff8000;
}
.list-wrapper .list-wrapper-main {
  color: #444444;
  font-weight: 400;
  transition: all 0.8s ease;
}
.list-wrapper .list-wrapper-main:nth-child(2n+0) {
  background-color: white;
}
.list-wrapper .list-wrapper-main:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.list-wrapper .list-wrapper-main:hover {
  cursor: pointer;
  background-color: #d6d6d6;
  color: #006388;
}
.list-wrapper .list-wrapper-main:active,
.list-wrapper .list-wrapper-mainfocus {
  background-color: #dbdbdb;
}
.list-wrapper .list-wrapper-main.nolink:hover {
  cursor: default !important;
  color: #444444;
}
.list-wrapper .list-wrapper-main.nolink:hover:nth-child(2n+0) {
  background-color: white;
}
.list-wrapper .list-wrapper-main.nolink:hover:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.list-wrapper .list-wrapper-main-template {
  color: #444444;
  font-weight: 400;
  transition: all 0.8s ease;
  background-color: white;
}
.list-wrapper .picture {
  width: 40px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid white;
  padding: 4px;
  margin-left: 6px;
}
.list-wrapper .curriculum-img {
  min-height: 25px;
  transition: all 0.6s ease;
}
.list-wrapper .curriculum-img:hover {
  transform: rotate3d(0, 1, 0, 180deg);
}
.list-wrapper .functions {
  display: inline;
}
@media (min-width: 992px) {
  .list-wrapper .functions {
    display: block;
  }
}
@media (max-width: 767px) {
  .list-wrapper .hidden-up-to {
    display: none;
  }
}
@media (min-width: 992px) {
  .list-wrapper .shown-up-to {
    display: none;
  }
}
.list-wrapper .RadDataPager .rdpNumPart a {
  padding: 6px 12px;
}
.list-wrapper .RadDataPager .rdpNumPart a.rdpCurrentPage {
  font-weight: 700;
}
#volunteers-approvals .list-wrapper .list-col {
  font-size: 0.9em;
  padding: 1px;
  /*&:nth-child(2){flex: 0 1 11%;}
            &:nth-child(3){flex: 0 1 12%;}
            &:nth-child(4){flex: 0 1 19%;}
            &:nth-child(5){flex: 0 1 19%;}
            &:nth-child(6){flex: 0 1 19%;}
            &:nth-child(10){flex: 0 1 10%;}
            &:nth-child(11){flex: 0 1 10%;}*/

}
#volunteers-approvals .list-wrapper .list-col .curriculum-img {
  min-height: unset;
}
@media (min-width: 768px) {
  #volunteers-approvals .list-wrapper .list-header .list-col,
  #volunteers-approvals .list-wrapper .list-main .list-col {
    font-size: 0.9em;
    /*&:nth-child(-n+3){flex: 0 1 7%;}
                      &:nth-child(4){flex: 0 1 10.5%;}
                      &:nth-child(5){flex: 0 1 10.5%;}
                      &:nth-child(6){flex: 0 1 10.5%;}
                      &:nth-child(7){flex: 0 1 10.5%;}
                      &:nth-child(n+8){flex: 0 1 9%;}*/
  
  }
  #volunteers-approvals .list-wrapper .list-header .list-col .curriculum-img,
  #volunteers-approvals .list-wrapper .list-main .list-col .curriculum-img {
    min-height: 25px;
  }
}
#volunteers-approvals .list-wrapper input.ib-curriculum {
  min-height: 25px;
}
#media-approvals .list-wrapper .list-col {
  font-size: 0.9em;
  padding: 1px;
  /*&:nth-child(2){flex: 0 1 13%;}
            &:nth-child(4){flex: 0 1 20%;}
            &:nth-child(5){flex: 0 1 20%;}
            &:nth-child(9){flex: 0 1 20%;}
            &:nth-child(10){flex: 0 2 14%;}
            &:nth-child(11){flex: 0 1 13%;}*/

}
@media (min-width: 768px) {
  #media-approvals .list-wrapper .list-header .list-col,
  #media-approvals .list-wrapper .list-main .list-col {
    font-size: 0.9em;
    flex: 0 1 9%;
    /*&:nth-child(1){flex: 0 1 6%;}
                      &:nth-child(2){flex: 0 1 7%;}
                      &:nth-child(3){flex: 0 1 6%;}
                      &:nth-child(4){flex: 0 1 10%;}
                      &:nth-child(5){flex: 0 1 10%;}
                      &:nth-child(11){flex: 0 1 16%;}*/
  
  }
}
#media-approvals .list-wrapper input.ib-curriculum {
  min-height: 25px;
}
#accreditations-approvals .approval #CB_Approve:checked {
  display: none;
}
#accreditations-approvals .approval #CB_Approve:checked + label {
  width: 17px;
  height: 20px;
  background: url("../Images/approved_blu.svg") no-repeat center 4px;
  margin-bottom: 0;
}
#accreditations-approvals .approval .date {
  display: inline;
  position: relative;
  top: -1px;
}
#accreditations-approvals .list-col.description > div {
  text-transform: uppercase;
  font-weight: 700;
}
#accreditations-approvals .list-col.description > div.volunteer {
  color: #bf4d4d;
}
#accreditations-approvals .list-col.description > div.media {
  color: #009ed8;
  display: block;
}
@media (max-width: 767px) {
  #accreditations-approvals .list-wrapper .list-header {
    display: none;
  }
  #accreditations-approvals .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #accreditations-approvals .list-wrapper .list-col {
    /*flex: 0 1 auto;*/
    text-align: left;
    width: auto;
    padding: 6px 6px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 25%;
    order: 6;
    margin-bottom: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 30%;
    order: 8;
    text-align: right;
    margin-bottom: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 10%;
    order: 5;
    margin-top: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 30%;
    order: 2;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
    margin-top: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(6) {
    flex: 0 1 30%;
    order: 3;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
    margin-top: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(7) {
    flex: 0 1 30%;
    order: 4;
    text-align: right;
    margin-top: 14px;
    font-size: 0.88em;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(8) {
    flex: 0 1 45%;
    order: 7;
    margin-bottom: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(n+9):nth-child(-n+11) {
    font-size: 0.8em;
    flex: 0 1 33.33%;
    order: 9;
    border: 1px solid #dddddd;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(n+9):nth-child(-n+11) > div:not(.shown-up-to) {
    min-height: 50px;
    display: block;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(n+9):nth-child(-n+11) > div.shown-up-to {
    display: block;
    min-height: 50px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(12) {
    flex: 0 1 100%;
    order: 17;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(13) {
    flex: 0 1 100%;
    order: 1;
    text-transform: uppercase;
    background-color: #006387;
    color: white;
    font-weight: 700;
    text-align: center;
    height: 2px;
    padding: 0;
  }
  #accreditations-approvals .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #accreditations-approvals .list-wrapper .list-col .shown-up-to,
  #accreditations-approvals .list-wrapper .list-col.description > div {
    text-transform: uppercase;
    font-weight: 700;
  }
  #accreditations-approvals .list-wrapper .list-col .shown-up-to.inline,
  #accreditations-approvals .list-wrapper .list-col.description > div {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #accreditations-approvals .list-wrapper .list-header {
    display: none;
  }
  #accreditations-approvals .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #accreditations-approvals .list-wrapper .list-col {
    text-align: left;
    width: auto;
    padding: 6px 6px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(1) {
    flex: 0 1 20%;
    order: 1;
    margin-top: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 33%;
    order: 6;
    margin-bottom: 14px;
    padding-left: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 33%;
    order: 8;
    text-align: right;
    margin-bottom: 14px;
    padding-right: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 10%;
    order: 5;
    margin-top: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 20%;
    order: 2;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
    margin-top: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(6) {
    flex: 0 1 20%;
    order: 3;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
    margin-top: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(7) {
    flex: 0 1 30%;
    order: 4;
    text-align: right;
    margin-top: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(8) {
    flex: 0 1 34%;
    order: 7;
    margin-bottom: 14px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(n+9):nth-child(-n+11) {
    font-size: 0.85em;
    flex: 0 1 33.33%;
    order: 9;
    border: 1px solid #dddddd;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(n+9):nth-child(-n+11) > div:not(.shown-up-to) {
    min-height: 60px;
    display: block;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(n+9):nth-child(-n+11) > div.shown-up-to {
    display: block;
    min-height: 40px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(12) {
    flex: 0 1 100%;
    order: 17;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #accreditations-approvals .list-wrapper .list-col:nth-child(13) {
    flex: 0 1 100%;
    order: 0;
    text-transform: uppercase;
    background-color: #006387;
    color: white;
    font-weight: 700;
    text-align: center;
    height: 2px;
    padding: 0;
  }
  #accreditations-approvals .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #accreditations-approvals .list-wrapper .list-col .shown-up-to,
  #accreditations-approvals .list-wrapper .list-col.description > div {
    text-transform: uppercase;
    font-weight: 700;
  }
  #accreditations-approvals .list-wrapper .list-col .shown-up-to.inline,
  #accreditations-approvals .list-wrapper .list-col.description > div {
    display: inline;
  }
  #accreditations-approvals .list-wrapper .list-col .font-italic {
    font-size: 0.9em;
    font-weight: 400;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #accreditations-approvals .list-wrapper {
    width: 98vw;
  }
  #accreditations-approvals .list-wrapper .list-header,
  #accreditations-approvals .list-wrapper .list-main {
    display: flex;
    font-size: 0.8em;
    flex: 1 1 auto;
  }
  #accreditations-approvals .list-wrapper .list-header .list-col.list-detailed-status,
  #accreditations-approvals .list-wrapper .list-main .list-col.list-detailed-status {
    flex: 1.4 1 auto;
  }
}
@media (min-width: 1200px) {
  #accreditations-approvals .list-wrapper .list-header .list-col,
  #accreditations-approvals .list-wrapper .list-main .list-col {
    font-size: 0.9em;
    /*&:nth-child(-n+4){flex: 0 1 7%;}
                      &:nth-child(1){flex: 0 1 10%;}
                      &:nth-child(5){flex: 0 1 10%;}
                      &:nth-child(6){flex: 0 1 10%;}
                      &:nth-child(7){flex: 0 1 10%;}
                      &:nth-child(8){flex: 0 1 9%;}
                      &:nth-child(n+9){flex: 0 1 8%;font-size:0.8em;}
                      &:nth-child(12){flex: 0 1 10%;}*/
  
  }
}
@media (min-width: 1200px) {
  #accreditations-approvals .list-wrapper {
    width: 99vw;
  }
}
#badges-approvals div.status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
#badges-approvals div.status div[class*=status] {
  margin-right: 4px;
}
#badges-approvals div.status div:first-child {
  min-width: 18px;
  height: 18px;
}
#badges-approvals div.status div.status-1 {
  background: url("../Images/waiting.png") no-repeat;
}
#badges-approvals div.status div.status-2 {
  background: url("../Images/refuse.png") no-repeat;
}
#badges-approvals div.status div.status-3 {
  background: url("../Images/undo.svg") no-repeat;
}
#badges-approvals div.status div.status-4 {
  background: url("../Images/print.png") no-repeat;
}
#badges-approvals div.status div.status-5 {
  background: url("../Images/print.png") no-repeat;
}
#badges-approvals div.status div.status-6 {
  background: url("../Images/delivered.png") no-repeat;
}
#badges-approvals div.status div.status-7 {
  background: url("../Images/ok.png") no-repeat;
}
#badges-approvals div.status div.status-8 {
  background: url("../Images/cancelled.png") no-repeat;
}
#badges-approvals div.status div.status-9 {
  background: url("../Images/duplicated.png") no-repeat;
}
#badges-approvals .list-wrapper .list-col {
  font-size: 0.9em;
  padding-left: 1px;
  padding-right: 1px;
  /*&:nth-child(1){flex: 0 1 10%;}
            &:nth-child(2){flex: 0 1 15%;}
            &:nth-child(3){flex: 0 1 20%;}
            &:nth-child(4){flex: 0 1 20%;}
            &:nth-child(5){flex: 0 1 12%;}
            &:nth-child(7){flex: 0 1 23%;}*/

}
@media (min-width: 768px) {
  #badges-approvals .list-wrapper {
    width: 90vw;
  }
  #badges-approvals .list-wrapper .list-header .list-col,
  #badges-approvals .list-wrapper .list-main .list-col {
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    /*flex: 0 1 14%;
                      &:nth-child(1){flex: 0 1 8%;}
                      &:nth-child(2){flex: 0 1 12%;}
                      &:nth-child(3){flex: 0 1 17%;}
                      &:nth-child(4){flex: 0 1 17%;}
                      &:nth-child(5){flex: 0 1 10%;}
                      &:nth-child(6){flex: 0 1 18%;}
                      &:nth-child(7){flex: 0 1 18%;}*/
  
  }
}
@media (min-width: 1200px) {
  #badges-approvals .list-wrapper {
    width: 70vw;
  }
}
#similar {
  height: 100vh;
}
.similar-persons .title {
  display: block;
  border-bottom: 2px solid #006388;
}
.similar-persons .list-main:hover,
.similar-persons .list-main:active,
.similar-persons .list-mainfocus {
  cursor: default;
  background-color: #f0f0f0;
  color: #444444;
}
.similar-persons .original {
  background-color: white;
}
.similar-persons .original:hover,
.similar-persons .original:active,
.similar-persons .originalfocus {
  cursor: default;
  background-color: white;
  color: #444444;
}
.similar-persons .list-title {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  padding: 10px 40px;
}
.similar-persons .text {
  text-align: center;
  margin: 40px auto 10px auto;
}
.similar-persons .text label {
  margin: 0 auto;
}
.similar-persons .button-div {
  text-align: center;
}
.similar-persons .list-wrapper .list-col {
  padding-left: 2px;
  padding-right: 2px;
  flex: 0 1 10%;
}
@media (min-width: 768px) {
  .similar-persons .list-wrapper .list-header .list-col,
  .similar-persons .list-wrapper .list-main .list-col {
    flex: 0 1 10%;
  }
  .similar-persons .list-wrapper .list-header .list-col:nth-child(7),
  .similar-persons .list-wrapper .list-main .list-col:nth-child(7) {
    flex: 0 1 12%;
  }
  .similar-persons .list-wrapper .list-header .list-col:nth-child(8),
  .similar-persons .list-wrapper .list-main .list-col:nth-child(8) {
    flex: 0 1 8%;
  }
  .similar-persons .list-wrapper .list-header .list-col:nth-child(9),
  .similar-persons .list-wrapper .list-main .list-col:nth-child(9) {
    flex: 0 1 20%;
  }
}
.similar-persons#similar-persons-vol .button-div input {
  background-color: #bf4d4d;
}
.similar-persons#similar-persons-vol .button-div input:hover {
  background-color: #a03939;
}
.similar-persons#similar-persons-vol .button-div input:active,
.similar-persons#similar-persons-vol .button-div inputfocus {
  background-color: #913434;
}
.similar-persons#similar-persons-med .button-div input,
.similar-persons#similar-persons-org .button-div input {
  background-color: #009ed8;
}
.similar-persons#similar-persons-med .button-div input:hover,
.similar-persons#similar-persons-org .button-div input:hover {
  background-color: #0079a5;
}
.similar-persons#similar-persons-med .button-div input:active,
.similar-persons#similar-persons-org .button-div input:active,
.similar-persons#similar-persons-med .button-div inputfocus,
.similar-persons#similar-persons-org .button-div inputfocus {
  background-color: #006a91;
}
@media (min-width: 768px) {
  .similar-persons#similar-persons-org .list-header .list-col:nth-child(1),
  .similar-persons#similar-persons-org .list-main .list-col:nth-child(1) {
    flex: 0 1 30%;
  }
  .similar-persons#similar-persons-org .list-header .list-col:nth-child(2),
  .similar-persons#similar-persons-org .list-main .list-col:nth-child(2) {
    flex: 0 1 20%;
  }
  .similar-persons#similar-persons-org .list-header .list-col:nth-child(3),
  .similar-persons#similar-persons-org .list-main .list-col:nth-child(3) {
    flex: 0 1 10%;
  }
  .similar-persons#similar-persons-org .list-header .list-col:nth-child(4),
  .similar-persons#similar-persons-org .list-main .list-col:nth-child(4) {
    flex: 0 1 40%;
    text-align: right;
    padding-right: 10px;
  }
}
#events-list .event-add {
  text-align: center;
  margin: 20px auto;
}
#events-list .event-add > div {
  display: inline;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}
#events-list .event-add > div:hover {
  /*background-color:darken(#fff,10%);*/
  border: 1px solid white;
}
#events-list .event-add > div:hover img {
  opacity: 0.8;
  transform: rotate(90deg);
}
#events-list .event-add #DIV_Add {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 -10px;
  text-transform: uppercase;
}
#events-list .event-add img {
  outline: none;
  box-shadow: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: 0 -1px 0 0;
  padding: 0;
  border: 0;
  transition: all 0.3s ease;
}
#events-list .event-add img:hover {
  opacity: 0.8;
  transform: rotate(90deg);
}
#events-list .event-box {
  cursor: pointer;
  width: 100%;
  background-color: white;
  margin: 0 -7px 20px -7px;
  padding: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  transition: all 0.4s ease;
}
#events-list .event-box:hover {
  background-color: #e6e6e6;
}
#events-list .event-box:active,
#events-list .event-boxfocus {
  background-color: #dbdbdb;
}
#event-information .list-wrapper:not([class*="template"]) .list-col:last-child {
  flex: 0 1 14%;
}
#event-information .list-col-template {
  flex: 1;
  text-align: center;
  width: 100%;
  line-height: 2em;
}
#event-information .list-wrapper-main.nolink:hover {
  cursor: default !important;
  color: #444444;
}
#event-information .list-wrapper-main.nolink:hover:nth-child(2n+0) {
  background-color: white;
}
#event-information .list-wrapper-main.nolink:hover:nth-child(2n+1) {
  background-color: #f0f0f0;
}
#function-rights .list-wrapper:not([class*="template"]) input:not([type=submit]) {
  width: 100%;
}
#function-rights .list-wrapper:not([class*="template"]) .list-col {
  padding: 1px;
}
#function-rights .list-wrapper:not([class*="template"]) a {
  margin-right: 1px;
}
#function-rights .list-wrapper:not([class*="template"]) .list-col:last-child {
  flex: 0 1 10%;
}
@media (min-width: 768px) {
  #function-rights .list-wrapper:not([class*="template"]) .list-col:last-child {
    flex: 0 1 16%;
  }
}
#function-rights div.RadUpload_Default {
  display: inline-block;
}
#function-rights div.RadUpload_Default .ruBrowse {
  background-image: url("/Images/upload_gray.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  border-width: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  min-width: 20px;
  width: 20px;
}
#function-rights .list-wrapper-main:hover {
  cursor: default !important;
  color: #444444;
}
#function-rights .list-wrapper-main:hover:nth-child(2n+0) {
  background-color: white;
}
#function-rights .list-wrapper-main:hover:nth-child(2n+1) {
  background-color: #f0f0f0;
}
#function-rights .RadUpload .ruFileInput,
#function-rights .RadUpload .ruFakeInput,
#function-rights .RadUpload .ruBrowse {
  cursor: pointer !important;
}
#requests-approvals .btn-container {
  margin: 20px auto;
  /*@media (min-width:@md){margin-right:0;}*/

}
#requests-approvals .btn-container > * {
  padding: 6px 12px;
  width: 100px;
}
#requests-approvals .btn-container.btn-bigger > * {
  width: auto;
}
#requests-approvals .btn-container .OpenImportFromExcel {
  width: auto;
  padding: 0;
  height: 36px;
}
#requests-approvals .btn-container .OpenImportFromExcel > input {
  height: 36px;
}
#requests-approvals .approval #CB_Approve:checked {
  display: none;
}
#requests-approvals .approval #CB_Approve:checked + label {
  width: 17px;
  height: 20px;
  background: url("../Images/approved_blu.svg") no-repeat center 4px;
  margin-bottom: 0;
}
#requests-approvals .approval .date {
  display: inline;
  position: relative;
  top: -1px;
}
#requests-approvals .list-btn.list-btn-accept,
#requests-approvals .list-btn.list-btn-refuse {
  display: block;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 80px;
}
#requests-approvals .list-btn.list-btn-unrefuse {
  display: block;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 80px;
  margin-top: 2px;
}
#requests-approvals .list-btn.list-btn-unrefuse:hover {
  background-color: white;
  color: #cc0000;
}
#requests-approvals .list-col.description > div {
  text-transform: uppercase;
  font-weight: 700;
}
#requests-approvals .list-col.description > div.volunteer {
  color: #bf4d4d;
}
#requests-approvals .list-col.description > div.media {
  color: #009ed8;
  display: block;
}
#requests-approvals .list-col.selectall {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#requests-approvals .list-col.selectall input,
#requests-approvals .list-col.selectall label {
  margin: 0;
  cursor: pointer;
}
@media (max-width: 575px) {
  #requests-approvals .list-wrapper .list-header {
    display: none;
  }
  #requests-approvals .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #requests-approvals .list-wrapper .list-col {
    text-align: left;
    margin-top: 14px;
    width: auto;
    padding: 6px 6px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 100%;
    order: 8;
    text-align: center;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(2) > * {
    margin-left: auto;
    margin-right: auto;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 30%;
    order: 7;
    text-align: right;
    padding-right: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 35%;
    order: 2;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
    padding-left: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 35%;
    order: 3;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(6) {
    flex: 0 1 30%;
    order: 4;
    text-align: right;
    padding-right: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(7) {
    flex: 0 1 100%;
    order: 5;
    padding-left: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(8) {
    flex: 0 1 70%;
    order: 6;
    padding-left: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(9) {
    font-size: 0.85em;
    flex: 0 1 100%;
    order: 9;
    border: 1px solid #dddddd;
  }
  #requests-approvals .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #requests-approvals .list-wrapper .list-col .shown-up-to,
  #requests-approvals .list-wrapper .list-col.description > div {
    text-transform: uppercase;
    font-weight: 700;
  }
  #requests-approvals .list-wrapper .list-col .shown-up-to.inline,
  #requests-approvals .list-wrapper .list-col.description > div {
    display: inline;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #requests-approvals .list-wrapper .list-header {
    display: none;
  }
  #requests-approvals .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #requests-approvals .list-wrapper .list-col {
    font-size: 1.1em;
    text-align: left;
    margin-top: 14px;
    width: auto;
    padding: 6px 6px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 100%;
    order: 8;
    text-align: center;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(2) > * {
    margin-left: auto;
    margin-right: auto;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 30%;
    order: 7;
    text-align: right;
    padding-right: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 35%;
    order: 2;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
    padding-left: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 35%;
    order: 3;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(6) {
    flex: 0 1 30%;
    order: 4;
    text-align: right;
    padding-right: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(7) {
    flex: 0 1 100%;
    order: 5;
    padding-left: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(8) {
    flex: 0 1 70%;
    order: 6;
    padding-left: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(9) {
    font-size: 0.9em;
    flex: 0 1 100%;
    order: 9;
    border: 1px solid #dddddd;
  }
  #requests-approvals .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #requests-approvals .list-wrapper .list-col .shown-up-to,
  #requests-approvals .list-wrapper .list-col.description > div {
    text-transform: uppercase;
    font-weight: 700;
  }
  #requests-approvals .list-wrapper .list-col .shown-up-to.inline,
  #requests-approvals .list-wrapper .list-col.description > div {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #requests-approvals .list-wrapper .list-header {
    display: none;
  }
  #requests-approvals .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #requests-approvals .list-wrapper .list-col {
    text-align: left;
    margin-top: 14px;
    width: auto;
    padding: 6px 6px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(1) {
    flex: 0 1 20%;
    order: 1;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 100%;
    order: 8;
    text-align: center;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(2) > * {
    margin-left: auto;
    margin-right: auto;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 20%;
    order: 5;
    text-align: right;
    padding-right: 14px;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 20%;
    order: 2;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 20%;
    order: 3;
    text-transform: uppercase;
    color: #006387;
    font-weight: 700;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(6) {
    flex: 0 1 15%;
    order: 4;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(7) {
    flex: 0 1 40%;
    order: 6;
    margin-left: 20%;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(8) {
    flex: 0 1 40%;
    order: 7;
  }
  #requests-approvals .list-wrapper .list-col:nth-child(9) {
    font-size: 0.85em;
    flex: 0 1 100%;
    order: 9;
    border: 1px solid #dddddd;
  }
  #requests-approvals .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #requests-approvals .list-wrapper .list-col .shown-up-to,
  #requests-approvals .list-wrapper .list-col.description > div {
    text-transform: uppercase;
    font-weight: 700;
  }
  #requests-approvals .list-wrapper .list-col .shown-up-to.inline,
  #requests-approvals .list-wrapper .list-col.description > div {
    display: inline;
  }
  #requests-approvals .list-wrapper .list-col .font-italic {
    font-size: 0.9em;
    font-weight: 400;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #requests-approvals .list-wrapper {
    width: 98vw;
  }
  #requests-approvals .list-wrapper .list-header,
  #requests-approvals .list-wrapper .list-main {
    display: flex;
    font-size: 0.8em;
    flex: 1 1 auto;
  }
  #requests-approvals .list-wrapper .list-header .list-col:nth-child(2) *,
  #requests-approvals .list-wrapper .list-main .list-col:nth-child(2) * {
    margin-left: auto;
    margin-right: auto;
  }
  #requests-approvals .list-wrapper .list-header .list-col.list-detailed-status,
  #requests-approvals .list-wrapper .list-main .list-col.list-detailed-status {
    flex: 1.4 1 auto;
  }
}
@media (min-width: 1200px) {
  #requests-approvals .list-wrapper {
    width: 98vw;
  }
  #requests-approvals .list-wrapper .list-header,
  #requests-approvals .list-wrapper .list-main {
    display: flex;
    font-size: 0.9em;
    flex: 1 1 auto;
  }
  #requests-approvals .list-wrapper .list-header .list-col:nth-child(2) *,
  #requests-approvals .list-wrapper .list-main .list-col:nth-child(2) * {
    margin-left: auto;
    margin-right: auto;
  }
  #requests-approvals .list-wrapper .list-header .list-col.list-detailed-status,
  #requests-approvals .list-wrapper .list-main .list-col.list-detailed-status {
    flex: 1.4 1 auto;
  }
}
@media (min-width: 768px) {
  #requests-approvals .list-wrapper {
    width: 99vw;
  }
}
@media (max-width: 575px) {
  #accounts-manager .list-wrapper .list-header {
    display: none;
  }
  #accounts-manager .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #accounts-manager .list-wrapper .list-col {
    text-align: left;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    padding: 6px 6px;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(1) {
    flex: 0 1 10%;
    text-align: right;
    padding-right: 5px;
    order: 2;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 90%;
    order: 1;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 50%;
    text-align: right;
    padding-right: 5px;
    order: 4;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 50%;
    order: 3;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 50%;
    order: 5;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(6) {
    flex: 0 1 50%;
    text-align: right;
    padding-right: 5px;
    order: 6;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(7) {
    flex: 0 1 100%;
    text-align: center;
    order: 7;
  }
  #accounts-manager .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #accounts-manager .list-wrapper .list-col.person-org-name > div {
    display: inline;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #accounts-manager .list-wrapper .list-header {
    display: none;
  }
  #accounts-manager .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #accounts-manager .list-wrapper .list-col {
    font-size: 1.1em;
    text-align: left;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    padding: 6px 6px;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(1) {
    flex: 0 1 10%;
    text-align: right;
    padding-right: 10px;
    order: 2;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 90%;
    padding-left: 10px;
    order: 1;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 50%;
    text-align: right;
    padding-right: 10px;
    order: 4;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 50%;
    padding-left: 10px;
    order: 3;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 50%;
    padding-left: 10px;
    order: 5;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(6) {
    flex: 0 1 50%;
    text-align: right;
    padding-right: 10px;
    order: 6;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(7) {
    flex: 0 1 100%;
    text-align: center;
    order: 7;
  }
  #accounts-manager .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #accounts-manager .list-wrapper .list-col .shown-up-to,
  #accounts-manager .list-wrapper .list-col.description > div {
    text-transform: uppercase;
    font-weight: 700;
  }
  #accounts-manager .list-wrapper .list-col .shown-up-to.inline,
  #accounts-manager .list-wrapper .list-col.description > div {
    display: inline;
  }
  #accounts-manager .list-wrapper .list-col.person-org-name > div {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #accounts-manager .list-wrapper .list-header {
    display: none;
  }
  #accounts-manager .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #accounts-manager .list-wrapper .list-col {
    text-align: left;
    margin-top: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    padding: 6px 6px;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(1) {
    flex: 0 1 10%;
    text-align: right;
    padding-right: 14px;
    order: 2;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 90%;
    padding-left: 14px;
    order: 1;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 50%;
    text-align: right;
    padding-right: 14px;
    order: 4;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 50%;
    padding-left: 14px;
    order: 3;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 50%;
    padding-left: 14px;
    order: 5;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(6) {
    flex: 0 1 50%;
    text-align: right;
    padding-right: 14px;
    order: 6;
  }
  #accounts-manager .list-wrapper .list-col:nth-child(7) {
    flex: 0 1 100%;
    text-align: center;
    order: 7;
  }
  #accounts-manager .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #accounts-manager .list-wrapper .list-col .shown-up-to,
  #accounts-manager .list-wrapper .list-col.description > div {
    text-transform: uppercase;
    font-weight: 700;
  }
  #accounts-manager .list-wrapper .list-col .shown-up-to.inline,
  #accounts-manager .list-wrapper .list-col.description > div {
    display: inline;
  }
  #accounts-manager .list-wrapper .list-col .font-italic {
    font-size: 0.9em;
    font-weight: 400;
  }
  #accounts-manager .list-wrapper .list-col.person-org-name > div {
    display: inline;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #accounts-manager .list-wrapper {
    width: 98vw;
  }
  #accounts-manager .list-wrapper .list-header,
  #accounts-manager .list-wrapper .list-main {
    display: flex;
    font-size: 0.8em;
    flex: 1 1 auto;
  }
  #accounts-manager .list-wrapper .list-header .list-col:nth-child(2) *,
  #accounts-manager .list-wrapper .list-main .list-col:nth-child(2) * {
    margin-left: auto;
    margin-right: auto;
  }
  #accounts-manager .list-wrapper .list-header .list-col.list-detailed-status,
  #accounts-manager .list-wrapper .list-main .list-col.list-detailed-status {
    flex: 1.4 1 auto;
  }
}
@media (min-width: 1200px) {
  #accounts-manager .list-wrapper {
    width: 98vw;
  }
  #accounts-manager .list-wrapper .list-header,
  #accounts-manager .list-wrapper .list-main {
    display: flex;
    font-size: 0.9em;
    flex: 1 1 auto;
  }
  #accounts-manager .list-wrapper .list-header .list-col:nth-child(2) *,
  #accounts-manager .list-wrapper .list-main .list-col:nth-child(2) * {
    margin-left: auto;
    margin-right: auto;
  }
  #accounts-manager .list-wrapper .list-header .list-col.list-detailed-status,
  #accounts-manager .list-wrapper .list-main .list-col.list-detailed-status {
    flex: 1.4 1 auto;
  }
}
@media (min-width: 768px) {
  #accounts-manager .list-wrapper {
    width: 99vw;
  }
}
@media (max-width: 575px) {
  #import-fromExcel .list-wrapper .list-header {
    display: none;
  }
  #import-fromExcel .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #import-fromExcel .list-wrapper .list-col {
    text-align: left;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    padding: 6px 6px;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(1) {
    flex: 0 1 100%;
    order: 1;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 100%;
    order: 2;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 100%;
    text-align: center;
    order: 3;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 50%;
    text-align: center;
    order: 4;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 50%;
    text-align: center;
    order: 5;
  }
  #import-fromExcel .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #import-fromExcel .list-wrapper .list-col.person-org-name > div {
    display: inline;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #import-fromExcel .list-wrapper .list-header {
    display: none;
  }
  #import-fromExcel .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #import-fromExcel .list-wrapper .list-col {
    font-size: 1.1em;
    text-align: left;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    padding: 6px 6px;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(1) {
    flex: 0 1 100%;
    order: 1;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 100%;
    order: 2;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 100%;
    text-align: center;
    order: 3;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 50%;
    text-align: center;
    order: 4;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 50%;
    text-align: center;
    order: 5;
  }
  #import-fromExcel .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #import-fromExcel .list-wrapper .list-col .shown-up-to,
  #import-fromExcel .list-wrapper .list-col.description > div {
    text-transform: uppercase;
    font-weight: 700;
  }
  #import-fromExcel .list-wrapper .list-col .shown-up-to.inline,
  #import-fromExcel .list-wrapper .list-col.description > div {
    display: inline;
  }
  #import-fromExcel .list-wrapper .list-col.person-org-name > div {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #import-fromExcel .list-wrapper .list-header {
    display: none;
  }
  #import-fromExcel .list-wrapper .list-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
  }
  #import-fromExcel .list-wrapper .list-col {
    text-align: left;
    margin-top: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    padding: 6px 6px;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(1) {
    flex: 0 1 100%;
    order: 1;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(2) {
    flex: 0 1 100%;
    order: 2;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(3) {
    flex: 0 1 100%;
    text-align: center;
    order: 3;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(4) {
    flex: 0 1 50%;
    text-align: center;
    order: 4;
  }
  #import-fromExcel .list-wrapper .list-col:nth-child(5) {
    flex: 0 1 50%;
    text-align: center;
    order: 5;
  }
  #import-fromExcel .list-wrapper .list-col > div:not(.hidden-up-to) {
    display: block;
  }
  #import-fromExcel .list-wrapper .list-col .shown-up-to,
  #import-fromExcel .list-wrapper .list-col.description > div {
    text-transform: uppercase;
    font-weight: 700;
  }
  #import-fromExcel .list-wrapper .list-col .shown-up-to.inline,
  #import-fromExcel .list-wrapper .list-col.description > div {
    display: inline;
  }
  #import-fromExcel .list-wrapper .list-col .font-italic {
    font-size: 0.9em;
    font-weight: 400;
  }
  #import-fromExcel .list-wrapper .list-col.person-org-name > div {
    display: inline;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #import-fromExcel .list-wrapper {
    width: 98vw;
  }
  #import-fromExcel .list-wrapper .list-header,
  #import-fromExcel .list-wrapper .list-main {
    display: flex;
    font-size: 0.8em;
    flex: 1 1 auto;
  }
  #import-fromExcel .list-wrapper .list-header .list-col:nth-child(2) *,
  #import-fromExcel .list-wrapper .list-main .list-col:nth-child(2) * {
    margin-left: auto;
    margin-right: auto;
  }
  #import-fromExcel .list-wrapper .list-header .list-col.list-detailed-status,
  #import-fromExcel .list-wrapper .list-main .list-col.list-detailed-status {
    flex: 1.4 1 auto;
  }
}
@media (min-width: 1200px) {
  #import-fromExcel .list-wrapper {
    width: 98vw;
  }
  #import-fromExcel .list-wrapper .list-header,
  #import-fromExcel .list-wrapper .list-main {
    display: flex;
    font-size: 0.9em;
    flex: 1 1 auto;
  }
  #import-fromExcel .list-wrapper .list-header .list-col:nth-child(2) *,
  #import-fromExcel .list-wrapper .list-main .list-col:nth-child(2) * {
    margin-left: auto;
    margin-right: auto;
  }
  #import-fromExcel .list-wrapper .list-header .list-col.list-detailed-status,
  #import-fromExcel .list-wrapper .list-main .list-col.list-detailed-status {
    flex: 1.4 1 auto;
  }
}
@media (min-width: 768px) {
  #import-fromExcel .list-wrapper {
    width: 99vw;
  }
}
#organization-dashboard .list-wrapper-main:hover {
  cursor: default;
  color: #444444;
}
#organization-dashboard .list-wrapper-main:hover:nth-child(2n+0) {
  background-color: white;
}
#organization-dashboard .list-wrapper-main:hover:nth-child(2n+1) {
  background-color: #f0f0f0;
}
#organization-dashboard .list-wrapper {
  background-color: white;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (min-width: 768px) {
  #organization-dashboard .list-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 98vw;
  }
}
#organization-dashboard .list-wrapper .list-footer {
  border-top: 2px solid #006387;
}
#organization-dashboard .list-wrapper .list-footer .RadDataPager_Default {
  margin-top: 0;
}
#special-cards .list-header .list-col {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#special-cards .list-col-date {
  min-width: 150px;
  flex: 2 2 auto;
}
#special-cards .list-wrapper-main:hover {
  cursor: default;
  color: #444444;
}
#special-cards .list-wrapper-main:hover:nth-child(2n+0) {
  background-color: white;
}
#special-cards .list-wrapper-main:hover:nth-child(2n+1) {
  background-color: #f0f0f0;
}
#special-cards .filters > div {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#special-cards .filters .btn-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#special-cards .filters .btn-container input {
  max-width: 100px;
}
#special-cards .filters > div > span {
  display: block;
}
#special-cards div.RadUpload_Default {
  display: inline-block;
}
#special-cards div.RadUpload_Default .ruBrowse {
  background-image: url("/Images/upload_gray.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  border-width: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  min-width: 20px;
  width: 20px;
}
#special-cards div.RadUpload_Default .ruFileInput {
  cursor: pointer;
}
#special-cards .RadPicker_Default:not(.RadDateTimePicker) .rcCalPopup,
#special-cards .RadPicker_Default:not(.RadDateTimePicker) .rcTimePopup {
  background: url(../Images/calendar.png) no-repeat 4px 6px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #special-cards .list-btn.list-btn-accept,
  #special-cards .list-btn.list-btn-refuse,
  #special-cards .list-btn.list-btn-unrefuse,
  #special-cards .list-btn.list-btn-media,
  #special-cards .list-btn.list-btn-export,
  #special-cards .list-btn.list-btn-similar-accept,
  #special-cards .list-btn.list-btn-link,
  #special-cards .list-btn.list-btn-link-update {
    display: block;
    width: 80px;
  }
}
#manageaccount .list-wrapper {
  width: 100%;
}
#manageaccount .list-header .list-col {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#manageaccount .list-col-date {
  min-width: 150px;
  flex: 2 2 auto;
}
#manageaccount .list-wrapper-main:hover {
  cursor: default;
  color: #444444;
}
#manageaccount .list-wrapper-main:hover:nth-child(2n+0) {
  background-color: white;
}
#manageaccount .list-wrapper-main:hover:nth-child(2n+1) {
  background-color: #f0f0f0;
}
#manageaccount div.RadUpload_Default {
  display: inline-block;
}
#manageaccount div.RadUpload_Default .ruBrowse {
  background-image: url("/Images/upload_gray.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  border-width: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  min-width: 20px;
  width: 20px;
}
#manageaccount div.RadUpload_Default .ruFileInput {
  cursor: pointer;
}
#manageaccount .RadPicker_Default:not(.RadDateTimePicker) .rcCalPopup,
#manageaccount .RadPicker_Default:not(.RadDateTimePicker) .rcTimePopup {
  background: url(../Images/calendar.png) no-repeat 4px 6px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #manageaccount .list-btn.list-btn-accept,
  #manageaccount .list-btn.list-btn-refuse,
  #manageaccount .list-btn.list-btn-unrefuse,
  #manageaccount .list-btn.list-btn-media,
  #manageaccount .list-btn.list-btn-export,
  #manageaccount .list-btn.list-btn-similar-accept,
  #manageaccount .list-btn.list-btn-link,
  #manageaccount .list-btn.list-btn-link-update {
    display: block;
    width: 80px;
  }
}
#accreditation-reports .list-wrapper-main:hover {
  cursor: default;
  color: #444444;
}
#accreditation-reports .list-wrapper-main:hover:nth-child(2n+0) {
  background-color: white;
}
#accreditation-reports .list-wrapper-main:hover:nth-child(2n+1) {
  background-color: #f0f0f0;
}
#audit-logs .list-wrapper-main:hover {
  cursor: default !important;
  color: #444444;
}
#audit-logs .list-wrapper-main:hover:nth-child(2n+0) {
  background-color: white;
}
#audit-logs .list-wrapper-main:hover:nth-child(2n+1) {
  background-color: #f0f0f0;
}
#audit-logs .list-wrapper-main .list-col.col-3 {
  cursor: pointer !important;
}
.modal-wrapper {
  padding: 0 !important;
}
.modal-wrapper .modal-dialog {
  background-color: #f0f0f0;
  margin-top: 15%;
  border-radius: 5%;
}
.modal-wrapper .modal-dialog .modal-content {
  border-color: #006387;
}
.modal-wrapper .modal-dialog .modal-content .modal-header {
  background-color: #006387;
  color: white;
  display: flex;
}
.modal-wrapper .modal-dialog .modal-content .modal-header :nth-child(1) {
  flex: 0 1 10%;
}
.modal-wrapper .modal-dialog .modal-content .modal-header :nth-child(2) {
  flex: 0 1 80%;
  text-align: center;
  text-transform: uppercase;
}
.modal-wrapper .modal-dialog .modal-content .modal-header :nth-child(3) {
  flex: 0 1 10%;
  text-align: right;
  font-size: 1.4em;
  color: white;
}
.modal-wrapper .modal-dialog .modal-content .modal-header button.close {
  color: white;
  opacity: 0.9;
  cursor: pointer;
}
.modal-wrapper input[type=radio] {
  margin-right: 6px;
  margin-top: 10px;
}
.modal-wrapper input[type=radio]:not(:first-child) {
  margin-left: 10px;
}
html {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
  background-color: white;
  /* the new scrollbar will have a flat appearance with the set background color */

  /* this will style the thumb, ignoring the track */

  /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

  /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

}
html ::-webkit-scrollbar {
  width: 15px;
}
html ::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
html ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}
html ::-webkit-scrollbar-button {
  background-color: #cacaca;
}
html ::-webkit-scrollbar-corner {
  background-color: black;
}
body {
  min-height: 100vh;
  color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
  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%;
}
.btn_disabled,
.btn_disabled:hover {
  background: #dddddd !important;
}
.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;
}
/*.required{._required;}*/

/*.form-input-error{._form-input-error;}*/

h1 {
  font-size: 1.4em;
  font-weight: 700;
}
h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0.8rem;
  color: #006388;
  font-weight: 700;
}
@media (min-width: 768px) {
  .title {
    display: none;
  }
}
@media (min-width: 768px) {
  .title.always-visible {
    display: block;
  }
}
.subtitle {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 10px 4px 10px;
}
.subtitle ._orange {
  color: #ff8000;
}
.subtitle ._white {
  color: white;
}
.subtitle ._black {
  color: #333333;
}
header {
  background-color: #346080;
  color: white;
  font-weight: 700;
  /*div {margin: auto;} USED FOR BOOTSTRAP BAR*/

}
.filter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-right: 6px;
}
.filter-wrapper > * {
  padding-bottom: 6px;
  padding-left: 6px;
  flex: 0 1 auto;
}
.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 {
  text-align: center;
}
.logo img {
  width: 90%;
  margin: 10px;
}
@media (min-width: 375px) {
  .logo img {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .logo img {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .logo img {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .logo img {
    width: 50%;
  }
}
.user {
  text-align: right;
  padding-bottom: 10px;
}
.user div {
  display: inline;
}
.user img {
  border-radius: 20px;
  border: 1px solid white;
  padding: 4px;
  width: 10%;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .user {
    padding-bottom: 0;
  }
  .user img {
    width: 16%;
  }
}
@media (min-width: 992px) {
  .user img {
    width: 14%;
  }
}
@media (min-width: 1200px) {
  .user img {
    width: 10%;
  }
}
main .container {
  background-color: white;
}
.wrapper {
  background-color: white;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header-subtitle {
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  color: #444444;
}
.header-subtitle h1 {
  padding-left: 40px;
  background: url("../Images/hands_volunteers.png") no-repeat left center;
}
.header-subtitle p {
  text-align: justify;
}
.box .row {
  padding-bottom: 40px;
}
.box .row input:not([type=radio]):not([type=checkbox]):not([type=button]):not(.rcbInput),
.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_Default:not(.RadDateTimePicker) {
  width: 100% !important;
  height: 30px;
}
.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;
}
.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 {
  margin: auto;
}
.box .row .picture img {
  background-color: #eeeeee;
}
#preferences p {
  font-weight: 700;
  font-size: 1.2em;
}
#preferences label {
  display: inline;
}
.button-container {
  padding-top: 40px;
}
.button-container:last-child {
  padding-bottom: 40px;
}
footer {
  margin: 0 auto;
}
/* EVENT INFOMATION SECTION*/

#event-information .box {
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}
#event-information .box#software span {
  text-align: center;
}
#event-information .box .row .RadPicker_Default {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #event-information .box {
    margin: 0 auto;
    width: 84vw;
  }
}
#event-information .box-files,
#event-information .box-links {
  padding-bottom: 20px;
}
#event-information .box-files > div,
#event-information .box-links > div {
  margin: 20px 0;
  align-items: center;
}
#event-information .box-files > div h2,
#event-information .box-links > div h2 {
  margin: 0;
}
#event-information .box-files > div input[type=submit].management-btn,
#event-information .box-links > div input[type=submit].management-btn {
  min-width: 130px;
}
@media (min-width: 992px) {
  #event-information .box-files,
  #event-information .box-links {
    margin: 0 auto;
    width: 84vw;
  }
}
#event-information .box-links {
  border-bottom: 1px solid #dddddd;
}
#event-information .button-div {
  align-self: center;
  text-align: center;
  margin: 10px auto;
}
#event-information .button-div .management-btn {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #41b87b;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.9em;
  width: 100px;
  margin-top: 10px;
}
#event-information .button-div .management-btn.btn-bigger {
  padding: 4px 16px;
}
#event-information .button-div .management-btn:hover {
  background-color: #349262;
}
#event-information .button-div .management-btn:active,
#event-information .button-div .management-btnfocus {
  background-color: #2e8358;
}
#event-information .button-div .copyevent-btn {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #41b87b;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.9em;
  width: 200px;
  margin-top: 10px;
}
#event-information .button-div .copyevent-btn.btn-bigger {
  padding: 4px 16px;
}
#event-information .button-div .copyevent-btn:hover {
  background-color: #349262;
}
#event-information .button-div .copyevent-btn:active,
#event-information .button-div .copyevent-btnfocus {
  background-color: #2e8358;
}
#event-information .updown {
  text-align: center;
  margin: 10px auto;
}
#event-information .updown > div:not(.btn-container) {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
#event-information .updown a.link-block {
  width: 150px;
  display: block;
  margin: 0 auto;
}
#event-information .updown a.link-block img {
  max-height: 70px;
  min-height: 35px;
}
#event-information .updown img {
  display: block;
  background-color: #eeeeee;
  margin: 2px auto 10px auto;
}
#event-information .updown .btn-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
#event-information .updown .btn-container .RadUpload_Default {
  width: 26px;
  height: 22px;
}
#event-information .updown .btn-container .RadUpload_Default .ruFileInput,
#event-information .updown .btn-container .RadUpload_Default .ruFakeInput {
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
}
#event-information .updown .btn-container .RadUpload_Default .ruFileWrap.ruStyled {
  margin-top: -14px;
}
#event-information .updown .btn-container .RadUpload_Default 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;
  padding: 0;
}
#event-information .updown .btn-container .RadUpload_Default span.ruButton.ruBrowse:hover {
  animation: bounceout 4s linear;
  opacity: 0.8;
}
#event-information .updown .btn-container .RadUpload_Default span.ruButton.ruBrowse:active,
#event-information .updown .btn-container .RadUpload_Default span.ruButton.ruBrowsefocus {
  background: #2e8358;
}
#event-information .updown .btn-container .RadUpload_Default span.ruUploadProgress {
  display: none;
}
#event-information .updown .btn-container .RadUpload_Default span.ruButton.ruRemove {
  margin: 0 auto;
  cursor: pointer;
}
#event-information .updown .btn-container a {
  height: 22px;
}
#event-information .updown .btn-container a img {
  /*display:inline-block;*/
  width: 26px;
  height: 18px;
  background-color: transparent;
}
#event-information .updown div.tooltip-wrapper {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
#event-information .updown div.tooltip-wrapper span:first-child {
  padding-right: 2px;
}
#event-information .updown div.tooltip-wrapper span:last-child {
  padding-left: 2px;
}
#event-information .updown div.tooltip-wrapper span.info-tooltip-sw {
  display: inline-block;
}
#event-information .updown div.tooltip-wrapper span.info-tooltip-sw img {
  width: 30px;
  margin: 0 auto;
}
#event-information #modal-confirm {
  padding: 0 !important;
}
#event-information #modal-confirm .modal-header {
  background-color: #006387;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  /*:nth-child(1){flex: 0 1 90%;text-align:center;text-transform:uppercase;font-weight:700;padding-left:10%;}
        :nth-child(2){flex: 0 1 10%;text-align:right;font-size:1.4em;color:#fff;button{cursor:pointer;}}*/

}
#event-information #modal-confirm .modal-body {
  background-color: #f0f0f0;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#event-information #modal-confirm .modal-body:before,
#event-information #modal-confirm .modal-body: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;
}
#event-information #modal-confirm .modal-body:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}
#event-information #modal-confirm .modal-footer {
  background-color: #f0f0f0;
}
/* ERROR PAGE SECTION*/

#error-page {
  min-height: 100vh;
}
#error-page .error-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
#error-page img {
  width: 100%;
  margin: 0 auto;
  max-width: 240px;
}
#error-page .footer {
  position: fixed;
  bottom: 0;
}
#error-page div > .button-div {
  margin: 40px auto;
}
#error-page div > .button-div > a.management-btn {
  font-size: 1.2em;
  padding: 0.1em 1em;
}
#error-page div > .button-div > a.management-btn:hover {
  text-decoration: none;
}
/* DASHBOARD SECTION*/

/*#user-dashboard {
    .content{height:100%;}
    .your-requests-wrapper {
        background-color: lighten(@background_color_clubs,20%);
        height:400px;
        padding:10px;
    }
    .previous-events-wrapper {
        background-color: lighten(@background_color_media,40%);
        height:160px;
        padding: 10px;
    }
    .current-events-wrapper {
        background-color: lighten(@background_color_eventorganizer,40%);
        padding: 10px;
    }
}*/

/* GENERIC CUSTOM COLOR FUNCTION*/

/*Functions Colors - BG and FG for badge*/

.rcpPalette {
  width: auto !important;
}
.RadColorPicker .rcpIcon em {
  margin-left: -15px !important;
}
.ColorPicker_Functions {
  font-size: 0.8em !important;
}
/*Functions Colors - BG and FG for badge*/

#DIV_CustomColorPage.error-admin .header-bar {
  background-color: #006387;
}
#DIV_CustomColorPage.error-admin .header-bar .col-bar {
  border-bottom-color: #006387;
  background-color: #006387;
}
#DIV_CustomColorPage.error-admin .header-bar .submenu ul ul {
  background-color: #006387;
}
#DIV_CustomColorPage.error-admin .header-bar .submenu ul ul li > * {
  background-color: #006387;
  color: white;
}
#DIV_CustomColorPage.error-admin .header-bar .user {
  display: inline;
}
#DIV_CustomColorPage.error-admin .header-bar .user-mobile {
  display: none;
}
@media (max-width: 767px) {
  #DIV_CustomColorPage.error-admin .header-bar .col-bar #RadComboCulture .rcbInner,
  #DIV_CustomColorPage.error-admin .header-bar .col-bar .RCB_Culture .t-font-icon {
    border-color: white !important;
    color: white !important;
  }
  #DIV_CustomColorPage.error-admin .header-bar .col-bar.submenu {
    background-color: #f0f0f0;
  }
  #DIV_CustomColorPage.error-admin .header-bar .col-bar.submenu .user {
    display: none;
  }
  #DIV_CustomColorPage.error-admin .header-bar .col-bar.submenu .user-mobile {
    display: inline;
  }
  #DIV_CustomColorPage.error-admin .header-bar .col-bar.submenu * {
    background-color: #f0f0f0;
    color: #006387;
  }
}
#DIV_CustomColorPage.error-admin .button-div a {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #006387;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
#DIV_CustomColorPage.error-admin .button-div a.btn-bigger {
  padding: 4px 16px;
}
#DIV_CustomColorPage.error-admin .button-div a:hover {
  background-color: #003e54;
}
#DIV_CustomColorPage.error-admin .button-div a:active,
#DIV_CustomColorPage.error-admin .button-div afocus {
  background-color: #002f40;
}
#DIV_CustomColorPage.error-club .header-bar {
  background-color: #43b77a;
}
#DIV_CustomColorPage.error-club .header-bar .col-bar {
  border-bottom-color: #43b77a;
  background-color: #43b77a;
}
#DIV_CustomColorPage.error-club .header-bar .submenu ul ul {
  background-color: #43b77a;
}
#DIV_CustomColorPage.error-club .header-bar .submenu ul ul li > * {
  background-color: #43b77a;
  color: white;
}
#DIV_CustomColorPage.error-club .header-bar .user {
  display: inline;
}
#DIV_CustomColorPage.error-club .header-bar .user-mobile {
  display: none;
}
@media (max-width: 767px) {
  #DIV_CustomColorPage.error-club .header-bar .col-bar #RadComboCulture .rcbInner,
  #DIV_CustomColorPage.error-club .header-bar .col-bar .RCB_Culture .t-font-icon {
    border-color: white !important;
    color: white !important;
  }
  #DIV_CustomColorPage.error-club .header-bar .col-bar.submenu {
    background-color: #f0f0f0;
  }
  #DIV_CustomColorPage.error-club .header-bar .col-bar.submenu .user {
    display: none;
  }
  #DIV_CustomColorPage.error-club .header-bar .col-bar.submenu .user-mobile {
    display: inline;
  }
  #DIV_CustomColorPage.error-club .header-bar .col-bar.submenu * {
    background-color: #f0f0f0;
    color: #006387;
  }
}
#DIV_CustomColorPage.error-club .button-div a {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #43b77a;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
#DIV_CustomColorPage.error-club .button-div a.btn-bigger {
  padding: 4px 16px;
}
#DIV_CustomColorPage.error-club .button-div a:hover {
  background-color: #359261;
}
#DIV_CustomColorPage.error-club .button-div a:active,
#DIV_CustomColorPage.error-club .button-div afocus {
  background-color: #308357;
}
#DIV_CustomColorPage.error-media .header-bar {
  background-color: #009ed8;
}
#DIV_CustomColorPage.error-media .header-bar .col-bar {
  border-bottom-color: #009ed8;
  background-color: #009ed8;
}
#DIV_CustomColorPage.error-media .header-bar .submenu ul ul {
  background-color: #009ed8;
}
#DIV_CustomColorPage.error-media .header-bar .submenu ul ul li > * {
  background-color: #009ed8;
  color: white;
}
#DIV_CustomColorPage.error-media .header-bar .user {
  display: inline;
}
#DIV_CustomColorPage.error-media .header-bar .user-mobile {
  display: none;
}
@media (max-width: 767px) {
  #DIV_CustomColorPage.error-media .header-bar .col-bar #RadComboCulture .rcbInner,
  #DIV_CustomColorPage.error-media .header-bar .col-bar .RCB_Culture .t-font-icon {
    border-color: white !important;
    color: white !important;
  }
  #DIV_CustomColorPage.error-media .header-bar .col-bar.submenu {
    background-color: #f0f0f0;
  }
  #DIV_CustomColorPage.error-media .header-bar .col-bar.submenu .user {
    display: none;
  }
  #DIV_CustomColorPage.error-media .header-bar .col-bar.submenu .user-mobile {
    display: inline;
  }
  #DIV_CustomColorPage.error-media .header-bar .col-bar.submenu * {
    background-color: #f0f0f0;
    color: #006387;
  }
}
#DIV_CustomColorPage.error-media .button-div a {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #009ed8;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
#DIV_CustomColorPage.error-media .button-div a.btn-bigger {
  padding: 4px 16px;
}
#DIV_CustomColorPage.error-media .button-div a:hover {
  background-color: #0079a5;
}
#DIV_CustomColorPage.error-media .button-div a:active,
#DIV_CustomColorPage.error-media .button-div afocus {
  background-color: #006a91;
}
#DIV_CustomColorPage.error-volunteer .header-bar {
  background-color: #bf4d4d;
}
#DIV_CustomColorPage.error-volunteer .header-bar .col-bar {
  border-bottom-color: #bf4d4d;
  background-color: #bf4d4d;
}
#DIV_CustomColorPage.error-volunteer .header-bar .submenu ul ul {
  background-color: #bf4d4d;
}
#DIV_CustomColorPage.error-volunteer .header-bar .submenu ul ul li > * {
  background-color: #bf4d4d;
  color: white;
}
#DIV_CustomColorPage.error-volunteer .header-bar .user {
  display: inline;
}
#DIV_CustomColorPage.error-volunteer .header-bar .user-mobile {
  display: none;
}
@media (max-width: 767px) {
  #DIV_CustomColorPage.error-volunteer .header-bar .col-bar #RadComboCulture .rcbInner,
  #DIV_CustomColorPage.error-volunteer .header-bar .col-bar .RCB_Culture .t-font-icon {
    border-color: white !important;
    color: white !important;
  }
  #DIV_CustomColorPage.error-volunteer .header-bar .col-bar.submenu {
    background-color: #f0f0f0;
  }
  #DIV_CustomColorPage.error-volunteer .header-bar .col-bar.submenu .user {
    display: none;
  }
  #DIV_CustomColorPage.error-volunteer .header-bar .col-bar.submenu .user-mobile {
    display: inline;
  }
  #DIV_CustomColorPage.error-volunteer .header-bar .col-bar.submenu * {
    background-color: #f0f0f0;
    color: #006387;
  }
}
#DIV_CustomColorPage.error-volunteer .button-div a {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #bf4d4d;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
#DIV_CustomColorPage.error-volunteer .button-div a.btn-bigger {
  padding: 4px 16px;
}
#DIV_CustomColorPage.error-volunteer .button-div a:hover {
  background-color: #a03939;
}
#DIV_CustomColorPage.error-volunteer .button-div a:active,
#DIV_CustomColorPage.error-volunteer .button-div afocus {
  background-color: #913434;
}
#DIV_CustomColorPage.error-generic .header-bar {
  background-color: #ff8000;
}
#DIV_CustomColorPage.error-generic .header-bar .col-bar {
  border-bottom-color: #ff8000;
  background-color: #ff8000;
}
#DIV_CustomColorPage.error-generic .header-bar .submenu ul ul {
  background-color: #ff8000;
}
#DIV_CustomColorPage.error-generic .header-bar .submenu ul ul li > * {
  background-color: #ff8000;
  color: white;
}
#DIV_CustomColorPage.error-generic .header-bar .user {
  display: inline;
}
#DIV_CustomColorPage.error-generic .header-bar .user-mobile {
  display: none;
}
@media (max-width: 767px) {
  #DIV_CustomColorPage.error-generic .header-bar .col-bar #RadComboCulture .rcbInner,
  #DIV_CustomColorPage.error-generic .header-bar .col-bar .RCB_Culture .t-font-icon {
    border-color: white !important;
    color: white !important;
  }
  #DIV_CustomColorPage.error-generic .header-bar .col-bar.submenu {
    background-color: #f0f0f0;
  }
  #DIV_CustomColorPage.error-generic .header-bar .col-bar.submenu .user {
    display: none;
  }
  #DIV_CustomColorPage.error-generic .header-bar .col-bar.submenu .user-mobile {
    display: inline;
  }
  #DIV_CustomColorPage.error-generic .header-bar .col-bar.submenu * {
    background-color: #f0f0f0;
    color: #006387;
  }
}
#DIV_CustomColorPage.error-generic .button-div a {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #ff8000;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
#DIV_CustomColorPage.error-generic .button-div a.btn-bigger {
  padding: 4px 16px;
}
#DIV_CustomColorPage.error-generic .button-div a:hover {
  background-color: #cc6600;
}
#DIV_CustomColorPage.error-generic .button-div a:active,
#DIV_CustomColorPage.error-generic .button-div afocus {
  background-color: #b85c00;
}
/*ACCOUNT MANAGER*/

#accounts-manager .account-add {
  text-align: center;
  margin: 20px auto;
}
#accounts-manager .account-add > div {
  display: inline;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}
#accounts-manager .account-add > div:hover {
  border: 1px solid white;
}
#accounts-manager .account-add > div:hover img {
  opacity: 0.8;
  transform: rotate(90deg);
}
#accounts-manager .account-add .DIV_AddAccount {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 -10px;
  text-transform: uppercase;
}
#accounts-manager .account-add img {
  outline: none;
  box-shadow: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 0 -1px 0 0;
  padding: 0;
  border: 0;
  transition: all 0.3s ease;
}
#accounts-manager .account-add img:hover {
  opacity: 0.8;
  transform: rotate(90deg);
}
/* TEMPLATE FUNCTION SECTION*/

#function-rights-template .functiontemplate-title {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 700;
}
#function-rights-template .functions-wrapper {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
#function-rights-template .function-template-box {
  display: inline-block;
  width: 90%;
}
#function-rights-template .panels {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
  border: 1px solid #666666;
  padding: 10px;
  width: 80%;
  margin: 0 auto 40px auto;
}
@media (min-width: 576px) {
  #function-rights-template .panels {
    width: 90%;
  }
}
@media (min-width: 768px) {
  #function-rights-template .panels {
    width: 90%;
  }
}
#function-rights-template .panels label {
  margin-bottom: 0 !important;
}
#function-rights-template .management-btn {
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  background-color: #41b87b;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.9em;
  padding: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#function-rights-template .management-btn.btn-bigger {
  padding: 4px 16px;
}
#function-rights-template .management-btn:hover {
  background-color: #349262;
}
#function-rights-template .management-btn:active,
#function-rights-template .management-btnfocus {
  background-color: #2e8358;
}
#function-rights-template .boxes-wrapper {
  text-align: center;
  max-width: 1024px;
  margin: 0;
}
@media (min-width: 992px) {
  #function-rights-template .boxes-wrapper {
    margin: 0 auto;
  }
}
#function-rights-template input[type=checkbox] {
  margin-right: 6px;
}
/*ADD ACCOUNT/ACCREDITATION*/

@media (min-width: 576px) and (max-width: 1200px) {
  .add-account-accreditation .RAU-document {
    display: inline-block;
    font-size: 0.9em;
  }
  .add-account-accreditation .RAU-document .tooltip-wrapper {
    height: 48px;
  }
  .add-account-accreditation .RAU-document .ruSelectWrap .ruFileWrap > span.ruFakeInput,
  .add-account-accreditation .RAU-document .ruSelectWrap span.ruButton.ruBrowse {
    height: 32px;
  }
  .add-account-accreditation .RAU-document .ruSelectWrap span.ruButton {
    display: block !important;
    margin-top: 10px !important;
    max-width: 100px;
    margin: 10px auto !important;
  }
}
/*IMPORT FROM EXCEL*/

#RAU_ImportExcel .ruFakeInput {
  display: none !important;
}
#RAU_ImportExcel .ruButton {
  background-image: none !important;
  background-color: #006388;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  height: 30px;
}
.ImportFromExcelMessage {
  width: 100%;
  text-align: center;
}
#img_ExcelTemplate {
  width: 40px;
}
#BTN_ImportExcel {
  width: auto !important;
  height: auto !important;
}
#events-list .event-wrapper .event-title {
  display: block;
  max-height: 54px;
  overflow: hidden;
}
/*ADD SUB-EVENT (EventInfo)*/

.DIV_CB_OrganizationNotInList {
  margin: 10px auto;
  text-align: left;
}
.DIV_CB_OrganizationNotInList label {
  padding-left: 10px;
}
.EventOrgSection_Title {
  text-align: left;
}
.DIV_EventOrgSection_Title {
  text-align: left;
}
.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;
}
.RadPicker_Default:not(.RadDateTimePicker) {
  height: 40px;
}
input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=submit]):not([type=image]):not([name*=RCB]),
select {
  height: 30px;
}
.RadPicker_Default:not(.RadDateTimePicker) .riTextBox {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0 !important;
}
.RadPicker_Default:not(.RadDateTimePicker) .rcCalPopup,
.box .row .RadPicker_Default:not(.RadDateTimePicker) .rcTimePopup {
  background: url(../Images/calendar.png) no-repeat 30% 38%;
  height: 40px;
  width: 40px;
}
.RadPicker_Default:not(.RadDateTimePicker) .rcCalPopup:hover,
.box .row .RadPicker_Default:not(.RadDateTimePicker) .rcTimePopup:hover {
  background-position: 30% 38%;
}
.filters .btn.btn-search {
  height: 34px;
}
#assign-venue {
  width: 106px;
  margin: auto;
}
