html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
@font-face {
    font-family: 'futura-bk-bt';
    src: url('/fonts/futura-bk-bt.ttf') format('truetype');
}

body {
    /*font-family: 'futura-bk-bt'!important;*/
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.template_background {
    background-color: #0077C8
}
.toolbar_background {
    background-color: #797979!important
}
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.select2_container {
    /*max-width: 175px;*/
    width: 100%;
}
.select2-container .select2-selection--single {
    overflow: hidden !important;
}

/* Ya da */
.select2-selection {
    overflow: hidden !important;
}

/* Dropdown'ın kendisi için */
.select2-container--default .select2-selection--single {
    overflow: hidden !important;
}
.orion-standart-table-style {
}

    .orion-standart-table-style thead th {
        background: #002856;
        color: white
    }
    .orion-standart-table-style .check_status {
        /*border: 1px solid #ddd;*/
        border-bottom: 0px solid #ddd;
        padding: 0px !important;
    }
    .orion-standart-table-style td {
        border: 1px solid #ddd;
        padding-top:3px!important;
        padding-bottom:3px!important;
        padding-left:5px!important;
        padding-right:5px!important
    }
    .orion-standart-table-style tbody tr:nth-child(even) {
        background-color: #f1f5ff;
    }
    .orion-standart-table-style tbody tr:nth-child(odd) {
        background-color: #fff; /* Default odd row color */
    }
.orion-groupped-table {
}
    .orion-groupped-table .group {
        background-color: #498EF5!important;
    }
    .orion-groupped-table .dtrg-group {
        background-color: #498EF5 !important;
    }
    .orion-groupped-table .dtrg-group th{
        padding: 0px !important;
    }
    .orion-groupped-table .dtrg-group td {
        background-color: #498EF5 !important;
    }
    .orion-groupped-table thead th {
        background: #002856!important;
        color: white
    }

    .orion-groupped-table td {
        border: 1px solid #ddd;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .orion-groupped-table tbody tr:nth-child(even) {
        background-color: #f1f5ff;
    }

    .orion-groupped-table tbody tr:nth-child(odd) {
        background-color: #fff; /* Default odd row color */
    }


.orion-frozen-column-table {
}

    .orion-frozen-column-table thead th {
        background: #002856!important;
        color: white
    }

    .orion-frozen-column-table td {
        border: 1px solid #ddd;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .orion-frozen-column-table tbody tr:nth-child(even) {
        background-color: #f1f5ff!important;
    }

    .orion-frozen-column-table tbody tr:nth-child(odd) {
        background-color: #fff!important; /* Default odd row color */
    }
    .orion-frozen-column-table tbody .dtfc-fixed-left:nth-child(even) {
        background-color: #e2eaff !important;
    }

    .orion-frozen-column-table tbody .dtfc-fixed-left:nth-child(odd) {
        background-color: #f6f4f4 !important; /* Default odd row color */
    }


.nav-link .active{
    background:black!important
}