/* NS Formula prilagodbe */
.btn-success {
    background-color: #008373;
    color: #ffffff;
}
.btn-success:hover {
    background-color: #000;
    color: #666;
}
.calc .add-on, .calc input {
    border-radius: 0;
    margin-bottom: 3px;
    min-height: 30px;
    line-height: 30px;
}
.calc input {
    background: #fff none repeat scroll 0 0;
    min-height: 30px;
    min-width: 50px;
}
.calc h4 {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.calc h4 small {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #666666;
}
.calc input[type="text"] {
    height: auto!important;
}

/* Enlarge the text field for the contact form */
input, textarea, .uneditable-input {
height: auto;
}


/* Ispravke za BTC donaciju */
#jform_JoomlaLABS_BTCdonation_address {
    float: left;
}

#jform_JoomlaLABS_BTCdonation_copy {
    line-height: 24px;
}


/* Ispravke za kontakt formu */
#simple-contact-form-250 {
	padding: 0 1em 0 0;
}

#simple-contact-form-250 .form-copntrol {
	min-width: 100%;
	margin-bottom: 1em;
}

#jdscf_recaptcha_250 {
	margin-bottom: 1em;
}

.jdscf-submit-btn button {
	max-width: 150px;
	padding: 8px 0;
}