.onlycaps {
	text-transform:uppercase;
}
.loginpage {
	background-color:#333;
	background: url("../img/login-bg-new.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #6e707e;
    background-color: #fff;
    border-color: #d1d3e2;
}

.ui-autocomplete {
    z-index: 9999999999;
    position: absolute;
    top: 38px;
    min-width: 160px;
    margin: 0 0 10px 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius:0px;
    box-shadow : rgba(0, 0, 0, 0.1) 0 5px 10px ;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
.ui-autocomplete.ui-widget-content {
    background: #f7f7f7 url();
}
.ui-autocomplete.ui-menu {
	padding: 0px;
}
.ui-menu .ui-menu-item {
	padding:0;
	line-height:2em;
	font-size:1em;
    list-style-image: url();
}
.ui-menu .ui-menu-item a {
	line-height:2em;
}
.ui-menu .ui-menu-item .ui-state-focus {
	background: #eee;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #eee url() 50% 50% repeat-x;
	font-weight: normal;
	color: #333;
	cursor:pointer;
}

.bootstrap-select > .btn-outline-secondary {
    color: #6e707e;
    border-color: #d1d3e2;
}
.bootstrap-select > .btn-outline-secondary:not(:disabled):not(.disabled):hover, .bootstrap-select > .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-select > .btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-select.show > .btn-outline-secondary.dropdown-toggle {
	color: #6e707e;
    background-color: #fff;
    border-color: #d1d3e2;
}

.ellipsis {
	text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;
}
.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.order-list, .order-list .card-header, .order-list .card-body {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.order-list .table th, .order-list .table td {
    padding: 0.25rem;
	font-size: 0.750rem;
}
#extracttable th, #extracttable td {
    padding: 0.125rem!important;
	font-size: 0.7rem;
}
.shortcode {
	overflow:hidden;white-space:nowrap;
}
.w-100 {
	width:100px;
}
.w-150 {
	width:150px;
}
.w-200 {
	width:120px;
}
.w-250 {
	width:250px;
}
.w-300 {
	width:200px;
}

@media (min-width: 1440px) {
	.w-300 {
		width:250px;
	}
	.w-200 {
		width:150px;
	}
}
@media (min-width: 1600px) {
	.w-300 {
		width:300px;
	}
	.w-200 {
		width:200px;
	}
}
.dropdown-menu {
    min-width: 20rem;
}
input[type=number] {
	text-align:right;
}
body {
	background-color: #ccc;
}
#wrapper #content-wrapper {
    background-color: #ccc;
}
.ui-menu .ui-menu-item {
    font-size: .75em;
}

.gray-color {
	color:#6c757d;
}
.yellow-color {
	color:#ffc107;
}
.red-color {
	color:#f00;
}
.green-color {
	color:#25D366;
}
.blue-color {
	color:#1b6da3;
}
.totaldist {
	color:#ca0000;
}
#xxTable tr.bg-secondary td, #xxTable tr.bg-danger td {
	color:#eee!important;
}
.top-double-bordered {
	border-top:4px solid #333;
}
.bg-success2 {
    background-color: #c6f1e2 !important;
}
.bg-danger2 {
    background-color: #fed3cf !important;
}
.bg-secondary2 {
    background-color: #d6daf2 !important;
}
.bg-mursel {
    background-color: #bac1f2 !important;
}
.bg-aliy {
    background-color: #f8cdb3 !important;
}
.bg-cihan {
    background-color: #b3f8bb !important;
}
.table-responsive {
	overflow-y:auto;
}

.pricol {
	letter-spacing: -1px!important;
	text-shadow: 0 0 32px white!important;
	color: transparent!important;
}
.chat-online { color: #2bdfaa; }
.bootstrap-select .fa-user { color:#ddd; }
.bootstrap-select .fa-user.greencolor { color:#58D68D; }
.bootstrap-select .bs-searchbox .form-control { text-transform: uppercase!important; }
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] { border:1px solid #d1d3e2; border-radius: 0.35rem; }

.msg-list-table .magestr .media-photo { width:30px; height:30px; }
.msg-list-table .magestr .media a.media-body span { font-size:0.65rem; }
.msg-list-table .magestr .media a.media-body h4 { font-size:0.75rem; margin-bottom: 0.2rem; }
.msg-list-table .magestr .media a.media-body p { font-size:0.70rem; }
.msg-list-table .magestr .media a.media-body { font-weight:normal; }
.msg-list-table .magestr .media a.media-body.unread { font-weight:bold; }
.msg-list-table .magestr .media a .pagado { bottom:20px; right:20px; }

.blink_this {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    background-color: #fff;
  }
}

* { font-weight:bold!important; }
.table, .form-control {
    color: #000!important;
}

.hidenote {
	position:absolute;
	top:5px;
	right:5px;
	display:none;
}
.ordernoteslist .list-group-item:hover .hidenote {
	display:block;
}
.tooltip-inner {
    max-width: 100% !important;
	text-align:left!important;
}

.dealerdiv .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    left: 7px!important;
    right: auto!important;
    top: 5px;
}

#accordionSidebar {
	position:fixed;
	top:0;
	left:0;
	overflow:scroll;
	height:100%;
}

#content-wrapper {
	margin-left:104px;
}
@media (min-width: 760px) {
	#content-wrapper {
		margin-left:225px;
	}
}

.distanceresult {
	width:70%;
}
#map-canvas {
	width:100%;
	height:300px;
}

.selector-file-input {
	display:none;
}
.selector-file-input::file-selector-button {
	background-color: #ddd;
	cursor:pointer;
}

.calchistory {
	position:fixed;
	bottom:15px;
	right:15px;
	width:300px;
	height:auto;
	background:rgba(247,204,81,.3);
	border-radius:5px;
	padding:10px;
	color:#333;
}