/*
 * PWM example custom style
 *
 * Any style defined in pwm/resources/pwmStyle.css can be copied
 * here and modified according to your needs.
 */

#header {
    width: 100%;
    height: 70px;
    margin: 0;
    background-image: none;
/*    background: #009EE0;*/
    background: #00A6D6;
}

#header-company-logo {
    position: relative;
    float: left;
    background-image: url(TU_Logo.png);
    top: 5px;
    left: 10px;
    width: 160px;
    height: 65px;
    z-index: 1;
}
#header-page {
    padding-top: 9px;
    margin-left: auto;
    margin-right: auto;
    font-family: Trebuchet MS, sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    width: 600px;
}


#centerbody {
    background-color: #eeeeee;
    padding: 10px 10px 40px 10px;
/*    border: solid 3px #009EE0;*/
    border: solid 3px #00A6D6;
    border-radius: 5px;
}

.tokenInput {
  height: 30px;
  width: 25%;
  resize: none;
  display: block;
  margin-bottom: 30px;
  margin-left: 7px;
}

h2 {
  font-size: 14px;
  margin-left: 7px;
}

.loginFieldLabel {
    display: block !important;
}

.menubutton {
    max-width: 500px;
    width: 500px;
    padding: 4px 11px;
    display: block;
    border-radius: 3px;
    border: 10px;
    color: black;
    margin: 0 5px;
    cursor: pointer;
}

.btn {
    border-style: none;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 9px 7px;
    text-decoration: none;
    color: white;
    background: #00A6D6;
    cursor: pointer;
}

td.menubutton-description {
    display: none
}

.pwm-icon-globe::before {
  content: "\f0ac" !important;
}

.nihilo .dijitDialog {
    border: solid 3px #00A6D6 !important;
    border-radius: 5px;
}


/*
 * Disable error numbers.
 */


.nihilo .dijitDialogTitleBar {
    background: #fafafa url("images/titleBar.png") repeat-x top left;
    padding: 5px 6px 3px 6px;
    outline: 0;
    display: none;
}
