@font-face{
    font-family: 'SawtonCircular';
    src: url(../fonts/sawtoncircular-bold-webfont.woff);
}

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

body{
/*    background-color: #f4ece9; */
    background-color: #FFF8E2;
}

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

.login h1{
    font-size: 34px;
    line-height: 46px;
    font-family: 'SawtonCircular';
}

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

h2 i{
    float: right;
}

h2.label{
    cursor: pointer;
}

p{
    margin-bottom: 15px;
    line-height: 26px;
}

.slantedbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    background-color: #ffc40f;
    z-index: 0;
    display: none;
}

.lmargin{
    margin-left: 25px;
}

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

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

.sortable li{
    float: left;
    width: 100%;
}

.logincontainer{
    float: left;
    width: 100vw;
    height: 100vh;
    background-color: #ffecb2;
    background-image: url('../images/loginbg.jpg');
    background-size: cover;
}

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

a:hover{
    color: #df1010;
}

.login{
    width: 90%;
    max-width: 400px;
    margin: 20vh auto;
    background-color: #fff;
    padding: 100px;
    border-radius: 15px;
    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;
    width: 170px;
}

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

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

form.sendmail .btn{
    float: left;
}

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

.login input[type="text"], .login input[type="password"]{
    text-align: left;
    border-bottom: 2px solid #000;
}

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

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

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

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

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

input[type="submit"]:hover{
    color: #df1010;
    background-color: #fff;
}

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

.header{
    float: left;
    width: 100%;
    border-bottom: 4px solid #ffc40f;
}

.headercontainer{
    display: block;
    overflow: hidden;
    width: calc(100% - 50px);
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 25px;
    background-color: #fff;
}

.header img{
    float: left;
    max-width: 170px;
}

.welcome{
    float: right;
    margin-right: 50px;
    margin-top: 30px;
}

.addcv, .addmotivatie{
    display: inline-block;
    margin-bottom: 25px;
}

.logout, .addcv, .addmotivatie{
    padding: 10px 25px;
    background-color: #df1010;
    border: 2px solid #df1010;
    color: #fff;
    border-radius: 25px;
    transition: all .2s ease;
}

.logout:hover, .addcv:hover, .addmotivatie:hover{
    color: #df1010;
    background-color: #fff;
}

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

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

.menu{
    float: left;
    width: 100%;
/*    border-bottom: 1px solid #cecece;    */
    border-top: 1px solid #cecece;
}

.menucontainer{
    display: block;
    width: calc(100% - 50px);
    max-width: 1500px;
    padding: 0px 25px;
    margin: 0 auto;
}

.whitebox{
    display: block;
    padding: 50px;
    overflow: hidden;
/*    background-color: #fff;   */
    border-radius: 15px;
}

.menu ul{
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}

.menu ul li{
    display: inline-block;
    width: auto;
    padding: 20px 55px;
    transition: all .2s ease;
    margin-bottom: -4px;
/*    margin: 0 15px;    */
}

.menu ul li.active, .menu ul li:hover{
/*    background-color: #f4ece9;    */ 
/*    background-color: #ffc40f;    */
    border-bottom: 4px solid #df1010;
}

.menu ul li a{
    font-weight: 700;
}

.menu ul li.active a, .menu ul li:hover a{
    color: #000;
}

.content{
    display: block;
    width: calc(100% - 50px);
    max-width: 1500px;
    padding: 50px 25px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

ul.tbl li{
    float: left;
    width: calc(100% - 54px);
    padding: 10px 25px;
    border: 2px solid #df1010;
    border-radius: 40px;
    margin-bottom: 14px;
    transition: all .2s ease;
}

ul.tbl li:hover{
    background-color: rgba(233,16,16,.2);
}

ul.tbl li:hover .ttl, ul.tbl li:hover .ttl a, ul.tbl li:hover .date{
    color: #df1010;
}

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

ul.tbl li *{
    line-height: 40px;
}

ul.tbl li span{
    float: left;    
}

ul.tbl.hdr li:first-child{
/*    border-bottom: 2px solid #000;    */
    border: none;
    background: none!important;
}

ul.tbl.hdr li:first-child span{
    font-weight: bold!important;
    color: #000!important;
}

.name{
    width: 23%;
}

.act{
    width: 8%;
}

.llog{
    width: 15%;
}

.lldate{
    display: none;
}

.email{
    width: 27%;
}

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

.usertype{
    width: 12%;
}

.options{
    width: 15%;
    text-align: right;
}

.options a{
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #df1010;
    text-align: center;
    border: 1px solid #df1010;
    transition: all .2s ease;
}

.options a:hover{
    background-color: #fff;
}

.options a i{
    transition: all .2s ease;
    font-size: 24px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.options a:hover i{
    color: #df1010;
}

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

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

.options span i:hover{
    color: #df1010;
}

#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: 800px;
    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;
}

#popupcontent{
    float: left;
    width: 100%;
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

#popupcontent form{
    float: left;
    width: 100%; 
    height: auto;
}

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

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

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

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

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

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

