label {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 15px;
}

.nav.nav-tabs>li {
    float: left;
}

div.dashboard-stat>.details {
    position: relative;
}

body .progress-bar-success {
    background-color: #36c6d3;
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 12px !important;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    margin-bottom: 5px;
    margin-bottom: 5px;
}

.btn-info {
    color: #fff !important;
    background-color: #659be0 !important;
    border-color: #508edb !important;
}

.bg-blue-sharp,
.bg-hover-blue-sharp:hover {
    background: #5C9BD1 !important;
}

button.nav-link.active {
    background-color: #5C9BD1 !important;
    border-radius: 0px !important;
}

button,
btn,
li.list-group-item {
    border-radius: 0px !important;
}

li>a {
    color: #337ab7 !important;
    text-decoration: none
}

#nav-tab a.quick_sidebar_tabs {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 3px solid rgba(243, 86, 93, 0.3);
    background: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#nav-tab a.quick_sidebar_tabs.active,
#nav-tab a.quick_sidebar_tabs:hover {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 3px solid #f3565d !important;
    background: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.form-control.red-border {
    border: 1px solid #f3565d !important;
}

/* Style the next span element of a visible span with class ‘red-border’ */
span.red-border:visible+span {
    border: 1px solid #f3565d !important;
    text-decoration: underline;
}

/* Style the next span element of a visible select with class ‘red-border’ */
select.red-border:visible+span {
    border: 1px solid #f3565d !important;
    text-decoration: underline;
}

.has-error .form-control {
    border-color: #e73d4a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.page-header .dropdown-menu>a {
    padding: 8px 16px;
    color: #6e6e6e;
    font-size: 14px;
    text-decoration: none;
    display: block;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}

.page-header a.btn {
    font-size: 14px;
}

header.page-header .navbar-brand>img {
    height: 50px
    /*width: 120px;*/
}

body.login div.login-content img {
    width: 45%;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}