.main-header .header-upper {
    position: relative;
    padding:0;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}

.skin-red-light .main-header .navbar {
    background-color: #b51502;
}

.navbar-brand b, .list-group-item b {
    font-weight: 400 !important;
    font-size: 15px !important;
}

.breadcrumbs .breadcrumbs-home {
    display: none !important;
}

.breadcrumbs {
    background-color: #fff;
    background: transparent;
    border: none;
    border-radius: 5px;
    overflow: auto;
    padding: 0;
    margin: 4px 0;
}

.logo1 img {
    width: 10em;
    padding-top: 0.5em;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0 !important;
}

.list-group-unbordered>.list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 7px !important;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 87%;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 0;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

/* .sorting_disabled {
    display: none !important;
}

table.table-striped.dataTable.no-footer.dtr-inline tbody tr td:first-child {
    display: none !important;
} */

.skin-red-light .main-header li.user-header {
    background-color: #b51502 !important;
}

.login-box .control-box .box-title .form-control {
    border: 1px solid #eee !important;
    border-radius: 10px;
}

.login-box .control-box .bar {
    position: relative;
    height: 8px;
    display: none;
}

.section-title {
    position: relative;
    margin-bottom: 25px;
}

#loginView .btn-style, #loginView button.btn-style:hover {
    text-transform: capitalize;
    background: #a50000;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 400;
    border-radius: 5px;
    border: none !important;
}

.fa-sign-in, .fa-inbox {
    display: none !important;
}

.section-title h2 {
    font-size: 29px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #1c1c1c;
    line-height: 1.4em;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: none !important;
}

.box-body .table-bordered {
    border: none !important;
}

.nav-pills.nav-stacked li a b span {
    font-weight: 400 !important;
    color: #3c8dbc !important;
    font-size: 15px !important;
}

.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent !important;
}

#bodyContainer {
    padding-top: 10px !important
}

.register {
    text-decoration: none;
    cursor: pointer;
    color: #f7542b;
    display: inline-block;
    padding-bottom: 10px;
}

.fa-arrow-right {
    margin-left: 10px !important;
}

.carousel-inner h3 {
    font-size: 28px;
    text-shadow: none !important;
}

.carousel-inner p {
    font-size: 18px;
    text-shadow: none !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    opacity: 0.5;
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #a50000;
    background-color: #a50000;
}

h4.pull-right {
    text-shadow: none !important;
}

.view-container .invoice-col .table-responsive table tbody tr th {
    text-align: left !important;
}

.without-background, table.dataTable thead>tr {
    background-color: #e7e7e7 !important;
}

table.dataTable thead>tr>th {
    padding-right: 0 !important;
}

/* table.dataTable {
    clear: both;
    margin-top: -1px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
} */
.box-header {
    padding: 8px !important;
}
.mobile-logo{
    display:none;
}
.box-header .box-title {
    font-size: 15px;
}
.navbar-brand b{
    font-size:16px !important;
}



@media screen and (max-width: 767px) {
    .skin-red-light .main-header .navbar {
        background-color: #b51502;
        display: flex;
    }

    .skin-red-light .main-header .navbar .mobile-logo img {
        width: 8em;
        padding: 8px 10px;
    }

    .skin-red-light .main-header .navbar .container {
        margin-left: 0 !important;
    }

    .header-upper {
        display: none !important;
    }

    .mobile-logo img {
        max-width: 8em;
        float: left;
        padding: 5px;
    }
    .mobile-logo{
        display:block;
    }
    #myCarousel{
        display:none;
    }
    .content-wrapper{
        margin-top:0;
        /* height: 100vh !important; */
    }
    .navbar-header{
        display:flex;
    }
    .main-header .navbar-custom-menu {
        float: left !important;
    }
    .breadcrumbs {
        margin: 23px 0 4px;
    }
    .navbar-brand {
        padding: 22px 15px !important;
    }

}
