#header {
    height: 64px;
    font-family: "Roboto", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

#header .list-unstyled {
    padding-left: 0;
    list-style: none;
}

#header .clearfix:before,
#header .clearfix:after {
    content: " ";
    display: table;
}

#header .clearfix:after {
    clear: both;
}

#header .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header .pull-right {
    float: right !important;
}

#header .pull-left {
    float: left !important;
}

#header .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#header .sr-only-focusable:active,
#header .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

#header [hidden] {
    display: none !important;
}

#header .invisible {
    visibility: hidden;
}

#header .text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

#header .text-muted {
    color: #bebfc1;
}

#header .text-left {
    text-align: left;
}

#header .text-right {
    text-align: right;
}

#header .text-center {
    text-align: center;
}

#header .text-justify {
    text-align: justify;
}

#header .text-nowrap {
    white-space: nowrap;
}

#header .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header .text-lowercase {
    text-transform: lowercase;
}

#header .text-uppercase {
    text-transform: uppercase;
}

#header .text-capitalize {
    text-transform: capitalize;
}

#header .mdl-button,
#header .hdr-button {
    background: transparent;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

#header .mdl-button::-moz-focus-inner,
#header .hdr-button::-moz-focus-inner {
    border: 0;
}

#header .mdl-button:hover,
#header .hdr-button:hover {
    background-color: rgba(158, 158, 158, .2);
}

#header .mdl-button:focus:not(:active),
#header .hdr-button:focus:not(:active) {
    background-color: rgba(0, 0, 0, .12);
}

#header .mdl-button:active,
#header .hdr-button:active {
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button.mdl-button--colored,
#header .mdl-button--colored.hdr-button {
    color: #0080b1;
}

#header .mdl-button.mdl-button--colored:focus:not(:active),
#header .mdl-button--colored.hdr-button:focus:not(:active) {
    background-color: rgba(0, 0, 0, .12);
}

#header input.mdl-button[type="submit"],
#header input[type="submit"].hdr-button {
    -webkit-appearance: none;
}

#header .mdl-button--raised {
    background: rgba(158, 158, 158, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#header .mdl-button--raised:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button--raised:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button--raised.mdl-button--colored {
    background: #0080b1;
    color: #fff;
}

#header .mdl-button--raised.mdl-button--colored:hover {
    background-color: #005b7e;
}

#header .mdl-button--raised.mdl-button--colored:active {
    background-color: #0080b1;
}

#header .mdl-button--raised.mdl-button--colored:focus:not(:active) {
    background-color: #0080b1;
}

#header .mdl-button--raised.mdl-button--colored .mdl-ripple {
    background: #fff;
}

#header .mdl-button--fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    background: rgba(158, 158, 158, .2);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
    position: relative;
    line-height: normal;
}

#header .mdl-button--fab .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
}

#header .mdl-button--fab.mdl-button--mini-fab {
    height: 40px;
    min-width: 40px;
    width: 40px;
}

#header .mdl-button--fab .mdl-button__ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

#header .mdl-button--fab:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button--fab:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button--fab.mdl-button--colored {
    background: #0080b1;
    color: #fff;
}

#header .mdl-button--fab.mdl-button--colored:hover {
    background-color: #ff4081;
}

#header .mdl-button--fab.mdl-button--colored:focus:not(:active) {
    background-color: #ff4081;
}

#header .mdl-button--fab.mdl-button--colored:active {
    background-color: #ff4081;
}

#header .mdl-button--fab.mdl-button--colored .mdl-ripple {
    background: #fff;
}

#header .mdl-button--icon,
#header .hdr-button.hdr-button--icon {
    border-radius: 50%;
    font-size: 24px;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
}

#header .mdl-button--icon .material-icons,
#header .hdr-button.hdr-button--icon .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
}

#header .mdl-button--icon.mdl-button--mini-icon,
#header .mdl-button--mini-icon.hdr-button.hdr-button--icon {
    height: 24px;
    min-width: 24px;
    width: 24px;
}

#header .mdl-button--icon.mdl-button--mini-icon .material-icons,
#header .mdl-button--mini-icon.hdr-button.hdr-button--icon .material-icons {
    top: 0;
    left: 0;
}

