/*basic reset*/
* {margin: 0; padding: 0;}

html {
    height: 100%;
    transition-duration: 5s;
    /*background: linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));*/
    /*background: #ebebeb;*/
}

body {
    font-family: 'Poppins', sans-serif;
}
.bg-controller{
}

.max-holder{
    max-width: 600px;
}

h2{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #0B4E8C;
}
p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #1E232C;

}
.top-on-page{
    margin: 5px 0 30px 0;
}
.first-in-form{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #6A707C;
}

.form-checks{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.01em;
    color: #6A707C;
    margin-top: 13px;
}

.btn-primary{
    background: #0B4E8C;
}

.custom-submit{
    min-width: 280px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin:30px auto;
    padding: 10px 0;
}

.panel-title a {
    display: block;
}

.panel-group .panel {
    border-radius: 5px;
    margin: 15px 0 0 0;
    background: #F7F8F9;
    padding: 10px 0;
}

.panel-default>.panel-heading {
    color: #6A707C;
    background-color: #F7F8F9;
    border-color: #D0D4DC;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #fff;
}

.panel-heading {
    position: relative;
    cursor: pointer;
}
.panel-heading[data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    position: absolute;
    color: #d4d4d4;
    font-size: 18px;
    line-height: 22px;
    right: 20px;
    top: calc(50% - 10px);

    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
}
.panel-heading[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}

h4 i {
    padding: 0 10px;
}

.serviciul-general{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #6A707C;
    padding: 10px;
    cursor: pointer;
}

.panel-active{
    border: 1px solid #03BED7;
}

.panel-active h4,
.panel-active p,
.panel-active .selected-service,
.panel-completed .selected-service,
.panel-active .serviciul-general:hover,
.panel-completed .serviciul-general:hover
{
    color: #03BED7;
}

.panel-active .panel-heading[data-toggle="collapse"].collapsed:after{
    color: #03BED7;
}

.panel-completed{
    border: 1px solid #1E232C;
}

.panel-completed h4,
.panel-completed p
{
    color: #1E232C;
}

.panel-completed .panel-heading[data-toggle="collapse"].collapsed:after{
    color: #1E232C;
}

.form-standard-input{
    min-width: 100%;
    padding: 10px;
    border: none;
    background: #F7F8F9;
    color: #03BED7;
}

.styled-app-slots{
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    max-height:300px;
    overflow: auto;
    font-size: 13px;
}
.days-holder{
    display: none;
    margin-bottom: 10px;
}
.next-prev-days{
    width: 40%;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #6A707C;
    background: #fff;
    padding: 10px 0;
}

.next-prev-days:hover{
    color: #03BED7;
    background: #fff;
}

.maine{
    float:right;
}
.ieri{
    float: left;
}
.app-slot-holder{
    width: 32%;
    float: left;
    margin: 1% 0.5%;
    border:1px solid #6A707C;
    color: #6A707C;
    padding: 7px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    cursor: pointer;
    border-radius: 3px;
}

.app-slot-holder:hover, .app-slot-holder-active{
    background: #fff;
    color: #03BED7;
    border:1px solid #03BED7;
}

.red-border{
    border: 1px solid red!important;
}
.missing-name,
.missing-email,
.missing-phone{
    font-size: 12px;
    padding: 7px;
    border-radius: 3px;
}

/*
#appointmentClientFullName,
.panel-title-five{
    text-transform: capitalize;
}
*/


.restrictie-serviciu{
    width: 100%;
    margin: 10px 0;
    padding: 20px;
    background: #FEF8EB;
    color: #000;
    border: 2px solid #F5E0B8;
    border-radius:8px;
    display: none;
}
.restrictie-serviciu p{
    color: #6A707C;
    font-size: 13px;
    letter-spacing: -0.01em;
    text-align: left;
}
.restriction-left{
    width: 50px;
    float:left;
}
.restriction-left i{
    font-size: 36px;
    color:#FEC022;
}

.check-with-label:checked + .form-checks {
    color: #1E232C;
}

.restriction-right{
    width: calc(100% - 70px);
    float:left;
}
.clearfix{
    clear:both;
}

@media screen and (max-width: 480px) {
    .app-slot-holder{
        width: 46%;
        margin: 1%;
    }
}

.input-as-panel{
    font-size: 16px;
    padding: 20px 15px;
    border: 1px solid #D0D4DC;
    border-radius: 5px;
    text-indent: 40px;
    font-weight: 500;
}

.input-as-panel:focus, .has-value{
    border: 1px solid #353535;
}

.input-icon-holder{
    width: 41px;
    position: absolute;
    margin: 21px 0 0 0;
    text-align: right;
    font-weight: bold;
    height: 21px;
}
.extra-top-margin-15{
    margin-top: 15px;
}

.general-error{
    display: none;
    color:red;
    font-size: 16px;
}
.extra-space-bot{
    margin-bottom: 15px;
}

/* top section style */
html, body {
    scroll-behavior: smooth;
}

