.dd-option-text{
   line-height:40px;	
}

.spinner-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

#user-registration .required:after {
  content: " *";
  color: red;
  font-size: 16px;
}

/*.user-registration .alert {
  margin-bottom: 1px;
  height: 35px;
  line-height:30px;
  padding:0px 15px;
}*/

.loading {
	display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/admin/images/loading.gif") center no-repeat;	
}

#confirm-modal .calc-error .note_list li {
	font-size: 14px !important;
}

.proof-img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.proof-img:hover {opacity: 0.7;}

/* The Modal (background) */
#proof-modal-box{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
#proof-modal-box .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
#proof-modal-box .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#proof-modal-box .close:hover,
#proof-modal-box .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
#proof-modal-box  .modal-content {
    width: 100%;
  }
}

.user_log_name{
	background:#7C2625;
	color:#fff;
	font-size:16px;
	width:50px;
	height:50px;
	border-radius:50px;
	/*position:absolute;
	right:-35px;*/
	display:flex;
	align-items:center;
	justify-content:	center;
	top:0;
}

.profile_pic{
	background:#7C2625;
	color:#fff;
	font-size:16px;
	width:30px;
	height:30px;
	border-radius:50px;
	/*position:absolute;
	right:-35px;*/
	display:flex;
	align-items:center;
	justify-content:	center;
	top:0;
}

.user-profile small {
	font-size:90% !important
}

.user-profile .otp-resend {
	color:blue !important;
	font-weight: bold;
}

.no-flex {
    display: block;
    width: 100%;
}

.load-more-reviews {
   cursor: pointer;	
}

.xe_off {
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
    vertical-align: middle;
}

.xe_off i {
    color: red;
    font-size: 8px;
    margin-top: 10px;
}

.page-container {
	background: #f2f2f2;
    padding: 20px 40px;
    border-radius: 10px;
    margin: 40px 40px;
}

.exchange-process .heading {
   font-size:22px;
   color: #00008B;
}

.col-md-55, .col-xs-12, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px; }