@font-face {
  font-family: 'bukra'; /*a name to be used later*/
  src: url('../../fonts/Arial.ttf'); /*URL to font*/
}
@font-face {
  font-family: 'bukraBold'; /*a name to be used later*/
  src: url('../../fonts/Arial.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Arial'; /*a name to be used later*/
    src: url('../../fonts/Arial.ttf'); /*URL to font*/
}
.topbar {
    /*background: url(../../images/banner.jpg) center no-repeat;*/
    /*background-size: cover;*/
    background: #283847;
    height: 60px;
    background-size: cover;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 6px 18px !important;
    padding-top: 6px;
    padding-right: 18px;
    padding-bottom: 6px;
    padding-left: 18px;
    border-bottom: 1px solid #111;
}
.topbar .nav-link {
    color: #fff !important;
}

table thead {
    color: #fff;
    font-family: bukra;
    background-color: #283847;
    font-size: 14px;
    font-weight: 400;
}
div.dataTables_wrapper div.dataTables_filter {
	padding: 0% 2% 0% 2%;
    text-align: right;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    padding: 0% 3% 1% 1.5%;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: 1px solid #ccc;
}
div.dataTables_wrapper div.dataTables_filter>label {
    font-weight: normal;
    font-size: 16px;
    font-family: bukra;
    font-weight: 500;
    white-space: nowrap;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    font-family: bukra;
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #dcdcdc !important;
    background-color: #dedede !important;
    background: #dedede !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #dedede !important;
    background-color: #9c9c9c !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem !important;
}
div.flexbox>h5 {
    float: unset;
    content: "";
    display: block;
    width: 50%;
    border-collapse: collapse;
    font-size: 18px;
    border: 1px #ccc;
    border-bottom-style: solid;
    padding: 2%;
    margin: 0px auto;
    font-family: bukraBold;
    font-weight: 600;
    width: 100%;
    /* border-bottom: var(--divider-border-width) var(--divider-border-style) #8a8a8a; */
    text-align: center !important;
}
table.dataTable thead th, table.dataTable thead td {
    border: unset !important;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500;
}

td>div>span>i.fa.fa-cog {
    color: #10558c;
}
table.dataTable tbody tr {
    font-stretch: initial;
    font-weight: 500;
    color: #000;
    font-family: bukraBold;
    background-color: #ffffff;
    font-size: 14px;
}
tr#accordion1:nth-child(odd) {
    background: #eaeaead9;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background: #9c9c9c !important;
    box-shadow: unset !important;
    border: 1px solid #b1b1b1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    background: #9c9c9c !important;
    box-shadow: unset !important;
    border: 1px solid #b1b1b1;
}
#QuestonForm {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

td {
    position: relative;
    border-bottom: 1px solid #eee;
}

.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin: 4px 0px 30px;
    width: 100%;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}

.timeline .line::before {
    top: -4px;
}

.timeline .line::after {
    bottom: -4px;
}

.timeline .card {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

.timeline .card .card-icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
    color: #fff;
    background-color: #094e91;
    border-color: #fff;
    border: 2px solid #fff;
    text-align: center;
}

.timeline .card .card-text {
    position: absolute;
    left: -83px;
    display: block;
    top: 17%;
    padding: 4px;
    margin: 0px auto;
    text-align: center;
    float: left;
    color: #fff;
    background-color: #094e91;
    border-color: #fff;
    border: 2px solid #fff;
}

.timeline .card .card-text span {
    margin: 0px auto;
}

.timeline .card .card-icon .number {
    font-size: 20px;
    vertical-align: middle;
    line-height: 36px;
    font-weight: 700;
}

.timeline .images-holder {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}

.timeline .images-holder .img-item {
    width: 100px;
    padding: 3px;
    position: relative;
}

.timeline .images-holder .img-item:hover .overlay {
    opacity: 1;
}

.timeline .images-holder .img-item .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(#000, 0.9);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border: 1px solid #2e709e;
    transition: opacity 0.33s ease-in-out;
    -webkit-transition: opacity 0.33s ease-in-out;
    -moz-transition: opacity 0.33s ease-in-out;
    -ms-transition: opacity 0.33s ease-in-out;
    -o-transition: opacity 0.33s ease-in-out;
}