/* START stilizare html header */
@media screen and (min-width: 950px){
    .logo-opb{max-width: 150px!important;
        height: auto!important;
        padding-top: 10px;}
    .back-to-website {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #0B4E8C;
    }
    /*cod buton inapoi in site*/
    .back-to-website a{margin-top: 10px!important;
        color: #0b4e8c!important;
        font-size: 12px!important;
        font-weight:500;
        border: 1px solid #0b4e8c;
        padding: 10px;
        border-radius: 8px;}
    .titlufooter p{text-align: center;
        color: #03BED7;
        font-weight: 400;
        display: block;
        font-size: 30px;}
    .divmarebuton{width: 45%;
        margin: auto;
        text-align: center;}
    .imagini-beneficii{height: 120px;}

    .text-campanie{font-size: 20px!important;
        line-height: normal;
        text-align: center;
        font-weight: 500;
        width: 84%;
        margin: auto;
        padding: 40px}

    .iconite{padding-bottom: 12px;
        width: 100px;
        padding-top: 20px;}
    .buton-consult{
        margin: auto;
        padding: 20px;
        background: #03BED7;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 400px;}
    .continut-header p {
        text-align: center;
        color: #ffffff;
        width: 80%;
        margin: auto;
        font-size: 18px!important;
        padding: 10px;
        margin-bottom: 10px!important;
        line-height: normal!important;
    }


    .text-magazine{width: 50%;
        font-size: 16px;
        padding-right: 20px;}
    .retea-magazine{display: flex;
        width: 80%;
        align-items: center;}
    .img-mobil{display: none!important;}
    .img-desktop{display: block!important;
        width: 1200px;}

    .card-beneficii{
        text-align: center;
        width: 50%;
        margin: auto;
        border-radius: 20px;
        padding: 20px;
    }

    .card-beneficii h3{font-size: 18px;
        color: #0B4E8C;
        font-weight: 700;}
    .card-beneficii p{font-size: 16px;
        line-height: normal;
        text-align: center;
	padding-top: 10px;}
    h3 .titluhdoi{margin-top: 0px!important;
        margin-bottom: 0px!important;}
    .titluhdoi{font-size: 24px;
        line-height: normal;
        color: #0B4E8C!important;
        font-weight: 500;
        text-align: center!important;}

    .beneficii{display: flex;
        width: 1200px!important;
        margin: auto;
        justify-items: center;}

}
@media screen and (max-width: 949px){
    .logo-opb{max-width: 100px!important;
        height: auto!important;
        padding-top: 14px;}
    .back-to-website {
        margin-top: 10px;
        margin-bottom: 8px;
        color: #0B4E8C;
        font-size: 12px!important;

    }


    /*cod buton inapoi in site*/
    .back-to-website a{
        margin-top: 10px!important;
        color: #0b4e8c!important;
        font-size: 12px!important;
        font-weight:500;
        border: 1px solid #0b4e8c;
        padding: 8px;
        border-radius: 8px;}
    .titlufooter p{text-align: center;
        color: #03BED7;
        font-weight: 400;
        display: block;
        font-size: 24px;}
    .text-campanie{
        font-size: 16px;
        line-height: normal;
        text-align: center;
        font-weight: 500;
        margin: auto;
        padding: 26px}
    .iconite{padding-bottom: 12px;
        width: 60px!important;
        padding-top: 20px;}
    .buton-consult{margin: auto;
        padding: 16px;
        background: #03BED7;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        margin-top: 20px;
        margin-bottom: 20px;}
    .continut-header h1{font-size: 26px;}
    .continut-header p{
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        padding: 10px;
        margin-bottom: 30px;}

    .img-magazine{width: 300px;
        margin-top: 20px;}
    .text-magazine{font-size: 14px;}
    .img-mobil{display: block!important;
        margin: auto!important;
        text-align: center!important;
        width: 100%!important;}
    .img-desktop{display: none!important;}

    .card-beneficii{
        display: grid;
        justify-items: center;
        text-align: center;
        margin: auto;
        border-radius: 20px;
        padding: 10px;}

    .card-beneficii h3{font-size: 16px;
        color: #0B4E8C;
        font-weight: 700;}
    .card-beneficii p{font-size: 14px;
        line-height: normal;
        text-align: center;
	padding-top: 10px;}
    .titluhdoi{font-size: 20px!important;
        line-height: normal;
        color: #0B4E8C!important;
        font-weight: 500;
        text-align: center!important;
        margin: auto;}


}

.retea-magazine{
    padding: 10px;
    text-align: center;
    margin: auto;
}
.text-magazine{line-height: normal;
    text-align: center;
    margin: auto;}
.campanie{width: 80%;
    margin: auto;}

.continut-header{background:#0b4e8c;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    max-width: 1200px;
    margin: auto;}
h1{display: block;}

.conditii{
    max-width: 1200px;
    margin: auto;}
.cta-programeaza{padding: 10px!important;}

/* END stilizare html header*/

/* stil nou */
.detalii-locatie-aleasa{
    padding: 10px 15px;
}
.nume-locatie-aleasa{
    color: #000000;
    font-size: 15px;
    padding-bottom: 12px;
    font-weight: 500;
}
.nume-locatie-aleasa:hover{
	color:#03BED7; 
}
.nume-locatie-aleasa:focus{
	color:#03BED7; 
}
.adresa-locatie-aleasa{
    font-size: 14px;
    padding-bottom: 12px;
    
}
.telefon-locatie-aleasa{
    font-size: 13px;
    padding-bottom: 12px;
}
.telefon-locatie-aleasa a{
    text-decoration: underline;
}
.program-locatie-aleasa{
    font-size: 14px;
}
.add-dist-cld{
    font-size: 12px;
    font-weight: normal;
}


.detalii-locatie{
    padding: 15px;
    margin: 5px 0;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.detalii-locatie:hover{
    background: #fff;
}
.locatie-activa{
    background: #fff;
}