.imglogo {
    width: 100%;
}

.smalllogo {
    width: 50px;
}

.fwhite {
    color: #fff!important;
}

.img100 {
    max-width: 100%;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mimg100 {
    max-width: 100%;
}

.img50 {
    width: 50%!important;
    margin: auto;
}

.img60 {
    width: 60%!important;
    margin: auto;
}

.img70 {
    width: 70%!important;
    margin: auto;
}

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

.mt-200 {
    margin-top: 200px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-50 {
    margin-top: 50px;
}

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

.imgm100 {
    max-width: 100%;
}

.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;
}

.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;
}

.pb-0 {
    padding-bottom: 0;
}

.img100px {
    width: 100px;
}

@media (max-width: 767px) {
    .sticky-menu .mainmenu {
        padding-top: -1px;
    }
    .iframevdo {
        height: 400px;
    }
    .mobile {
        display: none;
    }
    .img50,
    .img60,
    .img70 {
        width: 100%!important;
    }
}

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

.f8 {
    color: #888!important;
}

.bg-sky {
    background: #00adf1;
    padding: 50px 0;
}

@media (min-width: 1400px) {
    .container {
        width: 80%;
    }
}