﻿body {
    background: #e5f4f2;
    color: #00262e;
    font-size: 11px;
    font-family: Segoe UI;
    margin: 0;
    overflow: hidden;
}

input::-ms-clear, textarea::-ms-clear {
    width: 0;
    height: 0;
}

.Clear {
    clear: both;
}

.Left {
    float: left;
}

input {
    border: 1px solid #aaaaaa;
    padding: 8px;
    background: #ffffff;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    outline-style: none;
}

    input:focus {
        border-color: #37B1A7;
        box-shadow: 0 0px 1px rgba(55,177,167,0.90) inset, 0 0 9px rgba(55,177,167,0.75);
        outline: 0 none;
    }

    input:hover {
        /* border: 1px solid #555555;*/
    }

.Login {
    padding: 12px 18px 12px 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: #55bb55;
    cursor: pointer;
}

    .Login:hover {
        /*color: #00262e;*/
        background: #339933;
    }

.HomeLogo {
    /*width: 205px;     height: 60px;*/ /*background: url('/Images/great_logo60.png');*/
    position: fixed;
    left: 50%;
    margin-left: -160px;
    top: 155px;
    width: 320px;
    height: 64px;
     /*background: url('/Images/sf2_n_ny.png') center center no-repeat;*/ 
    background: url('/Images/sf2_n.png') center center no-repeat;
}

.BoxHolder {
    position: fixed;
    width: 400px;
    height: 230px;
    top: 240px;
    box-shadow: 0 0 85px rgba(9, 41, 36, .3);
    left: 50%;
    margin-left: -200px;
    background: #ffffff;
}

.BoxUnderHolder {
    position: fixed;
    width: 400px;
    text-align: center;
    height: 220px;
    top: 490px;
    left: 50%;
    margin-left: -200px;
}

.aLink {
    text-decoration: none;
}

.bLink {
    float: left;
    margin-left: 6px;
    cursor: pointer;
    color: #0f90ba;
}

    .bLink:hover {
        color: #3bb4db;
    }

.Title {
    width: 400px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.Aligner1 {
    margin-left: 20px;
}

.Aligner2 {
    margin: 24px 0px 0px 168px;
}

.Aligner3 {
    margin: 24px 0px 0px 150px;
}

.Error {
    color: #aa0000;
    width: 400px;
    margin-top: 20px;
    text-align: center;
}

.Error2 {
    color: #aa0000;
    width: 400px;
    margin-top: 8px;
    text-align: center;
}

.InputHolder {
    float: left;
    margin-top: 5px;
}

.InputLabel {
    width: 94px;
    margin-top: 14px;
    padding-right: 10px;
    text-align: right;
    float: left;
}

.Separator {
    margin: 3px 0px 0px 0px;
}

.SFAlert {
    background: url('/Images/default/alerto.png') left center no-repeat;
    padding-left: 32px;
}

.SFError {
    height: 40px;
    line-height: 46px;
    text-align: left;
    color: #bb0000;
    float: left;
    background: url('/Images/default/alert.png') left center no-repeat;
    padding-left: 32px;
    margin-left: 80px;
}

#divRestoreError {
    font-size: 12px;
    margin-left: 0px !important;
}

.ChangeLogHigh {
    width: 380px;
    font-size: 11px;
    padding: 20px;
}

.ChangeLogLow {
    width: 280px;
    font-size: 9px;
    padding: 8px;
}

.BlackClose {
    background: url('/Images/crosscloseb.png') center center no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

    .BlackClose:hover {
        background: url('/Images/crosscloseb2.png') center center no-repeat;
    }

.SFButton {
    border-radius: 2px;
    color: #ffffff;
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 2px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.BSButton {
    background-color: #0B837D;
}

    .BSButton:hover {
        background-color: #0F6662;
    }

.BGButton {
    background-color: #55bb55;
}

    .BGButton:hover {
        background-color: #339933;
    }

.BRButton {
    background-color: #bb5555;
}

    .BRButton:hover {
        background-color: #993333;
    }

.BMT {
    margin-top: 5px;
}

.BMR {
    margin-right: 15px;
}

.SFButtonIcon {
    padding-left: 28px;
    background-position: 8px center;
    background-repeat: no-repeat;
}

.jkOff.SFButtonIconCross {
    background-image: url('/Images/iconcross1.png');
}

.jkOn.SFButtonIconCross, .SFButton.SFButtonIconCross {
    background-image: url('/Images/iconcross2.png');
}

.jkOff.SFButtonIconCheck {
    background-image: url('/Images/iconcheck1.png');
}

.jkOn.SFButtonIconCheck, .SFButton.SFButtonIconCheck {
    background-image: url('/Images/iconcheck2.png');
}

.SFButton.SFButtonIconDownload {
    background-image: url('/Images/icondownload.png');
}

.SFSystemNotification {
    position: fixed;
    top: 60px;
    width: 60%;
    left: 20%;
    padding-top: 4px;
    background-position: left top;
    display: none;
}

.BottomOverlay {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 420px;
    height: 10px;
    background: #e5f4f2;
    box-shadow: 0 0 75px 50px #e5f4f2;
}

.CommonInput {
    width: 155px;
}

.RestorationLink {
    margin-left: 6px;
    /*margin-top: 16px;*/
    color: inherit;
}

    .RestorationLink > a {
        text-decoration: none;
    }

.RestorationLinkColor {
    text-decoration: none;
}

.SFSystemBrowser {
    position: fixed;
    top: 536px;
    left: 20%;
    width: 60%;
    /*margin-left: -140px;
    width: 250px;*/
    display: none;
    padding-top: 4px;
    background-position: left top;
}

.DesignLink {
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    color: #0000ee;
}

.divDesignSwitcher {
    position: fixed;
    top: 443px;
    left: 50%;
    margin-left: 150px;
}

#imgMaintenance {
    margin: 20px 0px 6px 140px;
    height: 120px;
}

.MaintenanceAlert {
    margin: 20px;
    font-size: 13px;
    text-align: left;
    background-position: top left;
}
