﻿body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    height: 100%;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font: inherit;
    color: inherit;
    margin: 0;
}

h3 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "Source Sans Pro", sans-serif;
}

.text-danger {
    color: #a94442;
}

.text-success {
    color: #008000;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s 0 ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    padding: 6px 12px;
}

    .form-control:focus {
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: none;
        border-color: #3c8dbc;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

.form-group {
    margin-bottom: 5px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 6px 12px;
}

    .btn:focus,
    .btn:active:focus {
        outline: 5px auto 0;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.btn-primary {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #367fa9;
}

    .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary:active:focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

.btn-block {
    display: block;
    width: 100%;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: " ";
}

.container-fluid:after {
    clear: both;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-sign-in:before {
    content: "";
}

.fa-key:before {
    content: "\f084";
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn:focus {
    outline: none;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #367fa9;
}

.field-required {
    color: #e31937;
    font-family: Verdana;
    font-weight: 700;
    margin: 0 5px;
}

.login-container {
    max-width: 352px;
    margin: 15% auto 0;
}

.login-panel {
    background-color: #eee;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 2, 2, 0.3);
    box-shadow: 0 1px 1px rgba(0, 2, 2, 0.3);
    margin: 0;
    padding: 25px;
}

    .login-panel h3 {
        margin-top: 0;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: solid thin #777;
    }

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999;
}

.field-validation-error {
    color: #d9534f;
    font-size: 12px;
    font-weight: bold;
}

.padding-top-15 {
    padding-top: 15px;
}

.help-block {
    display: block;
    font-style: italic;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'FontAwesome';
    src: url('/_content/GopasSystem.WebBase/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/_content/GopasSystem.WebBase/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/_content/GopasSystem.WebBase/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}
