﻿@charset "UTF-8";

@font-face {
    font-family: "ERASMD";
    src: url("/Resources/Fonts/ctnl/ERASMD.eot"); /* IE9 Compat Modes */
    src: local("ERASMD"), url("/Resources/Fonts/ctnl/ERASMD.ttf");
    src: url("/Resources/Fonts/ctnl/ERASMD.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/Resources/Fonts/ctnl/ERASMD.woff") format("woff"), /* Modern Browsers */
    url("/Resources/Fonts/ctnl/ERASMD.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/Resources/Fonts/ctnl/ERASMD.svg") format("svg"); /* Legacy iOS */
}


body {
    background-color: #e1e1e1;
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    float: left;
    width: 100%;
}

body,
th,
td,
table,
h1,
h2,
h3,
h4,
h5,
h6,
input {
    font-family: "proxima-nova", sans-serif, Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    color: #555;
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/*------------------------------------------------*/

/* HEADER STYLE */

/*------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 18px;
    color: #555;
}

h4 {
    font-size: 16px;
    color: #555;
}

h5 {
    font-size: 14px;
    color: #555;
}

h6 {
    font-size: 13px;
    color: #555;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}


.ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png) !important;
}


.ui-datepicker table,
.ui-datepicker {
    background-color: #e8e8e8;
    color: #777;
}

    .ui-datepicker .ui-datepicker-header {
        background-color: #7bceed;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #7bceed;
    background: #7bceed;
    color: #777;
}

.ui-datepicker-next ui-corner-all {
    border: none;
    background: none;
    color: none;
}


.ui-selectmenu-menu .ui-widget.ui-widget-content {
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
}

.ui-selectmenu-icon.ui-icon {
    margin-top: 6px;
}

/*------------------------------------------------*/

/* PARAGRAPH STYLE */

/*------------------------------------------------*/

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #fff;
    border-width: 1px 0 0;
    opacity: 80%;
    width:97%;
    margin:auto;
}

/*------------------------------------------------*/

/* IMAGE STYLES */

/*------------------------------------------------*/

img {
    border: 0;
}

/*------------------------------------------------*/

/* lIST STYLE */

/*------------------------------------------------*/


/* Ordered List */

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/

/* FORM STYLE
/*------------------------------------------------
    input[type="text"],select,textarea,input[type="email"],input[type="search"], input[type="password"] {
        padding: 9px;
        margin-bottom:20px; 
        background: #f3f3f3;
        border:1px solid #bfbfbf;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.1) ;
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.1) ;
        color:#777777;
        font-size:13px;
	}
*/

/*------------------------------------------------*/

/* BUTTONS STYLE */

/*------------------------------------------------*/

/* Primary Style Button (blue)*/

button {
    -webkit-appearance: none;
}

.action-button--primary {
    color: #fff;
}



/*------------------------------------------------*/

/* SEARCH */

/*------------------------------------------------*/

#search {
    float: right;
    width: 209px;
    height: 32px;
}

.topbar__user--login {
    float: left;
    width: 160px;
    height: 60px;
    padding: 20px 0 0 20px;
    border-right: 1px solid #7a0963;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #555;
    text-shadow: 1px 1px 1px #444444;
}

    .topbar__user--login:hover,
    .topbar__user--logout:hover {
        background-color: #7a0963;
        text-shadow: 1px 1px 1px #444444;
    }

.topbar__user--logout {
    float: left;
    width: 160px;
    height: 60px;
    padding: 20px 0 0 20px;
    border-right: 1px solid #7a0963;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #555;
    text-shadow: 1px 1px 1px #444444;
}

.hidden {
    display: none;
}

#logo {
    float: left;
}

/*------------------------------------------------*/

/* NAVIGATION */

/*------------------------------------------------*/

/* Site Navigation */

#nav {
    float: right;
    position: relative;
    top: 18px;
}

/* Content Pane - 3 columns Social */

LeftPane {
    float: left;
    width: 110px;
}

CenterPane {
    float: left;
    position: relative;
    width: 560px;
}

RightPane {
    float: left;
    width: 250px;
}

/*------------------------------------------------*/

/* SOCIAL STYLE */

/*------------------------------------------------*/

/* ----------------------------------*/

/* DNN Module: Console */

/* ----------------------------------*/

.console {
    width: 250px;
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

/* --------------SENSOR----------*/

/* DNN Module: ViewProfile Image */

/* ----------------------------------*/

#UserProfile {
    float: left;
    width: 310px;
    height: 170px;
    background-image: url('/images/ctnl/Verlanglijst_Page_UserInfoPane.png');
    background-repeat: no-repeat;
}

.user-profile__address {
    float: left;
    height: 140px;
    width: 140px;
    margin: 10px 0 0 5px;
}

.user-profile__name {
    float: left;
    margin: 10px 5px 0 10px;
    width: 140px;
    height: 60px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #aaa;
    overflow: hidden;
}

.user-profile__photo-container {
    float: left;
    height: 140px;
    width: 140px;
    margin: 13px 0 0 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.user-profile__photo {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 140px;
    min-height: 140px;
    max-width: 210px;
    max-height: 210px;
}

.user-profile__edit-link,
.user-profile__edit-link a,
.user-profile__edit-link a:link,
.user-profile__edit-link a:visited,
.user-profile__edit-link a:hover {
    float:left;
    color: #e1e1e1;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    background-image: url('/images/ctnl/Settings Dark Icon.png');
    background-repeat: no-repeat;
    margin:40px 0 0 115px;
}

/* compose button */

.action-button--primary,
.action-button--primary:hover,
.action-button--primary:active {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #7bceed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0 solid #ffffff;
    -moz-box-shadow: 0 1px 3px rgba(240, 240, 240, 0.5), inset 0 0 0 rgba(15, 177, 217, 0);
    -webkit-box-shadow: 0 1px 3px rgba(240, 240, 240, 0.5), inset 0 0 0 rgba(15, 177, 217, 0);
    box-shadow: 0 1px 3px rgba(240, 240, 240, 0.5), inset 0 0 0 rgba(15, 177, 217, 0);
    font-family: "proxima-nova", sans-serif, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 0 rgba(000, 000, 000, 0), 0 0 0 rgba(255, 255, 255, 0);
}/*Archive,
Sent {
    background-color: #70b1c7;
    color: #eee;
}

/*------------------------------------------------*/

/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------*/

/* Slide jquery
/*------------------------------------------------*/

#container {
    position: relative;
    z-index: 0;
    width: 980px;
    padding: 0;
    margin: 0 auto;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

.label-male {
    color: #7bceed !important;
    border-color: #7bceed !important;
}

.label-female {
    color: #9a0b7d !important;
    border-color: #9a0b7d !important;
}