#content.container {
    margin-top: 70px;
}

.header {
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #292f32;
    z-index: 1000;
}

.header .header-logo {
    height: 60px;
    margin: 0px;
    float: left;
}

.header .header-login {
    font-size: 14px;
    float: right;
    line-height: 60px;
    color: #FFF;
}

.header .header-login .login-desc {
    padding: 17px 10px;
    color: #FFF;
    text-decoration: none;
}

.header .header-login .header-btn {
    padding: 17px 10px;
    color: #FFF;
}

.header .header-login .login-desc,
.header .header-login .header-btn {
    background: #292f32;
}

.header .header-login .login-desc:hover,
.header .header-login .header-btn:hover {
    background: #5d696f;
    text-decoration: none;
}

@media (max-width: 768px) {
    .header .header-logo {
        float: right;
    }
    .header .header-login {
        display: none;
    }
}

.panel-group .panel {
    border: 0px;
}

.btn-hr {
    color: #fff;
    background-color: #03a9f4;
    border-color: #00bcd4;
    border-radius: 1px !important;
    -webkit-border-radius: 1px !important;
    min-width: 80px;
}

a {
    color: #333;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.error-radio .parsley-errors-list,
.error-radio .parsley-errors-list li {
    display: inline;
    font-weight: 300;
    margin-left: 10px;
}

.error-text .parsley-errors-list,
.error-text .parsley-errors-list li {
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

.strongtext {
    font-weight: bold;
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}