﻿.form-signin {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
    background-color: white !important;
}

.uni-footer-bg {
    background-color: #4346E9 !important;
}

.bg-uni-blue {
    background-color: #4346E9 !important;
}
.text-uni-blue {
    color: #4346E9 !important;
}

.form-signin form {
    box-sizing: border-box;
    display: block;
    margin-top: 0em;
}

.divMapInfo {
    right: 10px !important;
    bottom: 50px !important;
    position: absolute !important;
    width: 200px !important; /*41px*/
}

.btnMapInfo {
    border: 2px solid white !important;
    width: 100% !important; /*35px*/
    height: 35px !important;
    display: block !important;
    position: relative !important;
    padding: 0px !important;
    overflow: hidden !important;
}

    .btnMapInfo > div {
        width: 100% !important;
        height: 29px !important;
        opacity: 0.8 !important;
    }

    .btnMapInfo > span {
        color: white !important;
        top: 1px !important;
        left: 28px !important;
        position: absolute !important;
        height: 35px !important;
        z-index: 1 !important;
        overflow: hidden !important;
        text-align: left !important;
        padding: 2px !important;
    }

    .btnMapInfo > .material-icons {
        color: white !important;
        bottom: 3px !important;
        left: 3px !important;
        position: absolute !important;
        z-index: 1 !important;
        overflow: hidden !important;
    }

.popover {
    z-index: 999999999999999999999999999999999999999999999;
}

.route-offcanvas .offcanvas-body::-webkit-scrollbar {
    display: none !important;
}

.route-item-min-height {
    min-height:40px !important;
}

.login-body {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    height: 100% !important;
    align-items: center;
    display: flex;
    background-image: url(/Content/images/bg.png);
    background-position: center calc(20px);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

a {
    text-decoration: none;
    color: black;
}

input[type=file]::file-selector-button {
    display: none !important;
}

.checkbox {
    width: 25px !important;
    height: 25px !important;
}

.assist-blue {
    background-color: rgba(0,97,254,255) !important;
}

.assist-blue-text {
    color: rgba(0,97,254,255) !important;
}

.gr-title {
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.gr-background {
    background: linear-gradient(90deg, #effaff 0%, #d9e7ff 100%);
}

.training-file-category {
    color: #dc3545 !important;
}

    .training-file-category::placeholder {
        color: #dc3545 !important;
    }

.change-store-parent {
    position: relative !important;
}

    .change-store-parent:hover > .change-store-child {
        display: block !important;
    }

.change-store-child {
    display: none !important;
    position: absolute !important;
    top: 0px;
    left: 0px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    background-color: white !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.modal-backdrop {
    z-index: -1 !important;
}

.row {
    margin: 0px !important;
}

.td-b-brd {
    border-bottom: 1px solid #e0e0e0 !important;
}


table {
    font-size: 12px !important;
}
.dataTables_scrollBody::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #d55959;
}
.default-datatable > :not(caption) > * > * {
    padding:0px !important;
}


td {
    vertical-align: middle !important;
}

.brd-t-color {
    border-top-color: #d5d5d5 !important;
}

.brd-r-color {
    border-right-color: #d5d5d5 !important;
}

.brd-b-color {
    border-bottom-color: #d5d5d5 !important;
}

.brd-l-color {
    border-left-color: #d5d5d5 !important;
}

.brd-t-transparent {
    border-top-color: transparent !important;
}

.brd-r-transparent {
    border-right-color: transparent !important;
}

.brd-b-transparent {
    border-bottom-color: transparent !important;
}

.brd-l-transparent {
    border-left-color: transparent !important;
}

.brd-t-1 {
    border-top-width: 1px !important;
}

.brd-r-1 {
    border-right-width: 1px !important;
}

.brd-b-1 {
    border-bottom-width: 1px !important;
}

.brd-l-1 {
    border-left-width: 1px !important;
}

.brd-t-05 {
    border-top-width: 0.5px !important;
}

.brd-r-05 {
    border-right-width: 0.5px !important;
}

.brd-b-05 {
    border-bottom-width: 0.5px !important;
}

.brd-l-05 {
    border-left-width: 0.5px !important;
}


.wizard-size {
    width: 16.5% !important;
}

.training-wizard-size {
    width: 33.3% !important;
}

.wizard-btn-size {
    width: 16.5% !important;
}

.wizard-main-body {
    min-height: 300px !important;
}

.wizard-title {
    font-weight: 600 !important;
    font-size: 22px !important;
    color: #263c86 !important;
}

.wizard {
    width: 100% !important;
    height: 7px !important;
    border-radius: 5px !important;
    background-color: #e6e6e6 !important;
    cursor: pointer !important;
}

.wizard-active {
    background-color: #a7cdd8 !important;
}
.y-scroll {
    overflow-y: scroll !important;
}

.x-scroll {
    overflow-y: scroll !important;
}

.br-20 {
    border-radius: 20px !important;
}
.navbar {
    min-height: 70px !important;
    height: 70px !important;
    background-color: #fff !important;
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    z-index: 100 !important;
}

.navbar-brand img {
    height: 35px !important;
    width: auto !important;
}
#app_sidebar {
    position: fixed !important;
    left: 0px !important;
    width: 14% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-right: 2px solid #797979 !important;
    border-radius: 0px !important;
}

    #app_sidebar .sidebar-header {
        position: absolute !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
        height: 10% !important;
        overflow: hidden !important;
    }

    #app_sidebar .sidebar-content {
        position: absolute !important;
        left: 0px !important;
        top: 10% !important;
        width: 100% !important;
        height: 90% !important;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

        #app_sidebar .sidebar-content::-webkit-scrollbar {
            width: 0px !important;
        }

