
/**
 * Styles for the feedback form.
 */
/* Reset commonly set styles */
#block-feedback-form,
#block-feedback-form .feedback-link,
#block-feedback-form .feedback-link *,
#block-feedback-form .content,
#block-feedback-form form {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  color: inherit;
}

.feedback-form .form-item label {
    float: none;
}

.feedback-form .vertical-tabs {
    display: none;
}

/**
  Modal box
  */

#modalContent {
	top: 0 !important;
	left: 0 !important;
	height: 100%;
}

div.ctools-modal-content, div.ctools-modal-content .modal-content {
	width: auto !important;
	height: 100% !important;
}

div.ctools-modal-content .modal-header {
  background-color: #0A316C;
  padding: 2px 0.25em 2px 1em;
  line-height: 25px;
}

div.ctools-modal-content a.close img {
  vertical-align: middle;
  margin-left: 3px;
}

div.ctools-modal-content .feedback-form .resizable-textarea,
.feedback-form .resizable-textarea {
    margin: 0;
}

div.ctools-modal-content .feedback-form .form-item label {
    float: none;
}

/*div.ctools-modal-content {*/
  /*border: 0;*/
/*}*/

div.ctools-modal-content .modal-content {
  /*border-width: 0 2px 2px 2px;*/
  /*border-color: #c0c0c0;*/
  /*background-color: #f8f8f8;*/
}


.feedback-form input,
.feedback-form select {
    width: 100%;
}

.feedback-form input.form-checkbox {
    width: auto;
}

#block-feedback-form .grippie{
	display: none;
}
#block-feedback-form .pl {
	width: 37px !important;
	height: 138px !important;
	background-image:url("../../../default/themes/rbip_classic/images/formularz-uwag.png");
	position: fixed;
    right: 0px !important;
	top: 35%;
	display:block;
	z-index: 0;
	text-align: right;

}

#block-feedback-form .ru{
	width: 37px !important;
	height: 138px !important;
	background-image:url("../../../default/themes/portal/images/feedback-ru.png");
	position: fixed;
    right: 0px !important;
	top: 35%;
	display:block;
	z-index: 0;
	text-align: right;

}
#block-feedback-form .en{
	width: 37px !important;
	height: 138px !important;
	background-image:url("../../../default/themes/portal/images/feedback.png");
	position: fixed;
    right: 0px !important;
	top: 35%;
	display:block;
	z-index: 0;
	text-align: right;

}

#block-feedback-form .de{
	width: 37px !important;
	height: 138px !important;
	background-image:url("../../../default/themes/portal/images/feedback.png");
	position: fixed;
    right: 0px !important;
	top: 35%;
	display:block;
	z-index: 0;
	text-align: right;

}

#block-feedback-form {
    display: block;
    position: fixed;
    right: 0;
    z-index: 110;
}
/* IE6 seems to be unable to handle fixed */
* html #block-feedback-form {
  position: absolute;
}
#block-feedback-form .feedback-link {
  padding: 0.3em 0;
  text-align: right;
  font-size: 12px;
}
#block-feedback-form .feedback-link * {
  display: inline;
  font-size: 12px;
  color:#fff;
}
.feedback-processed{
	position: relative;
}
#block-feedback-form .feedback-link  {

  color:transparent !important;
}
#feedback-form-toggle{
	/*color: #333333 !important;*/
	/*position:fixed !important;*/
	/*top:160px !important;*/
	/**/
	/**/
    /*text-align:right;*/
    /*left:50%;*/
	/*font-size: 24px !important;*/
	/*z-index: 113;*/
	/*width: 200px;*/
	/*font-weight: bold !important;*/
}
#block-feedback-form form {

  border: 1px solid #ccc;
  padding: 6px;
  background-color: #333;

  width: 100% !important;
  height: 900px !important;


}
 #feedback-form .form-actions {
    padding-top: 0px;
	margin-top: 0px;
}
#feedback-submit{
	margin-top: 30px;
}
#feedback-form input.form-text {
	/*height: 28px;*/
}
#feedback-form .form-text+.keypad-trigger {
    background: url("../../../default/themes/portal/images/keyboard.png") no-repeat;
    border: 0 none;

    padding: 0;
    text-indent: -99999px;
    width: 25px;
	position: absolute;
	top: 30px;
	right: 4px;
	 margin: 0px 0 0 -34px !important;

}
#feedback-form textarea+.keypad-trigger {
    background: url("../../../default/themes/portal/images/keyboard.png") no-repeat;
    border: 0 none;

    padding: 0;
    text-indent: -99999px;
    width: 25px;
	position: absolute;
	top: 10px;
	right: 4px;
	 margin: 0px 0 0 -34px !important;

}
#feedback-form .keypad-trigger {
    background: url("../../../default/themes/portal/images/keyboard.png") no-repeat;
    border: 0 none;

    padding: 0;
    text-indent: -99999px;
    width: 25px;
	position: absolute;
	top: 30px;
	right: 4px;
	 margin: 0px 0 0 -34px !important;

}
#feedback-form textarea+.keypad-trigger {
    background: url("../../../default/themes/portal/images/keyboard.png") no-repeat;
    border: 0 none;
    padding: 0;
    text-indent: -99999px;
    width: 25px;
	position: absolute;
	top: 10px;
	right: 4px;
	 margin: 0px 0 0 -34px !important;

}

#feedback-form  .messages{
	z-index: 200;
	display:block;
	position:fixed;
	top: 40px;
	width: 306px;
}
#feedback-submit {
	width: auto !important;
	float: right;
	padding-top:3px;

	background-color:#666666;
	border: 1px solid #666666;
}
#block-feedback-form .form-item,#block-feedback-form .form-actions {
    margin-bottom: 0px;
    margin-top: 1em;
}

#block-feedback-form form>div{
  position:fixed;
  top: 150px;
  left: 0;
  right: 0;

  border: 2px solid #c0c0c0;
  padding: 6px 20px 6px 20px;
  background-color: #f8f8f8 !important;

  display: block;
  overflow:hidden;
  width: 406px !important;
  height: auto !important;
  max-height: 800px !important;
  margin: 0 auto !important;
}

.feedback-processed .content{


}
#block-feedback-form .form-item-message{
	/*margin-top: 80px !important;*/
}
#block-feedback-form .field-type-email{
	/*position:absolute;*/
	/*top: 47px;*/
}
/* IE6 doesn't support max-width. */
* html #block-feedback-form form {
  width: 300px;
}
#block-feedback-form .feedback-help {
  padding: 4px 30px 0.5em 0px;
  font-size: 15px;
  line-height: normal;
  border-bottom: 1px solid #666666;
  margin-bottom: 10px;
}
.feedback-body, .feedback-submitted{
	display: none;
}
#block-feedback-form .ajax-progress .throbber {
  background: transparent url(images/throbber.gif) no-repeat left center;
  height: 16px;
  width: 16px;
}

#block-feedback-form #feedback-form-toggle a {
    display: block;
    height: 138px;
    overflow: hidden;
    text-indent: -999px;
    width: 37px;
    text-align: left;
}

/**
 * Styles for existing feedback messages.
 */
#block-feedback-form .feedback-submitted {
  margin-top: 0.2em;
  font-size: 10px;
}

.feedback-reply .vertical-tabs-panes {
    display: none;
}
