@charset "utf-8";

* {
  margin: 0px;
  padding: 0;
  text-decoration: none;
}

textarea {
  resize: none;
}

:focus {
  outline: 0;
}

a {
  color: inherit;
  cursor: pointer;
}

a:hover {
  color: inherit;
}

a:visited {
  color: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #275c5c;
}

img {
  border: none;
}

button::-moz-focus-inner {
  border: 0 none;
  margin: 0;
  padding: 0;
}

button:active {
  border: 0 none;
  margin: 0;
  padding: 0;
}

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

h1 {
  font-size: 27px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 23px;
}

li {
  list-style-position: inside;
}

::-webkit-input-placeholder {
  color: #8290a3;
  opacity: 1;
  font-style: italic;
}

::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
  font-style: italic;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #8290a3;
  opacity: 1;
  font-style: italic;
}

/* ie */
input:-moz-placeholder {
  color: #8290a3;
  opacity: 1;
  font-style: italic;
}

.anaEkran {
  width: 100%;
  position: relative;
  height: 100%;
}
.ui-dialog.ui-widget {
  box-shadow: 1px 1px 10px #000;
}
.ui-dialog-titlebar-close {
  background: none !important;
}
.ui-dialog-titlebar-close .ui-button-text {
  display: none !important;
}
.ui-dialog.ui-widget .ui-icon-closethick {
  background: none !important;
}
.ui-icon-closethick::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f2d3 ";
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  text-indent: 0;
}

.sagDiv {
  float: right;
}

.solDiv {
  float: left;
}

.sagYazi {
  text-align: right;
  line-height: 21px;
}

.sagYazi .fa {
  display: inline;
  font-size: 18px;
}

.temiz {
  clear: both !important;
}

.frmButtonUst {
  background-color: #275c5c;
  color: #aae0cb;
  padding: 6px 25px;
  cursor: pointer;
  font-weight: 300;
  line-height: 16px;
  font-size: 14px;
}

.frmButtonUst:hover {
  background-color: #aae0cb;
  color: #275c5c;
}

.frmButtonUst i {
  margin-left: 5px;
  font-size: 14px;
}

.frmButtonUst.sagDiv {
  border-left: 3px solid #fff;
  color: #fff;
}

.frmButtonUst.solDiv {
  border-right: 3px solid #fff;
}

.frmButtonUpload {
  background-color: #348fe2;
  padding: 6px 25px;
  cursor: pointer;
  font-weight: 300;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
}

.frmButtonUpload:hover {
  background-color: #2a72b5;
}

.frmButtonUpload i {
  margin-left: 5px;
  font-size: 14px;
}

.frmButtonUpload.sagDiv {
  border-left: 3px solid #fff;
  color: #fff;
}

.dvWait {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  background: url(../images/loading.gif) center no-repeat !important;
  height: 200px;
  width: 350;
  background-size: contain !important;
}

.dvWait .ui-dialog-titlebar {
  display: none !important;
}

#dvWait {
  padding: 0 !important;
  border: none !important;
}

.deadLine {
  padding: 20px;
  background-color: #fff;
}

.deadLine .counter {
  margin-top: 20px;
}

.deadLineYazi {
  display: inline-block;
}

