/* common */
.underline{
    border-bottom:1px solid;
}

.mobile{
    display: none;
}

.big_screen{
    display: display: inline-block;
}

.no_link:link {
  color: default;
  text-decoration: none;
}

.no_link:visited {
  color: default;
  text-decoration: none;
}

.nolink:hover {
  color: default;
  text-decoration: none;
}

.nolink:active {
  color: default;
  text-decoration: none;
}

/* head */
head {

}

.title {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #6bcad6;

    font-family: "Varela Round"; /*"Courier New";*/
    background-color: rgba(100,100,100,0.85);/* teal;*/

}

.title_text{
    font-weight: bold;
}

.link_name {
    position: relative;
    z-index: 200;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: rgb(55, 55, 55);
    background-color: rgb(154, 200, 70);
    padding-left: 20px;
    font-family: "Indie flower";
    font-weight: bold;
    font-stretch: expanded;
    letter-spacing: 5px;
    background-size: 100% 100%;
    border-radius: 5px;
    padding: 5px !important;
}

.link_name h1 {
    font-size: 2rem;
    margin-bottom: 0px;
}

.subtitle{
    /*color: darkred;*/
}

/* body */
body {
     /*height: 650px;
     padding: 100px 0 0 0;*/
    padding-top: 80px;
    margin-left: 0px;
    font-family: "Indie Flower"; /*"Varela Round"; /* "Courier New"; */
}

/* input fields*/
input, select {
    font-family: "Varela Round";
}

input[type="button"] {
    font-family: "Indie Flower";
}

/* HIDE RADIO */
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #f00;
}

.background {
    background-image: url("/static/bijlies/assets/background.jpg");
    background-repeat: repeat;
    background-size: 50%;
    opacity: 1;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

/* general */

.padding {
    padding: 20px;
}

.white {
    background-color: rgb(239, 252, 231);
}
/*
.petrol {
    background-color: rgba(25, 115, 135, 0.85);
}*/

.formcolor {
    background-color: rgba(120, 150, 120, 1);
    color: rgb(239, 252, 231);
}

.formcolor_theory{
    background-color: rgba(90, 120, 120,1);
}

.formcolor_practice{
    background-color: rgba(150, 150, 60,1);
    background-color: rgba(90, 120, 90, 1);
    background-color: rgba(120, 150, 120, 1);
    background-color: rgba(60, 76, 76, 1);
/*    background-color: rgba(70, 90, 70, 1);*/
}

.formcolor_info{
    background-color: rgba(120, 150, 120, 1);
    background-color: rgba(239, 252, 231, 1);
    background-color: rgba(184, 204, 184, 1);
    /*color: rgb(239, 252, 231);*/
}

.buttoncolor_practice{
    background-color: rgba(140, 170, 140, 1);
}

.button_practice{
    background-color: rgba(140, 170, 140, 1);
    width: 40%;
}

.grid_form_intro{
    font-size: 2rem;
}

.textcolor_practice{
/*    color: rgba(220, 250, 220, 1);
    color: rgba(220, 250, 220, 1);*/
}

.centered_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.math_bigger{
    font-family: Gloria Hallelujah;
}

canvas[title]:hover:after {
  content: attr(title);
}

canvas:hover:after {
  content: attr(data-title);
  position: absolute;
  font: 100px verdana;
  box-sizing: border-box;
}

title{
    font-size: 100rem;
}

.title{
    font-size: 100rem;
}

.lightgrey {
    background-color: rgba(239, 252, 231,0.7);
    color: rgb(45, 75, 75);
}

.darkgrey {
    background-color: rgba(150, 150, 150, 0.85);
}

.whitetext{
    color: rgb(239,252,231) !important;
}

.rounded, button, img{
    border-radius: 5px;
}

.main_canvas{
    margin-top: 5%;
}

.nopadding{
    padding: 0px;
}

.scroll {
    overflow-y: auto;
    max-height: 70vh;
}

.ui-dialog {
    z-index:6000;
}

.ui-dialog .ui-dialog-buttonpane, ui-dialog ui-dialog-titlebar {
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset, ui-dialog ui-dialog-title {
    float: none;
}

.canvas {
    width: 40%;
    float: right;
    position: fixed;
    top: 16%;
    right: 4%;
    z-index: 0;
}

.btn-success {
    float: right;
}

.btn-topform {
    background-color: teal;
    margin-left: 0px;
}

/* common */
.form{
    background-color: rgba(200, 200, 200, 0.7);
    margin-top: 20px;
    margin-bottom: 20px;
}

.overview {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0px;
    margin-top: 20px;
}

/*home*/
.welcome{
    background-color: rgba(239, 252, 231, 0.8); /*rgba(255, 255, 255, 0.8);*/
}

.home_title{
    font-size: 2.25rem;
}

.home_subintro{
    font-size: 1.5rem;
}

.click_lessons{
    font-size: 130%;
}

/*.lessons_table{
     margin-left: 10vw;
}*/

.fill-space {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.fill-space img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.zero-padding {
  padding: 0px !important;
}

.div_tips{
    background-color: rgba(255, 255, 255, 0.7);
}

.div_gallery{
    padding-bottom: 10px;
    /*height: 100%;*/
}

.img_gallery{
    width: 80%; /*250*/
    height: 80%; /*250*/
}

.img_gallery{
    width: 80%; /*250*/
    height: 80%; /*250*/
}

.figcap_gallery{
/*    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 60px;*/
    margin-top: 2px;
}

.text_gallery{
    vertical-align: middle;
    margin: auto;
    width: 100%;
    height: 100%;
    float: center;
    text-align: center;
    /*margin-left: 40px;*/
    /*margin-right: 40px;*/
    display: block;
    background-color: white;
    padding: 5px;
}

.title_theory, .title_blog{
    font-size: 3vw;
}

.title_theory > div, .title_blog > div{
    height: 9vw;
}

/* Create %TODO order styles: forms, buttons, inputs,..?*/
.choose_left{
    float: left;
    margin-right: 10px;
}

.choose_right{
    float: right;
    margin-left: 10px;
}

#create_add, #create_item, #create_settings{
    /*float: right;*/
    /*position: absolute;*/
    /*left: 40%;*/
}

/* select */
.choose_item, .choose_category {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* buttons */
#drawButtonItem {
    margin-top: 0px;
}

.drawButton {
   /* border-top: 20px;
    margin-top: 40px;
    align: center;*/
}

#buttons_flex{
    display: flex;
}

.paddingright{
    padding-left: 0;
    padding-right: 5px;
}

#formulierSaveButton {
   margin-top: 100px;
}

