﻿h3, .h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.filter-clear-btn {
    /* Arka Plan ve Kenarlık */
    background-color: #e9ecef; /* Hafif gri arka plan */
    border: 1px dashed #adb5bd; /* Kesikli kenarlık */
    border-radius: 12px; /* Yuvarlatılmış köşeler */
    /* Yazı ve Renk Ayarları */
    color: #0056b3; /* Mavi yazı rengi */
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    /* Hizalama ve Boşluklar */
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
}

/* Sol taraftaki 'x' ikonu için */
.close-icon {
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
}

/* Hover (Üzerine gelince) Efekti */
.filter-clear-btn:hover {
    background-color: #dee2e6;
    border-color: #0056b3;
    color: #004494;
}

/* Focus (Tıklanınca) Efekti */
.filter-clear-btn:active {
    transform: scale(0.98);
}


label, .label {
  font-weight: normal !important;
}

.btn-degerlendirme {
    background-color: #fce4ec !important;
    color: #c2185b !important;
    border: 1px solid #f8bbd0 !important;
}

    .btn-degerlendirme:hover {
        background-color: #f8bbd0 !important;
    }
.btn-degerlendirmeleri-gor {
    background-color: #e91e63 !important;
    color: #ffffff !important;
}

    .btn-degerlendirmeleri-gor:hover {
        background-color: #d81b60 !important;
    }

.profile-avatar {
  text-align: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
}

.pt15 {
  padding-top: 15px !important;
}

.alignleft {
  text-align: left !important;
}

.aligncenter {
  text-align: center !important;
}

.gridbuttonsMargin {
  margin: 0 5px;
}

.marginbottomzero {
  margin-bottom: 0 !important;
}

.headerColor {
  color: #60709C !important;
}

.vamiddle {
  vertical-align: middle !important;
}

.vatop {
  vertical-align: top !important;
}

.colorblue {
  color: #428bca;
}

.fontbold {
  font-weight: bold;
}

.floatright {
  float: right;
}

.btn-sm-ovr {
  padding: 1px 5px !important;
}

.btn-primary-ovr {
  background-color: #283144;
  border-color: #283144;
}

  .btn-primary-ovr i {
    color: white;
  }


.uni-logo-tiny iconic:hover {
  background-color: transparent;
}
/****************SPR BREADCRUMB***************/
.tto-breadcrumb {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0px;
}

  .tto-breadcrumb ul {
    padding: 0;
    border-bottom: solid 1px #283144;
    padding-bottom: 10px;
  }


    .tto-breadcrumb ul li {
      display: inline-block;
      color: gray;
      letter-spacing: 1px;
    }

      .tto-breadcrumb ul li:first-child, .tto-breadcrumb ul li i:first-child {
        display: inline-block;
        color: #2192b6;
      }


/****************LEFT SIDE MENU***************/
.sidebar-menu-wrapper {
  /*position: absolute;*/
  top: 50px;
  width: 230px;
  /*background-color: #545554;*/
  /*background-color: #494848;*/
  background-color: #074856;
  height: 100%;
  left: 0;
}

.tto-container {
  margin-left: 245px;
  margin-right: 15px;
}

.menu-tto-container {
  margin-top: 20px;
}

.sidebar-menu {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

  .sidebar-menu > li {
    margin: 0;
    padding: 0;
  }

    .sidebar-menu > li > ul {
      margin: 5px 15px;
      /*padding: 10px;*/
    }

      .sidebar-menu > li > ul > li {
        margin: 0px;
        padding: 0px;
      }

        .sidebar-menu > li > ul > li > a {
          padding: 5px 5px 5px 10px;
          display: block;
          color: #FFFFFF;
        }

          .sidebar-menu > li > ul > li > a > i {
            color: #add4d9;
          }


          .sidebar-menu > li > ul > li > a > span {
            padding-left: 5px;
          }

          .sidebar-menu > li > ul > li > a:hover {
            background-color: #6e6e6e;
            border-right: solid 2px #ADD4D9;
            border-left: solid 2px #ADD4D9;
          }

    .sidebar-menu > li > a {
      padding: 15px 5px 15px 15px;
      display: block;
      color: #FFFFFF;
    }

      .sidebar-menu > li > a > i {
        color: #add4d9;
      }


      .sidebar-menu > li > a > span {
        padding-left: 10px;
      }

      .sidebar-menu > li > a:hover {
        background-color: #6e6e6e;
        border-right: solid 8px #ADD4D9;
      }

      .sidebar-menu > li > a.active {
        background-color: #6e6e6e;
        border-right: solid 8px #ADD4D9;
      }


/*****************************SEARCH BOX****************************/
.search-project {
  width: 350px;
  padding: 10px;
}


/*********************SIDEBAR HIDE / SHOW****************************/
.sidebar-hidden .sidebar-menu-wrapper {
  left: 0;
  margin-left: -230px;
}

.sidebar-hidden .-container {
  margin: 0 5px !important;
}

/*.modal-content{
    background-color:#ecfaff;
}*/

.sidebar-menu-wrapper, .tto-container, .sidebar-menu {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/************************NEWPROJECT LEFT NAV-PILL*************************/

#projectSteps li.active a {
  color: #428bca;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-right: 0;
}

#projectSteps li {
  margin-top: 0;
  background-color: #f4f9fd;
}

  #projectSteps li a {
    font-size: 1.1em;
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 1px solid #e0e0e0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

    #projectSteps li a:hover {
      border-right: solid 6px #6823C2;
      background-color: white;
    }

    #projectSteps li a i {
      font-size: 0.8em;
      margin-right: 10px;
      color: #dbad7b;
    }

  #projectSteps li.active a {
    color: #636E79;
    background-color: white;
    /*border: 1px solid #f0f3f3;*/
    border-right: 0;
    border-right: solid 6px #f0f3f3;
  }

  #projectSteps li a i.success {
    color: green !important;
  }


