body{
    font-family:'Barlow';
    background-color: #eeeeee;
    margin-top: 50px;
}
body.pace-running:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1500;
    background-color: rgba(0, 0, 0, 0.1);
}
  
/* For a nice fade-in: */
body:before {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 200ms;
    -moz-transtition: background-color 200ms;
    -ms-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
}
.navbar-inverse{
    /* background-color: #bac1b8; */
    background-color: #3C82C4;
    border-color: #3C82C4;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ff6666;
}

.navbar-inverse .navbar-nav>li>a {
    /* color: black; */
    color:white;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    /* color: black; */
    color:white;
    background-color: #3C82C4;
        /* background-color: #bac1b8; */
}

.sort-icon {
    font-size: 9px;
    margin-left: 5px;
}
h1.vkshadow, h2.vkshadow{
    text-shadow: 0px 0px 8px #aaaaaa;
}
.btn.vkshadow{
    box-shadow: 0px 3px 3px 1px #cccccc;
}
.vkbox{
    border-style: none;
    border-width: 0.5px;
    border-radius: 0.5em;
    background-color: #fefefe;
    border-color: #bac1b8;
    padding: 1em 1em 0.2em 1em;
    margin: 10px 0px 0px 0px;
    box-shadow: 0px 3px 4px 1px #cccccc;
    /* box-shadow: 0px 0px 1px 1px #bac1b8; */
}

.text-danger{
    color: #e4572e;
}
.text-success{
    color: #03cea4;
}
.btn-link{
    font-weight: bold;
}
.btn-round{
    border-radius: 50%;
}

.btn-capsule{
    border-radius:1em;
}

.btn-primary{    
    background-color: #3C82C4;
    border-color: #3C82C4;
}
.btn-default{
    color: #3C82C4;
}
:not(.input-group-btn) > .btn-default{
    font-weight: bold;
    border-width: 2px;
    border-color: #3C82C4;
}
/* #eac435
#03cea4 */
.btn-danger{
    background-color: #e4572e;
    border-color: #e4572e;
}

table.vkheader > thead > tr{
    background-color: white ;
    color: black;
}

table.vkheader > thead > tr > th{
    padding-top:20px;
}

th {
    cursor:pointer;
}
.login-title{
    /* color: #3C82C4; */
    color:#fefefe;
}
.login-box{
    /* background-color: #3C82C4; */
    /* background-color: #fefefe; */
    border-radius: 1em 1em 1em 1em;
    height: 400px;
}
/* .login-title-box{
    border-style: none;
    border-width: 0.5px;
    background-color: #fefefe;
    border-color: #3C82C4;
    border-radius: 1em 0em 0em 1em;
    height: 400px;
    background-image: url("../img/login_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.login-button{
    /* color: #eeeeee;
    background-color: #3C82C4; */
    color: #3C82C4;
    background-color: #fefefe;
    border-color: #fefefe;
    font-weight: bold;
}
.bg-image {
    /* The image used */
    background-image: url("../img/login_bg.jpg");
  
    /* Add the blur effect */
    filter: blur(2px);
    -webkit-filter: blur(2px);
  
    /* Full height */
    height: 100%; 
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  /* Position text in the middle of the page/image */
  .bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    /* color: white;
    font-weight: bold; */
    /* border: 3px solid #f1f1f1; */
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50%;
    padding: 20px;
    /* text-align: center; */
    border-radius: 1em 1em 1em 1em;
}