/* CSS for all
Copyright 2014.
*/

.head-btn-area {
    float: right;
    width: 100%;
    text-align: right;
}
.head-btn-area .btn-forma{
    border-radius: 1px;
    background: #00a1e7;
    background: #17aaff;
    text-transform: uppercase;
    color:#fff;
    text-shadow: none;
    border: 0;
    margin: 3px 0 0;
    padding: 4px 15px;
}
.head-btn-area .btn-forma:hover {
    background: #007ac1;
}
.search_form {
    top: 140px;
}
.simple-alert-form .formtitle{
    color:#222;
    font-size:20px;
    line-height:24px;
    font-family:Arial,sans-serif;
    margin-bottom:20px;
    text-align: center;
}
.simple-alert-form {
    background: #ffec00;
    padding: 15px 25px 17px;
    margin: 20px 0 20px;
}
.simple-alert-form .form_action_center {
    text-align: center;
}
.simplejurist-form .fancy-body {
    padding: 0 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.simplejurist-form {
    background: #f3f3f3;
    padding: 25px 25px 5px;
    margin: 30px 0 20px;
}
.simplecall-form {
    margin: 0;
    padding: 25px 30px 5px;
    max-width: 380px;
}
.simplejurist-form .formtitle {
    color:#17aaff;
    font-size:20px;
    line-height:24px;
    font-family:Arial,sans-serif;
    margin-bottom:20px;
    text-transform: uppercase;
    text-align: center;
}
.form-new-zahvat {
    box-sizing: border-box;
}
.form-new-zahvat .row-controls{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}
.form-new-zahvat .col-sm-12,
.form-new-zahvat .col-sm-6,
.form-new-zahvat .col-sm-4{
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.form-new-zahvat .col-sm-4{
    width:33.33333%
}
.form-new-zahvat .col-sm-6{
    width:50%
}
.form-new-zahvat .col-sm-12{
    width:100%;
}
.form-new-zahvat textarea,
.form-new-zahvat input[type='text'] {
    box-sizing: border-box;
    width:100%;
    display:block;
    padding:10px 10px;
    margin-bottom: 15px;
    border-radius:0px;
}
.form-new-zahvat .form_action {
    text-align: right;
}
.form-new-zahvat input[type='text'] {
    height: 36px;
}
.simple-alert-form .btn,
.form-new-zahvat .btn{
    border-radius:1px;
    background: #00a1e7;
    background: #17aaff;
    text-transform: uppercase;
}
.simple-alert-form .btn:hover,
.form-new-zahvat .btn:hover {
    background: #007ac1;
}
.form-new-zahvat .success,
.form-new-zahvat .ui-state-error {
    padding: 5px 10px;
    margin-bottom:10px;
    margin-bottom: 15px;
}


body.popup .simpleajax-form{
    position: fixed;
    z-index: 1010;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -170px;
    box-shadow: 0 0 17px 0px #222;
}

.backblacktone {
    z-index: 1005;
    background: rgba(0, 0, 0, 0);
    display:none;
}
body.popup .backblacktone {
    display:block;
    position: fixed;
    z-index: 1005;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}