label{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
/*    color: #df1010;   */
    color: #000;
    position: relative;
}

.edituser input{
    text-align: left;
}

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

.login a{
    float: right;
    width: auto;
    text-align: center;
    margin: 10px 0;
    text-decoration: underline;
    color: #959595;
}

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

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

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

.backtoadmin{
    position: fixed;
    height: 45px;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #df1010;
    color: #fff;
}

.backtoadmin a, .backtoadmin a i{
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

.hcont.topmargin{
    margin-top: 45px;
}

#slidecontainer{
    float: left;
    position: relative;
    width: 100%;
    margin-top: -15px;
}

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

.nextstep, .prevstep{
    border: none;
    cursor: pointer;
    color: #df1010;
    font-weight: 600;
}

.nextstep{
    float: right;
}

.prevstep{
    float: left;
}

.nextstep i, .prevstep i{
    color: #fff;
    font-size: 13px;
    line-height: 1.9em;
    width: 25px;
    height: 25px;
    background-color: #df1010;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px; 
}

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

.imgedit, .btn{
    float: left;
    margin-bottom: 25px;
    font-size: 18px;
}

.btn i{
    color: #fff;
    transition: all .2s ease;
}

.btn:hover i{
    color: #df1010;
}

.btn-zoom-in, .btn-zoom-reset, .btn-zoom-out, .btn-cancel, .btn-ok{
    padding: 5px 7px;
    line-height: 18px;
}
/*
.prevstep{
    float: left;
    border: none;
    padding: 10px 25px;
    color: #fff;
    background-color: #df1010;
    border: 2px solid #df1010;
    border-radius: 25px;
    cursor: pointer;
    transition: all .2s ease;
}
*/
.nextstep:hover, .prevstep:hover, .imgedit:hover, .btn:hover{
    color: #df1010;
    background-color: #fff;
}

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

label i{
    margin-left: 10px;
    margin-top: 0px;
    color: #df1010;
    font-size: 8px;
    position: absolute;
}

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

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

.ttl{
    width: 55%;
}

.date{
    width: 30%;
}

.hidden{
/*    display: none;    */
/*    visibility: hidden; */
}

.tab.hidden{

}

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

.showmore{
    float: left;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    border: 6px solid #FFF8E2;
    border-radius: 100%;
    cursor: pointer;
    color: #000;
    transition: all .2s ease;
    text-align: center;
    margin-left: calc(50% - 88px);
    margin-top: -40px;
    background-color: #fff;
}

.slide > div{
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
/*
.showmore:hover{
    border-bottom: 1px solid #df1010;
    color: #818181;
}
*/
.editorcontents{
    float: left;
    width: calc(100% - 2px);
    margin-bottom: 25px;
/*    min-height: 150px;    */
    position: relative;
    transition: all .2s ease;
    border: 1px solid #fff;
}

.editorcontents:hover{
    border: 1px solid #dedede;
}

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

.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: #df1010;
}

progress{
    display: none;
}