#app_content {
    position: fixed !important;
    left: 14% !important;
    width: 86% !important;
    height: 100% !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 15px 15px 100px 15px !important;
    padding-bottom: 100px !important;
}

.sidebar {
    background-color: #f3f3f3 !important;
    width: 316px !important;
}

    .sidebar .logo {
        margin-top: 25px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 201.5px;
        height: 52.4px;
    }


    .sidebar .list-group-item {
        border: 0px !important;
        background-color: #f3f3f3 !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

        .sidebar .list-group-item a {
            text-decoration: none !important;
            display: flex !important;
            flex-direction: row !important;
        }

            .sidebar .list-group-item a svg {
                width: 24px;
                height: 24px;
                display: inline-block !important;
                margin-top: 0px !important;
                margin-bottom: 0px !important;
            }

            .sidebar .list-group-item a svg {
                fill: #a0a2a5 !important;
            }

            .sidebar .list-group-item a svg {
                fill: #a0a2a5 !important;
            }

            .sidebar .list-group-item a span {
                font-family: Avenir;
                font-size: 14px;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                margin-left: 15px !important;
                margin-top: 4px !important;
                color: #a0a2a5;
            }

        .sidebar .list-group-item .selected-link span {
            color: #121416 !important;
        }

        .sidebar .list-group-item .selected-link svg {
            fill: #121416 !important;
        }

    /*Sonradan Eklenenler*/
    .sidebar .list-group-item {
        margin: 0px !important;
        padding: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .sidebar .list-group-item a {
            border-radius: 13px;
            border: solid 1px transparent;
            padding: 12px !important;
        }

        .sidebar .list-group-item .selected-link {
            border-radius: 13px;
            border: solid 1px #707070;
            padding: 15px !important;
        }

.header-menu-link svg {
    fill: #121416 !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0px 15px 0px 10px !important;
}

.sidebar sidebar-in-screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    overflow: scroll !important;
}

.avatars {
    width: 50px !important;
    height: 50px !important;
}

.header-menu {
    margin-right: 0px !important;
}

    .header-menu .dropdown {
        margin: 0px !important;
        padding: 0px !important;
        position: relative !important;
    }

        .header-menu .dropdown .dropdown-toggle:after {
            display: none !important;
        }

        .header-menu .dropdown .dropdown-menu {
            position: absolute !important;
            top: 60px !important;
            left: -139px !important;
            width: 200px !important;
        }





#offcanvasMap {
    top: 70px !important;
    background-color: transparent !important;
}

    #offcanvasMap #btnLeftMenu {
        position: absolute !important;
        width: 38px !important;
        right: -29px;
        top: 25.5px;
        height: 37px !important;
        z-index: 1046 !important;
        visibility: visible !important;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        background-color: white !important;
    }

    #offcanvasMap #btnGetList {
        margin-top: 3px !important;
    }

