/* TOM had een maatwerkformulier (uit coulance) waarop bepaalde velden niet werden getoond. Dit is nu opgelost door deze velden te verbergen met onderstaande CSS */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);
			
#boxcontainer-skiplinktijdelijkuitgezet, .section.education, .group.jobtype, .availability .group.data .col:first-of-type
{
  display: none;
}

/* Basis steunkleur instellen */
* {font-family: 'Lato', sans-serif;font-size: 18px;font-weight: 300;}
h1.reactiontype {color:#175e9c; font-family: 'Lato', sans-serif; font-size: 21px;text-transform: none;}
#job_title {font-weight: 800;font-size: 28px;width: 100%;clear: both;display: inline-block;padding-bottom: 20px;text-transform: unset;}
.introtext  {color:#272727; }
a, .accountmenu a, div#upload-cv-div, .history a, button {color: #043C77;}
.submitbutton, a.actionlink, .button, input.flatbutton, .button a, #fotolink-image, .photocontainer {background-color: #175e9c; color: #FFFFFF;}
a:hover, .history a:hover *, .upload label {color: #175e9c;}
.submitbutton:hover, .button:hover, .button a:hover, a.actionlink:hover, input.flatbutton:hover, .photocontainer:hover, button:hover, button:hover span {background-color: #fd8300; color: #FFFFFF;}
.csbs h2, .vdtl h2, .vsbs h2, .covv h2, div.header {border-bottom: 1px solid #20567a;color: #175e9c;font-size: 23px;padding-bottom: 20px;}
input.text:focus, input[type=text]:focus, input.date:focus, input[type="date"]:focus, select:focus, input.account:focus, textarea:focus {border: 1px solid rgba(4, 60, 119, 1);}
button {background-color: #FFFFFF; border: 1px solid #8f9abf;}
button:hover  {background-color: #c2a886; border: 1px solid #c2a886;}

div#upload-cv-div {
    background-color: #FFFFFF;
    border: 1px solid #8f9abf;
}

/* WANNEER PAGINA NIET IN IFRAME GETOOND WORDT  */
.no-iframe-logo {max-width: 100%; height: 60px; margin: 0 auto; background: url("/custom/10289/logo.gif") no-repeat center top;}
.no-iframe-header {height: 70px; padding-top: 10px;}
