﻿

:root {
    --excel-color: #1d6f42;
}

.dataTables_filter {
    float: right;
    margin-right: 5px;
}

.dataTables_paginate {
    float: right;
    text-align: right
}

.dataTables_info {
    float: left;
    text-align: left
}

.dt-button-collection .dropdown-menu {
    display: block;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255, 0.5);
    z-index: 99; /* efektin arkada kalmadığından emin oluyoruz */
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255, 0.5);
    z-index: 99; /* efektin arkada kalmadığından emin oluyoruz */
}


#status {
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 50%;
    padding-left: 0px !important;
    /*margin: -100px 0 0 -100px;*/
    opacity: 1;
}

.loader {
    opacity: 1;
}

.drag-drop-list {
    width: 47.5% !important;
    max-width: 47.5% !important;
    min-width: 47.5% !important;
}

.drag-drop-list-button {
    width: 5% !important;
    max-width: 5% !important;
    min-width: 5% !important;
}

.move-button-parent {
    width: 5vw !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}


@media only screen and (max-width: 600px) {
    #status {
        left: 75vw;
    }

    .drag-drop-list {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        clear: both !important;
    }

    .drag-drop-list-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .move-button-parent {
        width: 100% !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 769px) {

    .drag-drop-list {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        clear: both !important;
    }

    .drag-drop-list-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .move-button-parent {
        width: 100% !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }


    .grafikgizle {
        overflow: hidden;
        width: 0;
        height: 0;
        visibility: hidden;
        clear: both;
        display: none;
    }
}







#document {
    margin-bottom: 30px;
}

.document {
    position: relative;
    background-color: #FFF;
    min-height: 680px;
    padding: 15px
}

    .document header {
        padding: 10px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #3989c6
    }

    .document .company-details {
        text-align: right
    }

        .document .company-details .name {
            margin-top: 0;
            margin-bottom: 0
        }

    .document .contacts {
        margin-bottom: 20px
    }

    .document .document-to {
        text-align: left
    }

        .document .document-to .to {
            margin-top: 0;
            margin-bottom: 0
        }

    .document .document-details {
        text-align: right
    }

        .document .document-details .document-id {
            margin-top: 0;
            color: #3989c6
        }

    .document main {
        padding-bottom: 50px
    }

        .document main .thanks {
            margin-top: -100px;
            font-size: 2em;
            margin-bottom: 50px
        }

        .document main .notices {
            padding-left: 6px;
            border-left: 6px solid #3989c6
        }

            .document main .notices .notice {
                font-size: 1.2em
            }

    .document table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 20px
    }

        .document table td, .document table th {
            padding: 15px;
            background: #eee;
            border-bottom: 1px solid #fff;
            font-size: 10px;
        }

        .document table th {
            white-space: nowrap;
            font-weight: 400;
            font-size: 12px
        }

        .document table td h3 {
            margin: 0;
            font-weight: 400;
            color: #3989c6;
            font-size: 1.2em
        }

        .document table .qty, .document table .total, .document table .unit {
            text-align: right;
        }

        .document table .no {
            color: #fff;
            font-size: 1.6em;
            background: #3989c6
        }

        .document table .unit {
            background: #ddd
        }

        .document table .total {
            background: #3989c6;
            color: #fff
        }

        .document table tbody tr:last-child td {
            border: none
        }

        .document table tfoot td {
            background: 0 0;
            border-bottom: none;
            white-space: nowrap;
            text-align: right;
            padding: 10px 20px;
            font-size: 1.2em;
            border-top: 1px solid #aaa
        }

        .document table tfoot tr:first-child td {
            border-top: none
        }

        .document table tfoot tr:last-child td {
            color: #3989c6;
            font-size: 1.2em;
            border-top: 1px solid #3989c6
        }

        .document table tfoot tr td:first-child {
            border: none
        }

    .document footer {
        width: 100%;
        text-align: center;
        color: #777;
        border-top: 1px solid #aaa;
        padding: 8px 0
    }

    .document .document-details .document-id {
        margin-top: 0;
        color: #3989c6;
        font-size: 20px;
    }


