html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-blue {
    background-color: #095386;
}

.nav-item > a, a.navbar-brand, button {
    color: #ffffff !important;
}

a {
    color: #3c8dbc!important;
}

    a:hover {
        color: #72afd2!important;
    }

* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-flat {
border-radius:0px!important;
}
.btn-primary {
    background-color:#367fa9!important;
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #a29063;
}

.font-gray {
    color:#666!important;
}

.bg-light-gray {
    background-color: #EFEEED!important;
}

.box-padding {
    padding: 10px !important;
}

.bg-login {
    background-image: url('/images/loginbg.png');
    background-color: rgba(255, 255, 255, 0)!important;
    background-size:cover;
}

.bg-layout {
    background-color: #EDEDED!important;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    border-right-width:0px!important;
}

.input-group-text {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    background-color:#fff;
    border-left-width:0px!important;
}

.bg-transparency {
    opacity: 0.9;
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

/*End Error pages */
.text-red {
    color: #dd4b39 !important;
}