
/*============= default-form ===============*/



.default-form {
  position: relative;
}


.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;
  margin-bottom:30px; 
}

.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
 
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form p {
  margin-bottom: 6px;
}




input[type=radio]+label, input[type=checkbox]+label {
	
}



.default-form input[type=radio]+label, input[type=checkbox]+label {

}

.default-form input[type="text"],
.default-form input[type="tel"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form input[type="date"],

.default-form textarea,
.charitable-form-field input, .charitable-form-field , .charitable-form-field textarea{
  display:block;
  width:100%;
  line-height:24px;
  height: 50px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #6d6262;
  padding:12px 15px;
  background: #fff;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea,
.charitable-form-field textarea{
  height: 115px;
}
.default-form .bootstrap-select {
    border: 1px solid #6d6262;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
    height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #04407c;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #04407c;
  box-shadow: none;
}


/*----------- Custom Select --------------*/

.mad-custom-select{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 15px;
	color: #999;
}

.mad-custom-select .mad-selected-option{
	cursor: pointer;
	position: relative;
	padding: 7px 50px 7px 20px;
	overflow: hidden;
	z-index: 1;
	white-space: nowrap;
}

.mad-custom-select.mad-opened .mad-selected-option {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.mad-custom-select .mad-options-list {
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e0e0e0;
	z-index: 10;
	border-top: none;
	width: 100%;
	border-top: none;
	padding: 10px 0;
}

.mad-custom-select.mad-opened .mad-options-list{
	opacity: 1;
	visibility: visible;
}

.mad-custom-select .mad-options-list li{
	padding: 3px 20px;
	color: #999;
	list-style: none;

	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

	.mad-custom-select .mad-options-list li a { color: #999; }

	.mad-custom-select .mad-options-list li:hover > a { color: #fff; }

.mad-custom-select .mad-options-list li:hover {
	background: #d96704;
	color: #fff;
}

.mad-custom-select .mad-selected-option:before {
	content: '\e93a';
	font-family: 'linearicons';
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 42px;
	color: #999;
	font-size: 16px;
}

.mad-custom-select.mad-opened .mad-selected-option:before{content: '\e939';}



.select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #04407c;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}

 

.default-form .bootstrap-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.default-form .g-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #848484;
  padding: 13px 15px;
  border: 1px solid #eee;

}

.default-form .bs-caret {
  display: none;
}

.default-form .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    top: 50px;
    transform: scaleY(0);
        transform-origin: top center;
    transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
  transform: scaleY(1);
  transition: .4s ease;
}
.bootstrap-select>.dropdown-toggle{
	padding:0px;
	border:0px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	color: #333;
    background-color: none !important;
    border-color: #eee;
}

.default-form .dropdown-menu>li>a {
  padding: 8px 15px;
}

.default-form .dropdown-menu>li>a:focus {
    background-color: #fff;
    color: #222;
}
.default-form .dropdown-menu>li>a:hover {
    background-color: #04407c !important;
    color: #fff !important;
}







/*placeholder*/

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}


.default-form .alert-success {
    color: #04407c;
    background: none;
    border: none;
    font-size: 18px;
}

.thm-btn {
	cursor: pointer;
  position: relative;
  background: #04407c;
  font-size: 14px;
  line-height: 46px;
  border-radius: 25px;
  color: #ffffff;
  border: 2px solid #04407c;
 
  font-weight: 700;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}


.thm-btn:hover {
  background: transparent;
  color: #04407c;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