#formulierAchtergrond #save{
	position: relative;
	margin-top: 2%;
	outline: none;
	width: 80%;
	height: 3%;
	left: 50%;
	transform: translateX(-50%);
	float: center;
	background-color: darkblue; /*rgb(0,185,185);/*#0066FF;*/
	border-style: dotted;
}

input[name="colorBackgroundButton"]{
	position: relative;
	margin-top: 0%;
	outline: none;
	margin-bottom: 2%;
	width: 80%;
	height: 5%;
	left: 50%;
	transform: translateX(-50%);
	float: center;
	background-color: rgb(195,144,40); /*darkyellow; /*green;/*#0066FF;*/
	border-style: groove;
}

.buttons_form .btn{
    font-size: 82%;
}


input[name="downloadButton"]{

	position: relative;
	margin-top: 0%;
	outline: none;
	margin-bottom: 2%;
	width: 80%;
	height: 5%;
	left: 50%;
	transform: translateX(-50%);
	float: center;
	background-color: purple; /*darkyellow; /*green;/*#0066FF;*/
	border-style: groove;
}

input[name="downloadPatternButton"]{
	position: relative;
	margin-top: 0%;
	outline: none;
	margin-bottom: 2%;
	width: 80%;
	height: 5%;
	left: 50%;
	transform: translateX(-50%);
	float: center;
	background-color: olive;
	/*background-color: rgb(195,144,40);*/ /*darkyellow; /*green;/*#0066FF;*/
	border-style: groove;
}

input[name="createPDFButton"]{
	position: relative;
	margin-top: 0%;
	outline: none;
	margin-bottom: 2%;
	width: 80%;
	height: 5%;
	left: 50%;
	transform: translateX(-50%);
	float: center;
	background-color: rgb(5,154,90); /*darkyellow; /*green;/*#0066FF;*/
	border-style: groove;
}

input[name="hideCanvasButton"] , input[name="hideCanvasButton"]:hover{
	position: relative;
	margin-top: 0%;
	outline: none;
	margin-bottom: 2%;
	width: 100%;
	height: 5%;
	left: 50%;
	transform: translateX(-50%);
	float: center;
	background-color: olive; /*rgb(40,144,195); /*darkyellow; /*green;/*#0066FF;*/
	border-style: groove;
	border-color: olive;
}

.formulierSpecifiek input[name="startButton"]{
	position: relative;
	margin-top: 2%;
	margin-bottom: 2%;
	left: 0%;
	float: center;
	background-color: rgb(0,0,185);/*#0066FF;*/
	width: 100%;
	height: 5%;
	border-style: groove;

}

input[name="startButton"]{
	outline: none;
}

input[name="drawButton"]{
	position: relative;
	outline: none;
	margin-top: 0%;
	margin-bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	float: center;
	background-color: purple;/*#0066FF;*/
	width: 70%;
	height: 100%;
	border-style: groove;
}


/* input fields*/

fieldset{
	background-color: none;
	border-color: rgb(180,211,178);
	border-style: none;
}

input{
	width: 20%;
	height: 4vh;
	margin-top: -1vh;

}
input::-webkit-color-swatch {
    border: none;
}

.form-control{
    border: 0px;
}

.form-group{
    text-align:  left;
}

select{
	width: 20%;
	height: 4vh;
	margin-top: -1vh;
}

.inputfield{
    float: right;
    background-color: rgb(239, 232, 231);
}

input[type="text"]{
	position: relative;
	background-color: rgb(239, 232, 231);
	/*float: right;*/
}

input[type="number"]{
	position: relative;
	margin-left: 2px;
	padding: 3px;
	background-color: rgb(239, 232, 231);
}

input[type="color"]{
	position: relative;
	float: right;
	outline-color: none !important;
	outline-width: 0px !important;
}

input[type="checkbox"]{
	position: relative;
	background: transparent;
	border: none;
}

select{
	position: relative;
	float: right;
}

/* only show arrows of input field at hover %TODO test other browsers*/
/* for chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number]:hover::-webkit-inner-spin-button,
input[type=number]:hover::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    appearance: inner-spin-button;
}

.paragraph{
    margin-bottom: 30px;
}

.paragraph{
        font-size: 1.5rem;
}
.paragraph_title{
    font-size: 2rem;
}

.paragraph_subtitle{
    font-size: 1.75rem;
}

.faq_question{
    text-decoration: underline;
}

.paragraph h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* for mozilla */
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}





