::placeholder{
	color:#cacaca !important;
}

.disabled-e{
	pointer-events: none;
	opacity:0.6;
}

.pointer{
	cursor:pointer !important;
}

.cursor-pointer{
	cursor:pointer !important;
}

.cursor-info{
	cursor:help !important;
}

.cursor-default {cursor: default;}

.ace-file-input{
	margin-bottom:0px;
}

.red{ color:red !important; }
.white-red{ color:#ffa09f !important; }

.pagination {
    display: inline-block;
	margin:0px 0px;
	background-color:#E5EBEF;
}

.pagination a {
    color: black;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
}

.pagination span {
    color: black;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
}


.pagination span.current {
    float: left;
    padding: 4px 8px;
    background-color: #0D8FD8;
    color: white;
    border-radius: 2px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 2px;
}

/* choosen */
.chosen-container .chosen-drop{
	width:inherit;
}
.chosen-container-single .chosen-search:after{
	content:none;
}
.chosen-container-single .chosen-single{
	height:32px;
	border-radius:0;
	line-height:32px;
	border: 1px solid #d8d8d8;
}

.search-field input{
	height:28px !important;
}
/* chosen end */

.ml-11{ margin-left:11px; }
.p-0{ padding:0 !important; }
.m-0{ margin:0 !important; }
.mb-0{ margin-bottom: 0px !important; }
.mb-3{ margin-bottom: 3px; }
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-16{ margin-bottom: 16px; }
.mb-17{ margin-bottom: 17px; }
.mb-30{ margin-bottom: 30px; }
.mt-0{ margin-top: 0px !important; }
.mt-5{ margin-top: 5px; }
.ml-0{ margin-left: 0px !important; }
.pb-0{ padding-bottom: 0px !important; }
.pb-2{ padding-bottom: 2px !important; }
.pt-0{ padding-top: 0px !important; }
.pt-2{ padding-top: 2px !important; }
.pt-6{ padding-top: 6px; }
.pl-0{ padding-left: 0px !important; }
.pr-0{ padding-right: 0px !important; }
.mr-0{ margin-right: 0px !important; }
.mr-5{ margin-right: 5px; }
.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.mt-10{ margin-top: 10px; }
.mt-15{ margin-top: 15px; }
.fs-12{ font-size:12px; }
.fs-16{ font-size:16px; }
.fs-21{ font-size:21px; }
.p_rt1{ position: relative; top: 1px; }
.h-24{ height:24px; }
.h-34{ height:34px !important; }
.w-40{ width:40px; }
.w-50{ width:50px; }
.w-52{ width:52px; }
.w-53{ width:53px; }
.w-60{ width:60px; }
.w-70{ width:70px; }
.w-85{ width:85px; }
.w-100{ width:100px; }
.w-110{ width:110px; }
.w-120{ width:120px; }
.w-135{ width:135px; }
.w-145{ width:145px; }
.w-160{ width:160px; }
.w-170{ width:170px; }
.w-185{ width:185px; }
.w-190{ width:190px; }
.w-200{ width:200px; }
.w-210{ width:210px; }
.w-250{ width:250px; }
.w-292{ width:292px !important; }
.w-300{ width:300px !important; }
.w-340{ width:340px !important; }
.w-500{ width:500px; }
.w-600{ width:600px; }
.w-900{ width:900px; }
.w-100p{ width:100%; }

.lh-37{ line-height:37px; }
.mtb-4{ margin-top: 4px; margin-bottom: 4px; }
.fw-b{ font-weight: bold; }

.d-ib{ display:inline-block !important; }

.barcodeWarning{ display:none; }
.priceWarning{ display:none; }


.gallery_images img{
	width:100px;
	height:100px;
	object-fit:cover;
}


.ace-file-input{
	margin-bottom:0px !important;
}

.sizes div{
	width:100px;
	display:inline-block;
	margin-bottom:10px;
	margin-right:20px;
}

.borderRed{
	border-color:red !important;
}

.filter_section{
		background-color:#eee;
		padding:10px;
}

.filter_form input, .filter_form select {
	width:200px;
	margin-top:3px;
	height:28px;
}

.filter_form input{
	padding:0px 10px;
}

.filterAreaTotal{
	float:right;
	display:inline-block;
	margin-right:10px;
	padding:5px;
	background-color:#ededed;
	border-radius:3px;
	border:1px solid #e4e4e4;
	margin-top:-2px;
}

.listing_elements_result{
	display:inline-block;
	margin-right:10px;
	padding:5px;
	background-color:#ededed;
	border-radius:3px;
	border:1px solid #e4e4e4;
	margin-top:-2px;
}

.filterBtn{
	height: 32px !important;
    margin-top: 3px;
}

.sale-f-btn{
    border: 1px solid #b5b5b5 !important;
    padding: 3px 6px;
}

.sale-window-f-section{
	margin-bottom: 5px;
    padding: 5px;
    background: #f1f1f1;
    border: 1px solid #eaeaea;
}

.sale-t-body td{
	vertical-align:middle !important;
}

.sale-window-t-select-parent{
	padding:6px !important;
}

.sale-window-t-select-parent select, .sale-window-t-select-parent input:not([type='checkbox']){
	font-size: 13px;
    padding: 1px !important;
    height: 23px !important;
}

.discountValueIndividual{
	width:61px;
}

.sale-branch-input{
	height: 28px;
    width: 170px;
	position: relative;
    top: -1px;
}

.checkbox-labelme{
	position: relative;
    top: -3px;
}

.my-spinner-btn{
	height: 11px !important;
	font-size: 8px !important;
	border-width: 2px !important;
}



/* confirmbox */
.confirmbox-wrapper{
	background: rgba(0,0,0,0.35);
    opacity: 1!important;
    z-index: 1040!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	backdrop-filter: blur(2px)
}

.confirmbox{
	position: absolute;
	height: auto;
	width: 300px;
	top: 30%;
	left: 40%;
	display: block;
}

.confirmbox-close-btn{
	position: absolute !important;
    right: 7px !important;
    top: 4px !important;
}

.ui-dialog-content{
	padding: .5em 1em;
}

.ui-dialog-buttonpane{
	padding: .5em 1em;
}

.ui-confirmbox{
	display:none;
}

/* end confirmbox */

.modal-lg {
    width: 1000px;
}

.input-spinner::-webkit-outer-spin-button,
.input-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ace-spinner{ width:70px !important; }
.d-none{ display: none !important; }

.total-discount-warning{
	position: relative;
    top: -3px;
}

.modal-select-element{
    padding: 5px 4px;
    height: 28px;
	width:150px;
}
.modal-search-section{
	padding: 4px;
	margin: 2px;
	border: 1px solid #b7b7b7;
	border-bottom-color: #cecece;
}

.modal-search-button{
	padding: 0px 10px;
    line-height: 20px;
    position: relative;
    top: -2px;
}

.debtPayBtn{
	position: relative !important;
    top: -2px !important;
    padding: 2px 13px;
}

.profile-info-name{
	width:135px;
}
.profile-info-value{
	margin-left: 135px;
}

.stc-el{ margin-right:1px; }
select.stc-el{
	height:28px;
	position: relative;
    top: -1px;
	min-width:150px;
}

button.stc-el{
	height:27px;
	position: relative;
    top: -2px;
}

/* choosen top filter row bölməsi */
.filter_section .chosen-container .chosen-drop{
	width:450px;
}
.filter_section .chosen-container-single .chosen-search:after{
	content:none;
}
.filter_section .chosen-container-single .chosen-single{
	margin-top:2px;
	height:28px;
	border-radius:0;
	line-height:28px;
	background:#fff;
	box-shadow:none;
	border: 1px solid #d8d8d8;
}
/* chosen end */

.input_font_bigger, h4 input{
	font-size: 18px !important;
    font-weight: normal !important;
    font-family: "Arial","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.styled-close-btn{
	font-size: 27px !important;
	margin-top: -6px !important;
}

.paymentPageControlButtons:not(button), .viewIndividualsDiscountModel{
	padding: 1px 16px;
    border: 1px solid #b1b1b1;
    border-radius: 2px;
    display: inline-block;
    line-height: 20px;
    width: 240px;
    text-align: center;
}

#salePageForm .well{
	background-color:#f5f5f54a;
}

