/* color css Ends */

/*# sourceMappingURL=main.css.map */

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../main-site/assets/img/loader.svg) center no-repeat #fff;
}


.m-widget24 {
    webkit-box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
    box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
    margin:5px;
}

.m-menu__section-text {
     color: black !important; 
       webkit-box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
    box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
        width: 100%;
    padding-left: 15px !important;
}

.m-menu__link-text {
    /*color: #222 !important;*/
    font-weight: 600 !important;
}
.m-menu__section{
    padding:0px !important;
}

.m-menu__link-icon{
    padding-bottom: 3px;
}
.m-nav__link-icon-wrapper {
    background: #f7f7fb !important
}

.m-brand {
    /*width: 50%;*/
    background: #fefefe  !important;
}

.m-header__top {
    background: #fefefe !important;
}
.m-topbar__username {
    display: table-cell;
    vertical-align: middle;
    text-transform: inherit;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    color: #f33e5c !important;
}

.m-header__bottom {  
    background: #16A085 !important;
}

.m-header-search__wrapper {  
    background-color: #ffffff !important;
}

.m-nav__link-icon-wrapper>i {   
    color: #bc1965 !important;
}


@media (min-width: 767px) {
    #dashbodlogoimage {
     display:block;
    }
     #dashbodminilogoimage {
       display:none;
    }
}

@media (max-width: 767px) {
    #dashbodminilogoimage {
       display:block;
    }
      #dashbodlogoimage {
     display:none;
    }
}


.m-portlet {
        box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent !important; 
}

@media (max-width: 992px) {
    .m-body .m-content {
        padding-left: 30px !important;
    }
      #timelinelogs {
                margin-left: -15px !important;
    }
}

