﻿@font-face {
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/8fa3f7/00000000000000003b9b038f/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/8fa3f7/00000000000000003b9b038f/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/8fa3f7/00000000000000003b9b038f/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/190783/00000000000000003b9b038e/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),url(https://use.typekit.net/af/190783/00000000000000003b9b038e/27/d?subset_id=2&fvd=i7&v=3) format("woff"),url(https://use.typekit.net/af/190783/00000000000000003b9b038e/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/46da39/00000000000000003b9b038c/27/l?subset_id=2&fvd=n6&v=3) format("woff2"),url(https://use.typekit.net/af/46da39/00000000000000003b9b038c/27/d?subset_id=2&fvd=n6&v=3) format("woff"),url(https://use.typekit.net/af/46da39/00000000000000003b9b038c/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/5a66e9/00000000000000003b9b0389/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/5a66e9/00000000000000003b9b0389/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/5a66e9/00000000000000003b9b0389/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/57b464/00000000000000003b9b0388/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/57b464/00000000000000003b9b0388/27/d?subset_id=2&fvd=i4&v=3) format("woff"),url(https://use.typekit.net/af/57b464/00000000000000003b9b0388/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
    font-weight: 400;
    font-style: italic;
}

/*
	Default: Basic elements
*/

html {
    height: 100%;
    overflow: -moz-scrollbars-vertical;
}

