.login-page, .register-page {
    background: white !important;
}

.login-box-style {
    background: #009DDF;
    padding: 20px;
    border-top: 0;
    color: #fff;
    border-radius: 5px;
}

.btn-info {
    background-color: #ffbb11;
    border-color: #FBBA16;
}

.btn-info:hover, .btn-info:active, .btn-info.hover {
    background-color: #f7ab3a;
    border-color: #f7ab3a;
}
.form-control{
    border: 1px solid #009DDF !important;
}


.form-control:focus {
    border-color: #f7ab3a !important;
    box-shadow: none !important;
}

.login-logo, .register-logo {
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}

.login-logo b {
    font-weight: 600;
}
.login-logo img {
    margin-bottom: 15px;
}


.login-box-body.login-box-style h2 {
    text-align: center;
}
.col-xs-12.text-center {
    margin-top: 12px;
}
.col-xs-12.text-center .btn {
    padding: 6px 30px;
}
.login-box {
    width: 100%;
    margin: 7% auto;
}

.login-box-body.login-box-style h2 {
    margin-top: 5px;
}
form p font {
    color: yellow !important;
}

.logout-box {
    width: 100% !important;
    margin: 7% auto !important;
}




.sidebar-mini.sidebar-collapse .main-sidebar{
    width: 0 !important;
}
.content-no-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: .55%;
}
.main-header .navbar.left{
    margin-left: 0px;
}

.main-header.mb-25{
    margin-bottom: 25px;
    display: none;
}

.wrapper.wrapper-bg {
    background: #f39c12;
}
iframe {
    width: 100%;
    margin: 0 auto;
}

.content-no-wrapper{
    padding:0px 15px;
}
.animate-bottom .tb-bdr {
    width: 100%;
}

.main-sidebar.sidebar_background.w-0 {
    left: -229.9px;
    transition: 0.5s;
}

.main-sidebar.sidebar_background.w-0:hover {
    left: 0px;
}
.main-sidebar.sidebar_background.w-0:hover .header-bars {
    left: 225px !important;
    background: #ecf0f5 !important;
    margin-left: 5px !important;
}

label #sidebar-btn {
    color: white;
    margin: 5px 0;
    padding: 10px 25px;
}
.display-inline-block{
    display: inline-block;
}
.header-area{
    position: relative;
}

.header-bars {
    padding: 7px 6px;
    transition: 0.5s;
    position: absolute;
    cursor: pointer;
    left: 0px;
    height: 100%;
    display: grid;
    height: 55px;
    align-content: center;
    background: #f39c12;
}
.header-bars:hover{
    background: #ecf0f5;
}
#sidebar-btn:hover{
    color: black;
}

#check:checked ~ .wrapper .main-sidebar.sidebar_background.w-0{
  left: 0;
}

#check:checked ~ .header-bars {
    left: 225px;
    background: #ecf0f5;
    margin-left: 5px;
}
#check:checked ~ .header-bars .fa-bars{
    color: black;
}
#sidebar-search-term h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
}

#check{
    display: none;
}
.container-fluid.header-logo {
    text-align: center;
    display: grid;
    height: 55px;
    align-content: center;
}
.logo-content .logo {
    transition: all .5s;
}
#check:checked ~ .header-logo .logo-content .logo {
    margin-left: 230px;
}

#sidebar-search-term {
    position: absolute;
    background: #f39c12;
    z-index: -1;
    color: white;
    display: grid;
    height: 55px;
    align-content: center;
    width: 232px;
    left: -232px;
}
.sidebar-search{
    transition: 0.5s;
}
#check:checked ~ .sidebar-search {
    left: 0px;
    text-align: center;
    font-size: 18px;
    transition: all .5s;
}
.main-sidebar{
    padding-top: 0px;
}
.sidebar_background {
    background-color: #2e3030;
}
.treeview a {
    color: white !important;
}
.treeview-menu a{
    color: #dbd9d9 !important;
}
.treeview-menu a:hover, .treeview-menu a:focus {
    outline: none;
    background: #646869 !important;
}
/*a:hover, a:focus {
    background: #4e5252 !important;
    border-left: 3px solid #f39c12;
}*/
.treeview.active a:active {
    outline: none;
    background: #4e5252 !important;
    border-left: 3px solid #f39c12;
}
.sidebar-menu > li > a {
    transition: 0.1s;
}
.sidebar-menu .treeview-menu > li > a {
    transition: 0.1s;
}
.sidebar-menu .treeview-menu > li > a:hover, .sidebar-menu .treeview-menu > li.active > a {
    background-color: #f39c12;
}

.sidebar-menu .treeview-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 3px solid #f39c12;
    background: #4e5252 !important;
}
.treeview span i, .user-panel-treeview-manu a i {
    padding: 0px 10px 0px 0px;
    font-size: 16px;
}
.treeview-menu span i {
    padding: 0px 10px 0px 0px;
    font-size: 10px;
}
.sidebar-menu-counter {
    border: 1px solid #444;
    color: #999;
    padding: 0px 5px;
}
a:hover .sidebar-menu-counter {
    border: none;
    color: white;
}
.login-logo img{
    border-radius: 0px;
}

/*Footer START -------------------------------------------*/
.main-footer {
    padding: 15px;
    color: #444;
    border-top: 1px dotted #ccc;
    margin: 0 auto;
    background: #f9f9f9;
    border-bottom: 7px solid #f39c12;
}
.main-footer.text-center.footer-width-and-margin a {
    color: #f39c12 !important;
}
.main-footer.text-center.footer-width-and-margin a:hover {
    color: black !important;
    background: #f39c12 !important;
    padding: 0px 5px;
}
.container-fluid.footer-main p {
    margin: 0 !important;
}
.main-footer.text-center.footer-width-and-margin {
    padding: 25px 0px;
}
.foter-main-content{
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 991.98px){
    .footer-right-content{
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }
    .footer-center-content{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .footer-left-content{
        display: flex !important;
        text-align: left !important;
    }
}
.main-footer.text-center.footer-width-and-margin {
    border-top: 40px solid white;
}
.footer-height {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 992px){
    .footer-center-content{
        padding: 10px 0px !important;
    }
}

/*Footer END -------------------------------------------------------*/


/*Sidebar Mobile View Start -----------------------------------------*/
@media(max-width: 767.98px){
    .main-sidebar{
        transform: none !important;
    }
    #check:checked ~ .header-bars {
     left: 0px; 
    background: #ecf0f5;
     margin-left: 0px; 
    }
    #check:checked ~ .sidebar-search{
        left: -230px;
    }
    .header-bars{
        background: white;
    }
    label #sidebar-btn{
        color: black;
        padding: 10px 16px;
    }
    #sidebar-btn:hover {
    color: white;
    }
    .header-bars:hover {
    background: #f39c12;
    }
    #check:checked ~ .header-logo .logo-content .logo {
    margin-left: 0px;
}

}
/*Sidebar Mobile View END ----------------------------------------------*/