﻿body {
    background-color: #fff;
    font-size: 13px;
    color: #6a6c6f;
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1.42857143
}

a {
    cursor: pointer;
    color: #34495e;
    text-decoration: none;
}

.nav-logo-bottom {
    position: fixed;
    bottom: 0;
    z-index: -1;
    align-content: center;
    padding: 0 2.25rem;
}

    .nav-logo-bottom img {
        width: 100px;
    }

.sidebar-icon-only .nav-logo-bottom {
    padding: 0.5rem;
}

    .sidebar-icon-only .nav-logo-bottom img {
        width: 50px;
    }

.sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini img {
    width: 40px;
    height: auto;
}

.sidebar .nav .nav-item .nav-link {
    color: #6a6c6f;
}

.sidebar .nav .nav-item.active > .nav-link {
    color: #34495e;
    font-weight: bold;
}

    .sidebar .nav .nav-item.active > .nav-link .menu-title {
        color: #34495e;
        font-weight: bold;
    }

    .sidebar .nav .nav-item.active > .nav-link i {
        color: #34495e;
    }

.sidebar .nav .nav-item .nav-link {
    padding: 0.6rem 0;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #34495e;
}

.sidebar .nav.sub-menu .nav-item {
    border-bottom: none;
}

.splash {
    position: absolute;
    z-index: 2000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #FFFFFF;
}

.content {
    padding: 25px 20px 20px 20px;
    min-width: 320px
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px
}

    .splash-title h1 {
        font-size: 26px
    }

.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hpanel {
    background-color: #fff;
    border: none;
    box-shadow: none;
    margin-bottom: 4px;
}

    .hpanel .panel-title {
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .hpanel .panel-body {
        background: #fff;
        border: 1px solid #e4e5e7;
        border-radius: 2px;
        padding: 10px !important;
        position: relative;
    }

    .hpanel > .panel-footer {
        color: inherit;
        border: 1px solid #e4e5e7;
        border-top: none;
        font-size: 90%;
        background: #f7f9fa;
        padding: 10px 15px;
    }

.small-header {
    padding: 0 !important;
}
.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.user-contract .hpanel .panel-body {
    border: none;
}

.user-contract p {
    font-size: 13px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-left {
    float: left !important;
}

.hbreadcrumb {
    padding: 2px 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    font-size: 11px
}

    .hbreadcrumb > li {
        display: inline-block
    }

        .hbreadcrumb > li + li:before {
            padding: 0 5px;
            color: #34495e;
            content: "/\00a0";
        }

    .hbreadcrumb > .active {
        color: #9d9fa2
    }

.clip-header {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    background: #f7f9fa;
    padding: 4px 5px;
    border-left: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7;
}

    .clip-header i {
        display: inline-block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.fixed-header {
    top: 70px;
    position: fixed !important;
    width: auto;
    z-index: 5;
    border-top: 1px solid #ddd;
    background-color: white;
}

.projects .project-info {
    text-align: right
}

.hpanel.hdf .panel-body {
    border-top: 2px solid #0C6388;
}

.full {
    width: 100%;
}

.progress-small, .progress-small .progress-bar {
    height: 10px;
}

.progress {
    border-radius: 2px;
    margin-bottom: 10px;
}

.m-t-xs {
    margin-top: 5px;
}

.btn-success {
    background-color: #62cb31 !important;
    border-color: #62cb31 !important;
    color: #FFFFFF
}

.btn-primary {
    background-color: #34495e !important;
    border-color: #34495e !important;
    color: #FFFFFF;
}

.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.show .dropdown-toggle.btn-success {
    background-color: #74d348;
    border-color: #74d348;
    color: #FFFFFF
}

.btn {
    font-family: "ubuntu-regular", sans-serif;
}

label {
    font-weight: 700;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.col-md-2 {
    width: 16.66666667%;
}

    .col-md-2 > .btn {
        width: 100%;
    }

.col-md-10 {
    width: 83.33333333%;
}

.main-panel, .navbar .navbar-menu-wrapper {
    width: calc(100% - 200px);
}

.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    padding: 0.5rem 1rem;
}

.sidebar, .navbar .navbar-brand-wrapper {
    width: 200px;
}

.navbar .navbar-brand-wrapper, .navbar .navbar-menu-wrapper {
    height: 50px;
}

.sidebar.sidebar-offcanvas .nav-main-item {
    padding: 0 1rem;
}

.navbar.fixed-top + .page-body-wrapper {
    padding-top: 50px;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    height: auto;
}

.navbar .navbar-brand-wrapper .brand-logo .text-uppercase {
    margin-bottom: 0;
}

.page-body-wrapper, .main-panel {
    min-height: calc(100vh - 50px);
}

    .page-body-wrapper .sidebar .nav .hide-icon-expand {
        display: none;
    }

.sidebar-icon-only .page-body-wrapper .sidebar .nav .hide-icon-expand {
    display: contents;
}