﻿
.navbar-brand
{
    background-color: #000 !important;
}

.navbar  {
    border-bottom: 2px solid #ed1f24;
}

.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
    background: #000;
}

.top-navigation .nav > li > a
{
/*    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
*/}

ul.nav.navbar-nav.mr-auto > li > a {
    color: #fff !important;
}

    ul.nav.navbar-nav.mr-auto > li > a:hover {
        color: #ed1f24 !important;
        background-color: #000 !important;
    }

.top-navigation .navbar-brand img {
    max-width: 125px;
}

.top-navigation .nav > li > a:hover, .top-navigation .nav > li > a:focus, .top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
/*    background-color: #1e1e1e;
*/    color: #ed1f24;
}

.btn-link {
    color: #fff;
}

.btn-link:hover {
/*    color: #fff;
    background-color: #1e1e1e;
    color: #ed1f24;
*/}

.top-navigation .nav > li.active > a {
/*    background-color: #1e1e1e;
    color: #ed1f24;
*/}

.top-navigation .navbar-nav .dropdown-menu {
    background: #808080;
}

.dropdown-item {
    color: #e1e1e1;
}

.dropdown-item a:hover, .dropdown-item a:focus {
    color: #ed1f24;
}

.btn-primary {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.btn-primary:hover {
    background-color: #C4122F;
    border-color: #C4122F;
}

button.disabled, button.disabled:hover, .btn-primary.disabled, btn-primary.disabled:hover {
    background-color: #ff7a7a;
    border-color: #ff7a7a;
}

.dx-pager .dx-page-sizes .dx-selection, .dx-pager .dx-pages .dx-selection {
    background-color: #C4122F;
    border-color: #C4122F;
}

.dx-datagrid .dx-link {
    color: #C4122F;
}

.dx-datagrid-form-buttons-container .dx-button {
    color: #C4122F;
}

.table-hover-red tr:hover {
    background-color: #ffe9e9 !important;
}

.required:after {
    content: " *";
    color: red;
}

.survey-section-header {
    background-color: #1e1e1e;
    color: #fff;
    padding: 10px;
}

/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover
{
    background-color: #fff;
}

.nav-tabs .nav-link a:hover {
    background-color: #fff!important;
}

.tab2 {
    background-color: #fff !important;
    color: #495057 !important;
}

.tab2:hover {
    background-color: #fff!important;
}

.nav-tabs .nav-link .tab2 .active {
    background-color: #fff !important;
}
*/



/*.was-validated .custom-select:invalid + .select2 .select2-selection {
    border-color: #dc3545 !important;
}

.was-validated .custom-select:valid + .select2 .select2-selection {
    border-color: #28a745 !important;
}

*:focus {
    outline: 0px;
}

.custom-check-margin {
    margin-left: 1.8rem;
}

.jumbotron {
    background-color: #ededed;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.btn-primary:hover {
    background-color: #C4122F;
    border-color: #C4122F;
}

button.disabled, button.disabled:hover, .btn-primary.disabled, btn-primary.disabled:hover {
    background-color: #ff7a7a;
    border-color: #ff7a7a;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    line-height: 40px;
    border-bottom: 8px solid;
    border-bottom-color: #C4122F;
    background-color: #ededed;
}

.navbar-dark {
    background-color: black;
    border-bottom: 2px solid;
    border-bottom-color: #C4122F;
}

.navbar-light {
    background-color: lightgray;
}*/