﻿.container {
    margin-bottom: 80px;
}

body {
    color: #222;
    margin: 0;
    background-color: #fefefe;
    font-family: "PT Sans",Helvetica,Arial,sans-serif;
}

#page-header {
    margin-top: 100px;
    position: relative;
}

#language {
    bottom: 0;
    font-size: 12px;
    padding: 2px;
    position: absolute;
    right: 0;
    width: 100px;
}

#user-menu {
    float: right;
    margin: 4px;
    margin-top: -25px;
    margin-bottom: 20px;
}

#page-container {
    background-color: #fcfcfc;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 30px 0;
}

    #page-container input {
        margin-bottom: 5px;
    }

    #page-container .btn-primary {
        background-color: #82b033;
        border-color: #71992C;
    }

#page-operator {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 30px;
}

#page-footer {
    color: #666;
    font-size: 12px;
    text-align: center;
}

    #page-footer ul {
        padding: 0;
    }

    #page-footer li {
        border-right: 1px solid #888;
        display: inline-block;
        list-style-type: none;
        padding: 0 5px;
    }

        #page-footer li:last-child {
            border-right: none;
        }

.signout {
    display: none;
}

/* XS layout */
@media (max-width: 767px) {
    body {
        background-color: #fefefe;
        padding: 0 15px;
    }

    #page-header {
        margin-top: 10px;
    }

    #page-container {
        background-color: transparent;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        box-shadow: none;
        margin-top: 20px;
    }
}


.action-buttons button {
    min-width: 100px;
}

button {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    cursor: pointer;
    color: #fff;
    position: relative;
    transition: background-color .15s linear,border-color .15s linear,opacity .15s linear;
    white-space: nowrap;
    background-color: #4b93bc;
    border-color: #3a779a;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

body, button, input, select {
    font-size: 16px;
    font-family: PT Sans,Helvetica,Arial,sans-serif;
    line-height: 1.3em;
}

.panel-default {
    border: 0;
}

    .panel-default .panel-heading {
        background-color: #2f596f !important;
        color: #fff;
    }


.btn-primary {
    background-color: #4b93bc;
    border-color: #3a779a;
    color: #fff;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}

.btn {
    transition: .3s;
    -webkit-transition: .3s;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin {
    text-align: center;
    padding: 20px;
}

.form-signin-heading {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.login-remember {
    font-size: 14px;
    margin: 10px 0;
}

    .login-remember label {
        font-weight: normal;
    }

.list-unstyled {
    margin: 0;
}

.form-heading {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.main-logo {
    height: 40px;
    background: url("Images/mtech-main-logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#password-validation-summary ul {
    list-style: none;
    padding: 0;
}