/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');*/
/*
@import url('https://fonts.googleapis.com/css2?family=Cuprum&display=swap');
*/

@font-face {
    font-family: 'Cuprum';
    src: url('../plugins/fonts/Cuprum-Regular.eot');
    src: url('../plugins/fonts/Cuprum-Regular.eot?#iefix') format('embedded-opentype'),
        url('../plugins/fonts/Cuprum-Regular.woff') format('woff'),
        url('../plugins/fonts/Cuprum-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*ozel renk tanimi*/

/*ozel renk tanimi*/

body,
html {
    /*font-family: 'PT Sans Narrow', sans-serif; */
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Cuprum', sans-serif;
    background: #ededed;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    /*! padding-bottom: 100px; */
}

#footer {
    font-size: 14px !important;
}

.zoomGrup {
    width: 100%;
}

.zoomGrup .zoomBtn {
    font-weight: 600;
    line-height: 1;
}

.zoomGrup .zoomBtn.zoomAzalt {
    font-size: 11px;
}

.zoomGrup .zoomBtn.zoomArtir {
    font-size: 14px;
}

.zoomGrup .zoomDeger {
    min-width: 46px;
    font-size: 11px;
    cursor: pointer;
    user-select: none;
    color: #6c757d;
}

.zoomGrup .zoomDeger:hover {
    background: #f8f9fa;
    color: #343a40;
}

.dil-link {
    display: inline-block;
    padding: 2px;
    opacity: 0.6;
}

.dil-link:hover,
.dil-link.aktif {
    opacity: 1;
}

/* Renk körlüğü temaları */
html.tema-protan {
    filter: url('#svgProtan');
}

html.tema-deutan {
    filter: url('#svgDeutan');
}

html.tema-tritan {
    filter: url('#svgTritan');
}

.gorunum-baslik {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #adb5bd;
    font-weight: 600;
}

.gorunum-etiket {
    font-size: 9px;
    color: #adb5bd;
}

/* Tam ekran toggle switch */

input.tamEkranSwitch {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 2.2rem;
    height: 1.1rem;
    border-radius: 1rem;
    background: #dee2e6;
    border: 1px solid #ced4da;
    cursor: pointer;
    position: relative;
    margin: 0;
    transition: background .2s, border-color .2s;
}

input.tamEkranSwitch::before {
    content: '';
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    transition: left .2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

input.tamEkranSwitch:checked {
    background: #0d6efd;
    border-color: #0d6efd;
}

input.tamEkranSwitch:checked::before {
    left: calc(100% - 2px - 0.8rem);
}

/* Tema seçim butonları */

.temaBtn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0;
    transition: transform .15s, border-color .15s;
}

.temaBtn:hover {
    transform: scale(1.15);
    border-color: #dee2e6;
}

.temaBtn.aktif {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #0d6efd;
}

/* Zoom buton grubu */

.zoomGrup {
    width: 100%;
}

.zoomGrup .zoomBtn {
    font-weight: 600;
    line-height: 1;
}

.zoomGrup .zoomBtn.zoomAzalt {
    font-size: 11px;
}

.zoomGrup .zoomBtn.zoomArtir {
    font-size: 14px;
}

.zoomGrup .zoomDeger {
    min-width: 46px;
    font-size: 11px;
    cursor: pointer;
    user-select: none;
    color: #6c757d;
}

.zoomGrup .zoomDeger:hover {
    background: #f8f9fa;
    color: #343a40;
}

body[data-p="0"],
body.kaymaz {
    overflow: hidden
}


/*
body * { transition:0.3s; } 
*/
/*
body.menuAktif:after { content:''; z-index:99; width:100vw; height:100vh; position:absolute; left:0; top:0; background:#00000050; }
*/
a:not(.btn):not(.active):not(.disabled):not(.nav-link):hover {
    text-decoration: none;
    /*border-bottom:1px dashed #000;*/
    background: rgba(0, 0, 0, 0.1);
}

a {
    text-decoration: none;
}

a.disabled {
    cursor: default;
    opacity: 0.6;
}

a.disabled:hover {
    pointer-events: none;
    border-bottom: 1px dashed transparent;
}


.gorsel img {
    transition: 0.2s;
    border-radius: 0.3rem;
    /*box-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
}


.gorsel a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: none;

}

.gorsel a i.bi {
    font-size: 4rem;
}

span.uzanti {
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--gray-500)
}

span.uzanti .isleniyor {
    font-size: 1rem !important;
    color: var(--yellow-500)
}

.gorsel img[src$='.png'] {
    /*padding: 5px;*/
    /* width:50px; margin:15px auto*/
    box-shadow: none;
    /* filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.3)); */
}

.gorsel a:hover {
    border-bottom: none;
    background: none !important;
}

.gorsel img:hover {
    transform: scale(1.05);
}

img[src='img/bos.png'],
img.yok {
    opacity: 0.3;
    filter: grayscale(1);
}

img.yok+i.isle {
    position: absolute;
    left: 0;
    bottom: 0;
}

/*
img[src='img/bos.png']+span {
	position: absolute;
	left: 0;
	top: calc(50% - 0.4rem);
	color: var(--bs-gray);
	font-size: 0.85rem;
}
*/

.baslik {
    position: relative;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, var(--bs-primary), #ededed00);
    border-image-slice: 1;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    padding: 0px 0px 0.2rem 2.5rem;
}

.baslik:before {
    content: '\F270';
    font-family: bootstrap-icons !important;
    text-align: center;
    line-height: 2rem;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2rem;
    height: 2rem;
    background: var(--bs-primary);
    border-radius: 10px 10px 0 0;
}

.baslik:after {
    content: '';
    position: absolute;
    left: 2rem;
    bottom: 0;
    z-index: 99;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-mask: url(../img/kose.svg) no-repeat 100% 100%;
    mask: url(../img/kose.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--bs-primary);
}

h5.baslik.text-danger:after,
h5.baslik.text-danger:before {
    background-color: var(--bs-danger);
}

.baslik.text-danger {
    border-image: linear-gradient(to right, var(--bs-danger), #ededed00);
    border-image-slice: 1;
}


.sayfa {
    /*margin-bottom: 60px!important;*/
}

.container-fluid.sayfa {
    min-height: calc(100vh - 40px);
    margin-top: 1.2rem;
    margin-bottom: 60px !important;
    padding-bottom: 60px;
    /*! padding-right: 0; */
}


.container-fluid.sayfa.p0 {
    padding-left: 0;
    margin-top: 0;
    min-height: auto;
    padding-bottom: 0;
    padding-right: 0;
    transition: 0.5s !important;
}

.container-fluid.sayfa.p1 {
    overflow-x: hidden;
    /*! padding-right: 0; */
    transition: 0.5s !important;
}


/* ust */
.logoKapsayan a:hover {
    background: none !important;
}

#ustSagNavigasyon ul.navbar {
    padding: 0 !important;
    margin: 0;
}

#ustSagNavigasyon ul.navbar>li {
    padding: 0.5rem 0;
}

