* {
    box-shadow: none !important;
    border-radius: 0 !important;
}

body {
    padding: 0;
    margin: 0; 
}

.w-80 {
    width: 80%;
}

.w-20 {
    width: 20%;
}

ul {
    margin: 0;
    padding: 0;
}
.money{
    text-align:right!important;
}
label, .font-size-12 {
    font-size: 12px !important;
    font-weight: bold !important;
}

h3 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.pt-6 {
    padding-top: 1.6rem !important;
}

.check {
    display: flex;
    align-items: center;
}

    .check input {
        margin-right: 5px;
    }

    .check label {
        margin: 0 !important;
    }

.table td, .table th {
    padding: 0.5rem !important;
}

.logoheader {
    height: 100px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 60%;
}

    .logo img {
        height: 100%;
    }

.h100 {
    height: 100%;
}

.bottom-0 {
    bottom: 0;
}

.modali {
    position: absolute;
    z-index: 999;
    height: 110%;
    width: 100%;
    top: -10px;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.centeri {
    z-index: 1000;
    margin: 300px auto;
    text-align: center;
    width: 80px;
    padding: 20px 0;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .centeri img {
        width: 50%;
        margin: 0 auto;
    }
.form-group label {
    margin-bottom: 0.2rem!important;
}
}
.font-weight-normalimportant,
.font-weight-normalimportant label {
    font-weight: normal !important;
}
.container h3 {
    color: #808080;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 5px !important;
    margin-bottom:10px!important;
    font-size: 15px !important;
}

.btn:disabled {
    cursor: not-allowed !important;
}

.bottom-15 {
    padding-bottom: 15px;
}

    .bottom-15 a {
        color: #20409a;
    }

.durumicon {
    width: 10%;
    margin-bottom: 30px;
}

.btnposab {
    position: absolute;
    width: 20% !important;
    left: 325px !important;
    bottom: 0;
}
.footer {
    margin: 80px 0 0 0;
    font-size: 12px !important;
    font-weight: bold !important;
}
.footerhead{
    height:30px;
    background-color:#ddd;
} 
.footermenu img {
    height: 36px;
}
.footermenu a{
    margin-left:20px!important;
    color:#808080!important;
    text-decoration:none!important;
}
.footermenu a:hover{
    color:#20409a!important;
}
.isonlogo {
    position: fixed;
    bottom: 20px;
    right: 0px;
    transform: rotate(270deg);
}
.isonlogo img{
    width:40px;
}
.text-gray{
    color:#808080;
}
.alert-gray{
    padding:0!important;
}