﻿@font-face {
    font-family: 'total-icon';
    src: url('../fonts/total-icon.eot?nayxo3');
    src: url('../fonts/total-icon.eot?nayxo3#iefix') format('embedded-opentype'), url('../fonts/total-icon.ttf?nayxo3') format('truetype'), url('../fonts/total-icon.woff?nayxo3') format('woff'), url('../fonts/total-icon.svg?nayxo3#total-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ticon-"], [class*=" ticon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'total-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ticon-btndisc:before {
    content: "\e900";
}

.ticon-door-open:before {
    content: "\e903";
}

.ticon-door:before {
    content: "\e901";
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body{
    overflow-x: hidden;
    min-width: 100%;
}

body, section, div {
    /*min-height: 100%;*/
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.greatSubtitle {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 15pt;
    color: #089985;
}

.green {
    color: #089985;
}

.trueSubtitle {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 20pt;
    color: #089985;
}

.loginLogoArea {
    display: table-cell;
    vertical-align: middle;
}

.loginFormArea {
    background-image: url(../img/Right_BG_Login.jpg);
    background-size: 40% 100%;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #6a9e6d;
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    border-radius:0 0 0 500px;
}

.loginFormArea form{
    width: 80%;
    margin: auto;
    box-shadow: 1px 1px 3px;
    vertical-align: middle;
    border-radius: 10px;
}

.logoLogin {
    display: block;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(1px 1px 1px);
}

.fullContentClear {
    margin: 0;
    display: table;
    width: 100%;
    margin-top: -30px;
    margin-bottom: -300px;
    background: repeating-linear-gradient( 45deg, #EAF3E7, #EAF3E7 10px, #E9F1E6 10px, #E9F1E6 20px );
}
.btn-login {
    position: relative;
    background-color: #96ab91;
    border: none;
    display: inline-block;
    float: right;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    box-shadow: 0 1px 2px #fff, /*bottom external highlight*/
    0 -1px 1px #1c461e, /*top external shadow*/
    inset 0 -1px 1px #1c461e, /*bottom internal shadow*/
    inset 0 1px 1px rgba(183, 206, 171, 0.69); /*top internal highlight*/
}

    .btn-login:hover, btn-login.active, btn-login:active, btn-login:focus{
        background-color: white;
        color: #96ab91;
    }
.stIcon {
    position: absolute;
    top: 2px;
    left: 2px;
    text-align: center;
    font-size: 14pt;
    text-shadow: 1px 1px #888;
}
.login-msg{
    font-size: 11pt;
    color: red;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.login-msg ul{
    list-style: none;
}