.input-group-addon {
    color: #413CF0 !important;
	border: 1px solid #eeeeee;
	background-color:#e9e9e9;
}

.input-group-addon {
  background: #fff;
  border-color: #e1e1e1;
  padding: 6px 14px;
  font-size: 16px;
}
	
.typeahead-row:hover {background-color:#e9e9e9;}	 
.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 3px 0;
  font-size: 28px;
  font-weight:700;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-default {
	background-color:#8c8c8c;
	color:#fff;
}
.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  color: #000;
  word-wrap: break-word;
  background-color: inert;  
  background-clip: border-box;
  border: 2px solid gray ;
  border-radius: 10px;
}

.panel-noborder {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  color: #000;
  word-wrap: break-word;
  background-color: inert;  
  background-clip: border-box;
}

.panel-heading {
    height: 40px;
    line-height: 36px;
    background: #777474;    
    color: #000;
    font-weight: 700;
    padding: 0 8px;
    border: 1px solid #777474;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.panel-heading .panel-title {
    text-align: left;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

.panel-body {
  padding: 15px;
  border: 1px solid #777474;
  color:#fff;
}
.panel-body-noborder {
  padding: 2px;
  color:#fff;
}

.text-danger {
	color: #ea9f9f !important;
	font-weight:800;
	font-size:larger;
	margin-left:2px;
}  
.gui-input {
  background: #a8a6a6;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group {
  margin-bottom: 15px;
}

.form-select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	height: 50px;
	background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
	opacity: 0px;
	color: #fff;
}
.form-select option{
	color: #000;
}
.form-select:focus{
	box-shadow: none;
}
.text-muted {
	color: #fff !important;
}

.typeahead__field input, .typeahead__field textarea {
  background: #a8a6a6;
  border: 1px solid #ccc;
}
.form-control {
	color: #000;
}
.form-control:focus {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border-bottom-color: #fff;
}
.form-control::placeholder {
	color: #000;
	opacity: 1;
}

.typeahead__cancel-button {
	font-size:10px;
}
.text-bold {
	font-weight:600;
	font-size:16px;
	margin-top:-1px;
}
.bootstrap-select .dropdown-toggle {
    border: 1px solid #c9cbcc  !important;
    background-color: #fff !important;
    height: 40px;
    font-size: 14px;
    color: #2f2e2e;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #2f2e2e;
}
.pl10 {
	height:40px;
}

.checkbox-lg .form-check-label::before, 
.checkbox-lg .form-check-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .form-check-label {
  padding-top: 13px;
  padding-left: 6px;
}
.checkbox-xl .form-check-label::before, 
.checkbox-xl .form-check-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .form-check-label {
  padding-top: 23px;
  padding-left: 10px;
}

input[type=text].w100 {
	width: 100px;	 
}
 .mbn-x {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
 }
 .lbl-x {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
 }
.admin-form .state-error + em {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  line-height: normal;
  font-size: .85em;
  color: #DE888A;
}
.admin-form .state-error .checkbox, .admin-form .state-error .gui-input, .admin-form .state-error .gui-textarea, .admin-form .state-error .radio, .admin-form .state-error input:focus + .checkbox, .admin-form .state-error input:focus + .radio, .admin-form .state-error input:hover + .checkbox, .admin-form .state-error input:hover + .radio, .admin-form .state-error.select-multiple > select, .admin-form .state-error.select > select {
  background: #FEE9EA;
  border-color: #DE888A;
  color:#000 !important;
}
.amount-tag {
  display: inline;
  background-color: #FFFFFF;
  color: #4D0000;
  white-space: nowrap;
  margin-left: 4px;
}
@media (max-width: 545px) {  
	.amount-tag {
	  padding: 4px 6px 4px 6px;
	  border-radius: 4px;
	  font-size: 14px;
	  font-weight: 600;
	}
	.my-w-auto {
		width:85% !important;
	}
}
@media (min-width: 545px) {  
	.amount-tag {
	  padding: 4px 6px 4px 6px;
	  border-radius: 6px;
	  font-size: 15px;
	  font-weight: 600;
	}
	.my-w-auto {
		width:85% !important;
	}
}
@media (min-width: 768px) {  
	.amount-tag {
	  padding: 4px 8px 4px 8px;
	  border-radius: 8px;
	  font-size: 16px;
	  font-weight: 600;
	}
	.my-w-auto {
		width:85% !important;
	}
}
@media (min-width: 992px) {  
	.amount-tag {
	  padding: 6px 10px 6px 10px;
	  border-radius: 10px;
	  font-size: 18px;
	  font-weight: 600;
	}
	.my-w-auto {
		width:55% !important;
	}
}
@media (min-width: 1200px) {  
	.amount-tag {
	  padding: 8px 14px 8px 14px;
	  border-radius: 10px;
	  font-size: 20px;
	  font-weight: 600;
	}
	.my-w-auto {
		width:45% !important;
	}
}
@media only screen and (min-width: 1002px) {
  .my-form-right {
    text-align: right;
  }
}