* {
    margin: 0;
    padding: 0;
}

body {
    background: #FBFBFB url(../img/bg.jpg) 0 0 repeat;
    padding-top: 60px;
}

.grido {
    font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content {
    padding: 20px 45px;
    margin: 0 auto;
}

.hide {
    display: none
}

.sign-in tr {
    height: 35px;
}

.sign-in th {
    width: 7em;
}

.sign-in input.checkbox {
    margin-right: 10px;
}

label.checkbox {
    display: inline-block;
}

input.radio {
    margin: 0px 5px 0px 0px;
}

.strong {
    font-weight: bold;
}

#ajax-spinner {
    background: url('../img/spinner.gif') no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    float: right;
    margin: 15px;
}

.loading,
.loading * {
    cursor: wait !important;
}

/* TWITTER BOOTSTRAP RESET */

.alert {
    border-radius: 4px;
    border-spacing: 0;
    border: 1px solid #CACACA;
    position: relative;
    padding-left: 50px;
    z-index: 2;
}

.alert-info {
    background: #DEEEFA url(../img/info.png) no-repeat 15px center;
    border: 1px solid #AFD3F2;
    color: #235685;
}

.alert-error {
    background: #FCCAC1 url(../img/error.png) no-repeat 15px center;
    border: 1px solid #E18B7C;
    color: #AC260F;
}

.alert-success {
    background: #DFF0D8 url(../img/success.png) no-repeat 15px center;
    border: 1px solid #C1D779;
    color: #3C5A01;
}

.alert p {
    font-size: 13px;
    padding: 1px 0px 1px 35px;
    margin: 0px;
    color: #565656;
}

.alert .close {
    top: 0
}

.grido .grid-cell-country,
.grido .grid-cell-country_code {
    padding-left: 1%
}

.navbar-brand {
    font-size: 20px;
    font-weight: 200;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1200px;
    }
}

th.checker input {
    z-index: 2;
    position: relative;
}

.input-datetime {
    width: 8em;
}


.navbar-default .dropdown-menu {
    z-index: 3;
}