.timeline .images-holder .img-item .overlay span {
    color: #fff;
    font-size: 16px;
}

.timeline .images-holder .img-item img {
    width: 100%;
    height: auto;
}

.timeline .images-holder .img-item>a {
    width: 100%;
}

.timeline .button-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.button-group a {
    font-size: 12px;
    margin: 5px;
    padding: 5px 5px!important;
    font-weight: 500;
}

.timeline .button-group .btn {
    margin: 5px;
    font-size: 12px;
    padding: 3px 5px!important;
    font-weight: 500;
}

.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-weight: 500;
}

.btn-black:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}

option:disabled {
    background-color: #e9ecef !important;
    border: 1px solid #fff;
    color: #929daf !important;
    cursor: not-allowed;
}

option:disabled.sub-group-option-disabled {
    color: red !important;
}

option.sub-group-option-disabled {
    color: red !important;
}

option.sub-group-option-disabled:hover,
option.sub-group-option-disabled:active,
option.sub-group-option-disabled:focus {
    color: red !important;
}

div#signature {
    border: 1px solid #ccc;
    padding: 0% 2% 2% 1%;
    float: left;
    width: 27%;
    font-family: bukraBold;
    background: #cccccc3b;
    font-size: 16px;
    font-weight: 500;
    color: #009434;
}
div#non-signature {
    border: 1px solid #ccc;
    padding: 0% 2% 2% 1%;
    float: left;
    width: 48%;
    font-family: bukraBold;
    background: #cccccc3b;
    font-size: 16px;
    font-weight: 500;
    color: #005b90;
}
div#all {
    border: 1px solid #ccc;
    padding: 0% 2% 2% 1%;
    float: left;
    background: #cccccc3b;
    width: 24%;
    font-family: bukraBold;
    font-size: 16px;
    font-weight: 500;
    color: #8400bb;
}
i.fas.fa-calendar-check {
    color: #00416f;
}
i.fas.fa-calendar-check:hover {
    color: #5d5d5d;
}
i.fas.fa-calendar-check:active {
    color: #5d5d5d;
}
i.fas.fa-trash:hover {
    color: #FF5722;
}
i.fas.fa-trash {
    color: #a70101;
}
ul.nav.justify-content-end {
    border-radius: 0px;
    width: 98.6%;
    margin-bottom: 1%;
}
a.btn.btn-primary.btn-lg {
    border-radius: 0px;
    border: 2px solid #fff;
}
.btn-primary:hover {
    background-color: #0082bd;
    border-color: #0082bd;
    color: #fff;
}
.btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    background-color: #0082bd;
    border-color: #0082bd;
    color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e6e6e6;
}
td.p-3 {
    font-size: 14px;
    color: #000;
    font-family: bukraBold;
}
div.card>div.card-header>div>a {
    color: #0a88e2;
    text-decoration: underline;
}
tbody>tr>td.p-2>a {
    color: #0497ff;
    text-decoration: underline;
    font-size: 16px;
    font-family: bukraBold;
}
tr>td.p-2>a>i.fa-edit {
    color: #009688 !important;
}
div.card-body>div.row.overflow-auto.w-100 {
    margin-left: 0px;
}
div.card-footer>div.row.pl-3.pr-3.pl-md-0 {
    text-align: center;
    align-content: center;
    margin: 0 auto;
}
.fs-60 {
    font-size: 40px !important;
    line-height: 1.2;
}
.btn-primary {
    background-color: #00416f;
    border-color: #00416f;
    border-radius: 0px;
    color: #fff;
}
.topbar .nav-link {
    font-weight: 500;
    color: #fff !important;
    font-size: 15px;
    font-family: bukra;
}
tbody>tr:nth-child(odd) {
    background: #eaeaead9;
}
.toolbar {
width: 50%;
    padding: 0% 3% 1% 1.5%;
    float: left;
}