#header .mdl-button--icon .mdl-button__ripple-container,
#header .hdr-button.hdr-button--icon .mdl-button__ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

#header .mdl-button__ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.mdl-button[disabled] #header .mdl-button__ripple-container .mdl-ripple,
#header [disabled].hdr-button #header .mdl-button__ripple-container .mdl-ripple,
.mdl-button.mdl-button--disabled #header .mdl-button__ripple-container .mdl-ripple,
#header .mdl-button--disabled.hdr-button #header .mdl-button__ripple-container .mdl-ripple {
    background-color: transparent;
}

#header .mdl-button--primary.mdl-button--primary {
    color: #0080b1;
}

#header .mdl-button--primary.mdl-button--primary .mdl-ripple {
    background: #fff;
}

#header .mdl-button--primary.mdl-button--primary.mdl-button--raised,
#header .mdl-button--primary.mdl-button--primary.mdl-button--fab {
    color: #fff;
    background-color: #0080b1;
}

#header .mdl-button--accent.mdl-button--accent {
    color: #0080b1;
}

#header .mdl-button--accent.mdl-button--accent .mdl-ripple {
    background: #fff;
}

#header .mdl-button--accent.mdl-button--accent.mdl-button--raised,
#header .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: #fff;
    background-color: #0080b1;
}

#header .mdl-button[disabled][disabled],
#header [disabled][disabled].hdr-button,
#header .mdl-button.mdl-button--disabled.mdl-button--disabled,
#header .mdl-button--disabled.mdl-button--disabled.hdr-button {
    color: rgba(0, 0, 0, .26);
    cursor: default;
    background-color: transparent;
}

#header .mdl-button--fab[disabled][disabled],
#header .mdl-button--fab.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26);
}

#header .mdl-button--raised[disabled][disabled],
#header .mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26);
    box-shadow: none;
}

#header .mdl-button--colored[disabled][disabled],
#header .mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
    color: rgba(0, 0, 0, .26);
}

#header .mdl-button .material-icons,
#header .hdr-button .material-icons {
    vertical-align: middle;
}

#header .mdl-menu__container {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    overflow: visible;
    height: 0;
    width: 0;
    visibility: hidden;
    z-index: -1;
}

#header .mdl-menu__container.is-visible,
#header .mdl-menu__container.is-animating {
    z-index: 999;
    visibility: visible;
}

#header .mdl-menu__outline {
    display: block;
    background: #fff;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    z-index: -1;
}

.mdl-menu__container.is-visible #header .mdl-menu__outline {
    opacity: 1;
    transform: scale(1);
    z-index: 999;
}

#header .mdl-menu__outline.mdl-menu--bottom-right {
    transform-origin: 100% 0;
}

#header .mdl-menu__outline.mdl-menu--top-left {
    transform-origin: 0 100%;
}

#header .mdl-menu__outline.mdl-menu--top-right {
    transform-origin: 100% 100%;
}

#header .mdl-menu {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    min-width: 124px;
    padding: 8px 0;
    margin: 0;
    opacity: 0;
    clip: rect(0 0 0 0);
    z-index: -1;
}

.mdl-menu__container.is-visible #header .mdl-menu {
    opacity: 1;
    z-index: 999;
}

#header .mdl-menu.is-animating {
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1), clip .3s cubic-bezier(.4, 0, .2, 1);
}

#header .mdl-menu.mdl-menu--bottom-right {
    left: auto;
    right: 0;
}

#header .mdl-menu.mdl-menu--top-left {
    top: auto;
    bottom: 0;
}

#header .mdl-menu.mdl-menu--top-right {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

#header .mdl-menu.mdl-menu--unaligned {
    top: auto;
    left: auto;
}

#header .mdl-menu__item {
    display: block;
    border: none;
    color: rgba(0, 0, 0, .87);
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0 16px;
    outline-color: #bdbdbd;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
    user-select: none;
}

.mdl-menu__container.is-visible #header .mdl-menu__item {
    opacity: 1;
}

#header .mdl-menu__item::-moz-focus-inner {
    border: 0;
}

#header .mdl-menu__item--full-bleed-divider {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