.navbar-default {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.btn-group .dropdown-menu {
    left: -85px;
}

.btn-group .dropdown-menu input {
    margin: 0px 8px 2px 0px;
}

h2.heading {
    font-size: 11pt;
    margin: 0px 0px 10px 0px;
    line-height: 12pt;
}

h3.heading {
    font-size: 10pt;
    margin: 0px 0px 10px 0px;
    line-height: 11pt;
}

.btn-add {
    margin-bottom: 15px;
}

select {}

.filter textarea {
    padding: 0;
    margin: 0;
    height: 23px
}

.grido .filter textarea {
    height: 23px !important;
}

.grido .buttons {
    z-index: 2;
    position: relative;
}

.google-maps {
    width: 980px;
    height: 745px;
    border: 1px solid #ddd;
}

a[disabled] {
    pointer-events: none;
}

.controls.NRadioList label,
.controls.inline label {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}

.newsletterEditPage h3 {
    margin-bottom: 10px;

}

.mailto {
    cursor: pointer;
    cursor: hand;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.table input {
    margin-bottom: 0px !important;
}

td.price {
    width: 5em;
}

td.success {
    background-color: #caefba;
}

td.warning {
    background-color: #f9f198;
}

td.error {
    background-color: #f2dede;
}

tr.cancel td {
    background-color: #ff997f;
}

tr.block td {
    background-color: #aaaaaa;
}

td.payment {
    background-color: #ff7fff;
}

.clear {
    clear: both;
}

table.order {
    float: right;
}

table.order td {
    width: 190px;
}

table td.visibility img {
    margin-right: 2px;
}

table.table-card {
    font-size: smaller;
}

table.table-card th,
table.table-card td {
    padding: 0px 2px;
}


.catalog-thumb {
    border-width: 0px;
}

span.yes {
    color: rgb(0, 200, 0);
}

span.no {
    color: rgb(200, 0, 0);
}

textarea.full-edit {
    width: 100%;
    height: 8em;
}

textarea.edit {
    width: 90%;
    height: 8em;
}

textarea.description {
    width: 100%;
}

textarea.edit-small {
    width: 100%;
    height: 4em;
}

.info-bar {
    padding: 10px 0px 10px 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.price,
.term {
    float: left;
    border: 1px solid rgb(192, 192, 192);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: smaller;
    text-align: center;
    font-weight: bold;
}

.term {
    min-height: 150px;
}

.term.weekend {
    min-height: 280px;
    margin-top: -130px;
}

.term.weekend.easter {
    min-height: 310px;
    margin-top: -160px;
}

.price {
    width: 140px;
}

.price-boxes {
    margin-top: 2em;
}

.term {
    width: 162px;
}

.price .heading {
    color: rgb(255, 255, 255);
}

.price .heading label {
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
}

.price .is-checked {
    float: right;
    margin: 3px;
}

.price-L,
.term-L {
    background-color: #fcedb1 !important;
}

.price-Z,
.term-Z {
    background-color: #e0f8f8 !important;
}

select.btn-mini {
    height: auto;
    line-height: 14px;
    width: 5em;
    margin: 0px;
    padding: 0px;
}

textarea.text-mini {
    height: 21pt;
    line-height: 10pt;
    width: 10em;
    margin: 0px;
    font-size: 9pt;
}

span.title {
    border-bottom: 1px dotted #000000;
}

.badge,
.price .heading {
    background-color: #808080;
}

.badge-VOLNO,
.price-VOLNO .heading,
.modal-VOLNO {
    background-color: #060;
}

.badge-REZERVACE,
.price-REZERVACE .heading,
.modal-REZERVACE {
    background-color: #C00;
}

.badge-PARTNER,
.price-PARTNER .heading,
.modal-PARTNER{
    background-color: #EA8C00;
}

.badge-MAJITEL,
.price-MAJITEL .heading,
.modal-MAJITEL {
    background-color: #936;
}

.badge-PERMANENT,
.price-PERMANENT .heading,
.modal-PERMANENT {
    background-color: #069;
}

.price .line input,
.term .line input:not([type="checkbox"]) {
    width: 45%;
    height: 28px;
    font-size: 12px;
    text-align: right;
    margin: 0px;
}

.price .line input.input-medium,
.term .line input.input-medium {
    width: 116px;
    text-align: left;
}

.price:not(.weekend) .line input.input-medium {
    width: 135px;
}

.price .control-group,
.term .control-group {
    margin: 0px 0px 5px 0px !important;
}

.price .lm input {
    margin: 0px;
}

.price .select {
    margin-bottom: 6px;
}

.price .ical-settings {
    margin-top: -8px !important;
    margin-bottom: 0 !important;
}

.price .ical-settings label,
.price .supplier-settings label {
    display: inline-block;
}

.price .supplier-settings {
    display: inline-block;
}

.price .ical-settings input,
.price .supplier-settings input {
    height: 20px !important;
    width: auto;
}

.book_create select {
    margin-bottom: 6px;
}


.left-label {
    width: 12em;
    float: left;
}

table.layout {
    width: 100%;
}

table.layout ul {
    margin: 0px;
    padding: 0px;
}

table.layout ul li {
    list-style-type: none;
}


.right {
    text-align: right;
}

img.grayscale {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.rating-blacklist {
    width: 16px;
    height: 16px;
    background-color: #000000;
}

.label-status1 {
    background-color: #7F92FF;
}

.label-status2 {
    background-color: #808080;
}

.label-status3 {
    background-color: #FFD800;
}

.label-status4 {
    background-color: #FF6A00;
}

.label-status5 {
    background-color: #267F00;
}

.label-status6 {
    background-color: #26D900;
}

.label-status7 {
    background-color: #C00000;
}

.label-status8 {
    background-color: #088ec0;
}

table.object-status th,
table.object-status td {
    padding: 2px;
    text-align: center;
}

.inline,
.inline label {
    display: auto !important;
}

.top-buttons {
    position: fixed;
    top: 41px;
    background: url('../img/bg.jpg') repeat scroll 0 0 #fbfbfb;
    padding: 6px 0px;
    width: 1200px;
    z-index: 10;
}

.top-search {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 180px;
    z-index: 11;
}

.top-cleaner {
    margin-top: 25px;
    clear: both;
}

.top-buttons h2.heading {
    display: inline-block;
    margin-left: 0.5em;
    width: 30em;
}

.form-actions {
    padding-left: 10px !important;
}

img.gallery {
    margin-bottom: 4px;
}

#gallery a.photo {
    display: inline-block;
    width: 23%;
    text-align: center;
}

#mapInfoWindow {
    width: 200px;
    height: 90px;
}

.properties-note {
    margin-top: 10px;
}

.properties-group {
    margin-top: 6px;
}

.label-small {
    display: inline-block;
    width: 4em;
    padding-right: 0.5em;
    text-align: right;
}

div.a4 {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(128, 128, 128);
    height: 297mm;
    width: 210mm;
}

.suggested {
    color: rgb(200, 0, 55) !important;
    font-weight: bold !important;
}

.paymentInfo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.paymentInfo__item {
    flex: 0 1 auto;
    margin: 0 5px 0 0;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.seoSetting {
    display: flex;
    margin-bottom: 0;
}

.seoSetting .title {
    white-space: nowrap;
    margin-right: 10px;
    border-bottom: none;
}

.seoSetting textarea {
    width: 70%;
    resize: none;
}

.wordCounter {
    text-align: right;
    white-space: nowrap;
    padding-left: 10px;
}

.filter.outer {
    display: none !important;
}

.tox.tox-tinymce {
    height: 610px !important;
    margin-bottom: 20px;
}

.row.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    box-sizing: border-box;
    width: auto;
}

.row.row-flex::before {
    content: none;
}

.row.row-flex .col-md-9 {
    flex: 0 0 75%;
    max-width: calc(75% - 10px);
    margin: 0 5px;
}

@media (min-width: 992px) {
    .col-md-9 {
        width: 75%;
    }

    .col-md-3 {
        width: 25%;
    }
}

.row.row-flex .col-md-3 {
    flex: 0 0 25%;
    max-width: calc(25% - 10px);
    margin: 0 5px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
}

.block {
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 10px 10px 46px -35px rgba(0, 0, 0, 0.75);
    padding: 20px;
    border: 1px solid #92c611;
    border-radius: 5px;
}

.block .row {
    margin: 0 !important;
}

.block .row [class*="span"] {
    margin: 0 !important;
}

.insert-image {
    margin-bottom: 10px;
    text-align: center;
}

#frm-virtualCategoryForm-form-title,
#frm-virtualCategoryForm-form-theme,
#frm-virtualCategoryForm-form-region,
#frm-virtualCategoryForm-form-location {
    max-width: 400px;
    width: 100%;
}

#frm-staticTranslationsForm-form-cs-content,
#frm-staticTranslationsForm-form-de-content,
#frm-staticTranslationsForm-form-en-content,
#frm-staticTranslationsForm-form-nl-content {
    height: 500px;
    width: 100% !important;
}

