.form-normal {
    padding: 0;
    margin: 40px auto;
}
.form-normal label {
    font-weight: 400;
    font-size: 0.9em;
    display: block;
}
.form-normal input[type=text],
.form-normal textarea {
    width: 100%;
    max-width: 500px;
    padding: 10px 15px;
    font-size: 0.9em;
    border-radius: 5px;
    border: 1px solid  #aaa;
    color: #31424f;
    font-weight: bold;
}
.form-normal input[type=text]::placeholder,
.form-normal textarea::placeholder {
    color: #888;
    font-weight: 300;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.container-formular-likvidace {
    width: 50%;
    float: left;
    padding-right: 30px;
}
.container-formular-dily {
    width: 50%;
    float: right;
}
.container-formular > p,
.container-formular > ul,
.container-formular > ol {
    text-align: left;
}
.container-formular .form-gdpr {
    text-align: left;
}
@media print{
    *,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input, textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0;font:inherit;color:inherit;}
input::-moz-focus-inner{padding:0;border:0;}
textarea::-moz-focus-inner{padding:0;border:0;}
form input[type=text].form-control,
form textarea.form-control{
    padding: 6px 12px; color:#666;font-weight: 700;
}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.label-col,.input-col{position:relative;min-height:1px;float:none;padding-right:15px;padding-left:15px;}
.input-col{width:100%;}
.label-col{width:100%;}
label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700;}
.form-control{margin:0 auto;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}
.form-control::-moz-placeholder{color:#999;opacity:1;}
.form-control:-ms-input-placeholder{color:#999;}
.form-control::-webkit-input-placeholder{color:#999;}
.form-control::-ms-expand{background-color:transparent;border:0;}
.form-group{max-width: 500px;margin:0 auto;margin-bottom:15px;}
.control-label{padding-top:7px;margin-bottom:0;text-align:center;}
.form-group:after,.form-horizontal .form-group:before{display:table;content:" ";}
.form-group:after{clear:both;}


.input-col{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-menu-hamburger:before {content: "\e236";}
.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none;}
.has-error .form-control-feedback{color:#a94442;}
.has-feedback .form-control-feedback{right:15px;}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
}
label.required{font-weight: 700;}
.label-note {font-weight: 400; font-size: 0.9em;}
@font-face
{
    font-family:'Glyphicons Halflings';
    src:url(fonts/glyphicons-halflings-regular.eot);
    src:url(fonts/glyphicons-halflings-regular.eot#iefix)
        format('embedded-opentype'),url(fonts/glyphicons-halflings-regular.woff2)
        format('woff2'),url(fonts/glyphicons-halflings-regular.woff)
        format('woff'),url(fonts/glyphicons-halflings-regular.ttf)
        format('truetype'),url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
        format('svg');
}
.has-error .help-block{color:#a94442;}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}
.glyphicon-ok:before{content:"\e013";}
.has-success .form-control-feedback{color:#3c763d;}
.has-success .help-block{color:#3c763d;}
.error {font-size: 0.9em; font-weight: 700;}
.submit-col { text-align: center;}
@media (min-width:768px) {
    .label-col,.input-col{float:left;}
    .input-col{width:41.66666667%;}
    .label-col{width:33.33333333%;}
    .control-label{padding-top:7px;margin-bottom:0;text-align:left;}
    .form-group{max-width: 100%;margin-bottom:15px;margin-right:-15px;margin-left:-15px;}
    .submit-col { text-align: left;}
}
textarea.form-control {
    height: 5.5em;
}
textarea[name=dily_pozadavek_dil].form-control {
    height: 8em;
}

/* butony **********************************************************************/
form input[type=submit],
button{
    font-weight:700;
    letter-spacing: 0.5px;
    line-height:1.5;
    cursor:pointer;
    -webkit-appearance:button;
    *overflow:visible;
    line-height:normal;
    margin:0;
    font-size:100%;
    vertical-align:middle;
    background-color: none;
    border: 0;
}
form input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner{
    padding:0;border:0;
}
.btn{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;border:1px solid #cccccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}
.btn:hover,.btn:focus,.btn:active{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active{background-color:#cccccc \9;}
.btn:first-child{*margin-left:0;}
.btn:hover,.btn:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}
.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.btn-success{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#5bb75b;*background-color:#51a351;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(to bottom, #62c462, #51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);}
.btn-success:hover,.btn-success:focus,.btn-success:active{color:#ffffff;background-color:#51a351;*background-color:#499249;}
.btn-success:active{background-color:#408140 \9;}
.btn{*padding-top:3px;*padding-bottom:3px;}
.btn::-moz-focus-inner{padding:0;border:0;}
.btn.btn-large{*padding-top:7px;*padding-bottom:7px;}

/* boxy results ****************************************************************/
.form-box-msg{
    -webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
    margin: 0;
    line-height:1.6;
    padding: 17px 22px;
    text-align: center;
    font-weight: 700;
}
.form-box-msg-success {
    color: #4F8A10;
    background-color: #ebf6d9;
    border-color: #DFF2BF;
}
.form-box-msg-error {
    color: #86170f;
    background-color: #f1b3af;
    border-color: #ee5151;
}
.form-box-msg-warning {
    color: #875e22;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.form-box-msg-success a {
    color: #315819;
}
.form-box-msg-error a {
    color: #531313;
}
.form-box-msg-warning a {
    color: #4d3615;
}

.form-box-submit-reshow {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    background-color: #6e8ea5;;
    border-color: #3a3a3a;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}
/* UI jQuery pretizeni */
.ui-autocomplete-loading {
    background: white url(images/ui-anim_basic_16x16.gif) right center no-repeat;
  }
.ui-widget {
	font-family: inherit;
	font-size: 0.9em;
}
.ui-widget .ui-widget {
	font-size: 0.9em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: inherit;
	font-size: 0.9em;
}
