body {
    font-size: 1rem;
    color: black;
}
body.authentication-bg{
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
}

h1,h2,h3,h4,h5,h6{
    color: #005528;
}

.table {
    color: black;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    padding-top: 45vh;
}

.navbar-custom {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}

#sidebar-menu > ul > li > a {
    padding: 8px 20px;
}
#sidebar-menu .menu-title {
    color: #fff;
    background-color: #e9443f;
}

.card-box {
    overflow: auto;
}
.card-header {
    background-color: #fff;
}
.table tbody td {
    word-break: break-word;
}

span.don-vi-phu-trach {
    background-color: #ff5b5b;
    color: #fff;
    font-size: 0.9rem;
    padding: 3px 5px;
    border-radius: 5px;
    line-height: 1.8;
}
span#NoiDungTuongUng {
    display: inline-block;
    color: #6c757d;
    font-size: smaller;
    font-style: italic;
}

.content-page{
    padding-top: 20px;
    margin-left: 200px;
}
.left-side-menu {
    width: 210px;
}
.user-box {
    padding-left: 10px;
    padding-right: 10px;
}

.buttons-top{
    height: 70px;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
}

.mainrow{
    background-color: #ececec;
    font-weight: bold;
}
.subrow{
    background-color: #f9f9f9;
    font-style: italic;
}

.select2-selection--single {
    height: 100% !important;
}   
.select2-selection__rendered{
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.form-control {
    color: black;
    font-size: 1rem;
}

.no-border {
    border: none;
}
p[style="cursor: pointer;"]:hover {
    color: #ff5b5b;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.disabled{
    pointer-events: none;
    opacity: 0.5;
}

.card-box.card-title {
    background-color: #e9443f;
}
.card-title h4 {
    color: #fff;
}

.footer{
    position: fixed;
    -webkit-box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.25);
    z-index: 1;
}

/* FullCalendar */
.fc-scroller {
    overflow-y: hidden !important;
}