#ustSagNavigasyon ul.navbar>li.dil a {
    padding: 0 0.5rem;
}

#ustSagNavigasyon li {
    border-left: 1px solid var(--gray-200)
}

#ustSagNavigasyon ul.yazilarMenu li:last-child {
    border-right: 1px solid var(--gray-200);
}


#ustSagNavigasyon ul.navbar li.dil a:not(.aktif) {
    opacity: 0.2;
}



#ustSagNavigasyon ul.navbar.yazilarMenu li {
    position: relative;
}

#ustSagNavigasyon ul.navbar.yazilarMenu li a:hover {
    background: rgba(0, 0, 0, 0.1);
}

#ustSagNavigasyon ul.navbar.yazilarMenu li i.bi {
    font-size: 0.8rem;
    margin-left: 5px;
}

#ustSagNavigasyon ul.navbar.yazilarMenu li ul.alt {
    display: none;
    padding: 0;
    width: 100%;
    box-shadow: 2px 2px 2px #00000050;
    background: #fff;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 100%;
}

#ustSagNavigasyon ul.navbar.yazilarMenu>li>ul.alt {
    left: 0;
    top: 2.5rem;
}

#ustSagNavigasyon ul.navbar.yazilarMenu li:hover>ul.alt {
    display: block;
}

#ustSagNavigasyon ul.navbar.yazilarMenu ul.alt li a {
    line-height: 1.5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}


.dropdown-menu {
    box-shadow: 0px 0px 4px #00000040 !important;
    ;
}

.dropdown-menu li {
    border-bottom: 1px solid var(--gray-300);
}

.dropdown-menu li a {
    padding-left: 1px !important;
}

.dropdown-menu li a span:nth-of-type(1) {
    color: var(--gray-700);
}

.dropdown-menu li i {
    padding: 0.3rem;
    background: var(--gray-300);

}


.container-fluid.ustKusak {
    background: linear-gradient(#fff, #fff);
    box-shadow: 0px 1px 1px #00000020;
    padding-left: 4rem;
    position: sticky;
    top: 0px;
    z-index: 999 !important;

}


.logoKapsayan.ust {
    min-height: 3.5rem;
}

.logoKapsayan.ust img {
    max-height: 3.5rem;
    padding: 0.2rem 0
}

body.menuAktif .logoKapsayan.ust img {
    display: none;
}

body.menuAktif .logoKapsayan.sol {
    display: block;
    height: 100px;
}

.logoKapsayan.sol .logo {
    max-height: 70px;
    max-width: 80%;
}

/* ust */
body.menuAktif .container-fluid.p0.sayfa {
    padding-left: 280px;
    transition: 0.5s !important;
}

body.menuAktif .container-fluid.sayfa {
    padding-left: 295px;
    /*overflow-x: hidden;*/
    transition: 0.5s !important;
}



body.menuAktif .menuKapsayan {
    left: 0;
    filter: drop-shadow(2px 2px 2px #00000010);

}

body.menuAktif .menuKapsayan .list-group {
    height: calc(100vh - 230px) !important;
    overflow: auto;
    overflow-x: hidden;
}


body.menuAktif .menuKapsayan .list-group .list-group-item {
    border-right: none
}

body.menuAktif .menuKapsayan .tersKose {
    display: block;
}

/* anasayfa */
.anaSayfaSablonlarKapsayan {
    position: fixed;
    left: 0;
    bottom: 32px;
    height: 170px;
    width: 100%;
    box-shadow: 0 -10px 10px #00000070;
}

.anaSayfaSablonlar.swiper {
    height: 100%;
}

.swiper-slide {
    width: 300px !important;
    position: relative;
    border: 1px solid #ffffff;
    border-bottom: none;
}



.swiper-slide .metin {
    position: absolute;
    bottom: 0;
    background: #00000070;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 1.6rem;
}

.swiper-button-next,
.swiper-button-prev {
    top: 104px !important;
    color: white !important;
}

.swiper-button-next {
    right: auto;
    right: 10px !important;
}

.swiper-button-prev {
    right: auto;
    left: 10px !important;
}


.anasayfaYazi .card {
    border-radius: 1rem 0 0 0;
}

.anasayfaYazi .card-body {
    min-height: 100px;
}

.kivrimli .card:after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/kivrim.png);
    position: absolute;
    right: -1px;
    top: -1px;
}

