@import url("bootstrap-extended.css");
@import url("colors.css");
@import url("components.css");


/*@media screen and (min-width: 768px) {
    #ContractCompareWindow {
        top: 66px;
        left: auto;
        bottom: auto;
        overflow: visible;
    }
}*/


.waitingTask {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.waitingTask {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.pace {
    display: none !important;
}

.blinking {
    animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #FF4961;
    }

    49% {
        color: transparent;
    }

    50% {
        color: transparent;
    }

    /*99% {
        color: transparent;
    }*/

    100% {
        color: #FF4961;
    }
}

.p-small {
    padding: 0.5rem !important;
}

.pl-small {
    padding-left: 0.5rem !important;
}

.pr-small {
    padding-right: 0.5rem !important;
}

.pb-small {
    padding-bottom: 0.5rem !important;
}

.pt-small {
    padding-top: 0.5rem !important;
}


.m-small {
    margin: 0.5rem !important;
}

.ml-small {
    margin-left: 0.5rem !important;
}

.mr-small {
    margin-right: 0.5rem !important;
}

.mb-small {
    margin-bottom: 0.5rem !important;
}

.mt-small {
    margin-top: 0.5rem !important;
}

.calendar-container .fc-view {
    overflow-x: scroll;
}

    .calendar-container .fc-view > table {
        width: 200%;
    }

#BookingWindow.modal {
    overflow-y: auto;
    max-height: 99.9%;
}

.bookingstatus .swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: none;
    word-wrap: break-word;
    text-align: left;
    width: auto !important
}

.bookingstatus .swal2-popup {
    width: auto !important
}

.bookingstatus .swal2-icon {
    position: relative;
    justify-content: center;
    width: 3em;
    height: 3em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 3em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal;
}

.bookingstatus .swal2-icon {
    position: relative;
    justify-content: center;
    width: 3em;
    height: 3em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 3em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal;
}

.hidden {
    display:none;
}
.insInfo .tooltiptext.show {
    visibility: visible;
    opacity: 1
}

.statlink {
    margin-left: 0.25rem
}

.statdetails {
    display: none;
    margin-left: 0.25rem;
    margin-bottom:0;
}

.insInfo .amounttooltiptext.show {
    visibility: visible;
    opacity: 1
}

.insInfo .amounttooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 95%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

    .insInfo .amounttooltiptext::after {
        content: "";
        position: absolute;
        bottom: 35%;
        left: -1.9%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
        transform: rotate(90deg);
    }



.insInfo .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 15px;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 10%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

    .insInfo .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
        transform: rotate(180deg);
    }

