﻿body {
    background-color: #f0f0f0;
}

a:link {
    text-decoration: none;
    color: #212121;
}

a:visited {
    text-decoration: none;
    color: #212121;
}

a:hover {
    text-decoration: underline;
    color: #666;
}

.masterHeader {
    background: #fff url(../images/pixel.gif);
}

.background {
    background-color: #f0f0f0;
}

.floatRight {
    float:right;
}

#idendity span:hover, #home span:hover {
    background-color: #eee;
}

.whitebackground {
    background-color: white;
}

.formfield, .password1 {
    font-size: 0.9em;
    color: #666;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.icon-user-o:hover {
    background-color: #d7ebf2;
}

#footer {
    background-color: #f9f9f9;
    border: 1px solid white;
    position: relative;
    padding: 40px 0;
    color: #666;
    font-size: 0.9em;
}

.password {
    font-family: mypwfont;
    -webkit-text-security: disc;
    -webkit-appearance: textfield;
    -webkit-user-select: text;
    font-size: 0.8em;
    color: #666;
    padding: 10px;
    height: 26px;
    margin: 0;
    background-color: white;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}

h1, h2, h3, h4, h5, h6 {
    color: #828282;
}

nav {
    display: inline-block;
    vertical-align: bottom;
    padding: 10px 30px;
    width: 100%;
    background-color: #e9e9e9;
}

    nav ul {
        list-style: none;
        margin-bottom: 6px;
        vertical-align: bottom;
        padding: 0;
        display: inline-block;
    }

    nav ul li {
        position: relative;
        display: inline-block;
        margin-right: 4px;
        text-align: center;
    }

    nav ul li:first-child a {
        background: #c8c8c8;
        width: 49px;
        padding: 10px 0;
    }

    nav ul li:last-child {
        margin: 0;
    }

    nav ul li a {
        display: block;
        background: #f9f9f9;
        border: 1px dotted #666;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    nav ul li a:hover {
        background: #fff;
        color: #143f98;
        text-decoration: none;
    }

    nav ul li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 240px;
        border-bottom: 4px solid #48cfad;
    }

    nav ul li ul li {
        display: block;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    nav ul li ul li a {
        display: block;
        background: #3a3a3a;
        padding: 10px 15px;
    }

    nav ul li ul li a:first-child {
        background: #3a3a3a;
        width: auto;
        border-left: 4px solid transparent;
        padding: 10px 15px;
        font-size: 14px;
    }

    nav ul li ul li a:hover {
        background: #333;
        border-left: 4px solid #48cfad;
    }

#palado1, #palado2 {
    max-width:400px; width:100%;
}

#header {
    color: #454545;
    background-color: #fff;
}

.formfieldSubmit, .password {
    font-size: 1em;
    color: #666;
    padding: 10px;
    height: 48px;
    margin: 0;
    background-color: #f9f9f9;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #ccc;
    max-width: 300px;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}

