﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.card-header .cevir {
    transition: .3s transform ease-in-out;
}
.card {
    margin-bottom: 30px;
 text-align: center;
}

.card-header .collapsed .cevir {
    transform: rotate(90deg);
 text-align: center;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
 text-align: center;
}

.table th {
    padding-top: .55rem;
    padding-left: .25rem;
    padding-right: .25rem;
 text-align: center;
}

.table td {
    padding: .25rem
 text-align: center;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
 text-align: center;
}

    .pagination-ys table > tbody > tr > td {
        display: inline-table;
 text-align: center;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 4px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #000000;
            background-color: #ffffff;
            border: 1px solid #dddddd;
 text-align: center;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 4px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #000000;
            border-color: #dddddd;
 text-align: center;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #000000;
            border-color: #dddddd;
        }

a {
    color: #000000;
  text-align: center;
}

    a:hover {
        color: #dc3545;
  text-align: center;
    }

.ProsesIc {
    z-index: 9999;
    position: fixed;
    height: 110px;
    top: -webkit-calc(50% - 60px);
    top: -moz-calc(50% - 60px);
    top: calc(50% - 60px);
    left: -webkit-calc(50% - 150px);
    left: -moz-calc(50% - 150px);
    left: calc(50% - 150px);
    background: rgb(255, 255, 255); /* eski tarayicilar */
    color: #d72e2e;
    padding: 10px;
    margin: 10px;
 text-align: center;
    text-shadow: #fff 0 0 1px;
}

.DivBlok {
    display: inline-block;
    background-image: url('../files/load.html');
    background-repeat: no-repeat;
    background-position: center center;
    height: 48px;
    width: 48px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0;
 text-align: center;
}


.ProsesDis {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(147, 145, 145, 0.50);
    z-index: 9998;
    height: 100%;
    width: 100%;
}

.sortasc_header {
    background: url('../files/arrow_up.html') right center no-repeat;
    background-color: #FFFFCC;
}

.sortdesc_header {
    background: url('../files/arrow_down.html') right center no-repeat;
    background-color: #FFFFCC;
} 
 
.login-box {
    max-width: 360px;
    margin: 7% auto;
}
.login-err {
    max-width: 460px;
    margin: 7% auto;
}
 

input[type="checkbox"], input[type="radio"]{
	position: absolute; 
    cursor:pointer; 
    opacity:0;
	font-size: 20px;
}
 
/*Check box*/
    input[type="checkbox"] + .label-text:before {
        cursor: pointer; 
        font-size: 20px;
        content: "\f0c8";
        font-family: "Font Awesome 5 Free";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    input[type="checkbox"]:checked + .label-text:before {
        cursor: pointer;
        font-size: 20px;
        content: "\f14a";
        color: #2980b9;
        animation: effect 250ms ease-in;
    }

 

input[type="checkbox"]:disabled + .label-text:before{ 
    cursor:not-allowed ;  
    font-size: 20px; 
	color: #aaa ;
    
}

/*Radio box*/

    input[type="radio"] + .label-text:before {
        cursor: pointer;
        font-size: 20px;
        content: "\f10c";
        font-family: "Font Awesome 5 Free";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    input[type="radio"]:checked + .label-text:before {
        cursor: pointer;
        font-size: 20px;
        content: "\f0c8";
        color: #2980b9;
        animation: effect 250ms ease-in;
    }

input[type="radio"]:disabled + .label-text{
    
    cursor:not-allowed ; 
    font-size: 20px;
	color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
    
    cursor:not-allowed ; 
    font-size: 20px;
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before {
    cursor: pointer;
    font-size: 20px;
    content: "\f204";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
    
       cursor:pointer ; 
    font-size: 20px;
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
    
    font-size: 20px;
	color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
    
    font-size: 20px;
	content: "\f204";
	color: #ccc;
    
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}


.GorunurCB input[type="checkbox"] {
    position: static !important;
    cursor: pointer;
    opacity: 100 !important;
    width: 20px;
    height: 20px;
}

.GorunurCBKucuk input[type="checkbox"] {
    position: static !important;
    cursor: pointer;
    opacity: 100 !important;
    width: auto;
    height: auto;
}
.bg-gri {
    background-color: #000000 
}
input[type=file]::-webkit-file-upload-button {
    width: 0 !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    visibility:hidden;
}

input[type=file] {
    width: calc(100% - 50px) !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    height: 32px !important;
    cursor:pointer;
}
.sozluk-link {
 text-align: center;
    width: 50px;
   
    margin-top: 4px;
    margin-left: 4px;
    cursor: pointer;

}

#toTop {

    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    opacity: 0.75;
}

.margin1 {
   margin:1px;
}
.margin2 {
    margin: 2px;
}
.margin3 {
    margin: 3px;
}
.margin4 {
    margin: 4px;
} 
.h1, h1 {
    font-size: 1.35rem;
   text-align: center;
}
.h2, h2 {
    font-size: 1.25rem;
}
.h3, h3 {
    font-size: 2.15rem;
}

.sozluka-list li {
    margin-top:15px;
    margin-bottom:15px;
}

.logo {
    max-height: 60px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
    }

    .dropdown-submenu > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f04b";
        float: right;
        border: 2px solid transparent !important;
        font-size: 0.7rem;
    }