/*
//////////////////////////////////////////////////////////
///
///
///       extra css 
///
///
//////////////////////////////////////////////////////////
*/


body {
/*	font-family: 'Montserrat', sans-serif;  */
	font-family: "FrutigerLT-Light","Frutiger Linotype",Helvetica,Arial,sans-serif; 
   	font-weight: normal;
    	font-style: normal;
/*    	font-size: 1.059em; */
	font-size: 16px;
	color: #03335c;

	background-color: #03335c20; // kleur hoofdmenu met 80% transparantie
}

#logobox {
    display:flex;
  justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100000;
color: #03335c;
box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); 

}

IMG.logo {
	width: auto;
	height:100px;
	z-index: 1000000;
margin-top: -5px;
box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); 
border-radius: 4px;
border: 6px solid #ffffff;
}



#platformname, #platformlogo, #platformuser, #platformlogin {
	padding: 6px 12px;
	width: 350px;
}


#platformname a.navbar-brand {
	color: #06397d;
	font-weight: 600;
	font-size: 24px;
}

#user, #pass {
	padding: 6px 12px;
	border-radius: 10px;
	font-family: "FrutigerLT-Light","Frutiger Linotype",Helvetica,Arial,sans-serif; 
   	font-weight: normal;
    	font-style: normal;
/*    	font-size: 1.059em; */
	font-size: 16px;
	width: 100%;
}

#maincontainer {
	margin: 110px auto 0 auto;
	padding: 40px 60px;
	border: #000 solid 0px; 
	border-radius: 5px;
	width: 100%;
	height: 100%;
	background-color:#fff;
	border-radius: 20px;
	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); 

}

#containerhomepage {
	margin: 100px auto 0 auto;
	width:100%; 
	max-width: 100%; 
	margin 0; 
	padding:0;
}
#maincontainerhomepage {
	width: 100%;
	padding:0;
	background-color:#dee4e9;
}
#homecontainer-left {
	width: 700px;
	max-width: 100%;
	padding:0px;
}
#homecontainer-img {
	padding: 0;
	margin:20px 0;
}
#homecontainer-right {
	width: 100px;	
	max-width: 100%;
	padding:0px;
}
#homecontainer-form {
	background-color:#fff;
	border-radius:20px;
	padding:20px;
	width: 200px;
	height: 500px;
}

#homecontainer-text {
	padding: 0 0 0 60px;
	margin:0;
}


a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
    	font-weight: 600;
    	font-size: 24px;
    	color: #06397d;
	padding: 0 0 0 10px;
}


/* Modify brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: green;
}

nav.navbar, .bg-dark, .navbar-dark {
	height: 48px;
	margin-top: 47px;
	font-family: "FrutigerLT-Light","Frutiger Linotype",Helvetica,Arial,sans-serif;
box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); 
}

ul .nav .nav-tabs {
	margin: auto;
}

#tabs {
	border:#06397d solid 1px;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); 
	
}

ul#myTab {
/*	background-color:#06397d;  */
	background-color:#fff; 
	border: #fff solid 0px;
	margin-bottom:  20px;

}
.nav-tabs .nav-item {
	color:#fff;
	border: #fff solid 0px;
/*	border-right: #fff solid 1px;  */
/*	border-right: #06397d solid 1px; */
	margin-right: 2px;

}

.nav-tabs .nav-link {

  /**	margin-right: 5px;  **/
	margin: 1px;
/*	color:#ffffff; */
	color: #06397d;
	padding: 10px 20px;
	font-size: 20px;
  /**	border-top-left-radius: 20px;  **/
  /**	border-top-right-radius: 20px;  **/
	border-radius: 10px;
	border: #06397d solid 1px;

}

.nav-tabs .nav-link:hover {
	border: #06397d solid 1px;
/*	background-color: #ffffff;
	color: #06397d; */
	background-color: #06397d;
	color: #ffffff;


}

.nav-tabs .nav-link.active {
/*	border: #666 solid 1px; */
	border: #06397d solid 1px;

   /**	border-bottom-width: 0px;  **/
/*	font-weight: bold; */
   /**	margin-bottom: 0px;  **/

/*	background-color: #fff;
	color: #06397d; */
	background-color: #06397d;
	color: #ffffff;

}
/*
#tabs {
	border-radius: 10px;   
	padding: 0;
    	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); 
/*	background-color: #06397d;  */
	background-color: #fffffff; 
/*	border: #666 solid 1px;  */
}
*/


.tab-content {
	border-top: #06397d solid 1px; 
/*	border-radius: 3px; */
	padding: 20px 0px;
	background-color: #fff;
/*	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); */

}



#toolbar {
	background-color: #06397d;
	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%);
}

fieldset {
	border: #bbb 0px solid;
	padding: 10px;
	margin: 0 0 20px 0;
}

.oefeningdashboard, .oefeningdashboardnav, .oefeningdashboardtab {
	padding: 20px;
	margin: 0 0 20px 0;
	border-radius: 5px;
 	border: #666 1px solid;
}
.oefeningdashboard {


}
.oefeningdashboardnav {
   	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); 
	width: 250px;
}
.oefeningdashboardtab {
	padding: 0 0 0 20px;
	width: 100%;
	border: 0px;
}

.scenario, .event, .deelnemer, .werkplaats, .weblog {
	border: #666 1px solid;
	padding: 20px;
	margin: 0 0 20px 0;
	border-radius: 5px;
/*    	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); */
}

