/*! CSS Used from: http://192.168.4.10:8081/faces/css/teacher.css?u=110222 */
html,
body {
    background: linear-gradient(#3781b8, #204873);
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.glowW {
    -moz-box-shadow: 0px 0px 8px #fff;
    -webkit-box-shadow: 0px 0px 8px #fff;
    box-shadow: 0px 0px 8px #fff;
}
.bottom {
    display: none;
    background-color: #313131;
    border: #969696 solid 1px;
    height: 0px;
}
.logoLine {
    background: rgba(33, 33, 33, 0.5) bottom center repeat-y;
    /*   padding: 7px 0px 3px 0px; */
    padding: 3px 0px 3px 0px;
    min-height: 40px;
}
.top {
    background-color: transparent;
    height: 50px;
    text-align: center;
}
.title {
    color: #fff;
    font: 28px titilliumregular, Arial, Helvetica, sans-serif;
    text-align: center;
}
.address {
    background: url(../images/new_back2.png);
    color: #fdf9ba;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    display: none;
}
a {
    color: #3275a9;
}
a:hover {
    color: #3275a9;
    text-decoration: none;
}
.messageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.messageBoxBack {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background-color: black;
    z-index: 14;
}
.messageBoxHolder {
    position: absolute;
    min-width: 650px;
    max-width: 800px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -325px;
    background-color: white;
    border: 0;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px 3px #fff;
    -webkit-box-shadow: 0px 0px 3px 3px #fff;
    box-shadow: 0px 0px 3px 3px #fff;
    z-index: 15;
}
.messageContent {
    margin: 50px 20px 20px 20px;
    color: black;
    font-size: 14px;
    max-height: 150px;
    overflow-y: auto;
}
.messageIcon {
    margin: 30px 0 0 0;
}
.messageButtonsHolder {
    width: 100%;
}
.messageButtonsSpacerLeft,
.messageButtonsSpacerRight {
    width: 30%;
}
.messageBoxButton {
    height: 25px;
    background-color: grey;
    cursor: pointer;
    border: #cfcfcf solid 1px;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    -moz-transition: -moz-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0 30px 0;
}
.messageBoxButton:hover {
    -moz-box-shadow: 0px 0px 10px #6f6f6f;
    -webkit-box-shadow: 0px 0px 10px #6f6f6f;
    box-shadow: 0px 0px 10px #6f6f6f;
    background: #6f6f6f;
}
.messageBoxButtonCaption {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}
.switchActionButton {
    background: #ab3333;
    border: #ad3a3a solid 1px;
    text-align: center;
    width: 224px;
    height: 32px;
    color: #fff;
    cursor: pointer;
    font-size: 11pt;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    -moz-transition: -moz-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.switchActionButton:hover {
    -moz-box-shadow: 0px 0px 5px #ab3333;
    -webkit-box-shadow: 0px 0px 5px #ab3333;
    box-shadow: 0px 0px 5px #ab3333;
    background: #d16363;
}
.titleBG {
    background-image: linear-gradient(
        rgba(79, 79, 79, 0.5),
        rgba(51, 51, 51, 0.5)
        );
}
/*! CSS Used from: http://192.168.4.10:8081/faces/css/style.css?u=110222 */
.switchActionButton.buttonActive {
    background: #ffa78d;
}
.switchActionButton.buttonActive:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.submitActionButton {
    background: #ab3333;
    border: #ad3a3a solid 1px;
    text-align: center;
    width: 224px;
    height: 32px;
    color: #fff;
    cursor: pointer;
    font-size: 11pt;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    -moz-transition: -moz-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.submitActionButton:hover {
    -moz-box-shadow: 0px 0px 5px #ab3333;
    -webkit-box-shadow: 0px 0px 5px #ab3333;
    box-shadow: 0px 0px 5px #ab3333;
    background: #d16363;
}
/*! CSS Used from: http://192.168.4.10:8081/faces/css/signin.css?u=110222 */
.signinMain {
    width: 900px;
    margin: 0 auto !important;
}
.signinVersionInfo {
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.65);
}
.signinPanel {
    margin: 5px 0px 0px 0px;
    padding: 35px 0px 0px 0px;
    background-color: #eee;
    color: #111;
    -moz-box-shadow: 0px 0px 8px #fff;
    -webkit-box-shadow: 0px 0px 8px #fff;
    box-shadow: 0px 0px 8px #fff;
}
.signinLeftPanel {
    width: 300px;
    height: 400px;
    border-right: 0px;
    border-top-left-radius: 3px;
}
.signinLeftPanel input + input {
    margin: 12px 0 0 0;
}
.signinRightPanel {
    width: 598px;
    height: 400px;
    border-left: #aaa dotted 2px;
    border-top-right-radius: 3px;
}
.signinRightPanel table input {
    width: 220px;
    font-size: 12pt;
    border: 1px solid lightgrey;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.signinRightPanel table span {
    font-size: 14px;
    margin-right: 20px;
}
.signinStudentName {
    padding-top: 32px;
}
.signinStudentPassword {
    padding-top: 12px;
}
.signinHeader {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.signinSubheader {
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 12px;
}
.signinLogin {
    margin-top: 34px;
}
.signinError {
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
    border: 1px solid #bbb;
    background-color: #fff;
    border-radius: 3px;
}
.signinError div {
    padding: 10px;
    font-size: 11pt;
    color: #e64040;
    font-weight: bold;
}
.address-small {
    display: none;
    background: url(../img/new_back2.png);
    font-size: 9px;
    color: #FDF9BA;
    line-height: 20px;
    padding: 10px;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: "titilliumregular";
    src: url("../font/titillium-regular-webfont.eot");
    src: url("../font/titillium-regular-webfont.eot#iefix")
        format("embedded-opentype"),
        url("../font/titillium-regular-webfont.woff2")
        format("woff2"),
        url("../font/titillium-regular-webfont.woff")
        format("woff"),
        url("../font/titillium-regular-webfont.ttf")
        format("truetype"),
        url("../font/titillium-regular-webfont.svg#titilliumregular")
        format("svg");
    font-weight: normal;
    font-style: normal;
}