#frm-pageForm-form-cs-url,
#frm-pageForm-form-de-url,
#frm-pageForm-form-en-url,
#frm-pageForm-form-nl-url,
#frm-pageForm-form-cs-title,
#frm-pageForm-form-de-title,
#frm-pageForm-form-en-title,
#frm-pageForm-form-nl-title,
#frm-tipForm-form-cs-url,
#frm-tipForm-form-en-url,
#frm-tipForm-form-de-url,
#frm-tipForm-form-nl-url,
#frm-tipForm-form-cs-title,
#frm-tipForm-form-en-title,
#frm-tipForm-form-de-title,
#frm-tipForm-form-nl-title,
#frm-listingInfoForm-form-cs-title,
#frm-listingInfoForm-form-de-title,
#frm-listingInfoForm-form-en-title,
#frm-listingInfoForm-form-nl-title {
    width: 100% !important;
}

.image-for-insertion,
.guide {
    max-width: 90%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.image-for-insertion:hover,
.guide:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    cursor: pointer;
}

.sticky {
    z-index: 2000 !important;
}

.insert-image-wrapper {
    overflow-y: auto;
    max-height: 390px;
}

@media (min-width: 1023px) {
    .sticky {
        position: fixed;
        max-width: 248px;
    }
}

@media (min-height: 900px) {
    .insert-image-wrapper {
        overflow-y: auto;
        max-height: 540px;
    }
}

.text-white {
    color: white !important;
}

.control-group-side .control-label {
    width: auto;
    margin-right: 10px;
}

.control-group-side .controls {
    margin-left: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    min-width: 30px !important;
    border-color: #cccccc !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0 !important;
}

#order_overview_note {
    width: 90%;
}

.order-cancel-email-buttons {
    margin-left: 50px;
    display: inline;
}

.order-cancel-email-buttons td {
    padding: 2px;
}

.block.half {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.block.half input:not([type="submit"]), .block.half select {
    width: 100%;
}

.img-preview {
    border: 1px solid lightgrey;
    margin-bottom: 2rem;
    max-height: 200px;
    text-align: center;
    padding: 10px;
    padding-bottom: 20px;
}

.img-preview.croppable {
    max-height: 500px;
    height: 500px;
    padding: 0;
}

.img-preview div {
    margin-bottom: 5px;
}

.img-preview img {
    max-height: 170px;
    width: auto;
}

.img-icon-preview {
    display: flex;
}

.img-icon-preview div:first-child {
    flex: 1
}

.img-icon-preview div:last-child {
    flex: 0 0 auto;
}

.hidden {
    display: none !important;
}
.navbar-fixed-top {
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-top .navbar-inner {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}

@media screen and (max-width: 1200px) {
    .navbar-fixed-top {
        overflow: auto;
    }

    .navbar-fixed-top .container {
        width: 1180px;
    }
}
