/* Add here all your css styles (customizations) */
em {
    color: #ff4200;
    font-weight: bold;
}
.findSimilar {
    color: #ee9966 !important;
    font-weight: bold !important;
    float: right;
}
div.data_right {
    float: right;
}
.title-mono {
    color: #888 !important;
    font-size: 14px;
}

.wyniki-pozycja-reklama{
    border-width: 1px;
    border-color: red;
    margin: 0;
    padding: 0 150px 16px 0;
    text-align: center;
}
#source {
    width: 100% !important;
}
#sources {
    width: 100% !important;
}
#source_chosen {
    width: 100% !important;
}
#sources_chosen {
    width: 100% !important;
}
#dsort, #subcorpuses {
    width: 100% !important;
}
#dsort_chosen, #subcorpuses_chosen {
    width: 100% !important;
}

#colPosit {
    width: 100% !important;
}

#colPosit_chosen {
    width: 100% !important;
}

#colPos {
    width: 100% !important;
}

#colPos_chosen {
    width: 100% !important;
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.next{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.alert-toolbox {
    background: #fcfcfc none repeat scroll 0 0;
    border-top: 2px solid #eee;
    box-shadow: 0 1px 3px #ddd;
    display: none;
    max-width: 330px;
    position: absolute;
    right: 150px;
    top: 0;
    z-index: 999;
}
.custom-datepicker{
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border: solid 1px #bbb;
    box-sizing: border-box;
    color: #404040;
    outline: medium none;
    color: #404040;
    font-size: 14px;
    font-size: 14px;
    height: 30px;
    padding: 3px 5px;
    min-width: 190px;
    width: 100%;
}
.cookie_info_l {
    float: left;
    padding-top: 20px;
    text-align: right;
    width: 65%;
}
.cookie_info_r {
    float: left;
    padding: 20px 5px 10px 30px;
    text-align: left;
    width: 35%;
}
.overflow-h {
    overflow: hidden;
}
.cbp_tmlabel h3 {
    float: left;
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.cbp_tmlabel ul {
    float: right;
    margin-top: 6px;
}
/* auto complete */
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #3399FF;
}