.anasayfaYazi .yazilar .row .sol img {
    width: 100%;
}

/* anasayfa */


/* menu */
.menuKapsayan {
    height: 100vh;
    width: 280px;
    background: #fff;
    padding-top: 2rem;
    left: -280px;
    margin-top: 0px;
    z-index: 999;
    border: none !important;
    transition: 0.5s !important;
}


.menuKapsayan .tersKose {
    display: none;
}



.menuBtn {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 999 !important;
    cursor: pointer;

    /*
	font-size: 2rem;
	width: 3.2rem;
	*/
}

.menuKapsayan a.active>i.bi {
    color: var(--bs-light);
}

.menuKapsayan>.list-group>.list-group-item {
    padding: 1rem;
}

.menuKapsayan .list-group-item {
    text-transform: uppercase;
}

.menuKapsayan #adminAltMenu {
    margin-left: 1.5rem;
}

.menuKapsayan #adminAltMenu .list-group-item.active {
    background: var(--bs-secondary)
}

.menuBtn span.tersKose {
    background: white;
    left: 0;
    bottom: -16px;
    transform: rotate(0deg);
    display: none
}

/* menu */

/* arama */


.qKapsayan {
    position: relative;
    width: 250px;
}

.qKapsayan i.bi {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -8px
}


.basitArama .satir {
    display: flex;
    align-items: center;
}

.basitArama [name=q] {
    padding-left: 2.2rem;
}



.detayAramaForm .row {
    background: none !important;
}

.detayAramaForm .formSatir>div {
    position: relative
}

.detayAramaForm .formSatir:nth-of-type(1)>div.operator:after {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: #ededed80;
    position: absolute
}



.excelAlanlar {
    display: flex;
    flex-wrap: wrap;
}

.excelAlanlar .alan {
    width: 32.33%;
    margin: 0 1% 1% 0;
    border-bottom: 1px solid #ccc
}



.qKapsayan i.bi {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -8px
}


.typeahead__list {
    box-shadow: 2px 2px 2px #00000030;
    font-family: 'Cuprum', sans-serif;
}

.typeahead__list li.typeahead__item .gorsel {
    flex: 0 0 30px;
    max-height: 30px;
    overflow: hidden;
    border-radius: 0.2rem;
}

.typeahead__list li.typeahead__item .gorsel span {
    font-size: 0.6rem;
}

.typeahead__list li.typeahead__item .gorsel img {
    width: 100%;
    border-radius: 0
}

.typeahead__list li.typeahead__item div {
    display: flex;
}



.basitArama [name=q] {
    padding-left: 2.2rem;
}

.aramaForm [name=q] {
    /*border-radius:14px 0 0 0; */
}

.detayAramaForm .row {
    background: none !important;
}

.detayAramaForm .formSatir>div {
    position: relative
}

.detayAramaForm .formSatir:nth-of-type(1)>div.operator:after {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: #ededed80;
    position: absolute
}

.excelAlanlar {
    display: flex;
    flex-wrap: wrap;
}

.excelAlanlar .alan {
    width: 32.33%;
    margin: 0 1% 1% 0;
    border-bottom: 1px solid #ccc
}

.kutu.onayBekliyor .card {
    background: #ffc10750 !important
}

/*
.kutu.onayBekliyor:after { content:'\F4C9'; font-family: 'bootstrap-icons'; 
	position: absolute; left:50%; top:10px; background:#fff; color:var(--bs-warning); border-radius:0.2rem; padding:0.2rem 0.6rem;
}
*/


.kutu .dosyalarKapsayan {
    margin: -1px 0 0 0;
}

.kutu .dosyalarKapsayan.card {
    border-radius: 0 !important;
}

.kutu .dosyalarKapsayan .dosyalarListe {

    background: #00000005 !important;
    border-radius: 0 0 15px 15px;
}

