/**
 * @file
 * Styles for Bartik's image buttons.
 */

.image-button.is-disabled:hover,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled {
  background: transparent;
  opacity: 0.5;
  cursor: default;
}


/*csptcha css start*/
.captcha{/*width: auto; float: left;*/ display: table; margin-bottom: 11px; border: 1px solid #ccc; padding: 5px; background: #e7e7e7; box-sizing: border-box; border-radius: 3px; margin-top: 4px; text-align: left;}
.captcha img{display: table-cell; float: left; vertical-align: middle; width: 127px; margin-top: 0px; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; background: #fff;}
.captcha .js-form-item-captcha-response label.js-form-required{display: none;}
.captcha .js-form-item-captcha-response {display: inline-block; float: left; margin: 0px; /*width: 200px;*/ margin-left: 10px;}
.captcha .js-form-item-captcha-response input.form-text {border-radius: 3px; line-height: 30px; height: 34px; margin-top: 0px;    margin-bottom: 5px;}
/*csptcha css end*/
