/**
 * @file
 * Form Styling
 */


.form-item { /* Wrapper for a form element (or group of form elements) and its label */
  margin: 0px 0px 10px 0px;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error { /* Highlight the form elements that caused a form submission error */
  border: 1px solid #c00;
}

.form-item label { /* The label for a form element */
  display: block;
  font-weight: bold;
}

.form-item label.option { /* The label for a radio button or checkbox */
  display: inline;
  font-weight: normal;
}

.form-required { /* The part of the label that indicates a required field */
  color: #c00;
}

.form-item .description { /* The descriptive help text (separate from the label) */
  font-size: 11px;
  color:#666;
}

.form-checkboxes .form-item,
.form-radios .form-item { /* Pack groups of checkboxes and radio buttons closer together */
   /* Drupal core uses "0.4em 0" */
}

.form-submit { /* The submit button */
  border:none;
  background:#424242;
  width:auto;
  height:25px;
  text-align:center;
  color:#fff;
  margin:0px;
}
.form-submit:hover {
  background:#999;
}

.container-inline div,
.container-inline label { /* Inline labels and form divs */
  display: inline;
}

.tips { /* Tips for Drupal's input formats */
}

a.button { /* Buttons used by contrib modules like Media */
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */

.password-parent,
.confirm-parent {
  margin: 0;
}

/*
 * Search (search-block-form.tpl.php)
 */

#block-search-form { /* Wrapper for the search form */
  width:65%;
  margin-bottom:15px;
  overflow:hidden;
  margin-right:0px;
  margin-left:35%;
}

/*
 * Drupal's default login form block
 */

#user-login-form {
  text-align: left; /* LTR */
}
#user-login-form input.form-submit {
  border:1px solid #999;
}
/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

#user-login-form ul { /* OpenID creates a new ul above the login form's links. */
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  padding-left:0px;
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link { /* The "Log in using OpenID" link. */
  margin-top: 1.5em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link { /* The "Cancel OpenID login" link. */
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}

/*
 * Drupal admin tables
 *
 * We overrode these styles in normalize.css, but restore them for the admin
 * section of the site.
 */

form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody {
  border-top: 1px solid #ccc;
}

form tr.even {
  background-color: #fff;
}

form table .item-list ul {
  margin: 0;
}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}

/*
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
 */

td.menu-disabled {
  background: #ccc;
}

#search-block-form {
  width:250px;
  height:30px;
  float:right;
}
#search-block-form .form-item-search-block-form {
  width:65%;
}
#search-block-form input.form-text {
  width:93%;
  height:27px;
  border:1px solid #ddd;
  color:#909090;
  padding-left:5px;
  font-size:14px;
  font-family:'PT Sans'
}
#search-block-form div.form-actions {
}
div.block-search .form-submit {
  width:80px;
  height:30px;
  border:none;
  padding:0px;
  margin:0px;
   -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  -moz-border-radius: 2px;
  -webkit-border-radius:2px;
  color:#fff;
  text-transform:uppercase;
  font-size:13px;
  font-family:'PT Sans Narrow bold';
}
#search-block-form .form-submit:hover {
  background:#ff8503;
}
#search-block-form .form-submit:active {
}
.form-item-search-block-form {
  display:block;
  float:left;
}

input:focus,
textarea:focus {
  outline:none;
}

form.webform-client-form {

  
}
#webform-client-form-25,
#webform-client-form-24 {
  background:url(../images/feedback_bg.png) 390px 15px no-repeat;
  width:650px;
  margin:auto;
  padding:30px 30px 0px 30px;
}

#webform-client-form-25 div.form-actions,
#webform-client-form-24 div.form-actions
{
  margin-bottom:0px;
}
 

form.webform-client-form div.form-item input {
  height:25px;
  line-height:24px;
}
#webform-client-form-24 input,
#webform-client-form-25 input,
#webform-client-form-24 textarea,
#webform-client-form-25 textarea {
  margin-bottom:7px;
  margin-top:7px;
  resize:none;
  background:#f5f5f5;
  border-bottom:1px solid #c4c4c4;
  border-right:1px solid #c4c4c4;
  border-top:2px solid #c4c4c4;
  border-left:2px solid #c4c4c4;
  border-radius:5px;
  color:#808080;
  padding:0px 5px;
}

form.webform-client-form div.form-item textarea {
  padding:5px;
}

#webform-client-form-24 div.form-actions,
#webform-client-form-25 div.form-actions {
  text-align:right;
}

#webform-client-form-24 input.form-submit,
#webform-client-form-25 input.form-submit {
  height:26px;
  width:78px;
  background:url(../images/feedback_submit.png) no-repeat;
  border:none;
}

form.webform-client-form label,
form label {
  color:#666;
  margin:5px 0px;
}

#search-form {
  display:none;
}
div.webform-wrapper {
  margin-top:-15px;
}
div.webform-wrapper .article-title {
  display:none;
}
.comment-form .form-submit {
  margin-right:5px;
}
.comment-form .description {
  font-size:12px;
}