/*.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
    background-color: #0088cc;
    border-radius: 10px;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td,
    .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none;
        color: #FFFFFF;
    }

        .datepicker table tr td.day:hover,
        .datepicker table tr td.focused {
            background: #555555;
            cursor: pointer;
        }

        .datepicker table tr td.old,
        .datepicker table tr td.new {
            color: #FF8000;
        }

        .datepicker table tr td.today {
            color: #000000;
            background-color: #FFA953;
            border-color: #FFB76F;
        }

            .datepicker table tr td.today:hover {
                color: #FFFFFF;
                background-color: #884400;
                border-color: #f59e00;
            }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active.highlighted:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active.highlighted.active,
        .open > .dropdown-toggle.datepicker table tr td.active,
        .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
            color: #ffffff;
            background-color: #419841;
            border-color: #285e8e;
        }


            .datepicker table tr td.active:active:hover,
            .datepicker table tr td.active.highlighted:active:hover,
            .datepicker table tr td.active.active:hover,
            .datepicker table tr td.active.highlighted.active:hover,
            .open > .dropdown-toggle.datepicker table tr td.active:hover,
            .open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
            .datepicker table tr td.active:active:focus,
            .datepicker table tr td.active.highlighted:active:focus,
            .datepicker table tr td.active.active:focus,
            .datepicker table tr td.active.highlighted.active:focus,
            .open > .dropdown-toggle.datepicker table tr td.active:focus,
            .open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
            .datepicker table tr td.active:active.focus,
            .datepicker table tr td.active.highlighted:active.focus,
            .datepicker table tr td.active.active.focus,
            .datepicker table tr td.active.highlighted.active.focus,
            .open > .dropdown-toggle.datepicker table tr td.active.focus,
            .open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
                color: #ffffff;
                background-color: #285e8e;
                border-color: #193c5a;
            }

            .datepicker table tr td.active:active,
            .datepicker table tr td.active.highlighted:active,
            .datepicker table tr td.active.active,
            .datepicker table tr td.active.highlighted.active,
            .open > .dropdown-toggle.datepicker table tr td.active,
            .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
                color: #ffffff;
                background-color: #3071a9;
                border-color: #285e8e;
            }

                .datepicker table tr td.active:active:hover,
                .datepicker table tr td.active.highlighted:active:hover,
                .datepicker table tr td.active.active:hover,
                .datepicker table tr td.active.highlighted.active:hover,
                .open > .dropdown-toggle.datepicker table tr td.active:hover,
                .open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
                .datepicker table tr td.active:active:focus,
                .datepicker table tr td.active.highlighted:active:focus,
                .datepicker table tr td.active.active:focus,
                .datepicker table tr td.active.highlighted.active:focus,
                .open > .dropdown-toggle.datepicker table tr td.active:focus,
                .open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
                .datepicker table tr td.active:active.focus,
                .datepicker table tr td.active.highlighted:active.focus,
                .datepicker table tr td.active.active.focus,
                .datepicker table tr td.active.highlighted.active.focus,
                .open > .dropdown-toggle.datepicker table tr td.active.focus,
                .open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
                    color: #ffffff;
                    background-color: #285e8e;
                    border-color: #193c5a;
                }

.datepicker .datepicker-switch {
    width: 145px;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #50A2C9;
    }*/

.scrooltest {
    @include height: 100px;
    overflow-y: scroll;
    @include background-image( linear-gradient(top, #fff, rgba(255, 255, 255, 0)), linear-gradient(bottom, #fff, rgba(255, 255, 255, 0)), linear-gradient(top, darken($c, 20%), rgba(255, 255, 255, 0)), linear-gradient(bottom, darken($c, 20%), rgba(255, 255, 255, 0)) );
    background-position: 0 0, 0 100%, 0 0, 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 5em, 100% 5em, 100% 1em, 100% 1em;
    background-attachment: local, local, scroll, scroll;
}

.tableustbosluk {
    margin-top: 1px;
}

/*.zero-configuration tbody tr:hover {
    cursor: pointer;
    background-color: #1E9FF2 !important;
    color: white;
}*/
.cust-link {
    cursor: pointer
}

.saletotals tr td {
    width: 50%
}

.taksit {
    height: 53vh;
}

.taksitler-heading {
    list-style: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: column wrap;
    padding: 5px;
    bottom: 15px;
    overflow: visible;
    height: 20px;
}

.taksitler-summ {
    list-style: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: column wrap;
    max-height: 260px;
    padding: 5px;
    bottom: 15px;
    overflow: visible;
}

.taksitler {
    list-style: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: column wrap;
    height: 280px;
    padding: 5px;
    bottom: 15px;
    overflow: visible;
}

.taksitler-mobile {
    list-style: none;
    background: transparent;
    /*display: flex;
    flex-direction: column;
    -webkit-flex-flow: column wrap;*/
    padding: 5px;
    bottom: 15px;
    overflow: visible;
}

    .taksitler-mobile li,
    .taksitler li,
    .taksitler-summ li{
        display: block;
        list-style-type: decimal;
        padding: 2px;
        flex: 0 0 20% !important;
    }

.taksitler ol li a,
.taksitler-summ  ol li a{
    display: block;
    width: 100%;
    text-decoration: none;
}

.taksitler-mobile .index,
.taksitler .index,
.taksitler-summ .index{
    float: left;
    /*margin: 5px 10px 5px 5px;*/
    font-weight: bold;
    flex-grow: 0 !important;
}


.commitment {
    list-style: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: column wrap;
    height: 180px;
    padding: 0px;
    overflow: visible;
}

.commitment-mobile {
    list-style: none;
    background: transparent;
    /*display: flex;
    flex-direction: column;
    -webkit-flex-flow: column wrap;*/
    padding: 5px;
    bottom: 15px;
    overflow: visible;
}

    .commitment-mobile li,
    .commitment li,
    .commitment-summ li {
        display: block;
        list-style-type: decimal;
        padding: 0px;
        flex: 0 0 20% !important;
    }

.commitment ol li a,
.commitment-summ ol li a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.commitment-mobile .index,
.commitment .index,
.commitment-summ .index {
    float: left;
    margin: 5px 10px 5px 5px;
    font-weight: bold;
    flex-grow: 0 !important;
}

.my-300sidebar {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

input.largerCheckbox {
    width: 50px;
    height: 50px;
}

#BookingInfo .modal-header.bg-transparent.border-0.px-0.pb-0,
#BookingConfirm .modal-header.bg-transparent.border-0.px-0.pb-0,
#SingleBookingConfirm .modal-header.bg-transparent.border-0.px-0.pb-0,
#DelayedBookingConfirm .modal-header.bg-transparent.border-0.px-0.pb-0 {
    z-index: 1090
}

#BookingInfo .header,
#BookingConfirm .header,
#SingleBookingConfirm .header,
#DelayedBookingConfirm .header {
    width: 215px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
}

    #BookingInfo .header.mobile,
    #BookingConfirm .header.mobile,
    #SingleBookingConfirm .header.mobile,
    #DelayedBookingConfirm .header.mobile {
        width: 100%;
        position: initial;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
    }

