﻿
.divSearch {
    align-items: center;
    display: flex;
    justify-content: center;
}

.sw-theme-arrows > .nav .nav-link-2::before {
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
}

.sw-theme-arrows > .nav .nav-link-2::after {
    border-top: 0px solid #00b86300 !important;
    border-bottom: 0px solid transparent !important;
}

.sw-btn-next {
    display: none !important;
}

.sw-btn-prev {
    display: none !important;
}

.tab-pane {
    width: 100% !important;
}

.toolbar {
    display: none !important;
}

.note {
    border-left-width: 4px;
    border-left-color: rgb(38, 203, 124);
    /*border-left-color: #4583c1;*/
    border-top: 0px;
    /*cursor: pointer;*/
    border-right: 0px;
    border-bottom: 0px;
}

.nav-link {
    font-size: 20px;
}

hr {
    border: unset !important;
}

table.dataTable tbody tr:hover {
    background-color: #DAF0F7 !important;
    cursor: pointer;
}

.sw-theme-arrows > .nav {
    background-color: #f1f1f1;
}

.c-red {
    color:red;
}