﻿body {
}

label {
  font-size: 12px;
}

.input-sm {
  border-radius: 1px;
}

.form-group {
  margin-bottom: 10px;
}

.inforequired {
  font-size: 18px;
  color: #8a5252;
  margin-top: 5px;
}

h5, .h5 {
  font-size: 12px;
  font-weight: bold;
}

.profile {
  border: 1px solid #ddd;
  border-radius: 1px;
  margin-left: 10px;
}


.panel-footer {
  padding: 10px 15px;
  background-color: white;
  border-top: 1px solid white;
  border-bottom-left-radius: 1px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #7d8086;
  border-bottom-left-radius: 1px;
  color: white;
}
/*İlan listesi sayfasındaki Profil card */
.profile-bg {
  background-color: #37435b;
  background-position: 0 50%;
  background-size: 100% auto;
  border-bottom: 1px solid #e1e8ed;
  border-radius: 1px 1px 0 0;
  height: 95px;
  width: 100%;
  position: relative;
}

  .profile-bg .logout {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    font-size: 20px;
    /* background-color: maroon; */
    /* border-radius: 50%; */
    cursor: pointer;
  }

    .profile-bg .logout i {
      color: #37435b;
      z-index: 9999;
      padding: 10px;
      border: solid 1px #37435b;
      border-radius: 50%;
      background-color: #fbfbfb;
      cursor: pointer;
    }

.profile-block {
  display: block !important;
}

.profile-title {
  margin: -35px -10px 0;
  width: 100%;
}

.profile .profiletext {
  display: initial;
  width: 50%;
}

@media only screen and (max-width: 1750px) {
  .profile-title span {
    margin-left: 35% !important;
  }
}

@media only screen and (max-width: 1500px) {
  .profile-title span {
    margin-left: 40% !important;
  }
}

.profile-title span {
  margin-left: 30%;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.profile-avatarWrap {
  background-color: #fff;
  border-radius: 6px;
  display: inline-block !important;
  margin: -30px 5px 0 8px;
  max-width: 100%;
  padding: 1px;
  vertical-align: bottom;
}

.profile-avatarImg {
  border: 2px solid #fff;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  height: 100px;
  width: 100px;
}

.profile-userinfo {
  margin: 10px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}



.info-title label {
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  width: 120px;
}

.info-content {
  font-size: 12px;
}

.btn, .btn-sm, .btn-md {
  border-radius: 1px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.label-danger {
  background-color: #d9534f;
  background-color: #8a5252;
  padding: 5px;
  border-radius: 3px;
  color: white;
}

/*ana buton olarak kullanılacak buton stili */
.btn-process {
  background-color: #37435b;
  border-color: #37435b;
  color: white;
}

  .btn-process:hover,
  .btn-process:focus,
  .btn-process:active,
  .btn-process.active {
    background-color: #2d374b;
    border-color: #242c3b;
    color: white;
  }

  .btn-process.disabled:hover,
  .btn-process.disabled:focus,
  .btn-process.disabled:active,
  .btn-process.disabled.active,
  .btn-process[disabled]:hover,
  .btn-process[disabled]:focus,
  .btn-process[disabled]:active,
  .btn-process[disabled].active,
  fieldset[disabled] .btn-process:hover,
  fieldset[disabled] .btn-process:focus,
  fieldset[disabled] .btn-process:active,
  fieldset[disabled] .btn-process.active {
    background-color: #37435b;
    border-color: #37435b;
    color: white;
    cursor: pointer;
  }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
}


.divIlanList {
  margin-right: 20px;
}

  .divIlanList .panel, .panel {
    border-radius: 1px;
    margin-bottom: 5px;
  }

  .divIlanList .panel-default > .panel-heading {
    padding: 5px 15px;
    background-color: #7d8086;
    color: white;
  }

  .divIlanList .panel-default > .panel-heading a {
    text-decoration: blink;
    color: white;
  }
    .divIlanList .panel-default > .panel-heading a:hover, .divIlanList .panel-default > .panel-heading a:focus,
    .divIlanList .panel-default > .panel-heading a:active {
      color: white !important;
    }

  .divIlanList .panel-heading, .panel-heading {
    padding: 5px 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
  }

  .divIlanList .panel-body {
    padding: 5px;
    border-bottom: solid 1px #ddd;
  }

  .divIlanList p {
    margin-bottom: 5px;
    font-size: 12px;
  }

.alert {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 1px;
}

.modal-header {
  padding: 12px 15px;
  border-bottom: 1px solid #e5e5e5;
}

/*sağdan açılan modal için css*/
.modal-full-height.toggleright .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal-full-height.toggleright .modal-content {
  height: 100%;
  /*overflow-y: auto;*/
  overflow-y: hidden;
}

.modal-full-height.toggleright .modal-body {
  padding: 15px 15px 80px;
}

.modal-full-height.toggleright.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal-full-height.toggleright.fade.in .modal-dialog {
  right: 0;
}

.modal-full-height .modal-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: white;
}
/*.modal-full-height .modal-dialog {
  width: calc(100% - 275px);
}*/
.modal-full-height .modal-content {
  border-radius: 0;
  border: none;
}


.img-child {
  position: relative;
  /*top: 0;
  right: 25px;*/
}

  .img-child img {
    height: 125px;
    width: 125px;
    box-shadow: 0 0 5px #888888;
    margin: 10px 0px;
    border-radius: 7px;
  }

  .img-child .img-link {
    display: none;
    position: absolute;
    /*top: 42%;
    left: 34%;*/
    left: 35%;
    bottom: 15%;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 1);
    border-radius: 36px;
    padding: 0 !important;
    padding-top: 6px !important;
    font-size: 2em;
    background: rgba(255, 255, 255, 0.85);
    color: #000;
    z-index: 2;
    cursor: pointer;
  }

  .img-child:hover .img-link {
    display: block;
  }

    .img-child:hover .img-link:hover {
      border: 2px solid rgba(255, 255, 255, 1);
      background: rgba(0, 0, 0, 0.7) !important;
      color: #FFF;
    }

#btnpersonImageUploadPD {
  /*left: 36%;*/
  left: 37px;
}

#btnChildImageClearPD {
  left: 17%;
}

.circle-icon {
  font-size: 12px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border-bottom-color: transparent;
  background-color: #37435b;
  color: white;
  /* border-radius: 1px; */
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    /* border-bottom: 1px solid #ddd; */
    /* border-radius: 4px 4px 0 0; */
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
  /*margin-left: 20px;
  margin-right: 20px;*/
}

.bootstrap-dialog .modal-header {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.bootstrap-dialog.size-normal .bootstrap-dialog-title {
  font-size: 14px;
}

.bootstrap-dialog.size-normal .bootstrap-dialog-message {
  font-size: 12px;
}

.bootstrap-dialog .modal-footer {
  padding: 10px;
}

.bootstrap-dialog .modal-content {
  border-radius: 2px;
}

.bootstrap-dialog .modal-footer .btn-primary {
  background-color: #37435b;
  border-color: #37435b;
  color: white;
}


.dropdown .btn {
  padding: 4px 12px;
}

.dropdown-menu {
  right: 0 !important;
  font-size: 12px;
  border-radius: 1px;
}
