﻿/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

/* Reference classes, no implementation */
.js-waves-off, .js-waves-on, .js-get-date, .js-collapse, .js-modalis-invalid-settings, .js-filter-message, .js-buttons, .js-icon-class, .js-icon-copy, .base, .needs-validation, .flex-start, .text-faded, .app-container-demo, .has-tooltip, .has-popover {
}

.js-bg-color, .js-bg-gradient, .js-bg-gradient-demo, .js-bg-target {
}

/* Enter custom CSS rules for your application here */

.frame-overflow-x-auto {
    overflow-x: auto;
}

.gemi-detay-label {
    vertical-align: middle;
    padding: 9px;
    text-align: center;
    font-weight: bold;
    background-color: #4682b4;
    color: #fff;
    text-align: right;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gemi-detay-veri {
    background-color: #E6E6FC !important;
    font-weight: bold;
    color: #000;
    font-size: 11px
}

.fullscreen-spiner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
}

.is-blurred {
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.gradientbackground {
    background-image: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(191,191,191,0.5) 29%, rgba(46,46,46,0.7147233893557423) 81%), url('/img/backgrounds/loginbg2.jpg');
    /*background: url('/img/backgrounds/loginbg.png') no-repeat center bottom fixed;*/
    /*background-image: radial-gradient(circle, rgba(46,46,46,0.7147233893557423) 29%, rgba(191,191,191,0.5) 81%, rgba(255,255,255,0.5) 100%), url('/img/backgrounds/loginbg2.jpg');*/
    background-size: cover;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    width: 100%;
    height: 100%;
    position: absolute;
}

.dx-link {
    font-size: 1em !important;
}

.dataTables_filter {
    float: right !important;
    text-align: right;
}

.datepicker {
    z-index: 9999 !important;
}

.hasDatepicker {
    z-index: 9997 !important;
}

.divmanuel {
    z-index: 9998 !important;
}

.table > tbody > tr.durumacik > td {
    background-color: #80FF80;
}

.table > tbody > tr.durumacik.selected > td {
    background-color: #B0BED9;
}

.table > tbody > tr.durumiptal > td {
    background-color: #ff6347;
}

.table > tbody > tr.durumiptal.selected > td {
    background-color: #B0BED9;
}

.ui-dialog {
    z-index: 9998 !important;
}

.zIndex20000 {
    z-index: 20000 !important;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.gemi-detay-label {
    vertical-align: middle;
    padding: 9px;
    font-weight: bold;
    background-color: #4682b4;
    color: #fff;
    text-align: right;
    font-size: 11px
}

.gemi-detay-veri {
    background-color: #e6e6e6;
    font-weight: bold;
    color: #000;
    font-size: 11px
}
#bar-chart {
    margin: 0 auto;
    height: 50vh;
    width: 1000px;
}
th.red {
    color: red !important
}