#header .mdl-menu__item[disabled],
#header .mdl-menu__item[data-mdl-disabled] {
    color: #bdbdbd;
    background-color: transparent;
    cursor: auto;
}

#header .mdl-menu__item[disabled]:hover,
#header .mdl-menu__item[data-mdl-disabled]:hover {
    background-color: transparent;
}

#header .mdl-menu__item[disabled]:focus,
#header .mdl-menu__item[data-mdl-disabled]:focus {
    background-color: transparent;
}

#header .mdl-menu__item[disabled] .mdl-ripple,
#header .mdl-menu__item[data-mdl-disabled] .mdl-ripple {
    background: transparent;
}

#header .mdl-menu__item:hover {
    background-color: #eee;
}

#header .mdl-menu__item:focus {
    outline: none;
    background-color: #eee;
}

#header .mdl-menu__item:active {
    background-color: #e0e0e0;
}

#header .mdl-menu__item--ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

#header .list-unstyled {
    padding-left: 0;
    list-style: none;
}

#header .clearfix:before,
#header .clearfix:after {
    content: " ";
    display: table;
}

#header .clearfix:after {
    clear: both;
}

#header .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header .pull-right {
    float: right !important;
}

#header .pull-left {
    float: left !important;
}

#header .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#header .sr-only-focusable:active,
#header .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

#header [hidden] {
    display: none !important;
}

#header .invisible {
    visibility: hidden;
}

#header .text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

#header .text-muted {
    color: #bebfc1;
}

#header .text-left {
    text-align: left;
}

#header .text-right {
    text-align: right;
}

#header .text-center {
    text-align: center;
}

#header .text-justify {
    text-align: justify;
}

#header .text-nowrap {
    white-space: nowrap;
}

#header .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header .text-lowercase {
    text-transform: lowercase;
}

#header .text-uppercase {
    text-transform: uppercase;
}

#header .text-capitalize {
    text-transform: capitalize;
}

#header .mdl-button,
#header .hdr-button {
    background: transparent;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

#header .mdl-button::-moz-focus-inner,
#header .hdr-button::-moz-focus-inner {
    border: 0;
}

#header .mdl-button:hover,
#header .hdr-button:hover {
    background-color: rgba(158, 158, 158, .2);
}

#header .mdl-button:focus:not(:active),
#header .hdr-button:focus:not(:active) {
    background-color: rgba(0, 0, 0, .12);
}

#header .mdl-button:active,
#header .hdr-button:active {
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button.mdl-button--colored,
#header .mdl-button--colored.hdr-button {
    color: #0080b1;
}

#header .mdl-button.mdl-button--colored:focus:not(:active),
#header .mdl-button--colored.hdr-button:focus:not(:active) {
    background-color: rgba(0, 0, 0, .12);
}

#header input.mdl-button[type="submit"],
#header input[type="submit"].hdr-button {
    -webkit-appearance: none;
}

#header .mdl-button--raised {
    background: rgba(158, 158, 158, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#header .mdl-button--raised:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button--raised:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button--raised.mdl-button--colored {
    background: #0080b1;
    color: #fff;
}

#header .mdl-button--raised.mdl-button--colored:hover {
    background-color: #005b7e;
}

#header .mdl-button--raised.mdl-button--colored:active {
    background-color: #0080b1;
}

#header .mdl-button--raised.mdl-button--colored:focus:not(:active) {
    background-color: #0080b1;
}

#header .mdl-button--raised.mdl-button--colored .mdl-ripple {
    background: #fff;
}

#header .mdl-button--fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    background: rgba(158, 158, 158, .2);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
    position: relative;
    line-height: normal;
}

#header .mdl-button--fab .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
}

#header .mdl-button--fab.mdl-button--mini-fab {
    height: 40px;
    min-width: 40px;
    width: 40px;
}

#header .mdl-button--fab .mdl-button__ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

#header .mdl-button--fab:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button--fab:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
    background-color: rgba(158, 158, 158, .4);
}

#header .mdl-button--fab.mdl-button--colored {
    background: #0080b1;
    color: #fff;
}

#header .mdl-button--fab.mdl-button--colored:hover {
    background-color: #ff4081;
}