.dosyalarListe .kutu.ayrac {
    width: 100%;
}

.dosyalarListe .kutu .dosyaKusak {
    background: var(--bs-light);
    color: var(--bs-primary);
    padding: 0.3rem 0.5rem;
    min-height: 30px;
    border-radius: 0 0 0.4rem 0.4rem;
}

.dosyalarListe .kutu .dosyaKusak>span {
    opacity: 0.5;
    font-size: 0.8rem;
}

.dosyalarListe .kutu .dosyaKusak>span .bi::before {
    font-size: 1rem;
}

.dosyalarListe .kutu .dosyaKusak>span.uzanti .bi::before {
    font-size: 1.5rem;
}

.dosyalarListe .kutu {
    position: relative;
    border: 1px solid var(--gray-400);
    margin: 1rem 0.5rem 1rem 1rem;
    width: calc(20% - 2rem);
    transition: none;
    box-shadow: 0 0 15px #00000020;
    border-radius: 0.4rem;
}

.dosyalarListe .kutu span.sirano {
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 99;
    width: 2rem;
    border-radius: 0 0 0 50%;
    text-align: center;
    display: block;
    line-height: 2rem;
    background: white;
    border: 1px solid var(--gray-500);
    box-shadow: inset 2px -2px 2px #00000030
}

.dosyalarListe .kutu.aktif {
    outline: 3px solid var(--red-500)
}

.kutu.isabet .gorsel img {
    border-top: 5px solid var(--red-500)
}

.kutu.ayrac {
    border: none;
    border-top: 1px solid var(--gray-500);
    box-shadow: none;
    margin: 1rem 0;
    height: 1px;
    width: 100%;
    border-radius: none;
}

.dosyalarListe .kutu .gorsel {
    width: 100%;
    height: 125px;
    background: white;
    text-align: center;
    border-radius: 0.4rem
}

.dosyalarListe .kutu .gorsel img {
    object-fit: cover;
    width: 100%;
    height: 100%;

}


.kutu .dosyalarKapsayan .dosyalarListe .kutu .tutamak {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 0;
    background: #FFFFFF80;
    padding: 0.2rem;
    cursor: grab;
}

.dosyaYeri {
    background: var(--bs-warning);
    margin: 1rem 0.5rem 1rem 1rem;
    border-radius: 0.4rem;
}

.kutu .dosyalarKapsayan .dosyalarListe .kutu:hover .tutamak {
    /*! font-size:2rem; */
    text-transform: uppercase;
    color: var(--gray-500);
    display: block
}



.bulunamadiKapsayan a {
    border-radius: 1rem;
    border: 1px solid var(--gray-400);
}



.bulunamadiKapsayan .aciklama img {
    position: absolute;
    opacity: 0.2;
    width: 800px;
    display: none;
}


/* izgara gorunum */
.izgara {
    column-count: 4;
    column-gap: 2rem;
    margin-top: 0rem;
}

.izgara .kutu {
    margin-bottom: 2rem;
    break-inside: avoid-column;


}

.izgara .kutu .card {
    transition: 0.2s;
    border-radius: 0.4rem;
    box-shadow: 0 0 3px #00000010;

}

.izgara .kutu .card .card-body {
    border-radius: 0.4rem;
}

/*border-top:2px solid var(--cyan-700);*/
.izgara .kutu .card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #00000060;
    z-index: 99;
}

.izgara .kutu .card-header {
    background: white;
}

.izgara .kutu .gorsel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 0.4rem;

}

.izgara .kutu .gorsel img {
    width: 100%;
}

.izgara .kutu .gorsel i.bi {
    font-size: 5rem;
    color: #ededed
}

/*katalog icin kapak*/
.izgara .kutu .gorsel .sablonKapak {
    margin: 2rem auto 1rem auto;
}

.izgara .kutu .gorsel .sablonKapak span {
    color: var(--gray-600);
    margin: 0.5rem;
    display: block;
}

.izgara .kutu .gorsel .sablonKapak img {
    /*width: 40%;*/
    display: block;
    margin: auto
}

/*katalog icin kapak*/

.izgara .kutu .card .veriler.katalog div {
    padding: 0.0rem 1rem;
}

.izgara .kutu .card .veriler.katalog div a {
    color: var(--gray-600) !important
}

.izgara .kutu .card .veriler.katalog div:nth-child(1) a {
    color: var(--bs-primary) !important;
    ;
    font-size: 1.6rem;
}

.izgara .kutu .ortaKusak .menu {
    margin-bottom: 0;
    padding: 0;
}

.izgara .kutu .ortaKusak span {
    padding: 0 0.5rem;
}

