
/*/ds-comf/ds-form/css/callback.css*/
#callback {
	background-color: #fff;
	border-radius: 0px;
}
#callback .form-head {
	color: #000;
	font-size: 25px;
	margin-bottom: 10px;
}
#callback input,#callback  textarea {
	border-radius: 0px;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 5px;
}
#callback input[type="submit"]{
	background: none;
	background-color: #5778B2!important;
	border: none;
	float: right;
	border-radius: 0px;
	margin-right: 2%;
	padding: 10px;
}
#callback select {
	width: 98%;
	padding: 5px;
}
/*/ds-comf/ds-form/css/dsforms.css*/
/*  --------------------------------------------------
  Global style
  -------------------------------------------------- */
form > div[class^="field"] {
  margin: 15px 0;
}
form div[class^="field"] .focusout {
  box-shadow: 0 0 5px #A0C2F9;
  border-color: #A0C2F9;
}
form div[class^="field"] .alert {
  box-shadow: 0 0 5px red;
  border-color: red;
}
form div[class^="field"] label .required {
  color: red;
}
.error-report {
  text-align: center;
  padding: 20px;
}
.error-report .head-report {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.error-report .text-report {
  margin-top: 20px;
  font-size: 18px;
}
.error-report .text-report p {
  margin: 5px 0;
}
.error_form ul {
  padding: 5px;
  list-style-position: inside;
  margin: 0;
}
.error_form ul li {
  list-style-type: none;
  padding: 2px;
  color: red;
}
.loadform, 
.loadbuttom {
  display: none;
}
.loadbuttom {
  margin: 0 10px;
}
input[readonly],
textarea[readonly] {
    background: none !important;
    border: none !important;
}
/*	--------------------------------------------------
	Style dspopup Modals
	-------------------------------------------------- */
.dspopup-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
.dspopup-modal {
  visibility: hidden;
  display: none;
  background-color: #f5f5f5;
  position: fixed;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.dspopup-modal.small {
  width: 200px;
  margin-left: -140px;
}
.dspopup-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.dspopup-modal.large {
  width: 600px;
  margin-left: -340px;
}
.dspopup-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
.dspopup-modal .close-dspopup-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: -15px;
  right: -15px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(images/close_circle.png) no-repeat;
}
.dspopup-modal .close-dspopup-modal:hover {
  background-position: 0 100%;
}
/*  --------------------------------------------------
  Forms Styles
  -------------------------------------------------- */
/*/ds-comf/ds-form/css/feedback.css*/
#feedback input,#feedback textarea {
	background: #151515;
	color: #fff;
	border-color: #1a1a1a;
	font-size: 13px;
	padding: 5px;
}
#feedback textarea {
	height: 65px;
}
#feedback input[type="submit"]{
	background: none;
	background-color: #151515!important;
	border: none;
	float: right;
}
/*/ds-comf/ds-form/css/orderService.css*/
#orderService {
	background-color: #fff;
	border-radius: 0px;
}
#orderService .form-head {
	color: #000;
	font-size: 25px;
	margin-bottom: 10px;
}
#orderService input[type="submit"]{
	background: none;
	background-color: #5778B2!important;
	border: none;
	float: right;
	margin-right: 2%;
	padding: 10px;
}
#orderService input,#orderService  textarea {
	border-radius: 0px;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 5px;
}
#orderService select {
	width: 98%;
	padding: 5px;
}
/*/ds-comf/ds-form/css/wellOredered.css*/
#wellOrdered {
	background-color: #fff;
	border-radius: 0px;
}
#wellOrdered .form-head {
	color: #000;
	font-size: 25px;
	margin-bottom: 10px;
}
#wellOrdered input[type="submit"]{
	background: none;
	background-color: #5778B2!important;
	border: none;
	float: right;
	margin-right: 2%;
	padding: 10px;
}
#wellOrdered input,#wellOrdered  textarea {
	border-radius: 0px;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 5px;
}
#wellOrdered select {
	width: 98%;
	padding: 5px;
}