.swal2-popup{
	font-size: 12px;
}
.table>tbody > tr > td,
.table>tbody > tr > th,
.table>thead > tr > td,
.table>thead > tr > th {
	vertical-align: middle;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
}
.table>tbody>tr{
	transition: background-color 0.3s ease-out;
}

.no-input-suggestions {
  -webkit-autofill: none;
  -webkit-text-fill-color: initial !important;
  caret-color: initial !important;
  background-color: white !important;
}

/* Additional Safari-specific hacks */
@supports (-webkit-touch-callout: none) {
  .no-input-suggestions {
    font-size: 16px !important; /* Safari sometimes ignores autocomplete="off" on inputs with smaller fonts */
  }
}

input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}

.table-black-thead > thead > tr > th{
	background-color: #333;
	color: #fff;
	font-size: 11px;
}
.table-black-thead > thead > tr > th:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.table-black-thead > thead > tr > th:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
	border: none;
	vertical-align: middle;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
	border: none;
	vertical-align: middle;
}
.label{
	padding-left: 10px;
	padding-right: 10px;
}
.label-danger {
	background-color: transparent;
	color: #F00;
	border: 1px solid #F00;
	border-radius: 6px;
	font-weight: normal;
}
.label-success{
	background-color: transparent;
	color: #5cb85c;
	border: 1px solid #5cb85c;
	border-radius: 6px;
	font-weight: normal;
}

.dt-search{
	margin-bottom: 10px;
	text-align: right;
}
div.dt-container div.dt-info{
	border-top: 1px solid #ededed;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-left: 7px;
}
div.dt-container div.dt-paging {
	margin: 0;
	margin-left: 6px;
}

.bg-danger {
	background-color: #f2dede!important;
}
.bg-warning {
	background-color: #fcf8e3!important;
}
.control-label{
	font-weight: 600;
}
.icon-user-group{
	margin-left: -5px;
}
.icon-user-group span:first-child{
	font-size: 11px;
	margin-right: -5px;
	color: #999;
}
.btn-line-height{
	line-height: 30px;
}
.btn{
	font-weight: 600;
}
.btn-danger{
	background-color: #F00;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.form-control.datepicker{
	padding: 6px 12px;
}

.form-control.input-sm.datepicker{
	padding: 5px 10px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #fb0008;
	border-color: #ff0000;
}
h1,h2,h3,h4{
	font-weight: bolder;
}

.pagination>li>a, 
.pagination>li>span{
	font-weight: 600;
	font-size: 12px;
	padding: 2px 8px; 
	top: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
z-index: 3;
color: #fff;
cursor: default;
background-color: #d61212;
border-color: #d61212;
}

/*
.btn,
.form-control{
	border-radius: 0px;
}
select {
	-webkit-border-radius:0px;
}
*/

body{
	color: #666;
	font-size: 14px;
}
a{
	color: #8f0000
}
input[type="checkbox"]{
  accent-color: #e74c3c;
}
.main-header .top-bar{
	background-image: url('../images/header-bg.jpg');
	background-position: top;
	padding-top: 10px;
	padding-bottom: 7px;
}

.main-header .top-bar .navbar-nav>li>a{
	background-color: transparent!important;
}
.main-header .navbar-default{
	min-height: initial;
	background-color: #fff;
}
.main-header .navbar-default .navbar-nav{
	margin-left: -15px;
	margin-right: -15px;
}
.main-header .navbar-default .navbar-nav>li>a{
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-header .navbar-default .navbar-nav>li.active>a{
	background-color: transparent;
	color: #000;
}
.main-header .navbar-default .navbar-nav .dropdown-menu>li>a{
	padding-top: 5px;
	padding-bottom: 5px;
}

.panel-page{
	background-color: #f4f4f4;
}
.page-container{
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 4px;
	
}
.page-container .page-header{
	padding: 15px 15px 13px 15px;
	margin: 0px 0px 0px 0px;
}
.page-container .page-header .page-title{
	font-size: 20px;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 6px;
}
.page-container .page-content{
	padding: 15px;
}

.profile-sidebar .img-profile{
	max-width: 130px;
	height: auto;
}
.profile-sidebar .progress{
	height: 7px;
}

.append-shipment{
	display: flex;
	gap: 5px;
}

#attatchOfferItemModal .modal-body{
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: calc(100vh - 120px);
	overflow-y: scroll;
}

.modal .search-box{
	max-width: 100%; 
	position: relative;
}
.modal .search-box .form-group{
	margin-bottom: 0px;
}
.modal .search-box .form-group input{
	text-transform: uppercase;
}

.suggestions{
/*	margin-right: 10px;*/
}
.suggestions .item{
	/*border-bottom: 1px solid #ededed; */
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 10px;
}
.suggestions .item:nth-child(odd) {
  background-color: #f9f9f9; 
  /* Color for odd items */
}

.suggestions .item:nth-child(even) {
  background-color: #ffffff; 
  /* Color for even items */
}

.suggestions .item:hover{
	background-color: #ededed;
}
.suggestions .item .title{
	margin-bottom: 4px;
	display: block;
}
.suggestions .item:last-child{
	border: none;
	margin-bottom: 0!important;
}

.event-rel-user {
	display: inline-block;
	padding: 3px 15px 3px 3px;
	background-color: #ededed;
	white-space: nowrap;
	border-radius: 17px;
	margin-bottom: 5px;
	margin-right: 0px;
}

.comment-item{
	padding: 15px; 
	border-bottom: 1px solid #ededed;
}

.success-input{
	max-width: 80px;
	border: 1px solid rgb(166, 222, 166);
	background-color: rgb(226, 250, 226);
}

.error-input{
	max-width: 80px;
	border: 1px solid rgb(166, 222, 166);
	background-color: rgb(226, 250, 226);
}

.response .alert{
	font-size: 90%;
}
.form-group .errors span{
	display: block;
	margin-top: 2px;
	font-size: 90%;
}

/*.modal-content{
	overflow: hidden;
}*/


/*#editWarehouseModal .warehouse-locations{
	display: flex;
}
#editWarehouseModal .warehouse-locations .form-control{
	display: inline;
	min-width: 0px;
}

#editWarehouseModal .warehouse-locations .warehouse-location-item{
	display: flex;
	gap: 5px;
}*/

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.right-border{
	border-right: 1px solid #ccc;
}

.left-border{
	border-left: 1px solid #ccc;
}

strong,.strong{
	font-weight: bolder;
}
.w-80{
	max-width: 80px;
}
.p-0{
	padding: 0px!important;
}
.m-0{
	margin: 0px!important;
}
.mt-0{
	margin-top:0px;
}
.mt-1{
	margin-top: 5px;
}
.mt-2{
	margin-top: 10px;
}
.mt-3{
	margin-top: 15px;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-1{
	margin-bottom: 5px;
}
.mb-2{
	margin-bottom: 10px;
}
.mb-3{
	margin-bottom: 15px;
}
.ms-3{
	margin-left: 15px;
}
.me-1{
	margin-right: 5px;
}
.me-2{
	margin-right: 10px;
}

.d-block{
	display: block;
}

.flex-form {
  display: flex;
}
.flex-grow {
  flex-grow: 1;
  margin-right: 10px;
}

.d-flex{
	display: flex;
}
.justify-content-center{
	align-items: center;
}
.justify-content-between{
	justify-content: space-between;
}