﻿@import url('https://fonts.cdnfonts.com/css/avenir');

body {
    padding: 0px !important;
    margin: 0px !important;
    top: 0px !important;
    left: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    background-color: #f3f3f3 !important;
}

.layout-container {
    position:fixed !important;
    top:0px !important;
    left:0px !important;
    right:0px !important; 
    bottom:0px !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height:100% !important;
    height:100% !important;
    overflow-y:auto !important;
    padding-bottom:70px !important;
    /*padding-top:70px !important;*/
}


.footer {
    position:fixed !important;
    left:0px !important; 
    right:0px !important;
    bottom:0px !important;
    z-index:-1 !important;
    height:70px !important;
    max-height:70px !important;
}
.footer .container {
    max-height:100% !important;
    height:100% !important;
}
.footer img {
    height:auto !important;
    width:200px !important;
    margin-top:-100px !important;
}

.row {
    margin: 0px !important;
}

footer {
    padding: 15px 25px !important;
}
 














/*CEP TELEFONU*/
@media only screen and (max-width: 992px) {
}

/*IPAD YATAY*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

/*IPAD DIKEY*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}


 


/*#region Splash style */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #fafafa;
    opacity: 0.75;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loadingtext {
    position: absolute;
    left: 50%;
    top: 72%;
    font-size: 14pt;
    width: 150px;
    font-weight: 500;
    margin: -75px 0 0 -75px;
}
