
/*
    Navigatie
    0.      Algemene layout
    1.      Spellingchecker
    1.a.    Suggesties
    2.      DT en Co.
    3.      Herhaling
    4.      Passief
    5.      Toon
    6.      Naamwoordstijl
    7.      Belgisch
    8.      Uitspraak
    9.      Taaltips

 */

/* Algemene Layout */
/*@font-face {font-family: forma;src: url(../fonts/forma-nuova-neretta-webfont.woff);}*/
@font-face{
    font-family: "FormaDJRText";
    src: url('../fonts/FormaDJRText.ttf');
}
@font-face{
    font-family: "FormaDJRText";
    src: url('../fonts/FormaDJRText-Bold.ttf');
    font-weight:bold;
}
@font-face{
    font-family: "FormaDJRText";
    src: url('../fonts/FormaDJRText-Italic.ttf');
    font-style:italic;
}
@font-face{
    font-family: "FormaDJRText";
    src: url('../fonts/FormaDJRText-Medium.ttf');
    font-weight:500;
}
@font-face{
    font-family: "ChronicleDisplay";
    src: url('../fonts/ChronicleDisplay-Semi.otf');
}
@font-face{
    font-family: "ChronicleDisplay";
    src: url('../fonts/ChronicleDisplay-SemiItalic.otf');
    font-style:italic;
}
body{font-family: FormaDJRText;padding-top:0px;}
h1{font-family:ChronicleDisplay;margin:0;font-size:36px;font-weight:normal;-webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */}
h2{margin:0;font-size:14px;font-weight:700;text-transform: uppercase;}
h3{margin:0;font-size:14px;font-weight:500;text-transform: uppercase;}
hr{margin:5px 0px;background:#ccc;border-color:#ccc;}

.logo{padding:15px 0px;}
.logo img{max-width:35%;width:412px;height:auto;}

#sa-titel-hulplijntjes{
    background-image: url('../img/sa-blue-big-2.png');
    background-size: contain;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:10px;
    max-height:30px;
}
#sa-titel-hulplijntjes-container{max-width: 1000px;}
#sa-titel-hulplijntjes-container img{max-width: 100%;max-height:30px;}
.sa-titel h1{padding-left:23px;}
.sa-splash{
    color:#1d2b4a;
    position:fixed;
    /*background:rgba(25,40,71,0.98); OLD COLOR */
    background:rgba(255,255,255,0.98);
    width: 100%;height:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    top:-1px;
    z-index:10;
    overflow-x:hidden;
    overflow-y:auto;
}
.sa-splash a{text-decoration: underline!important;}
.sa-splash-content{padding-top:25px;padding-left:10px;}
.sa-splash-content p{font-size:18px;line-height:30px;}
#sa-splash-werking{background:#e5e5e5;padding-bottom:25px;}
#sa-splash-bullets li{
    list-style-image:url('../img/sa-bullet.svg');
    padding-right:3px;
    margin-left:-20px;
    font-size:18px;
    line-height:28px;
}
#sa-splash-close img{
    position:absolute;
    right:15px;
    top:5px;
}

#sa-brontekst-titel{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}




#sa-content{
    background:#16284a;
    background: -moz-linear-gradient(left, #003a96 0%, #0e2a50 42%, #0e2a50 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #003a96 0%,#0e2a50 42%,#0e2a50 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #003a96 0%,#0e2a50 42%,#0e2a50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a96', endColorstr='#0e2a50',GradientType=1 ); /* IE6-9 */
    padding-top:25px;
    padding-bottom:25px;
}
#editable_textfield{
    background:#fefefe;
    padding:10px;
    height:35%;
    max-height:35%;
    overflow: auto;
}
#sa-information{background:#f8f8f8;display:none;padding:15px;}
#sa-information li{list-style-image:url('../img/sa-bullet.svg');padding-right:3px;}
#sa-partners{margin-top:30px;text-align:center;}
#sa-partners a{color:#333;}
.sa-partners-image{height:100px;line-height:100px;}
.sa-partners-image img{vertical-align:middle;}
.sa-partners-blocks{padding-bottom:20px;}
#footer{margin-top:30px;padding:10px 0px;background:#f8f8f8;}
#footer h3{line-height:20px;}
#footer a{color:#333;line-height:30px;}
.sa-footer-titles{font-weight:500;}
.sa-footer-blocks{width:20%;margin:0 auto;position:relative;}
.sa-footer-mobile-parent{text-align:center;padding-bottom:15px;}
.sa-footer-mobile-parent div{text-align:left;display:inline-block;}
#sa-footer-mobile-parent-logo{text-align:center;}
#footer-copyright{text-align:center;padding:10px;}

#debug{color:white;padding-bottom:5px;}
#sa-debug{background:#ccc;padding:10px 250px;display:none;}