.openicon {
    display: block !important;
}

#RouteTable_info {
    display: none !important;
}

#RouteTable_paginate {
    display: none !important;
}

.btnShowLastActivity {
    top: 7px;
    right: 10px;
}

.closeicon {
    display: none !important;
}

.show .openicon {
    display: none !important;
}

.show .closeicon {
    display: block !important;
}


.m-btn {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    border: none;
    padding: 0 16px;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: white;
    background-image: none;
    background-color: #28a745;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 5px rgba(0, 0, 0, 0.26);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.m-btn-sm:hover,
.m-btn-sm:focus,
.m-btn-sm.focus {
    color: white;
    text-decoration: none;
}

.m-btn-sm:active,
.m-btn-sm.active {
    outline: 0;
    background-image: none;
}

.q-btn-sm.disabled,
.q-btn-sm[disabled],
fieldset[disabled] .q-btn-sm {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.m-btn-sm {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 32px;
    line-height: 34px;
    vertical-align: middle;
    border: none;
    padding: 0 16px;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: white;
    background-image: none;
    background-color: #28a745;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 5px rgba(0, 0, 0, 0.26);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ----- BUTTON STATES ----- */
.m-btn:focus,
.m-btn:active:focus,
.m-btn.active:focus,
.m-btn.focus,
.m-btn:active.focus,
.m-btn.active.focus {
    outline: none;
}

.m-btn:hover,
.m-btn:focus,
.m-btn.focus {
    color: white;
    text-decoration: none;
}

.m-btn:active,
.m-btn.active {
    outline: 0;
    background-image: none;
}

.m-btn.disabled,
.m-btn[disabled],
fieldset[disabled] .m-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* ----- ALTERNATE OPTIONS ----- */
/* PRIMARY */
.m-btn-primary {
    color: #ffffff;
    background-color: #3F51B5;
}

    .m-btn-primary:hover,
    .m-btn-primary:focus,
    .m-btn-primary.focus,
    .m-btn-primary:active,
    .m-btn-primary.active {
        color: #ffffff;
        background-color: #3949AB;
    }

/* ACCENT */
.m-btn-accent {
    color: #ffffff;
    background-color: #EC407A;
}

    .m-btn-accent:hover,
    .m-btn-accent:focus,
    .m-btn-accent.focus,
    .m-btn-accent:active,
    .m-btn-accent.active {
        color: #ffffff;
        background-color: #E91E63;
    }

/* SUCCESS */
.m-btn-success {
    color: #ffffff;
    background-color: #009688;
}

    .m-btn-success:hover,
    .m-btn-success:focus,
    .m-btn-success.focus,
    .m-btn-success:active,
    .m-btn-success.active {
        color: #ffffff;
        background-color: #00897B;
    }

/* ----- RAISED ----- */
.m-btn-raised {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 5px rgba(0, 0, 0, 0.26);
}

/* ----- FLAT BUTTONS ----- */
.m-btn-flat {
    font-weight: 400;
    color: #212121;
    background-color: transparent;
}

    .m-btn-flat .waves {
        background-color: rgba(33, 33, 33, 0.1);
    }

    .m-btn-flat:hover,
    .m-btn-flat:focus,
    .m-btn-flat.focus,
    .m-btn-flat:active,
    .m-btn-flat.active {
        color: #212121;
    }

    /* FLAT PRIMARY */
    .m-btn-flat.primary {
        color: #3F51B5;
    }

        .m-btn-flat.primary .waves {
            background-color: rgba(63, 81, 181, 0.3);
        }

    /* FLAT ACCENT */
    .m-btn-flat.accent {
        color: #EC407A;
    }

        .m-btn-flat.accent .waves {
            background-color: rgba(255, 64, 129, 0.3);
        }

    /* FLAT SUCCESS */
    .m-btn-flat.success {
        color: #009688;
    }

        .m-btn-flat.success .waves {
            background-color: rgba(0, 150, 136, 0.3);
        }

/* ----- ACTION ----- */
.m-btn-action {
    min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 55px;
    padding: 0;
    border-radius: 20px;
    vertical-align: middle !important;
}

    .m-btn-action i:not(.material-icons) {
        font-size: 18px;
        position: absolute;
        left: 12px;
        top: 12px;
    }

.m-btn-action-lg {
    min-width: 56px;
    width: 56px;
    height: 56px;
    line-height: 84px;
    padding: 0;
    border-radius: 28px;
}

    .m-btn-action-lg .material-icons {
        font-size: 36px;
    }

    .m-btn-action .waves,
    .m-btn-action-lg .waves {
        display: none;
    }


.m-btn-action-sm {
    min-width: 32px;
    width: 32px;
    height: 32px;
    line-height: 43px;
    padding: 0;
    border-radius: 50%;
}

    .m-btn-action-sm .material-icons {
        font-size: 20px;
    }



.m-btn i {
    color: white !important;
}



.f-s-6 {
    font-size: 6px !important;
}

.f-s-8 {
    font-size: 8px !important;
}

.f-s-10 {
    font-size: 10px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-13 {
    font-size: 13px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-20 {
    font-size: 20px !important;
}

.f-s-21 {
    font-size: 21px !important;
}

.f-s-22 {
    font-size: 22px !important;
}

.f-s-24 {
    font-size: 24px !important;
}

.f-s-26 {
    font-size: 26px !important;
}

.f-s-28 {
    font-size: 28px !important;
}

.f-s-30 {
    font-size: 30px !important;
}

.f-s-32 {
    font-size: 32px !important;
}

.f-s-34 {
    font-size: 34px !important;
}

.f-s-36 {
    font-size: 36px !important;
}

.f-s-38 {
    font-size: 38px !important;
}

.f-s-40 {
    font-size: 40px !important;
}

.f-s-42 {
    font-size: 42px !important;
}

.f-s-44 {
    font-size: 44px !important;
}

.f-s-46 {
    font-size: 46px !important;
}

.f-s-48 {
    font-size: 48px !important;
}

.f-s-50 {
    font-size: 50px !important;
}

.f-s-52 {
    font-size: 52px !important;
}

.f-s-54 {
    font-size: 54px !important;
}

.f-s-56 {
    font-size: 56px !important;
}

.f-s-58 {
    font-size: 58px !important;
}

.f-s-60 {
    font-size: 60px !important;
}

.f-s-62 {
    font-size: 62px !important;
}

.f-s-64 {
    font-size: 64px !important;
}

.f-s-66 {
    font-size: 66px !important;
}

.f-s-68 {
    font-size: 68px !important;
}

.f-s-70 {
    font-size: 70px !important;
}

.f-s-72 {
    font-size: 72px !important;
}

.f-s-74 {
    font-size: 74px !important;
}

.f-s-76 {
    font-size: 76px !important;
}

.f-s-78 {
    font-size: 78px !important;
}

.f-s-80 {
    font-size: 80px !important;
}

.f-s-82 {
    font-size: 82px !important;
}

.f-s-84 {
    font-size: 84px !important;
}

.f-s-86 {
    font-size: 86px !important;
}

.f-s-88 {
    font-size: 88px !important;
}

.f-s-90 {
    font-size: 90px !important;
}

.f-s-92 {
    font-size: 92px !important;
}

.f-s-94 {
    font-size: 94px !important;
}

.f-s-96 {
    font-size: 96px !important;
}

.f-w-xs {
    font-weight: 400 !important;
}

.f-w-s {
    font-weight: 500 !important;
}

.f-w-m {
    font-weight: 600 !important;
}

.f-w-l {
    font-weight: 700 !important;
}

.f-w-xl {
    font-weight: 800 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}


.full-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.full-w {
    width: 100% !important;
}

.full-h {
    height: 100% !important;
    min-height: 100% !important;
}

.height-percent-3 {
    height: 33% !important;
}

.store-custom-width {
    width: 20% !important;
    min-width: 20% !important;
    max-width: 20% !important;
}

.lh-0 {
    line-height: 0px !important;
}

.h150 {
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
}

.h100 {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
}

.h80 {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
}

.h40 {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}

.h36 {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
}


.p-absolute {
    position: absolute !important;
}

.p-relative {
    position: relative !important;
}
 

.TableSearch {
    width: 100% !important;
}

.TableButtons {
    position: absolute !important;
    top: -1px !important;
    right: 0px !important;
}

table tbody tr td p {
    margin-bottom: 0px !important;
}

    table tbody tr td p:first-child {
        display: none !important;
        width: 100% !important;
        visibility: hidden !important;
    }

table tbody tr td {
    box-sizing: border-box !important;
}


@media only screen and (min-width: 993px) {
    .CategoryTitle {
        display: none !important;
    }
}

@media only screen and (max-width: 1910px) {
    .sidebar-area-in-screen {
        display: none !important;
    }

    .layout-container {
        padding-top: 70px !important;
    }

    #app_content {
        width: 100% !important;
        left: 0px !important;
        padding: 0px 0px 100px 0px !important;
    }

    #app_sidebar {
        display: none !important;
    }

    .dashboard-kpi-title-box {
        width: 100px !important;
    }

    .modal-dialog {
        padding-top: 62px !important;
    }
}

@media only screen and (min-width: 1910px) {
    .navbar {
        display: none !important;
    }
    /*.layout-container {
        padding-top:15px !important;
    }*/
    .modal-dialog {
        padding-top: 0px !important;
    }
}

/*CEP TELEFONU*/
@media only screen and (max-width: 992px) {

    .StoreCollapseBody {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .StoreCollapseHeader .title {
        text-align: center !important;
    }

    .wizard-btn-size {
        width: 45% !important;
    }

}

.datepicker-months {
    width: 300px !important;
    max-width: 100% !important;
}

    .datepicker-months > .table-condensed {
        width: 100% !important;
    }

.bg-column {
    background-color: #f9f9f9 !important;
}


.color1 {
    color: #0081A7 !important;
}

.bg1 {
    background-color: #0081A7 !important;
}

.color2 {
    color: #00AFB9 !important;
}

.bg2 {
    background-color: #00AFB9 !important;
}

.color3 {
    color: #fcfffa !important;
}

.bg3 {
    background-color: #fcfffa !important;
}

.color4 {
    color: #FED9B7 !important;
}

.bg4 {
    background-color: #FED9B7 !important;
}

.color5 {
    color: #F07167 !important;
}

.bg5 {
    background-color: #F07167 !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-7 {
    padding-top: 7px !important;
}

.padding-left-7 {
    padding-left: 7px !important;
}

.padding-right-7 {
    padding-right: 7px !important;
}

.padding-bottom-7 {
    padding-bottom: 7px !important;
}

.padding-top-6 {
    padding-top: 6px !important;
}

.padding-top-4 {
    padding-top: 4px !important;
}

.padding-top-2 {
    padding-top: 2px !important;
}

.padding-left-2 {
    padding-left: 2px !important;
}

.padding-right-2 {
    padding-right: 2px !important;
}

.padding-bottom-2 {
    padding-bottom: 2px !important;
}

.padding-2 {
    padding: 2px !important;
}


/*CEP TELEFONU*/
@media only screen and (max-width: 992px) {
    .store-custom-width {
        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
    }
}

.padding-1 {
    padding: 1px !important;
}

.select-number-width {
    width: 75px !important;
}

.StoreCollapseBody {
    background: white !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.collapse-arrow {
    bottom: 21px;
    left: 12px;
    color: #ffda6a !important;
    z-index: 99999999999 !important;
    font-size: 42px !important;
}

.tab1 {
    padding-left: 22px !important;
}

.tab2 {
    padding-left: 33px !important;
}

.tab3 {
    padding-left: 44px !important;
}

.tab4 {
    padding-left: 55px !important;
}

.tab5 {
    padding-left: 66px !important;
}

.right-arrow {
    position: absolute !important;
    display: none !important;
}

.collapsed .right-arrow {
    display: block !important;
}

.down-arrow {
    position: absolute !important;
}

.collapsed .down-arrow {
    display: none !important;
}

.bg-td {
    background-color: #f9f9f9 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.table-collapse-shadow {
    -moz-box-shadow: inset 0 0 20px #fafafa;
    -webkit-box-shadow: inset 0 0 20px #fafafa;
    box-shadow: inset 0 0 20px #fafafa;
}

.flex-nowrap {
    white-space: nowrap !important;
}

.selected-column {
    background-color: #28a745 !important;
    color: white !important;
    font-weight: bold !important;
}

.transparent-input {
    background-color: transparent !important;
    border: 0px !important;
}

.margin-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.DashboardTable tbody td {
    min-height: 43px !important;
    height: 43px !important;
}
a:hover {
    color:black;
}
.offcanvas-body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    cursor: pointer;
}

.offcanvas-body::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #a0a2a5;
}
.text-underline-hover {
    text-decoration: none;
}

    .text-underline-hover:hover {
        text-decoration: underline;
    }

.toggle-vis {
    background-color: #28a745 !important;
    text-decoration: none;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 3px !important;
    color: white !important;
}

    .toggle-vis:hover {
        color: white !important;
    }


.table-header-selectbox {
    background-color: transparent !important;
    border: 0px !important;
    font-weight: 600 !important;
    margin: 0px !important;
    text-align: center !important;
    padding: 3px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer !important;
}



.font-calisto-mt {
    font-family: 'Calisto MT' !important;
}

.font-cambria {
    font-family: 'Cambria' !important;
}

.sidebar-title {
    font-size: 18px !important;
    font-family: 'Calisto MT' !important;
}

.sidebar-icon {
    width: 25px !important;
    height: 25px !important;
    margin-top: -8px !important;
}

.card {
    box-shadow: none !important;
    background-color: #FCFDFF;
    border-radius: 20px;
    padding: 20px;
    border: none !important;
}

    .card .card-body {
        padding: 0px !important;
    }

.card-title {
    margin: 0px !important;
}

.col-default-h {
    min-height: 58px !important;
}
.file-man-box {
    padding: 20px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px
}

    .file-man-box .file-close {
        color: #f1556c;
        position: absolute;
        line-height: 24px;
        font-size: 24px;
        right: 10px;
        top: 10px;
        visibility: hidden
    }

    .file-man-box .file-img-box {
        line-height: 120px;
        text-align: center
    }

        .file-man-box .file-img-box img {
            height: 64px
        }

    .file-man-box .file-download {
        font-size: 32px;
        color: #98a6ad;
        position: absolute;
        right: 10px
    }

        .file-man-box .file-download:hover {
            color: #313a46
        }

    .file-man-box .file-man-title {
        padding-right: 25px
    }

    .file-man-box:hover {
        -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
    }

        .file-man-box:hover .file-close {
            visibility: visible
        }

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

h5 {
    font-size: 15px;
}


.show-route-box {
    position: absolute !important;
    top: 65px !important;
    left: 58px !important;
    border-left: 1px dashed #09A603;
    border-bottom: 1px dashed #09A603;
    width: 28px !important;
    height: 15px !important;
}

.show-route-text {
    position: absolute !important;
    cursor: pointer !important;
    color: #09A603 !important;
    top: 2px !important;
    left: 30px !important;
    width: 130px !important;
}

/*Route list css*/
.tl-rb {
    margin: 25px 5px 25px 25px;
    padding: 0;
    display: inline-block;
}

    .tl-rb li {
        list-style: none;
        margin: auto;
        margin-left: 25px;
        min-height: 50px;
        border-left: 1px dashed #09A603;
        padding: 0px 0px 20px 30px;
        position: relative;
    }

.ul tl-rb li:last-child {
    border-left: 0;
}

/*.tl-rb li::before {
                position: absolute;
                left: -18px;
                top: -5px;
                content: " ";
                border: 8px solid #ef7e18;
                border-radius: 500%;
                background: white;
                height: 32px;
                width: 32px;
                transition: all 500ms ease-in-out;
            }*/
.brdOrange::before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid #ef7e18;
    border-radius: 500%;
    background: white;
    height: 32px;
    width: 32px;
    transition: all 500ms ease-in-out;
}

.brdRed::before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid #cc0000;
    border-radius: 500%;
    background: white;
    height: 32px;
    width: 32px;
    transition: all 500ms ease-in-out;
}

.brdGreen::before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid #09A603;
    border-radius: 500%;
    background: white;
    height: 32px;
    width: 32px;
    transition: all 500ms ease-in-out;
}

