.geridon_box{
  float: left;
  text-align: left;
}
.tesis_ekle .btn{
    cursor: pointer;
}
.tesis_ekle_detayli_bilgi #section1 h1{
  text-align: left;
    color: #ffffff;
    font-size:34px;
    margin:100px 0 10px 0;
}
.tesis_ekle_detayli_bilgi #section1 p{
    color: #ffffff;
    text-align: left;
    font-size: 21px;
}
.tesis_ekle #section1{
    border: 0;
    background: #18458B;
}
.tesis_ekle #section11{
    border: 0;
    background: #18458B;
    text-align: center;
}
.tesis_ekle #section11 .kayit_box{
    border: 0;
    background: #18458B;
    text-align: center;
}
.tesis_ekle #section11 .kayit_box ul{
    padding-left: 130px;
    text-align: left;
}
.tesis_ekle #tesis_turu_sec h2{
    color: #18458B;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 30px;
}
.tesis_ekle #tesis_turu_sec h2 a{
    color: #18458B;
}

.tesis_ekle #otel_tesis_tipi_sec,.tesis_ekle #daire_tesis_tipi_sec  {
  text-align: left;
}
.tesis_ekle #otel_tesis_tipi_sec input[type="radio"],.tesis_ekle #daire_tesis_tipi_sec input[type="radio"] {
  display: none;
}
.tesis_ekle #otel_tesis_tipi_sec input[type="radio"]:not(:disabled) ~ label,.tesis_ekle #daire_tesis_tipi_sec input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;

}
.tesis_ekle #otel_tesis_tipi_sec input[type="radio"]:disabled ~ label,.tesis_ekle #daire_tesis_tipi_sec input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.tesis_ekle #otel_tesis_tipi_sec label,.tesis_ekle #daire_tesis_tipi_sec label {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid #CCCCCC;
  padding:2rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
  position: relative;
  margin-top:10px;
}
.tesis_ekle #otel_tesis_tipi_sec label:hover,.tesis_ekle #daire_tesis_tipi_sec label:hover {
  border: 2px solid #18458B;

}
.tesis_ekle #otel_tesis_tipi_sec label h2,.tesis_ekle #daire_tesis_tipi_sec label h2{
  color: #18458B;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.tesis_ekle #otel_tesis_tipi_sec input[type="radio"]:checked + label,.tesis_ekle #daire_tesis_tipi_sec input[type="radio"]:checked + label {
  border: 2px solid #1dc973;
  color: white;
}
.tesis_ekle #otel_tesis_tipi_sec input[type="radio"]:checked + label::after,.tesis_ekle #otel_tesis_tipi_sec input[type="radio"]:hover + label::after,.tesis_ekle #daire_tesis_tipi_sec input[type="radio"]:checked + label::after,.tesis_ekle #daire_tesis_tipi_sec input[type="radio"]:hover + label::after {
  color: #1dc973;
  font-family: Font Awesome\ 5 Pro;
  border: 2px solid #1dc973;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.tesis_ekle .custom-form input{
  margin-bottom:20px;
}

.select-input{
  -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(white, black);
    -webkit-rtl-ordering: logical;
    cursor: pointer;
    margin: 0em;
    font: 400 11px system-ui;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    font-weight: 500;
    float: left;
    border: 1px solid #eee;
    background: #F7F9FB;
    width: 100%;
    padding: 14px 20px 14px 45px;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
    margin-bottom:20px;
}
.select-input:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0c9";
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 10;
}

.gb_yardim_box{
  margin-top: 65px;
}
#otel_tesis_ozellikleri .form-row{

    padding: 0 0 20px;
    margin: 0 0 25px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: left;
 }
#otel_tesis_ozellikleri .form-row .col-md-4{
  margin-bottom: 10px;
 }
#otel_tesis_ozellikleri label.ozellikTipiAdi{
     font-size:20px;
     font-weight: bold;
     margin-bottom: 10px;
     float: left;
 }
#otel_tesis_ozellikleri .ek_aciklama{
     margin-top:7px;
 }
#daire_tesis_secmeliozellik .form-row{

    padding: 0 0 20px;
    margin: 0 0 25px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: left;
 }
#daire_tesis_secmeliozellik .form-row .col-md-4{
  margin-bottom: 10px;
 }
#daire_tesis_secmeliozellik label.ozellikTipiAdi{
     font-size:20px;
     font-weight: bold;
     margin-bottom: 10px;
     float: left;
 }
#daire_tesis_secmeliozellik .ek_aciklama{
     margin-top:7px;
 }
