:root {
    --primary                     : #623180;
    --secondary                   : #30a101;
    --background                  : #ffffff;
    --header-background           : #ffffff;
    --background-light            : #f1f5ff;
    --background-dark             : #e6e0ea;
    --background-darker           : #cdc0d5;
    --menu-background             : var(--background);
    --menu-font-color             : var(--link);
    --page-primary-color          : var(--primary);
    --footer-background           : var(--background-darker);
    --tab-color                   : #e6e0ea;
    --tab-color-selected          : #3f5ba1;
    --alert                       : #b2463c;
    --warning                     : #fbbf00;
    --warning-darker              : #fb9900;
    --success                     : #30a101;
    --link                        : #4a90e2;
    --column                      : #bedffa;
    --column-even                 : #bedffa;
    --column-odd                  : #89c1f7;
    --primary-font-color          : #3f3e40;
    --secondary-font-color        : #666666;
    --primary-font-color-inverted : #ffffff;
    --highlight                   : var(--primary);
    --note-background             : var(--background-darker);
}


/* Move down content because we have a fixed navbar that is 150px tall */
body {
    padding-top: 150px;
}

/*For now only support screens to max 1350px if you want to override this, make sure to make an extra style line */
#wrapper {
    max-width: 1350px;
}

#wrapper .sidebar {
    max-width: 225px;
}

/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
* Main Logo top left
*/

.mainlogo {
    position: fixed;
    top: 10px;
    left: 22px;
    z-index: 1001;
    background: url(/img/cnsconnect.png) no-repeat top left;
    width: 200px;
    height: 90px;
}


@media (max-width: 991px) {
    .mainlogo {
        position: absolute;
    }
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li {
    margin-top: 8px;
    margin-bottom: 8px;
}
.nav-sidebar > li a {
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.linktext {
    text-decoration: underline;
    color: #000088;
}
/*
 * Main content
 */

.main {
    padding: 0 20px 20px 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
    .mainlogo {
        left: 42px;
    }
}

.main .page-header {
    margin-top: 0;
}

.nav-sidebar > li > span.thearrow {
    padding-left: 20px;
    width: 5px;
}
.nav-sidebar > li > span.menuitem {
    padding-left: 10px;
    padding-right: 10px;
}

.nav > li > span {
    position: relative;
    color: #3399f3;
    text-decoration: none;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

body {
    padding: 100px 0 0 0;
}

.navbar-portal {
    background-image: none;
}
div.sidebar {
    -moz-border-radius: 0 15px 0 0;
    -webkit-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
    top: 101px;
}
.panel-themakeuze  {
    text-align: center;
}
.bottomright {
    position: absolute;
    bottom: 40px;
    right: 35px;
}
.bottomcenter {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.temppopup {
    position: absolute;
    top: 0;
    left: 48%;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 5px 10px;
    z-index: 10000;
}

.temppopup.visible-xs {
    background-color: #fff;
}
div.name > div {
    float: left;
}
table.gegevens td,
table.gegevens th {
    padding: 0 5px;
}
table.gegevens td.subtitle {
    padding: 10px 5px;
}
.panel-subtitle {
    color: inherit;
    font-size: 16px;
    padding: 3px 0;
    margin-bottom: 0;
    margin-top: 0;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.pointer {
    cursor: pointer;
}
.footer {
    position: relative;
    bottom: 0;
    margin-bottom: 5px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.hidden {
    display: none;
}

/* Bij sm/md/lg screens willen we de blokken naast elkaar hebben EN even hoog.*/
.equal > div[class*='col-sm'],
.equal > div[class*='col-md'],
.equal > div[class*='col-lg'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

div.aanmelden {
    position: absolute;
    height: 75px;
    bottom: 0;
    text-align: center;
}

.panel-body h4 {
    padding-bottom: 15px;
}
.panel-body.themakeuze {
    padding-bottom: 25px;
}

.panel .bottom button {
    margin-bottom: 10px;
}
#centerwrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: RGBA(0,0,0,0.2);
    z-index: 2000;
    padding: 20px;
 }

.alert.popup {
    margin: 100px auto;
    width: 600px;
}

/*
* placeholder color
*/
::-webkit-input-placeholder,  /* WebKit, Blink, Edge */
:-ms-input-placeholder, /* Internet Explorer 10-11 */
::-moz-placeholder, /* Mozilla Firefox 19+ */
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: lightsteelblue;
}

::-moz-placeholder, /* Mozilla Firefox 19+ */
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: lightsteelblue;
    opacity:  1;
}

#hamburger {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px;
    cursor: pointer;
	z-index: 1003;
}
#hamburger SPAN {
    padding-right: 5px;
}

.tiptool {
    position: relative;
    top: 3px;
    white-space: nowrap;
}
.tiptool:hover {
    color: blue;
}
.portal-phone {
    float: right;
    font-size: 12pt;
    height: 100%;
    position: relative;
    top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

@media print {
    a:link:after,
    a:visited:after {
        content: "" !important;
    }
}
.floatright {
    float: right;
}
.toggleContainer.closed .toggleContent {
    display: none;
}
.toggleContainer .toggleHead:hover {
    text-decoration: underline;
}
.toggleContainer .toggleInverted {
    display: none;
}
.toggleContainer.closed .toggleInverted {
    display: inline;
}
.toggleHead {
    cursor: pointer;
    -webkit-user-select : none; -moz-user-select : none; -ms-user-select : none; user-select : none;
}

.table-wrap {
    border-top: 1px solid #dddddd;
}
.table-wrap .table {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .table-wrap table,
    .table-wrap thead,
    .table-wrap tbody,
    .table-wrap th,
    .table-wrap td,
    .table-wrap tr {
        display: block;
    }
    .table-wrap thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-wrap td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%!important;
        white-space: normal;
        text-align: left;
    }
    .table-wrap td:before {
        position: absolute;
        top: 8px;
        left: 15px;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .table-wrap td:first-child {
        padding-top: 17px;
    }
    .table-wrap td:last-child {
        padding-bottom: 16px;
    }
    .table-wrap td:first-child:before {
        top: 17px;
    }
    .table-wrap td:before {
        content: attr(data-title);
    }
    .table-wrap.nodata td:before {
        content: attr(data-title);
    }
    .table-wrap .table tbody tr {
        border-top: 1px solid #ddd;
    }
    .table-wrap .table tbody tr td {
        border: none;
    }
    .table-wrap .nodata {
        padding: 5px;
    }
}