.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
    float:left;
    margin-right:5px;
    margin-top:-1px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#sa-nav{
    margin:25px 0px 0px 0px;
    padding:10px;
    background:#eaf7fe;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:1px solid #009ee3;
}
#sa-nav a{color:black;}
.sa-nav-nav{padding:4px 0px 0px 0px;}
#sa-nav .sa-ima-pc p{margin:0px;}
.active{
    background:#009ee3;
    color:white!important;
    text-decoration: none!important;
    padding: 2px 4px 4px 2px
}
#_suggesties{
    background:rgba(232,232,232,1);
    border:1px solid #ccc;
    padding:3px 5px;
    width:auto!important;
    max-width:750px;
    position:absolute!important;
    left:0;
    top:0;
    display:none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2)!important;
    transition: 0.3s!important;
    z-index:10;
}
#hiddenform{
    position: absolute;
    z-index:1;
    left:-500000px;
    top:0;
}
.fa{margin-top:-10px!important;}
.animate-once{
    animation-iteration-count: 1!important;
}
.widget-vrt-cookiebalk-settings__link{text-underline:none;color:black;}
.widget-vrt-cookiebalk-settings__link:hover{color:black;}
.sa-ima-pc{padding-top:17px;padding-left:0px;}
#sa-ima-pc-first{padding-top:0px;}
.sa-ima-mobile{display:none;}
#sa-ima-mobile-content{padding-top:10px;}
#sa-ima-mobile-close img{position:absolute;width:7%;right:0;}

/*  1.  Spellingchecker */
.fout{background:#edd2d5!important;}
.fout_suggestie{cursor:pointer;background:#c3e4e9!important;}
.fout_geen_suggestie{background:#edd2d5!important;}

/*  1a. Suggesties  */
.suggestie:hover{background:#ececec!important;cursor:pointer;}

/* 2.   Dt en Co */
.sa-dt-highlight{cursor:pointer;}
/*.sa-dt-highlight-0{background-color: #89c1c9;}*/
.sa-dt-highlight-0{background-color: #bac7d8;}
.sa-dt-highlight-1{background-color: #c3e4e9;}
.sa-dt-highlight-2{background-color: #89c1c9;}
.sa-dt-highlight-3{background-color: #f7d281;}

/*  3.  Herhalingen */
.sa-highlight{cursor:pointer;padding-left:10px;}
.sa-highlight:hover{text-decoration: underline;font-weight:bold;}
.sa-herhaling-highlight{background:#f7d281;}
#sa-herhalingen-wrapper{display:none;padding-left:10px;border:1px solid #ccc;margin-bottom:15px;}
#sa-herhalingenSet-woorden{word-wrap:break-word;padding-right:10px;}

/*  4.  Passief */
.sa-passief-highlight{background:#c3e4e9!important;padding-top:1px;}

/*  5.  Toon    */
.sa-toon-highlight{cursor:pointer;padding-top:1px}
.sa-toon-highlight-0{background-color: #bac7d8;}
.sa-toon-highlight-1{background-color: #edd2d5;}
.sa-toon-highlight-2{background-color: #c3e4e9;}
.sa-toon-highlight-3{background-color: #efe0ac;}

/*  6.  Naamwoordstijl  */
.sa-nws-highlight{padding-top:1px;}
.sa-nws-highlight-1{background-color: #efe0ac;}
.sa-nws-highlight-2{background-color: #c3e4e9;}

/*  7.  Belgisch    */
.sa-belgisch-highlight{background-color: #c3e4e9;padding-top:1px;cursor:pointer;}

/*  8.  Uitspraak   */
.sa-uitspraak-highlight{background:#c3e4e9;cursor:pointer;padding-top:1px;}

/*  9.  Taaltips    */
.sa-taaltips-highlight{cursor:pointer;padding-top:1px;}
.sa-taaltips-highlight-1{background:#bac7d8;}
.sa-taaltips-highlight-2{background:#c3e4e9;}
.sa-taaltips-highlight-4:hover{cursor:pointer;font-weight:bold;}
.sa-taaltips-highlight-5{background:#f7d281;}
.sa-taaltips-advies{cursor:pointer;}
#sa-taaltips-adviezen{padding:5px;margin-top:5px;border:1px solid #ccc;}
.sa-taaltips-taaladvies{cursor: help;white-space:pre;}

/*  19. zinslengte    */
.sa-zin-highlight{}
.sa-zin-highlight-0{background-color: #bac7d8;}
.sa-zin-highlight-1{background-color: #edd2d5;}
.sa-zin-highlight-2{background-color: #c3e4e9;}


/* PC Specific CSS */
@media screen and (min-width: 1200px) { /* Standaard 1200 */
    .logo img{max-width:15%;padding-left:250px;max-width:100%;}
    .sa-content{padding-left: 250px;padding-right: 250px;}
    .mac:before{top:13px!important;}
    .mac:after{bottom:8px!important;}
    #sa-content{padding-left: 250px;padding-right: 250px;}
    #sa-titel-hulplijntjes-container{padding-left:254px;}
    .sa-titel h1{padding-left:264px;}
    .sa-ima-pc{padding:0px;}
    #sa-information{padding:20px 275px;}
    #sa-partners{padding-left:250px;padding-right:250px;}
    .sa-partners-blocks{padding:0px;}
    #sa-partners-center{border-left:1px solid #009ee3;border-right:1px solid #009ee3;}
    .sa-footer-mobile-parent{text-align:left;padding-bottom:0px;}
    #sa-footer-mobile-parent-logo{text-align:right;}
    #sa-footer-mobile-parent-fix{width:22%;}
    #footer{padding-left:250px;padding-right:250px;}
    #footer h3{}
    #footer a{line-height:20px;}
    #footer-copyright{}
    .js-cookie-consent{margin-left:245px!important;margin-bottom:50px!important;}
    #sa-splash-mobile{display:none;}
}
