body
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial, Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
    background-color:Black;
    color: #424242;
    min-width:1020px;
    /*color: #6F6F6F;*/
}
body.print
{
    background-color:#fff;
    margin:20px;
    font-size:10px;
}
a:hover { text-decoration: none;}
input2 {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table
{
    width:100%;
    border-spacing:0px;
}
table.print
{
    width:100%;
    border-spacing:0px;
    border: solid 1px black;
}
table.print tr th
{
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}
table.print tr td
{
    padding: 0 2px;
    border-right: solid 1px black;
    border-top: solid 1px black;
}
section {
    display: block;
}
.todolist{
    width: 300px;
    padding:10px;
    background-color: #efeeee;
    vertical-align: top;
}
p.task{
    padding: 0 0 0 20px;
    font-size: 10pt;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}
a
{
    text-decoration: none;
}
a.MaakLeerling, a.MaakPersoneel, a.MaakSponsor, a.MaakLeverancier, a.Verwijder
{
    background-repeat:no-repeat;
    color:White;
    display:block;
    width:16px;
    line-height:22px;
}
a.MaakLeerling
{
    background-image:url(famfamfam/sport_raquet.png);
}
a.MaakPersoneel
{
    background-image:url(famfamfam/user_suit.png);
}
a.MaakSponsor
{
    background-image:url(famfamfam/coins.png);
}
a.MaakLeverancier
{
    background-image:url(famfamfam/sport_tennis.png);
}
a.Verwijder
{
    background-image:url(famfamfam/delete.png);
}
a:hover
{
    text-decoration: underline;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border: none; /*1px solid #FF8A00;*/
    padding:10px;
    margin:0 0 15px 0;
    background-color:#efeeee;
}

fieldset .velden-titel
{
    height: 28px;
    color: #FF8A00;
    text-transform: uppercase;
    font-size: 18px;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
/*    margin: 1em 0 0 0;
    width: 180px;*/
    width:100%;
}

.editor-field 
{
    /*margin:0.5em 0 0 0;*/
    width:100%;
}
input[type="text"], select, input[type="password"]
{
    border: solid 1px #cacaca;
    width:99%;
}
1input[type="submit"], 1input[type="button"]
{
    border: solid 1px #FF8A00;
    background-color: #FFFFFF;
    color: #FF8A00;
    padding: 2px 10px 2px 10px;
    width:120px;
}
1input[type="submit"]:hover, 1input[type="button"]:hover
{
   background-color:#e9e9e9; 
   cursor: pointer;
}
div
{
    display: block;
    position:relative;
}
#wrapper
{
    background-image: url(./themes/base/images/simonTennis_Header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color:Black;
}
#background
{
    bottom: 0px;
    overflow:auto;
}
#wrapper-main
{
    margin: 0 auto 20px auto;
    width:96%;
    overflow:auto;
}
#header
{
    padding: 30px 0 30px 20px;
    clear: both;
    position: relative;
    color: #FFFFFF;
    font-size: 48px;
}
#wrapper-content
{
    margin: auto;
    background-color: transparent;
}
#page
{
    width: 1200px;
}
#wrapper-footer
{
    padding: 20px 0 20px 0;
    letter-spacing: 4px;
    font-size: 12px;
    border-top: 1px solid #D9D9D9;
    color: #626262;
    bottom: 0px;
    background: #E9E9E9;
    display:block;
    width:100%;
    clear: both;
}
#wrapper-footer div.footer-text
{
    padding-left:60px;
}

#window
{
    margin: 0 auto;
    background-color: #FFFFFF;
}
div.loginwindow
{
    width: 460px;
}
div.windownieuwaccount
{
    width: 720px;
}
div.window-header
{
    height: 40px;
    background-color: #FF8A00;
    position: relative;
    font-size: 24px;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    line-height:40px;
    font-weight:bold;
}
div.window-content
{
    margin: 10px 10px 10px 10px;
}
div.window-footer
{
    padding: 4px 0 4px 0;
    letter-spacing: 4px;
    font-size: 12px;
    border-top: 1px solid #D9D9D9;
    color: #626262;
    background: #E9E9E9;
}

#navigatie
{
    border: solid 1px #DEE3E7;
    background-color:White;
}
div.col-left
{
    position:relative;
    float: left;
    width: 340px;
}
div.col-right
{
    position:relative;
    float:right;
    width: 840px;
}
div.titelbalk
{
    margin: 0;
    padding: 0;
    outline: none;
    display:block;
    background-color:  #ffffff;
    color:White;
    /*height:32px;*/
    line-height:32px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
}
div.knoppenbalk
{
    background-color: white;
    background-image:url(./themes/base/images/bg-mainnav.png);
    padding: 3px 18px 0px 18px;
    height:32px;
    line-height:32px;
    border-bottom: solid 1px #DEE3E7;
}
div.view-menu
{
    float:right;
}
div.content, .popupContent
{
    position:relative;
    background-color: white;
    min-height:400px;
    color:Black;
    padding: 10px 20px 20px 20px;
    overflow:auto;
}
.popupContent { min-height: 100px;}
div.fieldset
{
    position:relative;
    display:block;
    overflow:auto;
}
div.dialogresult
{
    clear:both;
    border-top:solid 1px gray;
    padding-top: 10px;
}
.st-account-selectie, .st-account-selectie-active
{
    display: block;
    float:left;
    text-align:center;
    padding: 5px;
    border: solid 1px #424242;
    width: 60px;
    height: 60px;
    margin:2px;
    font-size:11px;
}
.st-account-selectie-active
{
    background-color: rgb(233,233,233);
}
.st-account-selectie:hover, .st-account-selectie:hover h2
{
    background-color:#424242;
    color: rgb(233,233,233);
    cursor:pointer;
}
/* Styles for table
-----------------------------------------------------------*/
table#window th
{
    
}

table.editor
{
    border:none;
    width:100%;
}
.highrows tr
{
    height:32px;
}
table.editor tr td
{
    margin:0px;
}
table.info { border-spacing: 0px; width:100%;}
table.info tr { height:22px;}
table.info tr th { text-align: left; border-bottom: solid 1px #ebeff3; color: #424242; padding: 0 20px 0 0; height: 28px;}
table.info tr td { padding: 0 20px 0 0; }
table.info tr td.label { font-weight:normal; font-style: italic; font-size:12px;}
table.info tr.space { font-size: 10px; height: 10px; }
table.info tr.totaal td { border-top: solid 1px #ebeff3; }
table.info tfoot tr td { border-top:solid 1px #ebeff3; font-style:italic; font-size:13px; vertical-align: bottom;}

table.adres tr td { padding: 0 4px 0 0;}

.validatie
{
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding:4px 20px 4px 50px;
    margin-top: 10px;
    margin-bottom:10px;
    box-shadow: 3px 3px 3px #888888;
    min-height: 32px;
    text-align:left;
    overflow:auto;
}

.validatieSucces
{
    border: solid 1px #084b06;
    padding-left:60px;
    background: #8bc687 url(/Content/Images/succes.png) no-repeat 10px 50%;
}
.validatieOpsomming
{
    border: solid 1px #922e2e;
    background: #f68080 url(/Content/Images/error.png) no-repeat 10px 50%;
}
.validatieInfo
{
    border: solid 1px #3888be;
    padding-left:60px;
    background: #f1f1f1 url(/Content/Images/information.png) no-repeat 10px 50%;
}
.validatieWarning
{
    border: solid 1px #e3e11f;
    padding-left:60px;
    background: #fbfa87 url(/Content/Images/error.png) no-repeat 10px 50%;
}
.validatie ul
{
    margin-left:0px;
    list-style-type:disc;
    text-align:left;
    -webkit-margin-after: 30px;
    -webkit-margin-before: 10px;
}
.validatie ul li
{
    height:21px;
    line-height:21px;
}

/* Styles for ul li
-----------------------------------------------------------*/
/*ol, ul 
{
    list-style: none;
    margin: 0;
    color: #6F6F6F;
}*/
ul.logo 
{
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
    width: 250px;
}
ul.logo li
{
    display: list-item;
    text-align: -webkit-match-parent;
    float: left;
    line-height: 24px;
    margin: 0 10px 0 0;
}
/*ul.menu-user 
{
    position: absolute;
    display: block;
    right: 10px;
    height:32px;
    color: #FFFFFF;
}
ul.menu-user li
{
    display: list-item;
    text-align: -webkit-match-parent;
    float: left;
    margin: 0 10px 0 0;
    line-height:32px;
}*/
ul.knoppenmenu
{
    float:left;
    list-style-type: none;
    margin:0px;
    height: 32px;
    padding:0px;
}
ul.knoppenmenu li
{
    float:left;
    line-height:26px;
    border: 1px solid #DEE3E7;
    margin-right:10px;
}
ul.knoppenmenu li a
{
    margin: 0px 2px 0px 2px;
    padding: 0px 5px 0px 5px;
    display:block;
    line-height:26px;
    color: #424242;
}
ul.knoppenmenu li a:hover{
    text-decoration:none;
}
ol.grid { list-style-type: none; margin: 0; padding: 0; }
ol.grid li { margin: 3px; padding: 1px; float: left; width: 120px; height: 80px; font-size: 12px; text-align: center; border: solid 1px #FF8A00; cursor: pointer; }
ol.grid li.selected { background-color: #FF8A00; color:#fff; }
/*ul.knoppenmenu li a, ul.knoppenmenu li input[type="submit"], ul.knoppenmenu li input[type="button"]*/
.button
{
    padding: 0 10px 0 10px;
    display:block;
    height:26px;
    line-height:26px; 
    text-decoration:none;
}
/*ul.knoppenmenu li a:hover, ul.knoppenmenu li input[type="submit"]:hover, ul.knoppenmenu li input[type="button"]:hover*/
.button:hover
{
    background-color: #F6F1ED;
    cursor:pointer;
}

/* Styles for span
-----------------------------------------------------------*/
.vervolgstatus{
    width:16px;
    height:16px;
    border:solid 1px #ececec;
    display:block;
}
.infoBlok
{
    background-color: #f3f3f3;
    padding:20px;
}
.infoBlok input[type="text"], .infoBlok input[type="password"]
{
    font-size: 18px;
    height:24px;
}

.registratieStap
{
    background-color: #f3f3f3;
    color: #424242;
    padding: 0px 10px 0px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.actief
{
    color: White;
    background-color:#ff8a00;
}
.nb
{
    font-size:10px;
    font-style: italic;
}
.verplicht
{
    color: #ff8a00;
    font-size: 14px;
}
.invoermasker
{
    padding-left:5px;
    font-size: 12px;
    font-style:italic;
    color: #424242;
    float:right;
}
.mijnInfoRegion
{
    margin:0 20px 20px 0; 
    float:left;
}
.tegel
{
    width: 280px;
    height: 460px;
    box-shadow: 5px 5px 2px #888888;
    padding:10px;
    border-radius: 0px;
    border: solid 4px #FF8A00;
}
.tegel-icon
{
    width: 256px;
    height: 256px;
    display: block;
    text-align:center;
    vertical-align:middle;
}
.tegel-inhoud
{
    width: 260px;
    height: 120px;
    overflow-y:scroll;
}
.indeling-groep-dag, .inhalen-groep-dag
{
    padding: 4px;
    background-color:#efeeee;
    min-width: 250px;
}
.inhalen-groep-dag
{
    min-width: 180px;
}
.indeling-groep-titel
{
    font-size: 24px;
    text-align:center;
    color: #FF8A00;
    line-height: 48px;
    border-bottom: solid 2px #828282;
}
.indeling-groep-content
{
    overflow-y: auto;
}
.drop-groep
{
    background-color:#FF8A00;
    margin-top:10px;
    border: solid 4px #FF8A00;
}
.drop-groep-inactive {
    background-color:#626262;
    border: solid 4px #626262;
}
.drop-groep-titel
{
    background:#FF8A00;
    color:White;
    padding:4px;
    text-align: center;
    font-size: 14px;
}
.drop-groep-titel-inactive{
    background:#626262;
}
.drop-groep-container, #drop-inschrijvingen
{
    min-height:90px;
    background-image: url('/Content/images/drop.png');
    background-position: center bottom;
    background-repeat:no-repeat;
    background-color: #ececec;
}
.drag-inschrijving
{
    background-image: url(./themes/base/images/bg-mainnav.png);   
    display: block;
    cursor: move;
    position: relative;
    padding: 2px;
    min-height: 0;
    border: 1px solid #cccccc;
    background-color: #f6f6f6;
    background-size: 100%;
    font-size:11px;
    line-height:14px;
}
input[type=checkbox].css-checkbox, 
input[type=radio].voorkeur-rad,
input[type=radio].presentie-rad
{
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:32px; 
	width:32px; 
	margin:-1px; 
	padding:0;
	border:0;
}
input[type=radio].presentie-rad
{
    height:16px;
    width:16px;
}
input[type=radio].voorkeur-rad
{
    height:16px;
    width:16px;
}
input[type=checkbox].css-checkbox + label.css-label, 
input[type=radio].voorkeur-rad + label.voorkeur-lbl, 
input[type=radio].presentie-rad + label.presentie-lbl
{
	padding-left:40px;
	padding-right:10px;
	height:32px; 
	display:inline-block;
	line-height:32px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;
}
input[type=radio].voorkeur-rad + label.voorkeur-lbl,
input[type=radio].presentie-rad + label.presentie-lbl
{
    height:24px;
    line-height:24px;
    padding-left:0px;
	padding-right:0px;
}
input[type=radio].presentie-rad + label.presentie-lbl
{
    height:16px;
}
input[type=checkbox].css-checkbox:checked + label.css-label
{
	background-position: 0 -32px;
}
input[type=radio].voorkeur-rad:checked + label.voorkeur-lbl
{
	background-position: 0 -24px;
}
input[type=radio].presentie-rad:checked + label.presentie-lbl,
input[type=radio].presentie-rad:hover + label.presentie-lbl{
    background-position: 0px -16px;
}
.css-label
{
	background-image:url('/Content/Images/checkbox.png');
}
.voorkeur-lbl
{
    background-image:url('/Content/Images/chkVoorkeurTennis.png');
    min-width:20px;
}
.presentie-lbl{
    min-width:20px;
}
.presentie-onbekend {
    background-image: url('/Content/images/pres-onbekend.png');
}
.presentie-aanwezig {
    background-image: url('/Content/images/pres-aanwezig.png');
}
.presentie-afwezig {
    background-image: url('/Content/images/pres-afwezig.png');
}
.presentie-ziek {
    background-image: url('/Content/images/pres-ziek.png');
}
.presentie-geblesseerd {
    background-image: url('/Content/images/pres-geblesseerd.png');
}
.presentie-verhinderd {
    background-image: url('/Content/images/pres-verhinderd.png');
}
.notities { overflow: scroll; }
						
.beschikbaarheid-indeling-dag { text-align: right; color: #828282; font-size: 8px; line-height: 8px; }
.beschikbaarheid-indeling-tijd { text-align: right; color: #828282; font-size: 8px; line-height: 8px; }
.beschikbaarheid-voorkeur { color: #FF8A00; font-weight:bold; }

.lesuitval { text-decoration: line-through; color: #717171; background-color:#fcabab; font-style:italic;}

/*bart*/
a img {border: 0px;}
#wrapper {background-image: url("../Content/images/SimonTennis_Header.jpg");}

.frontpage_item {width:300px;height:60px;padding: 5px;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;float:left;}
.frontpage_item_header {display:block;}
.frontpage_item_header a {width:300px;color: #424242;font-weight:bold;font-size:18px;}
.frontpage_item_description {color: #6f6f6f;font-size:11px;}

#mainForm {border-bottom: 4px solid #000000;}
#footer-widgets {background-color: #ffffff;padding:30px;}
#footer-widgets .banner {width:150px;float:left;}
#footer-widgets .banner img {border: 0px; width: 125px;}
#footer-widgets div:last-child {margin-bottom:20px;}

#footer {background-color: rgb(233, 233, 233); font-size:12px;color:#626262;}

#top-nav { width: 100%; height: 32px; background-color: #FF8A00; position: relative; z-index: 599; font-size: 14px; margin: 0; line-height:32px; color: #ffffff; }
#top-nav a { color: #ffffff; }
#top-nav ul {padding:0px; margin:0px; list-style: none none outside;}
#top-nav .nav { float:right;}
#top-nav .nav li {float:left; width:auto;}
#top-nav .nav li a, #top-nav .nav li span  {padding: 5px 10px 5px 10px;}
#top-nav .menu-user {float:right;border-left:1px solid #ffffff;}

#wrapper-main {width:980px; margin:auto;padding: 0px 0px;}
.wrapper-main-stipt {width:96%; margin:auto; padding: 0px 0px;}

1.wrapper-main-stipt a { color:#424242;}
1.wrapper-main-stipt a:hover { color:#FF8A00; }

.content_text img {float:right;}

#wrapper-content form {margin-top:0;}
#wrapper-content {background-color: #ffffff;}
ul.knoppenmenu {margin:0px;}

a {color: #ff8a00;}
#locatieWijzigen {display:none;}

h1 {font-size: 32px; font-weight:normal; text-transform:none;color: #424242;}
h2 {font-size: 24px; font-weight:normal; text-transform:none;color: #424242;}
h3 {font-size: 20px; text-transform:none;color: #424242;}
.caption h3 {color: #ffffff;}

.content_text { overflow: auto;}
.content_text h2 {clear:both;}

.cnt_locatieblok {height:20px; padding:0px;margin:0px;}
.locatieblok {float:left;margin: 0px 20px 20px 0px;background-color:rgb(212,212,212);width: 300px;height:200px;}
.locatieblok-break {margin-right:0px;}
.locatieblok .image {}
.locatieblok .title {position:absolute;left:0px;bottom:0px;width: 270px;padding: 15px;background-color:rgba(0,0,0,0.8);}
.locatieblok .title a {color: #ffffff;text-transform:uppercase;font-weight:bold;}

img.locatie-logo {margin:20px; border-radius: 5px; image-align:middle;}
img.locatie-foto {float:left;margin:20px; border-radius: 5px;}
.hide {display:none;}

.st-button
{
    border-radius:0px;
    background-color: #424242;
    color:#f3f3f3;
    height:30px;
    line-height:30px;
    padding:0 10px 0 10px;
    border: solid 1px #424242;
    font-weight:bold;
    display: inline-block;
    margin: 0;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
}
.st-button-sec
{
    border-radius:0px;
    border: solid 1px #424242;
    background-color: transparent;
    color:#424242;
    height:30px;
    line-height:30px;
    padding:0 10px 0 10px;
    font-weight:bold;
    display: inline-block;
    margin: 0;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
}
.st-button:hover, .st-button-sec:hover
{
    border: solid 1px #ff8a00;
    background-color:#ff8a00;
    color:#FFF;
    cursor:pointer;
    text-decoration:none;
}
.st-button a
{
    color:#FFF !important;
}
.st-button a:hover, .st-button-sec a:hover
{
    text-decoration:none;
}
.ellipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cursief
{
    font-style: italic;
}

/*tabs*/
.tabTitles {margin-bottom: 20px;background-color: #efefef;height:38px;font-size:12px; font-weight:bold;}
.tabTitle { color: #5e5e5e; background-color: #efefef; padding: 7px; cursor:pointer;float:left; line-height:25px;}
.tabContent {display:none;}
.tabSelected, .tabTitle:hover {background-color: #5e5e5e; color: White;}

/* collage */
.tegels{padding:10px;}
.tegels img{vertical-align:bottom; }
.tegel-wrapper{
    /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
    opacity:0;
    -moz-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tegel-caption
{
    font-size:14px;
    font-weight:normal;
    font-family:arial;
}
.tegel-caption-background
{
    background-color:#ff8a00;
}
.tegel-caption-content{
    /* padding:10px; */
    color:#FFF;
    padding:20px;
}

/*telerik style override*/
.t-grid { background-color: #fff; }
.t-group .t-link {font-size:12px;background-color: rgb(238,238,238) !important;border-bottom: 1px solid #cacaca !important;background-image:url();}
.t-group {z-index: 600;}
.t-group .t-state-selected {border-bottom:1px solid #ff8a00 !important;border-top:1px solid #ff8a00 !important;}
.t-item .t-link {color: #555555  !important;background-color: #ffffff;font-weight:bold;border-bottom: 4px solid #cacaca; border-left:1px solid #dee3e7;background-image:url(./themes/base/images/bg-mainnav.png);}
.highlite { background-color:#FF8A00; color:#fff !important; }
.highlite .t-link { background-color:#FF8A00 !important; color:#fff !important; }
.t-highlighted .t-link {background-color: #ffffff;border-bottom: 4px solid #ff8a00;}
.titelbalk .t-header {background-color: #ffffff; border:1px solid #dee3e7;border-left: 0px;background-image:url(./themes/base/images/bg-mainnav.png);}
.titelbalk li:last-child .t-link {border-right:1px solid #dee3e7;}
.titelbalk {padding:15px 15px 0px 15px !important;}
.titelbalk .t-state-hover {background-color: #ffffff !important;border-bottom: 4px solid #ff8a00 !important; border-left:1px solid #cacaca !important;background-image:url(./themes/base/images/bg-mainnav.png) !important;}
.t-group .t-state-hover {background-color: #cacaca !important;border-bottom: 1px solid #cacaca !important;color: #000000 !important;}
.t-group {border: 1px solid #dee3e7 !important;}
.t-widget t-datepicker { width: 100%;}
.t-datepicker { width: 100%;}
.t-timepicker, .t-datetimepicker, .t-datepicker { width:100%; }
div.t-numerictextbox { width: 100%; }
/*.t-picker-wrap { width: 100%;}*/

/* jQuery overrides */
.ui-widget-content { background:#fff;}
.ui-dialog .ui-dialog-content { padding: 0px; background-color:#fff;}
.ui-accordion .ui-accordion-header {background-image: url(./themes/base/images/bg-mainnav.png);}
.ui-accordion .ui-accordion-content { padding: 4px; background-color: #fff; }
.ui-tabs .ui-tabs-panel { padding: 4px; }
.ui-widget-content a { color: #ff8a00; }
.ui-state-default { color: #424242; }
.ui-state-active { border: 1px solid #cccccc; color: #ff8a00;}

.t-button, .t-button a, .t-button a:hover { color: #424242 !important; text-decoration: none;}

/* algemene toevoegingen */
.t-grid table tbody tr:hover td { background-color: #c4c4c4;  }

/*
::-webkit-scrollbar              { background-color: #ececec; }
::-webkit-scrollbar-button       { background-color: #424242; }
::-webkit-scrollbar-track        { background-color: #828282; }
::-webkit-scrollbar-track-piece  { background-color: #ececec; }
::-webkit-scrollbar-thumb        {  }
::-webkit-scrollbar-corner       { background-color: White; }
::-webkit-resizer                { background-color: White; }
*/
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
.mijnActiviteitGroep
{
    width: 240px;
    float:left;
    background-color:#FF8A00;
    padding: 4px;
    margin:4px;
    text-align:center;
}
.mijnActiviteitGroep-Content
{
    background-color:#fff;
    min-height:200px;
    text-align:left;
}
/* presentie */
ul.presentie
{
    list-style:none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;    
}
ul.presentie li
{
    float:left;
    display:block;
    width: 16px;
    height:16px;
    padding:4px;
}
/*
    Statussen
*/
.status-ok
{
    background-color:#8bc687;
}
.status-error
{
    background-color:#f68080;
}
.status-error .beschikbaarheid-voorkeur, .status-ok .beschikbaarheid-voorkeur
{
    color: Blue;
}
/*
    Progress
*/
.beta
{
    position: fixed;
    right:0px;
    top: 0px;
}
.progress, .idle
{
}
.progress-idle
{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background: #666666 url('/content/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
    z-index:25000;
}
.progress-inner
{
    z-index:25001;
    position:absolute;
    margin:auto;
    max-width: 340px;
    color: #FFF;
    font-weight: bold;
    text-align:center;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(50, 50, 50, 0.5);
}
.progress-icoon
{
}
.progress-info
{
}
.progress-close
{
    position:fixed;
    top: 0px;
    right: 0px;
    z-index: 100000;
}
.progress-close span
{
    background-image: url('/Content/ui-lightness/images/ui-icons_ffffff_256x240.png');
    background-position: -33px -193px;
    width:16px;
    height:16px;
    display:block;
    cursor:pointer;
}
/* TOOLTIP */
.st-tooltip
{
    font-size: 12px;
    min-width: 600px;
    width: 600px;
    max-width: 600px;
}

/* CONTEXT MENU */
ul.contextMenu
{
    list-style: none;
	position: relative;
	padding:0;
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
ul.contextMenu ul
{
    background-color:#ececec;
    display: none;
    position: absolute; 
    -left: 100%; 
    right:0;
    top:20px;
    padding:4px;
    z-index:1000000;
    text-align:left;
    width:150px;
}
ul.contextMenu li:hover > ul {
	display: block;
}
ul.contextMenu:after 
{
	content: ""; 
	clear: both; 
	display: inline-table;
}
ul.contextMenu ul li
{
    float: none; 
    position: relative;
    display:block;
    padding:0;
}
.agenda-item, .agenda-item a, .agenda-item a:hover {
    color:#fff !important;
}
.agenda-verjaardag
{
    background-color: #6cabd3;
    border: 1px solid #6cabd3;
}
.agenda-feestdag
{
    background-color: #FF8A00;
    border: 1px solid #FF8A00;
}
.agenda-nietteplannen{
    background-color: #828282;
    border: 1px solid #828282;
    color:#000 !important;
}
.agenda-les-ok
{
    cursor: pointer;
    background-color: #1ed22f;
    border: 1px solid #1ed22f;
}
.agenda-les
{
    cursor: pointer;
    background-color: #e96575;
    border: 1px solid #e96575;
}
.agenda-lesuitval{
    cursor: not-allowed;
    background-color: #424242;
    border: 1px solid #424242;
    text-decoration:line-through;
}
.agenda-lesuitval a, .agenda-lesuitval a:hover {
    text-decoration:line-through;
}
/* ALGEMEEN */
.inactive
{
    -webkit-filter: grayscale(1);
	filter: none;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.inactive:hover { 
	-webkit-filter: none;
	filter: none;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-ok {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-delete {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn-ok:hover, .btn-ok:focus, .btn-ok:active, .btn-ok.active, .btn-ok.disabled, .btn-ok[disabled] {
    color: #ffffff;
    background-color: #5bb75b;
}
.btn-delete:hover, .btn-delete:focus, .btn-delete:active, .btn-delete.active, .btn-delete.disabled, .btn-delete[disabled] {
    color: #ffffff;
    background-color: #da4f49;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #faa732;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #ffffff;
    background-color: #0044cc;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #ffffff;
    background-color: #363636;
}
.btn img { vertical-align: middle; }
.past{
    color: #aaaaaa;
}
:disabled, .disabled
{
    background: #dddddd;
}