﻿
#loadingSection {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10100;
    display: none;
}

#loadingBackdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 15;
    background: transparent !important;/*rgba(0, 0, 0, 0.34);*/
}

#loadingInfoContainer {
    color: #fff;
    z-index: 16;
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    margin-top: 90px;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    text-shadow: 1px 1px 0 #000;
}

@media (min-width: 768px) {
    #loadingInfoContainer {
        font-size: 1.7em;
    }
}

.xt-menu {
    z-index: 8 !important;
}

/* Status Labelları */
.statusLabel {
    display: block;
    width: 100%;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    white-space: nowrap;
    font-family: 'Open Sans';
}

    .statusLabel i {
        margin-right: 10px;
    }

    .statusLabel.success, .statusLabel.success i {
        color: #86c042 !important;
    }

    .statusLabel.warning, .statusLabel.warning i {
        color: #ffa31c !important;
    }

    .statusLabel.danger, .statusLabel.danger i {
        color: #ee4a47 !important;
    }

    .statusLabel.purple, .statusLabel.purple i {
        color: #b761c5 !important;
    }

    .statusLabel.primary, .statusLabel.primary i {
        color: #1690f3 !important;
    }

/*Icon Rotation*/
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

@media (min-width: 768px) {
    #navbar {
        z-index: 9999;
    }
}

@media (min-width: 768px) {

    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 !important;
    }

    .nav-tabs.nav-justified > li:first-child > a {
        border-radius: 4px 0 0 0 !important;
    }

    .nav-tabs.nav-justified > li:last-child > a {
        border-radius: 0 4px 0 0 !important;
    }
}

/*FlagIcon İngiltere için bayrak bilgisi ekliyorum*/
.flag-icon-en {
    background-image: url(/Content/Assets/flag-icon-css/flags/4x3/gb.svg);
}