.projectHeader {
  display: table;
  margin-left: 10px;
  margin-top: 8px;
  color: #74A6D4;
  margin-bottom: 0 !important;
}

  .projectHeader span:first-letter {
    font-size: 36px;
  }

.firstletterUp {
  display: inline-block;
  margin-right: 10px;
}

  .firstletterUp:first-letter {
    font-size: 30px;
  }

@media (max-width: 1605px) {
  .projectHeader {
    font-size: 17px;
  }
}


/**/
@media (max-width:1545px) and (min-width:1605px) {
  .projectHeader {
    font-size: 22px;
  }
}

@media (max-width:1545px) {
  .projectHeader {
    font-size: 16px;
  }
}

@media (max-width:1445px) {
  .projectHeader {
    font-size: 14px;
  }
}

@media (max-width:1350px) {
  .projectHeader {
    display: none;
  }
}

.btnilerigeri {
  background: #b1c4d7;
  color: #4481b6;
  stroke: #e1eaf1;
  margin-top: -80px;
}


.tab-pane {
  margin-bottom: 55px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: white;
  cursor: default;
  background-color: #4481b6;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}


#divIletisimInfo {
  position: absolute;
  bottom: 60px;
  left: 15px;
  color: white;
}

  #divIletisimInfo a {
    color: white;
  }

    #divIletisimInfo a:hover {
      color: #76AAD7;
    }

.btnturuncu {
  background-color: #fef4e2;
  border: #cec1a8 solid 2px;
}

.mirrorH {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.mirrorV {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.btnkirmizi {
  background-color: #c50000;
  color: white;
}

.btnmavi {
  background-color: #fff;
  border: #afc5dc solid 2px;
  /*color:#142a70;*/
}

.btnmasmavi {
  background-color: #BEB1C7;
  border: #872BC4 solid 2px;
}

  .btnmasmavi:hover {
    background-color: #A573C7;
    border: #872BC4 solid 2px;
  }

.btnmavi:hover {
  background-color: #d6eff7;
  border: #afc5dc solid 2px;
}

.btnyesil {
  background-color: #fff;
  border: #d4e0b4 solid 2px;
}

.btnyemyesil {
  background-color: #f0f6e2;
  border: #d4e0b4 solid 2px;
}


.btnyesil:hover {
  background-color: #f0f6e2;
  border: #d4e0b4 solid 2px;
}

.divgribg {
  padding: 5px;
  background-color: #f0f2f6 !important;
  border-color: #ddd;
  border: #cfcfd1 solid 1px;
}

.divmavibg {
  padding: 5px;
  background-color: #d6eff7 !important;
  border-color: #ddd;
  border: #cfcfd1 solid 1px;
}

.divturuncubg {
  padding: 5px;
  background-color: #f4e5d5 !important;
  border-color: #ddd;
  border: #cfcfd1 solid 1px;
}

.divlacibg {
  padding: 5px;
  background-color: #f2e6f1 !important;
  border-color: #ddd;
  border: #cfcfd1 solid 1px;
}

#dropdownKarar {
  width: 80px;
}

  #dropdownKarar option {
    width: 150px;
  }


.bg-dark {
  background-color: #2192B6 !important;
}

h3.popover-title {
  text-align: center;
}

.k-state-selected {
  background-color: #428BCA !important;
  border-color: #E7E9E7 !important;
  color: #FFF !important;
}

.sortable-list {
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  border: solid;
  border-width: 1px;
  border-color: rgb(181, 181, 181);
  border-radius: 5px;
}

  .sortable-list li {
    border-radius: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }


.ulLiTreeMain, .ulLiTreeMain:hover, .ulLiTreeMain a:hover {
  background-color: #007474;
}

  .ulLiTreeMain a:hover {
    background-color: #007474 !important;
  }


/*************************************************************/
.modalDetayBaslik {
  color: #007474;
}

.modalTable {
  border: solid 1px #797979;
  font-size: 16px;
  width: 100% !important;
}

  .modalTable tr {
    border: solid 1px #797979;
  }

  .modalTable td {
    padding: 5px;
  }

.modalTdBaslik {
  background-color: #e8e8e8;
  font-weight: bold;
  width: 25%;
}

/********************/
/*autocomplete      */
/********************/
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

  .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
  }
/*autocomplete*/

.ml60 {
  margin-left: 60px;
}


.search-input {
  background: url("../Images/iconmonstr-magnifier-10-24.png") 3px 3px no-repeat;
  padding-left: 35px !important;
}



.wrapper {
  margin: 20px auto;
  width: 400px;
}

#myAutocomplete {
  width: 100%;
}


.modal-xlg {
  width: 98% !important;
}

/************************TreeView*************************/

#tree-list {
  height: 510px;
  overflow: auto;
  margin-top: 20px;
}

ul#tree-list li {
  line-height: 35px;
}

  ul#tree-list li a.child-tree-item-link {
    display: inline-block;
    width: 60%;
  }

    ul#tree-list li a.child-tree-item-link:hover {
      background: #E2EAF2;
    }



ul#tree-combobox li {
  line-height: 25px;
}

  ul#tree-combobox li a.child-tree-item-link {
    display: inline-block;
    width: 60%;
  }

    ul#tree-combobox li a.child-tree-item-link:hover {
      background: #E2EAF2;
    }


#divOncelikliAlanBilgisi .dropdown-menu > li > a {
  display: block;
  padding: 0px;
  clear: both;
  font-weight: normal;
  white-space: nowrap;
  color: #255E99;
}

#tree-combobox {
  padding: 10px;
}