body {
    background-color: #666666 !important;
    font-family: Arial;
    font-style: normal;
    min-width: 1200px;
    overflow: auto;
}

.main-container {
    margin-left: 200px !important;
    margin-right: 200px !important;
    box-shadow: 1px 1px 1px 1px #606060;
    width: auto !important;
    background-color: #424242;
}
.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.banner {
    width: 100%;
    height: 120px;
    background-image: url('../images/banner.jpg');
    background-position: top left;
    background-repeat: repeat;
    /*background-attachment: fixed;
    margin-top: 15px;*/
}
.heading {
    font-family: Copperplate, Papyrus, fantasy;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #e300d0;
    padding: 30px;
    width:100%;
    display:flex;
    justify-content:center;
}
p{
    color:#ffffff;
}
.input-group-text {
    background-color: #4182f0 !important;
    border: 1px solid #c4d2df !important;
    color: #ffffff !important;
}
.content {
    width: auto !important;
    margin-top: 20px;
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.center-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    gap: 20px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
    background: #4182f0;
    color: #fff;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    background: #fff;
}
.form-check-label{
    color:#fff;
}
