/* ===== Modernize: shared tokens ===== */
:root{
  --bg:#0b1623;           /* sayfa arka planı */
  --panel:#0a0f1a;        /* kart/panel yüzeyi */
  --text:#e5e7eb;         /* ana metin */
  --muted:#94a3b8;        /* ikincil metin */
  --brand:#2f55d4;        /* birincil renk */
  --accent:#6942ef;       /* vurgu */
  --border:rgba(255,255,255,.12);
  --border-strong:rgba(255,255,255,.2);
  --shadow:0 10px 30px rgba(0,0,0,.25);
  --shadow-soft:0 .5rem 1rem rgba(0,0,0,.15);
  --radius:12px; --radius-sm:8px;
}

/* ===== Hero / profil üst alanı ===== */
section.bg-profile.d-table.w-100.bg-primary{
  background: url(../images/page-bg.png) center/cover no-repeat;
  padding: 10px 0;
  position: relative;
  align-self:center;
}

/* ===== Account kutuları ===== */
.accounts{ transition:all .25s ease; }
.accounts .pro-icons, .accounts .title{ transition:all .25s ease; }
.accounts:hover, .accounts.active{ background-color: var(--brand); color:#fff; }
a.accounts.rounded.d-block.shadow.text-center.py-3{
  background:#fff; color:#111827;
  min-height:24px; height:100px; padding:10px;
}

/* ===== Utilities (tekil ve tutarlı) ===== */
.shadow{ box-shadow: var(--shadow-soft) !important; }
.rounded{ border-radius: var(--radius) !important; }
.text-center{ text-align:center !important; }
.pb-3,.py-3{ padding-bottom:1rem !important; }
.pt-3,.py-3{ padding-top:1rem !important; }
.d-block{ display:block !important; }

.widget{ padding:25px; }

/* ===== Metin/başlıklar ===== */
span.pro-icons.h3.text-muted{ line-height:1.5; font-weight:600; color:var(--muted); }
h6.title.text-dark.h6.my-0{ padding:20px; font-size:15px; color:#0f172a; }
h3.title{ font-size:20px; color:#0f172a; }

/* Sol hizalama yardımcı */
.text-md-left .mt-4.mt-sm-0{ text-align:left; }

/* Rozet */
span.badge.badge-success{
  background-color: var(--accent);
  padding:7px 10px; font-size:14px; color:#fff;
  border:1px solid var(--border-strong);
  border-radius: var(--radius-sm);
}

/* ===== Alert kısa şerit ===== */
.alert1{
  background:#8c0000; color:#fff;
  padding:7px 0; width:100%; display:block; margin:20px 0;
}
a.alert1:hover{ color:#eceaea; }

/* ===== Görsel yükleme / listesi ===== */
.fotoup{
  height:105px; width:100%;
  border-radius: var(--radius-sm);
  background:#f8f8f8; border:2px dashed #ccc;
  text-align:center; position:relative; display:block; padding:15px;
}
input#uploadFile{
  position:absolute; inset:0; width:100%; height:100%;
  opacity:0; cursor:pointer;
}
label.upimggo{ 
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:8px; font-size:14px; font-weight:700; color:#378de2;
}
label.upimggo i.fa.fa-camera{ font-size:40px; margin-bottom:10px; }
label.upimggo span{ color:#7d7d7d; }

div.progress{
  width:100%; height:10px; background:#ddd;
  position:absolute; left:0; bottom:0; overflow:hidden;
}
div.progbar{ width:1%; height:10px; background:#4CAF50; }

.upimglist ul{ padding:0; text-align:center; }
.upimglist ul li{
  position:relative; display:inline-block; margin:3px;
  border:1px solid #d4d4d4; border-radius:5px; overflow:hidden; cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.upimglist ul li:hover{ background:#f8f8f8; transform:translateY(-2px); box-shadow:var(--shadow); }
.upimglist ul li img{ width:120px; height:90px; display:block; }
.imgldel:before{
  content:""; position:absolute; right:0; top:0; width:20px; height:20px;
  background:#d75a4a; border-radius:10px 0 10px 10px;
  mask:url(../../../../eleska/file/img/error.html) center / 20px 20px no-repeat;
  -webkit-mask:url(../../../../eleska/file/img/error.html) center / 20px 20px no-repeat;
}

/* ===== Sayaçlar, küçük helper’lar ===== */
a.imlimiti{ font-size:22px; line-height:1; color:#378de2; }
.imglimitdiv{ position:relative; margin:20px 0 0; display:block; }
a.imlimita{ font-size:18px; line-height:1; color:#424446; padding-right:11px; }

.progimglimit{ width:100%; height:10px; background:#b5b5b5; margin-top:10px; border-radius:5px; overflow:hidden; }
.progimglimit div{ width:0%; height:10px; background:#4CAF50; }
.imglistdiv{ position:absolute; inset:0; }

ul.footerright.list-unstyled{ float:right; }
.logoeleska{ max-height:50px; width:175px; border-radius:5px; }

/* ===== Sayfalama alanı ===== */
.pagenation_center{
  text-align:center; width:100%; display:block;
  border-top:1px solid #e5e6e6; padding-top:10px;
}
.pagenationcenter{ text-align:center; display:inline-block; height:45px; }

/* ===== Basit header/alt alan ===== */
.alt-header{ padding:5px; border-bottom:1px solid #e9ecef; }

/* ===== Görsel arama / inputlar ===== */
.imgyukle{
  position:relative; width:125px; height:38px; border:1px solid #dadde1;
  background:#f5f6f7; color:#444950; border-radius:6px; cursor:pointer;
  display:flex; align-items:center; justify-content:center; gap:6px; font-weight:700; font-size:12px;
}
.imgyukle i{ font-size:16px; color:#444950; }
.imgyukle a{ color:#444950; font-weight:700; font-size:12px; }

.imgaradiv{ width:250px; float:right; position:relative; }
.imgaradiv input{ padding-right:65px; }
.imgaradiv i{
  position:absolute; top:1px; right:1px; height:36px;
  background:#f5f6f7; padding:11px 10px 5px; border-left:1px solid #e2e2e2; cursor:pointer;
}
i#araclose{
  right:38px; top:6px; width:25px; height:25px; padding:5px 3px 0 7px;
  background:#ff4949; color:#fff; border-radius:5px; display:none;
}

/* ===== Görsel önizleme ===== */
.imgonizle{ border:1px solid #f5f5f5; border-radius:5px; position:relative; }
.imgonizle img{ height:160px; }
span.fotoclear{ position:absolute; top:0; right:0; }

/* ===== Toast (jQuery toast uyumu) — renkler sadeleştirildi ===== */
.jq-toast-wrap{ position:fixed; max-width:600px; min-width:300px; z-index:9000 !important; pointer-events:none !important; }
.jq-toast-wrap.bottom-left{ bottom:20px; left:20px; }
.jq-toast-wrap.bottom-right{ bottom:20px; right:40px; }
.jq-toast-wrap.top-left{ top:20px; left:20px; }
.jq-toast-wrap.top-right{ top:20px; right:40px; }
.jq-toast-single{
  pointer-events:auto !important; width:100%; padding:12px; margin:0 0 6px;
  border-radius:10px; font-size:14px; background:#111827; color:#fff; box-shadow:var(--shadow);
}
.close-jq-toast-single{ position:absolute; top:6px; right:10px; font-size:18px; cursor:pointer; }
.jq-toast-loader{ position:absolute; top:-2px; left:0; height:5px; width:0; border-radius:5px; background:#22c55e; }
.jq-toast-loaded{ width:100%; }
.jq-icon-info{ background-color:#0ea5e9; color:#e0f2fe; }
.jq-icon-warning{ background-color:#eab308; color:#fef9c3; }
.jq-icon-error{ background-color:#ef4444; color:#fee2e2; }
.jq-icon-success{ background-color:#22c55e; color:#dcfce7; }

/* ===== Çeşitli tablolar/yerleşimler ===== */
th.width50{ width:50px; min-width:50px; }
.user_pimg .fotoup{ height:auto; margin-bottom:10px; width:100%; }
.user_pimg a{ display:block; width:100%; }
.allchecked span{ padding-left:14px; } .allchecked i{ padding-top:5px; }
.max-width{ width:100%; }
.maxh500{
  max-height:800px; overflow:auto; width:100%; display:inline; position:relative;
}
.ql-editor{ min-height:300px; height:300px; max-height:500px; overflow:auto; }
input.form-control.file{ padding:4px; display:block; }
.table-responsive.mheight500{ max-height:465px; overflow:auto; }

.tagtoolbtn:hover{ cursor:pointer; color:#06c; }
th.mini{ width:90px; text-align:center; }
a.mtagsid{ cursor:pointer; }

.islemler a{ margin:0 5px 2px 0; display:inline-block; }
.cpointer{ cursor:pointer; }

.mevsol .arabtn{ height:35px; margin-right:20px; border-radius:0 6px 6px 0; }
.note-editor.note-frame.panel.panel-default.fullscreen{ background:#fff; z-index:99999; }
h4.modal-title{ position:absolute; left:16px; }
.note-group-select-from-files{ display:none; }
.checkbox.sn-checkbox-use-protocol input[type="checkbox"],
.sn-checkbox-open-in-new-window input[type="checkbox"]{
  position:relative; opacity:1; cursor:pointer; height:auto; width:auto; margin-right:10px;
}

.mr-10{ margin-right:10px; } .mr-20{ margin-right:20px; } .mr-30{ margin-right:30px; } .mr-40{ margin-right:40px; } .mr-50{ margin-right:50px; }

/* Modal geniş */
.modal-dialog.modal-xl{ width:100%; max-width:1500px; }
iframe{ width:100%; height:750px; }
button.note-btn.btn.btn-default{ padding:6px 9px; margin:2px; min-width:35px; }

/* Galeri seçim checkboxları */
label.custom-control.custom-checkbox.gal{ position:absolute; top:-4px; }
.gal .custom-control-label::before{ width:20px; height:20px; background:#dee2e6; border-radius:0; }
.gal .custom-control-label::after{ width:20px; height:20px; }

/* Görsel yükleme butonu (mavi) */
.imgload{
  position:relative; width:165px; height:39px; border-radius:6px;
  background:#467fcf; color:#fff; cursor:pointer; float:right; margin-left:10px;
  display:flex; align-items:center; justify-content:center; gap:6px; font-weight:700; font-size:12px;
  border:1px solid #2f5fa6;
}
.imgload i{ font-size:16px; color:#fff; }
.imgload a{ font-size:12px; font-weight:700; color:#000; }

/* Sil butonu üst sağ */
.imgupdel{ position:absolute; top:-2px; right:-2px; }
span.btn.btn-danger.btn-sm.imgupdel{
  position:absolute; top:0; right:-2px; padding:3px 8px; font-size:17px; line-height:21px;
}

/* Genişlik yardımcı */
.width120{ width:120px; }

/* Footer / banka alanları */
.sslbtnfooter{ width:100%; text-align:right; padding-top:7px; }
.sslbtnfooter img{ width:50%; }

.bg-gray-1{ background:#f5f5f5 !important; }

/* Tabs */
.nav-tabs .nav-link{ color:gray; }

/* Input group */
.input-group-append .btn.btn-sm{
  padding:8px 10px; margin:0; border-radius:0 6px 6px 0;
}

/* Metin alanı görünmezlik */
.textdisabled{ padding:10px 15px; border:1px solid #ccc; }

/* Alt sabit bar (mobil iletişim) */
.hemenara{
  position:fixed; left:0; right:0; bottom:0; text-align:center;
  background:#1fa566; z-index:9999999; display:flex;
}
.hemenara .tel, .hemenara .wp{
  flex:1; padding:5px; color:#fff; font-size:17px; display:flex; align-items:center; justify-content:center; gap:8px;
}
.hemenara .tel{ background:#21aa1d; }
.hemenara .tel span, .hemenara .wp span{ font-size:15px; font-weight:600; display:inline-block; }
.hemenara .tel img, .hemenara .wp img{ height:18px; width:18px; }

/* Çalışmalar grid */
.work-container.work-classic .work-image{
  width:100%; height:300px; object-fit:cover; border-radius: var(--radius);
}

/* Banka listesi */
.bankalar{
  width:100%; text-align:center; margin:0 0 20px; background:#e9e9e9;
  padding:5px; border:1px solid #dedede; border-radius: var(--radius-sm);
}
.bankalar a img{ height:80px; border:1px solid #de402a; }

/* Profil / kart */
img.avatar{ max-width:100%; max-height:130px; border-radius: var(--radius-sm); }
.bakiye{ margin:10px 0; }
.card-title{ margin-bottom:.75rem; font-size:18px; font-weight:600; padding-bottom:10px; }
.card .card-body{ padding:2.5rem; }
p.alert{ line-height:1.35; }

/* Modal z-index uyumu */
.modal-backdrop.fade.in{ z-index:1; }
.modal-dialog.small-modal-dialog{ z-index:5; }
section.bg-profile.d-table.w-100.bg-primary {
    background: url(../images/page-bg.png) center center;
    padding: 10px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.accounts {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important;
}

.rounded {
    border-radius: 6px !important;
}

.text-center {
    text-align: center!important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

.pt-3, .py-3 {
    padding-top: 1rem!important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.d-block {
    display: block!important;
}

.rounded {
    border-radius: .25rem!important;
}


.accounts .pro-icons, .accounts .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.accounts:hover, .accounts.active {
    background-color: #2f55d4;
}

a.accounts.rounded.d-block.shadow.text-center.py-3 {
    background: white;
    color: black;
    min-height: 24px;
    padding: 10px;
    height: 100px;
}

.widget {
    padding: 25px;
}

.accounts {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important;
}
.rounded {
    border-radius: 6px !important;
}
.text-center {
    text-align: center!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.d-block {
    display: block!important;
}
.rounded {
    border-radius: .25rem!important;
}


span.pro-icons.h3.text-muted {
    line-height: 1.5;
    font-weight: 600;
}

h6.title.text-dark.h6.my-0 {padding: 20px;font-size: 15px;}

h3.title {
    font-size: 20px;
    color: black;
}

.text-md-left .mt-4.mt-sm-0 {
    text-align: left;
}

span.badge.badge-success {
    background-color: #6942ef;
    padding: 7px 10px;
    font-size: 14px;
}


.alert1 { background-color: #8c0000; padding: 7px 0px; color: white; width: 100%; display: block; margin: 20px 0px; }
a.alert1:hover {color: #eceaea;}

.kaydetbtn { margin-left: 15px; } 
.x_content.temalist a img { margin: 5px; border: 1px solid #d0d0d0; width: 200px; padding: 5px; height: 200px; } .x_content.temalist { text-align: center; }
label.alt_title { font-size: 12px; color: #8c8a8a; }
img.imgsec {width: 80px;height: 80px;margin: 0px;border: solid 1px white;}



div.progress {
    width: 100%;
    background-color: #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
	height: 10px;
}

div.progbar {width: 1%;height: 10px;background-color: #4CAF50;}


.fotoup {
    height: 105px;
    width: 200px;
    border-radius: 2px;
    background-color: #f8f8f8;
    border: dashed 2px #ccc;
    text-align: center;
    position: relative;
    display: block;
	width: 100%;
	padding: 15px;
}

input#uploadFile {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    opacity: 0;
    left: 0px;
	cursor: pointer;
}

label.upimggo i.fa.fa-camera {
    font-size: 40px;
    display: block;
	margin-bottom: 10px;
}


input#uploadFile::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
    border:0px;
}

 x::-webkit-file-upload-button, input[type=file]:after, input#uploadFile:after {
    content:'.';
    left: 100%;
    margin-left:3px;
    position: relative;
    -webkit-appearance: button;
    padding: 3px 8px 2px;
    border:0px;
}

label.upimggo {
    font-size: 14px;
    font-weight: bold;
    color: #378de2;
    text-align: left;
    line-height: 17px;
    text-align: center;
    position: absolute;
    height: 100px;
    display: block;
    padding: 10px 10px 10px 10px;
	width: 100%;
	display: contents;
}

label.upimggo span {
    color: #7d7d7d;
}


/*img list*/
.upimglist ul li {
	position: relative;
    display: inline-block;
    margin: 3px;
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
	cursor:pointer;
}
.upimglist ul li img {
    width: 120px;
    height: 90px;
    display: block;
}
.upimglist ul {
    padding: 0px;
	text-align: center;
}
.upimglist ul li:hover {
    background-color: #f8f8f8;
}
.imgldel:before {
	content: "";
    background-image: url(../../../../eleska/file/img/error.html);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    right: 0px;
    top: 0px;
    background-color: #d75a4a;
    border-radius: 10px 0px 10px 10px;
	cursor:pointer;
}

a.imlimiti {
    font-size: 22px;
    line-height: 4px;
    color: #378de2;
}

.imglimitdiv {
    display: block;
    position: relative;
    margin: 20px 0px 0px 0px;
}

a.imlimita {
    font-size: 18px;
    line-height: 4px;
    color: #424446;
    padding-right: 11px;
}

.progimglimit {
    width: 100%;
    height: 10px;
    background-color: #b5b5b5;
    margin-top: 10px;
    border-radius: 5px;
	overflow: hidden;
}
.progimglimit div {
    width: 0%;
    height: 10px;
    background-color: #4CAF50;
}
.imglistdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
/*img list*/

ul.footerright.list-unstyled { float: right; }
.logoeleska {max-height: 50px;width: 175px;border-radius: 5px;}


.pagenation_center {
    text-align: center;
    display: block;
    width: 100%;
    border-top: solid 1px #e5e6e6;
    padding-top: 10px;
}
.pagenationcenter {
	text-align: center;
    display: inline-block;
	height: 45px;
}


.alt-header {
    padding: 5px;
    border-bottom: 1px solid #e9ecef;
}

.imgyukle {
	position:relative;
	width: 125px;
	border: solid 1px #f5f6f7;
	letter-spacing: normal;
	color: #444950;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 26px;
	text-align: center;
	background-color: #f5f6f7;
	border-color: #dadde1;
	height: 38px;
	padding-left: 11px;
	padding-right: 11px;
	border-radius: 2px;
	cursor: pointer;
	float: left;
}

.imgyukle i {
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 16px;
    color: #444950;
}

.imgyukle a {
    font-size: 15px;
    font-weight: 600;
    color: #444950;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 26px;
    text-align: center;
	padding-top: 5px;
    display: block;
}
.imgaradiv input {
    padding-right: 65px;
}
.imgaradiv { width: 250px; float: right;position: relative; }

.imgaradiv i {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 36px;
    background-color: #f5f6f7;
    padding: 11px 10px 5px 10px;
    border-left: solid 1px #e2e2e2;
    cursor: pointer;
}

i#araclose {
    right: 38px;
    background-color: #ff4949;
    border-radius: 5px;
    border: 1px;
    height: 25px;
    width: 25px;
    top: 6px;
    padding: 5px 3px 0px 7px;
    color: white;
	display:none;
}

.imgonizle {
    border: solid 1px whitesmoke;
    border-radius: 5px;
	position:relative;
}

.imgonizle img { height: 160px; }
span.fotoclear {
    position: absolute;
    top: 0;
    right: 0;
}

/**
 * Toast alert
 */
.jq-toast-wrap { display: block; position: fixed;  max-width: 600px; min-width: 300px; pointer-events: none !important; margin: 0; padding: 0; letter-spacing: normal; z-index: 9000 !important; }
.jq-toast-wrap * { margin: 0; padding: 0; }

.jq-toast-wrap.bottom-left { bottom: 20px; left: 20px; }
.jq-toast-wrap.bottom-right { bottom: 20px; right: 40px; }
.jq-toast-wrap.top-left { top: 20px; left: 20px; }
.jq-toast-wrap.top-right { top: 20px; right: 40px; }

.jq-toast-single { display: block; width: 100%; padding: 10px; margin: 0px 0px 5px; border-radius: 4px; font-size: 14px; font-family: arial, sans-serif; line-height: 17px; position: relative;  pointer-events: all !important; background-color: #444444; color: white; }

.jq-toast-single h2 { font-family: arial, sans-serif; font-size: 14px; margin: 0px 0px 7px; background: none; color: inherit; line-height: inherit; letter-spacing: normal; }
.jq-toast-single a { color: #eee; text-decoration: none; font-weight: bold; border-bottom: 1px solid white; padding-bottom: 3px; font-size: 12px; }

.jq-toast-single ul { margin: 0px 0px 0px 15px; background: none; padding:0px; }
.jq-toast-single ul li { list-style-type: disc !important; line-height: 17px; background: none; margin: 0; padding: 0; letter-spacing: normal; }

.close-jq-toast-single { position: absolute; top: 3px; right: 7px; font-size: 18px; cursor: pointer; }

.jq-toast-loader { display: block; position: absolute; top: -2px; height: 5px; width: 0%; left: 0; border-radius: 5px; background: red; }
.jq-toast-loaded { width: 100%; }
.jq-has-icon { padding: 20px 10px 20px 50px; background-repeat: no-repeat; background-position: 10px; }
.jq-icon-info { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII='); background-color: #31708f; color: #d9edf7; border-color: #bce8f1; }
.jq-icon-warning {background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=');background-color: #e85273;color: #fcf8e3;border-color: #faebcc;}
.jq-icon-error { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII='); background-color: #a94442; color: #f2dede; border-color: #ebccd1; }
.jq-icon-success { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg=='); color: #dff0d8; background-color: #39DAA9; border-color: #d6e9c6; }
/**
 * Toast alert
 */
 
 
 th.width50 {
    width: 50px;
}

.user_pimg .fotoup {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

.user_pimg a {
    width: 100%;
    display:block;
}
.allchecked span { padding-left: 14px; } .allchecked i { padding-top: 5px; }
.max-width { width: 100%; }
.maxh500 {
    max-height: 800px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    display: inline;
}
.ql-editor {
    height: 300px;
    max-height: 500px;
	min-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
input.form-control.file {
    padding: 4px;
    display: block;
}

.table-responsive.mheight500 {
    max-height: 465px;
}

.tagtoolbtn:hover {cursor:pointer;color:#06c;}
th.mini { width: 90px; text-align: center; }
a.mtagsid {cursor: pointer;}

eleska { margin-top: -200px; position: absolute; width: 5px; height: 5px; }
.islemler a { margin-right: 5px;margin-bottom: 2px; display: inline-block; }
.cpointer { cursor:pointer; }

.mevsol .arabtn { height: 35px; margin-right: 20px; border-bottom-left-radius: 0; border-top-left-radius: 0; }
.note-editor.note-frame.panel.panel-default.fullscreen { background-color: white; z-index: 99999; }
h4.modal-title { float: left; position: absolute; }
.note-group-select-from-files { display: none; }
.checkbox.sn-checkbox-use-protocol input[type="checkbox"], .sn-checkbox-open-in-new-window input[type="checkbox"] { position: relative; opacity: 1; cursor: pointer; height: auto; width: auto; margin-right: 10px; }
.mr-10 {margin-right: 10px;} .mr-20 {margin-right: 20px;} .mr-30 {margin-right: 30px;} .mr-40 {margin-right: 40px;} .mr-50 {margin-right: 50px;}
.modal-dialog.modal-xl {
    width: 100%;
    max-width: 1500px;
}
iframe { width: 100%; height: 750px; }
button.note-btn.btn.btn-default {
    padding: 6px 9px;
    margin: 2px;
    min-width: 35px;
}

/* SEÃ‡ SEÃ‡Ä°LDÄ° BUTON */

label.custom-control.custom-checkbox.gal {
    position: absolute;
    top: -4px;
}


.gal .custom-control-label::before {
  width: 20px;
  height: 20px;
  background-color: #dee2e6;
  border-radius:0;
}

.gal .custom-control-label::after {
  width: 20px;
  height: 20px;
}


.imgload {
    position: relative;
    width: 165px;
    border: solid 1px #f5f6f7;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 39px;
    text-align: center;
    background-color: #467fcf;
    border-color: #dadde1;
    height: 39px;
    padding-left: 4px;
    padding-right: 11px;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.imgload i {
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 16px;
    color: #ffffff;
}

.imgload a {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 26px;
    text-align: center;
    padding-top: 5px;
    display: block;
}
/* SEÃ‡ SEÃ‡Ä°LDÄ° BUTON */
.imgupdel { position: absolute; top: -2px; right: -2px; }
th.width50 {min-width: 50px;}
th.id { width: 50px; text-align: center; }
th.islemler {width: 200px;}
div.islemler { display: flex; float: right; }
td.pl-30 { padding-left: 30px; }
td.pl-60 { padding-left: 60px; }

span.btn.btn-danger.btn-sm.imgupdel {
    position: absolute;
    top: 0px;
    right: -2px;
    padding: 3px 8px;
    font-size: 17px;
    line-height: 21px;
}

.width120 {
    width: 120px;
}

/* ELESKA YONETÄ°M */

.sslbtnfooter img {
    width: 50%;
}

.sslbtnfooter {
    width: 100%;
    text-align: right;
    padding-top: 7px;
}

.bg-gray-1 {
    background-color: #f5f5f5 !important;
}

.nav-tabs .nav-link {
    color: gray;
}

.input-group-append .btn.btn-sm {
    padding: 8px 10px;
    border-radius: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.textdisabled {
    padding: 10px 15px;
    border: solid 1px #cccccc;
}

.hemenara { position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #1fa566; z-index: 9999999; } .hemenara .tel {padding: 5px;width: 50%;background-color: #21aa1d;display: block;float: left;color: white;font-size: 17px;} .hemenara .wp {padding: 5px;width: 50%;background-color: #1fa566;display: block;float: left;color: white;font-size: 17px;} .hemenara .tel span,.hemenara .wp span {display: inline-block;font-size: 15px;font-weight: 600;} .hemenara .tel img {height: 18px;width: 18px;margin-right: 8px;margin-top: -3px;} .hemenara .wp img {height: 18px;margin-right: 10px;margin-top: -2px;}

.work-container.work-classic .work-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
}


.bankalar {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    background-color: #e9e9e9;
    padding: 5px;
    border: solid #dedede 1px;
}

.bankalar a img {
    height: 80px;
    /* border-radius: 5px; */
    border: solid #de402a 1px;
}

img.avatar {
    max-width: 100%;
    max-height: 130px;
}

.bakiye {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-title {
    margin-bottom: .75rem;
    font-size: 18px;
    font-weight: 500;
	padding-bottom: 10px;
}

.card .card-body {
    padding: 2.5rem;
}

p.alert {line-height: normal;}

.modal-backdrop.fade.in {
    z-index: 1;
}

.modal-dialog.small-modal-dialog {
    z-index: 5;
}