.cheq_nots {
	background: whitesmoke;
	padding: 10px;
	margin-bottom: 5px;
}

.cheqBlok {
	background: #F5F5F5;
	width: 100%;
	border: none;
	box-sizing: border-box;
	display: inline-block;
	padding: 21px;
	min-height: 340px;
}

.cheqBlok_head {
	width: 100%;
	height: 45px;
}

.cheqBlok_title {
	width: 50%;
	height: 45px;
	float: right;
	text-align: right;
	padding-right: 12px;
}

.cheqBlok_back {
	width: 50%;
	float: left;
	text-align: left;
}

.cheqBlok_back h3 {
	background: #0000 !important;
	border: 0 !important;
}

.cheqBlok_head hr {
	border-bottom: 2px solid #EEEEEE;
	float: right;
	padding: 0;
	margin: 0;
}

.cheqBlok_body {
	width: 100%;
	display: flex;
	font-size: 13px;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}

.cheq-row-num {
	width: 5%;
	float: right;
	background: #e9ebf8;
	height: 75px;
	text-align: center;
	line-height: 5.5em;
	border-left: 8px solid #f5f5f5;
}

.cheq-countent {
	background: #e9ebf8;
	padding: 7px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.cheq-details {
	width: 90%;
	float: right;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
	flex-grow: 1;
}

.cheq-details-row1 {
	display: flex;
	width: 100%;
	padding-bottom: 3px;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px dashed gray;
}

.cheq-details-row2 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding-top: 3px;
}

.cheq-price {
	font-size: 13px;
}

.cheq-paydate {
}

.cheq-number {
}

.cheq-bank {
	float: right;
}

.cheq-bank-depart {
	float: right;
}

.cheq-edit {
	cursor: pointer;
	color: white;
	background-color: #7d7d7d;
	border-radius: 7px;
	text-align: center;
	padding: 25px 7px;
	flex-grow: 1;
}

.cheq-add {
	width: 100%;
	display: inline-block;
	margin-top: 12px;
	text-align: center;
}

.cheq-add-simbol {
	font-size: 50px;
	width: 50px;
	display: inline-block;
	margin-top: 12px;
	text-align: center;
	display: inline-table;
	cursor: pointer;
}

.cheq-add-text {
	width: 95px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.cheqBlok-footer {
	text-align: center;
	margin-top: 8px;
}
/*============ ADD BOX =====================*/
.cheq-add-block {
    width: 500px;
    background: #2475aa;
    margin-top: 10px;
    padding: 26px;
    display: none;
    border-radius: var(--borderradius);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.5);
    z-index: 1111;
    color: white;
    font-size: 13px;
    position: fixed;
}

.cheq-add-block label{
    padding: 3px 0 !important;
    margin-top: 3px;
}

.cheq-add-block input[type="number"] {
    border-radius: var(--borderradius);
	padding: 6px 15px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color: white;
	border: 0px solid #eee;
	font-family: var(--mainfontnum);
	font-size: 12px;
	line-height: 1.9em;
    background: #444444;
}

#cheq_img_lable{
	border: 1px solid #b7b7b7;
	padding: 3px 15px;
    background-color: #ffffff;
	border-radius: var(--borderradius);
    font-size: 13px;
}

