/*----------MODAL---------*/
.modal-dialog{
	
}
.modal .modal-header {
    background: #f56711;
    color: #fff;
}
.modal .modal-content .modal-body {
    margin-top: 10px;
}
.modal-header .close {
    margin-top: -15px !important;
    color: #ffffff;
    background: #0e0101;
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    border-radius: 39px;
    font-size: 30px;
}
.modal .modal-footer {
    background: #ada8a5;
}
.star{
	color:red;
}
/*----------IMAGE PRELOADER---------*/
.image-preview {
    width: 120px;
    height: 120px;
    background: url(../images/profile.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    top: -18px;

}
.upload{
	font-size:200px;
	line-height:200px;
	opacity:0 !important;
	cursor:pointer;
}
#photolabel{
	position: absolute;
    width: 200px;
    height: 31px;
    color: #fefafd;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 34px;
    background: rgba(0,0,0,0.4);
}
.custom_badge{
	background: #25aeec;
    margin-left: 10px;
    border-radius: 10px;
    padding: 2px;
    border: 1px solid #928a8a;
    color: #fff;
}

.dropbtn {
    background-color: #ececec;
    color: #000;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    min-width: 300px;
    border: 1px solid #808080;
    border-radius: 4px;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
   margin-bottom:35px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
    max-height: 200px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.customer_details_for_billing{
	display:none;
    position: absolute;
    z-index: 999;
    top:10px;
    right:10px;
    background: #fff;
	border-bottom:4px solid red;
	box-shadow: -5px 0px 15px #000;
}
#inner_div_fcdb{
	max-height: 160px;
	overflow:auto;
	padding:5px;
}
.customer_details_for_billing h4{
	margin:0;
	padding: 3px 10px;
	text-align:center;
	background:#ff5722;
	color:#fff;
}
.custmodal_tbl,.custmodal_tbl td,.custmodal_tbl th{
	border:1px solid #ccc;
	padding:1px 5px;
}