body {
    background: #f2f2f2;
    background-image: url("../Images/background-grey-2.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0;
    margin: 0;
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #555;
}

h1, h2, h3, h4, h5, h6, table, form {
    padding: 0;
    margin: 0;
    color: #000;
}

p {
    padding-bottom: 2px;
}

h1 {
    font: bold 1.4em;
}

h2 {
    font: bold 1.3em;
}

h3, h4, h5, h6 {
    font: bold 1.1em;
}

img {
    border: 0;
}

th, td {
    text-align: left;
}

    th.header {
        color: #fff;
        background-color: #000;
    }

.verticaltext {
    /*writing-mode: tb-rl;
    filter: flipv fliph; */
    height: 90px;
    text-align: right;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
}

/*
	Default Classes
*/

.left {
    float: left;
}

.right {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

a {
    color: #0e7eb8;
    /*text-decoration: underline;*/
    font-weight: 400;
}

    a:hover {
        text-decoration: underline;
    }

    a.back {
        background: transparent url("../Images/icons/action_back.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.search {
        background: transparent url("../Images/icons/search.gif") no-repeat 0 0;
        padding: 0 0 0 20px;
    }

    a.action {
        background: transparent url("../Images/icons/action_go.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.information_link {
        background: transparent url("../Images/icons/info.png") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.excel {
        background: transparent url("../Images/icons/icon_excel.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.pdf {
        background: transparent url("../Images/icons/icon_pdf.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.word {
        background: transparent url("../Images/icons/icon_word.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.powerpoint {
        background: transparent url("../Images/icons/icon_powerpoint.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.html {
        background: transparent url("../Images/icons/icon_htmfile.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.text {
        background: transparent url("../Images/icons/icon_txtfile.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.file {
        background: transparent url("../Images/icons/icon_file.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.forum {
        background: transparent url("../Images/icons/icon_forum.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.practice {
        background: transparent url("../Images/icons/icon_practice.gif") no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.user {
        background: transparent url(../Images/icons/user.png) no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.folder {
        background: transparent url(../Images/icons/icon_folder.gif) no-repeat 0 0;
        padding: 2px 0 0 20px;
    }

    a.addNote {
        float: right;
        padding: 2px 0 0 20px;
        background: transparent url(../Images/Icons/note_add.png) no-repeat 0 0;
    }

    a.EditNote {
        padding: 2px 0 0 20px;
        background: transparent url(../Images/Icons/note_edit.png) no-repeat 0 0;
    }

    a.DeleteNote {
        padding: 2px 0 0 20px;
        background: transparent url(../Images/Icons/note_delete.png) no-repeat 0 0;
    }

    a.ParticipantList {
        padding: 2px 0 0 20px;
        background: transparent url(../Images/Icons/group_go.png) no-repeat 0 0;
    }

    a.AddPvbRequest {
        padding: 2px 0 0 20px;
        background: transparent url(../Images/Icons/report_edit.png) no-repeat 0 0;
    }

    a.ShowPvbRequest {
        padding: 2px 0 0 20px;
        background: transparent url(../Images/Icons/report_magnify.png) no-repeat 0 0;
    }

    a.Cross {
        padding: 2px 0 0 20px;
        background: transparent url(../Images/Icons/cross.png) no-repeat 0 0;
    }

    a.Note {
        padding: 2px 0 0 20px;
        background: transparent url(../Images/Icons/note.png) no-repeat 0 0;
    }

select {
    width: 250px;
    height: 29px;
    border: 1px solid #555;
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
   
}

input.text, input[type='text'] {
    height: 25px;
    width: 275px;
    border: 1px solid #555;
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    padding-left:5px;
}

.textareatext {
    /*height: 60px;*/
    width: 400px;
    height:75px;
    border: 1px solid #555;
    /*font: 1em;*/
}

.noteareatext {
    height: 200px;
    width: 625px;
    border: 1px solid #555;
    /*font: 1em;*/
}

input.disabled, div.disabled input {
    background-color: Transparent;
    height: 16px;
    width: 225px;
    border: none;
}

input.button {
    /*width: 100px;*/
    /*border: 1px solid #555;*/
    border: 0;
    color: White;
    font-weight: bold;
    background-color: #1092d6;
    padding: 0.75rem 2rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

input.buttonLarge {
    /*width: 200px;*/
    /*border: 1px solid #6096C8;*/
    border: 0;
    color: White;
    font-weight: bold;
    background-color: #1092d6;
    padding: 0.75rem 2rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

input.buttonKlaslokaal {
    /*width: 150px;
    border: 1px solid #6096C8;*/
    border: 0;
    color: White;
    font-weight: bold;
    background-color: #1092d6;
    padding: 0.75rem 2rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

a.add {
    padding: 3px 25px 3px 0px;
    background: transparent url(../Images/Icons/add.png) no-repeat right;
}

a.edit {
    padding: 3px 25px 3px 0px;
    background: transparent url(../Images/Icons/table_edit.png) no-repeat right;
}

a.email {
    padding: 3px 25px 3px 0px;
    background: transparent url(../Images/Icons/email_link.png) no-repeat right;
}

a.website {
    padding: 3px 25px 3px 0px;
    background: transparent url(../Images/Icons/world_link.png) no-repeat right;
}

hr.linedot {
    border: 1px dotted #555;
}

hr.line {
    border: 1px dashed #555;
}

/*
	Default: Basic Table
*/

table.MainTable {
    height: 100%;
    width: 100%;
}

td.MainHeader {
    background: #000 url(../Images/campus-header.png) no-repeat center;
    width: 1214px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

td.MainHeaderLeft {
    /*background: #fff no-repeat left;*/
    /*height: 120px;*/
    display: none;
}

/*td.MainLeftPane {
    width: 100%;
}*/

td.MainRightPane, td.RightPane {
    width: 350px;
}

td.MainMenu {
    width: 100%;
    height: 3.75rem;
}

td.BevelPane {
    width: 100%;
    line-height: 1.375rem;
    color: #555;
    padding: 1.125rem 0;
    background-color: #fff;
    padding-left:30px;
}

td.LeftPane {
    /*width: 225px;*/
    display: none;
}

td.ContentPane {
    padding: 0 15px 0 0;
    
}

.MainFooterWrapper {
    width: 100%;
    height:80px; 
}

td.MainFooter {
    background: transparent url(../Images/footer.png) no-repeat;
    background-position:center;
}

td.MainBorder {
    /*background: transparent url(../Images/blue-bg.gif);
    width: 2px;*/
    display:none;
}

table.MainContentMenu {
    width: 100%;
    height: 100%;
}

table.MainContentTable {
    width: 1214px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

td.MainContentLeft, td.MainContentRight {
    display: none;
}

td.MainFooter a:hover {
    color: #CCC;
    text-decoration: underline;
}

/*
	Module Defaults
*/

h2.ModuleTitle {
    color: #000;
    font-size: 35px;
}

div.UpdateProg {
    width: 300px;
    height: 150px;
    border: 2px solid #000099;
    color: #000099;
    background-color: #E2E2E2;
    text-align: center;
    vertical-align: bottom;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -75px;
}

td.color1 {
    background-color: #a6bfd9;
}

td.color2 {
    background-color: #6BC1FF;
}

td.color3 {
    background-color: #000099;
}

td.OK, td.V {
    background-color: Green;
    color: White;
    text-align: center;
    font-weight: bold;
}

td.NOK, td.NV {
    background-color: Red;
    color: White;
    text-align: center;
    font-weight: bold;
}

td.AV {
    background-color: orange;
    color: White;
    text-align: center;
    font-weight: bold;
}

td.OK a, td.V a, td.NOK a, td.NV a, td.AV a{
    color:#fff;
}


.Renewalbtn {
    height: 32px;
    width: 32px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.RadWindow .rwCloseButton {
    border: #fff !important;
    color: #fff !important;
}

.modalPopup {
    background-color: #FFFFFF;
    border: 3px solid #000099;
    padding: 3px;
    width: 250px;
}

.reLeftVerticalSide,
.reRightVerticalSide,
.reToolZone,
.reToolCell {
    background: white !important;
}

.reToolCell {
    display: none\9 !important; /* for all versions of IE in order to prevent border bottom disappearing */
}

.reContentCell {
    border-width: 1px !important;
}

.formInput {
    border: solid 1px black;
}

/*.RadEditor {
    filter: chroma(color=c2dcf0);
}*/

.reWrapper_corner,
.reWrapper_center {
    display: none !important; /* for FF */
}

td.reWrapper_corner,
td.reWrapper_center {
    display: block\9 !important; /* for all versions of IE */
}

div.RadUpload .ruButton, div.RadUpload .ruBrowse {
    background: none repeat scroll 0 0 #000099 !important;
    border-radius: 5px !important;
    color: #FFFFFF !important;
    width: 100px !important;
}

.Default.reWrapper, .Default.RadEditor .reContentCell, .Default.reColorPicker, .Default.reInsertTable, .Default.reDropDownBody, .Default.reCustomLinks a:hover {
    display: none;
}

.RadWindow table.rwTable, .RadWindow table.rwShadow, .RadWindow .rwTitlebarControls {
    border: 0 none;
    display: none;
    padding: 0;
}

.reContentCell, .reContentCell iframe {
    background-color: #FFFFFF;
    border-color: #000099 !important;
    border-style: solid !important;
}

    .reContentCell iframe {
        border-width: 0px !important;
    }


.backtobutton {
    float: right;
    height: 85%;
}

    .backtobutton a {
        top: 0;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: top;
        float: top;
        padding: 10px;
        font-weight: bold;
        text-align: center;
        background-color: #000099;
    }

html body .RadInput_Office2007 .riTextBox, html body .RadInputMgr_Office2007 {
    border-color: #555 !important;
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    color:#000 !important;
    font-weight:normal !important;
    font-size: 13px !important;
}

div.RadUpload .ruButton, div.RadUpload .ruBrowse{
    background: #1092d6 !important;
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-weight:normal !important;
    font-size: 13px !important;
    width:150px !important;
}

.RadTabStrip_Windows7 .rtsLevel1{
    background-color:transparent !important;
    font-size:16px !important;
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
}

.RadTabStrip_Windows7 .rtsLI, .RadTabStrip_Windows7 .rtsLink{
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size:16px !important;
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    border-color: #555 !important;
    height:29px;
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size:13px !important;
}

.RadGrid_Web20 .rgHeader, .RadGrid_Web20 th.rgResizeCol, .RadGrid_Web20 .rgHeaderWrapper{
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size:16px !important;
    background:none !important;
    background-color:#000 !important;
    color:#fff !important;
    border:none !important;
}

.RadGrid_Web20 .rgRow>td, .RadGrid_Web20 .rgAltRow>td
{
    border-color:#000 !important;
}