


@font-face {
	font-family: UrbanJungle;
	src: url(Fonts/UrbanJungleDEMO.otf);
}

@font-face {
	font-family: MinionPro;
	src: url(Fonts/MinionPro-Regular.otf);
}

@font-face {
	font-family: GenerallySpeaking;
	src: url(Fonts/GenerallySpeaking.ttf);
}

@font-face {
	font-family: Impact;
	src: url(Fonts/impact.ttf);
}

body{
	font-family: Arial;
	font-size: 12px;
}

h1, h2, h3, h4, .card-header, .modal-title{
	font-family: Impact;
	color: #855d85;
}

h1 {
	font-size: 1.7em;
}

h2, .card-title, .card-header, .modal-title {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	margin-bottom:5px;

}

.dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.dropdown-menu .dropdown-item.btn {
	border-radius: 0px;
}

.modal#ActionModal .cke_reset {
	width: 80vw !important;
}

.table-hover-border tbody tr:hover{
	border: 1px solid #855d85;
	cursor:pointer;
}

.up-item-holder {
	position: relative;
	display: inline-block;
	min-height: 2.5em;
	min-width: 150px;
}

.up-item-holder .up-item-label {
	font-size: 0.6em;
	position: absolute;
	top: 0px;
	display: inline-block;
}

.up-item-holder .up-item-value {
	position: absolute;
	margin-left: 5%;
	font-size: 1.2em;
	display: inline-block;
	bottom: 0px;
	max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	min-width:3em;
	min-height:1em;
}

.up-item-holder .up-item-but {
	position: absolute;
	display: inline-block;
	padding: 5px;
}

.up-item-holder .up-item-but.rb {
	right: 0;
	bottom: -1px;
	font-size: 0.75em;
	border-radius: 0.2em;
}

.editbox{
	display:inline;
	background-color: lightgrey;
	
}

.editbox:hover{
	cursor:pointer;
}

.modal.modal-auto-width .modal-dialog{
	text-align:center;
	max-width: 90%;
}

.modal.modal-auto-width .modal-dialog .modal-content{
	display:inline-flex;
	width: fit-content;
	max-width: 100%;
	min-width: 10%;
}

.modal.modal-auto-width .modal-dialog .modal-content .modal-body{
	overflow:auto;
	
}

.form-control:focus{
	box-shadow: 0 0 0 0.2rem #855d8540 !important;

}

.slider-handle{
	background-image: linear-gradient(to bottom,#855d85 80%,black 100%);
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 5px; }
	
::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5; }
	
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #855d85; }



#train_table.tablePrint, #train_table.tablePrint tbody{
	height:auto;
	y-overflow:hidden;
	max-height:auto;
}

input, textarea, select{
    border-color: #855d85 !important;
    border-radius: 5px;
}

a, a:active, a:visited{
    color: #855d85 !important;
    
}

#MenuBar{
	border-bottom: 1px solid #855d85;
}

#content-row{
	margin-bottom: 100px;
}

#footer-row{
	border-top: 1px solid #855d85;
	margin-bottom: 0px;
}

#spacer-row.row{
	min-height: 40px;
	max-height: 200px;
	height: 10vh;
}

.nav-item{
	text-align:center;
}
.nav-link, .svg-inline--fa {
	color: #855d85 ;
	
}
.nav-item{
	font-size:1em;
}

.nav-item svg{
	display: block;
	margin: auto;
}

.OnTop .nav-item svg{
	display: inline;
}

.OnTop .nav-item{
	font-size:0.8em;
}

		
.OnTop .OnTop-Hidden{
	display:none;
}
[contentEditable=true]:empty:not(:focus):before{
	content:attr(data-text)
}
.boxInline{
	display: inline-block;
	
}
.boxInline.WithPadding{
	padding: 5px;
}
.fa-green{
	color:light-green;
	
}

.border-theme{
	color:  #855d85 !important;
	border-width: 0px 1px 1px 0px !important;
	border-radius: 0px 0px 5px 0px;
}

.thead-theme th{
	background-color: #855d85 !important;
	
}

.btn-left-top{
	position: absolute;
    right: 0px;
    top: 0px;
}

.btn-left-bottom{
	position: absolute;
    right: 0px;
    bottom: 0px;
}

.btn-theme, btn-theme.active{
	border-color: #855d85 !important;
	background-color: #855d85 !important;
	color: white !important;
	
}