@media only screen and (max-width: 480px) {
	.cheq-add-block {
		left: 0px;
		right: 0px;
		width: 100%;
		margin-top: 10px;
		top: 50Vh !important;
		position: fixed;
		z-index: 1000;
	}
	.cheq-add-left {
		float: right !important;
	}
	.cheq-details-row2, .cheq-details-row1, .cheq-add-body {
		display: grid;
	}
	.amount- {
		height: 40px;
	}
	.cheq-edit {
		float: unset;
		text-align: center;
		width: 100%;
	}
	.cheq-details {
		width: 100%;
	}

	.cheq-number, .cheq-bank, .cheq-bank-depart, .cheq-bank-depart_code {
		padding-top: 10px;
		width: 100%;
	}
	.cheq-price {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.cheq-paydate {
		width: 100%;
	}
	.cheq-add-body{
		display: inline-grid !important;
	}
	
	.cheq-number {
		width: unset;
		float: unset !important;
		text-align: center !important;
		padding-right: unset !important;
	}
	.cheq-details-row2{
		justify-content: center !important;
	}
}

@media only screen and (min-width:500px ) and (max-width: 900px) {
	.cheq-add-block {
		left: 10%;
	}
}

@media only screen and (max-width: 990px) {
	.cheq-edit {
		padding: 5px !important;
		margin-top: 5px !important;
	}
}

.cheq-add-head {
	
}

.cheq-add-body {
	width: 100%;
	display: inline-block;
}

.cheq-add-right {
	float: right;
	display: inline-block;
    padding: 10px 5px;
}

.cheq-add-right div {
	display: grid;
}

.cheq-add-left {
	float: left;
	display: inline-block;
    padding: 10px 5px;
}

.cheq-add-left div {
	display: grid;
}

.cheq-add-footer {
	text-align: center;
	margin-top: 15px;
}

.amount- {
	height: 74px;
}

.cheqBlok_body img{
	border-radius: 15px;
	max-height: 322px !important;
	height: auto !important;
}

#cheq_date {
	background: #fdf0d7d9;
	color: black;
	border: 1px solid #eee;
	padding: 7px 11px;
	background-color: #fdf0d7d9;
	color: #fff;
	border: 0px solid #ddd;
	font-size: 15px;
	cursor: pointer;
	background: #444444;
}

#close {
	cursor: pointer;
    font-size: 15px;
	float: left;
}

#close:hover {
	color: #ff4800;
}

#cheq-add-btn, #cheq-save-btn, #cheq-remove-btn {
	display: none;
    font-size: 17px;
    margin-top: 16px
}

.Error {
	border: 1px solid red !important;
}

.alert {
	position: fixed !important;
	top: 34%;
	z-index: 1112;
	margin: auto !important;
	width: 50% !important;
	display: none;
	left: 0;
	right: 0;
	box-shadow: 1px 2px 30px #937d7d;
}

.alertclose {
	text-align: left;
	position: absolute;
	cursor: pointer;
	top: 3px;
	left: 9px;
}

.alertclose:hover {
	color: #FFECB3;
}

#cheqe-reg-btn {
	font-size: 18px;
	width: 100px;
	cursor: pointer;
}

#file-upload-filename{
    padding-top: 5px;
}

/* BY Site Admin*/
.cheq_nots {
background: #33b3fce0;
color: white;
border-radius: 15px;
}
.cheqBlok {
background: #33b3fce0;
border-radius: 15px;
}
#cheq-add-btn, #cheq-save-btn, #cheq-remove-btn {
margin-top: 10px;
}
.cheqBlok_title {
color: white;
}
.cheqBlok_back {
display: none;
}
.cheq-add-text {
color: white;
}
.cheq-add-text {
margin-bottom: 30px;
width: 125px;
font-size: 15px;
}
.cheq-add-simbol {
color: white;
}
.cheq-countent {
border-radius: 15px;
margin-bottom: 10px;
width: 100%;
}
.cheq-row-num {
display:none;
} 

#cheq_img_lable {
  background: #444;
  padding: 9px !important;
  border: 0;
  cursor: pointer;
}

.cheq-add-block input,.cheq-add-block  select{
	background: #444;
	border:0px !important;
	color: white !important;;
}

.datepicker-plot-area{
	font: inherit;
}

/* Chrome, Safari, Edge, Opera */
.cheq-add-block input::-webkit-outer-spin-button,.cheq-add-block input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cheq-add-block input[type=number] {
  -moz-appearance: textfield;
}

#cheqimg1 {
  border-radius: 11px;
  width: 100% !important;
}