.deadLineTarih {
  color: #d31433;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}

.cntSeparator {
  color: #000;
  font-size: 54px;
  width: 20px;
  text-align: center;
}

.ortaKutu {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  right: 0;
  top: 3rem;
  z-index: 0;
}

.ortaKutuSagKapali {
  right: 0;
}

.ustMenu {
  height: 3rem;
  background-color: #edeae4;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 56;
  display: flex;
  justify-content: space-between;
}
.ustLogo {
  height: 2rem;
  margin: 0.5rem 1rem;
  cursor: pointer;
}

.ustBanner {
  height: 2rem;
  margin: 0.5rem 1rem;
}
.ortaKutuArka {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ortaKutuYazi {
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #333;
}

.ortaKutuYazi:after {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
}

.ortaKutuYazi img {
  max-width: 100%;
  height: auto !important;
}

.ortaKutuYazi td {
  padding: 5px;
}

.ortaKutuYazi h2 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ortaKutuYazi h3 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.yerAgac {
  background-color: #fff;
  float: left;
  height: 100%;
  overflow: auto;
  padding: 5px;
  width: 350px;
  box-sizing: border-box;
}

.yerTablo {
  position: absolute;
  left: 360px;
  right: 0;
  bottom: 0;
  top: 0;
}

.sayfaBaslik {
  background-color: #275c5c;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

.sayfaAktiflik {
  background-color: #fff;
  border-left: 3px solid #fff;
  float: right;
  font-size: 12px;
  line-height: 22px;
  padding: 3px 10px;
}

.sayfaAktiflik i {
  margin-right: 5px;
  font-size: 14px;
}

.sayfaFiltre {
  position: absolute;
  top: 0;
  left: 0;
  right: 200px;
  z-index: 5;
}

.sayfaFiltreIc {
  float: left;
  background-color: #fff;
  border-right: 3px solid #1a1c20;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 5px;
  padding: 0 5px 0 35px;
  position: relative;
}

.sayfaFiltreIc i {
  color: #275c5c;
  cursor: help;
  font-size: 14px;
  left: 7px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 20px;
}

.sayfaFiltreYeni {
  background-color: #1a1c20;
  flex-grow: 0;
  font-size: 0.8em;
  z-index: 5;
  flex: 0 0 28px;
}

.sayfaFiltreYeniIc {
  background-color: #fff;
  border-right: 3px solid #1a1c20;
  box-sizing: border-box;
  line-height: 28px;
  padding: 0 5px 0 35px;
  float: left;
  position: relative;
}

.sayfaFiltreYeniIc i {
  color: #275c5c;
  cursor: help;
  font-size: 14px;
  left: 7px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 20px;
}

.sagFiltreSelect {
  width: 140px !important;
}

.sagFiltreText {
  box-sizing: border-box;
  border: none;
  background: none;
  padding: 6px 0 6px 0;
  width: 200px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  height: 30px;
}

.sayfaFiltreTarih {
  cursor: pointer;
  width: 100px;
  box-sizing: border-box;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  border: none;
  background: none;
}

.sayfaBread {
  float: left;
  color: #cecece;
  line-height: 28px;
  margin-left: 10px;
}

.sayfaBread i {
  margin-right: 5px;
}

.sayfaBread span {
  margin-right: 5px;
}

.sayfaTablo {
  bottom: 5px;
  left: 5px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  font-size: 11px;
  top: 5px;
}

.sayfaTabloSol {
  top: 0;
  bottom: 0;
  left: 0;
  right: 590px;
  overflow: hidden;
  position: absolute;
}

.sayfaTabloSag {
  top: 0;
  bottom: 0;
  right: 0;
  width: 590px;
  overflow: hidden;
  position: absolute;
}

.sayfaIcerik {
  bottom: 5px;
  left: 5px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  font-size: 11px;
  top: 38px;
  display: flex;
  flex-direction: column;
}

.sayfaIcerikIc {
  height: 100%;
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.yerIcerik {
  background-color: #fff;
  overflow: hidden;
  width: 39%;
  box-sizing: border-box;
  min-width: 600px;
}

.yerIcerikTablo {
  width: 59%;
  min-width: 600px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.yerIcerik iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.dataIncele {
  cursor: pointer;
  color: #348fe2;
  margin-right: 10px;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 11px;
}

.dataIncele:hover {
  color: #275c5c;
}

.dataSecili {
  color: #1caf9a;
}

.dataYukari {
  cursor: pointer;
  color: #275c5c;
  margin-right: 10px;
}

.dataYukari:hover {
  color: #348fe2;
}

.dataAsagi {
  cursor: pointer;
  color: #275c5c;
  margin-right: 10px;
}

.dataAsagi:hover {
  color: #348fe2;
}

.temiz2 {
  clear: both;
  height: 5px;
}

.frmLabel {
  position: relative;
  font-size: 12px;
}

.frmSatir {
  position: relative;
  margin-bottom: 5px;
  border-color: #ccc #ccc #ccc #275c5c;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  box-sizing: border-box;
  padding: 0 5px 0 35px;
  background-color: #fff;
  line-height: 28px;
  font-size: 12px;
  min-height: 30px;
}

.frmSatir textarea {
  height: 73px;
  line-height: 16px;
  padding: 5px 0;
}

.inputText {
  border: medium none;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 28px;
  width: 100%;
}

.textIcon {
  position: absolute;
  left: 7px;
  top: 8px;
  color: #275c5c;
  width: 20px;
  text-align: center;
  cursor: help;
  font-size: 14px;
}

.textIcon2 {
  position: absolute;
  left: 7px;
  top: 8px;
  color: #275c5c;
  width: 20px;
  text-align: center;
  cursor: help;
  font-size: 14px;
}

.inputRO {
  background-color: #efefef;
}

.frmResimButons {
  height: 16px;
  position: absolute;
  right: 10px;
  top: 7px;
}

.frmResimEkle {
  position: absolute;
  left: 10px;
  top: 7px;
  color: #275c5c;
  width: 20px;
  text-align: center;
  cursor: pointer;
}

.frmResimKaldir {
  position: absolute;
  left: 10px;
  top: 27px;
  color: #275c5c;
  width: 20px;
  text-align: center;
  cursor: pointer;
}

.frmResimUyari {
  color: #757582;
  font-style: italic;
}

.frmResimBilgi {
  color: #757582;
  font-style: italic;
}

.frmResimYeri {
  width: 291px;
}

.frmResimYeri a {
  display: flex;
}

.formAgac {
  height: 335px;
  overflow: auto;
}

.renkKirmizi {
  color: #d84a38;
}

.butonIptal {
  background-color: #929ba1 !important;
  color: #fff !important;
}

.butonIptal:hover {
  background-color: #6c7a8d !important;
}

#dvTable_length .select2-container {
  display: inline-block;
  margin-right: 10px;
  text-align: right;
}

#dvTable_length label {
  display: block;
  line-height: 28px;
}

.formSelect {
  width: 315px;
  border: none;
  height: 28px;
  font-weight: 300;
  font-size: 12px;
}

.select2-hidden-accessible {
  position: absolute;
  right: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
}

.yetkiEkle {
  cursor: pointer;
  margin-top: 3px;
}

.yetkiCikar {
  cursor: pointer;
  margin-top: 3px;
  margin-left: 5px;
}

.yetkiYetki {
  float: left;
  margin-left: 10px;
  line-height: 34px;
}

.sayfaForm {
  margin: 5px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px 0px #666666;
  -moz-box-shadow: 2px 2px 3px 0px #666666;
  box-shadow: 2px 2px 3px 0px #666666;
  position: relative;
  float: left;
}

.sayfaFormBaslik {
  background-color: #275c5c;
  color: #fff;
  line-height: 28px;
  padding-left: 10px;
  position: relative;
}

.sayfaFormBaslik h3 {
  float: left;
  font-size: 16px;
}

.sayfaFormIc {
  width: 360px;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
  padding: 5px;
}

#ui-datepicker-div {
  background: none;
  background-color: #cecece;
  padding: 0;
}

.inputTelefon {
  padding-left: 70px;
}

.inputTelefonAlan {
  position: absolute;
  left: 35px;
  width: 30px;
  line-height: 34px;
  height: 34px;
  top: 0;
}

.isoitem {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 90px;
}

.isoitemic {
  position: relative;
  border-color: #fff #fff #fff #275c5c;
  border-width: 0px 0px 0px 3px;
  border-style: solid;
}

.isoitemic img {
  display: block;
  box-shadow: 0 1px 5px 0px #333;
}

.isoitemicad {
  padding-top: 5px;
  text-align: center;
  display: block;
  font-size: 10px;
}

.isogerekli {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  text-align: center;
  color: #ff0000;
}

.isoornek {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 20px;
  text-align: center;
}

.dogadosya {
  display: flex;
}

.isobutonekle {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  color: #275c5c;
  text-shadow: 0 0 1px #ffffff;
}

.isobutoncikar {
  z-index: 1;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  color: #275c5c;
  text-shadow: 0 0 1px #ffffff;
}

.highslide-credits {
  display: none !important;
}

.formGizli {
  visibility: hidden;
  position: absolute;
}

.durumAgacIc {
  height: 260px;
  overflow: auto;
}

.inputSec {
  margin-right: 10px;
  margin-top: 4px;
}

.inputSec1 {
  margin-right: 5px;
}

.inputSec2 {
  margin-right: 5px;
}

.bildiriForm {
  position: relative;
  width: 690px;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
}

.bildiriFormIc {
  box-shadow: 1px 1px 3px #000;
  padding: 10px;
  background-color: #fff;
}

.bildiriFormSabit {
  position: absolute;
  top: 0;
  left: 0;
}

.bildiriFormBaslik {
  position: relative;
  background-color: #275c5c;
  padding: 10px 15px;
}

.bildiriFormBaslik h4 {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  float: left;
}

.bildiriSelect {
  width: 600px;
  border: none;
  height: 28px;
  font-weight: 300;
  font-size: 12px;
}

.bildiriAgac {
}

.bildiriSatir {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  line-height: 28px;
}

.kurumSatir {
  position: relative;
}

.kurumSatir:last-child .bildiriButonEkle {
  display: block;
}

.kurumSatir:last-child .kurumAd {
  padding: 0 60px 0px 0px;
}

.kurumSatir:first-child .bildiriButonCikar {
  display: none;
}

.kurumSatir .frmSatir {
  margin-left: 30px;
}

.kurumSatir .frmLabel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  line-height: 30px;
}

.yazarSatir {
  background-color: #bee2ef;
  border-left: 3px solid #587c89;
  margin-bottom: 10px;
  padding: 10px;
}

.yazarSatir .bildiriSatir {
  padding: 0 0 0 35px;
}

.yazarSatir:last-child .bildiriButonEkle {
  display: block;
}

.yazarSatir:last-child .yazarSoyad {
  padding: 0 60px 0px 0px;
}

.yazarSatir .frmSatir:last-child {
  margin-bottom: 0;
}

.yazarSatir:first-child .bildiriButonCikar {
  display: none;
}

.yazarKurum {
  width: 580px;
}

.bildiriButon {
  background-color: #348fe2;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 300;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  float: right;
}

.bildiriButon:hover {
  background-color: #2a72b5;
}

.bildiriButon i {
  margin-left: 5px;
}

.bildiriButonGeri {
  background-color: #929ba1;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 300;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  float: left;
}

.bildiriButonGeri i {
  margin-right: 5px;
}

.bildiriButonGeri:hover {
  background-color: #6c7a8d;
}

.bildiriButonEkle {
  position: absolute;
  text-align: center;
  right: 28px;
  top: 0px;
  line-height: 28px;
  width: 28px;
  color: #fff;
  cursor: pointer;
  background-color: #f59c1a;
  display: none;
}

.bildiriButonEkle:hover {
  background-color: #c47d15;
}

.bildiriButonCikar {
  position: absolute;
  text-align: center;
  right: 0;
  top: 0px;
  line-height: 28px;
  width: 28px;
  color: #fff;
  cursor: pointer;
  background-color: #ff5b57;
}

.bildiriButonCikar:hover {
  background-color: #cc4946;
}

.bildiriSubmit {
  background-color: #ff5b57;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 300;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  float: right;
}

.bildiriSubmit:hover {
  background-color: #cc4946;
}

.bildiriSubmit i {
  margin-left: 5px;
}

.bildiriKaydet {
  background-color: #4a8564;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 300;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  float: right;
}

.bildiriKaydet:hover {
  background-color: #38614a;
}

.bildiriKaydet i {
  margin-left: 5px;
}

.bildiriFormYazi {
  background: #b0ebca none repeat scroll 0 0;
  border-color: #4a8564;
  color: #3c763d;
  padding: 10px;
  margin: 10px 10px 0;
}

.bildiriFormYazi pre {
  white-space: pre-wrap;
}

.valMecburi {
  border-right: 3px solid #054a89 !important;
}

.valErrorI {
  color: #d84a38;
}

.valOkI {
  color: #35aa47;
}

.valErrorSatir {
  border-left: 3px solid #d84a38 !important;
}

.valOkSatir {
  border-left: 3px solid #35aa47 !important;
}

.yazarSunucuDis {
  float: right;
}

#DBDataTitle {
  font-size: 1.2em;
}

