﻿body {
    overflow: hidden;
}




/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url('../../Content/images/load.gif');
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /* max-width: 280px;*/
}

.FiyatClass {
    height: 35px;
    border-radius: 2px;
}

.inputLabel {
    display: block;
    margin-bottom: 0px !important;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.UpperCase {
    text-transform: uppercase;
}

.SolYasla {
    text-align: left !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 95%;
        max-width: 1400px;
    }
}