#daire_tesis_ozellikleri .form-row{

    padding: 0 0 20px;
    margin: 0 0 25px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: left;
 }
#daire_tesis_ozellikleri .form-row .col-md-4{
  margin-bottom: 10px;
 }
#daire_tesis_ozellikleri label.ozellikTipiAdi{
     font-size:20px;
     font-weight: bold;
     margin-bottom: 10px;
     float: left;
 }
#daire_tesis_ozellikleri .ek_aciklama{
     margin-top:7px;
 }
#otel_tesis_ekbilgileri .form-row{

    padding: 0 0 20px;
    margin: 0 0 25px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: left;
 }
#otel_tesis_ekbilgileri .form-row .col-md-4{
  margin-bottom: 10px;
 }
#otel_tesis_ekbilgileri input,#otel_tesis_ekbilgileri select,#otel_tesis_ekbilgileri textarea{
  margin-bottom: 30px;
 }
#otel_tesis_ekbilgileri .custom-switch input{
  margin-bottom: 10px;
 }
#otel_tesis_ekbilgileri label.ozellikTipiAdi{
     font-size:20px;
     font-weight: bold;
     margin-bottom: 10px;
     float: left;
 }
#otel_tesis_ekbilgileri .ek_aciklama{
     margin-top:7px;
 }
#daire_tesis_ekbilgileri .filter-tags{
margin-top: 10px;
 }
#daire_tesis_ekbilgileri .filter-tags li{
margin-right: 15px;
float: left;
 }
#daire_tesis_ekbilgileri .filter-tags label{
cursor: pointer;
float: left;
 }
.iptaller label{
cursor: pointer;
float: left;
width: 95%!important;
 }
.iptaller input {
    margin-top: 8px;
    margin-bottom: 30px;
}
#daire_tesis_ekbilgileri label{

  position: relative;
  text-align: left;
  font-weight: 500;
  color: #666;
  color: #878C9F;
  font-size: 13px;
  font-weight: 500;
 }
#daire_tesis_ekbilgileri .form-row{

    padding: 0 0 20px;
    margin: 0 0 25px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: left;
 }
#daire_tesis_ekbilgileri .form-row .col-md-4{
  margin-bottom: 10px;
 }
#daire_tesis_ekbilgileri input,#daire_tesis_ekbilgileri select,#daire_tesis_ekbilgileri textarea{
  margin-bottom: 30px;
 }
#daire_tesis_ekbilgileri .ozellikler input,#daire_tesis_ekbilgileri .ozellikler select,#daire_tesis_ekbilgileri .ozellikler textarea{
  margin-bottom: 0;
 }
#daire_tesis_ekbilgileri .custom-switch input{
  margin-bottom: 10px;
 }
#daire_tesis_ekbilgileri label.ozellikTipiAdi{
     font-size:20px;
     font-weight: bold;
     margin-bottom: 10px;
     float: left;
 }
#daire_tesis_ekbilgileri .ek_aciklama{
     margin-top:7px;
 }
#daire_tesis_ekdetaylar .filter-tags{
margin-top: 10px;
 }
#daire_tesis_ekdetaylar .filter-tags li{
margin-right: 15px;
float: left;
 }
#daire_tesis_ekdetaylar .filter-tags label{
cursor: pointer;
float: left;
 }
.iptaller label{
cursor: pointer;
float: left;
width: 95%!important;
 }
.iptaller input {
    margin-top: 8px;
    margin-bottom: 30px;
}
#daire_tesis_ekdetaylar label{

  position: relative;
  text-align: left;
  font-weight: 500;
  color: #666;
  color: #878C9F;
  font-size: 13px;
  font-weight: 500;
 }
#daire_tesis_ekdetaylar .form-row{

    padding: 0 0 20px;
    margin: 0 0 25px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: left;
 }
#daire_tesis_ekdetaylar .form-row .col-md-4{
  margin-bottom: 10px;
 }
#daire_tesis_ekdetaylar input,#daire_tesis_ekdetaylar select,#daire_tesis_ekdetaylar textarea{
  margin-bottom: 30px;
 }
#daire_tesis_ekdetaylar .ozellikler input,#daire_tesis_ekdetaylar .ozellikler select,#daire_tesis_ekdetaylar .ozellikler textarea{
  margin-bottom: 0;
 }
#daire_tesis_ekdetaylar .custom-switch input{
  margin-bottom: 10px;
 }
#daire_tesis_ekdetaylar label.ozellikTipiAdi{
     font-size:20px;
     font-weight: bold;
     margin-bottom: 10px;
     float: left;
 }
