.dataTables_wrapper .dt-button {
    background-color: #5867dd;
    border-color: #5867dd;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    font-width: bold !important;
    font-weight: bold;
    margin: 0 auto;
}
.btn-group {
	margin-left: 22%;
	text-align: center;
}
.form-control {
	width: 100% ;
}
.dataTables_length , .btn-group {
	float: left;
}
.dashboard_icon {
	height: 50px;
	margin-bottom: 10px;
}
.kt-widget14 .card-body {
	border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 150px;
}
.container .modal-header button {
	position: absolute;
	right: 4%; 
	/*top: 10%;*/
}
.service_banner {
	width: 100%;
}
.disp-none {
	display: none;
}
table .badge-pill {
	padding-bottom: 0px;
}
.error {
	color: red;
    font-size: 12px;
    padding-left: 5px;
}

/*Manage Employee Custom Check Box - Start*/
.submenu .custom-checkbox .custom-control-input:checked~.custom-control-label:after{height:15px;width:15px;}
.submenu .custom-checkbox .custom-control-input:checked~.custom-control-label:before, .custom-radio .custom-control-input:checked~.custom-control-label:before{height:15px;width:15px;}
.submenu .custom-control {padding-left: 1.5rem;font-size: 14px;line-height: 24px;font-weight:300;}
.submenu .custom-checkbox .custom-control-label:after{height:15px;width:15px;}
.submenu .custom-checkbox .custom-control-label:before, .custom-radio .custom-control-input:checked~.custom-control-label:before{height:15px;width:15px;}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after{height:20px;width:20px;}
.custom-checkbox .custom-control-input:checked~.custom-control-label:before, .custom-radio .custom-control-input:checked~.custom-control-label:before{height:20px;width:20px;}
.custom-control {padding-left: 1.5rem;font-size: 17px;line-height: 28px;font-weight:bold;}
.custom-checkbox .custom-control-label:after{height:30px;width:30px;}
.custom-checkbox .custom-control-label:before, .custom-radio .custom-control-input:checked~.custom-control-label:before{height:20px;width:20px;}
/*Manage Employee Custom Check Box - End*/

.retailers_show th{
    color:#fff;
    text-align:center;
    background-color:#f2113b;
}


.select2-container--default .select2-selection--single {
    /*height:45px !important;*/
    /*font-size: 0.875rem;*/
height: calc(1.5em + 0.75rem + 2px)!important;
padding: 0.375rem 0.20rem!important;

    font-size: 1rem !important;;
font-weight: 410 !important;;
line-height: 1.5 !important;;
color: #6e707e !important;;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    /*top:71% !important;*/
    border-color: #cad1d7 transparent transparent transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#6e707e !important;
    line-height: 25px !important;
    font-weight: 600;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #cad1d7 !important;
    border-radius: 0.375rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 26px;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 20px;
}

#datatable_ajax_wrapper .select2-container--default .select2-selection--single {
    height:35px !important;
    font-size: 0.875rem;
    margin-bottom: 10px;
}
#datatable_ajax_wrapper .select2-container--default .select2-selection--single:focus{
    outline: none;
}
#datatable_ajax_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top:50% !important;
    border-color: #cad1d7 transparent transparent transparent !important;
}
/*#datatable_ajax_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    color:#8898aa !important;*/
/*    line-height: 42px !important;*/
/*}*/
/*#datatable_ajax_wrapper .select2-container--default .select2-selection--single {*/
/*    background-color: #fff;*/
/*    border: 1px solid #cad1d7 !important;*/
/*    border-radius: 0.375rem;*/
/*}*/

.dtr-data .far {
    font-weight: 400;
    font-size: 30px !important;
}
.desigantion{
    padding: 5px 10px;
}

.search_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#8898aa !important;
    line-height: 42px !important;
}

#amount_print_section {
    text-align:center;
}
#amount_print_section .amount_print {
    border: 1px solid gray;
    padding: 1px 11px;
    border-radius: 5px;
    font-weight:bold;
    background: var(--blue);
    color: #FFF;
}
.print_section_center {
    margin-bottom: -36px;
}

/* The Modal (background) */
#MoneyRequestImgModal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
#MoneyRequestImgModal .modal-content1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#MoneyRequestImgModal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
#MoneyRequestImgModal .modal-content1,#MoneyRequestImgModal #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.imgmodalclose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.imgmodalclose:hover,
.imgmodalclose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  #MoneyRequestImgModal .modal-content1 {
    width: 100% !important;
  }
}

.div_border{
    border: 1px solid;
    margin: 19px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
}
.text_inborder{
    position: absolute;
    top: -20.5px;
    left: 11px;
    background: white;
    padding: 6px;
    font-size: 17px;
    font-weight: 700;
}