.gorTitle {
  font-size: 1.5em;
  font-weight: 700;
  margin: 10px 10px 20px;
}

.gorYazar {
  margin: 10px 10px 10px;
}

.gorSunucu {
  text-decoration: underline;
}

.gorKurum {
  margin: 10px 10px 10px;
}

.gorBody {
  color: #333;
  margin: 10px 10px 20px;
}

.gorBody pre {
  white-space: inherit;
  font: inherit;
}

.gorAnahtar {
  margin: 10px 10px 20px;
}

.gorAnahtarBaslik {
  font-weight: 700;
  margin-right: 10px;
}

.gorSatir {
  margin-top: 0.5rem;
}

.gorSatirBaslik {
  float: left;
  width: 150px;
}

.gorSatirYazi {
  float: right;
  width: 470px;
}

.gorSatirYazi a {
  text-decoration: underline;
  color: #275c5c;
}

.pp_social {
  display: none !important;
}

.excelUploadButon {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 29px;
  background-color: #348fe2;
  border-left: 3px solid #fff;
  padding: 0 5px;
  color: #fff;
  position: relative;
}

.excelUploadButon i {
  margin-left: 5px;
}

.excelUploadButon input {
  left: auto !important;
  right: 0px;
}

.excelUploadYazi {
  background-color: #fff;
  color: #707478;
  float: right;
}

