.sys-alert {
    display: none;
}

.pull-right {
    float: right;
}

.card-body .toolbar {
    position: absolute;
    top: -5px;
    right: 15px;
}

.card-body .toolbar2 {
    position: absolute;
    right: 15px;
}

.toolbar-td {
    position: relative !important;
    display: inline-block;
    white-space: nowrap;    
}


td .btn {
    margin-right: 5px;
}

.dataTables_wrapper .custom-select {
    width: 75px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.nav-item .btn-save {
    margin-left: 6px;
}

td.toolbar {
    white-space: nowrap;
}

td .toolbar {
    display: block;
}

td .toolbar li {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}

td .toolbar li:first-child {
    padding-left: 0px;
}

td .toolbar li:last-child {
    padding-right: 0px;
}

.toolbar ul, ul.toolbar {
    display: block;
}

.toolbar ul li, ul.toolbar li {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}

.modal-medium {
    min-width: 75%;
    margin-left: 80;
}

.modal-full {
    min-width: 94%;
    margin-left: 80;
}

.modal-full .modal-content {
    min-height: 94vh;
}

.dm-uploader h3 {
    margin-bottom: 15px;
}

.noty_buttons button {
    margin-right: 5px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
}

.pmenu {
    position: fixed;
    z-index: 50;
    width: 150px;
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

.pmenu a {
    padding: 5px 10px 5px 10px;
    display: block;
    cursor: pointer;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

.pmenu a:hover {
    background-color: #000;
    color: #FFF !important;
}

.fg-lcswitch label {
    margin-right: 10px;
}

.s-full-width {
    display: block;
    width: 100%;
}

.s-full-width .select2 {
    width: 100% !important;
}

.row-filter {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.form-check.pull-left {
    display: inline-block !important;
    margin-right: 5px;
}

.block_color {
    width: 40px;
    height: 40px;
    border: 1px solid #DEDEDE;
}

.p-rating {
    font-size: 20px;
}

.p-rating .fas {
    color: #FFCD00;
}