﻿/*/
CBS Intranet
/*/
/*/ typography /*/
@import url('cbs_fonts.css');

html {
    font-family: 'default';
    -moz-font-feature-settings: 'liga=1';
    -ms-font-feature-settings: 'liga'; /*.ms-pivotControl-surfaced*/
    -webkit-font-feature-settings: 'liga';
    -o-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

h1, h2, h3, h4, h5, h1.ms-rteElement-H1, h2.ms-rteElement-H2, h3.ms-rteElement-H3, h4.ms-rteElement-H4, .ms-rtestate-field h1, .ms-rtestate-field h2, .ms-rtestate-field h3, .ms-rtestate-field h4 {
    font: bold 22px 'Soho W01',rockwell,verdana,'Bitstream Vera Sans';
    line-height: 28px;
}

    .ms-rtestate-field h2,
    h2.ms-rteElement-H2,
    .ms-rtestate-field h4,
    h4.ms-rteElement-H4 {
        font-size: 90%;
        margin: 0 0 5px 0;
    }

#s4-workspace {
    background: #fff url(../../images/background.png) left repeat-y;
}

#section_file .inner, #section_calendar .inner {
    background: #fff;
    height: 100%;
}

.ms-cui-tabContainer {
    border-left: 10px solid #27206a;
}

.ms-cui-TabRowRight {
    position: absolute;
    right: 10px;
    top: 0px;
}

.ms-pivotControl-surfacedOpt,
.ms-pivotControl-surfacedOpt-selected,
h2.ms-microfeed-feedTitleLabel,
h2.ms-currentFeedLabel,
.ms-heroCommandLink,
.ms-textXLarge,
.ms-bold {
    font: normal 13px/13px 'Soho W01',rockwell,verdana,'Bitstream Vera Sans',sans-serif !important;
}

.ms-pivotControl-surfacedOpt-selected,
.ms-heroCommandLink {
    color: #af0e80 !important;
}

.ms-pivotControl-surfacedOpt,
.ms-pivotControl-surfacedOpt-selected {
    font-size: 15px !important;
}

.text label, .textarea label, .select label, legend, .legend {
    float: left;
    margin: 0 0 0 -33.33333%;
    margin: 0 0 0 -33.33333%;
    width: 30%;
    padding: 3px 0;
    text-align: right;
}

.ms-cui-ribbonTopBars,
#pageStatusBar {
    background: #fff url(../../images/background2.png) left repeat-y;
}

.ms-cui-topBar2 {
    margin-left: 10px;
}

#suiteBarLeft {
    background: #fff url(../../images/background2.png) left repeat-y;
}

.ms-tableCell {
    background: transparent;
}

.ms-core-deltaSuiteLinks {
    background: transparent;
    color: #333;
}

#s4-titlerow {
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.outer {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
    /*RHSN Hoogte toegevoegd omdat menu niet meer zorgt voor hoogte */
    height: 60px;
}

/*/ header /*/
#header {
    overflow: visible;
    position: absolute;
    z-index: 1000;
    top: 0px;
    width: 280px !important;
    height: 70px !important;
}

    #header .inner {
        border-color: #ab218e;
        overflow: hidden;
        padding-left: 70px;
        padding-bottom: 10px;
        border-left: 10px solid #27206a;
    }

    #header h1 {
        width: 200px;
        height: 75px !important;
        float: left;
        margin: 0;
        background: url(../../images/sprite.png) no-repeat left 9px;
        background-position: left .9rem;
    }

        #header h1 a {
            width: 100%;
            height: 100%;
            float: left;
            text-indent: -999em;
        }

h1 span {
    float: left;
    position: relative;
    padding: 5px 15px 5px 999em;
    margin: 0 0 0 -999em;
    font-size: 15px;
    line-height: 20px;
    background: #271d6c;
    color: #fff;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.purple h1, .purple h2, .purple #subNav .level1, .purple .downloadPublication h3 {
    color: #ab218e;
}

    .purple h1 span, .purple .themeList span, .purple .customSelectWrapper .select u {
        background-color: #ab218e;
    }

    .purple h1 span {
        background-color: #ab218e;
        padding-bottom: 10px;
    }

.purple a, .purple h1, .purple h2, #searchResults .purple .title, .purple .listItem h2 span, .purple .listItem h2 u,
.purple .listItem a:hover, .purple .listItem a:focus, .purple .listItem a:active,
.purple .articleList .listItem a:hover .desc, .purple .articleList .listItem a:focus .desc,
.purple .articleList .listItem a:active .desc, #siteWrapper #section_file .listItem h3, #section_file .inner h2,
.purple #rating .checked:before {
    color: #ab218e;
}

/*/ content - lists /*/
.articleList {
    list-style: none;
    padding: 0;
    width: 100%;
    margin-right: -10%;
    overflow: auto;
}

    .articleList .listItem {
        width: 31.3%;
        margin: 0 3% 20px 0;
        float: left;
        padding: 0;
    }

