.newmodalDesign .modal-dialog{
	width: 70%;
}
.newmodalDesign .modal-header{
	padding: 0px;
	background: #ececec;
	border-bottom: 1px solid #bfbfbf;
}.newmodalDesign .modal-content{
	padding: 10px;
	background-color: #ececec;
}.newmodalDesign .modal-title{
	color: #4d6c84;
    font-size: 20px;
    padding: 8px;
}.newmodalDesign select{
	height: 42px;
    border-radius: 0px;
    border: 1px solid #bfbfbf;
}.newmodalDesign select option{
	padding-left: 10px !important;
}.newmodalDesign input{
	background: #fcfcfc !important;
    border: 1px solid #bfbfbf !important;
}.newmodalDesign textarea{
	background: #fcfcfc !important;
    border: 1px solid #bfbfbf !important;
}
.newmodalDesign .smart-forms .section {
    margin-bottom: 22px;
}
.newmodalDesign .modal-body {
    position: relative;
    padding: 19px 0px;
	padding-bottom: 0px;
}
.newmodalDesign  .modal-header{
background: none !important;}
.newmodalDesign .input-hint{
	padding: 10px;
    display: block;
    margin-top: -1px;
    line-height: 16px;
    position: relative;
    background: #d5d5d5;
    border: 1px solid #bfbfbf;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    color: #737476;
}
/*.newmodalDesign .modal-footer{
	padding-top: 0px;
}*/
.newmodalDesign .modal-header .close {
    margin-top: 4px;
    font-size: 28px;
    color: #8d8b8b;
    opacity: 1;
    margin-right: 5px;
}
.newmodalDesign .form-footer button{
	    height: 34px;
}
.newmodalDesign .smart-forms .field-icon i{
	    color: #7b839d;
}
.has-error .gui-input:focus,.has-error  .gui-textarea:focus,.has-error  .gui-textarea1:focus,.has-error .select-multiple select:focus,.has-error .select>select:focus{
	box-shadow: 0 0 3px #bd4a4a inset !important;
}
.has-error .gui-input:focus~.field-icon i, .has-error .gui-textarea:focus~.field-icon i, .has-error .gui-textarea1:focus~.field-icon i, .has-error .select>select:focus+.arrow {
    color: #bd4a4a  !important;
}
.thankYounew .modal-body{
	padding: 20px;
}.thankYounew p{
	font-size: 15px;
    line-height: 22px;
}.thankYounew .btn{
	padding: 5px 26px;
}
.gui-textarea1{
    width: 100%;
    height: 80px;
    margin-bottom: 18px;
    padding: 10px;
    padding-left: 36px;
}
.smart-forms .gui-textarea1:focus {
    color: #3c3c3c;
    background: #fff;
    border: 1px solid #4EBD4A;
    -webkit-box-shadow: 0 0 3px #4EBD4A inset;
    -moz-box-shadow: 0 0 3px #4EBD4A inset;
    -o-box-shadow: 0 0 3px #4EBD4A inset;
    box-shadow: 0 0 3px #4EBD4A inset;
    outline: 0;
}
.smart-forms .gui-textarea1:focus~.field-icon i{
    color: #4EBD4A;
}
.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}
.bindMultiselect .bootstrap-select{
	width: 100% !important;
}
#smart-form .error, .smart-forms .error{
	width: 100%;
float: left;
margin-top: 10px;
}