.leftbrdWhite {
    border-color: white !important;
}

.tl-rb-active .active::before {
    border-color: #009688 !important;
    transition: all 1000ms ease-in-out;
}

.tl-rb-active .none-before::before {
    display: none !important;
}

.tl-rb li .tl-timestamp {
    color: #50d890;
    position: relative;
    font-size: 14px;
    width: 270px !important;
}

.tl-item-title {
    color: black;
    font-size: 14px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.vertical-center {
    display: flex;
    align-items: center;
}
.filter-icon {
    width: 32px !important;
    height: 32px !important;
    margin-top: 7px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
    min-width: 100% !important;
}

.dataTables_filter {
    display:none !important;
}

.default-datatable {
    width: 100% !important;
    font-family: Avenir !important;
}

    .default-datatable th:nth-child(n+2) {
        border-left: 0.5px solid #f9faff !important;
    }

    .default-datatable td:nth-child(n+2) {
        border-left: 0.5px solid #f0f0f0 !important;
    }

    .default-datatable tbody tr:nth-child(1) td:nth-child(1) {
        border-top-left-radius: 20px !important;
    }

    .default-datatable tbody tr:nth-last-child(1) td:nth-child(1) {
        border-bottom-left-radius: 20px !important;
    }

    .default-datatable tbody tr:nth-child(1) td:nth-last-child(1) {
        border-top-right-radius: 20px !important;
    }

    .default-datatable tbody tr:nth-last-child(1) td:nth-last-child(1) {
        border-bottom-right-radius: 20px !important;
    }

    .default-datatable thead th {
        background-color: #f3f3f3 !important;
        color: #a0a2a5 !important;
        font-weight: 500 !important;
        height: 65px;
        min-height: 65px;
        vertical-align: middle !important;
        text-align: center;
    }

    .default-datatable tbody td, .default-datatable thead th {
        white-space: nowrap !important;
    }

    .default-datatable tfoot th {
        background-color: #f3f3f3 !important;
        color: #a0a2a5 !important;
        font-weight: 500 !important;
        height: 65px !important;
        min-height: 65px !important;
        vertical-align: middle !important;
        text-align: center;
    }

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}

.default-datatable tbody {
    background-color: white !important;
    border-radius: 20px !important;
}

.default-datatable tr.odd td {
    background-color: #f9faff !important;
}

.default-datatable td {
    font-weight: 500 !important;
    height: 30px !important;
    min-height: 30px !important;
    vertical-align: middle !important;
    padding: 10px 15px !important;
    text-align: center;
}

.dataTables_paginate {
    padding-bottom: 15px !important;
}
.default-datatable th {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}