/* Minification failed. Returning unminified contents.
(193,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    -webkit-text-shadow: none;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    -webkit-text-shadow: none;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #1f2023;
    background: #2183c4;
    font-family: "Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url(../Content/Images/login/bg_gradient.png) left top repeat-x,url(../Content/Images/login/bg.png) left top repeat;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
}

.container {
    width: 520px;
    margin: 0 auto;
    position: relative;
}

.loginwelcome {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

#login-form {
   padding: 20px;
}

.front, .back {
    position: absolute;
    width: 520px;
    top: 20px;
    left: 50%;
    margin-left: -260px;
    background: #fff;
}

.logo img {
    max-width: 244px;
    padding-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.login-button img {
    position: absolute;
    top: 18px;
    left: 30px;
    width: 64px;
    height: 64px;
}

.buttons {
    padding: 20px;
}

.login-button {
    border: none;
    font-family: inherit;
    width: 100%;
    height: 100px;
    padding: 0px;
    color: #fff;
    background: #2a8acb;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-button .buttonicon {
    display: inline-block;
    width: 120px;
    height: 100px;
    text-align: center;
    float: left;
}

.login-button .clock {
    position: relative;
}

.login-button img.animate {
    -webkit-animation: spinAround 12s linear infinite;
    -moz-animation: spinAround 12s linear infinite;
    -o-animation: spinAround 12s linear infinite;
    animation: spinAround 12s linear infinite;
}

.login-button .slower.animate {
    -webkit-animation: spinAround 1s linear infinite;
    -moz-animation: spinAround 1s linear infinite;
    -o-animation: spinAround 1s linear infinite;
    animation: spinAround 1s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        -moz-transform: rotate(0deg) -ms-transform: rotate(0deg) -o-transform: rotate(0deg) -webkit-transform: rotate(0deg) transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.login-button .buttontext {
    display: inline-block;
    text-align: left;
    padding-top: 26px;
    float: left;
}

.login-button .maintext {
    display: block;
    font-size: 22px;
}

.login-button .signin {
    padding-top: 12px;
}

.login-button .subtext {
    font-size: 10px;
    display: block;
}

.perspective {
    display: inline-block;
}

.login-button:hover {
    background: #55b7f3;
}

.login-button:active, .login-button .buttonicon:active {
    background: #55b7f3;
}

.login-button:after, .login-button:before {
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    line-height: 10px;
}

.smallContainer {
    position: relative;
}

.notmycompany {
    font-size: 12px;
    color: #7f8c8d;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin-top: 10px;
}

.notmycompany:hover {
    color: #c0392b;
    text-decoration: underline;
}

.input-text {
    height: 46px;
    display: block;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #95a5a6;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 10px;
    font-family: "Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.rememberme {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    height: 40px;
    float: left;
}

    .rememberme img {
        width: 16px;
        height: 16px;
    }

.forgotpassword {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 20px;
}

.forgotpassword a, .rememberme a {
    text-decoration: none;
    color: #231f20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.forgotpassword a:hover, .rememberme a:hover {
    text-decoration: underline;
    color: #2a8acb;
}


/* *****************************************************************************************************************/


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-text-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.visible-phone {
    display: none !important;
}

/* Large desktop */
@media (min-width: 1200px) {
}

@media (max-width: 767px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {

    body {
        padding-top: 0px;
    }

    .front, .back {
        position: absolute;
        width: 100%;
        top: 20px;
        left: 0;
        margin-left: 10px;
        margin-right: 10px;
        margin-left: 0px;
        background: #fff;
    }

    .forgotpassword a, .rememberme a {
        font-size: 12px;
    }

    .rememberme {
        display: inline-block;
        text-align: left;
        margin-top: 20px;
        height: 40px;
    }

    .rememberme img {
        width: 16px;
        height: 16px;
    }

    .forgotpassword {
        text-align: right;
        margin-top: 20px;
    }

    .login-button .maintext {
        display: block;
        font-size: 10px;
        padding-top: 22px;
    }

    .login-button .subtext {
        font-size: 10px;
        display: none;
    }

    .visible-phone {
        display: inherit !important;
    }
}











/* Recover password modal classes */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop,
    .modal-backdrop.fade.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

    .modal.fade {
        top: -25%;
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

    .modal.fade.in {
        top: 10%;
    }

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    .modal-header .close {
        margin-top: 2px;
    }

    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.recover-button {
    border: none;
    font-family: inherit;
    padding: 8px;
    color: #fff;
    background: #2a8acb;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    text-align: center;
}

.error {
    color: #c0392b;
    margin: 10px;
}

.footer {
    position: absolute;
    bottom: 10px;
    display: inline;
    font-size: 12px;
}

    .footer a, .footer a:visited {
        text-decoration: none;
        color: inherit;
    }
