/*BUTONLA ALAKASI OLMAYAN*/
.ovalKose { /* div yada tablelerin kenarlarİnİ ovalleştirir */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  /*border-radius: 5px;
    border:1px solid #CCC;*/
}
.ovalKose2 { /* div yada tablelerin kenarlarİnİ ovalleştirir */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  /*border-radius: 10px;
    border:1px solid #CCC;*/
}

.yaziBeyaz {
  color:#FFF;
}
.sariRenk {
  background-color: #FFFFCC!important;
}
.kirmiziRenk {
  background-color: #BC4143!important;
}
.kirmiziRenk2 {
  background-color: rgba(188,65,67,.5);

}
.turuncuRenk {
  background-color: #F7DED4;
}
.yesilRenk {
  background-color: #E6F9BF;
}
.maviRenk {
  background-color: #06F !important;
}
.beyazRenk {
  background-color: #FFF;
}


.sari {
  color: #FFFFCC;
}
.kirmizi {
  color: #BC4143;
}
.kirmizi2 {
  color: rgba(188,65,67,.5);
}
.turuncu {
  color: #F7DED4;
}
.yesil {
  color: #0EC223;
}
.mavi {
  color: #06F;
}
.beyaz {
  color: #FFF;
}


.secili {
  background-color:rgba(193,255,193,.8);
}
.satirsonbelge { background-color:#9BCD9B;}

.mavi:hover{
  color:#06F;
}
.dondur90{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.dondur270{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.dondur45{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.dondur135{
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}


/*Table Css */
.tableDiv {
  display:table;
  width:100%;
  font-size:10px;
}
.trDiv {
  display:table-row;

}
.tdDiv {
  display:table-cell;
  border-bottom:1px solid transparent;
  border-width:thin;
}
.thDiv {
  display:table-cell;
}
.ajandaDiv {
  position: relative;
  border:1pt solid transparent;
  border-width:thin;
}
.ajandaGun {
  overflow-x: auto;
  left:0px;
  right:0px;
  top:18px;
  position: absolute;
  border:none;
}
.altiCiz:hover {
  border-bottom:1px dotted #000000;
  border-width:thin;
}
/* table css sonu*/
/* hr tip*/
hr.hr1 {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}



hr.hr2 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.hr3 {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}

hr.hr4 {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

hr.hr5 {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


hr.hr6 {
  height: 30px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
hr.hr6:before { /* Not really supposed to work, but does */
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: black;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

hr.hr7 {
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}
hr.hr7:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

hr.hr8 {
  border: 0;
  height: 0; /* Firefox... */
  box-shadow: 0 0 10px 1px black;
}
/*hr tip sonu*/
.boxSize, textarea {
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*::-webkit-scrollbar  {*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*background-color: #F5F5F5;*/
/*margin-left: 30px;*/
/*float: left;*/
/*height: 14px;*/
/*width: 14px;*/
/*background: #F5F5F5; */
/*overflow-y: scroll;*/
/*margin-bottom: 25px;*/
/*opacity:.3;	*/
/*-moz-opacity:.3; */
/*-webkit-opacity:.3;*/
/*}*/

/*::-webkit-scrollbar:hover*/
/*{*/
/*width: 14px;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover */
/*{*/
/*background-color: #333;*/
/*border-radius: 6px;*/
/*}*/
/*::-webkit-scrollbar-thumb*/
/*{*/
/*background-color: #666;*/
/*border-radius: 3px;*/
/**/
/*gradient(45deg,*/
/*rgba(255, 255, 255, .2) 25%,*/
/*transparent 25%,*/
/*transparent 50%,*/
/*rgba(255, 255, 255, .2) 50%,*/
/*rgba(255, 255, 255, .2) 75%, */
/*transparent 75%,*/
/*transparent);*/
/*cursor:pointer;*/
/*}*/

.cerceve,
.include-old-design .cerceve,
.cerceve .header,
.include-old-design .cerceve .header,
.cerceve .footerOld,
.cerceve .contentOld,
fieldset
{
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cerceve, .include-old-design .cerceve{
  position:relative;
  height:100%;
  width:100%;
  padding-top:35px!important;
  padding-bottom:35px;
  overflow:auto;
}

.cerceve .header,
.include-old-design .cerceve .header,
.cerceve .footerOld, .include-old-design .cerceve .footerOld {
  position:absolute;
  width:100%;
  clear:both;
}
.cerceve .header, .include-old-design .cerceve .header{ /*Başlık*/
  top:0;
  border-bottom:none;
}
.cerceve .contentOld { /*İçerik*/
  width:100%;
  height:100%;
  vertical-align:top;
  overflow:auto;
}
.cerceve .footerOld { /*DipNot*/
  bottom:0;
  /*border-top:1px solid #333;*/
}
.cerceve .footerOld ul {
  list-style-type: none;
  margin-top:0;
  margin-bottom:0;
}
.cerceve .footerOld li {
  list-style-type: none;
  margin-right:2px;

}

.cerceve .footerOld table{
  background-color:#f1f1f1;
}

.bakiye {
  border-radius:.18rem;
  -moz-border-radius: .18rem;
  -webkit-border-radius: .18rem;
  padding:5px 8px;
  border:1px solid #cbd3e1 !important;
  /*	width:100% !important;
  */}

.spanKapat{
  float:right;
  visibility:hidden;
  border: 1px solid transparent;
  color:#999;
  margin-right:4px;
  margin-top:1px;
  margin-bottom:0px;
  padding:0px 3px 2px 4px;
}
.mesajBildirimDefault .spanKapat {
  position: absolute!important;
  top: 10px!important;
  right: 14px!important;
  color: inherit!important;
  font-size: 1.5rem!important;
  margin:0!important;
  visibility:visible!important;
  width:unset!important;
  border:0!important;
  font-size:1.3rem!important;

}

.mesajBildirimDefault .spanKapat:hover {
  color: #616161;
  text-decoration: none;
  cursor: pointer;
  opacity: .5
}

.spanPersonel {

  float:left;
  margin-left:4px;
  margin-top:3px;
  margin-bottom:0px;
  padding:0px 3px 2px 4px;

}


.ovalKose:hover .spanKapat{ visibility:visible;}

.confirMinimized {
  position:static !important;
}
.confirModal {
  position: fixed;
  min-width: 250px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom:30px;

}

.confirModal .fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.confirModal .fade .in {
  top: 10%;
}



.confirmKapat {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #e4e9f3;
  padding: 0!important;
  border-radius: .25rem;
  overflow: hidden;
}

.confirmKapat:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #d4dcea;
}
.confirmKapat span:before {
  content: "\f129";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.confirModal .header {
  position:relative;
  padding: 0;
  border-bottom: 1px solid #aaa;
  background-color:/*#eee*/rgba(150,180,215,.5);
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topleft:6px;
  border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  -moz-border-radius-topright:6px;
  border-top-right-radius:6px;
  height:40px;
}

.confirModal .header .confirmKapat {
  margin-top: 0;
}

.confirModal .contentOld {
  position: relative;
  /*padding: 15px;*/
  overflow-y: auto;
  height:100%;
  width:100%;
  overflow:auto;
}

#kategoriContent{
  padding: 15px;
}

.confirModal .footerOld {
  position:absolute;
  bottom:0;
  height:32px;
  width:100%;
  padding: 2px 2px 2px;
  margin-bottom: 0;
  text-align: right;
  background-color: transparent;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.confirModal .footerOld:before,
.confirModal .footerOld:after {
  display: table;
  line-height: 0;
  content: "";
}

.confirModal .footerOld:after {
  clear: both;
}
.temaHucre {
  opacity:.8;
}
.temaHucre {
  width:75px;
  height:75px;
  display:inline-block;
  position:relative;
  margin-top:10px;
  font-weight:bold;
  text-align:center;

}
.temaHucre:hover {
  opacity:1;
}
.temaSec { overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,1);
  -moz-box-shadow: 0 2px 8px rgba(0,0,0,1);
  box-shadow: 0 2px 8px rgba(0,0,0,1);
  min-width:100%;
  min-height:100%;
  display:inline-block;
  position: relative;
  background-color:#333;
}
.temaSec:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid rgba(255,255,255,.25);
}
.temaSec:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -40%;
  left: 0;
  width: 500%;
  height: 400%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  -webkit-box-shadow: 0 0 0 200px rgba(255,255,255,.15);
  -moz-box-shadow: 0 0 0 200px rgba(255,255,255,.15);
  box-shadow: 0 0 0 200px rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.2);
  transition: all .3s;
}
.temaSec:hover:before { border-color: rgba(255,255,255,.3); }
.temaSec:hover:after {
  -webkit-box-shadow: 0 0 0 200px rgba(255,255,255,.2);
  -moz-box-shadow: 0 0 0 200px rgba(255,255,255,.2);
  box-shadow: 0 0 0 200px rgba(255,255,255,.2);
  background: rgba(255,255,255,.05);
}

.temaSec.beyazRenk { background-color:#fff;}
.temaSec.carbonRenk { background-color:#971C44;}
.temaSec.softRenk { background-color:#1d1c2a;}
.temaSec.maviRenk { background-color:#3f66cf;}
.temaSec.sariRenk { background-color:#DBBA2F;}
.temaSec.truncuRenk { background-color:#DA8240;}
.temaSec.kirmiziRenk { background-color:#EE4746;}
.temaSec.yesilRenk { background-color:#608F5F;}
.temaSec.gradyanRenk {     background-image: linear-gradient(
        120deg, #8b4af2 0%, #585df9 100%);}
.temaSec.morRenk { background-color:#7163ba;}
.temaSec.turkuazRenk { background-color:#48BDB1;}
.temaSec.defaultRenk { background-color:#666;}


.hidden { visibility:hidden; }
.show 	{ visibility:visible; }




.noRepeat {
  background-repeat:no-repeat;
  background-position:center;
  padding:0 0 0 0;

}
.pasifYap {
  opacity:.7 ;
  color:rgba(0,0,0,0.4) inherit;
  text-shadow:1px 1px 0px rgba(255,255,255,0.5) !important;
  cursor:not-allowed !important;
}
/*DOSYA YONETİMİ */
.dosyaYonetimi {
  height:40px; /*width:24px;*/
  background-size:32px 32px;
  background-color:transparent !important;
}
.listeSatirYazi {
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-align:center;
  margin:0 0 0 0;
  padding:1px;
}
.dy-dosya-adi {
  text-align:center;
  white-space:pre;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  padding:1px;
  background-color:transparent !important;
}

.dosyaYonetimi {background-image:url('../../../../resimler/button_icon/default/renkli/file.png');}
.dosyaCerceve .folder{background-image:url('../../../../resimler/button_icon/default/renkli/folder.png');}

.file3gp{background-image:url('../../../../resimler/button_icon/default/renkli/3gp.png');}
.filephp{background-image:url('../../../../resimler/button_icon/default/renkli/php.png');}
.file7z{background-image:url('../../../../resimler/button_icon/default/renkli/7z.png');}
.fileace{background-image:url('../../../../resimler/button_icon/default/renkli/ace.png');}
.fileamr{background-image:url('../../../../resimler/button_icon/default/renkli/amr.png');}
.filebat{background-image:url('../../../../resimler/button_icon/default/renkli/bat.png');}
.filebin{background-image:url('../../../../resimler/button_icon/default/renkli/bin.png');}
.filebmp{background-image:url('../../../../resimler/button_icon/default/renkli/bmp.png');}
.filecab{background-image:url('../../../../resimler/button_icon/default/renkli/cab.png');}
.filecbr{background-image:url('../../../../resimler/button_icon/default/renkli/cbr.png');}
.filedat{background-image:url('../../../../resimler/button_icon/default/renkli/dat.png');}
.filedll{background-image:url('../../../../resimler/button_icon/default/renkli/dll.png');}
.filedmg{background-image:url('../../../../resimler/button_icon/default/renkli/dmg.png');}
.filedoc,.filedocx{background-image:url('../../../../resimler/button_icon/default/renkli/doc.png');}
.fileeml{background-image:url('../../../../resimler/button_icon/default/renkli/eml.png');}
.fileexe{background-image:url('../../../../resimler/button_icon/default/renkli/exe.png');}
.filefile{background-image:url('../../../../resimler/button_icon/default/renkli/file.png');}
.filefla{background-image:url('../../../../resimler/button_icon/default/renkli/fla.png');}
.fileflv{background-image:url('../../../../resimler/button_icon/default/renkli/flv.png');}
.filefolder{background-image:url('../../../../resimler/button_icon/default/renkli/folder.png');}
.filefolderAc{background-image:url('../../../../resimler/button_icon/default/renkli/folderAc.png');}
.filefolderAktar{background-image:url('../../../../resimler/button_icon/default/renkli/folderAktar.png');}
.filegif{background-image:url('../../../../resimler/button_icon/default/renkli/gif.png');}
.filehqx{background-image:url('../../../../resimler/button_icon/default/renkli/hqx.png');}
.filehtm{background-image:url('../../../../resimler/button_icon/default/renkli/htm.png');}
.filehtml{background-image:url('../../../../resimler/button_icon/default/renkli/html.png');}
.fileiso{background-image:url('../../../../resimler/button_icon/default/renkli/iso.png');}
.filejar{background-image:url('../../../../resimler/button_icon/default/renkli/jar.png');}
.filejpeg{background-image:url('../../../../resimler/button_icon/default/renkli/jpeg.png');}
.filejpg{background-image:url('../../../../resimler/button_icon/default/renkli/jpg.png');}
.filelog{background-image:url('../../../../resimler/button_icon/default/renkli/log.png');}
.filem4v{background-image:url('../../../../resimler/button_icon/default/renkli/m4v.png');}
.filemdb{background-image:url('../../../../resimler/button_icon/default/renkli/mdb.png');}
.filemov{background-image:url('../../../../resimler/button_icon/default/renkli/mov.png');}
.filemow{background-image:url('../../../../resimler/button_icon/default/renkli/mow.png');}
.filemp4{background-image:url('../../../../resimler/button_icon/default/renkli/mp4.png');}
.filemsi{background-image:url('../../../../resimler/button_icon/default/renkli/msi.png');}
.filepdf{background-image:url('../../../../resimler/button_icon/default/renkli/pdf.png');}
.filepng{background-image:url('../../../../resimler/button_icon/default/renkli/png.png');}
.filepps{background-image:url('../../../../resimler/button_icon/default/renkli/pps.png');}
.fileprogram{background-image:url('../../../../resimler/button_icon/default/renkli/program.png');}
.fileps{background-image:url('../../../../resimler/button_icon/default/renkli/ps.png');}
.filepsd{background-image:url('../../../../resimler/button_icon/default/renkli/psd.png');}
.filepst{background-image:url('../../../../resimler/button_icon/default/renkli/pst.png');}
.filerar{background-image:url('../../../../resimler/button_icon/default/renkli/rar.png');}
.filertf{background-image:url('../../../../resimler/button_icon/default/renkli/rtf.png');}
.fileses{background-image:url('../../../../resimler/button_icon/default/renkli/ses.png');}
.fileswf{background-image:url('../../../../resimler/button_icon/default/renkli/swf.png');}
.filetgz{background-image:url('../../../../resimler/button_icon/default/renkli/tgz.png');}
.filettf{background-image:url('../../../../resimler/button_icon/default/renkli/ttf.png');}
.filetxt{background-image:url('../../../../resimler/button_icon/default/renkli/txt.png');}
.filewmv{background-image:url('../../../../resimler/button_icon/default/renkli/wmv.png');}
.filewps{background-image:url('../../../../resimler/button_icon/default/renkli/wps.png');}
.filexls,.filexlsx{background-image:url('../../../../resimler/button_icon/default/renkli/xls.png');}
.filexpi{background-image:url('../../../../resimler/button_icon/default/renkli/xpi.png');}
.filezip{background-image:url('../../../../resimler/button_icon/default/renkli/zip.png');}
.filedwg{background-image:url('../../../../resimler/button_icon/default/renkli/dwg.png');}
.filedxf{background-image:url('../../../../resimler/button_icon/default/renkli/dxf.png');}
.filedwf{background-image:url('../../../../resimler/button_icon/default/renkli/dwf.ico');}
.fileAktif{
  background-image:url('../../../../resimler/button_icon/default/renkli/folder_open.png');
  float:right;
  vertical-align:top;
  width: 150px;
  margin-top: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dosyaCerceve,.dosyaCerceve2,.dosyaCerceveSec {
  display:inline-block;
  width:75px;
  height:50px;
  margin: 5px 3px 0 13px;
  text-align:center;
  background-color:rgba(255,255,255,0);
  border:1px solid transparent;
  cursor:pointer;
  padding-top:6px;
  float: left;
}

.dosyaYonetimi {
  margin-top: 8px;
}
.dy-dosya-adi {
  margin-top: 12px;
}
.dosyaCerceve:hover {
  background-color:rgba(255,255,255,.3);
  border-color:rgba(245,255,255,.5);
}
.dosyaCerceveSec {
  background-color:rgba(255,255,255,.9);
  border-color:rgba(245,255,255,.9);
}
.ftpIcerik .ui-selecting {
  background-color:hsl(0,0%,95%);
  border-color:#ddd;
}
.ftpIcerik .ui-selected {
  /*background-color:hsl(93,74%,69%);*/
  background-color:hsl(0,0%,89%);
  border-color:#bbb;
}
.ftpIcerik {
  list-style-type: none;
  padding:0 0 0 0;
  margin:0 0 0 0;
  width: 100%;
  height: 100%;
}
.ftpIcerik .dosyaCerceve,.ftpIcerik .dosyaCerceve2 {
  margin: 5px 3px 4px 13px;
  padding: 1px;
  width: 100px;
  height: 90px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 14px rgb(0 0 0 / 6%);
}
.dosyaCerceve:hover {
  background-color: #eaeaea;
}
.ui-selectable-helper { position: absolute; z-index:99999999; border:1px dotted black; }
.ftpCerceve {
  padding-top: 46px;
  padding-bottom: 25px;
  width:99%;
  height:100%;
  position:relative;
  background: #f8f9fc !important;
}

.ftpMenu {
  width:100%;
  height: 40px;
  position:absolute;
  top:0;
  box-shadow:inset 0px 0px 1px #ffffff;
}
.ftpMenu button {
  vertical-align: top;
}
.ftpMenuCizgi {
  border-right:1px solid #ddd;display:inline-block;width:1px;height:80%;margin: 0 3px 0 3px;
}
.ftpContent {
  position:relative;width:100%;height:100%;padding:0 0 0 0; overflow:auto;
}
.ftpFooter {
  border-top:1px solid #ddd;width:100%;height:22px;position:absolute;bottom:0px; box-shadow:inset 0px 0px 1px #ffffff;vertical-align:middle;
}


.btn {
  float: right;
  height: 19px;
  text-align: center;
  margin-left: 1px;
  transition: background 0.1s;
  color: #282828;
  position: relative;
  top: -35px;
  font-family: Tahoma;
  font-weight: bold;
}
.btn:hover:not(.btn-close) {
  background: #3665B3;
  color: white;
  cursor: default;
}

.btn-minimize {
  width: 26px;
}

.btn-maximize {
  width: 25px;
}

.btn-close {
  background: #C75050;
  color: white;
  width: 43px;
  margin-right: 3px;
}
.btn-close:hover {
  background: #E04343;
  cursor: default;
}

.aktifsatir {
  background-color: #aaaaaa !important;
}

.resimyapistirma img:not(.goster) {
  display: none;
}

.goster {
  max-height: 250px;
  max-width: 250px;
  width: auto;
  height: auto;
}

#secenekicerik .tr2 {
  min-height: 22px;
}

#grupTreeDiv {
  width:100%;
  overflow-x:hidden;
  overflow-y:auto;
  text-align:left;
  padding:5px 5px 0px 5px;
  border:1px solid #333333;
  background-color:#FFFFFF;
}

#sptablo #detay div
{
  text-align: center !important;
  width: 33% !important;
}

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

/* .squaredOne */
.squaredOne {
  width: 34px;
  height: 34px;
  position: relative;
  margin: 12px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredOne label {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.squaredOne label:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #0099FF;
  background: -webkit-linear-gradient(top, #0099FF 0%, #0066FF 100%);
  background: linear-gradient(to bottom, #0099FF 0%, #0066FF 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.squaredOne label:hover::after {
  opacity: 0.3;
}
.squaredOne input[type=checkbox] {
  visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredOne */
/* .squaredTwo */

#UrunListe tr {cursor:pointer;}
#UrunListe tr td{
  height: 28px;
  padding: 0 3px;
  margin: 0;
}
.UrunListeSipMiktar { width: 100%; height: 100%; border: none; border-collapse: collapse;empty-cells: hide; }
.UrunListeSipMiktar td { border-left: 1px solid #e1ded9; }
.UrunListeSipMiktar td:first-child { border-left: none; }


.restoranYesil .st0{fill:#68ad43;}
.restoranYesil .st1{fill:#83D856;}

.restoranSari .st0{fill:#c8cc0e;}
.restoranSari .st1{fill:#F9FF00;}

.restoranMavi .st0{fill:#435ab7;}
.restoranMavi .st1{fill:#4F6EED;}

.restoranSiyah .st0{fill:#3c3c3c;}
.restoranSiyah .st1{fill:#000000;}

.restoranKirmizi .st0{fill:#e81818;}
.restoranKirmizi .st1{fill:#FF4343;}

.restoranMor .st0{fill:#600CEC;}
.restoranMor .st1{fill:#854EE1;}


/*.st1{stroke:#000000;stroke-width:0.25;}*/
.st2{fill:none;stroke:#000000;stroke-width:0.25;}

.topfatListeFooter {
  white-space: nowrap;
}

.altiniCiz:hover {
  text-decoration: underline;
}

#doksipSepetUstuListe
{
  margin-top: -28px;
  width: 100%;
  height: 45px;
  padding-left: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 0;
  text-align: left;
  padding-top: 5px;
}
#doksipSepetUstuListe::-webkit-scrollbar {
  height: 0px;
}

.doksipSepetUstuListeBilgi
{
  /*border-bottom: 1px solid black;*/
  display: inline;
  width: auto;
  margin: 0;
  line-height: 37px;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 10px;
  cursor: pointer;
  color: white;
}

.doksipSepetUstuListeBilgi:hover
{
  border-bottom: 2px solid white !important;
}
.dokspDetayAktif
{
  border-color: red !important;
}

.doksipSepetUstuListeBilgiAktif
{
  border-bottom: 2px solid white !important;
}

.doksatSepetUrunContainer{
  width: 100%;
  display: block;
  cursor:pointer;
}

.doksatSepetUrunUstSatir {
  width: 100%;
  display: block;
  border-bottom: grey;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 35px;
  color: blue;
  font-weight: 700;
}

/*.doksatSepetUrunUstSatirSol {*/
/*  line-height: 30px;*/
/*  width: 50%;*/
/*  display: block;*/
/*  text-align: left;*/
/*  float: left;*/
/*  height: 40px;*/
/*  font-size: 16px;*/
/*  padding: 3px 5px 3px 10px;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*  color: #d82424;*/
/*  font-weight: 500;*/
/*}*/

/*.doksatSepetUrunUstSatirSag {*/
/*  line-height: 30px;*/
/*  width: 50%;*/
/*  display: block;*/
/*  text-align: right;*/
/*  float: right;*/
/*  height: 40px;*/
/*  font-size: 16px;*/
/*  padding: 3px 10px 3px 5px;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*}*/

#doksatToplamDoviz + #divliste::-webkit-scrollbar {
  width: 10px;
}
#divliste.doksatSepetListe
{
  height: calc(100vh - 289px);
  background-color: white;
  border-left: none;
  border-right: none;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 1px;
}

.doksatliste
{
  width: 100%;
}
.doksatliste tr
{
  height: 35px;
}
.doksatliste tr td:first-child, .doksatliste tr td:last-child
{
  width: 150px;
  text-align: center;
  white-space: nowrap;
}
.doksatliste tr th, .doksatliste tr td
{
  font-size: 18px;
  padding: 0 5px;
}
.doksatliste .buton
{
  font-size: 16px;
  padding: 0 10px;
  margin: 5px;
  box-shadow: none;
  line-height: 0;
  height: 30px;
}
.doksatliste .buton:active
{
  box-shadow: inset 1px 1px 1px 1px grey;
}

.dokSatisIadeSepetSecimTablosu input[type='checkbox']
{
  height: 30px;
  width: 30px;
}

.dokSatisIadeSepetSecimTablosu td, .dokSatisIadeSepetSecimTablosu input
{
  font-size: 14px;
}

.rc-handle.rc-column-resizing:after {
  content:"";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid black;
  transform: translate(-50%);
}

#doksipdigerpencere {
  border: 0!important;
}

.dokDigerMenuButon {
  width: 50%;
  text-align: left;
  color: white;
  padding-left: 10px;
  height: 74px;
  box-sizing: border-box;
  font-size: 20px;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  border-right: 1px solid rgb(255 255 255 / 20%) !important;
  border-bottom: 1px solid rgb(255 255 255 / 20%) !important;
  line-height: 20px;
  transition: .3s ease;
}

.dokDigerMenuButon:hover {
  background: rgb(255 255 255 / 10%) !important;
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
.dokfatYukleniyor
{
  font-size: 22px;
  font-weight: 800;
  color: white;
  text-align: center;
  width: auto;
  margin: auto;
}
.dokfatYukleniyor span {
  animation-name: blink;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.dokfatYukleniyor span:nth-child(2) {
  animation-delay: .5s;
}

.dokfatYukleniyor span:nth-child(3) {
  animation-delay: 1s;
}

#dokfatYukleSayac
{
  width: 100%;
  text-align: right;
  padding: 10px 5px 0 5px;
  font-size: 14px;
  color: whitesmoke;
}


/*YENİ*/
#topluislem h3 a{
  font-size: 12px;
  color: #4e5d6c;
}
tr.satirgiris input[type="text"]{
  width: auto!important;
}

.hayalet-eleman,.hayalet-eleman2 {
  font-weight:bold;
  color:#000;
  position: absolute;
  top:0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.hayalet-eleman::before {
  content: " ";
  display: inline-block;
  width: 1%;
  vertical-align: middle;
  height: 100%;
}
.hayalet-eleman2>div{
  vertical-align: middle;
  top: calc(50% - 5px);
  position: absolute;
  width: 100%;
  text-align: center;
}
.hayalet-eleman>div{
  display: inline-block;
  vertical-align: middle;
}

.aktifsatir{
  background-color: #e4e4e4 !important;
}


/*Yeni Eklenenler*/
.p-t-125{
  padding-top:137px!important;
}
.p-t-150{
  padding-top:150px!important;
}
.mt-0{
  margin-top:0!important;
}
.mb-10{
  margin-bottom:10px!important;
}
.bildirimCerceve .header .baslik {
  padding-left: 9px!important;
  padding-top: 9px!important;
}
.bildirimFooter .notificationRightArrow button{
  border-radius: .18rem!important;
}

#notificationspencere .cerceve.bildirimCerceve {
  padding-bottom: 65px!important;
  padding-top: 55px!important;
}

#notificationspencere .header{
  height: 36px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px 5px 0 0!important;
}

#notificationspencere .cerceve {
  padding-bottom: 48px!important;
}

#notificationspencere .baslik{
  padding-top: 0!important;
}

#notificationspencere .cikisbutton{
  margin-top: 0!important;
}

#notificationspencere .footer{
  height: 47px;
  display: flex;
  align-items: center;
  border-radius: 0 0 10px 10px!important;
  margin: 0!important;
}

#notificationspencere .footer .buton{
  width: auto!important;
}

#notificationspencere .footer .buton:disabled{
  text-shadow: none!important;
  color: #ffffff;
}

.bildirimFooter .notificationRightArrow {

}

.bildirimFooter, .bildirimBaslik {
  background-color: #f4f6f8;
}

#doksatdiger .dokDigerMenuButon, .dokDigerMenuButon {
  transition: none!important;
  background-color: transparent;
}

@media screen and (max-height: 700px) {
  #doksatdiger .dokDigerMenuButon {
    height: 60px!important;
  }
}
