/* CSS Document */
@media (max-width: 1200px) and (min-width: 992px) {
    .gatema-div-0 {
    }

    .gatema-div-1 {
        display: block;
        width: 100%;
        float: none;
        clear: both;
    }
}

.gatema-short-input {
    width: 70px !important;
    float: left !important;
}

.error .gatema-short-input {
    border: 2px solid #ea546f;
    margin-bottom: 5px;
}

.gatema-middle-input {
    float: left !important;
    width: 210px !important;
    margin-left: 0px;
}

.gatema-middle-size-input {
    width: 220px !important;
}

.gatema-large-input {
    width: 442px !important;
}

.gatema-cena {
    margin-left: 55px;
    padding-right: 130px;
}

.gatema-cena hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px;
}

.gatema-cena h3 {
    line-height: normal;
    margin: 10px 0px 0px 0px;
}

.gatema-div-hr {
    padding-top: 0px;
    margin-top: 0px;
}

.gatema-error {
    display: inline-block;
    margin-left: 10px;
    color: red;
}

.gatema-text-align-left {
    text-align: left;
}

@media (min-width: 1200px) {
    .gatema-container {
        width: 1170px;
    }
}

.gatema-container {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.gatema-long-list.btn-group .dropdown-menu {
    overflow: auto !important;
}

.gatema-control-label {
    width: 130px !important;
}

.gatema-control-label__text {
    line-height: 32px;
}

.gatema-large-popup .popover {
    max-width: 500px !important;
    width: 500px !important;
}

.gatema-410-popup .popover {
    max-width: 410px !important;
    width: 410px !important;
}

.gatema-q-mark-left-250 {
    left: 300px !important;
}

.gatema-q-mark-left-150 {
    left: 150px !important;
}

.gatema-q-mark-left-115 {
    left: 115px !important;
}

.gatema-form-group-no-padding-bot {
    margin-bottom: 0px;
}

.gatema-no-margin-top {
    margin-top: 0px !important;
}

* {
    font-family: 'proxima-nova', sans-serif;
}

.gatema-disabled {
    cursor: not-allowed !important;
}

#table_pocet_der_kus_info td, #table_pocet_der_kus_info th {
    text-align: right;
    border: 1px solid black;
    padding: 4px;
    width: 130px;
}

#table_pocet_der_kus_info th {
    text-align: center;   
}

#table_pocet_der_kus_info table {
    border-collapse: collapse;
    text-align: right;
}

/* COOKIES-BAR - START */
.gatema-cookie-bar {
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    width: 450px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    background-color: #bdbdbd;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
    z-index: 10000;
}

.gatema-cookie-bar .c-cookieBarHeader {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}

.gatema-cookie-bar .c-leftPart {
    display: inline-block;
    width: 290px;
}

.gatema-cookie-bar .c-rightPart {
    display: inline-block;
    width: 135px;
}

.gatema-cookie-bar .c-confirmButton {
    display: block;
    margin: 10px;
    padding: 10px;
    color: #000;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    background: #8d8d8d;
}
/* COOKIES-BAR - END */

.gatema-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* For IE 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .form-group .q-mark {
        margin-left: -15px;
        z-index: 2;
    }
    .gatema-q-mark-left-150 {
        left: 165px !important;
    }

    .gatema-q-mark-left-115 {
        left: 130px !important;
    }

    .form-control-feedback {
        left: 205px;
    }

    .form-control-feedback-small {
        left: 145px;
    }

    .form-control-feedback-small-right {
        left: 250px;
    }

    .form-control-feedback-smaller {
        left: 135px;
    }

    .form-control-feedback-smaller-right {
        left: 230px;
    }

    .form-control-feedback-middle {
        left: 210px;
    }
}


/* Keyboard quick navigation
.bootstrap-select .dropdown-menu > li > a:focus {
    background: #808080;
    border: 1px solid #808080;
}

.bootstrap-select .dropdown-menu > li.selected > a:focus {
    background: #d2071d;
    border: 1px solid #d2071d;
}*/