/*Anketa*/
#webform-client-form-104 {
  height:340px;
  padding:150px 25px 15px 25px;
  background:url(../images/anketa_bg.jpg) no-repeat top center;
  color:#000;
}
#webform-client-form-104 label {
  font-size:16px;
  color:#000;
}
#webform-client-form-104 label.option {
  font-size:12px;
}
#webform-client-form-104 div.webform-component {
  margin-bottom:15px;
  color:#000;
}
#webform-client-form-104 #edit-submitted-name {
  border:1px solid #000;
  border-radius:3px;
  padding-left:3px;
  padding-right:3px;
}
#webform-client-form-104 #webform-component-age {
  width:120px;
  position:absolute;
}
#webform-client-form-104 #webform-component-gender {
  width:120px;
  position:absolute;
  margin-left:150px;
}
#webform-client-form-104 #webform-component-education {
  width:120px;
  position:absolute;
  margin-top:75px;
  margin-left:150px;
}
#webform-client-form-104 select {
  background:transparent;
  border:1px solid #999;
  border-radius:3px;
  width:325px;
  height:25px;
}

#webform-client-form-104 #webform-component-job {
  width:330px;
  margin-top:200px;
}
#webform-client-form-104 div.form-actions {
  text-align:center;
}
#webform-client-form-104 input.form-submit {
  width:240px;
  height:31px;
  border:none;
  padding:0px;
  background:url(../images/anketa_gotovo.jpg) no-repeat;
}

/* Login form cbox*/
#cboxLoadedContent form#user-login-form {
  height:100%;
  text-align:center;
}
#cboxLoadedContent form#user-login-form div.form-type-ulogin-widget {
  padding-top: 30px;
}
form#user-login-form #edit-name,
form#user-login-form #edit-pass {
  width:182px;
  height:34px;
  padding:0px 1px;
  border:none;
  background:url(../images/login_input_bg.png) no-repeat left top;
  margin-top:10px;
}
form#user-login-form div.compact-form-wrapper {
  width:184px;
  margin:auto;
}
form#user-login-form div.compact-form-wrapper .compact-form-label {
  top:19px;
  font-size:1em;
  font-family:Arial, Helvetica, sans-serif;
}

/* Send Photo */
form.entitytype-send_photo-form {
  width:360px;
  margin:auto;
}
form.entitytype-send_photo-form .fieldset-wrapper {
  margin:10px 0px;
}
form.entitytype-send_photo-form legend {
  display:block;
  margin-bottom:10px;
}
form.entitytype-send_photo-form .image-widget {
  margin:10px 0px;
}
form.entitytype-send_photo-form .form-type-managed-file label {
  display:none;
}
form.entitytype-send_photo-form input.text-full,
form.entitytype-send_photo-form input.form-text {
  width:350px;
  height:30px;
  margin:10px 0px;
  padding:1px 3px;
}
form.entitytype-send_photo-form input.form-file {
  width:290px;
}
form.entitytype-send_photo-form .tabledrag-toggle-weight-wrapper {
  display:none;
}
form.entitytype-send_photo-form table.tabledrag-processed {
  width:100%;
}
form.entitytype-send_photo-form table.tabledrag-processed tr {
  background:none;
}
form.entitytype-send_photo-form table.tabledrag-processed thead {
  display:none;
}
form.entitytype-send_photo-form input.form-submit {
  float:right;
}
form.entitytype-send_photo-form div.form-actions {
  height:30px;
}

/* Poll participants */
form#advpoll-form-24625 {
  
}
form#advpoll-form-24625 label {
  display:none;
}
form#advpoll-form-24625 div.form-type-radio {
  height:140px;
  width:102px;
  overflow:hidden;
}

form#advpoll-form-24625 input.form-radio {
  height:20px;
  width:110px;
  cursor:pointer;
  margin-top:115px;
}
form#advpoll-form-24625 input.form-submit {
  visibility:hidden;
  position:relative;
  height:90px;
  width:90px;
  z-index:255;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
}
form#advpoll-form-24625 div.form-type-radios {

}
article.node-24625.node-advpoll {
  width:auto;
}

/* SMS Subscribe */
form#sms-subscribe-block-form {
  margin:auto;
  width:250px;
  color:#666;
}
form#sms-subscribe-block-form input#edit-number {
  width:250px;
  height:20px;
  border:1px solid #ccc;
  border-radius:4px;
  margin:5px 0px;
}
form#sms-subscribe-block-form input#edit-subscribe {
  width:250px;
  border:1px solid #ccc;
  border-radius:4px;
  background:#fa6f06;
}
form#sms-subscribe-block-form input#edit-subscribe:hover {
  background:#999;
}
form#sms-subscribe-block-form input#edit-unsubscribe {
  width:100px;
  display:block;
  margin:auto;
  background:none;
  color:#ccc;
}
form#sms-subscribe-block-form input#edit-unsubscribe:hover {
  text-decoration:underline;
}



