body {
    background: #f8f8f8;
    background-color: #f8f8f8;
}

nav.navbar.navbar-static-top {
    background: #ffffff;
    background-color: #ffffff;
    border-bottom: 1px solid #d0d0d0;
}


/* Top 2nd Navbar Fix */

.main-header .sidebar-ctrl {
    /* display: inline-block; */
    width: 0;
    background-color: #fff !important;
    /*height: 54px;*/
    border-bottom: 1px solid #d0d0d0 !important;
}

.sidebar-ctrl .hide-mbl,
.sidebar-ctrl .view-select {
    display: none;
}

.sidebar-toggle img {
    float: left;
}

.sidebar-toggle img:last-child {
    display: none;
}

.main-header .sidebar-toggle,
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: url(../../img/line-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 9px 18px;
    display: block;
    margin: 18px 1px;
}

.sidebar-open .user-img,
.sidebar-open .user-name {
    display: block;
}

.fixed .content-wrapper {
    padding-top: 0;
    margin-top: -10px;
}

@media (min-width: 768px) {
    .navbar .snd-nav {
        margin-left: -40px;
    }
    .sidebar-toggle img:first-child {
        display: inline-block;
    }
    .sidebar-toggle img:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar .snd-nav {
        margin-left: 0px;
    }
    .sidebar-toggle img:first-child {
        display: none;
    }
    .sidebar-toggle img:last-child {
        display: inline-block;
    }
    .main-header .sidebar-toggle,
    .main-header .sidebar-toggle:focus,
    .main-header .sidebar-toggle:active {
        background: url(../../img/line.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        margin: 18px 1px 15px 18px;
    }
}

.pull-right-container,
.treeview,
.treeview-menu {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu-open .pull-right-container {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

li.active.treeview.menu-open {
    background-color: #4db2b2;
}

.sidebar-menu>li {
    position: relative;
    /* margin: 10px 0 0 0; */
    padding: 0;
}

.form-wrapper {
    background-color: #F8F8F8;
    padding: 5px 15px 15px 15px;
    overflow: hidden;
}


/* Issue  */

.alert-no-border {
    margin: 0px 0 20px 0;
    color: #000000 !important;
}

.form-wrapper h2 {
    color: #777777;
    margin: -10px 0 20px 0;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 10px 10px 10px;
}

.alert-fix {
    margin-left: 0;
    margin-right: 0;
}


/* Styles provided by Dinno: START */

.expired + .fold {
    background: #ffeaeb !important;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #b3b3b3 !important;
    border-radius: 3px;
}

.btn-primary {
    background-color: #3c8dbc !important;
    /* border-color: #367fa9; */
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff !important;
    background-color: #ac2925 !important;
    /* border-color: #761c19; */
}

.alert-no-border {
    margin: 0px 0 20px 0;
    color: #ffffff !important;
}


/* END */

@media (max-width: 767px) {
    .navbar.bg-white.sidebar-ctrl {
        /*background: transparent !important;*/
    }
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .fixed .content-wrapper {
        padding-top: 0;
        margin-top: -10px;
    }
}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .fixed .content-wrapper {
        padding-top: 0;
        margin-top: -10px;
    }
}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .fixed .content-wrapper {
        padding-top: 5px;
        margin-top: 0px;
    }
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .fixed .content-wrapper {
        padding-top: 0.01px;
        margin-top: 0px;
    }
    .company-name h3 {
        font-size: 9px;
        font-weight: bold;
        margin-top: 0px;
        max-width: 100px;
    }
    .content .row .col-lg-6.col-md-6,
    .content .row .col-lg-4.col-xs-12,
    .content .row .col-lg-12.col-md-12.col-xs-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
