﻿
/* tablo */
table.vamiddle > tbody > tr > td {
    vertical-align: middle !important;
}

.content-header {
    padding: 0px;
    margin-bottom: 15px;
}

    .content-header > .breadcrumb {
        top: 0px;
        right: 0px;
    }


/* sayfalama */

.pagination-container {
    padding: 0px 5px;
    padding-top: 0px;
}

.pagination {
    margin: 0;
    margin-top:5px;
}

    .pagination > li > a {
        background: #fff;
        color: #666;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #b4b4b4;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }


/* Banka kredi kartları */
.banka-kart-bg-1 {
    background-color: #cdcdcd;
}

    .banka-kart-bg-1 .banka-kart-img-1 {
        background: #cdcdcd url('/static/themes/site/img/allcards.png') no-repeat 0px 0px;
        width: 250px;
        height: 50px;
    }

.banka-kart-bg-2 {
    background-color: #f3b820;
}

    .banka-kart-bg-2 .banka-kart-img-2 {
        background: #f3b820 url('/static/themes/site/img/allcards.png') no-repeat -255px 0px;
        width: 250px;
        height: 50px;
    }

.banka-kart-bg-3 {
    background-color: #7bde4a;
}

    .banka-kart-bg-3 .banka-kart-img-3 {
        background: #7bde4a url('/static/themes/site/img/allcards.png') no-repeat -510px 0px;
        width: 250px;
        height: 50px;
    }

.banka-kart-bg-4 {
    background-color: #015aac;
}

    .banka-kart-bg-4 .banka-kart-img-4 {
        background: #015aac url('/static/themes/site/img/allcards.png') no-repeat -765px 0px;
        width: 250px;
        height: 50px;
    }

.banka-kart-bg-5 {
    background-color: #e6007e;
}

    .banka-kart-bg-5 .banka-kart-img-5 {
        background: #e6007e url('/static/themes/site/img/allcards.png') no-repeat -1020px 0px;
        width: 250px;
        height: 50px;
    }

.banka-kart-bg-6 {
    background-color: #00c1e0;
}

    .banka-kart-bg-6 .banka-kart-img-6 {
        background: #00c1e0 url('/static/themes/site/img/allcards.png') no-repeat -1275px 0px;
        width: 250px;
        height: 50px;
    }

.banka-kart-bg-7 {
    background-color: #782b90;
}

    .banka-kart-bg-7 .banka-kart-img-7 {
        background: #782b90 url('/static/themes/site/img/allcards.png') no-repeat -1530px 0px;
        width: 250px;
        height: 50px;
    }


/* Sort table */
.enablemove tbody tr {
    cursor: move !important;
}

/*============ MODAL ========*/
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*
Full screen Modal 
*/
.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (max-width: 760px) {
    .fullscreen-modal .modal-dialog {
        width: 98%;
    }
}

@media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
        width: 1170px;
    }
}

/*============ SAD LIBS ALERTS ========*/
.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    display: table;
    width: 100%;
}

.alert-white {
    color: #fff;
    padding-left: 61px;
    position: relative;
}

    .alert-white.rounded {
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .alert-white.rounded .icon {
            border-radius: 3px 0 0 3px;
            -webkit-border-radius: 3px 0 0 3px;
        }

    .alert-white .icon {
        text-align: center;
        width: 45px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #bdbdbd;
        padding-top: 15px;
    }


        .alert-white .icon:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            position: absolute;
            border-left: 0;
            border-bottom: 0;
            top: 50%;
            right: -6px;
            margin-top: -5px;
            background: #fff;
        }

        .alert-white .icon i {
            font-size: 20px;
            color: #fff;
            left: 12px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
        }
/*============ colors ========*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
    color: #fff;
}

    .alert-success button.close, .alert-info button.close, .alert-warning button.close, .alert-danger button.close {
        color: #fff;
        opacity: 1 !important;
    }

.alert-success {
    background-color: #00a65a;
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    border-color: #016a39;
    background: #016a39;
}

.alert-info {
    background-color: #00c0ef;
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    background: #0281a0;
    border-color: #0281a0;
}

.alert-warning {
    background-color: #f39c12;
    color: #3b280c;
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: #ab6d0b;
    background: #ab6d0b;
}

.alert-danger {
    background-color: #dd4b39;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #9c3427;
    background: #9c3427;
}

/* Ratings */
.ratig-stars .fa-star {
    color: #bdbdbd;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.well-beyaz .fa-star {
    color: #bdbdbd;
}

.star-gray {
    color: #bdbdbd !important;
}

.star-orange {
    color: #f39604 !important;
}

.btn-star > small {
    display: block;
}

div.rating {
    font-family: FontAwesome;
    position: relative;
    display: inline-block;
    font-size: 16px;
}



    div.rating:before {
        content: "\f005\f005\f005\f005\f005";
        color: #bdbdbd;
    }

    div.rating:after {
        color: #f39604;
        position: absolute;
        left: 0;
    }

.r-0:before {
    content: "\f005\f005\f005\f005\f005" !important;
}

.r-05:after {
    content: "\f089\00a0";
}

.r-1:after {
    content: "\f005";
}

.r-15:after {
    content: "\f005\f089\00a0";
}

.r-2:after {
    content: "\f005\f005";
}

.r-25:after {
    content: "\f005\f005\f089\00a0";
}

.r-3:after {
    content: "\f005\f005\f005";
}

.r-35:after {
    content: "\f005\f005\f005\f089\00a0";
}

.r-4:after {
    content: "\f005\f005\f005\f005";
}

.r-45:after {
    content: "\f005\f005\f005\f005\f089\00a0";
}

.r-5:after {
    content: "\f005\f005\f005\f005\f005";
}

.rating-results {
    display: block;
    margin-top: 8px;
}

    .rating-results .rating-results-item {
        display: inline-block;
        padding-left: 10px;
    }

.rating-results-total .rating {
    font-size: 3em;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
