
/* Sayfa İçerik Başla*/
.content-page {
    overflow: hidden;
    padding: 0 15px 65px 15px;
    min-height: 80vh;
    margin-top: 70px;
}

.container-fluid {
   width: 100%;
}

.page-title-box .page-title {
    font-size: 1.25rem;
    margin: 0;
    line-height: 75px;
    color: #38414A;
}

.page-title-box .breadcrumb {
    padding-top: 5px;
}

.page-title-box .breadcrumb-item>a {
    color: #38414A;
}

.page-title-box .breadcrumb-item.active {
    color: #ccc;
}

.table>:not(caption)>*>* {
    padding: 0.85rem 0.85rem;
    border-bottom-width: 1px;
    vertical-align: middle;
    box-shadow: none!important;
    background: transparent!important;
}

/* Sayfa İçerk Son */

.form-select,
.form-control,
.btn  {
    font-size: 14px;
}

.tableYeni {
    width: 3200px;
    overflow-x: auto; /* Yatay kaydırma ekleyin */
}
.tableYeni th{
    width: 200px;
}

.tableYeni td{
    width: 200px;
}

.tablealt thead{
   color: #000;    
}

.tablealt thead th{
    border-color: #ffffff40!important;
	background: #FFC900!important; 

 }

 .horizontal-menu .header-navbar.navbar-brand-center .navbar-header {
    position: relative;
    left: 0;
    margin-left: 0;
    padding: 0;
    z-index: 1000;
}

.horizontal-menu .header-navbar.navbar-fixed {
    position: fixed;
    width: 100%;
    background: #38414A;
}


.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand {
	margin-left: 15px;
 }
 
 
.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand img{
   height: 49px;
}


.navbar-nav .nav-item .nav-link {
    color: rgba(255,255,255,.6)!important;
}

.navbar-nav .nav-item .nav-link .feather {
    margin-right: 10px;
}


.horizontal-menu.navbar-floating:not(.blank-page) .app-content {
    padding-top: 70px;
}


/**kategori-accordion**/

.kategori-accordion {
    width: 100%;
    height: auto;
}

.kategori-accordion .anabaslik{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}


.kategori-accordion .card{
    margin-bottom: 10px;
    border: 1px solid #ececec;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    box-shadow: none!important;
}

.kategori-accordion .card .card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
    padding: 10px 1.2rem;
    background-color: #fbfbfb;
}

.kategori-accordion .card a{
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    font-weight: 700;
}

.kategori-accordion .card-body {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 20px 10px 50px;
    margin-bottom: -1px;
}

.kategori-accordion .card-body .liste{
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
}



.modal-dialog {
    max-width:1000px;
    margin: 1.75rem auto;
}


#resimFrame {
    width: 100%;
    background: transparent;
}

.formresimekle{
    border-bottom: solid 1px #e6e6e6;
    padding: 0px 15px 10px;
}

.resimListe {
    width: 100%;
    height: auto;
    border:solid 1px #f3f3f3;
    margin-bottom: 10px;
}

.resimListe .resim{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px;
}

.resimListe .resim img{
    max-width: 100%;
    max-height: 100%;
}


.resimListe .Silll{
    height: auto;
    position: absolute;
    background: red;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 25px;
    height: 25px;
    font-size: 17px;
    font-weight: 700;
}

.resimListe .text{
    width: 100%;
    height: auto;
    font-size: 12px;
    background: #f3f3f3;
    padding: 10px;
    text-align: center;
}