
#form-periyodikFormYazdir .table > thead > tr > th,
#form-periyodikFormYazdir .table > tbody > tr > th,
#form-periyodikFormYazdir .table > tfoot > tr > th,
#form-periyodikFormYazdir .table > thead > tr > td,
#form-periyodikFormYazdir .table > tbody > tr > td,
#form-periyodikFormYazdir .table > tfoot > tr > td {
  padding: 2px;
  line-height: 1;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  font-size: 12px;
}
#form-periyodikFormYazdir .form_doktor p{
  margin: 0;
}
#form-periyodikFormYazdir .formPersonelResim{
  width: 120px;
}


#form-periyodikFormYazdir{
  color: #000 !important;
}

.timeline-chat{
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}


.modal-dialog {
  width: 70%;
  margin: 30px auto;
}

#personel_sonuc{
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
#personel_sonuc li{
  cursor: pointer;
  border: 1px solid;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #000;
  font-weight: bold;
}
#personel_sonuc li:hover{
  color: red;
}

body.dark .icons-list-item {
  background: #3a446b;
  color: #b9b9b9;
}

.nav-tabs-dikey{}
.nav-tabs-dikey a{
  width: 100%;
  color: #000;
}
body.dark .nav-tabs-dikey a{
  width: 100%;
  color: #fff;
}

.btn-sm {
  padding: 5px 5px;
}


#menuYetkileri .dd-items{
  border: 1px solid;
  padding: 1px 5px;
  margin-bottom: 5px;
}
#menuYetkileri .dd-items:hover{
  border: 1px dashed;
}
#menuYetkileri .dd-handle-custom {
  padding: 0;
  margin: 0;
  height: auto;
  border: 0;
  line-height: 12px;
}
#menuYetkileri .dd-list {
  padding-left: 10px;
  margin-top: 10px;
}
#menuYetkileri .dd-islem {
  margin-top: 0px;
}

.tab-content>.tab-pane {
  padding: 10px;
}

.icons-list{
  list-style: none;
}
.icons-list-item{
  float: left;
  padding: 10px;
  background: #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 30px;
  cursor: pointer;
}

.content-header {
  margin-bottom: 20px;
  background: #fff;
  padding: 5px 10px;
  border: 1px dashed green;
}

#pageForm button i{
	margin-right: 5px !important;
	font-size: 10px !important;
}

/* İŞLEM SONUÇ */
.islemSonuc {
	background:rgba(0,0,0,0.5);
  cursor:pointer;
  display:none;
  /*height:100%;*/
  position:fixed;
  text-align:center;
  top:0;
  width:100%;
  z-index:10000;
}
.islemDurum{
	background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
	top: 15%;
	width: 50%;
  color: #000;
}
.islemSonuc > div{
	margin-bottom: 0;
}

#filtreDeger,
.btn-filtreDegerGuncelle,
#kargoFirmaDeger,
.btn-kargoFirmaDegerGuncelle,
.fileupload-buttonbar,
#pageGaleri,
.pageForm,
.btn-notGuncelle,
.btn-veriGuncelle,
.btn-hesapGuncelle,
.btn-vazgecHref{
	display: none;
}


/* NESTABLE */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}
.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-item, .dd-empty, .dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}
.dd-handle {
	display: block;
	height: 34px;
	margin: 5px 0;
	padding: 6px 10px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-handle:hover {
	color: #cccccc;
	background: #fff;
}
.dd-handle-custom{
	display: inline-block;
}
.dd-islem{
	display: inline-block;
	float: right;
	margin-top: -3px;
	z-index: 999;
}
.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 7px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.dd-item > button:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
	content: '-';
}
.dd-placeholder {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: white;
	border: 1px dashed #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), -webkit-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
	background-image: -moz-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), -moz-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
	background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}
.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}


.card:hover {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Mobile */
@media (max-width: 479px){
  #datatable_tabletools_length{
    display: inline-block;
  }
  #datatable_tabletools_filter{
    display: inline-block;
  }
  #datatable_tabletools_filter input{
    width: 100px;
  }
  #datatable_tabletools_wrapper .col-sm-6{
    width: 50% !important;
  }

  .content-title{
    font-size: 18px;
  }
  .btn{
    font-size: 10px;
  }

}
