﻿.bg-nav-tjk {
    background-color: #7e4859 !important;
    padding: 0px;
}

.bg-tjk {
    background-color: #7e4859 !important;
}
.hero-area {
    background-color: #7e4859 !important;
    color: white;
}

.btn-sm {
    padding: .09rem .5rem;
    font-size: .75rem;
    border-radius: .2rem;
}
.darker-bg {
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) )
}
.title {
    font-size: 50px;
    font-family: Montserrat,Arial, Helvetica, sans-serif;
}
.subtitle {
    font-family: Montserrat,Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 100;
    padding-bottom: 30px;
    position: relative;
    color: #bdc3c7;
}

/* ul > .active,
li > a:hover {
    background-color: #d5c8c0 !important;
} */
.navbar-dark .navbar-nav .nav-link {
    color: white;
}

li 
td > a {
    color: #4682b4;
    text-decoration: none;
}

td > a:hover {
    color: #4682b4;
    text-decoration: underline;
}


.toggle-vis:hover {
    color: #4682b4;
    text-decoration: underline;
}

.toggle-vis {
    color: #4682b4;
    text-decoration: none;
}


.btn {
   /* border-radius: 0 !important;*/
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat/Montserrat-Regular.ttf);
}

body {
    font-family: Montserrat;
    min-height: 100%;
}

.result-link {
    color: white;
    text-decoration: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited{
    background-color: #3d566e !important;
    border-color: #3d566e !important;
}
.btn-outline-primary{
    border-color: #3d566e !important;
    color: #3d566e !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: #3d566e !important;
    color:white !important;
}

.bg-primary {
    background-color: #3d566e !important;
}

.footer {
    bottom: 0;
    height: 100px;
}

.tableTextSameLine {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px !important;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: #3d566e !important;
    border-color: #3d566e !important;
    color: #fff !important;
}