.formfieldSubmitButton {
    background-color: #c7e1e9;
    vertical-align: top;
    display: inline-block;
    height: 48px;
    padding: 16px 15px 15px 16px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.zoekVeld {
    font-size: 1em;
    color: #666;
    max-width: 230px;
    padding: 5px 10px;
    height: 16px;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    width: 100%;
}

.zoekVeldButton {
    background-color: #f9f9f9;
    vertical-align: top;
    display: inline-block;
    height: 28px;
    padding: 6px 5px 5px 6px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

input[type="number"] {
    border: 1px solid #BBB;
    border-color: #dadada;
    padding: 10px;
    width: 70px;
}

.title {
    margin-top: 0px;
    text-align: center;
    background-color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    clear: both;
    padding: 10px;
    max-width: 1200px;
    color: #0192b5;
    border: 1px solid #d7d7d4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
}

span.step {
    background: #b0b0b0;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    line-height: 1.5em;
    margin-right: 4px;
    text-align: center;
    width: 1.2em;
}

.trumbowyg-box,
.trumbowyg-editor {
    max-width: calc(100% - 25px);
    height: 100%;
    background-color: #fff;
}

.gelezen {
    background-color: #f0f0f0;
    width: 90%;
    padding-top: 250px;
    bottom: 0;
    padding: 20px;
    color: #1c8118;
    border-top: 1px dotted #aaa;
}

.keyword {
    background-color: #fffbe7;
    padding: 0;
}

.userMenu span:hover {
    color: #000;
}

.smalltitle {
    clear: both;
    font-size: 1em;
    font-weight: bold;
    color: #454545;
}

.smallbutton {
    font-size: 0.9em;
    padding: 5px 10px;
    background-color:white;
    color: #666;
    border:1px dotted #aaa;
    margin-right:5px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .smallbutton:hover {
        color: #aaa;
    }

.delete {
    font-size: 0.9em;
    padding: 3px;
    min-width: 30px;
    color: #666;
    border: 1px solid #f0f0f0;
}

.tinybutton {
    font-size: 0.8em;
    padding: 5px 8px;
    color: #454545;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #dadada;
}

.smallbluebutton {
    font-size: 1em;
    padding: 10px 15px;
    color: #fff;
    background-color: #34a8c4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-width: 0px;
    background-size: cursor:pointer;
    -moz-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

    .smallbluebutton:hover {
        background-color: #074b83;
        -moz-transition: all .1s ease-in;
        -webkit-transition: all .1s ease-in;
        -o-transition: all .1s ease-in;
        transition: all .1s ease-in;
    }

.smallwhitebutton {
    font-size: 0.9em;
    padding: 7px 10px;
    min-height:40px;
    color: #454545;
    background-color: #f1f1f1;
    border-radius: 4px;
    margin-right: 3px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #dadada;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

    .smallwhitebutton:hover {
        background-color: #e1e1e1;
    }

.smallredbutton {
    font-size: 0.9em;
    padding: 7px 10px;
    min-height: 40px;
    color: #454545;
    background-color: #e6a6a6;
    border-radius: 4px;
    margin-right: 3px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #aaa;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

    .smallredbutton:hover {
        background-color: #d08282;
        color: white;
    }


.smallgreenbutton {
    font-size: 0.9em;
    padding: 7px 10px;
    color: #454545;
    background-color: #d3e1c6;
    border-radius: 4px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #bbb;
    border: 1px solid #bbb;
    margin-right: 3px;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

    .smallgreenbutton:hover {
        background-color: #b3d493;
        color: white;
    }

.devider {
    border-right: 1px dotted black;
    height: 20px;
    margin: 0 6px;
}

div .href:hover:not(.white) {
    color: #aaa;
}

.thumbs {
    position: relative;
    vertical-align: middle;
    top: -5px;
    color: #717171;
    font-size: 0.6em;
    font-weight: bold;
}

.saveButton {
    font-size: 0.9em;
    padding: 10px;
    color: #fffffa;
    text-decoration: none;
    text-shadow: none;
    border-color: #54acc7 #4ca0ba #398a9d;
    border-radius: 4px;
    width: 140px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: -ms-linear-gradient(top, #98d0e0 2%, #68b8d1 8%, #4fa9c6 58%, #4fa9c6 95%, #4ca4c0);
    background: -moz-linear-gradient(top, #98d0e0 2%, #68b8d1 8%, #4fa9c6 58%, #4fa9c6 95%, #4ca4c0);
    background: -webkit-linear-gradient(top, #98d0e0 2%, #68b8d1 8%, #4fa9c6 58%, #4fa9c6 95%, #4ca4c0);
    background: linear-gradient(top, #98d0e0 2%, #68b8d1 8%, #4fa9c6 58%, #4fa9c6 95%, #4ca4c0);
}

.box {
    margin-top: 0px;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    max-width: 1200px;
    color: #0192b5;
    border: 1px solid #d7d7d4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    text-align: left;
}

/* Chrome, Safari, Opera */
.container {
    margin: 0px;
    width: 100%;
    padding: 0;
}

select option:active {
    background-color: #e95252;
}

.border {
    border-width: 1px;
    border-color: #dadada;
    border-style: solid;
}

.blackborder {
    border-width: 5px;
    border-color: #555;
    border-style: solid;
}

.borderbottom {
    border-bottom: 1px dotted #aaa;
}

.bordertop {
    border-top: 1px dotted #aaa;
}

.borderRight {
    border-right: 1px dotted #aaa;
}

.rightborder {
    border-width: 0px 1px 0px 0px;
    border-color: #dadada;
    border-style: dotted;
}

.leftborder {
    border-width: 0px 0px 0px 1px;
    border-color: #dadada;
    border-style: dotted;
}

.menuitem:hover {
    background-color: #f0f0f0;
}

.menuitemSub {
    padding: 3px 15px;
    font-size: 1em;
    color: #35539a;
}

    .menuitemSub:hover {
        background-color: #666;
        color: white;
        text-decoration: none;
    }

    .menuitemSub a:hover {
        text-decoration: none;
        color: white;
    }

.paging {
    float: left;
    margin: 5px;
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    padding: 0px;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.padding5 {
    padding: 5px;
}

.paddingtop {
    padding-top: 10px;
}

.margintop {
    margin-top: 10px;
}

.paddingleft {
    padding-left: 20px;
}

.verticaltab {
    margin: 0px;
    padding: 0px;
}

.paddingbottom {
    padding-bottom: 10px;
}


.message {
    color: #56a945;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 0;
    line-height: 20px;
}

.frame:hover {
    background-color: #f9f9f9;
}

.breadcrumb {
    word-spacing: 5px;
    padding: 10px;
    width:100%;
    cursor:pointer;
    margin-bottom:5px;
    background-color: #f2f5f1;
    border:0;
}

    .breadcrumb a {
        color: #0192b5;
        font-size: 0.9em;
        background-color: white;
        padding: 0px 10px 0px 10px;
    }

#idendity span, #home span {
    background-color: #fff;
}


/*---------------------chatbox-----------------------------------*/

