﻿#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("/images/LoaderIcon.gif") 50% 50% no-repeat rgba(0,0,0,0.7);
}
.form-floating {
    width: 100%;
}

.yapilmisariza {
    background-color: red !important;
    color: white !important;
    font-weight: bold;
}

.row {
    margin-top: 10px;
}

.mydatagrid {
    width: 100%;
    border: solid 2px black;
    min-width: 80%;
}

    .mydatagrid .btn {
        padding: 10px;
    }

.tablobaslik {
    background-color: #9fd4d7;
    font-family: Arial;
    color: #000;
    border: none 0px transparent;
    height: 35px;
    text-align: center;
    font-size: 16px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: center;
    border: none 0px transparent;
}

    .rows:hover {
        background-color: #ff8000;
        color: #fff;
    }

.selectedrow {
    background-color: #ff8000;
    color: #fff;
}

.mydatagrid a {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover {
        color: #fff;
    }

.mydatagrid span {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.sayfalama {
    background-color: #C7C7C7;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td {
    padding: 7px;
}

.mydatagrid th {
    padding: 7px;
}

.particles-js-canvas-el {
    width: 100%;
    margin-top: -30%;
    height: 100%;
    position: relative;
    z-index: 0;
}

#form {
    margin-top: 10%;
    background-color: #FFF;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    box-shadow: 4px 7px 19px 6px rgba(0,0,0,0.61);
    position: relative;
    z-index: 10;
}