﻿@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}

body {
    font-family: Roboto-Regular;
    background-color: #f1f1f1;
    width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

    body a {
        text-decoration: none;
    }

        body a:hover {
            text-decoration: none;
        }

.notification-parent {

}
.notification-small {
    background: red;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
}

.radio-container {
    display: flex;
    gap: 150px;
    margin-bottom: 25px;
}

.border-1 {
    border: 1px solid black;
}

.konaklama-sira-input {
    width: 30px;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rezervasyon-uyari {
    position: absolute;
    right: 45px;
    background: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
}

#messages {
    display: none;
}

.radio-item {
}

td.blocked {
    background-color: #eee
}

.admin-checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.remove-margin-left {
    margin-left: 0;
}

.block {
    display: block;
    margin-top: 15px;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.form-list-container {
}

    .form-list-container label {
        font-weight: 900;
        display: block;
        margin-bottom: 0;
    }

.delete-ical {
    cursor: pointer;
    font-size: 20px;
}

.ical-links-container li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rota-item {
    position: relative;
    width: 400px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.edit-rota {
    position: absolute;
    right: 80px;
}

.rota-header-input {
    display: none;
    width: 220px !important;
}

.white-space {
    white-space: pre-line;
}

.small-h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.inline-top {
    display: inline-block;
    vertical-align: top;
}

.border {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.border-left {
    border-left: 1px solid black;
}

.ing-tr {
    text-align: center;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;
}

.section-h3 {
    text-align: left;
    font-weight: 400;
    font-size: 22px;
}

#already-added {
    margin-top: 20px;
}

.margin-right {
    margin-right: 20px;
}

.padding-top {
    padding-top: 20px;
}

.group-item {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}
/* Login */
.login-div {
    background-color: #acaeb1;
    overflow: auto;
    text-align: center;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}

#login-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #364150;
}

.login-elements {
    margin-left: 30px;
    margin-right: 30px;
}

.login-logo {
    margin-top: 50px;
    margin-bottom: 50px;
}

.signin {
    color: #831a1d;
}

.login-button {
    float: left;
    border: none;
    background-color: #831a1d;
    width: 83px;
    height: 40px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 1s ease-out;
}

    .login-button:hover {
        background-color: #cc2128;
    }

#mainmenu {
    /*  display: none;   */
    width: 400px;
    max-width: 270px;
    background: #0039be;
    height: 100%;
    position: fixed;
    text-align: left;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    font-size: 16px;
}

    #mainmenu a {
        text-decoration: none;
    }

        #mainmenu a:hover {
            text-decoration: none;
            color: 75bc43;
        }

.admin-menu-logo {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: auto;
}

.main-menu-wrapper {
    margin-top: 50px;
    overflow: hidden;
}

.admin-menu-item {
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
}

    .admin-menu-item:hover {
        background-color: #75BC43;
        color: white;
        cursor: pointer;
    }


.admin-menu-item-selected {
    background-color: #75BC43;
    color: white;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    position: relative;
}

.admin-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid black;
}

.admin-content-wrapper {
    margin-top: 50px;
    margin-left: 300px;
    padding-left: 20px;
    overflow: auto;
}

.admin-menu-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.admin-menu-text {
    color: white;
    text-align: left:
}