.sayfaFiltreIc .checker {
  margin-top: 3px;
}

#select2-DBDataPuan-container {
  font-size: 24px;
  color: #ff0000;
}

.bildiriPuanDis {
  line-height: 28px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 1px 1px 3px #000;
}

.bildiriPuanIc {
  display: flex;
  justify-content: space-between;
}

.bildiriPuanSol {
  width: 45%;
}

.bildiriPuanSag {
  width: 45%;
}

.bildiriPuan {
  display: flex;
  margin-bottom: 5px;
}

.bildiriPuanBilgi {
  display: flex;
}

.bildiriPuanBilgiIc {
  font-size: 0.8em;
}

.bildiriPuanYazi {
  width: 150px;
  text-align: right;
  margin-right: 10px;
}

.bildiriAdmin {
  border-bottom: 1px solid #cecece;
  padding: 10px;
}

.bildiriKabulDis {
  line-height: 28px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 1px 1px 3px #000;
}

#evrakYeri {
  display: flex;
  flex-wrap: wrap;
}

.evrakItem {
  margin: 10px;
}

.evrakItemButons {
  margin-bottom: 5px;
  height: 30px;
}

.evrakItemIc {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.7);
  box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.7);
  border-left: 3px solid #275c5c;
  padding: 5px;
  margin-bottom: 5px;
}