.cyan h1, .cyan h2 {
    color: #00a1cd;
}

    .cyan a, .cyan h2 a u, .cyan h3 a u, .cyan h4 a u, .cyan h5 a u {
        color: #0581a2;
    }

    .cyan h1 span {
        background: #00a1cd;
    }

.search a, .cyan a, .cyan h1, .cyan h2, .cyan h3, #searchResults .cyan .title, .cyan .listItem h2 span, .cyan .listItem h2 u, #siteWrapper .cyan .listItem a {
    color: #0581a2;
}

.cyan .ms-webpart-titleText {
    background-color: #f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-left: 5px;
}

.cyan .ms-WPBody {
    padding-left: 5px;
}

.section h1 {
    width: 100%;
    padding-bottom: 20px;
    float: left;
}

.ms-webpart-zone h1 span {
    display: none;
}

/* gray bar with title search and main menu items */
#mainBar {
    background: #e4e4e4 url(../../images/background2.png) left repeat-y;
    float: left;
    padding-top: 30px;
}

    #mainBar.outer {
        overflow: visible;
    }

#titleBar {
    margin-bottom: -25px;
    float: left;
    display: block;
    width: 100%;
}

.ms-formlabel {
    padding-right: 40px;
}

#titleBar h1 {
    background: #27206a;
    padding: 7px 15px 7px 0px;
    margin: 0 0 0 0;
    margin-left: -10px;
    height: 32px;
    position: relative;
    min-width: 185px;
    white-space: nowrap;
    float: left;
    display: inline;
    border: 0px;
    padding-left: 90px;
    color: #fff;
    font: 600 26px/26px 'Soho W01',rockwell,verdana,'Bitstream Vera Sans',sans-serif;
}

    #titleBar h1 a {
        color: #fff;
    }

/*/ searchbox /*/
#searchBox {
    background: none;
    color: #fff;
}

#DeltaSearch label {
    font: bold 20px/20px 'Soho W01',rockwell,verdana,'Bitstream Vera Sans',sans-serif;
}

#searchBox .inner {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    position: relative;
}

#searchBox a:link, #searchBox a:visited {
    color: #fff;
}

#searchBox fieldset {
    background: #19a1cb url(../../images/background2.png) left repeat-y;
    padding: 12px 15px 12px 0px;
    padding-top: 8px;
    margin: 0 0 0 0;
    margin-left: -10px;
    height: 26px;
    position: relative;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    float: left;
    display: inline;
    border: 0px;
    padding-left: 80px;
    width: 475px; /*changed from 465 because on some resolutions the bar didn't fit properly */
}

#searchBox label {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    float: left;
    margin: 0 10px 0 0;
}

    #searchBox label.hide {
        position: absolute;
        top: 0;
        left: -999em;
    }

#searchBox input {
    width: 320px;
    /* RHSN hoogte uitgezet anders box te klein*/
    /*height:18px;*/
    line-height: 18px;
    padding: 5px;
    border: 1px solid #fff;
    margin: 0 10px 0 0;
    font-size: 15px;
    background: #fff;
}

.ms-srch-sb-border {
    border: none;
}

#SearchBox .ms-srch-sb-border {
    border: none;
    background: transparent;
}

#SearchBox .ms-webpart-chrome {
    border-spacing: 0px;
    box-sizing: border-box;
    float: left;
    padding: 0;
    margin: 0;
}

#SearchBox .ms-srch-sb-borderFocused {
    background: transparent;
}


.ms-srch-sb-searchImg {
    display: none;
}

.ms-srch-sb > .ms-srch-sb-searchLink {
    display: inline-block;
    width: 35px;
    height: 34px;
    background: url(../Images/zoekknop.png) no-repeat;
}

.ms-srch-sb-navLink {
    margin-left: -46px; /*padding and margin of searchbox + width of this thingy + some addition to position it nicely inside the searc box*/
    margin-top: 1px;
    display: inline-block;
}

/* Overrule Default SearchBox WebPart */
#SearchBox .ms-fullWidth {
    width: auto;
}

#searchBox .ms-qSuggest-listItem {
    color: #777777;
}

#searchBox .ms-qSuggest-hListItem {
    color: #777777;
}

#SearchBox .ms-srch-sb-searchLink {
    width: 36px;
    height: 36px;
    background: url(../../images/zoekknop.png) no-repeat;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-indent: -999em;
}

#SearchBox .ms-srch-sbLarge-searchImg {
    display: none;
}

.ms-tl-todayLabel {
    background-color: #af0e80 !important;
}

/* main menu navigation */
.mainNavigation {
    padding: 0;
    clear: left;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
}

.borderBottomMainNav {
    border-bottom: 5px solid #af0e80; /*Red color theme*/
}

