﻿body {
    margin-top: 10px;
    height: 100%;
    overflow: auto;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    background-color: #f2f6f9;
}

/*#form-basligi{
margin-bottom: 50px;
}*/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 28px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn {
    border-radius: 0px;
}

.btn-circle {
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 35px;
    /*margin-top: -14px;*/
    border: solid 3px #ccc !important;
    opacity: 1 !important;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff !important;
    -moz-box-shadow: inset 0px 0px 0px 3px #fff !important;
    -o-box-shadow: inset 0px 0px 0px 3px #fff !important;
    -ms-box-shadow: inset 0px 0px 0px 3px #fff !important;
    box-shadow: inset 0px 0px 0px 3px #fff !important;
    backgournd-color: #428bca;
}

.no-padding {
    padding: 0;
}

.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

legend {
    width: initial !important;
    padding: 0px 10px 0px 10px;
}

.btn-circle:hover {
    margin-top: -14px !important;
}

.setup-content .nextBtn {
    margin-top: 10px;
}

#dropzoneFormBayiBasvuru {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    /*background: gray;*/
    /*border: black dashed 3px;*/
    padding: 50px;
    text-align: center;
    width: 100%;
    /*color: white;*/
}

#FirmaAdresi2, #FirmaAdresi3 {
    margin-top: 1px;
}

#msgSpan {
    text-align: center;
}