#header .mdl-button--fab.mdl-button--colored:focus:not(:active) {
    background-color: #ff4081;
}

#header .mdl-button--fab.mdl-button--colored:active {
    background-color: #ff4081;
}

#header .mdl-button--fab.mdl-button--colored .mdl-ripple {
    background: #fff;
}

#header .mdl-button--icon,
#header .hdr-button.hdr-button--icon {
    border-radius: 50%;
    font-size: 24px;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
}

#header .mdl-button--icon .material-icons,
#header .hdr-button.hdr-button--icon .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
}

#header .mdl-button--icon.mdl-button--mini-icon,
#header .mdl-button--mini-icon.hdr-button.hdr-button--icon {
    height: 24px;
    min-width: 24px;
    width: 24px;
}

#header .mdl-button--icon.mdl-button--mini-icon .material-icons,
#header .mdl-button--mini-icon.hdr-button.hdr-button--icon .material-icons {
    top: 0;
    left: 0;
}

#header .mdl-button--icon .mdl-button__ripple-container,
#header .hdr-button.hdr-button--icon .mdl-button__ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

#header .mdl-button__ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.mdl-button[disabled] #header .mdl-button__ripple-container .mdl-ripple,
#header [disabled].hdr-button #header .mdl-button__ripple-container .mdl-ripple,
.mdl-button.mdl-button--disabled #header .mdl-button__ripple-container .mdl-ripple,
#header .mdl-button--disabled.hdr-button #header .mdl-button__ripple-container .mdl-ripple {
    background-color: transparent;
}

#header .mdl-button--primary.mdl-button--primary {
    color: #0080b1;
}

#header .mdl-button--primary.mdl-button--primary .mdl-ripple {
    background: #fff;
}

#header .mdl-button--primary.mdl-button--primary.mdl-button--raised,
#header .mdl-button--primary.mdl-button--primary.mdl-button--fab {
    color: #fff;
    background-color: #0080b1;
}

#header .mdl-button--accent.mdl-button--accent {
    color: #0080b1;
}

#header .mdl-button--accent.mdl-button--accent .mdl-ripple {
    background: #fff;
}

#header .mdl-button--accent.mdl-button--accent.mdl-button--raised,
#header .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: #fff;
    background-color: #0080b1;
}

#header .mdl-button[disabled][disabled],
#header [disabled][disabled].hdr-button,
#header .mdl-button.mdl-button--disabled.mdl-button--disabled,
#header .mdl-button--disabled.mdl-button--disabled.hdr-button {
    color: rgba(0, 0, 0, .26);
    cursor: default;
    background-color: transparent;
}

#header .mdl-button--fab[disabled][disabled],
#header .mdl-button--fab.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26);
}

#header .mdl-button--raised[disabled][disabled],
#header .mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26);
    box-shadow: none;
}

#header .mdl-button--colored[disabled][disabled],
#header .mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
    color: rgba(0, 0, 0, .26);
}

#header .mdl-button .material-icons,
#header .hdr-button .material-icons {
    vertical-align: middle;
}

#header .mdl-menu__container {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    overflow: visible;
    height: 0;
    width: 0;
    visibility: hidden;
    z-index: -1;
}

#header .mdl-menu__container.is-visible,
#header .mdl-menu__container.is-animating {
    z-index: 999;
    visibility: visible;
}

#header .mdl-menu__outline {
    display: block;
    background: #fff;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    z-index: -1;
}

.mdl-menu__container.is-visible #header .mdl-menu__outline {
    opacity: 1;
    transform: scale(1);
    z-index: 999;
}

#header .mdl-menu__outline.mdl-menu--bottom-right {
    transform-origin: 100% 0;
}

#header .mdl-menu__outline.mdl-menu--top-left {
    transform-origin: 0 100%;
}

#header .mdl-menu__outline.mdl-menu--top-right {
    transform-origin: 100% 100%;
}

#header .mdl-menu {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    min-width: 124px;
    padding: 8px 0;
    margin: 0;
    opacity: 0;
    clip: rect(0 0 0 0);
    z-index: -1;
}

.mdl-menu__container.is-visible #header .mdl-menu {
    opacity: 1;
    z-index: 999;
}