.evrakItemIc img {
  display: block;
}

.evrakItemIcAd {
  margin-bottom: 5px;
  text-align: center;
  font-size: 10px;
  display: block;
  word-wrap: break-word;
  width: 95px;
}

.evrakOrnek {
  float: left;
  text-align: center;
  width: 20px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.evrakButonEkle {
  color: #275c5c;
  float: right;
  text-align: right;
  width: 95px;
}

.evrakButonCikar {
  color: #275c5c;
  float: right;
  text-align: center;
  width: 20px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.evrakEkleButon {
  border-left: medium none !important;
  cursor: pointer;
  line-height: 30px;
  border-left: medium none !important;
  overflow: hidden !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.evrakEkleYazi {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 30px;
}

.evrakItemKaydetSatir {
  text-align: right;
  margin-top: 5px;
}

.evrakItemKaydet {
  background-color: #348fe2;
  color: #fff;
  cursor: pointer;
  padding: 5px 15px;
  display: inline-block;
}

.evrakItemKaydet:hover {
  background-color: #275c5c;
}

.dataTable thead tr {
  background-color: #eee;
}

.dataTables_scrollHead {
  z-index: 1;
}

.dataTables_scrollHead th div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
}

.dataTables_scrollHead th:hover div {
  overflow: visible;
  white-space: normal;
  height: auto;
  width: auto;
}

.div40 {
  width: 40px;
  color: #275c5c;
}

.div80 {
  width: 80px;
  color: #275c5c;
}

.div120 {
  width: 120px;
  color: #275c5c;
}

.div160 {
  width: 160px;
  color: #275c5c;
}

.div200 {
  width: 200px;
  color: #275c5c;
}

.div300 {
  width: 300px;
  color: #275c5c;
}

.div400 {
  width: 400px;
  color: #275c5c;
}

.aciciSpan {
  text-decoration: underline;
  cursor: pointer;
}

.dvTekCiftTable {
  height: 1px;
}

.dvTek {
  background-color: #e6ecef !important;
}

.dvCift {
  background-color: #cecece !important;
}

.dvSub {
  background-color: #cecece !important;
}

.tableRadios .tableRadio {
  margin-bottom: 0.5rem;
}

.tableRadios .tableRadio:first-child {
  margin-top: 0.5rem;
}

.tableRadios label {
  margin-right: 0.5rem;
}

.sayfaBaslikSag {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.sonucNormal {
}

.sonucRenkli {
  font-weight: 700;
}

.ui_tpicker_hour_slider .ui-timepicker-select {
  padding: 0.25rem 0.5rem;
}

.ui_tpicker_minute_slider .ui-timepicker-select {
  padding: 0.25rem 0.5rem;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: break-spaces;
}
.ustDil {
  display: flex;
}
.ustDil a {
  height: 3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edeae4;
  color: #275c5c;
}

.dilsecili {
  background-color: #aae0cb !important;
}
.ui-dialog-buttonpane {
  padding: 0 !important;
}
.ui-dialog-buttonset {
  width: 100%;
}
.butonKaydet3 {
  font-size: 2rem;
  padding: 0.5rem 1rem !important;
  color: #fff !important;
  background-color: rgb(244, 118, 38) !important;
  margin: 0 !important;
  width: 100%;
}
.butonKaydet3 .ui-button-text {
  font-size: 2rem;
}

.infoError {
  text-align: center;
  padding: 2rem;
  font-size: 1rem;
  color: red;
}

.infoBilgi {
  color: rgb(244, 118, 38) !important;
  margin-top: 1rem;
  text-align: center;
}
.infoBilgiError {
  color: rgb(244, 118, 38) !important;
  margin-top: 1rem;
  text-align: center;
}