#daire_tesis_ekdetaylar .ek_aciklama{
     margin-top:7px;
 }
 .konusma_balonu {
   margin: 40px;
   display: inline-block;
   position: relative;
   width: 400px;
   height: auto;
   background-color: #ffffff;
   border: 2px solid #F9B90F;
   border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
 }

 .konusma_balonu:after {
   content: " ";
   position: absolute;
   width: 0;
   height: 0;
   left: 38px;
   right: auto;
   top: auto;
   bottom: -20px;
   border: 12px solid;
   border-color: #ffffff transparent transparent #ffffff;
 }
 .konusma_text {
   padding: 1em;
   text-align: left;
   line-height: 1.5em;
 }
 .konusma_text p {
   /* remove webkit p margins */
   -webkit-margin-before: 0em;
   -webkit-margin-after: 0em;
 }
.konusma_balonu_box_title{
  font-family: 'Bellerose Light:1.0';
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 48px;
  margin-top: -60px;
}
.kayit_box{
  width: 100%;
  padding: 20px;
  text-align: left;
  color:#fff;
}
.kayit_box_title{
  font-size:24px;
  font-weight: bold;
}
.kayit_box ul{
  margin-top:20px;
  padding-left: 20px;
  list-style: disc;
}
.kayit_box ul li{
  margin-bottom:15px;
  font-size:16px;
}
.kayit_box_btn .btn{
  font-size:16px;
  font-weight: bold;
  margin-top:20px;
}
#section2,#section6,#section10 {
  padding: 20px 0px;

}
#section2 .slogan_box p,#section6 .slogan_box p,#section10 .slogan_box p{
  color:#ffffff;
  font-size:20px;
  font-weight: 500;
  padding-bottom: 0;

}
#section3 {
  text-align: left;
}
#section3 .btn{
  margin-top:10px;
  margin-left: 10px;
}
.section_box_title {
  font-size:24px;
  font-weight: bold;
}
#section3 ul{
  margin-top:20px;
  padding-left: 30px;
  list-style: disc;
}
#section3 ul li{
  margin-bottom:15px;
  font-size:16px;
}
#section3 .image_box{
  text-align: left;
}
#section4 {
  text-align: left;
}
#section4 .section_box_title{
  margin-bottom:20px;
}
#section4 .avantaj_box{
  text-align: left;
  border:1px solid #ccc;
  padding: 20px;
  margin-bottom:30px;
  padding-right: 80px;
  background-color: #fff;
}
#section4 .avantaj_box .box_title{
  font-size:20px;
  font-weight: 600;
  margin-bottom:10px;
}
#section4 .avantaj_box img{

      position: absolute;
      right: 40px;
      top: 30px;
      z-index: 1;
}
#section5 {
  text-align: left;
}
#section5 .section_box_title{
  margin-bottom:20px;
}
#section5 .avantaj_box{
  text-align: left;
  border:1px solid #ccc;
  padding: 20px;
  margin-bottom:30px;
  padding-right: 80px;
  background-color: #fff;
  min-height: 202px;
}
#section5 .avantaj_box .box_title{
  font-size:20px;
  font-weight: 600;
  margin-bottom:10px;
}
#section5 .avantaj_box i{
      font-size: 64px;
      position: absolute;
      right: 40px;
      top: 30px;
      opacity: 0.4;
      z-index: 1;
}
#section5 .avantaj_box img{

      position: absolute;
      right: 40px;
      top: 30px;
      z-index: 1;
}
#section7 {
  padding: 60px 0;
  text-align: left;
}
#section7 p{
  margin-top:70px;
  font-weight: 600;
  font-size:18px;
}
#section7 .image_box{
  text-align: center;
}
#section8 {
  padding: 60px 0;
  text-align: left;
}
#section8 p{
  margin-top:70px;
  font-weight: 600;
  font-size:18px;
}
#section8 .image_box{
  text-align: center;
}
#section9 {
  padding: 60px 0;
  text-align: left;
}
#section9 p{
  margin-top:70px;
  font-weight: 600;
  font-size:18px;
}
#section9 .image_box{
  text-align: center;
}
#files {
  overflow-y: scroll !important;
  height: 215px;
}

@media (max-width: 768px) {
  #files {
    min-height: 0;
  }
}

#debug {
  overflow-y: scroll !important;
  height: 180px;
}

.dm-uploader {
  border: 0.25rem dashed #A5A5C7;
  text-align: center;
}

.dm-uploader.active {
  border-color: red;

  border-style: solid;
}

.orderBox ul,
.orderBox ol,
.orderBox li {
  margin: 0;
  padding: 0;
  list-style: none;
}




#reorder-helper {
  margin: 18px 10px;
  padding: 10px;
}