.izgara .kutu .tipKapsayan {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    filter: drop-shadow(0px 0px 2px #00000050);
    z-index: 99;
}

.izgara .kutu .tipKapsayan .tip {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    padding: 0.3rem 0 0 0;
    width: 45px;
    height: 45px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    background: var(--gray-600);
}

.izgara .kutu .tipKapsayan .tip * {
    color: var(--bs-white) !important;
    ;
}

.izgara .kutu .tipKapsayan .tip i.bi {
    font-size: 1rem !important;
    margin-right: 0.6rem
}

.izgara .kutu.K .tipKapsayan .tip {
    background: var(--gray-800)
}

/*
.izgara .kutu.D .tip:after { border-color:transparent transparent var(--gray-600) transparent; }
*/



/* deneme */

/*
.gorsel figcaption { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; }
.gorsel figcaption > div {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
	color:white
}
.gorsel figcaption::before {
  position: absolute; bottom: 50px; right: 50%; left: 50%; height: 1px; content: ''; opacity: 0; background-color: rgba(255, 255, 255, 0); transition: all 0.4s; transition-delay: 0.6s;
}

.gorsel figcaption > span {
  margin: 0;
  padding: 1rem;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;

	display: block;
  bottom: 0;
  transform: translate3d(0%, 50%, 0);	
	background:#00000030;	
	backdrop-filter: blur(15px);
}


.gorsel:hover figcaption span  {
  transform: translate3d(0%, 0%, 0);
  transition-delay: 0.3s;
}
.gorsel:hover  figcaption span {
  opacity: 1;
}

.gorsel:hover figcaption::before {
  background: #ffffff;
  left: 0px;
  right: 0px;
  opacity: 1;
  transition-delay: 0s;
}
*/


/* deneme */



/* izgara icin */

/* arama */


/* detay */
.detayKapsayan {
    width: 100%;
    position: relative;
    z-index: 99;
}

.katalogDosyaBilgiler {
    position: relative;
    right: 0;
    width: 400px;
    margin-left: 2rem;
    z-index: 100;
    transition: 0.5s;
    margin-top: 7px;
}

.katalogDosyaBilgiler.pasif {
    position: fixed;
    right: -400px;
    margin-left: 0;
    z-index: 999;
    transition: 0.5s;
}

.katalogDosyaBilgiler.pasif .navigasyon {
    position: absolute;
    top: 0;
    right: 400px;
}

.katalogDosyaBilgiler table {
    width: 100%
}

.katalogDosyaBilgiler table tr td:nth-child(1) {
    width: 120px;
}

.katalogDosyaBilgiler .zamanEtiketleriDetayKapsayan {
    max-height: 250px;
    overflow: auto
}

.katalogDosyaBilgiler table.zamanEtiketleriDetay tr {
    cursor: pointer
}

.videoIslemSekmeler .etiketler {
    max-height: 500px;
    overflow: auto;
}

.detaySagAcKapat {
    position: absolute !important;
    left: -1.5rem;
    top: 50px;
    background: #00000010;
    width: 1px;
    height: 100vh;

}

.detaySagAcKapat span.btn {
    position: absolute;
    top: 10rem;
    border: 1px solid #00000020;
    left: -0.7rem;
    padding: 0;
    line-height: 1.2rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.detaySagAcKapat:hover {
    background: #00000070;
}

.detayKapsayan .detay {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 999;
}

.detayKapsayan .detay .detayIkon {
    font-size: 10rem;
}

.detayKapsayan .detay img#detayGorsel {
    object-fit: contain;
    max-width: 100%;
    max-height: 600px;
    transition: 0s !important;
    z-index: 99 !important;
}

img.imgHolder {
    position: fixed;
    display: none;
    left: -5000px;
    top: -5000px;
}

.kirpAltMenu ul.islemMenu {
    padding: 0.5rem 0;
    border-radius: 0.5rem;
    background: #ffffffc4;
}

.detayKapsayan .detay iframe,
.detayKapsayan .detay object {
    width: 100%;
    height: 600px;
}

.detayKapsayan .detay video {
    width: 100%;
    max-height: 500px;
}

.detayKapsayan .detay audio {
    width: 80%;
    max-height: 500px;
    /*min-height: 200px;*/
}


.detayKapsayan .detay p {
    padding: 5rem 0;
}

.detayKapsayan .detay .im {
    position: absolute;
    display: none;
    background: #ffff0060;
    z-index: 100
}

.detayKapsayan .detay .im .sil {
    position: absolute;
    left: -20px;
    top: -20px;
}

.detayKapsayan .detay:hover .im {
    display: block;
}


.detayUstKusak {
    position: relative;
    z-index: 99999 !important;
    width: 100%;
    background: #ededed;
    padding: 5px;
    border-radius: 7px;
}



.detayUstKusak ul {
    padding: 0;
    margin: 0;
    display: flex;
    /*
	justify-content: end;
	max-width:10%; overflow: auto; 
	*/
}

.detayUstKusak ul li {
    list-style: none;
    margin-left: 0.3rem;
}

.detayUstKusak ul li a span {
    display: none;
}

.detayUstKusak a {
    top: 0;
    position: relative;
    background: var(--gray-100);
    padding: 0.3rem 0.5rem !important;
    border: 1px solid var(--gray-500);
    text-decoration: none
}

.detayUstKusak a.btn-link {
    background: none;
    border: none;
    color: var(--gray-600);
}

.detayDosyaMenu li:hover a {
    transition: 0.2s;
    top: -4px;
    color: white;
    background: var(--bs-primary) !important
}

.detay.kutu .kapak.gorsel {
    max-height: 1000px;
    overflow: hidden
}


.kutu.detay .card-header h5 .tur {
    color: white;
}

.kutu.detay .card-header h5 .birim {
    color: var(--gray-500);
}

.kutu.detay table td {
    padding: 0.5rem 1rem;
}

.kutu.detay table td:nth-child(1) {
    width: 150px;
}

.kutu.detay .dosyalarListe .kutu {
    margin: 1rem;
}

#haritaGorunum {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100vh);
    z-index: 999
}