#header .mdl-menu.is-animating {
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1), clip .3s cubic-bezier(.4, 0, .2, 1);
}

#header .mdl-menu.mdl-menu--bottom-right {
    left: auto;
    right: 0;
}

#header .mdl-menu.mdl-menu--top-left {
    top: auto;
    bottom: 0;
}

#header .mdl-menu.mdl-menu--top-right {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

#header .mdl-menu.mdl-menu--unaligned {
    top: auto;
    left: auto;
}

#header .mdl-menu__item {
    display: block;
    border: none;
    color: rgba(0, 0, 0, .87);
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0 16px;
    outline-color: #bdbdbd;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
    user-select: none;
}

.mdl-menu__container.is-visible #header .mdl-menu__item {
    opacity: 1;
}

#header .mdl-menu__item::-moz-focus-inner {
    border: 0;
}

#header .mdl-menu__item--full-bleed-divider {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

#header .mdl-menu__item[disabled],
#header .mdl-menu__item[data-mdl-disabled] {
    color: #bdbdbd;
    background-color: transparent;
    cursor: auto;
}

#header .mdl-menu__item[disabled]:hover,
#header .mdl-menu__item[data-mdl-disabled]:hover {
    background-color: transparent;
}

#header .mdl-menu__item[disabled]:focus,
#header .mdl-menu__item[data-mdl-disabled]:focus {
    background-color: transparent;
}

#header .mdl-menu__item[disabled] .mdl-ripple,
#header .mdl-menu__item[data-mdl-disabled] .mdl-ripple {
    background: transparent;
}

#header .mdl-menu__item:hover {
    background-color: #eee;
}

#header .mdl-menu__item:focus {
    outline: none;
    background-color: #eee;
}

#header .mdl-menu__item:active {
    background-color: #e0e0e0;
}

#header .mdl-menu__item--ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

#header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #bada55;
}

#header nav ul li {
    display: inline-block;
    position: relative;
}

#header nav ul a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

#header nav ul a:hover {
    background: #ccc;
}

#header nav ul select {
    margin: 5px 10px;
    width: 100%;
}

#header nav ul .nav-item {
    margin-left: 5px;
    outline: none;
}

#header nav ul .nav-item.open .sub-nav {
    overflow: initial;
    width: auto;
    height: auto;
    min-width: 300px;
}

#header nav ul .nav-item li {
    display: block;
}

#header nav ul .nav-item li[data-value="0"] {
    display: none;
}

#header nav ul .nav-item li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header nav ul .nav-item li a .badge {
    float: right;
    border-radius: 50%;
    background-color: #cd486b;
    box-shadow: 0 2px 4px 0 rgba(12, 8, 12, .2);
    width: 15px;
    height: 15px;
    z-index: 269;
    font-size: 10px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    overflow: hidden;
    padding: 1px;
}

#header nav ul .nav-item.nav-item--fixed {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
}

#header nav .sub-nav {
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    right: 20px;
    color: #58595b;
    border: none;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    text-transform: none;
    padding: 0;
}

#header nav .sub-nav i {
    vertical-align: middle;
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 1em;
}

#header nav .sub-nav h3,
#header nav .sub-nav h4 {
    padding: 0;
    margin: 0;
}

#header nav .sub-nav h3 {
    display: none;
}

#header nav .sub-nav h4 {
    background-color: rgba(0, 0, 0, .05);
    color: #656668;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px;
}

#header nav .sub-nav a,
#header nav .sub-nav .empty-list>li {
    padding: 5px 10px;
    font-size: 12px;
    background-color: #fff;
}

#header nav .sub-nav .user {
    padding: 15px;
}

#header nav .sub-nav .user h3 {
    display: block;
    font-size: 12px;
}

#header nav .sub-nav .user h3+span {
    font-size: 12px;
    color: #8b8c8e;
}

#header nav .sub-nav .user .img {
    background-color: #6cafd5;
    background-size: contain;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 33px;
    float: left;
	border-radius:100px;
	margin-right:15px;
}

/* Guilhermek*/

/* #header nav .sub-nav .user .content { */
    /* padding-left: 90px; */
/* } */

#header nav .sub-nav .user .sub-nav-group h4 {
    background-color: transparent;
}

