@import url(//fonts.googleapis.com/earlyaccess/opensans.css);

body {
	font-family: 'Open Sans Hebrew', sans-serif;
	color: #242424;
}
section{
	padding-top: 30px;
	padding-bottom: 30px;
}
body {

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #868686 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #868686 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #868686 !important;
}
:-moz-placeholder{ /* Firefox 18- */
	color: #868686 !important;
}


.main_cust_block {
	width: 630px;
	max-width: 100%;
	margin:35px auto;
}
#add_contact_form .select-status {
	margin-top: 0px;
}
#formFile {
	margin-left: 15px;
}	
.import_csv_form {
	display: none;
}
.fa-whatsapp  {
  color:#fff;
  background:
   linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat,
   radial-gradient(#25d366 60%,transparent 0);
}
.phone_call {
    background: #1f7ee3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.cust_item  .select-status {
	margin-top: 22px;
}
.cust_head a {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.form_exel_export {
	margin-bottom: 0;
}
.cust_item .form-control:disabled {
    overflow-x: scroll;
}
.cust_item {
padding: 15px;
}






@media (max-width: 575.98px) { 
form.cust_item .row:first-child > .col {
    flex:1 1 100%;
}
button[name="update_cust"] {
    margin-bottom:5px;
}
}

@media (max-width: 767.98px){


}
@media (min-width: 767.99px){

}
@media (min-width: 768px) and (max-width: 991.98px){ 

}
@media (max-width: 991.98px) {

}
@media (min-width: 992px) and (max-width: 1199.98px){ 

}
@media (min-width: 992px) and (max-width: 1600px){

}


.custom-select {
	background: #fff url(/img/rectangle.png) no-repeat left 0.75rem center/14px 10px;
	padding: .375rem .75rem .375rem 1.75rem;
}
