﻿.subNav li.drzavna_pomoc_appointment a
{	
	float: left;
	color: #CECECE;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin-left: 20px;
	position: relative;
	line-height: 39px;
}

.popup-container {
    position: relative;
    width: auto;
    max-width: 670px;
    min-height: 320px;
    margin: 20px auto;
    border-radius: 10px;
}
.bg--grey {
    background: #EBEBEB;/*#D1D1D1;*//*#f5f5f5;*/
}

.section-title {
    font-size: 22px;
    font-weight: 400;
    color: #00337F;
    margin-bottom: 25px;
}
.section-subtitle {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 25px;
}
.color--blue {
    color: #00337F !important;
}
.mg-t-15 {
    margin-top: 15px;
}

.form-box .form-group label {
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
	font-size: 14px;
}

.btn-basic:focus, .btn-basic:hover {
    color: #fff;
    background: #00418D;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.slider__btn {
    margin-top: 5px;
    font-size: 13px;
}
.btn-basic {
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    background: #d5552f;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    border: none;
}

.submitBox 
{
	margin-top:35px;
	margin-bottom:20px;
}

.text-center {
    text-align: center;
}



.form-box {
    padding: 15px 5% 15px 5%;
    display: table;
    width: 100%;
}

.form-box .form-group {
    margin-bottom: 15px;
}

.form-box .form-group label {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}


.form-box .form-group label span.error {
    color: #333;
    font-size: 13px;
    height: 46px;
    width: 100%;
    margin-bottom: 1px;
}

.application input[type="text"], .application select, .application textarea {
    color: #333;
    font-size: 14px;
    height: 46px;
    border-radius: 4px;
    border: 2px solid #E9E9E9;
    background: #FFF;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 1px;
}

.application input[type="text"].error, .application select.error .error {
    color: #333;
    font-size: 14px;
    height: 46px;
    border-radius: 4px;
    border: 2px solid red;
    background: #EAEAEA;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 1px;
}

.application textarea {
    min-height: 100px;
}

.combodate {
    margin: 0 auto;
    display: table;
}

.application input::-webkit-input-placeholder { 
    color: #00692B;
}

.application input::-moz-placeholder { 
    color: #00692B;
}

.application input:-ms-input-placeholder { 
    color: #00692B;
}

.application input:-moz-placeholder { 
    color: #00692B;
}

.input-group.date {
    position: relative;
    width: 100%;
}

.input-group.date .input-group-addon {
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 3;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #007D8F;
}

.input-group.date .input-group-addon {
    top: 11px;
    color: #007D8F;
    font-size: 20px;
}

.field-style, .input-text, .large-text, .small-text, .input-date, .tiny-text, .disabled-labels {
    border: 1px solid #b0b2b3;
    clear: left;
    font-size: 0.875em;
    height: 40px;
    padding: 10px;
}

.formField textarea {
    height: 120px;
    resize: none;
    text-align: left;
    width: 100%;
    border: 2px solid #E3E3E3;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 15px;
    background: #FFF;
    line-height: 140%;
}

.input-text {
    float: left;
    font-weight: normal;
    margin-left: 0;
    outline: 0 none;
    width: 330px;
}

.input-active, .input-text:focus, .large-text:focus, .small-text:focus, .tiny-text:focus, .disabled-labels:focus, .input-textarea:focus, .input-date:focus {
    border: 1px solid #E9E9E9;
}

.drzavna_pomoc_disclaimer 
{
	float: right;
    font-weight: normal;
    text-align: justify;
}

#captchaText 
{
	width:50%;	
	text-align: center;
}

#drzavna_pomoc_message 
{
	font-size: 14px;
    line-height: 140%;
    margin-top: 35px;
    text-align: center;
}

.application .row{
    margin-left: 0;
    margin-right: 0;
}