@import url('./lib/jquery.jgrowl.min.css');
.jGrowl-notification {
    color: #fff;
    text-shadow: none;
}
.af-message-success { background-color: green !important; }
.af-message-error { background-color: brown !important; }
.af-message-info { background-color: black !important; }
.ajax_form.af_example {
    width: 100%;
}
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
    width: 100%;
}
.ajax_form .error {
    color: brown;
}
@media screen and (min-width: 320px) {
    .ajax_form.af_example .controls button[type="submit"] {
        float: right;
    }
}
@media screen and (max-width: 320px) {
    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 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;
}
.dspopup-modal .close-dspopup-modal:hover {
  background-position: 0 100%;
}
/*  --------------------------------------------------
  Forms Styles
  -------------------------------------------------- */

#zakaz {
  /*width: 300px;*/
 /* margin: 20px 0;
  padding: 0 19.8px;*/
}
#zakaz .form-head {
/*  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;*/
}
#zakaz label {
  /*display: block;
  float: left;
  color: #555555;
  width: 100px;*/
}
#zakaz input[type="text"] {
 /* width: 287px;
  height: 31px;
  padding: 2px 5px;*/
}
#zakaz textarea {
  /*width: 287px;
  height: 80px;
  resize: none;
  padding: 2px 5px;*/
}
#zakaz input[type="submit"] {
  /*height: 30px;
  text-transform: uppercase;
  color: #444444;*/
}
#zakaz input[type="submit"]:hover {
  cursor: pointer;
}
#zakaz select {
  /*background: none;
  height: 30px;
  color: #444444;*/
}
/*#zakaz .labelcall {
  height: 30px;
}
#zakaz .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#zakaz .scall label,
#zakaz .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#zakaz .labelcall,
#zakaz .scall,
#zakaz .docall {
  display: inline-block;
  margin: 0;
}
#zakaz .zpole,
#zakaz .buttonform {
  text-align: center;
}
#zakaz .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#zakaz .error-report {
  color: #444;
} */
.fk-btn {
  background: none repeat scroll 0 0 #3C88C2;
  border: medium none;
  color: #FFFFFF;
  font-size: 150%;
  margin: 0px;
  padding: 5px 25px;
}

.fk-btn2 {
  background: none repeat scroll 0 0 #999999;
  border: medium none;
  color: #FFFFFF;
  font-size: 150%;
  padding: 5px 25px;
  margin: 5px;
}

.ds-form-fk {
  /*width: 300px;*/
  margin: 18px 0;
  padding: 0 20px;
}
.ds-form-fk .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.ds-form-fk label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
.ds-form-fk input[type="text"] {
  width: 287px;
  color: #444444;
  height: 31px;
  padding: 2px 5px;
}
.ds-form-fk textarea {
  width: 287px;
  color: #444444;
  
  height: 80px;
  resize: none;
  padding: 2px 5px;
}
.ds-form-fk input[type="submit"] {
  color: #444444;
  height: 30px;
  text-transform: uppercase;
  width: 120px;
}
.ds-form-fk input[type="submit"]:hover {
  cursor: pointer;
}
.ds-form-fk select {
  background: none;
  height: 30px;
  color: #444444;
}
.ds-form-fk .labelcall {
  height: 30px;
}
.ds-form-fk .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
.ds-form-fk .scall label,
.ds-form-fk .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
.ds-form-fk .labelcall,
.ds-form-fk .scall,
.ds-form-fk .docall {
  display: inline-block;
  margin: 0;
}
.ds-form-fk .zpole,
.ds-form-fk .buttonform {
  text-align: center;
}
.ds-form-fk .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
.ds-form-fk .error-report {
  color: #444;
} 
@media screen and (min-width:300px) and (max-width:480px) {
.heeden-xs{
  display: none!important;
}} 
.bold{
  font-weight: bold;
}
#form-dsorder .form-head{
/*    text-align: center;
    background: #3E89C2;
    margin-top: -18px;
    color: #fff;
        font-size: 18px;
    padding: 11px 0px;*/
}
/*.dspopup-modal.dsorder{
padding:0px !important;
    
}
#form-dsorder > div[class^="field"] {

    margin: 17px 20px;
}
#form-dsorder .buttonform{text-align: center;}
#form-dsorder .buttonform input[type="submit"]{
    width: 221px;
    color: white;
    background: #3E89C2;
    font-size: 18px;
    border: none;
    border-radius: 2px;
        padding: 6px;
}*/

/*#form-dsorder{    width: 430px;}

#form-dsorder input[type="text"]{width:370px;}
#dsorder {
    padding: 0px !important;
}*/

/*/ds-comf/ds-form/css/stoimvet.css*/
#stoimvet{z-index:999;}
