.strong{ font-weight: bold;}
.ac{text-align: center;}
.al{text-align: left;}
.ar{text-align: right;}
.vat {vertical-align: top;}
.italic{ font-style: italic;}
.auto-width{ width: auto; display: inline-block;}
.blue{ color: #1b7495; }
.green {color: #569c7d;}
.orange {color: orange;}
.red {color: #ff3333;}
.no-wrap{white-space: nowrap;}
.spacer{margin: 30px 0px; }
.spacer.line {border-top: 1px solid #1b7495;}
body{
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    /*background: url('../images/background_1920.jpg') fixed;*/
    font-family: 'Arimo';
    font-size: 16px;
    font-weight: 400;
}

.clear-fix{
    float: none;
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.table-header{
    color: #404040;
    font-size: 20px;
}

.count{
    color: #404040;
    font-size: 20px;
    font-weight: 600;
}

.nowrap{
    white-space: nowrap;
}

a,
.a{
    color: #c03254;
}

a:hover,
.a:hover{
    color: #c03254;
    text-decoration: underline;
}

a.small{
    font-size: 12px;
}

a:href{
    text-decoration: none;
}

h1, .h1{
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0px;
}

h2, .h2{
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0px;
    color: #414141;
    margin-bottom: 20px;
}

.h2 .bottom-pink{
    padding-bottom: 10px;
    
}

.bg-grey,
.bg-grey td,
.bg-grey th{
    background-color: #f0f0f0;
}

.btn.white{
    background-color: #fff;
    border: 1px solid #aaa;
    display: inline-block;
}

.btn.blue{
    background-color: #1b7495;
    border: 1px solid #aaa;
    display: inline-block;
    color: #fff;
}

.btn.green{
    background-color: #569c7d;
    border: 1px solid #aaa;
    display: inline-block;
    color: #fff;
}

.btn.red{
    background-color: #ff3333;
    border: 1px solid #aaa;
    display: inline-block;
    color: #fff;
}

.filter{
    background-color: #f0f0f0;
}
/*
.bottom-pink{
    border-bottom: 1px solid #d60944;
} 

.bottom-pink.bold{
    border-bottom-width: 5px;
}*/

.description{
    font-size: 12px;
    color:#999;
    font-style: italic;
}

section.form-container{
    margin: 40px 0px;
    background-color: #ececec;
    padding: 20px;
    overflow-x: scroll;
}

section.form-container.auto-width{
    width: 745px;
    display: block;
    margin: 40px auto;
}

section.form-container form{
    margin: 30px 0px;
}

section.form-container h1{
    color: #1b7495;
}

.form-collection > div {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

form {
    width: auto;
}

input,
textarea,
button,
select{
    background-color: #fff;
/*    border: 1px solid #cccccc;*/
    border: none;
    padding: 6px 15px;
    width: 350px;
    margin: 3px 0 3px 0;
}

input.short,
select.short{
    width: 150px;
}

input[type='submit'],
input[type='checkbox'],
input[type='radio'],
.submit,
button{
    width: auto;
}

input[type='checkbox']{
    margin: 5px;
    margin-top: 10px;
}

form label{
    font-weight: 400;
    line-height: 24px;
    font-size: 20px;
    margin-top: 6px;
    vertical-align: top;
}

form > div > div{
    margin-bottom: 6px;
}

form > div > div > label{
    display: inline-block;
    padding: 0px 10px;
    width: 200px;
    text-align: right;
    vertical-align: top;
    margin-top: 5px;
}

form > div > div > div {
    display: inline-block;
}

form > div div.cke {
    display: inline-block
}

form input[type=submit],
form button[type=submit],
.submit{
    border: none;
    background-color: #1b7495;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 9px 30px;
    font-size: 20px;
    float: right;
    margin-right: 5px;
}

form dl{
    width: auto;
}

dd.buttons-field{
    width: 100%;
}

form dl{
    margin-bottom: 3px;
}

form dl dd,
form dl dt{
    display: inline-block;
    vertical-align: top;
}

form dt{
    width: 250px;
    text-align: right;
    vertical-align: top;
    padding-top: 3px;
    padding-right: 15px;
}

dd {
    vertical-align: top;
}

form dt{
    vertical-align: middle;
}

form .datetime select{
    width: 100px;
}

form dd.date-field select{
    width: 117px;
}

form dd label,
form dd input,
form dd
{
    vertical-align: middle;
}

form dd label{
    margin-top: 10px;
}
form dd input[type=radio]{
    margin-top: -5px;
}

body > div.body section.split > section.split_50 form label{
    width: 150px;
}

table{
    border-collapse: collapse;
    font-size: 14px;
}

table.max_width{
    width: 100%;
}
table td{
    background-color: #fff;
    border: 1px solid #cccccc;
}

table.colored tr:nth-child(even),
table.colored tr:nth-child(even) td,
tr.even td{
    background-color: #eee;
}

table th,
table td{
    padding: 5px 10px;
}

table th{
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
    color: #888;
}

table td{
    font-size: 14px;
}

table.no_frame td,
table.no_frame th,
tr.no_frame td,
tr.no_frame th{
    border: none;
}



table td a,
table td .a{
    color: #d90845;
    font-weight: 400;
    cursor: pointer;
}

table td a:hover{
    color: #d90845;
    text-decoration: none;
}

table tr.no-background td,
table td.no-background{
    background-color: transparent;
}

.uploader{
    text-align: center;
    margin-bottom: 10px;
    border: 1px dashed #aaa;
    padding: 10px;
}
.uploader input[type=file]{
    display: none;
}

.uploader label{
    cursor: pointer;
    border: 1px solid #aaa;
    background-color: #F7F7F7;
    padding: 5px;
}

.miniature .progress{
    background-color: red;
}

.miniature{
    overflow: hidden;
    position: relative;
}

.miniature .actions{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.miniature .actions .remove{
    color: red;
    background-color: #aaa;
    opacity: 0.5;
    cursor: pointer;
}

.miniature .actions .main-image{
    color: red;
    background-color: #aaa;
    opacity: 0.5;
    cursor: pointer;
}

.miniature .actions .main-image.active{
    color: green;
}

.miniature .actions .remove:hover{
    opacity: 1;
}

.miniature .hidder{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #aaa;
    opacity: 0.8;
    top: 0px;
    left: 0px;
    text-align: center;
    padding-top: 10px;
}

#file-list{
    border: 1px solid #aaa;
    padding: 5px;
}

#file-list div.miniature{
    display: inline-block;
    width: 105px;
    height: 105px;
    text-align: center;
    border: 1px solid #aaa;
    vertical-align: bottom;
}

#file-list div.miniature img{
    display: inline-block;
    vertical-align: bottom;
}

.search-field-box{
    position: absolute;
    border: 1px solid red; 
    background-color: #eee;
    padding: 10px;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 10;
}

[data-search-field-list]{
    list-style: none;
    padding: 5px;
}

[data-search-field-list] li{
    cursor: pointer;
    padding: 3px 0px;
}

.icon{
    display: inline-block;
    background: url('../images/icons_small.png') top left;
    vertical-align: middle;
}

.icon-trash{
    width: 20px;
    height: 22px;
    background-position-x: -344px; 
    background-position-y: -4px;    
}

.icon-pencil{
    width: 19px;
    height: 22px;
    background-position-x: -345px; 
    background-position-y: -175px;    
}

.icon-add{
    width: 18px;
    height: 23px;
    background-position-x: -288px; 
    background-position-y: -202px;    
}

.icon-basket{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url('../images/basket.png');
    padding: 10px 0px 0px 25px;
}

.icon-next{
    display: inline-block;
    width: 33px;
    height: 25px;
    background: url('../images/icon-next.png');
}

.icon-prev{
    display: inline-block;
    width: 33px;
    height: 25px;
    background: url('../images/icon-prev.png');
}

.icon-basket .count{
    color: #d90845;
    background-color: #fff;
    border: 1px solid #d90845;
    font-size: 12px;
    padding: 2px;
    border-radius: 7px;
}

.icon-info{
    background: url('../images/icon_info.png');
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0px 5px;
}

.icon-details{
    background: url('../images/icon-details.png');
    display: inline-block;
    width: 18px;
    height: 22px;
    vertical-align: middle;
    margin: 0px 5px;
}

.icon-mail{
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url('../images/icon-mail.png');
}

.table{
    display: table;
    width: auto;
    font-weight: 400;
}

.table .tr{
    display: table-row;
}

.table .tr .td{
    display: table-cell;
    padding: 5px 10px;
}

.table .tr .th{
    display: table-cell;
}

.table.small-distance .td{
    padding: 2px 5px;
}

.booked-100-percent td{
    background-color: #f6f6f6;
}

.booked-100-percent{
    color: red;
}

.participant-doesnt-match{
    display: none !important;
}

.mark-green{
    background: url('../images/green-mark.png');
}