.admin-menu-rightarrow {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

/* admin window */
.admin-window {
    color: #777;
}

.admin-window-header {
    padding: 10px;
    cursor: pointer;
    background-color: #fbfbfb;
}

.header-baslik {
}

.minimize {
    float: right;
}

.admin-window-content {
    background-color: white;
    padding: 20px;
    position: relative;
}


.admin-window-item {
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    position: relative;
}

    .admin-window-item:hover {
        background-color: #1fbaa8;
        color: white;
    }

        .admin-window-item:hover a {
            color: white;
            background-color: #1fbaa8;
        }

        .admin-window-item:hover button {
            color: white;
            background-color: #1fbaa8;
        }

        .admin-window-item:hover .edit-delete {
            background-color: #1fbaa8;
        }

.admin-slider-list-active {
    color: white;
    background-color: red;
}

.admin-slider-list {
    cursor: pointer;
}

.quick-delete {
    display: inline;
}

.move-up-button,
.slider-move-up-button {
    cursor: pointer;
}

.quick-delete-button {
    border-style: none;
    border: none;
    background-color: #f1f1f1;
}

    .quick-delete-button:hover {
        background-color: #1fbaa8;
    }

.edit-delete {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 5px;
}

    .edit-delete:hover {
        background-color: #1fbaa8;
    }

    .edit-delete a {
        text-decoration: none;
        color: #777;
        margin-left: 2px;
        margin-right: 2px;
        background-color: #f1f1f1;
    }

        .edit-delete a:hover {
            text-decoration: none;
            background-color: #1fbaa8;
        }

.add-button {
    display: inline-block;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    background-color: #1fbaa8;
}

    .add-button:hover,
    .add-button:focus {
        color: white;
        background-color: #22cab8;
        text-decoration: none;
    }

.list-button {
    display: inline-block;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    background-color: #1fbaa8;
    float: right;
}

    .list-button:hover,
    .list-button:focus {
        color: white;
        background-color: #22cab8;
        text-decoration: none;
    }

.admin-button {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.button-container {
    margin-bottom: 20px;
}

.admin-button-big {
    display: inline-block;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    line-height: 50px;
    background-color: #1fbaa8;
    border-radius: 5px;
    transition: background-color 0.4s ease-out;
    border: none;
}

    .admin-button-big:hover,
    .admin-button-big:focus {
        color: white;
        background-color: #22cab8;
        text-decoration: none;
        cursor: pointer;
    }

.top-buttons {
    padding: 0;
}

.spaced-buttons a {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.schedule-date {
    display: block;
    margin-bottom: 20px;
}

.admin-window-big {
    background-color: white;
    margin-bottom: 40px;
    padding-bottom: 30px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
    -webkit-animation: admin-down-anim 1s cubic-bezier(.1,.82,.25,1);
    animation: admin-down-anim 1s cubic-bezier(.1,.82,.25,1);
}

.delete-header-container {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

@-webkit-keyframes admin-down-anim {
    0%,35% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes admin-down-anim {
    0%,35% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes admin-left-anim {
    0%,35% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes opacity-anim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.admin-window-big-header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: relative;
}

.discover-item-wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.flex-parent {
    display: flex;
}

    .flex-parent div {
        margin-top: 20px;
        flex: 1;
    }

.flex-parent-close {
    display: flex;
}

    .flex-parent-close div {
        flex: unset;
        margin-top: 0;
    }

.admin-window-big-content {
    padding-left: 15px;
    padding-right: 15px;
}

.admin-label {
    font-weight: 700;
}

.admin-label-margin0 {
    margin-top: 0;
    font-weight: 700;
}

.admin-label-margin {
    margin-top: 15px;
    font-weight: 700;
}

.big-font {
    font-size: 1.6em;
    font-weight: bold;
}


.inline-label {
    margin-left: 150px;
    margin-right: 40px;
}

#target-map-container {
    display: inline-block;
    position: relative;
}

#target-pointer {
    position: absolute;
    right: 16%;
    bottom: 36%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #f49e13;
    box-sizing: border-box;
    padding: 5px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    visibility: hidden;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

#target-pointer-inner {
    background-color: #f49e13;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.admin-kaydet {
    height: 33px;
    background-color: #de7218;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    border-style: none;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}

.login-button {
    float: left;
    border: none;
    background-color: #831a1d;
    width: 83px;
    height: 40px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 1s ease-out;
}

    .login-button:hover {
        background-color: #cc2128;
    }

.admin-next {
    background: #1E8983;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    border: none;
    transition: background 0.3s ease-out;
}

    .admin-next:hover {
        background: #33625f;
    }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
    filter: none !important;
}

#power-date-headers {
    margin-top: 40px;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
}

.admin-textarea {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CACACA;
    color: #444;
    font-size: 1.2em;
    padding: 5px 9px;
    width: 360px;
    height: 200px;
    resize: none;
}

    .admin-textarea:focus {
        background: #FFF;
        -webkit-box-shadow: 0 0 25px #CCC;
        -moz-box-shadow: 0 0 25px #ccc;
        box-shadow: 0 0 25px #CCC;
    }

.admin-textbox {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CACACA;
    color: #444;
    font-size: 1.2em;
    padding: 5px 9px;
    width: 100%;
    max-width: 300px;
}

    .admin-textbox:focus {
        background: #FFF;
        -webkit-box-shadow: 0 0 25px #CCC;
        -moz-box-shadow: 0 0 25px #ccc;
        box-shadow: 0 0 25px #CCC;
    }

.admin-checkbox {
    width: 25px;
    height: 25px;
    margin-left: 20px;
}

.admin-textbox-small {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CACACA;
    color: #444;
    font-size: 1em;
    padding: 5px 9px;
    width: 100px;
}

    .admin-textbox-small:focus {
        background: #FFF;
        -webkit-box-shadow: 0 0 25px #CCC;
        -moz-box-shadow: 0 0 25px #ccc;
        box-shadow: 0 0 25px #CCC;
    }

.box {
    position: relative;
    background-color: white;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
    -webkit-animation: admin-enter .3s cubic-bezier(.1,.82,.25,1);
    animation: admin-enter .3s cubic-bezier(.1,.82,.25,1);
    overflow: auto;
}

.login-logo-img {
    width: 250px;
    height: auto;
}

.group-item-selected {
    background-color: #c65d5d;
    color: white;
}

#products-container {
    border: 1px solid #c65d5d;
    clear: both;
    padding-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}

@-webkit-keyframes admin-enter {
    from {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes enter-right {
    from {
        transform: translateX(50px);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes admin-enter {
    from {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.delete-image {
    z-index: 99;
    position: absolute;
    top: 5px;
    right: 5px;
}

.cancel-delete {
    z-index: 99;
    /*
    position: absolute;
        */
    top: 5px;
    right: 75px;
}

.admin-table td .cancel-delete {
    right: 10px
}

.edit-image {
    z-index: 99;
    position: absolute;
    top: 5px;
    left: 5px;
}

.video-thumbs {
    min-height: 300px;
    cursor: pointer;
}

.show-this {
    display: none;
}

.arastirma-box {
    height: 300px;
    cursor: pointer;
}

.hold-here {
    text-align: center;
}

.center-text {
    text-align: center;
}

.admin-enter {
    animation: admin-enter .3s cubic-bezier(.1,.82,.25,1);
}

.admin-album-list {
    overflow: hidden;
    background-color: white;
    margin-bottom: 20px;
    margin-top: 20px;
}

select.soflow {
    background: linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
}

.padding-left {
    padding-left: 15px;
}

.document-link {
    margin-left: 50px;
    display: block;
}

#error-state {
    margin-top: 20px;
}

#update-with-file-dialog {
    display: none;
}

#search-by-company-dialog {
    display: none;
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}


.center-img-responsive {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: auto;
}

.add-padding {
    padding: 30px;
}

.company-search-table {
}

    .company-search-table tr {
        border: 1px solid black;
    }

    .company-search-table td,
    .company-search-table th {
        border: 1px solid black;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .company-search-table tbody tr:hover {
        background-color: #aaa;
        cursor: pointer;
    }

#edit-company-dialog {
    display: none;
}

.please-wait {
    display: none;
    margin-left: 15px;
    font-size: 2em;
}

.hidden {
    display: none;
}

.no-padding {
    padding: 0;
}

.margin-bottom {
    margin-bottom: 40px;
}

/* GRAPHICS */
.graph-value-button {
    margin-bottom: 20px;
}

.new-value-form,
.edit-graph-value-form {
    padding-bottom: 40px;
    margin-bottom: 20px;
    position: relative;
}

.graph-edit-submit,
.graph-new-submit {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.graph-delete-button {
    position: absolute;
    bottom: 0;
    left: 240px;
}

.slow-fade-out {
    transition: 2s ease-in;
    opacity: 0;
}

.blog-tag-item {
    border: 1.5px solid #e1e1e1;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    background: #f1f1f1
}

.margin-top {
    margin-top: 20px;
}

.remove-tag {
    color: darkkhaki;
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
}

    .remove-tag:hover {
        color: brown;
    }

#add-tag {
    margin-left: 20px;
}

.item-header {
    color: brown;
    font-weight: 700;
}

.item-text {
    font-weight: 700;
    color: #333;
}

#tur-baslik-form {
    display: none;
    animation: admin-down-anim 1s cubic-bezier(.1,.82,.25,1);
}

#already-added-baslik {
    margin-top: 25px;
    display: flex;
}

.tur-item-header-wrapper {
}

.tur-item-text-wrapper {
    margin-left: 20px;
    flex: 1;
}

.tur-item-header {
    background: #333;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-bottom: 2px;
}

    .tur-item-header:hover {
        background: white;
        color: black;
    }

.tur-item-header-selected {
    background: #1E8983;
}

.tur-item-text {
    display: none;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tur-item-text-selected {
    display: block;
}

#slider-image-container {
    display: none;
    animation: admin-left-anim 1s cubic-bezier(.1,.82,.25,1);
}

#add-country {
    margin-right: 25px;
}

.block {
    display: block !important;
}

.slider-image-item {
    margin-left: 15px;
    margin-right: 15px;
}

.show-on-slider-check {
    width: 25px;
    height: 25px;
    margin-left: 20px;
}

.tur-navigation-container {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06), 0 2px 5px 0 rgba(0,0,0,.2);
    background: white;
    margin-bottom: 15px;
}

.tur-navigation-item {
    font-size: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    transition: 0.3s ease-in;
}

    .tur-navigation-item:hover,
    .tur-navigation-item:focus {
        color: #af1c23;
    }

#country-dropdown-container {
    display: none;
}