.light_box {
  background: #efefef;
  padding: 20px;
  margin: 15px 0;
  text-align: center;
  font-size: 1.2em;
}

/* image gallery */
.gallery {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gallery ul li {
  padding: 7px;
  border: 2px solid #ccc;
  float: left;
  margin: 10px 7px;
  background: none;
  width: auto;
  height: auto;
  position: relative;
}
.gallery ul li .btn-danger{
  position: absolute;
  right: 5px;
  padding: 5px
}

.gallery img {
  width: 120px;
  height: 100px
}

/* notice box */
.notice,
.notice a {
  color: #fff !important;
}

.notice {
  z-index: 8888;
  padding: 10px;
  margin-top: 20px;
}

.notice a {
  font-weight: bold;
}

.notice_error {
  background: #E46360;
}

.notice_success {
  background: #657E3F;
}
.p-5 {
    padding: 3rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.mt-3, .my-3 {
    margin-top: 2rem !important;
}
h3, .h3 {
    font-size: 1.0rem;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0.25rem;
}

.card {
   box-shadow: 0 0 10px rgba(28, 39, 60, 0.05);
}
.h-100 {
   height: 100% !important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.card-header, .card-footer {
    background-color: transparent;
    border-color: rgba(72, 94, 144, 0.16);
}
.card-header {
    padding: 15px;
}


.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
@media (min-width: 576px){
.card-header {
    padding: 15px 20px;
}
}

.p-2 {
    padding: 0.5rem !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}
.media-body {
    flex: 1;
}
.media-body p{
    font-size:12px;
    text-align: left;
}
.dm-uploader .btn {
    cursor: pointer;
}

.dm-uploader .btn input[type=file] {
  height: 100%;
  z-index: 99;
}
.gallery {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.gallery ul li {
    padding: 7px;
    border: 2px solid #ccc;
    float: left;
    margin: 10px 7px;
    background: none;
    width: auto;
    height: auto;
    position: relative;
}
.gallery .button, .ui-datepicker-buttonpane button, .sp-container button {
  cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #001737;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.46875rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gallery ul li .btn-danger {
    position: absolute;
    right: 5px;
    padding: 5px;
}
.gallery .btn-xs {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0.25rem;
}
.gallery .button, .ui-datepicker-buttonpane button, .sp-container button {
    font-size: inherit;
}
.gallery .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-xs {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0.25rem;
}
.text-success{
  color:#5ECFB1;
  font-weight:bold;
}

.text-danger{
  color:#dc3545;
}

.animated_textbottom{
  float: left;
  color: #fff;
  font-size: 48px;
  text-align: left;
  margin-top: 10px;
}
.animated-text{
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  margin-top:125px;
  font-size: 48px;
  color:#F9B90F;
  float: left;
  padding: 0 40px 0 0;
  height: 60px;
  overflow: hidden;
}

.line{
  text-align: left;
  font-size: 48px;
  line-height: 60px;
}

.line:first-child{
  animation: anim 20s infinite;
}

@keyframes anim {
  0%{
    margin-top : 0;
  }
  16%{
    margin-top : -60px;
  }
  33%{
    margin-top : -120px;
  }
  50%{
    margin-top : -180px;
  }
  66%{
    margin-top : -120px;
  }
  82%{
    margin-top : -60px;
  }
  100%{
    margin-top : 0;
  }
}
#sss .list-single-main-item{
  margin-top:20px;
}
#sss .list-single-main-item ul{
  padding-left:20px;
  float: left;
  text-align: left;
  list-style: disc;
}
#sss .list-single-main-item ul li{
  margin-bottom:10px;
}
section h1{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #566985;
}
h4{
    font-size: 24px;
    padding-top: 0;
    margin-top: -20px;
    margin-bottom: 10px;
}
.success-table-container{
  float: left;
  margin-top: 30px;
}
.btn_ek_secenek{
  clear: both;
  border:1px solid #18458B;
  padding: 5px 10px;
  color:#18458B;
  float: left;
  font-size:12px;
  font-weight: bold;
  margin-bottom:15px;
}
.btn_ek_secenek:hover{
  border:1px solid #F9B90F;
  color:#18458B;
}
.eksecenek{
  float: left;
  width: 45%;
  margin-right: 10px;
}
.eksecenek input{
  padding: 10px!important;
}
.border_b_1px{
  border-bottom:1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom:10px;
}

.iptaller .eksecenek{
width: 100%;
 }
#progressbar li.active {
    font-weight: bold;
}
#progressbar li {
    width: auto!important;
    padding: 10px 25px;
}
