/* SASS code for UI v3 */
/* ui-base */
/* Version 3.6 */
/* This is the base CSS for all UI*/
/* SASS code for UI v3 */
/* Mixins for ui-base */
/* SASS code for UI v3 */
/* Paddings and Margins style */
.ui--no_padding {
  padding: 0px !important; }

.ui--padding_half {
  padding: calc(20px/2) !important; }

.ui--padding_top {
  padding-top: 20px !important; }

.ui--padding_bottom {
  padding-bottom: 20px !important; }

.ui--no_margin_top {
  margin-top: 0px !important; }

.ui--margin_top {
  margin-top: 20px; }

.ui--margin_top_2x {
  margin-top: calc(2 * 20px) !important; }

.ui--margin_top_3x {
  margin-top: calc(3 * 20px) !important; }

.ui--margin_top_4x {
  margin-top: calc(4 * 20px) !important; }

.ui--no_margin_bottom {
  margin-bottom: 0px !important; }

.ui--margin_bottom {
  margin-bottom: 20px; }

.ui--margin_bottom_2x {
  margin-bottom: calc(2 * 20px) !important; }

.ui--margin_bottom_3x {
  margin-bottom: calc(3 * 20px) !important; }

.ui--margin_bottom_4x {
  margin-bottom: calc(4 * 20px) !important; }

.ui--contents_no_margin > * {
  margin: 0 !important; }

.ui--contents_half_tb_margin > * {
  margin-top: calc(20px/2) !important;
  margin-top: calc(20px/2) !important; }