#haritaGorunum #haritaGorunumIcerik {
    width: 100%;
    height: 100%;
}

#haritaGorunum .kapat {
    position: absolute;
    right: 0px;
    top: 0;
    width: 40px;
    height: 40px;
    background: #ddd;
    font-size: 1.4rem;
    color: red;
    z-index: 999
}

#haritaPencere {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: white;
    box-shadow: 0px 0px 25px #00000070;
    width: 800px;
}




.paylasim a {
    font-size: 3rem;
}

.ileriGeriButonlariKapsayan {}

.ileriGeriButonlari {
    position: absolute;
    z-index: 1000;
    top: calc(15% - 25px);
    width: 40px;
    padding: 0;
}

.ileriGeriButonlari.sira {
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
    /*top: calc(15% + 4px);*/
    width: auto;
    text-align: center;
    margin-top: 100%;
    white-space: nowrap;
}

.ileriGeriButonlari.onceki {
    left: 5px;
}

.ileriGeriButonlari.sonraki {
    right: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    /* span ve img arası boşluk */
}

.ileriGeriButonlari.onceki img {
    width: 100%;
    filter: drop-shadow(1px 1px 0px #fff);
}

.ileriGeriButonlari.sonraki img {
    transform: scaleX(-1);
    width: 100%;
    filter: drop-shadow(1px 1px 0px #fff);
}



#imzaEklePencere .modal-dialog {
    max-width: 360px;
}

#imza {
    width: 100%;
    height: 200px;
    outline: 1px solid #999;
}

/* detay */



/* card */

span.tersKose {
    position: absolute;
    right: -16px;
    bottom: 0px;
    width: 16px;
    height: 16px;
    background: url(../img/kose.png);
}

span.tersKose.koseSol {
    right: auto;
    left: -16px;
    transform: rotate(-90deg);
}

span.tersKose.koseSolUst {
    right: -16px;
    top: 0;
    left: auto;
    transform: rotate(90deg);
}

.card {
    /*border-radius: 5px 5px 0 0;*/
}

.sayfa:not(.p1) .card-header {
    padding: 0;
    background: var(--gray-600);
}

.sayfa:not(.p1) .card-header h5 {
    position: relative;
    background: var(--bs-primary);
    margin: 0;
    color: #fff;
    border-radius: 0 15px 0 0;
    padding: 0.4rem 1rem;
    filter: drop-shadow(3px 0 1px #00000020);
}


.sayfa:not(.p1) .card-header h5:after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 99;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    -webkit-mask: url(../img/kose.svg) no-repeat 100% 100%;
    mask: url(../img/kose.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--bs-primary);
}

/* sag butonlar */
.sayfa:not(.p1) .card-header div {
    display: flex;
    align-items: center;
    position: relative;
    background: var(--bs-primary);
    margin: 0;
    color: #fff;
    border-radius: 15px 0 0 0;
    padding: 0 0rem 0 1.5rem;
    filter: drop-shadow(-3px 0 1px #00000020);
}

.sayfa:not(.p1) .card-header div:before {
    content: '';
    position: absolute;
    left: -16px;
    bottom: 0;
    z-index: 99;
    width: 16px;
    height: 16px;
    transform: rotate(-180deg);
    -webkit-mask: url(../img/kose.svg) no-repeat 100% 100%;
    mask: url(../img/kose.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--bs-primary);
}

/* card */


.sayfaBasinaDon {
    position: fixed;
    bottom: -30px;
    right: 1%;
    padding: 5px 10px 10px 10px;
    background: #ffffff80;
    border: 1px solid #ddd;
    cursor: pointer;
}


ul.birimListe li .birimSatir {
    padding: 0.3rem 0;
    border-bottom: 1px solid var(--gray-300);
    position: relative;
}

ul.birimListe li .birimSatir.pasif {
    opacity: 0.2;
}

ul.birimListe li .birimSatir.pasif:after {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: #f8f9fa00;
    position: absolute;
}

ul.birimListe li .birimSatir.anaBirim {}

ul.birimListe li .birimSatir.anaBirim .birimAdi,
ul.birimListe li .birimSatir.anaBirim .birimKodu {
    font-weight: 700;
    background: var(--bs-info);
    color: white;
    padding: 0 0.3rem
}

/*
ul.birimListe li label {
	font-size: 1rem;
	opacity: 1;
}
*/
ul.birimListe li .birimKodu {
    color: var(--red-600)
}

/* footer*/

.altKusak {
    min-height: 100px;
    /*background:var(--gray-800);*/
    background: white;
    box-shadow: -2px 0 3px #0003
}

.altKusak .altLogolar {
    height: 50px;
}

.altKusak .altLogolar img {
    transition: 0.3s;
    height: 50px;
    margin: 0 0.5rem;
    filter: grayscale(1) brightness(1);
}

.altKusak .altLogolar.sag img {
    height: 25px;
}

.altKusak .altLogolar img:hover {
    filter: none
}

#footer .vr {
    color: #fff;
}

