/*base*/

.h1, .h2, .h3, h1, h2, h3 {
    color: #231f20;
}

a {
    color: #777777;
    text-decoration: none;
}

/*a:active, a:hover {*/
/*outline: 0;*/
/*}*/

a:focus, a:hover {
    color: #353535;
    text-decoration: none;
}

/*end:base*/

/*navbar*/

.navbar-brand {
    padding: 10px;
}

.navbar {
    min-height: 55px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-inverse {
    background-color: #231f20;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #f0f0f0;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #9d9d9d;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #231f20;
}

/*.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {*/
/*color: #f0f0f0;*/
/*}*/

/*end:navbar*/

/*pannel*/

.panel-heading {
    position: relative;
    background: #fff;
    color: #868ba1;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    height: 56px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 12px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel {
    margin-bottom: 16px;
    border-radius: 1px;
}

.panel-body {
    position: relative;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    background-color: #fff;
}

.panel > :last-child {
    border-bottom: 1px solid #ced4da;
}

.panel > :first-child {
    border-top: 1px solid #ced4da;
}

.panel > div + div, .panel > div + .table, .panel > .table + div, .panel > .table + .table {
    border-top: 1px solid #ced4da;
}

.panel-body {
    padding: 15px;
}

.panel-footer {
    border-top: 0;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f6f7;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

/*end:pannel*/

/*scroll-to-top */

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 3px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(35, 31, 32, 0.5);
    line-height: 50px;
}

.scroll-to-top:hover {
    background: #231f20;
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}

.rounded {
    border-radius: .25rem !important;
}

/*end:scroll-to-top */

/* btn */
.btn {
    border-radius: 1px;
}

/* end:btn*/

@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 205px;
    }

    .dl-horizontal dt {
        float: left;
        width: 185px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}

