﻿
@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('poppins/Poppins-Regular.woff') format('woff');
}




.width100 {
    width: 100px;
}

.width80 {
    width: 80px;
}

.width70 {
    width: 70px;
}

.width60 {
    width: 60px;
}

.width50 {
    width: 50px;
}

.width300 {
    width: 300px;
}

.width200 {
    width: 200px;
}

.width130 {
    width: 130px;
}

.width120 {
    width: 120px;
}

.width150 {
    width: 150px;
}

.width160 {
    width: 160px;
}

.width180 {
    width: 180px;
}
.width500 {
    width: 500px;
}

.width100 {
    width: 100px;
}

.height20 {
    height: 20px;
}

.height10 {
    height: 10px;
}

.height30 {
    height: 30px;
}

.height40 {
    height: 40px;
}

.height100 {
    height: 100px;
}
.height500 {
    height: 500px;
}


.Tablo5 {
    width: 100%;
    /* margin:5px;*/
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #000;
}

    .Tablo5 tr, .Tablo5 td {
        padding: 5px;
    }

.Tablo6 {
    width: 100%;
    border: 1px solid #000;
}

    .Tablo6 tr:first-child {
        border: 1px solid #000;
    }




    .Tablo6 tr, .Tablo6 td {
        padding: 1px;
    }

.theme-dark .Tablo {
    color: #000;
}

.Tablo {
    width: 100%;
    border-collapse: collapse;
}

    .Tablo tr:first-child {
        /*background-color: #f1f1f1;*/
    }

    .Tablo tr, .Tablo td {
        /*border: 1px solid #fff;*/
        padding: 5px;
    }

        .Tablo td label {
            padding-left: 3px;
        }

        .Tablo tr:hover {
            background-color: #ddd;
        }

.TabloTitle {
    width: 100%;
    border-collapse: collapse;
}

    .TabloTitle tr:first-child {
        /*background-color: #f1f1f1;*/
    }

    .TabloTitle tr, .TabloTitle td {
        border: 1px solid #fff;
        padding: 5px;
    }

        .TabloTitle td label {
            padding-left: 3px;
        }

        .TabloTitle tr:hover {
            background-color: #ddd;
        }


.modalupdatePanel {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.modalupdatePanelcenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .modalupdatePanelcenter img {
        height: 110px;
        width: 128px;
    }


.DivTableBaslikTransfer {
    padding: 3px;
    border: 1px solid #ddd;
    float: left;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: #fff;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.YanipSonenUyariBlink {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    animation: blink 1s linear infinite;
    border-radius: 10px;
}

.YanipSonenUyariBlink3 {
    animation: blink 1s linear infinite;
}
.YanipSonenUyariBlink4 {
    animation: blink 2s linear infinite;
}

.YanipSonenUyariBlink2 {
    margin-left: 5px;
    margin-right: 5px;
    animation: blink 1s linear infinite;
    border-radius: 10px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.fixednavbar {
    position: fixed;
    top: 0;
    z-index: 99;
}

.fontsize15em {
    font-size: 1.5em;
}

.fontsize12em {
    font-size: 1.2em;
}

.fontsize11em {
    font-size: 1.1em;
}

.searchCustomer2, .searchCustomer {
    margin-top: 70px;
    position: absolute;
    max-height: 200px;
    overflow: auto;
    z-index: 1556;
}
