﻿/* çıktıda fazla sayfa atıyordu bu çözdü */
@media print {
        html, body {
            border: 1px solid white;
            height: 99%;
            page-break-after: avoid;
            page-break-before: avoid;
        }
    }

@media all and (min-width: 1200px) {
    .container {
        width: 95%;
        max-width: 95%;
        min-width: 95%;
    }
}

.navbar {
    padding: 0px;
}


td {
    width: auto;
}

th {
    width: auto;
}

td.min {
    /* width: 1%;*/
    min-width: 80px;
    /*max-width: 600px;*/
    word-wrap: break-word;
    white-space: normal !important; /* To consider whitespace.*/
    /* white-space: nowrap; */
}


th.min {
    /*width: 1%;*/
    min-width: 80px;
    /*max-width: 600px;*/
    word-wrap: break-word;
    white-space: normal !important; /* To consider whitespace.*/
    /* white-space: nowrap; */
}

img { cursor: pointer; }

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
   z-index:99999;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
   z-index:99999;
}
.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #000;
  z-index:9;
}
.objwidthauto
{
     width:auto !important;
}

.card-body {
    word-break: break-all
}
.card-footer {
    word-break: break-all;
    padding: 5px !important;
}

#map {
height: 600px;
}

/* --- bootstrap 4*/
.btn {
    margin-bottom: 5px;
}

.pagination {
    margin: 0px !important;
    vertical-align: middle;
}

/* problem wit datetimepicker inside of responsive table 
   bunu çıkarınca üst satırlarda tarih görünmüyor
*/
.bootstrap-datetimepicker-widget {
    position: static;
}


/* table vertical scroll*/


.table-responsive {
    overflow: auto;
}

    .table-responsive thead tr:nth-child(1) th {
        background: #EFEFFF;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 8;
    }

/* field sort*/
.ui-sortable tr {
    cursor: pointer;
}

.ui-sortable tr:hover {
    background: rgba(244,251,17,0.45);
}

.carousel .item img {
    max-height: 400px;
    min-width: auto;
}

/* ömerden alınan*/


    #gridMenuButton:hover {
        background-color: navy;
    }

.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

.btn-circle i {
        position: relative;
        top: -5px;
        left: -7px;
    }

.btn-circle-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
}

.dropdown-item1 {
    padding: 0.25rem 1.5rem;
    border: 0px currentColor;
    border-image: none;
    text-align: inherit;
    clear: both;
    font-weight: 400;
    display: block;
    white-space: nowrap;
}

.btn .badge1 {
    top: 12px;
    position: relative;
}

.badge-pill1 {
    border-radius: 50%;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    font-size: 0.85rem;
}

/* table font size hasan */
.table-striped {
    font-size: 12px;
}

