/*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;*/
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
     background: none;
}

.navbar {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #6b6b6b;
}

.navbar-right .dropdown-toggle, .navbar-nav .open .dropdown-menu>li>a  {
        text-align: right;

    /*margin-right: 10px;*/
}

.navbar-nav {
    margin: 7.5px 0px;
}

.sidebar-collapse {
    margin: 20px 5px;
    float: left;
}


.navbar-qlandia {
    background-color: #f5f5f5;
    border-color: #e7e7e7;
    color: #414141;
}

/*.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;
}

.btn-success {
  background-color: #F26529;
  border-color: #F26529;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #f15411;
  border-color: #db4b0d;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #F26529;
  border-color: #F26529;
}


.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  background-color: #F26529;
  border-color: #F26529;
}


/* end:btn*/

@media (min-width: 768px) {

    .sidebar-nav li a {
        font-size:12px;

    }

    .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;
    }
}


@media (min-width: 400px) {

    .sidebar-nav li a {
        font-size: 12px;

    }
}


@media screen and (max-width: 400px) {

    body {
        /*font-size: 13px;*/
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 6px;
    }
    /*#sidebar-footer-logo {*/
        /*display: none;*/
    /*}*/
}