.weblog {
	cursor: pointer;
    	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%);
}

.deelnemer {
	width: 400px;
	max-width: 90%;
}

.videocontainer {
    	position: relative;
    	height: auto;
    	padding-bottom: 56.25%;
    	margin-bottom: 20px;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "FrutigerLT-Light","Frutiger Linotype",Helvetica,Arial,sans-serif; 

    font-weight: normal;
    font-style: normal;
   
	line-height: 1.5em;
	color: #06397d;
/*	text-transform: lowercase; */
}

a {
	color: #d00521;
	text-decoration: none;
}


.hr-dotted {
    margin: 1rem -60px;
    border-top: 4px solid;
    border-style: dotted;
}

td {
	vertical-align: top;
}

.table, .table-sm>:not(caption)>*>* {
	padding: 10px 20px;
}
.tx-srfeuserregister-pi1-text {
	max-width: 100%;
}

.tx-srfeuserregister-pi1 legend {
     font-weight: normal; 
     padding: 0; 
}


.badge {
    color: #06397d;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    border: 1px solid #06397d;
    	background-color: #fff;
    border-radius: 50px;
    margin: 0 0 -5px 5px;
    padding: 4px 8px;
}
 
.form-select {
    width: auto;
}

.select-color {
	border:#000 0px solid; 
	width: 12.5%;
	min-width: 80px;

	float:left;
	padding: 5px 35px;
}

.color-white 	{	border-color:#ffffff; background-color:#ffffff30;		}
.color-red 	{	border-color:#f61818; background-color:#f6181830;		}
.color-orange 	{	border-color:#f5a810; background-color:#f5a81030;		}
.color-yellow 	{	border-color:#f6f610; background-color:#f6f61030;		}
.color-green 	{	border-color:#55f307; background-color:#55f30730;		}
.color-blue 	{	border-color:#57a4f1; background-color:#57a4f130;		}
.color-purple 	{	border-color:#be24f3; background-color:#be24f330;		}
.color-grey 	{	border-color:#8b8d8e; background-color:#8b8d8e30;		}


.rolinfo-small {
	width:300px;
	padding:10px 20px;
	margin: 10px 5px;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
/*    	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); */

}

.rolinfo {
	padding:10px 20px;
	margin: 10px 5px;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
/*    	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); */
}

.navbar-text { color: #fff; }

.dropdown-item:hover {
	color: #fff; 
    	background-color: #06397d;
    	border-color: #06397d;
}	

.btn {
	padding: 4px 12px;
	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 60%); 
	margin: 2px;
	border-radius: 20px;
transition: all 0.4s;
}

.btn:hover {
	box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%); 
transition: all 0.4s;
}

.btn-primary {
    color: #fff;
    background-color: #06397d;
    border-color: #06397d;
	border-radius: 20px !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #06397d;
    border-color: #06397d;
	border-radius: 20px !important;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5);
	border-radius: 20px !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #7cc;
    border-color: #06397d;
	border-radius: 20px !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #9cdada;
    border-color: #06397d;
	border-radius: 20px !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5);
	border-radius: 20px !important;
}

.btn-outline-primary {
    color: #06397d;
    background-color: transparent;
    background-image: none;
    border-color: #06397d;
	border-radius: 20px !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #06397d;
    border-color: #06397d;
	border-radius: 20px !important;

}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5);
	border-radius: 20px !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #06397d;
    background-color: transparent;
	border-radius: 20px !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #8ad3d3;
    border-color: #06397d;
	border-radius: 20px !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5);
	border-radius: 20px !important;
}

.nav-pills .nav-link {
	color: #06397d;
}


.nav-pills .nav-link.active {
	border-color: #06397d;
	background-color: #06397d;
}


img.icon { width: auto; height: 20px; margin-bottom: 4px;}

.businesscard, .eventbericht {
	width: 400px;
	max-width: 100%;
	padding: 10px 20px;
	font-size: 16px; 
	font-family:courier;
	border: #ddd 1px solid;
	border-radius: 4px;
	box-shadow: 2px 3px 1px 0px rgb(0 0 0 / 40%);

}

.businesscard h1 { font-size: 20px;font-family:courier;font-weight:800; }

.flexbox, .containerMessages {
  	display: flex; 
	 flex-direction: row;
	flex-wrap: wrap; 
	align-items: flex-start;
}

.postit {
	font-family: 'courier';
	font-size: 12px;
	width: 300px;
	max-width: 100%
	min-height: 700px;
	padding: 20px;
	margin: 0 10px 10px 0;

    	box-shadow: 0px 12px 10px -5px rgb(0 0 0 / 50%);
    	cursor: default;
    	text-align: left;
}
.postit:hover { box-shadow : 0px 5px 10px -6px rgba(0, 0, 0, 0.8); }

	
.clock {
	padding: 10px 20px;
	border: #06397d 1px solid;
	border-radius: 10px;
	font-size: 40px;
}


.card-header {
	background-color: #06397d20;
}

.card-body {
	background-color: #fff;
    	box-shadow: 0px 12px 10px -5px rgb(0 0 0 / 50%);
transition: all 0.2s;
}

.card-body:hover {
    	box-shadow: 0px 12px 10px -5px rgb(0 0 0 / 0%);
transition: all 0.2s;
}