#footer .logoyordam {
    height: 25px;
    /* filter:grayscale(100%); */
}

#footer .logokurum {
    height: 25px;
    filter: grayscale(100%) invert(100%)
}

#footer .saniye {
    opacity: 0.5;
}

#footer a {
    text-decoration: none;
    color: #ffffff60;
}

#footer .altSosyalMedya {
    margin-right: 2rem;
}

#footer .altSosyalMedya a {
    margin-right: 1rem;
    font-size: 1.2rem;
}


/* footer */


/* giris */
.girisKapsayan {
    margin-top: 17vh;
}

.girisKapsayan .card {
    box-shadow: 0 0 20px #00000020;
    border-radius: 1rem
}

.girisKapsayan .card .card-header {
    border-radius: 1rem 1rem 0 0
}

.girisKapsayan .card .card-header h5 {
    border-radius: 1rem 1rem 0 0;
}

.girisKapsayan .card .card-header div {
    border-radius: 1rem 1rem 0 0;
}

.container-fluid.sayfa.p2 {
    min-height: 0px;
}

.girisKapsayan form .row:nth-child(2n-1) {
    background: transparent;
}

.gradyenGorsel {
    border-radius: 12px 12px 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    background-size: cover;
}

.girisFormSag {
    padding-top: 3rem;

}

.girisFormSag img {
    width: 100%;
}

.girisFormSag h3 {
    font-weight: 300 !important;
}

.girisFormSag p {
    font-weight: 300 !important;
}

/* giris */



/* sepet  */

.sepetListe .kutu .dosyaFormat {
    position: absolute;
    color: white;
    right: 0px;
    top: 0px;
    text-align: right;
    padding: 0.4rem 0.4rem 0 0;
    width: 45px;
    height: 45px;
    font-size: 11px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    border-top-right-radius: 0.3rem;
    background: var(--gray-600);
}

/*  sepet   */

/* odunc */
table td.gorsel {
    max-width: 50px
}


/* odunc */

