/*@media print
{
	@page
	{
		size: auto;
		margin: 1%;
	}
	
	#content
	{
		margin-left: 0 !important;
	}
	.wrapper
	{
		padding: 0 !important;
		margin: 0 !important;
	}

	a[href]:after{
		content:"";
	}
	a[href]:before{
		content:"";
	}
}*/

.select2 {
    width: 100% !important;
}

th,
td {
    vertical-align: middle !important;
}

[class*=sidebar-dark-],
.navbar-navy,
.bg-navy {
    background-color: #0d1e30 !important;
}

.card {
    box-shadow: 0 0 1px rgb(22 123 255 / .125), 0 1px 3px rgb(22 123 255 / .7);
}

label {
    margin-bottom: 0;
}

.dropdown-menu {
    z-index: 9999999;
    /*-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
}

.text-shadow {
    text-shadow: 1px 1px #444;
}

.text-shadow-white {
    text-shadow: 1px 1px #ddd;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loaderModal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../img/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loaderModal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   loaderModal element will be visible */
body.loading .loaderModal {
    display: block;
}

fieldset.scheduler-border {
    border: 1px groove #007bff !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    width: 100%;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.closed {
    position: absolute !important;
    right: 0 !important;
    height: 45px !important;
    width: 45px !important;
    background: red !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    top: 0 !important;
    color: #fff !important;
    display: block !important;
    line-height: 15px;
}

.card {
    margin-bottom: 0 !important;
}

.removeRow {
    color: red !important;
    font-weight: bold !important;
}

#city-suggestion .list-group-item {
    position: relative !important;
    display: block !important;
    padding: 0.65rem .5rem !important;
    background-color: #ffffff !important;
    /* border: 1px solid rgba(0, 0, 0, .125) !important; */
}

#dist-suggestion .list-group-item {
    position: relative !important;
    display: block !important;
    padding: 0.65rem .5rem !important;
    background-color: #ffffff !important;
}

.navbar-badge {
    font-size: .6rem;
    font-weight: 600;
    padding: 2px 4px;
    position: absolute;
    right: 6px;
    top: 3px;
}

.is {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
}

.is1 {
    background: #d66b00;
    color: #fff;
}

.is2 {
    background: #33c000a5;
    color: #fff;
}

.is3 {
    background: #f11d1d;
    color: #fff;
}

.is4 {
    background: #a407ff;
    color: #fff;
}

.is5 {
    background: #6407ff;
    color: #fff;
}

.is6 {
    background: #ff077e;
}

.badge-bg1 {
    color: #fff;
    background-color: #B93160;
}

.badge-bg2 {
    color: #fff;
    background-color: #9532ff;
}

.badge-bg3 {
    color: #fff;
    background-color: #2B7A0B;
}

.badge-bg4 {
    color: #fff;
    background-color: #ff7d7d;
}

.badge-bg5 {
    color: #090909;
    background-color: #ffab7e;
}

.badge-bg6 {
    color: #fff;
    background-color: #ffa200bc;
}

.badge-bg7 {
    color: #080808;
    background-color: #fb8aff;
}

.badge-bg8 {
    color: #fff;
    background-color: #00a0d1;
}

.badge-bg9 {
    color: #fff;
    background-color: #00b241;
}

.badge-bg10 {
    color: #fff;
    background-color: #01c8ffb0;
}

.badge {
    font-weight: 500 !important;
}

.table .thead-dark1 th {
    color: #000;
    background-color: #ffc23c;
    border-color: #ffaf00;
}

.table .thead-dark2 th {
    color: #fff;
    background-color: #d1512d;
    border-color: #e36643;
}

.table .thead-dark3 th {
    color: #fff;
    background-color: #7a4495;
    border-color: #9f25dc;
}

.table .thead-dark4 th {
    color: #fff;
    background-color: #5bb318;
    border-color: #64ca17;
}

.table .thead-dark5 th {
    color: #fff;
    background-color: #20c997;
    border-color: #00bc8c;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}

.info-box .info-box-text,
.info-box .progress-description {
    font-weight: 600;
    font-size: 20px;
}

#appendData .row {
    background-color: #E3E3E3;
    border-bottom: 1px solid #C5C5C5;
    padding: 12px 0 0 0;
}

#appendReturnData .row {
    background-color: #ffe8d773;
    border-bottom: 1px dotted #C5C5C5;
    padding: 12px 0 0 0;
}

.list-group{
    margin-bottom: 10px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 300px;
}
.img-size-30 {
    max-width: 30px;
    min-width: 30px;
    padding: 3px;
}
.dropdown-item-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.dropdown-menu-lg {
    max-width: 350px;
    min-width: 320px;
    padding: 0;
    max-height: 500px;
    min-height: auto;
    overflow-y: scroll;
}
.dropdown-menu-lg::-webkit-scrollbar {
  width: 5px;
}


.dropdown-menu-lg::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 12px;
}
 

.dropdown-menu-lg::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 12px;
}


.dropdown-menu-lg::-webkit-scrollbar-thumb:hover {
  background: #555; 
}