.btn-theme.non-active{
	background-color: white !important;
	color:  #855d85 !important;
}

.btn-theme.non-active > .svg-inline--fa{
	color:  #855d85 !important;
}

.btn-theme > .svg-inline--fa{
    color:white !important;
    
}

.btn-theme:hover{
	filter: brightness(85%);
}
.btn-outline-theme{
	border-color: #855d85 !important;
	color: #855d85 !important;
	background-color:white;
}
.btn-outline-theme > .svg-inline--fa{
    color: #855d85 !important;
}
.btn-outline-theme:hover{
    background-color: #855d85 !important;
    color: white !important;
}
.btn-outline-theme:hover > .svg-inline--fa{
    color: white !important;
    
}

btn-space, btn-space-right, .btn-space-right-5{
	margin-right: 5px;
}

btn-space-left, .btn-space-left-5{
	margin-left: 5px;
}

.btn:hover, .btn .svg-inline--fa:hover{
	cursor:pointer;
}

.btn.full-width{
	width:95%;
	margin:auto;
}

.btn-side{
	position: fixed;
    right: calc(-100vw + 36px);
    border-radius: 5px 0px 0px 6px;
    overflow: hidden;
    text-align: left;
}

.btn-side:hover{
	right: calc(-100vw + 175px);
}

.header-fixed {
width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
content: ' ';
display: block;
visibility: hidden;
clear: both;
}

.header-fixed > tbody {
overflow-y: auto;
height: 250px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
width: 25%;
float: left;
}
.header-fixed > tbody > tr > td.td10,
.header-fixed > thead > tr > th.td10 {
width: 10%;
float: left;
}
.header-fixed > tbody > tr > td.td20,
.header-fixed > thead > tr > th.td20 {
width: 20%;
float: left;
}
.header-fixed > tbody > tr > td.td30,
.header-fixed > thead > tr > th.td30 {
width: 30%;
float: left;
}
.header-fixed > tbody > tr > td.td40,
.header-fixed > thead > tr > th.td40 {
width: 40%;
float: left;
}

.header-fixed > tbody > tr > td.td50,
.header-fixed > thead > tr > th.td50 {
width: 50%;
float: left;
}

.table-striped tbody tr:nth-of-type(odd).td_row_TrainPass td{
color:grey !important;
//font-style:italic;
}

.table-striped tbody tr:nth-of-type(odd).td_row_TrainPass:hover td{
color:white !important;
//font-style:italic;
}

.td_row_TrainNextToCome {
border-bottom: 2px solid red;
}

.table-hover tr:hover{
cursor: pointer;
background-color: #855d85 !important;
color: white;
}

ul.linked-list li:hover{
cursor: pointer;
background-color: #855d85 !important;
color: white;
}
ul.linked-list li i{
font-size: 0.8em;
color: grey;

}

rect.inPlannedTrainingRect:hover{
cursor:pointer;
stroke:#855d85;
stroke-width: 2;
}

.btn > svg > text:hover, text.TrainPlanPlanned_Text:hover{
	cursor:pointer;
}



.fa-user.Bevers{
	color:#d33941 !important;
}
.fa-user.Welpen{
	color:#9bc45a !important;
}
.fa-user.Scouts{
	color:#f7b137 !important;
}
.fa-user.Exporers{
	color:#be3d5b !important;
}
.fa-user.Roverscouts{
	color:#ee8239 !important;
}
.fa-user.Overige{
	color:#ee39cd !important;
}

.bg-theme{
	background-color: #855d85 !important;
	color: white;
}

.border-theme{
	border-color: #855d85 !important;
}

.card.Wes_collapse > .card-header:hover{
	cursor:pointer;
}
.card.Wes_collapse .card-body{
	display:none;
}
.modal-open .modal.modal-ke{
	//overflow-y:hidden;
}

.modal-ke .modal-dialog{
	max-width: 90%;
	height:90%;
}
.modal-ke .modal-dialog .modal-content{
	height:100%;

}
.PickList{
	display: none;
    position: absolute;
    background-color: lightgrey;
    border: 1px solid #855d85;
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 5px;
	text-align: left;
	z-index: 999;
}

table.Selector tr:hover {
    background-color: #855d85;
    color: white;
    cursor: pointer;
}

.list-group-item, .card table td{
	padding: 0px 5px;
}

.row{
	margin-bottom: 10px;	
	margin-left:0px;
	margin-right:0px;
}