.completePayBtn{
    color: #ffffff !important;
    background-color: #309b74 !important;
    border-color: #8db9ef !important;
    border: 1px solid;
    padding: 8px 101px;
    border-radius: 3px;
    font-size: 16px !important;
}


@media only screen and (max-width: 1440px){
	.completePayBtn{
		padding: 6px 109px !important;
		font-size: 14px !important;
	}
}

.paymentCompletionTable, .paymentCompletionTable th, .paymentCompletionTable td {
  border: 1px solid #e6e6e6;
  padding: 3px 20px;
  font-size:18px;
}

.saleSelectedElementRow td{
    background: #b2dbff !important;
}
.saleSelectedElementRow:hover td{
	background: #b2dbff !important;
}

.saleTglElm{
	height: 28px;
    line-height: 28px;
    border-radius: 3px;
    padding-left: 5px;
}

.remove-input-arrows::-webkit-outer-spin-button,
.remove-input-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.va-m{
	vertical-align:middle !important;
}
.bb-none{ border-bottom:none; }

.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stock-count-input{
	padding-top:2px !important;
	padding-bottom:2px !important;
}

.stock-count-button{
	padding: 0px 7px 0px 5px;
	border-width: 3px;
    position: relative;
    top: -1px;
}
button:focus{
    outline:none !important;
}