#BookingInfo .content,
#BookingConfirm .content,
#SingleBookingConfirm .content,
#DelayedBookingConfirm .content {
    padding: 1.2em;
    position: relative;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
}

#BookingInfo .mobile .content,
#BookingConfirm .mobile .content,
#SingleBookingConfirm .mobile .content,
#DelayedBookingConfirm .mobile .content {
    padding: 1.2em;
    position: initial;
    z-index: 3;
    display: normal;
    vertical-align: initial;
}

#BookingInfo .event-date,
#BookingConfirm .event-date,
#SingleBookingConfirm .event-date,
#DelayedBookingConfirm .event-date {
    font-size: 1rem;
    opacity: .85;
    line-height: 1.8;
    margin-bottom: .2em;
    display: block;
    color: white;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

#BookingInfo .event-name,
#BookingConfirm .event-name,
#SingleBookingConfirm .event-name,
#DelayedBookingConfirm .event-name {
    font-size: 1rem;
    opacity: .85;
    line-height: 1.8;
    margin-bottom: .2em;
    display: block;
    color: white;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

#BookingInfo .event-details,
#BookingConfirm .event-details,
#SingleBookingConfirm .event-details,
#DelayedBookingConfirm .event-details {
    font-style: italic;
    font-size: 1rem;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: .2em;
    display: block;
    color: white;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

#BookingInfo .header-bg,
#BookingConfirm .header-bg,
#SingleBookingConfirm .header-bg
#DelayedBookingConfirm .header-bg {
    height: 380px;
    width: 215px;
    transform: scaleY(1.37);
    background: #577F92;
}

#BookingInfo .body.content-loaded,
#BookingConfirm .body.content-loaded,
#SingleBookingConfirm .body.content-loaded,
#DelayedBookingConfirm .body.content-loaded {
    margin-left: 215px;
}

    #BookingInfo .body.content-loaded.mobile,
    #BookingConfirm .body.content-loaded.mobile,
    #SingleBookingConfirm .body.content-loaded.mobile,
    #DelayedBookingConfirm .body.content-loaded.mobile {
        margin-left: 0px;
    }

#BookingInfo .body-bg,
#BookingConfirm .body-bg,
#SingleBookingConfirm .body-bg,
#DelayedBookingConfirm .body-bg {
    height: 320px;
}