.over_manual_sync{
    background: url(../../konfigurator/img/manual_sync_back.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.over_manual_sync h2{
    color: white;
    font-weight: 600 !important;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-bottom: 0px !important;
}
.over_manual_sync .container{
	width: 770px;
	padding: 0;
}
.over_manual_sync .circle_config{
    width: 130px;
    height: 130px;
    background: white;
    border-radius: 150px;
    margin: 0px auto;
    text-align: center;
    padding-top: 15px;
    position: relative;
}
.over_manual_sync .circle_config_fill{
    width: 100px;
    height: 100px;
    background: black;
    border-radius: 70px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 40px;
}
.over_manual_sync .container p{
    color: white;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
.over_manual_sync .circle_config_fill input[type="number"]{
    background: transparent;
    border: none;
    margin-top: 35px;
    width: 100%;
    text-align: center;
    color: white;
    max-width: 100%;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
}
#hlaska{
    text-align: center;
    color: red;
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
}
.flex_row{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.over_manual_sync .circle_config_fill input[type="number"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}
.over_manual_sync .circle_config_fill input[type=number]::-webkit-inner-spin-button, 
.over_manual_sync .circle_config_fill input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.over_manual_sync .circle_config_fill input[type="number"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.over_manual_sync .circle_config_fill input[type="number"]::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}        
.over_manual_sync .circle_config_fill input[type="number"]:active::placeholder, .over_manual_sync .circle_config_fill input[type="number"]:focus::placeholder { 
    color: white;
    opacity: 0; /* Firefox */
}


.over_manual_sync .circle_config_fill input[type="text"]{
    background: inherit;
    border: none;
    margin-top: 34px;
    text-align: center;
    color: white;
    max-width: 100%;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    height: 31px;
    line-height: 21px !important;
    width: 93%;
    margin-left: 3px;
    background: inherit;
    z-index: 99;
}
select option{
    color: black !important;
}
input[type=text], input[type=password], input[type=email], input[type=tel]{
    line-height: 21px !important;
}

.over_manual_sync .circle_config_fill input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}
.over_manual_sync .circle_config_fill input[type=text]::-webkit-inner-spin-button, 
.over_manual_sync .circle_config_fill input[type=text]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.over_manual_sync .circle_config_fill input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.over_manual_sync .circle_config_fill input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}        
.over_manual_sync .circle_config_fill input[type="text"]:active::placeholder, .over_manual_sync .circle_config_fill input[type="text"]:focus::placeholder { 
    color: white;
    opacity: 0; /* Firefox */
}



.over_manual_sync .circle_config_fill:focus-within{ 
    background: #ad1759 !important;
}
.over_manual_sync .circle_config_fill:hover{ 
    background: #ad1759 !important;
}
.over_manual_sync h3{ 
    color: white;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    margin-bottom: 25px !important;
    margin-top: 20px;
    text-align: center;
    display: block;
}

.over_manual_sync .divider{ 
    height: 1px;
    background: white;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
/*.over_manual_sync input[type=checkbox] {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: white;
    border: 1px solid black;
    cursor: pointer;
    margin: 0px auto;
}*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
    border: none;
    background: transparent;
    position: relative;
    left: 2px;
}

.special_input{
    display: inline-block !important;
}
.special_input[type="checkbox"]:before{
    position: relative;
    display: block !important;
    width: 26px;
    height: 26px;
    content: "";
    background: #FFF;
    border: 1px solid black;
}
.special_input[type="checkbox"]:after{
    position: relative;
    display: block;
    left: 1px;
    top: -26px;
    width: 25px;
    height: 24px;
    content: "";
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
}
.special_input[type="checkbox"]:checked:after{
    background-image:  url(../../konfigurator/img/tick.svg);
    width: 18px;
    height: 15px;
    margin-left: 3px;
    margin-top: 5px;
}
.special_input[type="checkbox"]:disabled:after{
    -webkit-filter: opacity(0.4);
}
.special_input[type="checkbox"]:not(:disabled):checked:hover:after{
    background-image:  url(../../konfigurator/img/tick.svg);
    width: 18px;
    height: 15px;
    margin-left: 3px;
    margin-top: 5px;

}
.special_input[type="checkbox"]:not(:disabled):hover:after{

}
.special_input[type="checkbox"]:not(:disabled):hover:before{

}






.custom-checkbox {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

.custom-checkbox span {
  display: block;
  margin-left: 20px;
  padding-left: 7px;
  line-height: 20px;
  text-align: left;
}

.custom-checkbox span::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background: white;
    border: 1px solid black;
}

.custom-checkbox span::after {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #0087b7;
    line-height: 20px;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.custom-checkbox input[type="checkbox"]:checked + span::after {
    content: "";
    background-image: url(../../konfigurator/img/tick.svg);
    background-repeat: no-repeat;
}










.over_manual_sync span {
    font-size: 14px;
    margin-right: 12px;
    margin-top: 4px;
    padding-left: 10px;
}
.over_manual_sync .over_checkbox{
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
}
#submit_form_manual{
    cursor: pointer;
    padding-top: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}
.over_manual_sync select{
    display: block;     
    position: absolute;

    min-height: 50px;
    background: transparent;
    width: 96px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    left: 18px;
    top: 33px;
    border: none;
    margin-left: 8px;
    z-index: 10;
    overflow-y: hidden;
    color: white;
}
@media screen and (max-width: 991px){
    .over_manual_sync .col-md-3{
        width: 25%;
        float: left;
    }
}
@media screen and (max-width: 770px){
    .over_manual_sync .container{
        width: 100%;
    }
    .over_manual_sync select {
        width: 85px;
    }
}
@media screen and (max-width: 850px){
    .over_manual_sync .container p {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 800px){
    .over_manual_sync .col-md-3{
        width: 33.33%;
        float: left;
    }
    .over_manual_sync{
        height: auto;
    }
}
@media screen and (max-width: 600px){
    .over_manual_sync .col-md-3{
        width: 100%;
        float: left;
    }
}