.country-dropdown-element {
    margin: 10px;
}

.border-transparent {
    border: 7px solid transparent;
    transition: border 0.4s ease-in-out;
}

.yorum-edit-form-wrapper {
    display: none;
}

.yorum-content-item {
    position: relative;
}

.yorum-item {
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.delete-yorum {
}

.info-att {
    border: 7px solid red;
}

.application-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}

    .application-table td {
        border: 1px solid #666;
        padding: 8px;
    }

    .application-table th {
        border: 1px solid #eee;
        padding: 8px;
    }

        .application-table th:first-child {
            border-left: 1px solid #666;
        }

        .application-table th:last-child {
            border-right: 1px solid #666;
        }

.downloaded {
    background-color: #f2f2f2;
}

.not-downloaded {
    background-color: #ddd;
}

.small-td {
    width: 40px;
}

.small-td-80 {
    width: 120px;
    text-align: center;
}

.application-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #af1c23;
    color: white;
}

.table-delete {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

.gun-program-item {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06), 0 2px 5px 0 rgba(0,0,0,.2);
    animation: admin-enter .3s cubic-bezier(.1,.82,.25,1);
}

.edit-gun-program {
    position: absolute;
    right: 75px;
    top: 5px;
}

.gun-program-header {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    margin-right: 90px;
    font-weight: 900;
    font-size: 20px;
}

