﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.webreport {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    position: relative;
}

.report-body {
    
    padding-top: 30px;
    background-color: #525658;
}


.initiallyHidden {
    display: none;
}

.renk1 {
    color: #0099da !important;
}

.my-loading-overlay {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    z-index: 999;
    text-align: center;
    min-height: 100%;
    background-color: rgba(179, 175, 175, 0.5);
}

.my-loading-box {
    padding: 10px;
    background-color: rgba(66, 66, 66, 0.5);
}

.my-loading-overlay-widget {
    float: left;
    margin-top: 8px;
    margin-right: 6px;
    margin-left: 4px;
}

.ortala {
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.renkSecButtonBox > button {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    min-height: 24px;
}

.pointer {
    cursor: pointer;
}

.duyuru {
    list-style: none;
    margin-left: 0;
}

    .duyuru > li {
        margin: 0;
        padding: 10px;
        display: block;
        background-color: #FFF;
        border-top: 1px solid;
        border-top-color: #e4ecf3;
    }

        .duyuru > li:first-child {
            border-top: 0px solid;
        }

        .duyuru > li > a {
            display: block;
            font-size: 12px;
            line-height: 16px;
        }

    .duyuru .msg-body {
        display: block;
        line-height: 20px;
        white-space: normal;
        vertical-align: middle;
        margin-left: 10px;
    }

    .duyuru .msg-title {
        display: inline-block;
        line-height: 14px;
        color: #333 !important;
    }

    .duyuru .msg-time {
        display: block;
        font-size: 11px;
        color: #777;
    }

        .duyuru .msg-time > .ace-icon {
            font-size: 14px;
            color: #555;
        }


.image-select {
}

    .image-select button {
        height: 100%;
        width: 100%;
        background-color: rgb(221,221,221);
        font-weight: bold;
        outline: none;
        padding: 0;
        border: none;
        vertical-align: top;
        line-height: 18px;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,0.4);
    }

    .image-select button {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .image-select > button:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

    .image-select img {
        /*height: 300px;*/
        width: 300px;
        background-color: rgb(221,221,221);
        font-weight: bold;
        outline: none;
        padding: 4px;
        border: none;
        vertical-align: top;
        line-height: 18px;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,0.4);
    }

    .image-select input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

/*  LOADING SPINNER  */
.loadingDiv-parent {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999998;
}

.loadingDiv {
    position: fixed;
    text-align: center;
    top: 40%;
    left: 45%;
    z-index: 999999;
}

    .loadingDiv .loading-image {
        display: block;
        margin: 25px 75px;
    }

.navbar-xs {
    min-height: 22px;
    border-radius: 0;
    padding: 0.1rem 1rem !important;
}

    .navbar-xs .navbar-brand {
        padding: 2px 8px;
        font-size: 14px;
        line-height: 14px;
    }

    .navbar-xs .navbar-nav > li > a {
        border-right: 1px solid #ddd;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 16px
    }