.imglogo {
    width: 100%;
}

.smalllogo {
    width: 50px;
}

.sidebar .active {
    border-left: solid 5px #ffffff;
    background: #015490;
}

.img100 {
    width: 100%;
}

.mimg100 {
    max-width: 100%;
}

.btndel {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.current {
    background-color: #eaecf4!important;
}
.bg-gray{

    background-color: #eaecf4!important;
}
.hide {
    display: none;
}

.noti {
    float: right;
    background: red;
    padding: 1% 5px;
    border-radius: 10px;
    color: #fff;
}

.imgm100 {
    max-width: 100%;
}

.dpre {
    white-space: pre-line;
}

.dpre img,
.dpre iframe {
    max-width: 100%;
}

.fwhite {
    color: #fff!important;
}

.img100 {
    width: 100%;
}

.noread td {
    background-color: #eee;
}

.read td {
    background-color: #fff;
}

.fred {
    color: red;
}

.h200 {
    min-height: 200px;
    background-color: #eee;
    margin: auto;
}

.h400 {
    min-height: 400px;
    background-color: #eee;
    margin: auto;
}

.imgproduct {
    width: 100px;
}

.h300 {
    min-height: 300px;
    background-color: #eee;
}

.sidebar-dark .sidebar-brand {
    color: #fff;
    background: #fff !important;
}

.fa {
    color: #fff!important;
}

.fa:hover {
    cursor: pointer !important;
}

#sidebarToggleTop {
    background-color: #1575bb;
}

@media (max-width: 767px) {
    .sticky-menu .mainmenu {
        padding-top: -1px;
    }
    .iframevdo {
        height: 400px;
    }
    .mobile {
        display: none;
    }
}

@media (min-width: 766px) {
    .f50 {
        width: 50%;
        margin: auto;
    }
    .sticky-menu .mainmenu {
        padding-top: 0px;
    }
    .iframevdo {
        height: 600px;
    }
    .desktop {
        display: none;
    }
}