body {
    padding-top: 56px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2a35;
    background: #f9f9fc;
}

.navbar-light {
    background: #f8f9fa !important;
    height: 80px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(43, 42, 53, .075) !important;
    box-shadow: 0 .5rem 1rem rgba(43, 42, 53, .075) !important;
}

.navbar-light .navbar-brand {
    font-size: 1.15rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand img {
    height: 3.5rem;
    margin-right: 0.5rem;
}

.navbar-light .btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: 10px;
    margin-top: -5px;
}

.navbar-light .btn.dropdown-toggle::after {
    display: none;
}

.navbar-light .btn img {
    margin: 0 10px 0 -10px;
}


.navbar-light .btn.btn-outline-info {
    border-color: #03A9F4 !important;
}

.navbar-light .btn.btn-outline-info:hover {
    background: #03A9F4 !important;
}


.dropdown-menu {
    font-size: 13px !important;

}

.dropdown-menu .dropdown-item i {
    margin-right: 5px;

}


.header-cuff {
    background-color: #0062cc;
    background-image: url(../images/overlay.svg), linear-gradient(45deg, #dc3545 0%, #0062cc 100%);
    background-size: cover;
    padding-bottom: 0 !important;
}

.header-cuff .display-4 {
    font-size: 1.4rem;
    font-weight: 600;
}

.header-cuff p,
.header-cuff p a {
    color: rgba(255, 255, 255, .5);
}

.header-cuff .breadcrumb {
    background: none;
    padding: 0;
}

.header-cuff .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.header-cuff .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.5);
}

.header-cuff .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.bas-title {
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 0;
}

.bas-title h5 {
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
}

.bas-title h1 {
    font-weight: 900;
    font-size: 18px;
}

.bas-title .btn-print {
    font-size: 38px;
    text-decoration: none;
    color: #999;
}

.modal,
.modal label,
.modal .form-control {
    font-size: 12px !important;
}


.bg-green {
    background-color: #28a745;
    background-image: url(../images/overlay.svg);
}

.bg-blue {
    background-color: #03A9F4;
    background-image: url(../images/overlay.svg);
}

.bg-grey {
    background-color: #f9f9f9;
}

.bb-none {
    border-bottom: none !important;
}

.b-red {
    border-color: #dc3545 !important;
}


.form-alt {
    padding: 20px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    margin-bottom: 20px;
}

.form-alt h5 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 30px;
}

.content {
    min-height: 600px;
    padding-bottom: 20px;
}

.oturum .nav-link {
    font-weight: 900;
    padding: 15px 30px;
}

.oturum .tab-pane {
    padding: 30px;
    border: 1px solid #dee2e6;
    border-top: none;
}

.card .card-head {
    padding: 15px 20px;
    border-bottom: 1px solid #ced4da;
}

.card .card-head .h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.card h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

.card p {
    font-size: 14px;
}

.ilan {
    border: 1px solid #eee;
}

.ilan table {
    font-size: 14px;
}

.ilan a {
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px;
}

