.gdpr-settings-container{
    margin-top:90px;
}

.page-title {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #333;
    margin-top: 50px;
}

.page-subtitle {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #474747;
    margin-top: 15px;
    margin-bottom: 30px;
}

.email-acount-gdpr {
    margin-top: 10px;
}

.email-acount-gdpr .gdpr-email-h2 {
    background: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #474747;
}

.label-info {
    font-size: 13px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0px 0px 5px 30px;
    background: none;
}

.rand-info {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 10px 10px 0px;
}

.rand-info-bg {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
    background-color: #f5f5f5;
    font-size: 13px;
}

.descriere-categorie-gdpr {
    font-size: 13px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 5px;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.logo-profil-cookie {
    margin: 30px auto !important;
}

.page-title-profil-cookie {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #333;
}

.dial-cookies {
    border: 1px solid #dddddd;
    padding: 40px;
    margin-bottom: 20px;
}

/***********************
 Checkbox sttyle
***********************/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a9101d;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 8px;
    left: 2px;
    bottom: 3px;
    top: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #0ea320;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

/* Rounded sliders */
.slider.square {
    border-radius: 15px;
}

.slider.round:before {
    border-radius: 5%;
}

/* The slider from main category */
.slider_main {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #91251f;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider_main:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 8px;
    left: 2px;
    bottom: 3px;
    top: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider_main {
    background-color: #2196F3;
}

input:focus + .slider_main {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_main:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

/* Rounded sliders */
.slider_main.square {
    border-radius: 15px;
}

.slider_main.round:before {
    border-radius: 5%;
}

/***********************
  GDPR Butons - submit
************************/

.btn-salveaza-setari {
    background: #5cb85c;
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #5cb85c;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase !important;
}

.btn-salveaza-setari:hover {
    background: #1f4e76;
    color: #fff;
}

/********************************************
  GDPR Butons - submit - custom buton values
********************************************/

.btn {
    border: 0 none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}

.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

/********************************************
  GDPR general styles
********************************************/
.gdpr-functionality-title {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 8px 0px 5px 30px;
}

.btn-gdpr-submit-email {
    margin-top: 0px;
    background-color: #5cb85c;
    color: #fff;
}

.btn-gdpr-submit-cookie {
    margin-top: 10px;
}

.gdpr-category-title {
    font-size: 14px;
    padding: 10px;
    background-color: #f5f5f5;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.well-description {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.gdpr-category-description {
    font-size: 14px;
    font-style: italic;
}

.gdpr-functionality {
    padding-left: 20px;
}

.gdpr-functionality-description {
    font-size: 11px;
    font-style: italic;
}

.gdpr-panel-heading {
    background-color: #232020 !important;
    color: #fff !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}

.gdpr-panel-heading a {
    display: block;
}

.gdpr-settings-container h2 {
    color: #0b919a;
    font-size: 22px;
}

.gdpr-settings-container h4 {
    font-size: 18px !important;
    font-weight: bold !important;
}

.gdpr-email-h2 {
    color: #FFFFFF;
}

#gdpr-email {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.gdpr-email-error, .gdpr-email-success, .gdpr-settings-success {
    margin-top: 10px;
}

.btn-gdpr-submit {
    margin-top: 0px;
}

.img-logo-gdpt {
    margin: 0 auto;
}

.glyphicon {
    font-size: 18px !important;
    color: #FFFFFF !important;
}

.btn-verde {
    margin-top: 20px;
}

.toggle-dim {
    width: 50px !important;
    height: 10px !important;
}

.toggle-off.btn {
    padding-left: 30px !important;
}

.toggle-on.btn {
    padding-left: 0px !important;
}

.btn-info {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-info:hover, .btn-info:focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.rand-info-bg-dark {
    border-bottom: 1px solid #000;
    padding: 10px 10px 10px 0px;
    background-color: #000;
    font-size: 13px;
}

.gdpr-functionality-title-dark {
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 8px 0px 5px 30px;
}

.functionality-description {
    font-size: 13px;
    line-height: 13px;
    margin-top: 5px;
}

/* RESPONSIVE
--------------------------------------------------------------------------*/

/* 1440 */
@media (min-width: 1370px) and (max-width: 1440px) {

}

/* 1366 */
@media (min-width: 1279px) and (max-width: 1366px) {

}

/* 1280 */
@media (min-width: 1260px) and (max-width: 1280px) {

}

/* desktop normal */

@media (min-width: 1200px) {

}

/* 1024 */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* 768 tableta*/
@media (min-width: 768px) and (max-width: 991px) {
    .gdpr-functionality-title {
        padding: 5px 0px 5px 15px;
    }

    .gdpr-functionality {
        padding-left: 15px;
    }

    .btn-salveaza-setari {
        width: 100%;
    }
}

/* 640 - telefon mare (iphone 6, 7 plus) */
@media (max-width: 767px) {
    .gdpr-info-content {
        margin-top: 0px;
    }

    .dial-cookies {
        padding: 20px;
    }

    .page-title {
        font-size: 18px;
    }

    .page-title-profil-cookie {
        font-size: 18px;
    }

    .gdpr-settings-container h4 {
        font-size: 16px !important;
    }

    .page-subtitle {
        font-size: 15px;
    }

    .btn-gdpr-submit {
        margin: 20px auto;
        display: block;
    }

    .btn-salveaza-setari {
        font-size: 16px;
        width: 100%;

    }

    .buton-swipe {
        margin-top: 15px;
    }

    .gdpr-functionality {
        padding-left: 0px;
    }

    .gdpr-functionality-title {
        padding: 5px 0px 5px 15px;
    }
}

/* 375 - telefon mediu (iphone 6, 7) */
@media (min-width: 330px) and (max-width: 480px) {
    .dial-cookies {
        padding: 20px 10px;
    }

    .page-title-profil-cookie {
        font-size: 17px;
    }

    .page-subtitle {
        font-size: 14px;
    }

    .buton-swipe {
        margin-top: 15px;
    }

    .btn-gdpr-submit {
        margin: 10px auto;
        display: block;
        width: 100%;
    }

}

/* 320- telefon mic (iphone 5) */
@media (min-width: 300px) and (max-width: 325px) {
    .dial-cookies {
        padding: 20px 10px;
    }

    .page-title {
        font-size: 17px;
    }

    .page-title-profil-cookie {
        font-size: 16px;
    }

    .gdpr-settings-container h4 {
        font-size: 14px !important;
    }

    .page-title-profil-cookie {
        font-size: 16px;
    }

    .page-subtitle {
        font-size: 14px;
    }

    .btn-gdpr-submit {
        margin: 10px auto;
        display: block;
        width: 100%;
    }

    .btn-salveaza-setari {
        font-size: 16px;
        width: 100%;
    }

    .buton-swipe {
        margin-top: 15px;
    }

    .rand-info {
        padding: 10px 5px;
    }

    .gdpr-functionality {
        padding-left: 0px;
    }

    .gdpr-functionality-title-dark {
        font-size: 13px;
        line-height: 14px;
        padding: 10px 5px 10px 15px
    }

    .functionality-description {
        font-size: 12px;
    }

    .gdpr-functionality-title {
        padding: 5px 0px;
    }
}