/*
 * User: Şeref Ayazgün <serefayazgun@gmail.com>
 * Date: 28.11.2018
 * Time: 14:27;
*/
/*sabitler*/
.floatr{float: right;}
/*Label Css İşlemleri*/
.label
{
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.label-info{background-color: #1068a0;}
.label-danger{background-color:#d9534f;}
.label-success{background-color: #009688;}
.label:hover{color:#f1eded;}
/*Alert Css İşlemleri*/
.alert-danger
{	
	color: #F44336;
  background-color: #f8d7da;
  border: 1px solid #daadb1;
}
.alert-default
{
   background: #D7E3EE;
   border: 1px solid #b5c5d4;
}

#gorevBilgiList {
  border-collapse: collapse;
  width: 100%;
}

#gorevBilgiList td, #gorevBilgiList th {
  border: 1px solid #ddd;
  background: #edf7ff;
  padding: 8px;
}

#gorevBilgiList tr:nth-child(even){background-color: #f2f2f2;}

#gorevBilgiList tr:hover {background-color: #ddd;}

#gorevBilgiList th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2c4554;
  color: white;
}

/*akardiyon yapı*/
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #607D8B;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #c2dcf4;/*#16a085;*/
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  margin-left: 0px;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height .35s;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}
/* Icon */
.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
  content: "\25BC";
}

.tab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
strong i.fa-edit{color:#00BCD4;}
strong i.fa-trash-alt{color:#F44336;}


.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  /*font-size: 16px;  */
  border: none;
  outline: none;
  color: white;
  /*padding: 14px 16px;
  font-family: inherit;*/
  background-color: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:#2c455496;/*#2c4554;*/
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
  font-size: 12px;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-top : 1px solid #fff;
}
.dropdown-content a:hover {
  /*background: #607D8B;
  border-left: 2px solid #8BC34A;*/
  background: #2c455496;
  border-left: 5px solid #8BC34A;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/*Tab Menü*/
.tab-menu p:not(:last-child) {
  margin: 0 0 20px;
}

.tab-menu {
  max-width: 77.89%;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*background: #fff;*/
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 281px;
}

.tab-menu section {
  display: none;
  padding: 5px 0 0;
  border-top: 1px solid #cddabd;
}

.tab-menu input {
  display: none;
}

.tab-menu label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 8px 20px;
  font-weight: 600;
  text-align: center;
  background-image: linear-gradient(#ffffff, #e4e9eb);
}

.tab-menu label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
/*
.tab-menu label[for*='1']:before {
  content: '\f1cb';
}

.tab-menu label[for*='2']:before {
  content: '\f17d';
}

.tab-menu label[for*='3']:before {
  content: '\f16c';
}

.tab-menu label[for*='4']:before {
  content: '\f171';
}
*/
.tab-menu label:hover {
  color: #789;
  cursor: pointer;
}

.tab-menu input:checked + label {
  border: 1px solid #cddabd;
  border-top: 1px solid #cddabd;
  border-bottom: 1px solid #e5e9ec;
  background: #deead2;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#evrak-tab1:checked ~ #evrak-content1,
#evrak-tab2:checked ~ #evrak-content2 {
  display: block;
}

@media screen and (max-width: 800px) {
  .tab-menu label {
    font-size: 0;
  }

  .tab-menu label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .tab-menu label {
    padding: 15px;
  }
}
/*Sabit Değerler*/
.cancel{color :#F44336;}
.success{color :#009688;}
.colorgreen{color: #65cc0c;}
.colorgit{color: #009688;}
.colorred{color: #F44336;}
.colorinfo{color: #00BCD4;}
.width100{width: 100%;}
.width95{width: 95%;}
.width75{width: 74%;}
.width70{width: 69%;}
.fs18{font-size: 18px;}
.fs22{font-size : 22px;}
.fs30{font-size : 30px;}
.floatRight{float: right;}
.floatLeft{float: left;}
.davaproinput.minitelefon{width: 115px;height: 12px;}
.maxwidth55{max-width: 55px;}
a.fa-edit{color: #00BCD4;}
a.fa-trash-alt {color: #F44336;}
a.fa-plus {color:#009688;}

#avukat_nufusbilgileri{height: 150px;
    overflow: auto;}

.skype-meeting {color: #00AFF0}
.whatsapp-meeting {color: #128C7E}
.telegram-meeting {color: #0088CC}
.zoom-meeting {color: #2D8CFF}

.check-dosya-input {
  opacity: unset !important;
  z-index: unset !important;
  margin: unset !important;
}
.check-dosya-label {
  display: unset !important;
  line-height: unset !important;
  position: unset !important;
  background: unset !important;
  color:#000000 !important;
}
.check-dosya-label::after{
  display: unset !important;
  line-height: unset !important;
  position: unset !important;
  background: unset !important;
  color:#000000 !important;
}
p.toggleCheck{
  
}
.savedisk:before {
  content: "\f0c7";
}
.btn-success {
  color: #fff;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}