body, body *{
    margin: 0;
    padding: 0;
    font: 300 18px/28px 'Montserrat', sans-serif;
    color: #818181;
}

body{
    background-color: #f4ece9;
}

h1{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 32px;
}

h2{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 24px;
}

h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 24px;
}

h2 i, h3 i{
    float: right;
}

h2.label{
    cursor: pointer;
}

p{
    margin-bottom: 15px;
}

.tabcont{
    float: left;
    width: 100%;
    display: none;
}

.sortable{
    float: left;
    width: 100%;
    list-style: none;
}

.sortable li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.logincontainer{
    float: left;
    width: 100vw;
    height: 100vh;
    background-color: #ffecb2;
}

a{
    text-decoration: none;
    transition: all .2s ease;
    color: #000;
}

a:hover{
    color: #f25700;
}

.login{
    width: 90%;
    max-width: 600px;
    margin: 10vh auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    text-align: center;
}

.login img{
    margin-bottom: 25px;
}

.login form{
    float: left;
    width: 100%;
    text-align: center;
}

.separator{
    float: left;
    width: 100%;
    height: 1px;
}

form.sendmail .btn{
    float: left;
}

input[type="file"]{
    float: left;
    width: calc(90% - 20px);
    padding: 5px 10px;
    border: none;
    margin-bottom: 25px;
}

input[type="text"], input[type="password"]{
    float: left;
    width: calc(100% - 24px);
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #cecece;
    margin-bottom: 25px;
    text-align: left;
    transition: all .2s ease;
}

form input[type="text"]:focus, form input[type="password"]:focus{
    padding: 20px 10px;
}

form.sendmail .selectbox{
    width: 50%;
}

form.sendmail input[type="text"]{
    text-align: left;
}

form.sendmail input[type="text"]:focus{
    padding: 5px 10px;
}

input[type="submit"], a.btn, span.btn{
    border: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #f25700;
    border: 2px solid #f25700;
    border-radius: 25px;
    cursor: pointer;
    transition: all .2s ease;
}

input[type="submit"]:hover, a.btn:hover, span.btn:hover{
    color: #f25700;
    background-color: #fff;
}

span.error{
    float: left;
    width: 100%;
    text-align: center;
    color: #f25700;
    margin: 15px 0;
}

.header{
    float: left;
    width: calc(100% - 50px);
    padding: 20px 25px;
    border-bottom: 2px solid #cecece;
}

.header img{
    float: left;
}

.welcome{
    float: left;
    margin-left: 25px;
    margin-top: 20px;
}

.logout{
    float: right;
    margin-top: 20px;
}

.menu{
    float: left;
    width: calc(100% - 50px);
    padding: 0px 25px;
/*    border-bottom: 1px solid #cecece;    */
}

.menu ul{
    list-style: none;
}

.menu ul li{
    float: left;
    padding: 20px 25px;
    transition: all .2s ease;
/*    margin: 0 15px;    */
}

.menu ul li.active, .menu ul li:hover{
    background-color: #f4ece9;
}

.content{
    float: left;
    width: calc(100% - 50px);
    padding: 50px 25px;
    margin-bottom: 50px;
}

ul.tbl{
    float: left;
    width: 100%;
    list-style: none;
}

ul.tbl li{
    float: left;
    width: calc(100% - 40px);
    padding: 10px 20px;
}

ul.tbl li:nth-of-type(even){
    background-color: #dfdfdf;
}

ul.tbl li span{
    float: left;
}

ul.tbl li:first-child{
    border-bottom: 2px solid #000;
}

ul.tbl li:first-child span, ul.tbl li:first-child span a{
    font-weight: bold;
    color: #000;
}

ul.tbl li:first-child span a span{
    float: none;
    display: inline;
    margin-left: 10px;
}

.name{
    width: 15%;
}

.llog{
    width: 15%;
}

.email{
    width: 29%;
}

.txt{
    float: left;
    width: 75%;
}

.usertype{
    width: 15%;
}

.options{
    width: 10%;
}

.options span, .mailingoptions span{
    margin-right: 10px;
    cursor: pointer;
}

.options span i, .mailingoptions span i{
    transition: all .2s ease;
    font-size: 20px;
}

.options span i:hover, .mailingoptions span i:hover{
    color: #f25700;
}

#overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    display: none;
}

#popup{
    position: relative;
    overflow: hidden;
    width: calc(100% - 100px);
    max-width: 1200px;
    margin: 100px auto;
    background-color: #fff;
    border-radius: 25px;
    max-height: calc(100vh - 200px);
    padding: 50px;
}

.popupcontainer{
    position: relative;
    float: left;
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 70vh;
}

#popupcontent{
    float: left;
    width: 95%;
}

#closepopup{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#closepopup i{
    font-size: 32px;
    transition: all .2s ease;
}

#closepopup i:hover{
    color: #f25700;
}

.addgroup, .addnewaddressestogroup, .addmailing{
    float: right;
    cursor: pointer;
    margin-top: -65px;
}

.addgroup i, .addnewaddressestogroup i, .addmailing i{
    font-size: 38px;
    transition: all .2s ease;
}