.secilemez {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.katalogBilgileri tr td { padding:0.3rem 0.8rem!important;}


/* buradan asagisi bootstrap ozellestirme */
/* buradan asagisi bootstrap ozellestirme */
/* buradan asagisi bootstrap ozellestirme */


table .label {
    color: var(--gray-600);
    /*500*/
    font-size: 0.90rem;
    /*0.85*/
}

textarea.genisle {
    height: 34px
}

.toast {
    font-size: 1rem !important;
}

.badge {
    font-weight: 400;
    border-radius: 5px;

}

mark {
    padding: 0;
    background: var(--yellow-300)
}

[data-toggle=collapse],
[aria-label=Close] {
    cursor: pointer;
}

span.zorunlu {
    position: absolute;
    margin-left: 5px;
    left: 5px;
    bottom: 5px;
}

.col-md-6 span.zorunlu {
    left: 15px
}

h4 .detayAc {
    font-size: inherit;
    padding: inherit;
}

ul li {
    list-style: none;
}

form .row {
    padding: 0.5rem 0;
}

form:not(.girisForm) .row:nth-child(2n) {
    background: #00000010;
}

.modal-content {
    box-shadow: 0px 0px 20px #00000050;
}

.modal-header {
    padding: 0.5rem 1rem;
}

.modal-header .btn {
    padding: 0;
}

.form-control,
.form-select,
select>option {
    font-family: 'Cuprum' !important;
}

.modal-xl {
    max-width: 100%;
    margin-top: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
    font-weight: 400;
}

p {
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=text]:focus,
input[type=number]:focus,
select:focus {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
    ;
}

textarea,
select[multiple] {
    height: 80px;
}

.popover {}

.popover-header {
    font-size: 0.875rem;
    padding: 0.3rem 0.6rem;
}

.popover-body {
    padding: 0.3rem 0.6rem;
}

/* input:invalid,select:invalid { border-right:5px solid red  }*/

.tumunuSecKapsayan.btn {
    padding-left: 3.5rem;
}

.btn:focus,
.btn:active,
input:focus,
input:active {
    outline: none !important;
    box-shadow: none !important;
}

.form-check {
    margin-bottom: 0
}

.form-switch.form-check input[type="checkbox"]:focus+label::before {
    outline: none !important;
    box-shadow: none !important;
}

.form-switch.form-check input {
    border-radius: 2rem;
}


.form-control[required]::placeholder {
    color: #f00;
}

.form-control {
    border-radius: 0;
}

label {}

.form-label {
    opacity: 0.5;
    font-size: 85%;
    /*margin-bottom: 0rem;*/
    /*background:#fff!important;*/
}

.btn {
    position: relative;
}


/*a { color:#000; }*/
hr {
    margin: 15px 0;
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #fff
}

hr.koyu {
    border-top: 1px solid #000;
    border-bottom: 1px solid #333;
}

hr.dar {
    margin: 5px 0;
}

hr.formAyrac {
    border-top: none;
    margin: 0.5rem 0;
}

table th,
table td {
    vertical-align: middle
}

.tooltip {
    z-index: 9999;
}

.tooltip-inner {
    font-family: 'Cuprum';
}

em {
    background: #ffdd0080;
    font-style: normal
}

.modal.fade {
    opacity: 1;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.sayfalama {
    text-align: center;
}

.sayfalama input {
    width: 40px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.sayfalama span.form-control {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    border: none;
    background: transparent;
}

.alarm {
    animation: alarm 1s linear infinite;
}

.alarmKisa {
    animation-name: alarm;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-iteration-count: 4;
}

@keyframes alarm {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

/* animasyon css */
.animated {
    -webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
}

/* animasyon css */

.nodeYukleniyor {
    z-index: 99999;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    height: 24px;
}

.nodeYukleniyor .bar {
    position: absolute;
    transition: 0.3s;
    left: 0;
    height: 100%;
    width: 0%;
    color: white;
    text-align: center;
    line-height: 24px;
}

ul.excelAlanlar li .tutamak {
    cursor: grab;
}

ul.excelAlanlar .alanyeri {
    background: var(--bs-warning);
}

ul.excelAlanlar li {
    transition: none;
    background: white;
    border: 1px solid var(--gray-200);
    padding: 0.5rem;
    margin: 0 0rem 1rem 0;
}

ul.excelAlanlar li label {
    font-size: 1rem;
    opacity: 1;
}

/* responsive */
@media screen and (max-width:480px) {

    .ileriGeriButonlari {
        width: 25px;
    }

    .ileriGeriButonlari.onceki {
        left: 2px;
    }

    .ileriGeriButonlari.sonraki {
        right: 2px;
    }

    .ileriGeriButonlari.sira {
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
        padding: 0 5px 0 5px;
        border-radius: 0 10px 10px 0;
        margin-top: -13px;
        margin-right: -8px !important;
    }

}

@media screen and (max-width:992px) {


    .anaSayfaSablonlarKapsayan {
        height: 110px
    }

    .swiper-slide {
        width: 50% !important;
    }

    .swiper-slide .metin {
        font-size: 1.2rem;
    }




    body.menuAktif .menuKapsayan {
        padding-top: 0.5rem;
    }

    body.menuAktif .menuKapsayan .list-group {
        height: calc(100vh - 180px) !important;
    }

    body.menuAktif .container-fluid.sayfa {
        padding-left: 0px !important;
    }

    .altKusak {
        min-height: auto;
        height: 34px !important;
        padding-bottom: 80px;
    }

    .altKusak img {
        height: 15px !important;
    }

    .detayKapsayanKapsayan {
        display: block !important;
        overflow-x: hidden;
    }

    /*
	.logoKapsayan.ust img {
	   max-height: 35px !important;	
  }
	*/


    body.menuAktif .logoKapsayan img {
        max-height: 100px !important;
        ;
    }


    body.solAktif {
        position: fixed;
        overflow: hidden;
    }

    .solFiltreler {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: calc(100% - 3rem);
        overflow-y: scroll;
        z-index: 99;
        background: #fff;
        padding-top: 1rem;
        padding-bottom: 2rem;
        box-shadow: 0px 0px 5px #00000020
    }

    body.solAktif .solFiltreler {
        left: 0;
    }

    .solAcKapat {
        position: fixed;
        left: 0;
        width: auto;
        top: calc(50% - 4rem);
        box-shadow: 5px 5px 5px #00000020;
        z-index: 999;
        padding: 1rem 0.6rem;
    }

    .solFiltreler {
        margin-top: 50px;
        transition: 0.3s
    }




    .anasayfaYazi .gorsel {
        display: none
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .sepetListe .kutu {
        margin: 0 0% 1rem 0 !important;
        width: 100% !important;
    }

    .dosyalarListe .kutu {
        /*
        margin: 1rem 0.5rem;
        width: 100% !important;
        */
        width: calc(50% - 2rem);
    }


    .kutu .orta .kunye div label {
        display: none;
    }

    .sayfa:not(.p1) .card-header h5:after {
        display: none
    }

    .detayKapsayan .detay {
        z-index: 99 !important;
    }

    .detayUstKusak ul {
        width: 190px;
        overflow: auto;
    }

    .mobilKaldir {
        display: none !important;
        ;
    }

    .katalogDosyaBilgiler {
        width: 100%;
        margin-left: 0rem;
        margin-top: 1rem;
    }

}

@media screen and (max-width:1200px) {

    #ustSagNavigasyon {
        margin-top: 2rem;
    }

    #ustSagNavigasyon ul.navbar>li {
        width: 100%
    }
}


@media screen and (min-width:1400px) {

    .girisKapsayan {
        margin-top: 25vh;
    }
}



/* responsive */
/* bitti */