/*media print {
    .document

{
    font-size: 11px !important;
    overflow: hidden !important
}

.document footer {
    position: absolute;
    bottom: 10px;
    page-break-after: always
}

.document > div:last-child {
    page-break-before: always
}



tab1 {
    border: none;
    font-size: 12px;
    float: right;
    padding: 0;
    margin: 0;
    width: 20vw;
}

tab2 {
    border: none;
    font-size: 12px;
    float: right;
    padding: 0;
    margin: 0;
    float: left;
}

*/


.select2-bootstrap4-box, .select2-bootstrap4-box-sm > .select2-container--bootstrap4 {
    flex: 1 1 auto;
}

    .select2-bootstrap4-box > .select2-container--bootstrap4 .select2-selection--single {
        display: block;
        width: 100%;
        height: calc(2rem + 2px) !important;
        padding: .45rem .15rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.25;
        color: #000000;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    }

    .select2-bootstrap4-box-sm > .select2-container--bootstrap4 .select2-selection--single {
        display: block;
        width: 100%;
        height: calc(1.6rem + 2px) !important;
        padding: .3rem .15rem;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1.25;
        color: #000000;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
    }


.select2-bootstrap4-box-sm-dropdown .select2-results__option {
    padding: 6px 12px;
    font-size: .75rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    font-weight: bold;
    margin: 0 0 0 4px;
    padding: 0px 3px 5px 3px;
    line-height: 0rem;
    color: white;
    height: 1rem;
    background-color: #3f6ad8;
    float: right;
    /*display: none;*/
}



.select2-bootstrap4-box > .select2-container--bootstrap4 .select2-selection--multiple {
    display: block;
    width: 100%;
    min-height: calc(2rem + 2px);
    height: auto !important;
    padding: .225rem .15rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow: hidden !important;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

.input-group > .select2-bootstrap4-box .select2-container--bootstrap4 .select2-selection--single {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.group-append-prepend > .select2-bootstrap4-box .select2-container--bootstrap4 .select2-selection--single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


.input-group > .select2-bootstrap4-box .select2-container--bootstrap4 .select2-selection--multiple {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-bootstrap4-box > .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    font-weight: bold;
    color: black;
}


.select2-bootstrap4-box-radius-right > .select2-bootstrap4-box .select2-container--bootstrap4 .select2-selection--multiple {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.pac-container {
    background-color: #FFF;
    z-index: 5000 !important;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal-backdrop {
    z-index: 10;
}

.dropzone {
    padding-top: 4.5vh;
    margin-top: 5px;
    border: dashed #ced4da;
    font-size: 0.85rem;
    height: 20vh;
    min-height: 0px !important;
}


.select2-container .select2 .select2-container--bootstrap4 {
    display: none
}

/*
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    position: center
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        position: center
    }
}

.dropdown-menu{
}

@media (max-width: 991.98px) {
    .dropdown-menu {
        position: auto;
        z-index: 50;
         left: 0% !important; 
         top: 0px !important; 
        width: 80% !important;
         min-width: 10px !important; 
    }
}*/




.select2-bootstrap4-box-filter > .select2-container--bootstrap4 {
    flex: 1 1 auto;
}

    .select2-bootstrap4-box-filter > .select2-container--bootstrap4 .select2-selection--single {
        display: block;
        width: 100%;
        height: calc(2.0rem );
        padding-top: 5px;
        font-size: 0.85rem;
        font-weight: 400;
        line-height: 1.25;
        color: #000000;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
    }

    .select2-bootstrap4-box-filter > .select2-container--bootstrap4 .select2-selection--multiple {
        display: block;
        width: 100%;
        height: calc(2.0rem );
        padding-top: 5px;
        font-size: 0.85rem;
        font-weight: 400;
        line-height: 1.25;
        color: #000000;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
    }

.input-group > .select2-bootstrap4-box-filter .select2-container--bootstrap4 .select2-selection--single {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.group-append-prepend > .select2-bootstrap4-box-filter .select2-container--bootstrap4 .select2-selection--single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


.input-group > .select2-bootstrap4-box-filter .select2-container--bootstrap4 .select2-selection--multiple {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-bootstrap4-box-filter > .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    font-weight: bold;
    color: black;
}

.totalPriceStyle {
    font-size: 1rem;
    padding: 0.5rem;
}

.priceStyleHr {
    margin-bottom: 5px;
    border-color: #3989c6;
}

.table th, .table td {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

.w-3 {
    min-width: 3% !important;
    width: 3% !important
}

.w-5 {
    min-width: 5% !important;
    width: 5% !important
}

.w-6 {
    min-width: 6% !important;
    width: 6% !important
}

.w-9 {
    min-width: 9% !important;
    width: 9% !important
}

.w-10vw {
    min-width: 10vw !important;
    max-width: 10vw !important;
    width: 10vw !important;
}

.w-10 {
    min-width: 10% !important;
    width: 10% !important
}

.w-40 {
    min-width: 40% !important;
    width: 40% !important;
}

.w-15 {
    min-width: 15% !important;
    width: 15% !important
}

.w-20 {
    min-width: 20% !important;
    width: 20% !important
}

.w-90 {
    min-width: 90% !important;
    width: 90% !important
}

.w-85 {
    min-width: 85% !important;
    width: 85% !important
}

.w-15 {
    min-width: 15% !important;
    width: 15% !important
}


.w-80 {
    min-width: 80% !important;
    width: 80% !important
}

.w-20 {
    min-width: 20% !important;
    width: 20% !important
}

.datatables-header {
    text-align: center;
    top: 41px;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    font-family: Arial;
    font-stretch: expanded;
    color: #423945;
}

div.dataTables_wrapper div.dataTables_filter input {
    position: relative
}

.ModernListHeader {
    margin-top: 1vh;
    margin-bottom: 15px;
    /*position: fixed;*/
    /*z-index: 10000;*/
    /*   right:3vw;
    left:3vw;
    top:10vh;
    height:5vh;
    background-color:white;*/
}

#ModernJobListParent {
    /*margin-top: 5vh;*/
    margin-top: 1px;
}

input:focus {
    /*border-color: black !important;*/
    /*box-shadow: inherit;*/
}

textarea:focus,
textarea:active,
textarea:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
    border-color: none !important;
    box-shadow: none !important;
    outline: 0 none !important;
}



.fc-event-container {
}

.fc-day-grid .fc-row {
    height: 10vh;
}


@media (min-width: 768px) {

    .modal.quickJob .modal-dialog {
        width: 50%;
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        margin-right: 3vh !important;
        margin-bottom: 3vh !important;
    }
}


.notify-item {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    min-width: 25% !important;
    align-items: initial !important;
}

    .notify-item > a {
        padding: 0.5rem 0.2rem 0.5rem 0.2rem !important;
        min-height: 2vh !important;
        height: auto !important;
        max-height: 6.7vh !important;
        margin: 0 !important;
        text-align: center !important;
        min-width: 25% !important;
        align-items: initial !important;
        font-size: 0.9rem;
    }

    .notify-item > .active {
        margin: 0 !important;
        padding: 0.5rem 0.2rem 0.5rem 0.2rem !important;
        min-height: 2vh !important;
        height: auto !important;
        max-height: 6.7vh !important;
        text-align: center !important;
        min-width: 25% !important;
    }

.SubNumericIndicatorFromText {
    position: absolute !important;
    top: -10px;
    left: -7px;
    width: unset !important;
}

.UnCustomizedLikeRedDotContentContainer {
    background-color: #d92550;
    border: 1px solid #d92550;
    border-radius: 99px;
    min-width: 13px !important;
    color: #fff !important;
    font-size: xx-small
}

.date-range-picker {
    display: block;
    cursor: pointer;
    width: 100%;
    min-height: calc(2.2rem + 2px);
    height: auto !important;
    padding: .225rem .15rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow: hidden !important;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.toggle {
    width: 100% !important;
    height: calc(2.2rem + 2px);
}

.date-range-picker {
    min-width: calc(2.2rem + 2px);
    max-height: 20px;
}

.date-picker-container {
    cursor: pointer;
}

.notification-toast {
    background-color: transparent !important;
    font-family: 'Poppins',sans-serif;
    position: fixed;
    right: 5px;
    bottom: 0;
}

    .notification-toast:not(:last-child) {
        margin-bottom: 0px !important;
    }

    .notification-toast > .toast-body {
        background-color: white;
        color: rgba(0, 0, 0, 0.12);
        width: 280px;
        min-height: 80px;
        max-height: 280px;
        overflow-y: auto;
        font-weight: 500;
        display: flex;
        flex-direction: column;
    }

    .notification-toast > .toast-header {
        border-radius: 6px;
        background-color: #3f6ad8;
        width: 280px;
        max-height: 65px;
        height: 65px;
        font-weight: 500;
        min-height: 60px;
        font-size: 15px;
        color: #fff;
    }

    .notification-toast > .toast-body > a {
        font-weight: 300;
        font-size: 13px;
        cursor: pointer;
        color: #000000;
        overflow-wrap: anywhere;
        transition: .3s all;
        padding-bottom: 10px;
    }

        .notification-toast > .toast-body > a:not(:last-child) {
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
        }

        .notification-toast > .toast-body > a:hover {
            color: #3f6ad8;
        }

        .notification-toast > .toast-body > a::after {
            content: "\a\a\a";
            white-space: pre;
        }

        .notification-toast > .toast-body > a::before {
            white-space: pre;
        }

        .notification-toast > .toast-body > a > .toast-date {
            float: right;
            font-weight: 400;
            margin-right: 12px;
            margin-top: 5px;
            font-size: 11px;
            color: #000000;
            clear: both;
        }

            .notification-toast > .toast-body > a > .toast-date::before {
                content: "\a";
                white-space: pre;
            }

            .notification-toast > .toast-body > a > .toast-date::after {
                content: "\a";
                white-space: pre;
            }




.notification-close {
    font-weight: 500;
    color: #fff;
}

.notification-minus {
    font-weight: 500;
    color: #fff;
}

.b-i-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-left: 3px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.bold {
    font-weight: 500 !important;
}

.regular {
    font-weight: 300;
}

.color-smart-blue {
    color: #3f6ad8 !important;
}

.group-box {
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
    margin-top: 5px;
}

.group-box-label {
    padding: 2px;
    width: auto;
    padding-bottom: 0px;
}

.group-box-description {
    margin: 0px;
    padding: 0 0 5px 3px;
}

.group-box-body {
    padding: 2px;
    width: auto;
}

    .group-box-body .item {
        margin: 4px;
    }


.product-unit-item {
    margin: 3px 0 3px 0;
    padding: 5px 0 5px 0;
    cursor: pointer;
    width: 500px;
}

.product-unit-item-active {
    margin: 3px 0 3px 0;
    padding: 5px 0 5px 0;
    cursor: pointer;
    width: 500px;
    background-color: #e1e1e1;
    color: black;
    font-weight: 500;
}

.product-unit-item .icon {
    margin: 0px;
    padding: 0px;
    color: #3f6ad8;
    font-size: 15px !important;
    width: 100px !important;
}

    .product-unit-item .icon .fa-light {
        font-weight: 400 !important;
    }

.product-unit-item-active .icon {
    margin: 0px;
    padding: 0px;
    color: #057650;
    font-size: 15px !important;
    width: 100px !important;
}

    .product-unit-item-active .icon .fa-light {
        font-weight: 600 !important;
    }

.product-unit-item .text {
    margin-left: 5px;
    color: #000;
    font-size: 13px !important;
    font-weight: 500 !important;
    width: 300px !important;
}

.product-unit-item .statu-active {
    font-weight: 500 !important;
    color: #0a349d;
}

    .product-unit-item .statu-active .fa-light {
        font-weight: 600 !important;
    }


.new-dropdown-button-group {
    display: inline-flex;
}

    .new-dropdown-button-group > li {
        margin-right: 5px;
        flex: 1;
    }

        .new-dropdown-button-group > li button {
            height: 33px;
            width: 100%;
            align-items: center;
            justify-content: center;
            display: flex;
        }


.horizontal-time-icons {
    padding: 2rem 0px 0px;
}

    .horizontal-time-icons::before {
        content: "";
        position: absolute;
        top: 15px;
        left: 0px;
        height: 6px;
        width: 100%;
        background: rgb(233, 236, 239);
        border-radius: 0.25rem;
    }

    .horizontal-time-icons .horizontal-timeline-element {
        margin-bottom: -2rem;
        margin-right: 10px;
        max-width: 200px;
    }


    .horizontal-time-icons .horizontal-timeline-element-content {
        margin-left: 0px;
        margin-top: 2px;
        text-align: center;
    }


    .horizontal-time-icons .horizontal-timeline-element-icon {
        width: 25px;
        height: 25px;
        top: -25px;
        left: 40px;
    }

        .horizontal-time-icons .horizontal-timeline-element-icon .timeline-icon {
            width: 25px;
            height: 25px;
            box-shadow: rgb(255, 255, 255) 0px 0px 0px 5px;
            text-align: center;
            display: flex;
            align-items: center;
            align-content: center;
            background: rgb(255, 255, 255);
            border-radius: 50px;
            border-width: 2px;
            border-style: solid;
        }

            .horizontal-time-icons .horizontal-timeline-element-icon .timeline-icon i {
                display: block;
                font-size: 0.8rem;
                margin: 0px auto;
                padding-top: 1px !important;
            }



.horizontal-timeline {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 1rem 0px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 5px;
    padding-bottom: 25px;
}

    .horizontal-timeline::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        height: 4px;
        width: 90%;
        background: rgb(233, 236, 239);
        border-radius: 0.25rem;
    }

    .horizontal-timeline::after {
        content: "";
        display: table;
        clear: both;
    }

.horizontal-timeline-element {
    position: relative;
    margin-top: 20px;
    min-width: 80px;
}

    .horizontal-timeline-element::after {
        content: "";
        display: table;
        clear: both;
    }

.horizontal-timeline-element-icon {
    position: absolute;
    top: -20px;
    left: 30px;
}



.horizontal-timeline-element-content {
    position: relative;
    margin-left: 0px;
    font-size: 0.6rem;
}

    .horizontal-timeline-element-content .timeline-title {
        font-size: 0.7rem;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0px 0px 0.3rem;
        padding: 0px;
    }

    .horizontal-timeline-element-content p {
        color: rgb(108, 117, 125);
        margin: 0px 0px 0.5rem;
    }

    .horizontal-timeline-element-content::after {
        content: "";
        display: table;
        clear: both;
    }

/*

.horizontal-timeline {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 1rem 0px;
}

    .horizontal-timeline::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        height: 4px;
        width: 90%;
        background: rgb(233, 236, 239);
        border-radius: 0.25rem;
    }

    .horizontal-timeline::after {
        content: "";
        display: table;
        clear: both;
    }

.horizontal-timeline-element {
    position: relative;
    margin-top: 20px;
    min-width: 80px;
}

    .horizontal-timeline-element::after {
        content: "";
        display: table;
        clear: both;
    }

.horizontal-timeline-element-icon {
    position: absolute;
    top: -20px;
    left: 30px;
}


.horizontal-timeline-element-content {
    position: relative;
    margin-left: 0px;
    font-size: 0.6rem;
}

    .horizontal-timeline-element-content .timeline-title {
        font-size: 0.7rem;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0px 0px 0.3rem;
        padding: 0px;
    }

    .horizontal-timeline-element-content p {
        color: rgb(108, 117, 125);
        margin: 0px 0px 0.5rem;
    }

    .horizontal-timeline-element-content::after {
        content: "";
        display: table;
        clear: both;
    }*/


.modal-new-job-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    right: 0px;
}

.modal-new-job-content {
    height: 100%;
    border-radius: 0;
}


.cursor-hand {
    cursor: pointer !important;
}

.c-pointer {
    cursor: pointer !important;
}

.c-grab {
    cursor: grab !important;
}

.c-no-drop {
    cursor: no-drop !important;
}

.c-grabbing {
    cursor: grabbing;
}

.f-size-7 {
    font-size: .7rem !important;
}

.f-size-8 {
    font-size: .8rem !important;
}

.job-task-success {
    color: #228b22 !important;
}

.flex-1 {
    flex: 1 !important;
}

.flex-0 {
    flex: 0 !important;
}

.white-space-nowrap {
    white-space: nowrap;
}

.align-self-normal {
    align-self: normal;
}

.text-ellipsis-5 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 5vw;
}

.text-ellipsis-10 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 10vw;
}

.text-ellipsis-15 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 15vw;
}

.text-ellipsis-30 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 30vw;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*Number inputlarında sağdaki arrowları kaldırmak için eklendi*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.select2-bootstrap4-box.rounded-0 .select2-container--bootstrap4 .select2-selection--single {
    border-radius: 0px !important;
}

.select2-bootstrap4-box.rounded-0 .select2-container--bootstrap4 .select2-selection--multiple {
    border-radius: 0px !important;
}

.select2-bootstrap4-box.rounded-right .select2-container--bootstrap4 .select2-selection--single {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.select2-bootstrap4-box.rounded-left .select2-container--bootstrap4 .select2-selection--single {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}


.border-right-0 {
    border-right: 0px !important;
}

.border-left-0 {
    border-left: 0px !important;
}

.f-size-9 {
    font-size: 0.9rem !important;
}

.f-weight-700 {
    font-weight: 700 !important;
}

.f-weight-500 {
    font-weight: 500 !important;
}

.f-weight-300 {
    font-weight: 300 !important;
}

.w-inherit {
    width: inherit;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: calc(100% - 25px);
}

.job-layout-marker-label {
    margin-top: 35px !important;
    margin-left: 26px !important;
}

.border-only-right {
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: 1px solid #dee2e6 !important;
}

.border-only-left {
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: 1px solid #dee2e6 !important;
}

.d-contents {
    display: contents !important;
}

.bg-dark-green {
    background: #227235 !important;
}

.bg-dark-yellow {
    background: #a68128 !important;
}

.max-scroll-area-lg {
    max-height: 400px;
    overflow-x: hidden
}

.max-scroll-area-xl {
    max-height: 60vh;
    overflow-x: hidden
}

.bg-excel-color {
    background-color: var(--excel-color) !important;
}

.text-excel-color {
    color: var(--excel-color) !important;
}

.form-control-sm:not(.form-control) {
    display: block;
    width: 100%;
    height: calc(1.6rem + 2px);
    padding: .235rem .55rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.05;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: all .2s;
}

    .form-control-sm:not(.form-control):focus {
        color: #495057;
        background-color: #fff;
        border-color: #a9bcee;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25);
    }

    .form-control-sm:not(.form-control):disabled {
        background-color: #e9ecef;
        opacity: 1
    }

.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.toastui-editor-tabs {
    display: none;
}

.toastui-editor-toolbar {
    height: 30px !important;
}

.chat-smart-editor-container {
}

    .chat-smart-editor-container .toastui-editor-defaultUI {
        border-radius: 1.25rem !important;
    }

        .chat-smart-editor-container .toastui-editor-defaultUI .toastui-editor-defaultUI-toolbar {
            border-top-left-radius: 1.25rem !important;
            border-top-right-radius: 1.25rem !important;
        }

    .chat-smart-editor-container .toastui-editor-toolbar.d-none {
        display: none !important;
    }

    .chat-smart-editor-container .ProseMirror {
        height: auto !important;
        overflow-y: hidden;
    }

    .chat-smart-editor-container .toastui-editor-popup-add-heading {
        top: -220px !important;
    }


.toastui-editor {
    min-height: auto !important;
}

.toastui-editor-defaultUI-toolbar {
    height: 30px !important;
}

    .toastui-editor-defaultUI-toolbar button {
        height: 25px !important;
        margin: 2px 1px !important;
        width: 27px !important;
        background: unset !important;
    }

    .toastui-editor-defaultUI-toolbar .toastui-editor-toolbar-divider {
        margin: 5px 10px !important;
    }

.toastui-editor-defaultUI .ProseMirror {
    padding: 5px 12px !important;
    height: calc(100%);
    font-size: .75rem;
}

.toastui-editor-toolbar-group i:before {
    font-family: var(--fa-style-family,"Font Awesome 6 Pro");
    font-weight: var(--fa-style,900);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.toastui-editor-toolbar-group .heading i:before {
    content: "\f1dc";
}

.toastui-editor-toolbar-group .bold i:before {
    content: "\f032";
}

.toastui-editor-toolbar-group .italic i:before {
    content: "\f033";
}

.toastui-editor-toolbar-group .strike i:before {
    content: "\f0cc";
}

.toastui-editor-toolbar-group .hrline i:before {
    content: "―";
}

.toastui-editor-toolbar-group .quote i:before {
    content: "\e234";
}

.toastui-editor-toolbar-group .bullet-list i:before {
    content: "\f03a";
}

.toastui-editor-toolbar-group .ordered-list i:before {
    content: "\f0cb";
}

.form-control[readonly]:not(.pac-target-input) {
    background-color: #fff;
}

.dataTables_wrapper .dt-buttons .dropdown-menu {
    overflow-y: auto;
    max-height: 50vh;
}

.modal .modal-content {
    border-radius: unset;
}

.modal .modal-footer .btn {
    padding: .22rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.bold-on-hover:hover {
    font-weight: 600;
    transition: all .3s;
}


.localization-initialize-loader {
    z-index: 9999 !important;
    bottom: 0;
    position: fixed;
    opacity: .8;
    user-select: none;
    background-color: #3ac47d;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding: .7rem 1rem .7rem 3rem;
    display: flex;
    color: white;
}

    .localization-initialize-loader > .loader {
        margin-right: 10px;
    }

        .localization-initialize-loader > .loader .swal2-success {
            border-color: #ffffff;
        }

        .localization-initialize-loader > .loader .swal2-icon.swal2-success .swal2-success-line-tip {
            background-color: #ffffff;
        }

        .localization-initialize-loader > .loader .swal2-icon.swal2-success .swal2-success-line-long {
            background-color: #ffffff;
        }

        .localization-initialize-loader > .loader .loading-content {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .localization-initialize-loader > .loader .ball-clip-rotate > div {
            background-color: #3f6ad8;
            width: 15px;
            height: 15px;
            border-radius: 100%;
            margin: 2px;
            animation-fill-mode: both;
            border: 4px solid #ffffff;
            border-bottom-color: transparent;
            height: 25px;
            width: 25px;
            background: transparent !important;
            display: inline-block;
            animation: rotate 0.75s 0s linear infinite;
        }

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
    border: 1px solid #d92550 !important;
}

select.is-valid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
    /*border: 1px solid #3ac47d !important;*/
}

.dropdown-toggle.no-arrow::after {
    content: none !important;
}

.float-unset {
    float: unset !important;
}

.flex-unset {
    flex: unset !important;
}

.overflow-unset {
    overflow: unset !important;
}

*:hover::-webkit-scrollbar {
    background: #ffffff;
}

*:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
}

*:hover::-webkit-scrollbar-thumb {
    background: #a1a1a1;
}

    *:hover::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.rounded-left {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-right {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.poly-line-title {
    background-color: #ffee001a !important;
    border-radius: .25rem;
    font-size: .7rem !important;
    padding: 3px;
}

.poly-line-marker-title {
    background-color: #ffff !important;
    border-radius: .25rem;
    font-size: .7rem !important;
    padding: 3px;
    margin-bottom: 50px;
}

.bg-excel {
    background: #1d6f42 !important;
}


.excel-import-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}

    .excel-import-loader .loader {
        border: 8px solid #f3f3f3;
        border-top: 8px solid var(--excel-color);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
        margin-bottom: 10px;
    }

    .excel-import-loader .loader-text {
        font-size: 18px;
        color: #333;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overflow-unset {
    overflow: unset;
}


.gap-5 {
    gap: 5px;
}

.ui-tooltip-content {
    text-overflow: ellipsis;
    overflow: hidden;
}

.w-50px {
    width: 50px !important;
}
