/*
                  _   _             _ _ _ _ _        _ 
                 | | | |           | (_|_|_) |      | |
  _ __ ___  _   _| |_| |_   _    __| |_ _ _| |_ __ _| |
 | '_ ` _ \| | | | __| | | | |  / _` | | | | __/ _` | |
 | | | | | | |_| | |_| | |_| | | (_| | | | | || (_| | |
 |_| |_| |_|\__,_|\__|_|\__,_|  \__,_|_| |_|\__\__,_|_|
                                      _/ |             
                                     |__/

Samet Mutlu +05422419932 mutludijital.com.tr
*/
/* Style the form */
#regForm {
  background-color: #ffffff;
 
  padding: 5px;
  width: 100%;
 
}



/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 0px;
  width: 0px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.0;
}

/* Mark the active step: */
.step.active {
  opacity: 0;
  background-color: #065c8b;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #065c8b;
}

.formblok {
 margin-top: 10px;
  background-color: white;
  padding: 0px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
          box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

.formblok h2 {
  font-size: 20px;
  width: 100%;
  line-height: 1.3em;
}

.form_yildizlar {
  margin: 2px 0px;
}

.form_yildizlar i {
  font-size: 11px;
  color: #ffbf4d;
}

.yerlesim, .katkonumu, .izolasyon, .grmarkalar, .ktes, .gtes, .prj, .modeller, .rmontaj, .komontaj, .dgsayac, .kmalan, .bacaclass, .komiade {
    visibility: hidden;
}




.fit-image {
    width: 100%;
    object-fit: cover
}

.card {
    padding-bottom: 20px
}

.card-header {
    padding: 20px 10px
}

.card-body {
    display: none;
    padding-left: 5px;
    padding-right: 5px
}

.card-body.show {
    display: block
}

.yellow-text {
    color: #FBC02D
}

.card-block {
	
    border: 1px solid lightgrey;
    padding: 10px 20px 2px 20px;
	border-radius: 5px !important;
    background-color: #FAFAFA;
	-webkit-box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
    box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
    margin-bottom: 5px
}
.card-block-cal {
	
    border: 1px solid lightgrey;
    padding: 10px 0px 2px 0px;
	width: 45%;
	border-radius: 5px !important;
	margin-bottom: 5px
}

.card-block-isler {
	
    border: 1px solid lightgrey;
    padding: 10px 5px 2px 5px;
	border-radius: 5px !important;
    background-color: #FAFAFA;
	-webkit-box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
    box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
    margin-bottom: 5px
}

.card-block-kombilist {
	
    border: 1px solid lightgrey;
    padding: 10px 20px 2px 20px;
	border-radius: 5px !important;
	-webkit-box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
    box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
    margin-right: 5px;
	 margin-bottom: 5px;
	
	
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    filter: grayscale(20%)
}

.radio:hover {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.radio.selected {
    border: 1px solid #F9A825;
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.fa-check {
    color: #FBC02D;
    border-radius: 50%;
    border: 2px solid #FBC02D;
    padding: 2px
	
}

.fa-circle {
    color: #FAFAFA;
    border-radius: 50%;
    border: 2px solid #BDBDBD;
    padding: 2px 3.155px
	
}

.pic,
.pic-0 {
    height: 90px;
    width: 130px
}
.pic-1 {
    width: 90px;
    height: 130px
}

.pic-2 {
    width: 350px;
    height: auto;
	margin-top: 3px;
    margin-bottom: 3px
}
.pic-3 {
    height: 70px;
    width: 90px
}
.pic-list {
	margin: 0;
	width: 90%;
	min-width: 90px;
	max-height: 180px;
    height: auto

}
.pic-logo {
   width: 130px;
   height: 65px
}

.pic {
    margin-top: 3px;
    margin-bottom: 3px
}

.btn-blue {
    margin-top: 40px;
    background-color: #1A237E;
    color: #fff;
    width: 28%
}

.btn-blue:hover {
    background-color: #000
}

.btn-secondary {
    margin-top: 40px;
    width: 28%
}

.fa-long-arrow-right {
    float: right;
    margin-top: 4px
}

.fa-long-arrow-left {
    float: left;
    margin-top: 4px
}

select,
textarea {
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    border: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 1px
}

select:focus,
input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #FBC02D !important;
    outline-width: 0
}
#zeroline { 
line-height:0;
 }
button:focus {
       outline-width: 0
}
.form_urun_baslik {
  font-size: 14px;
  line-height: 21px;
  margin: 0px;
  color: #313a46;
}

.ortalama {
  font-display: inline-block;
  width: 100px;
  font-size: 12px;
  margin-bottom: -5px;
  color: #313a46;
  font-weight: 400;
}

.fiyat {
  display: inline-block;
  font-weight: 600;
  color: #ff7b00;
}

.tablo {
  margin-bottom: -4px;
}

 .tablo p {
  font-size: 12px;
  font-weight: 600;
  color: #313a46;
}

.tablo .noPadding:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: -5px;
  height: 30px;
  border-left: 1px solid #dfe3e5;
}

.tablo span {
  font-size: 10px;
  color: #313a46;
}

.alert-success {
  color: #fff;
  background-color: #8dbf42;
  border-color: #8dbf42; }
 .btn-success:hover {
  background-color: #64d41d !important;
}
.button-form-final {
background-color: #64d41d !important;
border-radius: 2px;

}
.button-form-final span {
	font-weight: 550;
}
.formTitle{
	font-size: 16px;
	 font-weight: 400;
}
.formBtnTitle
{
	font-size: 20px !important;
}
  
 @media (max-width: 992px) {
 .card-block-kombilist {
    margin: auto;
  }
  
  @media (max-width: 320px) {
 .card-block-kombilist {
    margin: auto;
  }
  .card-block {
	padding: 5px 20px 1px 15px;
}
	.pic,
	.pic-0 {
		height: 80px !important;
		width: 115px !important;
	}
 h5 {font-size: 12px !important;}
 h2 {font-size: 14px !important;}
 p {
	font-size: 10px !important;
	margin-left: 8px;
	margin-right: 8px;
 }
 .tablo {
  margin-left: 8px;
}

 .formBtnTitle {font-size: 12px !important;}
}