* {
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
}

*:before,
*:after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper {
  min-height: 100vh;
  display: block;
  position: relative;
  padding-bottom: 100px;
}

body {
  background-color: light;
  line-height : 0;
  font-size: 0.80rem;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
}

h5, h6 {
  font-weight: bold;
}

.tape {
  background-color: white;
  width: 95%;
  height: auto;
  margin: auto;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.logo img {
  position: absolute;
  margin-left: 50px;
  margin-top: 20px;
  max-height: 50px;
}

span{
  line-height: 1.2 !important;
}

.menu {
  position: absolute;
  width: 100%;
}

.menu ul {
  /* line-height: 60px; */
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: right;
  margin: 0;
  padding-right: 0px;
  transition: 1s;
}

.menu ul li {
  display: inline-block;
  padding: 16px 16px;
}

.menu ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}

.menu-icon {
  line-height: 60px;
  width: 100%;
  background: transparent;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 24px;
  cursor: pointer;
  color: #fff;
  display: none;
}

@media(max-width: 786px) {
  .logo {
    position: fixed;
    top: 0;
  }

  nav ul {
    max-height: 0px;
    background: #000;
  }

  nav.transparent ul {
    background: #000;
  }

  .showing {
    max-height: 34em;
  }

  nav ul li {
    box-sizing: border-box;
    width: 70%;
    padding: 24px;
  }

  .menu-icon {
    display: block;
  }
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {
  #content-desktop {display: none;}
  #content-mobile {display: block;}
}

/* Sayfa degisiligi confirmation mesaji */
.confirm-desktop {display: block;}
.confirm-mobile {display: none;}

@media screen and (max-width: 400px) {
  .confirm-desktop {display: none;}
  .confirm-mobile {display: block;}
}
/* End sayfa degisiligi confirmation mesaji */

#always-bottom-button {
  display: block;
  margin: 0 auto;
}

.progress {
  margin-left: 250px;
  height: 15px;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #b2b2b2;
  background: rgba(178, 178, 178, 0.7);
  padding: 10px;
  border-radius: 60px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover {
  background: rgba(178, 178, 178, 1.0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover .fa {
  padding-top: -10px;
}

.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.navbar {
  padding: 0px !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  display: block;
}

#messages_error{
  color: red ;
  font-size: 20px;
  margin-top: 15px;
  margin-left:6%;
}

#messages_success{
  color: green ;
  font-size: 20px;
  margin-top: 15px;
  margin-left:6%;
}

#loader {
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 0px;
  right: 0;
  margin: auto;
  height: 2em;
  width: 2em;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffffffcf;
}
#loader img{
  position: relative;
  left: 45%;
  top: 40%;
}

#job_type_card{
  background-color:white;
  border-radius:10px;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2), 0 11px 28px 0 rgba(0, 0, 0, 0.19);
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10,
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
.col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10,
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5,
.col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right:5px !important;
  padding-left:5px !important;
}
.container-fluid{
  padding-right:0px !important;
  padding-left:0px !important;
}
.card_input_distance{
  margin-top: 9px;
}

/* Select2 Dropdown duzenlemeleri */
.select2 {
  /* Mobil uyum icin */
   width:100% !important;
 }
.select2-selection__rendered {
    line-height: 31px !important;
  }
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
  height: 34px !important;
 }
.select2-selection__choice {
  margin: 5px !important;
 }
 /*  End select2 Dropdown duzenlemeleri */

/* Form field labellari ortalar */
.form_field_label {
  display: block;
  text-align: center;
  line-height: 150%;
}
/* End form field labellari ortalar */

.form-control-sm{
  /* İnfo iconu sağ kısıma sığması için bu alanı kuculttuk ve inline yaptık */
  display: inline-block;
}

.form_tooltip{
  width:20px;
  max-width:20px;
  height:20px;
}

.col-lg-6{
  /* job type alanlarının sag ve sol bosluklarını kontrol eder */
  padding-right: 10px !important;
  padding-left: 5px !important;
}

.col-form-label-sm {
  font-size: 0.80rem !important;
}

.btn {
  font-size: 0.95rem !important;
}

#orderSumSubmit:disabled{
  background-color: #69b1ff;
  cursor:not-allowed;
}

.link {
  color: #E7E7E7;
}

#dropdownMenu {
  overflow-y: scroll;
  max-height: 120px;
}

.big_check_box{
  width: 20px;
  height: 15px;
}

#listId{
  color: black;
}

.div-table {
  display: table;
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}

.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
  border: 1px solid gray;
  background-color:#F1F1F1;
  height: 50;
}

.div-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;
  margin : 5px;
}

.dz-remove
{
  display:inline-block !important;
  width:1.2em;
  height:1.2em;
  position: absolute;
  top: 15%;
  right: 2px;
  margin-right:2px;
  z-index:1000;
  font-size:1.2em !important;
  line-height:1em;
  font-weight:bold;
  border:1px solid red !important;
  border-radius:0.5em;
  color:red;
  background-color:white;
  opacity:.5;
}

.dz-remove:hover
{
  text-decoration:none !important;
  opacity:1;
  color:red;
}

@media screen and (max-width: 1200px) {
  #cke_id_value {
    width: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  #cke_id_value {
    width: auto !important;
  }
}

#id_value{
  display: none;
}
