<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabletyuzyillogo {
    display: none
}

/*    Search Box Input Button
--------------------------------*/
.input-group-btn .btn {
    padding: 0px;
    width: 70px;
    height: 55px;
    background-image: url(../images/search-icon.png);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    background-repeat: no-repeat;
    background-color: #2f3436;
    background-position: center;
    border-bottom-left-radius: 0px;
}

    .input-group-btn .btn:focus {
        background-image: url(../images/search-icon.png);
    }

button,
input,
optgroup,
select,
textarea {
    padding: 10px 0px 0px 0px;
    font-size: 13px;
}

.input-group-default .form-control {
    border-radius: 0px;
}

.input-group-flat .form-control {
    border-radius: 0px;
}

.input-group-flat .btn {
    border-radius: 0;
}

.input-group-rounded .form-control {
    border-radius: 100px;
}

.input-group-rounded .btn-group-left {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.input-group-rounded .btn-group-right {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.input-group-close-icon {
    background: none;
    color: #252525;
    border-color: #e7e7e7;
}

    .input-group-close-icon.active,
    .input-group-close-icon:focus,
    .input-group-close-icon:hover {
        background: none;
        border-color: #e7e7e7;
        color: #252525;
    }

/*    Input States
-----------------------*/
.has-default .form-control.active,
.has-error .form-control.active,
.has-success .form-control.active,
.has-warning .form-control.active,
.has-default .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-default .form-control:hover,
.has-error .form-control:hover,
.has-success .form-control:hover,
.has-warning .form-control:hover {
    box-shadow: none;
}

.has-default .control-label {
    color: #878787;
}

.has-default .form-control {
    border-color: #878787;
}

    .has-default .form-control.active,
    .has-default .form-control:focus,
    .has-default .form-control:hover {
        border-color: #878787;
    }

.has-success .control-label {
    color: #26dad2;
}

.has-success .form-control {
    border-color: #26dad2;
}

    .has-success .form-control.active,
    .has-success .form-control:focus,
    .has-success .form-control:hover {
        border-color: #26dad2;
    }

.has-warning .control-label {
    color: #ffb64d;
}

.has-warning .form-control {
    border-color: #ffb64d;
}

    .has-warning .form-control.active,
    .has-warning .form-control:focus,
    .has-warning .form-control:hover {
        border-color: #ffb64d;
    }

.has-error .control-label {
    color: #fc6180;
}

.has-error .form-control {
    border-color: #fc6180;
}

    .has-error .form-control.active,
    .has-error .form-control:focus,
    .has-error .form-control:hover {
        border-color: #fc6180;
    }

.has-feedback label ~ .form-control-feedback {
    top: 35px;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 5px;
}

.has-success .form-control-feedback {
    color: #26dad2;
}

.has-warning .form-control-feedback {
    color: #ffb64d;
}

.has-error .form-control-feedback {
    color: #fc6180;
}

.has-success .input-group-addon {
    background-color: #93ede9;
    border-color: #26dad2;
    color: #26dad2;
}

.has-warning .input-group-addon {
    background-color: #ffeacd;
    border-color: #ffb64d;
    color: #ffb64d;
}

.has-error .input-group-addon {
    background-color: #fedee5;
    border-color: #fc6180;
    color: #fc6180;
}

.modal-body p {
    font-size: 13px;
    color: #444;
}

/*    Input Size
--------------------*/
.input-sm {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
}

.input-lg {
    font-size: 18px;
    height: 46px;
    line-height: 1.33333;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 950px;
    }
}

/*    Basic form
----------------------*/
label {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 15px;
    margin-top: 7px;
}

.btn {
    font-size: 14px;
    color: white;
    background: linear-gradient(#00a5ed, #0c7cbc);
    border: 0px solid transparent;
}

    .btn:hover {
        color: white;
    }

/*    Form Horizontal
----------------------*/
.form-horizontal .control-label {
    padding-top: 12px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.dropdown-menu li {
    background-color: #0b7dbe;
    color: white;
}

.is-invalid .form-control {
    border-color: #fc6180;
}

.invalid-feedback {
    color: #ef5350;
    display: none;
    margin-top: 0.25rem;
}

.is-invalid .invalid-feedback,
.is-invalid .invalid-tooltip {
    display: block;
}

.inbox-leftbar {
    width: 350px;
    float: left;
    padding: 0 20px 20px 10px;
}

.inbox-rightbar {
    margin-left: 250px;
}

.message-list {
    display: block;
    padding-left: 0;
}

    .message-list li {
        position: relative;
        display: block;
        height: 50px;
        line-height: 50px;
        cursor: default;
        transition-duration: 0.3s;
    }

        .message-list li a {
            color: #797979;
        }

        .message-list li:hover {
            background: rgba(152, 166, 173, 0.15);
            transition-duration: 0.05s;
        }

        .message-list li .col-mail {
            float: left;
            position: relative;
        }

        .message-list li .col-mail-1 {
            width: 320px;
        }

            .message-list li .col-mail-1 .star-toggle {
                display: block;
                float: left;
                margin-top: 18px;
                font-size: 16px;
                margin-left: 5px;
            }

            .message-list li .col-mail-1 .checkbox-wrapper-mail {
                display: block;
                float: left;
                margin: 15px 10px 0 20px;
            }

            .message-list li .col-mail-1 .dot {
                display: block;
                float: left;
                border: 4px solid transparent;
                border-radius: 100px;
                margin: 22px 26px 0;
                height: 0;
                width: 0;
                line-height: 0;
                font-size: 0;
            }

            .message-list li .col-mail-1 .title {
                position: absolute;
                left: 110px;
                right: 0;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

        .message-list li .col-mail-2 {
            position: absolute;
            top: 0;
            left: 320px;
            right: 0;
            bottom: 0;
        }

            .message-list li .col-mail-2 .subject {
                position: absolute;
                top: 0;
                left: 0;
                right: 200px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .message-list li .col-mail-2 .date {
                position: absolute;
                top: 0;
                right: 0;
                width: 170px;
                padding-left: 80px;
            }

        .message-list li.active {
            background: rgba(152, 166, 173, 0.15);
            transition-duration: 0.05s;
            box-shadow: inset 3px 0 0 #3c86d8;
        }

            .message-list li.active:hover {
                box-shadow: inset 3px 0 0 #3c86d8;
            }

        .message-list li.selected {
            background: rgba(152, 166, 173, 0.15);
            transition-duration: 0.05s;
        }

        .message-list li.unread a {
            font-weight: 600;
            color: #272e37 !important;
        }

        .message-list li.blue-dot .col-mail-1 .dot {
            border-color: #5d6dc3;
        }

        .message-list li.orange-dot .col-mail-1 .dot {
            border-color: #f9bc0b;
        }

        .message-list li.green-dot .col-mail-1 .dot {
            border-color: #3ec396;
        }

    .message-list .checkbox-wrapper-mail {
        cursor: pointer;
        height: 20px;
        width: 20px;
        position: relative;
        display: inline-block;
        box-shadow: inset 0 0 0 1px #98a6ad;
        border-radius: 1px;
    }

        .message-list .checkbox-wrapper-mail input {
            opacity: 0;
            cursor: pointer;
        }

            .message-list .checkbox-wrapper-mail input:checked label {
                opacity: 1;
            }

        .message-list .checkbox-wrapper-mail label {
            position: absolute;
            top: 3px;
            left: 3px;
            right: 3px;
            bottom: 3px;
            cursor: pointer;
            background: #98a6ad;
            opacity: 0;
            margin-bottom: 0 !important;
            transition-duration: 0.05s;
        }

            .message-list .checkbox-wrapper-mail label:active {
                background: #87949b;
            }

.mail-list a {
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
    color: #797979;
    padding: 10px 15px;
    display: block;
}

@media (max-width: 648px) {
    .inbox-leftbar {
        width: 100%;
    }

    .inbox-rightbar {
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .message-list li .col-mail-1 {
        width: 150px;
    }

        .message-list li .col-mail-1 .title {
            left: 80px;
        }

    .message-list li .col-mail-2 {
        left: 160px;
    }

        .message-list li .col-mail-2 .date {
            text-align: right;
            padding-right: 10px;
            padding-left: 20px;
        }
}

.progress-bar {
    background-color: #4680ff;
}

.progress-bar-primary {
    background-color: #4680ff;
}

.progress-bar-success {
    background-color: #26dad2;
}

.progress-bar-info {
    background-color: #62d1f3;
}

.progress-bar-danger {
    background-color: #fc6180;
}

.progress-bar-warning {
    background-color: #ffb64d;
}

.progress-bar-pink {
    background-color: #e6a1f2;
}

.progress {
    height: 6px;
}

    .progress-bar.active,
    .progress.active .progress-bar {
        animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    }

.progress-vertical {
    display: inline-block;
    height: 250px;
    margin-bottom: 0;
    margin-right: 20px;
    min-height: 250px;
    position: relative;
}

.progress-vertical-bottom {
    display: inline-block;
    height: 250px;
    margin-bottom: 0;
    margin-right: 20px;
    min-height: 250px;
    position: relative;
    transform: rotate(180deg);
}

.progress-animated {
    animation-duration: 5s;
    animation-name: myanimation;
    transition: all 5s ease 0s;
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

.browser .progress {
    height: 8px;
}

.tdl-holder {
    margin: 0 auto;
}

    .tdl-holder ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .tdl-holder li {
        background-color: transparent;
        list-style: outside none none;
        margin: 0;
        padding: 10px 0;
    }

        .tdl-holder li span {
            margin-left: 30px;
            vertical-align: middle;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

    .tdl-holder label {
        cursor: pointer;
        display: block;
        line-height: 40px;
        padding: 0 15px;
        position: relative;
        margin: 0 !important;
    }

        .tdl-holder label:hover {
            background-color: #eef5f9;
            color: #99abb4;
        }

            .tdl-holder label:hover a {
                display: block;
            }

        .tdl-holder label a {
            border-radius: 50%;
            color: #99abb4;
            display: none;
            float: right;
            font-weight: bold;
            line-height: normal;
            height: 16px;
            margin-top: 15px;
            text-align: center;
            text-decoration: none;
            width: 16px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

    .tdl-holder input[type="checkbox"] {
        cursor: pointer;
        opacity: 0;
        position: absolute;
    }

        .tdl-holder input[type="checkbox"] + i {
            background-color: #ffffff;
            display: block;
            height: 18px;
            position: absolute;
            top: 15px;
            width: 18px;
            z-index: 1;
        }

        .tdl-holder input[type="checkbox"]:checked + i::after {
            content: "\e64c";
            font-family: 'themify';
            display: block;
            left: 0;
            position: absolute;
            top: -17px;
            z-index: 2;
        }

        .tdl-holder input[type="checkbox"]:checked ~ span {
            text-decoration: line-through;
        }

    .tdl-holder input[type="text"] {
        height: 60px;
        margin-top: 20px;
        font-size: 14px;
    }

.datamap-sales-hover-tooltip {
    background: #444c67;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 3px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

thead tr th {
    color: #455a64;
    font-weight: 500;
}

    thead tr th:last-child {
        text-align: right;
    }

tbody tr th {
    color: #455a64;
    font-weight: normal;
}

tbody tr td {
    color: black;
}

    tbody tr td:last-child {
        text-align: right;
    }

.table &gt; tbody &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; thead &gt; tr &gt; th {
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
}

.table &gt; thead &gt; tr &gt; th {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}

.table .badge {
    text-transform: uppercase;
}

.student-data-table label {
    margin-right: 7px;
}

.student-data-table td span a {
    padding: 3px;
}

.search-action {
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 92px;
    text-align: right;
}

.search-type .form-control {
    height: 30px;
}

@media (max-width: 1199px) {

    .anakatman-head {
        right: -30px !important;
    }

    .search-action {
        text-align: center;
        position: relative;
        right: 0;
    }

    .search-type .form-control {
        margin-bottom: 8px;
        margin-top: 8px;
    }
}

.table td,
.table th {
    padding: 0.55rem;
}

.table .round-img img {
    width: 38px;
}

.current-progress {
    margin-top: 15px;
}

.progress-content {
    margin-bottom: 20px;
}

    .progress-content:last-child {
        margin-bottom: 0px;
    }

.current-progressbar {
    margin-top: 3px;
}

    .current-progressbar .progress {
        height: 15px;
        margin: 0px;
        box-shadow: none;
    }

    .current-progressbar .progress-bar {
        box-shadow: 0px;
        line-height: 14px;
        font-size: 11px;
        box-shadow: none;
    }

.login-logo {
    text-align: center;
    margin-bottom: 15px;
}

    .login-logo span {
        color: #ffffff;
        font-size: 24px;
    }

    .login-logo img {
        height: 75px;
    }

.login-content {
    margin: 100px 0;
}

.login-form {
    background: #ffffff;
    padding: 30px 30px 20px;
    border-radius: 2px;
}

    .login-form h4 {
        color: #455a64;
        text-align: center;
        margin-bottom: 20px;
    }

    .login-form .checkbox {
        color: #455a64;
    }

        .login-form .checkbox label {
            text-transform: none;
        }

    .login-form .btn {
        width: 100%;
        text-transform: uppercase;
        font-size: 14px;
        padding: 15px;
        border: 0px;
    }

    .login-form label {
        color: #455a64;
        text-transform: uppercase;
    }

        .login-form label a {
            color: #004785;
        }

.social-login-content {
    margin: 0px -30px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0px;
    background: #fcfcfc;
}

.social-button {
    padding: 0 30px;
}

    .social-button i {
        padding: 19px;
    }

.register-link a {
    color: #4680ff;
}

.cpu-load {
    width: 100%;
    height: 272px;
    font-size: 14px;
    line-height: 1.2em;
}

.cpu-load-data-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.cpu-load-data {
    margin-bottom: 30px;
}

    .cpu-load-data li {
        display: inline-block;
        width: 32.5%;
        text-align: center;
        border-right: 1px solid #e7e7e7;
    }

        .cpu-load-data li:last-child {
            border-right: 0px;
        }

#barChart {
    height: 400px !important;
}

.nestable-cart {
    overflow: hidden;
}

.dd-handle,
.dd3-content {
    color: #000 !important;
}

.profiletimeline {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    margin-left: 30px;
    margin-right: 10px;
    padding-left: 40px;
    position: relative;
}

    .profiletimeline .sl-left {
        float: left;
        margin-left: -60px;
        margin-right: 15px;
        z-index: 1;
    }

        .profiletimeline .sl-left img {
            max-width: 40px;
        }

    .profiletimeline .sl-item {
        margin-bottom: 30px;
        margin-top: 8px;
    }

    .profiletimeline .sl-date {
        color: #99abb4;
        font-size: 12px;
    }

    .profiletimeline .time-item {
        border-color: rgba(120, 130, 140, 0.13);
        padding-bottom: 1px;
        position: relative;
    }

        .profiletimeline .time-item::before {
            content: " ";
            display: table;
        }

        .profiletimeline .time-item::after {
            background-color: #ffffff;
            border-color: rgba(120, 130, 140, 0.13);
            border-radius: 10px;
            border-style: solid;
            border-width: 2px;
            bottom: 0;
            content: "";
            height: 14px;
            left: 0;
            margin-left: -8px;
            position: absolute;
            top: 5px;
            width: 14px;
        }

    .profiletimeline .time-item-item::after {
        content: " ";
        display: table;
    }

    .profiletimeline .item-info {
        margin-bottom: 15px;
        margin-left: 15px;
    }

        .profiletimeline .item-info p {
            margin-bottom: 10px !important;
        }

.customtab li a.nav-link,
.profile-tab li a.nav-link {
    border: 0 none;
    color: #455a64;
    padding: 15px 20px;
}

    .customtab li a.nav-link.active,
    .profile-tab li a.nav-link.active {
        border-bottom: 2px solid #0a7dbe;
        color: #0a7dbe;
    }

.card-two {
    position: relative;
    margin: 0 !important;
    border: 0;
}

    .card-two header {
        position: relative;
        width: 100%;
        height: 60px;
    }

        .card-two header .avatar {
            position: absolute;
            left: 50%;
            top: 30px;
            margin-left: -50px;
            z-index: 5;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            background: #ccc;
            border: 3px solid #fff;
        }

            .card-two header .avatar img {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 100px;
                height: auto;
            }

    .card-two h3 {
        position: relative;
        margin: 80px 0 30px;
        text-align: center;
    }

        .card-two h3::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            margin-left: -15px;
            width: 30px;
            height: 1px;
            background: #000;
        }

    .card-two .desc {
        padding: 0 1rem 2rem;
        text-align: center;
        line-height: 1.5;
        color: #777;
    }

    .card-two .contacts {
        width: 200px;
        max-width: 100%;
        margin: 0 auto 3.5rem;
    }

        .card-two .contacts a {
            display: block;
            width: 33.333333%;
            float: left;
            text-align: center;
            color: #0a7dbe;
        }

            .card-two .contacts a:hover {
                color: #333;
            }

                .card-two .contacts a:hover .fa::before {
                    color: #fff;
                }

                .card-two .contacts a:hover .fa::after {
                    top: 0;
                }

            .card-two .contacts a .fa {
                position: relative;
                width: 40px;
                height: 40px;
                line-height: 39px;
                overflow: hidden;
                text-align: center;
                border: 2px solid #0a7dbe;
                border-radius: 50%;
            }

                .card-two .contacts a .fa:before {
                    position: relative;
                    z-index: 1;
                }

                .card-two .contacts a .fa::after {
                    content: '';
                    position: absolute;
                    top: -50px;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    -webkit-transition: top 0.3s;
                    transition: top 0.3s;
                    background: #0a7dbe;
                }

            .card-two .contacts a:last-of-type .fa {
                line-height: 36px;
            }

.profile-widget-one .profile-one-bg {
    position: relative;
}

.profile-widget-one .profile-one-user-photo {
    position: relative;
}

    .profile-widget-one .profile-one-user-photo .bg-overlay {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .profile-widget-one .profile-one-user-photo .user-photo {
        bottom: 0;
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }

        .profile-widget-one .profile-one-user-photo .user-photo img {
            border-radius: 100px;
            height: 100px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            width: 100px;
        }

.profile-widget-one .profile-one-user-content ul li {
    background: #ffffff;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 32%;
}

    .profile-widget-one .profile-one-user-content ul li:last-child {
        border-right: 0px;
    }

.profile-widget-one .profile-one-user-content h4 {
    line-height: 30px;
    font-size: 14px;
    margin: 0px;
}

.profile-widget-one .profile-one-user-content .earning-amount,
.profile-widget-one .profile-one-user-content .sold-amount {
    color: #26dad2;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.profile-widget-one .profile-one-user-content .sold-amount {
    color: #4680ff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.profile-widget-one .profile-one-user-button {
    text-align: center;
    padding: 26px 0px;
}

.profile-widget-one .profile-btn-one {
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 400;
    color: #4680ff;
}

/*Alert
-------------*/
.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    display: table;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.alert-white {
    background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 100px;
    padding-right: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}



    .alert-white .icon {
        text-align: center;
        width: 85px;
        height: 100%;
        position: absolute;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        top: 0;
        left: 0;
        border: 0;
        padding-top: 15px;
    }


        .alert-white .icon img {
            font-size: 20px;
            color: #fff;
            left: 28px;
            margin-top: 0px;
            text-align: center;
            margin-top: -15px;
            position: absolute;
            top: 50%;
        }

/*============ colors ========*/
.alert-success {
    color: #414141;
    background-color: #dff0d8;
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

.alert-info {
    background-color: #d9edf7;
    color: #414141;
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}


.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-warning {
    background-color: #fcf8e3;
    color: #414141;
}

.alert-danger {
    background-color: #f2dede;
    color: #414141;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

/*    Labels
------------------*/
.label-default {
    background-color: #878787;
}

.label-primary {
    background-color: #4680ff;
}

.label-success {
    background-color: #26dad2;
}

.label-info {
    background-color: #62d1f3;
}

.label-danger {
    background-color: #fc6180;
}

.label-warning {
    background-color: #ffb64d;
}

/* Calendar
================================================== */
/* =============
   Calendar
============= */
.calendar {
    float: left;
    margin-bottom: 0px;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px;
}

    .fc-toolbar h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        text-transform: uppercase;
    }

.fc-day {
    background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc-widget-header {
    border: 1px solid #e7e7e7;
}

.fc-widget-content {
    border: 1px solid #e7e7e7;
}

.fc th.fc-widget-header {
    background: #e7e7e7;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    text-transform: uppercase;
}

.fc-button {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    color: #455a64;
    text-transform: capitalize;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #eef5f9 !important;
}

.fc-state-highlight {
    background: #eef5f9 !important;
}

.fc-cell-overlay {
    background: #eef5f9 !important;
}

.fc-unthemed .fc-today {
    background: #ffffff !important;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}

.external-event {
    color: #ffffff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 5px;
}

#drop-remove {
    margin: 0px;
    top: 3px;
}

#event-modal .modal-dialog,
#add-category .modal-dialog {
    max-width: 600px;
}

.flotTip {
    background: #252525;
    border: 1px solid #252525;
    padding: 5px 15px;
    color: #ffffff;
}

.flot-container {
    box-sizing: border-box;
    width: 100%;
    height: 275px;
    padding: 20px 15px 15px;
    margin: 15px auto 30px;
    background: transparent;
}

.flot-pie-container {
    height: 275px;
}

.flotBar-container {
    height: 275px;
}

.flot-line {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

#chart1,
#flotBar,
#flotCurve {
    width: 100%;
    height: 275px;
}

.cpu-load {
    height: 345px;
}

.morris-hover {
    position: absolute;
    z-index: 1;
}

    .morris-hover.morris-default-style .morris-hover-row-label {
        font-weight: bold;
        margin: 0.25em 0;
    }

    .morris-hover.morris-default-style .morris-hover-point {
        white-space: nowrap;
        margin: 0.1em 0;
    }

    .morris-hover.morris-default-style {
        border-radius: 2px;
        padding: 10px 12px;
        color: #666;
        background: rgba(0, 0, 0, 0.7);
        border: none;
        color: #fff !important;
    }

.morris-hover-point {
    color: rgba(255, 255, 255, 0.8) !important;
}

#morris-bar-chart,
#morris-line-chart {
    height: 300px;
}

.products_1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .products_1 .pr_img_price {
        position: relative;
    }

        .products_1 .pr_img_price .product_price {
            min-width: 50px;
            min-height: 50px;
            background: #26dad2;
            border-radius: 100%;
            position: absolute;
            top: 0;
            right: 0;
        }

            .products_1 .pr_img_price .product_price p {
                padding-top: 15px;
                color: #ffffff;
                font-size: 14px;
                font-weight: 600;
            }

    .products_1 .product_details .product_name {
        padding-top: 30px;
    }

    .products_1 .product_details .prdt_add_to_cart {
        padding-top: 10px;
    }

        .products_1 .product_details .prdt_add_to_cart button {
            padding: 10px 20px;
            text-transform: uppercase;
            font-weight: 600;
        }

.product-2-details .table &gt; tbody &gt; tr &gt; td {
    border: none;
}

.product-2-details .product-2-des {
    margin-top: 25px;
}

    .product-2-details .product-2-des .product_name h4 {
        font-size: 15px;
        font-weight: 600;
    }

    .product-2-details .product-2-des .product_des p {
        font-size: 13px;
        font-style: italic;
    }

.product-2-details .product-2-button {
    border-left: 1px solid #e7e7e7;
    margin-top: 25px;
}

    .product-2-details .product-2-button .prdt_add_to_curt {
        padding-top: 10px;
    }

        .product-2-details .product-2-button .prdt_add_to_curt button {
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 600;
        }

.product-3-img img {
    width: 100%;
}

.product_details_3 {
    padding: 15px 0px;
}

    .product_details_3 .product_name h4 {
        font-size: 15px;
        font-weight: 600;
    }

    .product_details_3 .product_des {
        padding-bottom: 5px;
    }

    .product_details_3 .prdt_add_to_curt {
        padding-top: 10px;
    }

        .product_details_3 .prdt_add_to_curt button {
            text-transform: uppercase;
            font-weight: 600;
        }

.favourite-menu-details .table &gt; tbody &gt; tr &gt; td {
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
}

.favourite-menu-details .favourite-menu-img {
    border-right: 1px solid #e7e7e7;
    margin-bottom: 25px;
    width: 120px;
}

.favourite-menu-details .favourite-menu-des {
    margin-top: 40px;
    margin-right: 465px;
}

    .favourite-menu-details .favourite-menu-des .product_name h4 {
        font-weight: 600;
        text-align: left;
    }

.favourite-menu-details .favourite-menu-button {
    margin-top: 40px;
}

    .favourite-menu-details .favourite-menu-button .prdt_add_to_curt {
        padding-top: 10px;
    }

        .favourite-menu-details .favourite-menu-button .prdt_add_to_curt button {
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 600;
        }

.order-list-item table tbody &gt; tr &gt; td {
    padding-top: 8px;
    border-top: 1px solid #e7e7e7;
}

.order-list-item table thead &gt; tr &gt; th {
    border-bottom: 1px solid #e7e7e7;
}

.order-list-item thead {
    background: #4680ff;
    text-align: left;
}

    .order-list-item thead th {
        color: #ffffff;
        font-weight: bold;
    }

.order-list-item tbody {
    background: #ffffff;
    text-align: left;
}

    .order-list-item tbody td {
        color: #444444;
    }

.booking-system-feedback {
    top: 5px !important;
    right: 15px;
}

.booking-system-top {
    padding-top: 15px;
}

.media-body {
    vertical-align: middle;
}

    .media-body span {
        font-size: 10px;
        color: #4680ff;
    }

    .media-body p {
        color: #99abb4;
        line-height: 15px;
    }

.example {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
    -moz-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
    box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
    background-color: #eef5f9;
    text-align: justify;
}

    .example p {
        padding: 20px 20px 0px 20px;
        font-size: 12px;
    }

.box,
.simple {
    height: 300px;
}

.scrollable-auto-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollable-auto-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollable-auto {
    overflow: auto;
}

.vmap {
    width: 100%;
    height: 400px;
}

.dark-browse-input-box {
    border-radius: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px;
    color: #000000;
    border: 1px solid #e7e7e7;
}

    .dark-browse-input-box .dark-input-button {
        border-radius: 0;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        background: #ffffff;
        border: none !important;
        color: #4680ff;
    }

        .dark-browse-input-box .dark-input-button i {
            font-weight: bold;
            font-size: 17px;
        }

        .dark-browse-input-box .dark-input-button:hover {
            background: #ffffff;
            color: #4680ff;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            border: none !important;
        }

        .dark-browse-input-box .dark-input-button:focus {
            outline: none;
            border: none !important;
            background: none !important;
        }

.file-input {
    position: relative;
    font-size: 14px;
}

    .file-input label {
        position: absolute;
        top: -2px;
        right: 0;
        bottom: 0;
        margin: 0;
    }

        .file-input label:focus {
            outline: none;
            border: none !important;
            background: none !important;
        }

    .file-input .btn {
        position: absolute;
        right: 6px;
        top: 7px;
        bottom: 6px;
        max-width: 100px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 12px;
        line-height: 32px;
    }

        .file-input .btn input {
            width: 0;
            height: 0;
        }

    .file-input .file-name {
        float: left;
        width: 100%;
        border: 0;
        background: transparent;
    }

.media-stats-content .stats-content {
    padding: 30px 0px;
}

    .media-stats-content .stats-content .stats-digit {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .media-stats-content .stats-content .stats-text {
        font-size: 14px;
    }

    .media-stats-content .stats-content .table td {
        line-height: 40px !important;
    }

.carousel.vertical .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel.vertical .carousel-inner &gt; .item {
        display: none;
        position: relative;
        transition: top 0.6s ease-in-out;
    }

        .carousel.vertical .carousel-inner &gt; .item &gt; img,
        .carousel.vertical .carousel-inner &gt; .item &gt; a &gt; img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.vertical .carousel-inner &gt; .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }

        .carousel.vertical .carousel-inner &gt; .item.next,
        .carousel.vertical .carousel-inner &gt; .item.active.right {
            transform: translate3d(0, 100%, 0);
            top: 0;
        }

        .carousel.vertical .carousel-inner &gt; .item.prev,
        .carousel.vertical .carousel-inner &gt; .item.active.left {
            transform: translate3d(0, -100%, 0);
            top: 0;
        }

            .carousel.vertical .carousel-inner &gt; .item.next.left,
            .carousel.vertical .carousel-inner &gt; .item.prev.right,
            .carousel.vertical .carousel-inner &gt; .item.active {
                transform: translate3d(0, 0, 0);
                top: 0;
                width: 100%;
            }
}

.carousel.vertical .carousel-inner &gt; .active,
.carousel.vertical .carousel-inner &gt; .next,
.carousel.vertical .carousel-inner &gt; .prev {
    display: block;
}

.carousel.vertical .carousel-inner &gt; .active {
    top: 0;
}

.carousel.vertical .carousel-inner &gt; .next,
.carousel.vertical .carousel-inner &gt; .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel.vertical .carousel-inner &gt; .next {
    top: 100%;
}

.carousel.vertical .carousel-inner &gt; .prev {
    top: -100%;
}

    .carousel.vertical .carousel-inner &gt; .next.left,
    .carousel.vertical .carousel-inner &gt; .prev.right {
        top: 0;
    }

.carousel.vertical .carousel-inner &gt; .active.left {
    top: -100%;
}

.carousel.vertical .carousel-inner &gt; .active.right {
    top: 100%;
}

.ct-label {
    color: rgba(0, 0, 0, 0.8);
    fill: rgba(0, 0, 0, 0.8);
    font-size: 10px;
}

.ct-chart-pie .ct-label {
    color: rgba(0, 0, 0, 0.8);
    fill: rgba(0, 0, 0, 0.8);
    font-size: 12px;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #26dad2;
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #4680ff;
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
    stroke: #fc6180;
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
    stroke: #ffb64d;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
    fill: #26dad2;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
    fill: #4680ff;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
    fill: #fc6180;
}

@media (max-width: 667px) {
    .dt-buttons {
        margin-left: 10px;
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #26dad2;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #26dad2;
    border-left-color: #26dad2;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.superpose {
    color: #EEE;
    height: 350px;
    width: 100%;
}

.superclock {
    position: relative;
    width: 300px;
    margin: auto;
}

.superclock1 {
    position: absolute;
    left: 10px;
    top: 10px;
}

.superclock2 {
    position: absolute;
    left: 60px;
    top: 60px;
}

.superclock3 {
    position: absolute;
    left: 110px;
    top: 110px;
}

.header-search {
    float: right;
    margin-left: 15px;
    position: relative;
}

    .header-search .form-control {
        height: 36px;
        width: 250px;
        border-radius: 5px;
        font-size: 14px;
    }

    .header-search i {
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        height: 30px;
        padding: 5px;
        width: 30px;
    }

.media-text-right {
    text-align: right;
}

.media-text-left {
    text-align: left;
}

.boxshadow-none {
    box-shadow: none;
}

.progress-sm {
    height: 8px;
}

.bg-warning-dark {
    background: #e7b63a;
}

.bg-info-dark {
    background: #8b67c9;
}

.bg-danger-dark {
    background: #e63327;
}

.bg-success-dark {
    background: #2ed3aa;
}

.bg-primary-dark {
    background: #0095e1;
}

.widget-card-circle i {
    font-size: 30px;
    left: 0;
    line-height: 97px;
    right: 0;
    text-align: center;
}

.widget-line-list li {
    display: inline-block;
    font-size: 1.2em;
    line-height: 27px;
    padding: 5px 20px 0 15px;
}

    .widget-line-list li span {
        font-size: 14px;
    }

.height-150 {
    height: 150px;
}

.social-connect ul li {
    display: inline-block;
}

    .social-connect ul li a {
        display: inline-block;
        margin: 0 5px;
        padding: 12px 15px;
        border-radius: 4px;
    }

.user-card-absolute {
    top: 115px;
    left: 0;
    right: 0;
}

.box-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.social-pad {
    padding: 40px 30px 110px;
}

.round-img img {
    border-radius: 100px;
}

.blockquote-box {
    border-right: 5px solid #E6E6E6;
    margin-bottom: 25px;
}

    .blockquote-box .square {
        width: 100px;
        min-height: 50px;
        margin-right: 22px;
        text-align: center !important;
        background-color: #E6E6E6;
        padding: 20px 0;
    }

    .blockquote-box .blockquote-primary {
        border-color: #4680ff;
    }

        .blockquote-box .blockquote-primary .square {
            background-color: #4680ff;
            color: #ffffff;
        }

    .blockquote-box .blockquote-success {
        border-color: #26dad2;
    }

        .blockquote-box .blockquote-success .square {
            background-color: #26dad2;
            color: #ffffff;
        }

    .blockquote-box .blockquote-info {
        border-color: #62d1f3;
    }

        .blockquote-box .blockquote-info .square {
            background-color: #62d1f3;
            color: #ffffff;
        }

    .blockquote-box .blockquote-warning {
        border-color: #ffb64d;
    }

        .blockquote-box .blockquote-warning .square {
            background-color: #ffb64d;
            color: #ffffff;
        }

    .blockquote-box .blockquote-danger {
        border-color: #d43f3a;
    }

        .blockquote-box .blockquote-danger .square {
            background-color: #fc6180;
            color: #ffffff;
        }

.error-box {
    height: 100%;
    position: fixed;
    width: 100%;
}

    .error-box .footer {
        left: 0;
        right: 0;
        width: 100%;
    }

.error-body {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .error-body h1 {
        font-size: 150px;
        font-weight: 900;
        line-height: 210px;
        color: #444c67;
    }

.alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-header {
    padding: 5px;
}

.padding-set {
    padding-left: 0px;
    padding-right: 0px;
}

/*
/* Version: 1.0
*/
/*-------- css code for responsive layout  --------*/
/*  To make Responsive
---------------------------------------------------------------------- /
*	1 - media screen and (max-width: 1750px)
*   2 - media screen and (max-width: 1680px)
*   3 - media screen and (max-width: 1280px)
*   4 - media screen and (max-width: 1199px)
*   5 - media screen and (max-width: 1024px)
*   6 - media screen and (max-width: 991px)
*   7 - media screen and (max-width: 767px)
*   8 - media screen and (max-width: 680px)
*   9 - media screen and (max-width: 480px)
*   10 - media screen and (max-width: 320px)
*
---------------------------------------------------------------------- */


@media (max-width: 1680px) {

    .haber-part {
        height: 300px;
    }

    .yuzyillogo {
        height:40px
    }


    .haberkolon {
        height: 300px;
    }


    .article-seperator {
        margin-top: 40px;
        margin-bottom: 55px;
        padding-left: 25px;
        padding-right: 25px;
        display: block;
    }


    .col-xs-12 #btnUp {
        right: 0px !important;
        top: 10px !important;
    }

    #logout-dp.dropdown-menu li {
        font-size: 13px;
    }

    .anakatman-head {
        right: 0px;
    }

    .form-group .checkdetail input[type=checkbox],
    input[type=radio] {
        width: 21px;
        height: 21px;
    }

    .modal-dialog {
        margin: 70px auto;
        margin-bottom: 0px;
        position: relative;
        top: 50%;
        transform: translateY(-50%) !important;
        width: 80%;
    }

    nav.navbar.bootsnav ul.nav &gt; li &gt; a {
        font-size: 13px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu &gt; li &gt; a {
        font-size: 12px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu &gt; li &gt; a {
        font-size: 11px;
        padding: 10px 20px;
        line-height: 18px;
    }

    .form-control.search {
        height: 40px;
    }

    .input-group-btn .btn {
        padding: 0px;
        width: 40px;
        height: 40px;
        background-image: url(../images/search-icon.png);
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        background-size: 25px;
        border-top-left-radius: 0px;
        background-repeat: no-repeat;
        background-color: #2f3436;
        background-position: center;
        border-bottom-left-radius: 0px;
    }

    .menu-seperator {
        width: 1px;
        height: 16px;
        top: 1px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #fff;
        position: relative;
        display: inline-block;
    }

    .ust-menu a {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        float: none;
    }

    .logo-izsu {
        position: relative;
        top: 10px;
        float: right;
        width: 120px;
        right: 0px;
    }

    .kemalataturk {
        width: 85px;
    }

    .header {
        margin-left: 235px;
    }

    .page-wrapper {
        margin-left: 235px;
    }

    .left-sidebar {
        width: 235px;
    }

    .footer {
        left: 40px;
        right: 40px;
    }

    #navbar-menu ul li a {
        padding: 8px 20px 8px 15px;
    }

    .navbar-nav &gt; li {
        margin: 0px 0px 7px 0px!important;
    }

    #navbar-menu &gt; ul &gt; li &gt; a.active {
        background-image: url(../images/menu-seperator.png);
        background-position-y: 16px;
        background-repeat: no-repeat;
        padding-left: 29px;
        background-size: 20px;
    }

    .header .top-navbar {
        min-height: 138px;
    }

    .footerust {
        padding: 15px;
    }

    .footerust-kutu p {
        font-size: 12px;
    }

    .footerust-kutu h6 {
        font-size: 15px;
    }

    .footerust-kutu h5 {
        font-size: 18px;
    }

    .footerust {
        min-height: 425px;
    }

    .footer {
        height: 145px;
    }

    .home-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    label {
        font-weight: 400;
        margin-bottom: 3px;
        font-size: 13px;
    }

    .btn {
        font-size: 12.3px;
    }

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

    .acilir-metot h3 {
        font-size: 13px;
    }

    .acilir-metot h4 {
        font-size: 13px;
    }

    .acilir-metot h6 {
        font-size: 12px;
    }

    .page-titles h3 {
        font-size: 17px;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .sweetalert {
        margin-bottom: 10px;
    }


    h6 {
        font-size: 13px;
    }

    .card-header {
        padding: 0px 0px 0px 0px;
    }

    #cssmenu {
        font-size: 12px !important;
    }

        #cssmenu &gt; ul li a {
            padding: 6px 12px 6px 12px !important;
        }


    .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 13px;
    }

    .page-titles .breadcrumb {
        font-size: 13px;
    }

    .table &gt; tbody &gt; tr &gt; td,
    .table &gt; tbody &gt; tr &gt; th,
    .table &gt; tfoot &gt; tr &gt; td,
    .table &gt; tfoot &gt; tr &gt; th,
    .table &gt; thead &gt; tr &gt; td,
    .table &gt; thead &gt; tr &gt; th {
        font-size: 13px;
        line-height: 19px;
    }

    .fa-search-plus {
        font-size: 22px !important;
    }

    .fa-pencil {
        font-size: 22px !important;
    }

    .card h5 {
        line-height: 16px;
        font-size: 14px;
        font-weight: 400;
    }

    .padding-set {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sidebar-nav &gt; ul &gt; li {
        margin-top: 0px;
    }

    .sidebar-nav ul li.nav-devider {
        margin-top: 0px;
        margin-bottom: 10px;
    }

        .sidebar-nav ul li.nav-devider:first-child {
            margin-bottom: 10px;
        }

    .ibblogo {
        float: right;
        margin: 0px;
    }

        .ibblogo img {
            margin-top: 5px;
            width: 75px;
        }

    .social-icons {
        margin-right: 0px;
        margin-top: 10px;
    }

        .social-icons img {
            width: 32px;
        }

        .bizizmirlogo img {
              width: 102px;
    margin-right: 2px!important;
        }

    .slick-slides .img-part .img_description h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .slick-slides .img-part .img_description {
        font-size: 13px;
    }

    .img_description .btn-warning {
        font-size: 13px;
    }

    .slick-prev {
        left: 0px;
        z-index: 1;
    }

    .slick-next {
        right: 0px;
        z-index: 1;
    }

    .slick-slides .img-part .img_description {
        padding: 10px;
    }


    .slider-duyuru {
        margin-top: 60px;
    }

    .sukesintiduyurulari h3 {
        font-size: 16px;
        padding: 5px;
    }

    .digerbilgiler h3 {
        font-size: 12.5px;
        padding: 0px;
    }

    .digerbilgiler img {
        width: 50px;
    }

    .sukesintiduyurulari img {
        width: 115px;
        padding-bottom: 15px;
    }

    .sukesintiduyurulari {
        min-height: 252px;
    }






    .onlinedortlu {
        height: 136px;
    }

        .onlinedortlu h3 {
            font-size: 15px;
            line-height: 20px;
        }

    .onlinebesli {
        height: 104px;
    }

        .onlinebesli h3 {
            font-size: 14px;
            line-height: 19px;
        }

    .kutu-bir {
        background-size: contain;
    }

    .kutu-iki {
        background-size: contain;
    }

    .kutu-uc {
        background-size: contain;
    }

    .kutu-dort {
        background-size: contain;
    }

    .kutu-bes {
        background-size: contain;
    }

    .kutu-alti {
        background-size: contain;
    }

    .kutu-yedi {
        background-size: contain;
    }

    .kutu-sekiz {
        background-size: contain;
    }

    .kutu-dokuz {
        background-size: contain;
    }

    .haber-part .img_description h3 {
        text-align:left;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .haber-part .img_description p {
        font-size: 12px;
        line-height: 16px;
    }

    .haber-part .img_description_layer {
        height: 95px;
    }

    .haberkolon h3 {
        font-size: 13px;
        line-height: 16px;
    }

    .haberkolon p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0px;
    }

    .haberkolon a {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 0px;
    }

    .haberkolon .col-md-10 {
        padding-top: 10px !important;
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

    .uclu1-part .img_description_layer {
        height: 60px;
        top: 20px;
        width: 80%;
    }

    .uclu2-part .img_description_layer {
        top: 30px;
        height: 40px;
        width: 67%;
    }

    .uclu2-part .img_description {
        top: 5px;
    }

        .uclu2-part .img_description h3 {
            font-size: 14px;
        }



    .yonetim-part .img_description {
        padding: 15px;
    }

        .yonetim-part .img_description h3 {
            font-size: 14px;
        }

        .yonetim-part .img_description h4 {
            font-size: 14px;
        }



    .anahtar-kelimeler p {
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        padding-top: 5px;
        margin-left: 0px;
        display: inline-block;
        font-style: italic;
    }

    .anahtar-kelimeler a {
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        padding-top: 5px;
        margin-left: 9px;
        margin-right: 9px;
    }

        .anahtar-kelimeler a:hover {
            color: #000;
        }

    .ha-header-perspective &gt; div {
        height: 138px !important;
    }

    .ha-header-rotate .ha-header-bottom {
        height: 55px !important;
    }

    #btnUp {
        width: 35px !important;
    }



    .page-wrapper {
        padding-top: 138px;
    }

    .content-header {
        width: 100%;
        position: relative;
        height: 55px;
        z-index: 1;
        margin-bottom: 30px;
        background-color: #23272a;
    }


    .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -ms-flex-wrap: wrap;
        /* flex-wrap: wrap; */
        right: 0;
        position: absolute;
        padding: .75rem 1rem;
        margin-bottom: 1rem;
        list-style: none;
        top: 7px;
        color: #fff;
        font-size: 13px;
        float: right;
        background-color: transparent;
        border-radius: .25rem;
    }

    .header-move-down {
        margin-top: 0px;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        transition: all 0.7s;
    }

    .header-move-up {
        margin-top: -83px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        width: 270px;
    }



    .icsayfa-su {
        width: 100%;
        position: relative;
        height: 50px;
        background-color: #23272a;
    }

    ul li.nav-devider {
        margin-top: 15px;
    }

        ul li.nav-devider:first-child {
            margin-bottom: 20px;
        }

    .icsayfa-su p {
        font-size: 13px;
        font-weight: 700;
        color: #ffffff;
        text-align: right;
        float: right;
        padding-right: 20px;
        padding-top: 7px;
    }

    .icsayfa-su img {
        float: right;
        padding-top: 5px;
        padding-right: 0px;
        margin-right: 5px;
        width: 40px;
    }

    .content-header h3 {
        font-size: 15px;
        padding-top: 20px;
    }

    .ha-header-large {
        height: 138px !important;
    }

    .alert-white .icon img {
        left: 13px;
    }

    .alert-white .icon {
        width: 55px;
    }

    .alert-white {
        padding-left: 70px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .alert {
        font-size: 13px;
    }

    .static-content p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .footerust-kutu h4 {
        font-size: 14px;
    }

    .homepage-article-title {
        font-size: 18px;
    }

    .digerbilgiler h3 {
        padding-bottom: 15px;
    }

    .yonetmelikhiza {
        top: -192px !important;
    }

    .butceprogramlarihiza {
        bottom: -34px !important;
    }

    .performanshiza {
        top: -33px !important;
    }

    .maliyapihiza {
        top: -53px !important;
    }

    .egitimprogramlarihiza {
        top: -68px !important;
    }

    .static-content h4 {
        font-size: 15px;
        font-weight: 500;
    }

    .labduyuru p {
        padding: 15px;
        font-weight: 500 !important;
        font-size: 15px !important;
    }

    .pdf-icon {
        width: 36px;
    }

    select.form-control:not([size]):not([multiple]) {
        height: 40px;
    }

    .btn {
        height: 40px;
    }

    .form-group button,
    input {
        line-height: normal;
        height: 40px;
    }

    button,
    input {
        line-height: normal;
        height: 40px;
    }

    .select-wrapper:after {
        font-family: FontAwesome;
        content: '\f107';
        font-size: 20px;
        background-color: #f6f7f7;
        position: relative;
        height: 38px;
        border: 1px solid #e7e7e7;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        top: -39px;
        padding-left: 10px;
        padding-top: 4px;
        width: 35px;
        float: right;
        right: 1px;
        color: #434B67;
        pointer-events: none;
    }

    .page-link {
        font-size: 16px;
    }

    .tablobaslik p {
        color: white !important;
        padding: 10px;
        font-size: 14px !important;
        line-height: 26px !important;
        margin-bottom: 0px !important;
    }

    .alert span {
        font-weight: 700;
    }

    #accordion-faqs .panel-title,
    #accordion-faqs .panel-title a,
    #accordion-faqs .panel-title a:hover,
    #accordion-faqs .panel-title a:focus {
        color: #000;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }

    .left-sidebar {
        box-shadow: 8px 0 13px rgba(0, 0, 0, 0.1);
    }

    .criticalnote {
        color: red;
        font-weight: 800;
        font-size: 22px;
    }

    .tab {
        width: 30%;
    }

    .tabcontent {
        width: 70%;
    }

    .tab button {
        padding: 11px 11px;
        font-size: 12px;
    }

    .haberkolon img {
        padding: 15px;
    }
}

@media (max-width: 1440px) {
    .haberkolon img {
        padding: 9px;
    }

    .haber-part {
        height: 265px;
    }


    .haberkolon {
        height: 265px;
    }
}

@media (max-width: 1280px) {
    .haberkolon img {
        padding: 9px;
    }

    .haber-part {
        height: 245px;
    }


    .haberkolon {
        height: 245px;
    }
}

@media (max-width: 1199px) {
    .haberkolon img {
        padding: 9px;
    }

    .haber-part {
        height: 285px;
    }


    .haberkolon {
        height: 285px;
    }
}

@media (max-width: 1099px) {
    .haberkolon img {
        padding: 9px;
    }

    .haber-part {
        height: 275px;
    }


    .haberkolon {
        height: 275px;
    }
}

@media (max-width: 1024px) {
    .social-icons {
        display:none!important
    }
    .haberkolon img {
        padding: 9px;
    }

    .haber-part {
        height: 305px;
    }

    .haberarsivayar {
        margin-top: -31px !important;
    }

    .haberkolon {
        height: 305px;
    }
}

@media (max-width: 1680px) {
    .yuzyillogo {
        height: 40px;
    }
}


@media (max-width: 991px) {
    
    .tabletyuzyillogo {
        display:block
    }

    .haberkolon img {
        padding: 9px;
    }

    .haber-part {
        height: 100%;
    }

    .haberarsivayar {
        margin-top: -31px !important;
    }

    .haberkolon {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .tabletyuzyillogo {
        height:35px!important;
        left:90px!important;
        top:10px!important;
    }
}
</pre></body></html>