﻿body {
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #f5f9fc;
}

.page-content {
    margin-top: 65px;
}

h1 {
    font-size: 1.8rem;
    color: #7a838a;
}

.navbar {
    z-index: 9;
    top: 0;
    background: #354052;
}

.login-block {
    width: 100%;
}

.field-validation-error,
.validation-summary-errors {
    font-size: 12px;
}

.form-control {
    margin: 0;    
}

.pagination .page-link {
    padding: 0.25rem 0.55rem;
    border-radius: 50% !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #353535;
    background-color: #c6c9cc;
    border-color: #a6a6a7;
}

.table thead tr {
    background-color: #354052;
    color: white;
}

.form-control {
    font-size: .875rem;
}


.table-bordered thead th, .table-bordered thead td,
.table-bordered thead th a, .table-bordered thead td a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: lighter;
}

    .table-bordered thead th a, .table-bordered thead td a {
        text-decoration: underline;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .login-block {
        margin-top: 100px;
    }
}

/*.btn {
    width: 100px;
}

.form-control {
    width:300px;
    margin:0;
}*/



