html {
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0;
    -webkit-overflow-scrolling: touch; /* to enable momentum scrolling on crapple devices */
}

div {
    box-sizing: border-box;
}

p {
    margin: 0;
}

a, a:hover {
    text-decoration: none;
}

input[type=text], input[type=password] {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: lighter;
    height: 32px;
    box-sizing: border-box;
    padding-left: 8px;
    border: 1px solid #b0b0b0;
}

input[type=text]::placeholder, input[type=password]::placeholder {
    color: #b0b0b0;
}

.public-DraftEditorPlaceholder-root {
    position: absolute;
    opacity: 0.5;
}


/* content text mijndaanCV tour */
.mijndaancvTour {
    width: 100%;
}

.mijndaancvTour h3 span {
    color: #FF8E01;
}

.mijndaancvTour h3 {
    background: #ffffff;
    font-weight: 500;
    width: 100%;
    font-size: 1.4em;
    margin: 5px 10px 25px 0px;
    padding: 0 6px 0px;
}

.mijndaancvTour h4 {
    padding: 0 15%;
    font-size: 1.1em;
    margin-bottom: 4px;
    font-weight: 400;
}

.mijndaancvTour p {
    padding-left: 15%;
    padding-bottom: 10%;
    width: 70%;
    font-size: 0.8em;
}

.background-grey {
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    width: 100%;
}

.grey-arrow {
    position: absolute;
    top: 30px;
    left: -14px;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    background-color: #fff;
}

.reactour__helper.reactour__helper--is-open {
    max-width: 100%;
    left: 25px;
    font-family: roboto;
    max-height: 441px;
}

.bg_arrow {
    background: #fff;
    width: 100%;    
    height: 50px;
}

img.img-info{
    width: 92%;
    padding: 14px;
}

.close-btn {
    float: right;
    cursor: pointer;
    border-radius: 20px;
    border: 1px #FF8E01 solid;
    padding: 5px 16px;
    position: relative;
    right: 10px;
    top: 10px;
    font-size: 13px;
    color: #000;
}

.close-btn:hover {
    background: #FF8E01;
    color: #fff;
    border: 1px #fff solid;
}


/* END text mijndaanCV tour */

/* mijndaanCV tour navigation buttons */
nav[data-tour-elem="navigation"] {
    width: 100%;
    height: 0px;
}

[data-tour-elem="controls"] {
    width: 100%;
    display: none !important;
}

[data-tour-elem="controls"] [data-tour-elem="left-arrow"] svg {
    display: none;
}

[data-tour-elem="controls"] [data-tour-elem="right-arrow"] svg {
    display: none;
}

[data-tour-elem="badge"] {
    display: none;
}

button.reactour__dot {
    height: 15px;
    width: 15px;
    background: #ddd;
}

.mijndaancvTour button.reactour__dot.reactour__dot--is-active {
   height: 11px;
    width: 11px;
    color: #606060;
    background: #616161;
}

.mijndaancvTour button.reactour__dot {
    height: 13px;
    width: 13px;
    color: #606060;
    background: #D1D1D1;
}

.mijndaancvTour .arrowLeft {
    right: 25px;
    float: left;
    padding: 0 22px;
}

.mijndaancvTour .arrowLeft i.material-icons {
    margin-left: -25px;
    font-size: 50px;
    cursor: pointer;
}

.mijndaancvTour .arrowRight {
    right: 25px;
    float: right;
    padding: 0 22px;
}

.mijndaancvTour .arrowRight i.material-icons {
    margin-right: -25px;
    font-size: 50px;
    cursor: pointer;
}

.mijndaancvTour .arrowLeft i.material-icons:hover, .mijndaancvTour .arrowRight i.material-icons:hover{
    color: #FF8E01;
}

/* END mijndaanCV tour navigation buttons */


/* Mobile Queries*/
@media only screen and (max-width: 575px) {
  div#___reactour {
    display: none;
  }
}