#header nav .sub-nav .user .sub-nav-group ul {
    background-color: #f5f5f5;
    padding: 5px 0;

}

#header nav .sub-nav .user .sub-nav-group ul button {
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: none;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #555;
    cursor: pointer;
    font-size: 11px;
    padding: 5px 10px 5px 30px;
}

#header nav .sub-nav .user .sub-nav-group ul button:hover {
    background: #ccc;
}

/* Guilhermek */

#header nav .sub-nav .user .user-data {
	margin-bottom:20px;
	float:left;
}

#header nav .sub-nav .user .user-data .user-data-right{
	float:left;
	margin-top:5px;
}


#header nav .sub-nav .user .user-data .user-data-right span{
	color:#000;
	font-weight:bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 160px;
	display:block;
	font-size:14px;	
}





#header nav .sub-nav .user .user-data .user-data-right a{	
    padding: 0;
    color: #0A8CCC;
    background: none;
    display:block;
    clear:both;

}

#header nav .sub-nav .user .user-data .user-data-right .text-plans{
	color:#046ccb;
	margin:5px 5px 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 180px;
	display:block;
	float:left;
    font-size:12px;
    font-weight:normal;
}

#header nav .sub-nav .user .user-data .user-data-right .text-ultimo-acesso{
	
	color:#8b8c8e;
	margin:5px 5px 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 190px;
	display:block;
	float:left;
    font-size:12px;
	font-weight: normal;
}
	

#header nav .sub-nav .user .user-data .user-data-right .icons-textplans {
	float:left;
	display:block;
	padding-top:7px;
}

#header nav .sub-nav .user .content .sub-nav-group
{
	clear:both;
	border-top: 1px solid #c5c2c2;
	padding:10px 0 !important;
}

#header nav .sub-nav .user .content .sub-nav-group li
{
	padding:2px 0 !important;
}


#HeaderPlaceholder {
    height: 64px;
}

#header .empty-list {
    color: #8b8c8e;
}

#header .mdl-badge {
    position: relative;
}

#header .mdl-badge[title="0"]::after {
    display: none;
}

#header .mdl-badge::after {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    z-index: 2;
    top: -10px;
    right: -10px;
    float: left;
    width: 24px;
    height: 24px;
    content: attr(title);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #b71c1c;
    box-shadow: 0 2px 4px 0rgba 12, 8, 12, .2;
}

#header .hdr_sticky {
    background-image: url(../img/header_left.png), url(../img/header_repeat.png);
    background-repeat: no-repeat, repeat-x;
    background-position: left top;
    background-size: contain;
    padding: 0 89px 0 250px;
    height: 64px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
    z-index: 1002;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

#header .hdr_sticky>h1 {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
}

#header .hdr_sticky>h1 a {
    display: block;
    max-width: 300px;
    height: 47px;
}

#header .hdr_sticky>h1 a img {
    max-height: 47px;
    vertical-align: top;
}

#header .hdr_sticky .hdr_loggedin,
#header .hdr_sticky .hdr_loggedout {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-right: 10px;
}

@media print {
    #header .hdr_sticky {
        position: static;
    }
}

#header:hover .hdr_nav-tabs {
    top: 64px;
}

#header .hdr_nav-tabs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #6db3d9;
    z-index: 1000;
}

#header .hdr_nav-tabs a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}

#header .hdr_nav-tabs a:hover {
    background-color: #95c8e4;
}

#header .hdr-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

#header .hdr-button.hdr-button--icon {
    color: #fff;
    overflow: visible;
}

#header .hdr-button.hdr-button--user {
    background-color: rgba(0, 0, 0, .3);
    background-size: contain;
    color: #fff;
    font-size: 20px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    border-radius: 0;
}

#header .hdr-button.hdr-button--user:hover {
    background-color: rgba(0, 0, 0, .2);
}

#header .spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

#header .spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#header .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

#header .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

#header .spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

#header .spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

#header .hdr-notification-processcounter-offline .message {
    padding: 30px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

#header .hdr-notification-processcounter-loading {
    visibility: hidden;
}

#header .hdr-notification-processcounter-template:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #eee;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 15px;
}