.cat-title {
    font-weight: 800;
    font-size: 18px;
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.info-box {
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.info-box h1 {
    font-weight: 900;
}

.info-box h4 {
    font-size: 16px;
}


.sag-menu {}

.sag-menu .list-group-item {
    border-radius: 0 !important;
    color: #333;
    font-size: 13px;
    padding: 16px 20px;
}

.sag-menu .list-group-item:hover {
    background: #f1f1f1;
    color: #333;
    text-decoration: none;

}

.sag-menu .list-group-item.active {
    color: #000;
    background: #eee;
    border: 1px solid #ddd;
    font-weight: 700;

}

.sag-menu .list-group-item.active:hover {
    color: #000;
    background: #fff;
}

.sag-menu .list-group-item i {
    margin-right: 8px;

}

footer {
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
}

footer a {
    color: rgba(255, 255, 255, .7);
}

footer a:hover {
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
}

.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    background: rgba(39, 42, 43, 0.3);
    transition: opacity 200ms ease-in-out;
    font-size: 28px;
    color: azure;

}


.table-light td {
    border-bottom: 1px solid #e2e6ea;
}

.table-light.bor {
    border: 1px solid #e2e6ea;
}

.form-control {
    font-size: 14px;
}

.alert {
    font-size: 13px;
    line-height: 24px;
}

.alert b {
    font-weight: 700;
}

.dikkat {
    display: none;
    color: #f00;
}

.select2 {
    width: 100% !important;
}

.select2-selection {
    min-height: 35px;
    padding-top: 3px;
    border: 1px solid #ced4da !important;
}

.select2-selection .select2-selection__arrow {
    margin-top: 3px;
}


.dual-listbox .dual-listbox__title {
    font-size: 14px !important;
    margin-top: 0;
}

.dual-listbox .dual-listbox__button {
    color: #333 !important;
}

.dual-listbox .dual-listbox__search {
    display: none;
}

.dual-listbox .dual-listbox__container>div {
    width: 40%;
}

.dual-listbox .dual-listbox__container>div.dual-listbox__buttons {
    width: 16%;
    margin: 0 2%;
}

.dual-listbox .dual-listbox__available,
.dual-listbox .dual-listbox__selected {
    width: 100%;
}


.avatar {
    border: 1px solid #ced4da;
    padding: 15px;
    border-radius: 5px;
}

.avatar .area {
    width: 180px;
    min-height: 180px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin: 0 auto 10px auto;
}

.avatar .file-upload {
    border: 1px solid #ced4da;
    padding: 1px;
    border-radius: 5px;
    width: 100%;
}

.avatar-img {
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 10px;
    border-radius: 50%;
}

.fs-12 {
    font-size: 12px !important;
    line-height: 20px;
}

.fs-12 p {
    font-size: 12px !important;
    line-height: 20px;
}

.fs-10 {
    font-size: 10px !important;
    line-height: 20px;
}

.fs-13 {
    font-size: 13px !important;
    line-height: 24px;
}

.fs-16 {
    font-size: 16px !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-8 {
    font-weight: 800 !important;
}

.border {
    border: 1px solid #e2e6ea;
    border-radius: 10px;
    padding: 10px;
}

.btn {
    font-weight: 700;
}

.btn-sm {
    font-size: 12px;
}

.btn-xs {
    font-size: 10px;
    font-weight: 400;
}

.btn-light,
.btn-default {
    background: #e2e6ea;
}

.btn-light:hover {
    background: #d4dce4;
}

.bg-light {
    background: #eee !important;
}

.badge {
    padding: 5px 10px;
}

.mt--2 {
    margin-top: -20px;
}

label {
    font-weight: 600;
}

.ds-none {
    display: none;
}

.bold {
    font-weight: 800;
}

.title {
    font-weight: 700;
}

.bl-1 {
    border-left: 1px solid #ddd;
}

.sweet-overlay {
    z-index: 1100 !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.pc-page {
    min-height: 600px;
}


.i-checks {
    padding-left: 20px;
    cursor: pointer;
}

.i-checks input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}

.i-checks input:checked+i {
    border-color: #23b7e5;
}

.i-checks input:checked+i:before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #23b7e5;
}

.i-checks input:checked+span .active {
    display: inherit;
}

.i-checks input[type="radio"]+i,
.i-checks input[type="radio"]+i:before {
    border-radius: 50%;
}

.i-checks input[disabled]+i,
fieldset[disabled] .i-checks input+i {
    border-color: #dee5e7;
}

.i-checks input[disabled]+i:before,
fieldset[disabled] .i-checks input+i:before {
    background-color: #dee5e7;
}

.i-checks>i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cfdadd;
}

.i-checks>i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i-checks>span {
    font-weight: 400;
    color: #999;
}


.i-checks-sm input:checked+i:before {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
}

.i-checks-sm>i {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-left: -18px;
}

.i-checks-lg input:checked+i:before {
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
}

.i-checks-lg>i {
    width: 30px;
    height: 30px;
}

.i-checks.red input:checked+i {
    border-color: #dc3545;
}

.i-checks.red input:checked+i:before {
    background-color: #dc3545;
}


.i-checks.green input:checked+i {
    border-color: #28a745;
}

.i-checks.green input:checked+i:before {
    background-color: #28a745;
}


@media only screen and (max-width: 450px) {
    .container {
        min-width: 300px;
    }

    #navbarResponsive {
        padding: 15px;
        text-align: center;
        background-color: #f8f9fa;
        border-radius: 0 0 10px 10px;
        padding-right: 20px;
        margin-top: 6px;
        border: 2px #504747 solid;
        border-top: 0;
    }

    .card-body {
        padding: 13px
    }

    div#oturum-1 img {
        width: 100%;
    }

    .buttton {
        position: absolute;
        bottom: 19px;
        left: 20px
    }

}
