﻿#contentPanel > div.login {
    top: 10px;
    left: 10px;
}

#CSIMainLogin {
    margin-left: 25px;
    margin-top: 12px;
}

#contentPanel > div {
    position: relative;
    height: 100%;
}

#contentPanel > div > iframe {
    height: 100%;
    width: 100%;
    position: absolute;
}

#CSIMain {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-top: 15px;
}

.overlay {
    background-image: url(../css/kendo/BlueOpal/loading-image.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.overlay iframe{
    visibility: hidden;
}

.muiField {
    font-size: 16px;
    line-height: 24px;
    width: 300px;
    height: 72px;
    display: inline-block;
    position: relative;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    cursor: auto;
}

.muiField input {
    padding: 0px;
    position: relative;
    width: 100%;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.87);
    cursor: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin-top: 40px;
}

.muiField label {
    position: absolute;
    line-height: 22px;
    top: 38px;
    left: 0px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    z-index: 1;
    transform-origin: left top 0px;
    pointer-events: none;
    user-select: none;
    color: rgba(0, 0, 0, 0.3);
}

.muiField .unhighlight {
    border-top: none rgb(224, 224, 224);
    border-left: none rgb(224, 224, 224);
    border-right: none rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
    bottom: 8px;
    box-sizing: content-box;
    margin: 0px;
    position: absolute;
    width: 100%;
}

.muiField .highlight {
    border-top: none rgb(0, 188, 212);
    border-left: none rgb(0, 188, 212);
    border-right: none rgb(0, 188, 212);
    border-bottom: 2px solid rgb(76, 80, 131);
    bottom: 8px;
    box-sizing: content-box;
    margin: 0px;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.muiField .errorMessage {
    font-size: 12px;
    line-height: 12px;
    color: rgb(244, 67, 54);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    margin-top: 10px;
}

.muiField.error .highlight {
    border-bottom: 2px solid rgb(244, 67, 54);
    transform: scaleX(1);
}

.muiField input:focus ~ div > .highlight {
    transform: scaleX(1) !important;
}

.muiField input.filled ~ label  {
    transform: scale(0.75) translate(0px, -28px);
}

.muiField input:-webkit-autofill ~ label {
    transform: scale(0.75) translate(0px, -28px);
}

.muiField input:focus ~ label {
    color: rgb(76, 80, 131) !important;
    transform: scale(0.75) translate(0px, -28px);
}

.muiField.error input:focus ~ label {
    color: rgb(244, 67, 54) !important;
}

.muiButton {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    border-radius: 2px;
    display: inline-block;
    min-width: 88px;
    margin: 12px;
}

.muiButton button {
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: rgb(255, 255, 255);
    text-align: center;
}

.muiButton button > div > div {
    height: 36px;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    top: 0px;
}

.muiButton button > div > div > span {
    position: relative;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    user-select: none;
    padding-left: 16px;
    padding-right: 16px;
    color: rgba(0, 0, 0, 0.87);
}

/* Hack to make chrome autofill look white instead of yellow */
.muiField input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 1000px white;
}

.csi-message {
    width: 50%;
}

::-ms-clear,
::-ms-reveal { 
    display: none; 
}