.templatelist, .colorlist{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.templatelist div{
    float: left;
    width: calc(50% - 24px);
    margin: 10px;
    cursor: pointer;
    border: 1px solid #df1010;
    border-radius: 15px;
    overflow: hidden;
    height: 210px;
}

.colorlist > div{
    float: left;
    width: 47px;
    height: 47px;
    margin: 10px;
    cursor: pointer;
    border: 1px solid #df1010;
    border-radius: 100%;
    overflow: hidden;
}

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

.templatelist div.active, .colorlist div.active{
    border: 3px solid #df1010;
    margin: 8px;
}

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

.tmplttl{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background-color: #df1010;
}

.colorlist > div .tmplttl{
    display: none;
}

div.color{
    height: 50%;
}

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

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

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

.selectbox{
    float: left;
    position: relative;
    width: 15%;
    cursor: pointer;
}

.selectbox div.selector {
    position: absolute;
    top: 6px;
    right: 5px;
    background-color: #df1010;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    line-height: 1.5em;
    font-size: 14px;
    pointer-events: none;
}

.selector i{
    color: #fff;
}

input.sum{
    width: calc(76% - 40px);
    margin-right: 10%;
    margin-top: 5px;
}

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

.progressbar{
    width: calc(70% + 100px);
    margin-bottom: 25px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #ffc40f;
    border-radius: 15px 15px 0 0;
}

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

.progressbar ol li:first-child{
    border-radius: 15px 0 0 0;
}

.progressbar ol li:last-child{
    border-radius: 0 15px 0 0 ;
}

.progressbar span:first-child, .progressbar span.active{
/*    background-color: #df1010;    */
    color: #FFF8E2;
}

.progressbar ol li.active span{
    color: #fff;
}

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

.progressbar.cv span{
/*    width: calc(12.5% - 1px); */
    line-height: 2.3em;
}

.progressbar.cv ol li{
/*    padding: 15px 15px 30px 30px; */
/*    width: calc(16.666666667% - 40px);    */
    text-align: center;
}

.progressbar.cv ol li:before{
    margin-right: 10px;
    font-size: 10px;
    line-height: 2.3em;
}

.progressbar.cv ol li i{
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
}

.progressbar.cv ol li span{
    font-size: 14px;
    line-height: 24px;
}

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

.progressbar ol li:last-child i{
    opacity: 0;
}

.progressbar ol li i{
    color: #fff;
    margin-left: 35px;
    font-size: 14px;
}

.progressbar ol{
    float: left;
    width: 100%;
    list-style: none;
    counter-reset: item;
}

.progressbar ol li{
    display: inline-block;
    width: auto;
    padding: 25px 25px 30px 30px;
    background-color: #ffc40f;
    counter-increment: item;
}

.progressbar ol li.active:before{
    background: #fff;
    color:#000;

}

.progressbar ol li:before {
    margin-right: 25px;
    content: counter(item);
    background-color: #FFF8E2;
    border-radius: 100%;
    color: #959595;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    line-height: 2em;
    font-size: 12px;
    font-weight: bold;
  }

.tab{
    float: left;
    width: calc(95% - 70px);
    padding: 20px;
    border: 8px solid #FFF8E2;
    border-radius: 15px;
    margin-bottom: 10px;
}

.hidden+.removeitem{
    display: none;
}

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

.infobtn{
    float: right;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #df1010;
    position: relative;
    cursor: pointer;
    margin-top: -65px;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid #df1010;

}

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

.infobtn:hover{
    background-color: #fff;
}

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

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

.cntr{
    float: left;
    width: 35px;
    height: 35px;
    border: 1px solid #ffc40f;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.4em;
    color: #000;
    margin-top: -3px;
    margin-right: 25px;
}

.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;    */
    position: relative;
}

.editorcontents textarea{
/*    display: none;    */
    float: left;
    width: calc(100% - 20px);
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #000;
}

.content_length{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.content_length.green{
    color: green;
}

.content_length.orange{
    color: orange;
}

.content_length.red{
    color: red;
}

.avatar{
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #FFF8E2;
    background-position: center bottom;
    background-size: cover;
}

p.notify_small{
    float: left;
    clear: both;
    font-style: italic;
}

.shownexample{
    cursor: pointer;
    float: left;
    width: calc(100% - 32px);
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 3px solid #cecece;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.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 #df1010;
}

.tb span{
    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: #df1010;
    border: 2px solid #df1010;
    cursor: pointer;
    transition: all .2s ease;
}

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

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

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

#pdfpreview{
    float: none;
    width: 93%;
    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: #df1010;
    border: 2px solid #df1010;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease;
    display: none;
}

.upbtn{
    top: 200vh;
}

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

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

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

.mandatory.false{
    border-bottom: 1px solid red;
}

.false{
    color: red;
}

.savecv{
    position: absolute;
    right: 13%;
    top: 3%;
    display: none;
    width: 55px;
    height: 55px;
    border-radius: 100%;    
    padding: 0;
    text-align: center;
}

.savecv i{
    font-size: 20px;
    line-height: 2.7em;
}

.datasaved{
    position: fixed;
    width: 250px;
    left: calc(50% - 125px);
    padding: 15px 0;
    top: 5vh;
    background-color: #11a10e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    display: none;
}

.email1{
    float: left;
    width: calc(60% - 20px);
    margin-right: 20px;
}

.email2{
    float: left;
    width: calc(40% - 20px);
    margin-left: 20px;
}

.sidebar{
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    float: left;
    width: calc(30% - 75px);
    margin-right: 25px;
}

.preview{
    float: left;
    width: calc(70% - 50px);
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
}

.sidebar .selectbox{
    width: 100%;
}