.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

textarea {
    resize: vertical;
    min-height: 100px !important;
}
.dropdown-menu {
    padding: 3px 0px;
}

.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
    font-weight: bold;
    color: #545454;
}
.navbar-fixed-top {
    top: 0;
    border-bottom: 1px solid #d4d4d4;
}

#btnLoggout{
    color: #b73333 !important;
}

.select2-selection.is-invalid {
    border-color: #dc3545!important;
    /*padding-right: calc(1.5em + 0.75rem);*/
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");*/
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.modal {
    padding-left: 0px!important;
}

.table td {
    padding: .3rem;
}

@media (max-width: 991px) {
    .bg-md-secondary {
        color: white;
        background-color: #343A40;
    }
}