.gun-icon-header {
    display: block;
}

.gun-icon-wrapper {
    font-size: 40px;
    margin-right: 40px;
    width: 40px;
}

.program-item-wrapper {
    display: flex;
}

.gun-icon-text-item {
    font-weight: 700;
    font-size: 18px;
}

.upload-img-wrapper {
    position: relative;
    padding-bottom: 50px;
    display: inline-block;
}

    .upload-img-wrapper .btn {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .upload-img-wrapper .btn-warning {
        right: 70px;
        animation: enter-right .3s cubic-bezier(.1,.82,.25,1);
    }

.img-desc-wrapper {
    margin-top: 15px;
}

.img-desc {
    font-weight: 800;
    margin-top: 20px;
}

.img-desc-input {
}

.img-desc-button {
    vertical-align: top;
}

.popup-button {
}

.popup-active {
}

.onayli-konaklama {
    color: darkgreen;
}

.onaysiz-konaklama {
    color: darkred;
}

.sira-success {
    display: none;
    color: darkgreen;
}

.sira-fail {
    display: none;
    color: darkred;
}

.height-25 {
    height: 25px;
}

.takvim-container-parent {
    display: flex;
}

    .takvim-container-parent div {
        flex: 1;
    }

.reset-pos {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.admin-table {
    margin-top: 30px;
    margin-bottom: 60px;
    width: 100%;
}

    .admin-table td {
        border: 1px solid black;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        position: relative;
    }

.fiyat-takvim-selector {
}

.fiyat-takvim-input-container {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.aylik-fiyat-button-container {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
}

.gallery-container {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.gallery-image-item {
    position: relative;
    max-width: 15vw;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
    text-align: center;
}

.gallery-image-item-inner {
}

.checkbox-container {
    display: flex;
    gap: 15px;
}

#odeme-statistics {
    margin-bottom: 50px;
}

.bold {
    font-weight: 600;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

#server-message {
    height: 25px;
    opacity: 0;
    transition: 0.3s ease-out;
}
/* clearfix rules 
@media (min-width:767px){
  .clearfix-wrapper.col-lg-1:nth-child(12n+1),
  .clearfix-wrapper.col-lg-2:nth-child(6n+1),
  .clearfix-wrapper.col-lg-3:nth-child(4n+1),
  .clearfix-wrapper.col-lg-4:nth-child(3n+1),
  .clearfix-wrapper.col-lg-6:nth-child(2n+1),
  .clearfix-wrapper.col-md-1:nth-child(12n+1),
  .clearfix-wrapper.col-md-2:nth-child(6n+1),
  .clearfix-wrapper.col-md-3:nth-child(4n+1),
  .clearfix-wrapper.col-md-4:nth-child(3n+1),
  .clearfix-wrapper.col-md-6:nth-child(2n+1){
    clear: none;
  }
  .clearfix-wrapper.col-sm-1:nth-child(12n+1),
  .clearfix-wrapper.col-sm-2:nth-child(6n+1),
  .clearfix-wrapper.col-sm-3:nth-child(4n+1),
  .clearfix-wrapper.col-sm-4:nth-child(3n+1),
  .clearfix-wrapper.col-sm-6:nth-child(2n+1){
    clear: left;
  }
}
    */
/* override ezdz styles */
.ezdz-dropzone {
    width: auto;
    max-width: 250px;
}
/*  Medium Desktop  */
@media (min-width:992px) {

    /* Column clear fix */
    .clearfix-wrapper .col-lg-1:nth-child(12n+1),
    .clearfix-wrapper .col-lg-2:nth-child(6n+1),
    .clearfix-wrapper .col-lg-3:nth-child(4n+1),
    .clearfix-wrapper .col-lg-4:nth-child(3n+1),
    .clearfix-wrapper .col-lg-6:nth-child(2n+1),
    .clearfix-wrapper .col-sm-1:nth-child(12n+1),
    .clearfix-wrapper .col-sm-2:nth-child(6n+1),
    .clearfix-wrapper .col-sm-3:nth-child(4n+1),
    .clearfix-wrapper .col-sm-4:nth-child(3n+1),
    .clearfix-wrapper .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .clearfix-wrapper .col-md-1:nth-child(12n+1),
    .clearfix-wrapper .col-md-2:nth-child(6n+1),
    .clearfix-wrapper .col-md-3:nth-child(4n+1),
    .clearfix-wrapper .col-md-4:nth-child(3n+1),
    .clearfix-wrapper .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width:992px) {

    /* Column clear fix */
    .admin-content-wrapper .col-lg-1:nth-child(12n+1),
    .admin-content-wrapper .col-lg-2:nth-child(6n+1),
    .admin-content-wrapper .col-lg-3:nth-child(4n+1),
    .admin-content-wrapper .col-lg-4:nth-child(3n+1),
    .admin-content-wrapper .col-lg-6:nth-child(2n+1),
    .admin-content-wrapper .col-sm-1:nth-child(12n+1),
    .admin-content-wrapper .col-sm-2:nth-child(6n+1),
    .admin-content-wrapper .col-sm-3:nth-child(4n+1),
    .admin-content-wrapper .col-sm-4:nth-child(3n+1),
    .admin-content-wrapper .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .admin-content-wrapper .col-md-1:nth-child(12n+1),
    .admin-content-wrapper .col-md-2:nth-child(6n+1),
    .admin-content-wrapper .col-md-3:nth-child(4n+1),
    .admin-content-wrapper .col-md-4:nth-child(3n+1),
    .admin-content-wrapper .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

/*  Large Desktop  
@media (min-width:1200px){

  
  .clearfix-wrapper .col-md-1:nth-child(12n+1),
  .clearfix-wrapper .col-md-2:nth-child(6n+1),
  .clearfix-wrapper .col-md-3:nth-child(4n+1),
  .clearfix-wrapper .col-md-4:nth-child(3n+1),
  .clearfix-wrapper .col-md-6:nth-child(2n+1),
  .clearfix-wrapper .col-sm-1:nth-child(12n+1),
  .clearfix-wrapper .col-sm-2:nth-child(6n+1),
  .clearfix-wrapper .col-sm-3:nth-child(4n+1),
  .clearfix-wrapper .col-sm-4:nth-child(3n+1),
  .clearfix-wrapper .col-sm-6:nth-child(2n+1){
     clear: none;
   
  }
  .clearfix-wrapper .col-lg-1:nth-child(12n+1),
  .clearfix-wrapper .col-lg-2:nth-child(6n+1),
  .clearfix-wrapper .col-lg-3:nth-child(4n+1),
  .clearfix-wrapper .col-lg-4:nth-child(3n+1),
  .clearfix-wrapper .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}
*/
@media (max-width:1350px) {
    .admin-window-big {
    }

    .target-country .col-md-offset-1 {
        margin-left: 0;
    }

    .target-country .col-md-9 {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    #mainmenu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 80px;
        width: 100%;
        max-width: none;
    }

    .admin-content-wrapper {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .admin-menu-logo {
        display: none;
    }

    .main-menu-wrapper {
        display: flex;
        margin-top: 0;
        align-items: center;
        overflow-x: auto;
    }

    .admin-menu-rightarrow {
        display: none;
    }

    .margin-right {
        margin-right: 0;
    }

    .takvim-container-parent {
        display: block;
    }
}