.mainNavigation ul {
    margin: 0;
    padding: 0;
    padding-left: 15px; /*margin between first menu item and left browser edge*/
    list-style: none;
    float: right;
    font: normal 18px/18px 'Soho W01',rockwell,verdana,'Bitstream Vera Sans',sans-serif;
}

.mainNavigation li {
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
}

.mainNavigation a {
    float: left;
    display: block;
    font: bold 12px;
    color: #27206a;
    text-decoration: none;
    margin: 0 5px 0 0; /*Margin between each menu item*/
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #e4e4e4; /*Default menu color*/
    /*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

    .mainNavigation a:hover {
        background-color: #af0e80; /*Red color theme*/
        /*padding-bottom: 2px;*/ /*Flip default padding-top value with padding-bottom */
        /*padding-top: 5px;*/ /*Flip default padding-bottom value with padding-top*/
        color: white;
    }

.mainNavigation .current a { /** currently selected menu item **/
    background-color: #af0e80; /*Red color theme*/
    /*padding-top: 5px;*/ /*Flip default padding-top value with padding-bottom */
    /*padding-bottom: 2px;*/ /*Flip default padding-bottom value with padding-top*/
    color: white;
}

/*SECONDARY NAVIGATION*/
.secondaryNav {
    margin-left: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}


    .secondaryNav .pageTitle {
        margin-top: 25px;
        margin-bottom: 8px;
        padding-left: 70px;
        display: inline-block;
        font-family: 'Soho W01',rockwell,verdana,'Bitstream Vera Sans',sans-serif;
    }

#DeltaPlaceHolderPageTitleInTitleArea {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    color: #444444;
}

    #DeltaPlaceHolderPageTitleInTitleArea a {
        color: #444444;
    }

.secondaryNavFloat {
    float: right;
    display: inline-block;
}

    .secondaryNavFloat div.ms-core-listMenu-horizontalBox:first-child ul.ms-core-listMenu-root li:first-child a.menu-item {
        border-left: none !important;
    }

/*My site*/
div.ms-profile-image {
    margin-left: 0px;
}

.ms-profile-nameOverlay, .ms-profile-nameOverlay:hover, .ms-profile-nameOverlay:link, .ms-profile-nameOverlay:visited, .ms-profile-nameOverlay:active {
    color: #fff;
    background-color: rgba( 0, 0, 0, 0.6 );
    padding: 7px 0px 10px 20px;
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 180px;
    text-decoration: none;
    z-index: 1;
}

/*publishing styles in edit mode overhauling*/
.edit-mode-panel {
    background: #fff !important;
}

#WPQ2_ListTitleViewSelectorMenu_Container {
    width: 600px;
}

.ms-pivotControl-container {
    width: 700px;
}

/*hack for going to the app store and others*/
#idStorefrontManagementLeftNavBar {
    /* display:none; */
}

.ms-core-listMenu-verticalBox {
    margin-right: 30px;
}

.ms-core-form-line input {
    width: auto;
}

.ms-storefront-list ul li,
.ms-core-listMenu-root ul li,
.ms-core-listMenu-verticalBox ul li {
    margin-left: 0px;
    list-style: none;
    list-style-type: none;
}

.leftFloater {
    margin-right: 30px;
    float: left;
}

.ms-core-listMenu-heading {
    background: #af0e80;
    color: #fff !important;
    font: bold 14px/14px 'Soho W01',rockwell,verdana,'Bitstream Vera Sans',sans-serif !important;
}

/*Hide the search box on the mysite*/
.ms-mysite-searchBox {
    display: none;
}

.ms-dialog #contentBox {
    margin-left: 20px;
}

section
.ProjectsSearchLabel {
    padding-right: 15px;
}

div.hierarchynav span {
    margin-bottom: 0.75em;
}

.WerkruimtenSearchLabel {
    padding-right: 15px;
    float: left;
}

.navbar {
    overflow: hidden;
}

#s4-bodyContainer #SearchBox {
    height: 2.2em;
}

    #s4-bodyContainer #SearchBox input {
        border: 1px solid #ABABAB;
        margin: 0px;
    }

    #s4-bodyContainer #SearchBox .ms-srch-sb-searchLink {
        /*margin-top: 1px;*/
        background-color: #19A1CB;
        background-image: url("../../images/zoekknop.png");
        background-position: 5% center;
        border: none;
        /*height: 2.8em;
    width: 2.8em;*/
    }

/* Hide the site settings menu item: Het uiterlijk wijzigen */
#ctl00_PlaceHolderMain_Customization_RptControls_Theme {
    display: none;
}

.meta {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

#imgblock img {
    margin: 0 20px 10px 0;
    width: 80px;
}

#txtblock {
    width: 58.66%;
    padding: 0 41.33333% 0 0;
}
