.btn-report ,
.btn-save {
    min-width: 6.375rem;
}
.search-o_control {
	min-width: 300px;
}
.filter-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.f-b-child {
    display: flex;
    align-items: center;
    width: 50%;
}
.f-b-status {
    justify-content: flex-end;
}
.f-b-assignee , 
.f-b-export {
    margin-top: 5px;
}
.f-b-export {
    width: 100%;
}
.f-b-assignee ~ .f-b-export {
    width: 50%;
}
.f-b-child label {
	margin-bottom: 0px;
	margin-right: 15px;
}
.export-cv {
	margin-left: auto;
}
.order-head {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.order-head .label {
    font-weight: bold;
    margin-bottom: 0px;
    margin-right: 15px;
    font-size: 20px;
}
.order-head h5 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}
.order-viewbox {
	display: flex;
	flex-wrap: wrap;
}
.order-viewbox .form-group {
    width: 50%;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    margin-bottom: 0;
}
.order-viewbox .form-group:nth-child(odd) {
	border-right: 1px solid rgba(0, 40, 100, 0.12);
}
.order-viewbox .form-group h4 {
    margin-bottom: 0;
    font-size: 16px;
}
.order-viewbox .form-group span {
    color: #9aa0ac;
    font-size: 14px;
}
.o-d-body .form-label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    width: 25%;
    font-size: 18px;
}
.form-name {
    font-size: 16px;
}
.o-d-body .gov-label {
	font-size: 18px;
	font-weight: 600;
}
.o-d-body .form-group:last-child {
	margin-bottom: 0px;
}
.file-upload {
	display: block;
	text-align: center;
	font-size: 12px;
}
.file-upload .file-select {
	display: block;
	border: 2px solid #dce4ec;
	color: #34495e;
	cursor: pointer;
	line-height: 40px;
	text-align: left;
	background: #ffffff;
	position: relative;
}
.file-upload .file-select .file-select-button {
	background: #dce4ec;
	padding: 0 10px;
	display: inline-block;
	line-height: 40px;
}
.file-upload .file-select .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}
.file-upload .file-select:hover {
	border-color: #34495e;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
	background: #34495e;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
	border-color: #3fa46a;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
	background: #3fa46a;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
	opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
	cursor: default;
	display: block;
	border: 2px solid #dce4ec;
	color: #34495e;
	cursor: pointer;
	line-height: 40px;
	margin-top: 5px;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
	position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
	background: #dce4ec;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}
.o-d-body .problem-label {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.report-modal .modal-body ,
.add-modal .modal-body  ,
.edit-modal .modal-body {
	padding: 30px 50px;
}
.report-modal textarea {
	min-height: 130px;
}
.p-detail-list .form-group {
	width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    margin-bottom: 0px;
}
.p-detail-list .form-group h4 {
	margin-bottom: 0px;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
.p-detail-list .form-group span {
	color: #9aa0ac;
	font-size: 16px;
}
.view-staff .form-label {
    font-size: 18px;
    display: inline-block;
    width: 35%;
    margin-bottom: 0px;
}
.view-staff  h5 {
	display: inline-block;
	margin-bottom: 0px;
}
.view-staff .form-group {
    padding: 15px 20px;
    margin-bottom: 0px;
}
.form-group {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.form-control.error {
    border-color: rgba(255, 0, 68, 1);
}
.form-group label.error {
    position: absolute;
    font-size: 12px;
    bottom: -16px;
    margin-bottom: 0;
    color: #f04;
    display: block;
    line-height: 16px;
}
.o-d-body .form-group {
    margin-bottom: 15px;
}
.card-body.o-d-body {
    padding: 15px;
}
.card-scrollFix {
    height: calc(100vh - 224px);
    overflow: auto;
}
table.dataTable thead th ,
.card-table thead tr:first-child th {
	border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    color: #9aa0ac;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 400;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
table.dataTable tbody td {
    padding: 0.75rem 0.25rem;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}
div.dataTables_wrapper div.dataTables_length ,  
div.dataTables_wrapper div.dataTables_filter  {
	padding: 0.5rem 1.5rem;
}
div.dataTables_wrapper div.dataTables_length {
    height: 100%;
    display: flex;
    align-items: center;
}
div.dataTables_wrapper div.dataTables_length select {
	margin: 0px 5px;
}
div.dataTables_wrapper div.dataTables_filter label{
    font-size: 0;
    position: relative;
    margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_length label  {
	margin-bottom: 0px;
}
div.dataTables_wrapper div.dataTables_filter label:after {
    content: "\e9bf";
    font-family: 'feather' !important;
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 15px;
    color: #9aa0ac;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    display: block;
    padding: 0.375rem 0.75rem;
    padding-left: 2.5rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 280px;
}
.table.dataTable {
	margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 0.5rem 1.5rem;
    display: flex;
    align-items: center;
    height: 100%;
}
div.dataTables_wrapper div.dataTables_paginate {
    padding: 0.5rem 1.5rem;
}


.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd}

.show {display:block;}
.hide, .none {display:none;}
.filter_assignee {
    min-width: 115px;
    height: 25px !important;
    padding: 0.25rem 0.5rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.apply-form ,
.eta-form > div:nth-child(even) {
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.apply-form:last-child ,
.eta-form > div:last-child{
    border-bottom: none;
}
.order-viewbox .form-group:nth-last-child(-n+2) {
    border-bottom: none;
}
.sub-title {
    font-size: 14px;
    font-weight: 400;
}
.form-devider {
    padding-top: 10px;
    border-top: solid 1px rgba(0,0,0,0.1);
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 35px;
    display: block;
    font-weight: 600;
}
.form-box {
    position: relative;
}
.submit-btnbox {
    position: absolute;
    right: 20px;
    top: -48px;
    width: 100%;
    text-align: right;  
}
.submit-btnbox .alert {
    top: -75px;
    width: calc(100% - 150px);
    text-align: center;
    right: -20px;
    margin: auto;
    position: absolute;
}
span.copy.btn.btn-sm {
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
}
@media (min-width: 1280px) {
	.container {
		max-width: 1400px;
	}
}
table.dataTable tbody td:nth-child(5) {
white-space: pre-line;
}
.birth_text{
	font-size:20px !important;
	font-weight:bold !important;
}
.generated-pdf__content {
    text-align: center;
}
.generated-pdf__content p {
    margin-bottom: 0px;
}

.country-add strong {
    padding: 5px;
    width: 25px;
    height: 25px;
    border-color: #979797;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    line-height: 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.file-area {
    width: 100%;
    position: relative;
}
.file-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.file-area .file-dummy {
    width: 100%;
    padding: 30px;
    background: rgba(50, 197, 255, 0.21);
    border: 2px dashed rgb(50, 197, 255);
    text-align: center;
    transition: background 0.3s ease-in-out;
    margin: auto;
    max-width: 550px;
}
.file-area > label {
    text-align: center;
    display: block;
}
.file-area .file-dummy .success {
    display: none;
}
.file-area:hover .file-dummy {
    background: rgba(255, 255, 255, 0.1);
}
.file-area input[type=file]:focus + .file-dummy {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline: -webkit-focus-ring-color auto 5px;
}
.file-area input[type=file].valid + .file-dummy {
    border-color: rgba(0, 255, 0, 0.4);
    background-color: rgba(0, 255, 0, 0.3);
}
.file-area input[type=file].valid + .file-dummy .success {
    display: inline-block;
}
.file-area input[type=file].valid + .file-dummy .default {
    display: none;
}
.img-thumbnail.avatar {
    width: auto;
    height: auto;
    max-width: 200px;

}
.alert{
    justify-content: center;
    width: 100%;
    text-align: center;
}
.document-div label.error{
    text-align: center;
    display: flex;
    color: red;
}
span.note {
    font-size: 12px;
    text-transform: capitalize;
    font-style: italic;
}
.ind-div .card-title{
    padding: 14px;
    background-color: #f3f3f3;
    text-align: center;
    margin: 13px 0 13px 0;
    font-weight: bold;
}
.ind-div h5.card-sub-title {
    text-align: center;
    padding: 14px;
    color: #5eba00;
    margin: 13px 0 13px 0;
}
.ind-div .span-tag {
    display: inline-block;
    margin: 10px 5px;
    background-color: #ececec;
    padding: 5px 15px;
    border-radius: 15px;
}
.select2-selection.select2-selection--single {
    border: 1px solid #ced4da;
    height: auto;
    border-radius: .25rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    padding: .375rem .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(100% - 2px);
    width: 30px;
}
.select2-dropdown {
    border-color: #ced4da;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ced4da;
}