.addgroup i:hover, .addnewaddressestogroup i:hover, .addmailing i:hover{
    color: #f25700;
}

.adduser{
    float: right;
    cursor: pointer;
    margin-top: -65px;
}

.adduser i{
    font-size: 38px;
    transition: all .2s ease;
}

.adduser i:hover{
    color: #f25700;
}

label{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: bold;
    color: #f25700;
}

.edituser input{
    text-align: left;
}

.notify{
    float: left;
    width: 100%;
    text-align: center;
    color: #94e44e;
    font-weight: bold;
}

.login a{
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.contentcontainer{
    overflow: hidden;
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.contentcontainer.white{
    background-color: #fff;
}

.hcont{
    float: left;
    width: 100%;
    background-color: #fff;
}

#slidecontainer{
    float: left;
    position: relative;
    width: 100%;
}

.slide{
    overflow: hidden;
    margin: 0 auto;
    width: 70%;
    padding: 50px;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 50px;
}

.nextstep{
    float: right;
    border: none;
    padding: 10px 25px;
    color: #fff;
    background-color: #f25700;
    border: 2px solid #f25700;
    border-radius: 25px;
    cursor: pointer;
    transition: all .2s ease;
}

.prevstep{
    float: left;
    border: none;
    padding: 10px 25px;
    color: #fff;
    background-color: #f25700;
    border: 2px solid #f25700;
    border-radius: 25px;
    cursor: pointer;
    transition: all .2s ease;
}

.nextstep:hover, .prevstep:hover{
    color: #f25700;
    background-color: #fff;
}

.slide input[type="text"]{
    text-align: left;
}

label i{
    margin-left: 25px;
    margin-top: -10px;
    color: #f25700;
    font-size: 12px;
}

.lbl{
    float: left;
    width: 50%;
}

.lbl label{
    font: 300 18px/28px 'Montserrat', sans-serif
}

.ttl{
    width: 40%;
}

.date{
    width: 20%;
}


.separator{
    float: left;
    width: 100%;
}

.showmore{
    float: left;
    margin: 25px 0;
    cursor: pointer;
    transition: all .2s ease;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    color: #f25700;
}

.slide > div{
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.showmore:hover{
    border-bottom: 1px solid #f25700;
    color: #818181;
}

.editorcontents{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    height: 350px;
    position: relative;
}

.slidecounter{
    float: left;
    width: 100%;
}

.slidecounter ul{
    list-style: none;
}

.slidecounter ul li{
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #bababa;
    margin: 0 5px;
    cursor: pointer;
    transition: all .2s ease;
}

.slidecounter ul li.active{
    background-color: #f25700;
}

progress{
    display: none;
}

.templatelist, .colorlist{
    float: left;
    width: 100%;
    padding: 25px 0;
}

.templatelist div, .colorlist > div{
    float: left;
    width: calc(25% - 24px);
    margin: 10px;
    border: 2px solid #f4ece9;
    cursor: pointer;
}

.templatelist div input, .colorlist div input{
    display: none;
}

.templatelist div.active, .colorlist div.active{
    border: 2px solid #6dce1f;
}

.templatelist img{
    max-width: 100%;
}

.tmplttl{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#fontexample{
    float: left;
    width: calc(70% - 25px);
    margin-left: 25px;
    font-size: 32px;
    padding: 5px 0;
}

.btn.wide{
    float: left;
    width: calc(100% - 50px);
    margin-top: 25px;
}

select{
    border-radius: 100px;
    padding: 10px 20px;
    border: 0px;
    background-color: #fff;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.selectbox{
    float: left;
    position: relative;
    width: 30%;
}

.selectbox div.selector {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f25700;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    text-align: center;
    color: #fff;
    line-height: 33px;
    font-size: 20px;
    pointer-events: none;
}

.selector i{
    color: #fff;
}

input.sum{
    width: calc(70% - 20px);
}

input.sum_noscore{
    width: calc(100% - 20px);
}

.progressbar{
    float: left;
    width: 100%;
    border-radius: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}

.progressbar span{
    float: left;
    background-color: #fff;
/*    padding: 10px 21px;    */
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #f4ece9;
    cursor: pointer;
    transition: all .2s ease;
}

.progressbar span:first-child, .progressbar span.active{
    background-color: #f25700;
    color: #fff;
}

.progressbar span:last-child{
    border: none!important;
}

.progressbar.cv span{
    width: calc(12.5% - 1px);
}

.progressbar.motivatie span{
    width: calc(25% - 1px);
}

.tab{
    float: left;
    width: calc(95% - 70px);
    padding: 20px;
    border: 10px solid #f4ece9;
    border-radius: 25px;
}

.hidden+.removeitem{
    display: none;
}

.removeitem{
    float: right;
    margin-top: 40px;
    cursor: pointer;
}

.infobtn{
    float: right;
    padding: 5px 20px;
    border-radius: 25px;
    background-color: #f4ece9;
    position: relative;
    cursor: pointer;
    margin-top: -80px;
}

.infobtn i{
    transition: all .2s ease;
}

.infobtn:hover i{
    color: #f25700;
}

.infopop{
    position: absolute;
    border: 1px solid #f25700;
    padding: 10px;
    border-radius: 25px;
    background-color: #fff;
    width: 300px;
/*    left: -322px; */
    right: 0;
    top: 100%;
    transition: all .2s ease;
    display: none;
    z-index: 99;
}

.infopop.shown{
    display: block;
}

.infobtn.notop{
    margin-top: -42px;
}

div.img{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#foto{
    margin-bottom: 15px;
}

div.img img{
    max-width: 100%;
}

.editorcontents{
    display: none;
}

.editorcontents textarea{
    display: none;
}

.shownexample{
    cursor: pointer;
    float: left;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.shownexample img{
    position: absolute;
    left: calc(50% - 35px);
    top: 140px;
    width: 70px;
    transition: all .2s ease;
    opacity: 0.5;
}

.shownexample:hover img{
    opacity: 1;
}

.hidden{
    display: none;
}

.showall{
    cursor: pointer;
}

.showall i{
    float: none;
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100vh;
    z-index: 10;
}

.tabs{
    float: left;
    width: 100%;
}

.tb{
    float: left;
    padding:5px 10px;
    margin: 15px 20px;
}

.tb.active{
    border-bottom: 2px solid #f25700;
}

.tb span, .tb span a{
    font-weight: bold;
    cursor: pointer;
}

.tb.active span{
    color: #000;
}

input.usersearch{
    float: left;
    width: 50%;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #cecece;
    border-radius: 10px;
}

ul.tbl li span.txt span{
    float: none;
}

.defaulttxt{
    float: left;
    margin-bottom: 25px;
    clear: both;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #f25700;
    border: 2px solid #f25700;
    cursor: pointer;
    transition: all .2s ease;
}

.defaulttxt:hover{
    color: #f25700;
    background-color: #fff;
}

.dtext{
    float: left;
    width: calc(97% - 44px);
    border: 2px solid #f25700;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    cursor: pointer;
}

.sep{
    float: left;
    width: 100%;
    height: 2px;
}

#pdfpreview{
    float: none;
    width: 970px;
    height: 1380px;
    margin: 0 auto;
    padding: 35px;
    background-color: #fff;
    overflow: hidden;
    border: none;
}


.downbtn, .upbtn{
    position: absolute;
    top: 50vh;
    right: 10%;
    color: #fff;
    width: 100px;
    padding: 5px 10px;
    background-color: #f25700;
    border: 2px solid #f25700;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease;
}

.upbtn{
    top: 200vh;
}

.downbtn:hover, .upbtn:hover{
    color: #f25700;
    background-color: #fff;
}

.downbtn i, .upbtn i{
    color: #fff;
}

.downbtn:hover i, .upbtn:hover i{
    color: #f25700;
}

.adimport{
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 10px 0;
}

.firstname, .lastname{
    width: 15%; 
}

.tv{
    width: 8%;
}

.status{
    width: 7%;
}

.regdate{
    width: 12%;
}

.switchstatus{
    cursor: pointer;
}

.groupname{
    width: 50%;
}

.groupalert i{
    color: red;
}

.nrofaddresses{
    width: 20%;
}

.templname{
    float: left;
    width: 20%;
}

.tmplfolder{
    float: left;
    width: 20%;
}

.tmplcomponents{
    float: left;
    width: 50%;
}

.currentimage{
    float: left;
    width: 100%;
    margin: 15px 0;
}

.currentimage img{
    max-width: 100%;
}

div.spacer{
    float: left;
    width: 100%;
    height: 1px;
}

.mailingoptions{
    width: 20%;
}

.mailname, .mailsubject{
    width: 35%;
}

.preview{
    float: left;
    width: calc(100% - 2px);
    margin: 25px 0;
    border: 1px solid #dedede;
    background-color: #fff;
}

.confirmer{
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.confirmer a.btn{
    padding: 10px 25px;
    font-size: 24px;
}

hr{
    float: left;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    color: #000;
    background-color: #000;
}

.closed{
    display:  none;
}

.toggler{
    cursor: pointer;
}

.toggler:hover i{
    color: #f25700;
}

.ms{
    width: 30px;
}

.rec_total{
    text-align: center; 
    padding: 15px 0;
}

.blogname{
    width: 75%;
}

.blogdate{
    width: 20%;
}

.bold{
    font-weight: bold;
}

ul.list{
    margin-left: 25px;
}

.linkhdr{
    width: 90%;
    overflow: hidden;
}

.clickshdr{
    width: 10%;
    text-align: right;
}

.groupdetails{
    position: relative;
}

.groupdetails span{
    position: absolute; 
    left: 0px;
    top: 0px;
    background-color: #fff;
    padding: 5px 10px;
    width: 250px;
    display: none;
    z-index: 4;
}

.groupdetails:hover span{
    display: block;
}

.popin{
    position: fixed; 
    right: -100%;
    top: 35vh;
    z-index: 5;
    background-color: #fff;
    padding: 10px 20px;
    transition: all .2s ease;
}

.popin.active{
    right: 0;
}