/* SASS code for UI v3 */
/* Header style */
.ui_header {
  background-color: #172028;
  color: #dddddd;
  height: 75px;
  font-size: 17px;
  font-family: Arial;
  position: fixed;
  width: 100%;
  z-index: 150; }
  .ui_header .ui_header__active_area {
    padding: 12px 60px;
    margin: 0 auto;
    /* Header misc items */
    /* Header Parts */ }
    .ui_header .ui_header__active_area .fa {
      font-size: 20px; }
    .ui_header .ui_header__active_area .ui_header__option {
      min-width: 50px;
      float: left;
      transform: translate(0px, 0px);
      cursor: pointer; }
      .ui_header .ui_header__active_area .ui_header__option a {
        color: #dddddd; }
    .ui_header .ui_header__active_area .ui_header__option.ui_dropdown--open {
      background: #24313D;
      color: #333333;
      border-radius: 2px 2px 0px 0px;
      line-height: 22px !important;
      cursor: pointer; }
    .ui_header .ui_header__active_area .ui_header__option--text {
      font-size: 17px !important;
      font-family: "Open sans", Arial !important;
      font-size: 16px !important;
      padding-left: 15px;
      padding-right: 15px; }
    .ui_header .ui_header__active_area .ui_header__part {
      float: right;
      line-height: 48px; }
      .ui_header .ui_header__active_area .ui_header__part a {
        text-decoration: none; }
      .ui_header .ui_header__active_area .ui_header__part .fa {
        line-height: 50px; }
    .ui_header .ui_header__active_area .ui_header__sidenav_option {
      float: left;
      padding-right: 40px;
      display: none; }
    .ui_header .ui_header__active_area .ui_header__title {
      float: left;
      font-family: Arial; }
      .ui_header .ui_header__active_area .ui_header__title a {
        background-repeat: no-repeat;
        background-position: left center;
        display: block;
        padding-left: 50px;
        text-decoration: none; }
      .ui_header .ui_header__active_area .ui_header__title .ui_header__title--partA {
        font-size: 24px;
        font-family: 'Open Sans', Arial;
        color: #CCCCCC; }
      .ui_header .ui_header__active_area .ui_header__title .ui_header__title--partB {
        font-size: 24px;
        color: #FFFFFF;
        font-family: 'Open Sans', Arial; }
      .ui_header .ui_header__active_area .ui_header__title .ui_header__title--seperator {
        font-size: 17px;
        position: relative;
        bottom: 2px;
        color: #555555; }
      .ui_header .ui_header__active_area .ui_header__title .ui_header__title--partC {
        font-size: 13px;
        color: #CBCBCB;
        font-family: 'Open Sans', Arial; }
    .ui_header .ui_header__active_area .ui_header__login_options {
      margin-left: 10px; }
      .ui_header .ui_header__active_area .ui_header__login_options .ui_header__login_options__username {
        font-style: italic !important; }
      .ui_header .ui_header__active_area .ui_header__login_options .ui_header__login_options__username_icon {
        display: none; }
      .ui_header .ui_header__active_area .ui_header__login_options .ui_button {
        margin-top: 8px; }
    .ui_header .ui_header__active_area .ui_header__gotoservice_li {
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: 130px 10px;
      padding: 10px 50px 10px 0px !important;
      line-height: 25px !important; }
    .ui_header .ui_header__active_area .ui_header__gotoservice_li:hover {
      background-size: 25px 25px !important;
      background-repeat: no-repeat !important;
      background-position: 130px 10px !important;
      transition: all 150ms ease-in-out; }
    .ui_header .ui_header__active_area #ui_header__gotoservice_li--itauth {
      background-image: url(https://cdn.it.auth.gr/images/logos/it/it-logo-100x100.png); }
    .ui_header .ui_header__active_area #ui_header__gotoservice_li--sisauth {
      background-image: url(https://cdn.it.auth.gr/images/logos/services/sis/sis-128.png); }
    .ui_header .ui_header__active_area #ui_header__gotoservice_li--webmailauth {
      background-image: url(https://cdn.it.auth.gr/images/logos/services/webmail/webmail-35x35.png); }
    .ui_header .ui_header__active_area #ui_header__gotoservice_li--elearningauth {
      background-image: url(https://cdn.it.auth.gr/images/logos/services/elearning/elearning-128.png); }
    .ui_header .ui_header__active_area #ui_header__gotoservice_li--mycloudauth {
      background-image: url(https://cdn.it.auth.gr/images/logos/services/mycloud/mycloud-36F.png); }

/* SASS code for UI v3 */
/* Navigation style */
.ui_navigation {
  position: fixed;
  z-index: 100;
  background-color: #fbfbfb;
  color: #dddddd;
  height: 20px;
  font-size: 17px;
  font-family: Arial;
  width: 100%;
  padding-top: 88px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding-left: 50px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2); }
  .ui_navigation a {
    color: #333333 !important;
    padding: 0px 10px;
    margin: 0px;
    min-width: 80px;
    float: left; }
  .ui_navigation a:hover {
    transition: all 150ms ease-in-out; }
  .ui_navigation a.ui_navigation_selected {
    font-weight: 600;
    cursor: default; }

/* SASS code for UI v3 */
/* Content style */
.ui_content {
  font-family: 'Open Sans', sans-serif;
  /*background:linear-gradient(top,#e9e9e90%,#fbfbfb10%);*/
  padding-top: 90px;
  padding-bottom: 120px; }

.ui_content__active_area {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  max-width: 960px;
  margin: 0 auto; }

.ui_content__active_area--full_width {
  max-width: 96% !important; }

/* SASS code for UI v3 */
/* Footer style */
.ui_footer {
  margin-top: 4em;
  background: #f4f4f4;
  border-top: 1px solid #c4c4c4;
  box-sizing: border-box;
  color: #696969;
  padding-top: 2.2em;
  bottom: 0;
  left: 0;
  height: 75px;
  position: absolute;
  width: 100%; }

/* SideNav from http://materializecss.com/
   Modified for UIv3
   ------------------------------------------------------- */
.ui_sidenav_option {
  cursor: pointer; }

.side-nav {
  list-style-type: none;
  padding-left: 0px;
  font-family: "Open Sans",sans-serif;
  padding-top: 100px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #24313D;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
  z-index: 999; }
  .side-nav.right-aligned {
    right: 0;
    transform: translateX(105%);
    left: auto;
    transform: translateX(100%); }
  .side-nav .collapsible {
    margin: 0; }
  .side-nav li {
    float: none;
    line-height: 60px; }
    .side-nav li.active {
      background-color: rgba(0, 0, 0, 0.05); }
  .side-nav a {
    color: #FAFAFA;
    display: block;
    font-size: 17px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    padding: 0 32px; }
    .side-nav a:hover {
      background-color: #476177; }
  .side-nav li > a > i,
  .side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"],
  .side-nav li > a > i.material-icons {
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0 32px 0 0;
    width: 30px;
    color: rgba(0, 0, 0, 0.54); }
  .side-nav .divider {
    margin: 8px 0 0 0; }
  .side-nav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 17px;
    font-weight: 500;
    line-height: 60px; }
    .side-nav .subheader:hover {
      background-color: transparent; }
  .side-nav .userView {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px; }
    .side-nav .userView > a {
      height: auto;
      padding: 0; }
      .side-nav .userView > a:hover {
        background-color: transparent; }
    .side-nav .userView .background {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
      display: block; }
    .side-nav .userView .circle {
      height: 64px;
      width: 64px; }
    .side-nav .userView .name,
    .side-nav .userView .email {
      font-size: 17px;
      line-height: 30px; }
    .side-nav .userView .name {
      margin-top: 16px;
      font-weight: 500; }
    .side-nav .userView .email {
      padding-bottom: 16px;
      font-weight: 400; }

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998; }

.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed; }
  .side-nav.fixed.right-aligned {
    right: 0;
    left: auto; }

@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    transform: translateX(-105%); }
    .side-nav.fixed.right-aligned {
      transform: translateX(105%); }
  .side-nav a {
    padding: 0 16px; }
  .side-nav .userView {
    padding: 16px 16px 0; } }
.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #172028; }
  .side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
  .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color: #24313D; }

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  will-change: opacity; }

/* SASS code for UI v3 */
/* Boxes style */
.ui_box {
  margin-top: 20px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  padding: 20px;
  color: #555555; }

.ui_box.ui_box--inset {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  background: #F2F2F2; }

.ui_box.ui_box--error {
  background: tomato;
  color: #FFFFFF; }
  .ui_box.ui_box--error a {
    color: rgba(0, 0, 0, 0.5) !important;
    padding-right: 2px;
    padding-left: 1px; }

.ui_box.ui_box--warning {
  background: #FCFCE5; }

.ui_box.ui_box--info {
  background: #1d9eb2;
  color: #FFFFFF; }

.ui_box.ui_box--success {
  background: #70d860;
  color: #333333; }

.ui_box.ui_box--no_style {
  box-shadow: none !important;
  background: none !important;
  padding: 0px 20px; }

.ui_box.ui_box--border_only {
  box-shadow: none !important;
  background: none !important;
  border: 1px solid #CCCCCC; }

.ui_box--50-50-first {
  width: calc(50% - (20px/2)) !important;
  margin-right: 20px !important;
  float: left; }

.ui_box--50-50-second {
  width: calc(50% - (20px/2)) !important;
  margin-right: 0px !important;
  float: left; }

.ui_box--33-33-33-first {
  width: calc(33.3% - (2*20px/3)) !important;
  margin-right: 20px !important;
  float: left; }

.ui_box--33-33-33-second {
  width: calc(33.3% - (2*20px / 3)) !important;
  margin-right: 20px !important;
  float: left; }

.ui_box--33-33-33-third {
  width: calc(33.3% - (2*20px / 3)) !important;
  margin-right: 0px !important;
  float: left; }

.ui_box--25-75-first {
  width: calc(25% - (20px / 2)) !important;
  margin-right: 20px !important;
  float: left; }

.ui_box--25-75-second {
  width: calc(75% - (20px / 2)) !important;
  margin-right: 0px !important;
  float: left; }

.ui_box--75-25-first {
  width: calc(75% - (20px / 2)) !important;
  margin-right: 20px !important;
  float: left; }

.ui_box--75-25-second {
  width: calc(25% - (20px / 2)) !important;
  margin-right: 0px !important;
  float: left; }

.ui_box--33-66-first {
  width: calc(33.3% - (20px / 2)) !important;
  margin-right: 20px !important;
  float: left; }

.ui_box--33-66-second {
  width: calc(66.6% - (20px / 2)) !important;
  margin-right: 0px !important;
  float: left; }

.ui_box--66-33-first {
  width: calc(66.6% - (20px / 2)) !important;
  margin-right: 20px !important;
  float: left; }

.ui_box--66-33-second {
  width: calc(33.3% - (20px / 2)) !important;
  margin-right: 0px !important;
  float: left; }

.ui_box--toolbox {
  padding: calc(20px/2) 20px !important;
  box-shadow: none;
  background-color: #EEEEEE; }
  .ui_box--toolbox > * {
    margin-top: calc(20px/4) !important;
    margin-bottom: calc(20px/4) !important;
    margin-right: calc(20px/8) !important;
    margin-left: calc(20px/8) !important; }

.ui_box--option {
  text-align: center;
  padding: 30px;
  font-size: 14px;
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  background: none repeat scroll 0 0 #fbfbfb;
  box-shadow: none;
  border: 1px solid #EAEAEA;
  cursor: pointer;
  transition: all 150ms ease-in-out; }
  .ui_box--option .fa {
    font-size: 28px;
    padding-bottom: 10px; }

.ui_box--option:hover {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #E0E0E0;
  transition: all 150ms ease-in-out; }

.ui_box--option:active {
  box-shadow: 0 0 8px #AAA inset;
  transition: all 50ms ease-in-out; }

/* SASS code for UI v3 */
/* Banner style */
.ui_banner {
  height: auto;
  margin: 0 auto; }
  .ui_banner .ui_banner__box {
    margin-top: 20px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 25px #CCC;
    text-align: center;
    height: 130px;
    float: left;
    box-sizing: border-box; }
  .ui_banner .ui_banner__box--title {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    width: calc(100% - 180px - 20px); }
  .ui_banner .ui_banner__box--message {
    padding-left: 15px;
    padding-right: 15px;
    /*padding-top: 45px;*/
    margin-right: 20px;
    width: calc(100% - 180px - 20px); }
    .ui_banner .ui_banner__box--message .ui_banner_message__text--partA {
      float: left;
      font-size: 14px;
      text-align: center;
      width: 100%; }
    .ui_banner .ui_banner__box--message .ui_banner_message__text--partB {
      float: left;
      font-size: 14px;
      text-align: center;
      width: 100%;
      color: #777777;
      line-height: 24px; }
  .ui_banner .ui_banner_message__text-wrapper {
    width: 100%; }
  .ui_banner .ui_banner__box--title_cred {
    width: calc(100% - 460px - 20px); }
  .ui_banner .ui_banner__box--message_cred {
    width: calc(100% - 460px - 20px); }
  .ui_banner .ui_banner__box--login {
    width: 180px; }
  .ui_banner .ui_banner__box--login_cred {
    width: 460px; }
  .ui_banner .ui_banner__box--login_credentials {
    float: left;
    box-sizing: border-box;
    padding: 25px;
    width: 280px; }
  .ui_banner .ui_banner__box--login_button {
    float: right;
    text-align: center;
    width: 180px;
    background: #FFC600;
    padding-top: 50px;
    height: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 150ms ease-in-out; }
  .ui_banner .ui_banner__box--login_button:hover {
    cursor: pointer;
    transition: all 150ms ease-in-out; }
  .ui_banner .ui_banner__box--login_button:active {
    box-shadow: -1px 0 10px 4px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
    transition: all 150ms ease-in-out; }
  .ui_banner .ui_banner__box--login_button_cred {
    border-radius: 0px 4px 4px 0px; }
  .ui_banner .ui_banner__box--login_button_text {
    font-family: 'Open Sans';
    color: #FFF;
    font-size: 20px; }
  .ui_banner .ui_banner__box--login_input-button {
    float: right;
    text-align: center;
    width: 180px;
    background: #FFC600;
    height: 100%;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 150ms ease-in-out;
    font-family: 'Open Sans';
    color: #FFF;
    font-size: 20px; }
  .ui_banner .ui_banner__box--login_input-button:hover {
    cursor: pointer;
    transition: all 150ms ease-in-out; }
  .ui_banner .ui_banner__box--login_inputbutton:active {
    box-shadow: -1px 0 10px 4px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
    transition: all 150ms ease-in-out; }
  .ui_banner .ui_banner__logo {
    position: relative;
    top: 30px;
    width: 70px; }
  .ui_banner .ui_banner__text--servicename {
    font-size: 32px;
    font-family: 'Open Sans';
    color: #FFC600;
    position: relative;
    top: 6px;
    padding-left: 20px; }
  .ui_banner .ui_banner__text--auth {
    font-size: 32px;
    font-family: 'Open Sans';
    color: #555555;
    position: relative;
    top: 6px; }

/* SASS code for UI v3 */
/* Text and Titles style */
.ui_text--size_default {
  font-size: 14px !important; }

.ui_text--size_XS {
  font-size: 11px !important; }

.ui_text--size_S {
  font-size: 12px !important; }

.ui_text--size_L {
  font-size: 17px !important; }

.ui_text--size_XL {
  font-size: 20px !important; }

.ui_text--size_XXL {
  font-size: 28px !important; }

.ui_text--contrast {
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7); }

.ui_text--color_dimmed {
  color: rgba(0, 0, 0, 0.2) !important;
  text-shadow: none; }

.ui_title--primary {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  color: #333333;
  letter-spacing: 0.2px;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  text-align: center; }

.ui_title--secondary {
  clear: both;
  text-align: left;
  padding-bottom: 20px;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif; }

.ui_title--subtitle {
  clear: both;
  text-align: left;
  padding-bottom: 20px;
  font-size: 17px;
  color: #555555;
  font-family: 'Open Sans', sans-serif; }

/* SASS code for UI v3 */
/* Buttons style */
.ui_button {
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  background: #1d9eb2;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #FFFFFF !important;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none !important;
  display: inline-block;
  line-height: 36px;
  white-space: nowrap; }

.ui_button--size_XS {
  line-height: 24px !important;
  font-size: 11px !important; }

.ui_button--size_S {
  line-height: 30px !important;
  font-size: 12px !important; }

.ui_button--size_L {
  line-height: 40px !important;
  font-size: 17px !important; }

.ui_button--size_XL {
  line-height: 50px !important;
  font-size: 20px !important; }

.ui_button--size_XXL {
  line-height: 60px !important;
  font-size: 28px !important; }

.ui_button:not(.ui_button--selected):hover {
  background: #22b9d1;
  text-decoration: none !important;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.7);
  transition: all 150ms ease-in-out; }

a.ui_button:hover {
  text-decoration: none !important; }

.ui_button--full_width {
  width: 100%; }

.ui_button--disabled {
  background: #DDDDDD;
  color: #AAAAAA !important;
  cursor: default;
  box-shadow: none; }

.ui_button--disabled:hover {
  background: #DDDDDD !important;
  color: #AAAAAA !important;
  box-shadow: none !important; }

.ui_button--selected {
  cursor: default;
  box-shadow: inset 0 2px 8px -1px rgba(0, 0, 0, 0.6); }

.ui_button--selected:hover {
  cursor: default;
  box-shadow: inset 0 2px 8px -1px rgba(0, 0, 0, 0.6) !important; }

.ui_button--success {
  background: #70d860 !important;
  color: #102e0b !important;
  transition: all 150ms ease-in-out; }

.ui_button--warning {
  background: lemonchiffon !important;
  color: #cdb800 !important;
  transition: all 150ms ease-in-out; }

.ui_button--error {
  background: tomato !important;
  color: #470b00 !important;
  transition: all 150ms ease-in-out; }

.ui_button--white {
  background: #FFFFFF !important;
  color: #555555 !important;
  border: 1px solid #EEEEEE;
  transition: all 150ms ease-in-out; }

.ui_button--grey {
  background: #FAFAFA !important;
  color: #555555 !important;
  border: 1px solid #DDDDDD;
  transition: all 150ms ease-in-out; }

.ui_button--blue {
  background: #1D73AF !important;
  color: #ffffff !important;
  transition: all 150ms ease-in-out; }

.ui_button--dark {
  background: #172028 !important;
  color: #ffffff !important;
  transition: all 150ms ease-in-out; }

.ui_button--success:not(.ui_button--selected):hover {
  background: #8adf7d !important;
  transition: all 150ms ease-in-out; }

.ui_button--warning:not(.ui_button--selected):hover {
  background: #fffef1 !important;
  transition: all 150ms ease-in-out; }

.ui_button--error:not(.ui_button--selected):hover {
  background: #ff816b !important;
  transition: all 150ms ease-in-out; }

.ui_button--white:not(.ui_button--selected):hover {
  background: #FBFBFB !important;
  transition: all 150ms ease-in-out; }

.ui_button--grey:not(.ui_button--selected):hover {
  background: white !important;
  transition: all 150ms ease-in-out; }

.ui_button--blue:not(.ui_button--selected):hover {
  background: #2287ce !important;
  transition: all 150ms ease-in-out; }

.ui_button--dark:not(.ui_button--selected):hover {
  background: #24323f !important;
  transition: all 150ms ease-in-out; }

/* SASS code for UI v3 */
/* Form Items style */
.ui_fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  margin-top: 10px; }

.ui_label {
  font-size: 12px;
  color: #999999;
  margin: 0px 0px 5px 0px;
  width: 100%;
  display: inline-block; }

.ui_inputTextfield {
  font-family: 'Open Sans', sans-serif;
  border-radius: 3px;
  border: 1px solid #CCC;
  color: #888888;
  font-size: 14px;
  height: 35px;
  padding-bottom: 0;
  padding-left: 5px;
  width: 100%;
  transition: all 50ms ease-in-out;
  margin: 0 0 10px;
  box-sizing: border-box; }

.ui_inputTextfield:hover {
  border: 1px solid #AAA;
  transition: all 50ms ease-in-out; }

.ui_inputTextfield:focus {
  color: #444444;
  border: 1px solid #CCC;
  background-color: #FCFCFC;
  box-shadow: 0 1px 4px 1px #bbbbbb;
  transition: all 150ms ease-in-out; }

.ui_inputTextArea {
  font-family: 'Open Sans', sans-serif;
  border-radius: 3px;
  border: 1px solid #CCC;
  color: #888888;
  font-size: 14px;
  min-height: 70px;
  padding-bottom: 0;
  padding-top: 5px;
  padding-left: 5px;
  width: 100%;
  transition: all 50ms ease-in-out;
  margin: 0 0 10px;
  box-sizing: border-box; }

.ui_inputTextArea:hover {
  border: 1px solid #AAA;
  transition: all 50ms ease-in-out; }

.ui_inputTextArea:focus {
  color: #444444;
  border: 1px solid #CCC;
  background-color: #FCFCFC;
  box-shadow: 0 1px 4px 1px #bbbbbb;
  transition: all 150ms ease-in-out; }

.ui_select {
  font-family: 'Open Sans', sans-serif;
  border-radius: 3px;
  border: 1px solid #CCC;
  color: #888888;
  font-size: 14px;
  height: 35px;
  padding-bottom: 0;
  padding-left: 5px;
  width: 100%;
  transition: all 50ms ease-in-out;
  margin: 0 0 10px;
  box-sizing: border-box; }

.ui_select:hover {
  border: 1px solid #AAA;
  transition: all 50ms ease-in-out; }

.ui_select:focus {
  color: #444444;
  border: 1px solid #CCC;
  background-color: #FCFCFC;
  box-shadow: 0 1px 4px 1px #bbbbbb;
  transition: all 150ms ease-in-out; }

.ui_dropdown ul.ui_dropdown__options {
  background-color: #24313D;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px 0px 2px 2px;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
  font-family: 'Open Sans';
  list-style: outside none none;
  position: absolute;
  padding: 0px 0px;
  width: 170px;
  text-align: right;
  top: 30px;
  right: 0px;
  z-index: 100; }
.ui_dropdown ul.ui_dropdown__options li {
  font-size: 14px; }
.ui_dropdown ul.ui_dropdown__options li a {
  color: #dddddd !important;
  margin: 0px;
  display: block;
  line-height: 35px;
  padding: 10px 15px 10px 10px; }
.ui_dropdown ul.ui_dropdown__options li a:hover {
  color: #ffffff !important;
  background: #476177;
  transition: all 150ms ease-in-out; }

/* Those are for toggle dropdown */
.ui_dropdown__options {
  display: none; }

.ui_dropdown--open .ui_dropdown__options {
  display: inline; }

/* Radio Buttons from http://materializecss.com/
   Modified for UIv3
============================================================================ */
.ui_radio {
  margin-top: 20px; }
  .ui_radio p {
    margin-top: 5px;
    margin-bottom: 5px; }

.ui_radioButton:not(:checked),
.ui_radioButton:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

.ui_radioButton:not(:checked) + label,
.ui_radioButton:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  transition: .1s ease;
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */ }

.ui_radioButton + label:before,
.ui_radioButton + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .1s ease; }

/* Unchecked styles */
.ui_radioButton:not(:checked) + label:before,
.ui_radioButton:not(:checked) + label:after,
.ui_radioButton:checked + label:before,
.ui_radioButton:checked + label:after,
.ui_radioButton.with-gap:checked + label:before,
.ui_radioButton.with-gap:checked + label:after {
  border-radius: 50%; }

.ui_radioButton:not(:checked) + label:before,
.ui_radioButton:not(:checked) + label:after {
  border: 1px solid #555555; }

.ui_radioButton:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0); }

/* Checked styles */
.ui_radioButton:checked + label:before {
  border: 2px solid transparent; }

.ui_radioButton:checked + label:after,
.ui_radioButton.with-gap:checked + label:before,
.ui_radioButton.with-gap:checked + label:after {
  border: #333333; }

.ui_radioButton:checked + label:after,
.ui_radioButton.with-gap:checked + label:after {
  background-color: #555555;
  border: 1px solid #555555;
  z-index: 0; }

.ui_radioButton:checked + label:after {
  transform: scale(1.02); }

/* Radio With gap */
.ui_radioButton.with-gap:checked + label:after {
  transform: scale(0.5); }

/* Focused styles */
.ui_radioButton.tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
.ui_radioButton.with-gap:disabled:checked + label:before {
  border: 2px solid #cccccc; }

.ui_radioButton.with-gap:disabled:checked + label:after {
  border: none;
  background-color: #cccccc; }

/* Disabled style */
.ui_radioButton:disabled:not(:checked) + label:before,
.ui_radioButton:disabled:checked + label:before {
  background-color: transparent;
  border-color: #cccccc; }

.ui_radioButton:disabled + label {
  color: #cccccc; }

.ui_radioButton:disabled:not(:checked) + label:before {
  border-color: #cccccc; }

.ui_radioButton:disabled:checked + label:after {
  background-color: #cccccc;
  border-color: #aaaaaa; }

/* Tables from http://materializecss.com/
   Modified for UIv3
============================================================================ */
.ui_table {
  width: 100%;
  display: table;
  border: none; }
  .ui_table th, .ui_table td {
    border: none; }
  .ui_table thead {
    background-color: #F0F0F0; }
  .ui_table td, .ui_table th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px; }
  .ui_table.ui_bordered > thead > tr, .ui_table.ui_bordered > tbody > tr {
    border-bottom: 1px solid #333333; }
  .ui_table.ui_striped > tbody > tr:nth-child(odd) {
    background-color: #F9F9F9; }
  .ui_table.ui_striped > tbody > tr > td {
    border-radius: 0; }
  .ui_table.ui_highlight > tbody > tr {
    transition: background-color .25s ease; }
    .ui_table.ui_highlight > tbody > tr:hover {
      background-color: #F9F9F9; }
  .ui_table.ui_centered thead tr th, .ui_table.ui_centered tbody tr td {
    text-align: center; }

@media only screen and (max-width: 992px) {
  table.ui_responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.ui_responsive-table td:empty:before {
      content: '\00a0'; }
    table.ui_responsive-table th,
    table.ui_responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.ui_responsive-table th {
      text-align: left; }
    table.ui_responsive-table thead {
      display: block;
      float: left; }
      table.ui_responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.ui_responsive-table thead tr th::before {
          content: "\00a0"; }
    table.ui_responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.ui_responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.ui_responsive-table th {
      display: block;
      text-align: right; }
    table.ui_responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.ui_responsive-table tr {
      padding: 0 10px; }
    table.ui_responsive-table thead {
      border: 0;
      border-right: 1px solid #333333; }
    table.ui_responsive-table.ui_bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.ui_responsive-table.ui_bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.ui_responsive-table.ui_bordered tr {
      border: 0; }
    table.ui_responsive-table.ui_bordered tbody tr {
      border-right: 1px solid #333333; } }
/* Checkboxes from http://materializecss.com/
   Modified for UIv3
============================================================================ */
.ui_checkBoxes {
  margin-top: 20px; }
  .ui_checkBoxes p {
    margin-top: 5px;
    margin-bottom: 5px; }

/* CUSTOM CSS CHECKBOXES */
/* Remove default checkbox */
.ui_checkBox:not(:checked),
.ui_checkBox:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

.ui_checkBox {
  /* checkbox aspect */ }
  .ui_checkBox + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  .ui_checkBox + label:before, .ui_checkBox:not(.ui_checkBox--filled-in) + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 0;
    border: 1px solid #5a5a5a;
    border-radius: 2px;
    margin-top: 2px;
    transition: .2s; }
  .ui_checkBox:not(.ui_checkBox--filled-in) + label:after {
    border: 0;
    transform: scale(0); }
  .ui_checkBox:not(:checked):disabled + label:before {
    border: 1px solid #999999;
    background-color: rgba(0, 0, 0, 0.26); }
  .ui_checkBox.tabbed:focus + label:after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

.ui_checkBox:checked + label:before {
  top: -2px;
  left: 2px;
  width: 10px;
  height: 18px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid #5a5a5a;
  border-right: 2px solid #5a5a5a;
  border-right: 2px solid #BDBDBD !important;
  border-bottom: 2px solid #BDBDBD !important;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }
.ui_checkBox:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

.ui_checkBox.ui_checkBox--filled-in + label:after {
  border-radius: 2px; }
.ui_checkBox.ui_checkBox--filled-in + label:before {
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }
.ui_checkBox.ui_checkBox--filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }
.ui_checkBox.ui_checkBox--filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 7px;
  top: -8px;
  font-size: 20px;
  color: white;
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }
.ui_checkBox.ui_checkBox--filled-in:not(:checked) + label:after {
  top: 2px;
  left: 6px;
  width: 16px;
  height: 16px;
  z-index: 0;
  border: 1px solid #5a5a5a;
  border-radius: 2px; }
.ui_checkBox.ui_checkBox--filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid transparent !important;
  border-bottom: 2px solid transparent !important;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
.ui_checkBox.ui_checkBox--filled-in:checked + label:after {
  top: 2px;
  left: 6px;
  width: 16px;
  height: 16px;
  z-index: 0;
  border: 1px solid #5a5a5a;
  border-radius: 2px;
  background: tomato; }
.ui_checkBox.ui_checkBox--filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }
.ui_checkBox.ui_checkBox--filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #BDBDBD;
  border-color: #BDBDBD; }
.ui_checkBox.ui_checkBox--filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }
.ui_checkBox.ui_checkBox--filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }
.ui_checkBox.ui_checkBox--filled-in:disabled:checked + label:before {
  background-color: transparent; }
.ui_checkBox.ui_checkBox--filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

/* Switches from http://materializecss.com/
   Modified for UIv3
   ------------------------------------------------------- */
.ui_switch {
  height: 35px; }

.ui_switch,
.ui_switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.ui_switch label {
  cursor: pointer; }

.ui_switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }
  .ui_switch label input[type=checkbox]:checked + .lever {
    background-color: #70d860; }
    .ui_switch label input[type=checkbox]:checked + .lever:after {
      background-color: #70d860;
      left: 24px; }

.ui_switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #aaaaaa;
  border-radius: 8px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 12px 0 16px;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2); }
  .ui_switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: white;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

.ui_switch input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
.ui_switch input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(112, 216, 96, 0.1); }

.ui_switch input[type=checkbox]:not(:disabled) ~ .lever:active:after,
.ui_switch input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.ui_switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: #DDDDDD; }

.ui_switch label input[type=checkbox][disabled] + .lever:after,
.ui_switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #DDDDDD; }

/* SASS code for UI v3 */
/* Taglabels style */
.ui_taglabel {
  border: none;
  border-radius: 20px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.2);
  background: #1d9eb2;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #FFFFFF !important;
  padding: 0px 9px 1px 9px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none !important;
  display: inline-block;
  line-height: 25px;
  position: relative;
  bottom: 1px;
  cursor: default; }

.ui_taglabel--size_XS {
  line-height: 17px !important;
  font-size: 11px !important; }

.ui_taglabel--size_S {
  line-height: 20px !important;
  font-size: 12px !important; }

.ui_taglabel--size_L {
  line-height: 30px !important;
  font-size: 17px !important; }

.ui_taglabel--size_XL {
  line-height: 33px !important;
  font-size: 20px !important; }

.ui_taglabel--success {
  background: #70d860 !important;
  color: #102e0b !important;
  transition: all 150ms ease-in-out; }

.ui_taglabel--warning {
  background: lemonchiffon !important;
  color: #cdb800 !important;
  transition: all 150ms ease-in-out; }

.ui_taglabel--error {
  background: tomato !important;
  color: #470b00 !important;
  transition: all 150ms ease-in-out; }

.ui_taglabel--white {
  background: #ffffff !important;
  color: #555555 !important;
  transition: all 150ms ease-in-out; }

.ui_taglabel--blue {
  background: #1D73AF !important;
  color: #ffffff !important;
  transition: all 150ms ease-in-out; }

.ui_taglabel--dark {
  background: #172028 !important;
  color: #ffffff !important;
  transition: all 150ms ease-in-out; }

.ui_taglabel--grey {
  background: #F4F4F4 !important;
  color: #555555 !important;
  transition: all 150ms ease-in-out; }

/* Accordion from http://materializecss.com/ (collapsible)
   Modified for UIv3
   ------------------------------------------------------- */
.collapsible {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0 10px 0;
  z-index: 999;
  list-style-type: none;
  padding-left: 0;
  border-radius: 4px; }

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 1.5rem;
  padding: 0 1rem;
  background-color: rgba(0, 0, 0, 0.01);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex; }
  .collapsible-header:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .collapsible-header i.collapsible-header-icon {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 1.5rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem; }

.collapsible-body {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); }

.ui--align_center {
  text-align: center !important; }

.ui--align_left {
  text-align: left !important; }

.ui--align_right {
  text-align: right !important; }

.ui--valign_center {
  align-items: center;
  display: flex; }

.ui--clearfix:before, .ui--clearfix:after {
  content: "";
  display: table; }

.ui--clearfix:after {
  clear: both; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  color: #333;
  background-color: #fbfbfb;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0; }

#page {
  min-height: 100%;
  position: relative; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  border: 0 none;
  font: inherit;
  outline: 0 none;
  vertical-align: baseline;
  display: block;
  margin: 0;
  padding: 0; }

a {
  color: #1d9eb2;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  outline: 0; }

input::-moz-focus-inner {
  border: 0; }

/*input
{
    -webkit-appearance: none;
}*/
.ui_box a:not(.ui_button):hover, .ui_footer a:not(.ui_button):hover {
  text-decoration: underline !important;
  transition: all 150ms ease-in-out; }

img {
  border-style: none; }

* {
  outline: none; }

.noScript {
  background: none repeat scroll 0 0 #222;
  box-shadow: 0 0 10px #000 inset;
  color: #EEE;
  font-family: Arial, Verdana;
  font-size: 17px;
  font-style: italic;
  height: 50px;
  padding-top: 30px;
  width: 100%;
  margin: 0 auto; }

.ui_horizontal_line {
  width: 100%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.15) 2%, rgba(0, 0, 0, 0.15) 98%, transparent 100%);
  margin-top: 20px; }

/* Responsiveness Levels: 940, 700, 520, 420, 320*/
@media screen and (max-width: 940px) {
  .ui_content__active_area {
    padding: 20px; }

  .ui_banner__box--title_cred .ui_banner__text--servicename,
  .ui_banner__box--title_cred .ui_banner__text--auth {
    display: none;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--title_cred .ui_banner__logo {
    width: 100px;
    top: 15px;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--message_cred .ui_banner_message__text--partA {
    display: none;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--message_cred .ui_banner_message__text--partB {
    padding-top: 5px !important;
    font-size: 20px !important;
    color: #333333 !important;
    transition: all 150ms ease-in-out; } }
@media screen and (max-width: 700px) {
  #ui_title--secondary_specific {
    text-align: center; }

  .ui_box--50-50-first,
  .ui_box--50-50-second {
    width: 100% !important;
    transition: all 150ms ease-in-out; }

  .ui_box--33-33-33-first,
  .ui_box--33-33-33-second,
  .ui_box--33-33-33-third {
    width: 100% !important;
    transition: all 150ms ease-in-out; }

  .ui_box--25-75-first,
  .ui_box--25-75-second {
    width: 100% !important;
    transition: all 150ms ease-in-out; }

  .ui_box--75-25-first,
  .ui_box--75-25-second {
    width: 100% !important;
    transition: all 150ms ease-in-out; }

  .ui_box--33-66-first,
  .ui_box--33-66-second {
    width: 100% !important;
    transition: all 150ms ease-in-out; }

  .ui_box--66-33-first,
  .ui_box--66-33-second {
    width: 100% !important;
    transition: all 150ms ease-in-out; }

  .ui_header__active_area {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .ui_banner__logo {
    width: 70px !important;
    top: 25px !important;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--login_cred,
  .ui_banner__box--title_cred,
  .ui_banner__box--message_cred {
    width: 100% !important; }

  .ui_banner__box--login_credentials {
    width: calc(100% - (180px)) !important; }

  .ui_banner__box--title_cred .ui_banner__text--servicename,
  .ui_banner__box--title_cred .ui_banner__text--auth {
    display: inline;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--message_cred .ui_banner_message__text--partA {
    display: inline;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--message_cred .ui_banner_message__text--partB {
    padding-top: 0px !important;
    font-size: 16px !important;
    color: #777777 !important;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--login {
    width: 100%;
    transition: all 150ms ease-in-out; }

  .ui_banner__text--servicename {
    display: inline;
    transition: all 150ms ease-in-out; }

  .ui_banner__text--auth {
    display: inline;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--title_simplelogin .ui_banner__text--servicename,
  .ui_banner__box--title_simplelogin .ui_banner__text--auth {
    display: none;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--title_simplelogin .ui_banner__logo {
    width: 100px;
    top: 15px;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--message_simplelogin .ui_banner_message__text--partA {
    display: none;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--message_simplelogin .ui_banner_message__text--partB {
    padding-top: 5px !important;
    font-size: 20px !important;
    color: #333333 !important;
    transition: all 150ms ease-in-out; } }
@media screen and (max-width: 520px) {
  .ui_banner__box--login,
  .ui_banner__box--title,
  .ui_banner__box--message {
    width: 100% !important; }

  .ui_banner__box--login_input-button,
  .ui_banner__box--login_button {
    width: 100% !important; }

  .ui_banner__box--login_button_cred {
    width: 180px !important; }

  .ui_banner__box--login_cred {
    height: auto !important;
    padding: 0 30px 30px 30px !important;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--login_credentials {
    width: 100% !important;
    padding: 30px 0px 10px 0px !important;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--login_button {
    width: 100% !important;
    border-radius: 4px !important;
    height: 50px !important;
    padding-top: 10px !important;
    transition: all 150ms ease-in-out; }

  .ui_banner__box--login_input-button {
    width: 100% !important;
    border-radius: 4px !important;
    height: 50px !important;
    transition: all 150ms ease-in-out; }

  .ui_banner .ui_banner__box--login {
    height: auto; } }
@media screen and (max-width: 420px) {
  .ui_banner__text--servicename, .ui_banner__text--auth {
    display: none !important;
    transition: all 150ms ease-in-out; } }

/*# sourceMappingURL=ui-base.css.map */
