
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@keyframes intro {
    from {bottom: -500px; opacity: 0;},
    to {bottom: 0px; opacity: 1;}
}

.adn-overlayHolder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(83, 98, 112, 0.5);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
}

#adn-popup {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    padding: 50px 20px 30px;
    border-top: 1px solid #009fe3;
    border-bottom: 20px solid #009fe3;
    background: rgba(255,255,255,.95);
    box-shadow: none;
    /* animation: intro 1s; */
    z-index: 999;

}

.adn-general{
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    padding: 20px 0px;
}


.adn-column{
    width: 50%;
    text-align: center;
    float: left;
    padding: 10px;
}

.adn-window{
    position: relative;
    display: block;
    width: 80%;
    max-width: 600px;
    border-radius: 4px;
    margin: 10% auto;
    background: #fff;
    box-shadow: none;
    text-align: left;
    overflow: hidden;
}

#adn-popupContainer span{
    text-decoration: underline;
    cursor:pointer;
}

.adn-window button, .adn-general button{
    background: #009fe3;
    color: #9D9D9D;
    cursor: pointer;
    -webkit-appearance: none;
    width: auto;
    padding: 0px 30px;
    border-radius: 20px;
    margin: 10px auto 0;
    line-height: 40px;
    font-weight: bold; 
    border: none;
    display: block;
    float: none;
    text-transform: none;
}

#adn-popupContainer p{line-height: 20px; padding: 0; margin: 0;}

button.adn-next, button.adn-close, button.adn-approve {
    background: #49B3F0;
    color: #fff;
}

button.adn-disapprove {float: right; margin-right: 10px;}

button.adn-close {
    display: block;
    float: inherit;
    margin: 10px auto 0;
}

.adn-window a {
    font-weight: bold;
    display: block;
    color: #41aafa;
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
    cursor: pointer;
}

.adn-overlay, .adn-consent {
    width: 100%;
    display: none;
    overflow: hidden;
    padding: 30px;
}

.adn-list {
    border-bottom: 1px solid  #F5F5F5;
    padding: 10px 0;
    position: relative;
    padding-right: 60px;
}

.adn-checkbox { float: right; }

.adn-show {display: block;}
.approve{
    background: #41aafa;
    box-shadow: 0px 5px 20px #1d8bdf8c;
    color: #fff;
}
#adn-approve{
    margin: 20px auto;
}

.disapprove{
    background: #f4f4f4;
    color: #545454;
}


.adn-window ul{ 
    margin: 0;
    padding: 0;
}

.adn-window li:first-child{
    border-top: none;
}

.adn-window li{
    list-style: none;
    text-align: left;
    padding: 10px;
    border-top: 1px solid #E5E5E5;
}

/* ----------------- CUSTOM ------------------ */


.flatRoundedCheckbox input
{
    display: none;
    visibility: hidden;
}

.flatRoundedCheckbox
{
    width: 30px;
    height: 10px;
    margin: 5px 15px 40px 15px;
    position: absolute;
    right: 0;
    top: 30px;
}
.flatRoundedCheckbox div
{
    width: 100%;
    height:100%;
    background: #d3d3d3;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}



.flatRoundedCheckbox label
{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;

    cursor: pointer;
    position: absolute;
    top: -10px;
    z-index: 1;
    left: -10px;
    background: #FFF;
    box-shadow: 0px 2px 10px rgba(0,0,0,.1);
    border: 1px solid #e4e4e4;
}

.flatRoundedCheckbox input[type=checkbox]:checked ~  div
{
    background: #95D29E;
}

.flatRoundedCheckbox input[type=checkbox]:checked ~ label {
    left: 10px;
}


/* ----------------- CUSTOM ------------------ */




@media screen and (max-width: 768px) {
    .adn-popup { padding: 70px 30px; }   
}