﻿.logotext
{
    font-size: 25px;
    letter-spacing:1px;
    font-weight:bold;
    position:relative;
    top:6px;
    margin-left:12px;
}

.logo-wrapper {
    position: relative;
    top: -5px;
}

.logo-wrapper img{
    width:35px !important;
    height:35px !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.card-success {
    background: #00910029 !important;
}

.card-danger {
    background: #c5000024 !important;
}

.table-success {
    background: #00910029 !important;
}

.table-danger {
    background: #c5000024 !important;
}