*{padding: 0; margin: 0; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; outline: none!important;}
body{
	/*height: 900px;*/
	background: url('https://images.pexels.com/photos/1103970/pexels-photo-1103970.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
header, footer {
	text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 85% 85% / 30%;
}

.header-overlay{
	width: 100%;
	height: 70%;
	padding: 10px;
	color: #FFF;
  background-image: linear-gradient( 135deg, #9f05ff69 10%, #fd5e086b 100%);
	
}
footer {
	border-radius: 85% 85% 0 0 / 30%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; /*'Dancing Script', cursive;*/
	font-size: 42px;
	/*margin-bottom: 30px;*/
	text-shadow: 1px 1px 1px #333;
}

footer .header-overlay * {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

button {
	border: none;
	outline: none;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-radius: 50px;
	color: #333;
	background: #fff;
	box-shadow: 0 3px 20px 0 #0000003b;
}
button:hover, select:hover, [onclick]{
	cursor: pointer;
}
select, input {
	border: none;
	outline: none;
	padding: 5px 2px;
	margin-bottom: 10px;
	border-radius: 10px;
	color: #333;
	background: #fff;
	box-shadow: 0 3px 20px 0 #0000003b;
}


.selection-exercice { 
	position: absolute; left: 20px; top: 20px;
}

.white-box { 
	background-color: #fff; 
	padding: 5px; 
	border-radius: 10px;
}


.content {
	width:100%;
	margin:10px auto;
	font-size:16px;
	color: #333;
	width: 80%;
	background-color: #fff;
	padding: 10px;
	border-radius: 20px;
	box-shadow: 0 3px 20px 0 #0000003b;
}

.menu {
	/*margin-top: 20px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.menu-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.menu-item {
	color: #fff !important;
	/*background-color: #008080 ;*/
	background-color: #34B484 ;
	padding: 10px;
	display: inline-block;
	margin: auto 10px !important;
	font-size: 14px;

	-moz-transform: skew(-20deg, 0deg);
	-webkit-transform: skew(-20deg, 0deg);
	-o-transform: skew(-20deg, 0deg);
	-ms-transform: skew(-20deg, 0deg);
	transform: skew(-20deg, 0deg);
}

.menu-item-title {
	width: 100%;
	font-weight: bold !important;
	box-shadow: 0 3px 20px 0 #0000003b; 
	background: linear-gradient( 135deg, #9f05ff69 10%, #fd5e086b 100%);
}

.skew {	
	-moz-transform: skew(-20deg, 0deg);
	-webkit-transform: skew(-20deg, 0deg);
	-o-transform: skew(-20deg, 0deg);
	-ms-transform: skew(-20deg, 0deg);
	transform: skew(-20deg, 0deg);
}

.nav-menu ul li {
	margin-left: 3px;
}


.options {
	display: flex; 
	flex-wrap: wrap;
}
.options > li {
	margin-top: 5px;
	margin-bottom: 5px;
}

label.req:after {
	content: "*";
    color: red;
	font-size: 15pt;
}


.dropdown-menu {
	padding: 0px;
}
.dropdown-item {
	padding: .25rem .75rem;
}

table.sortable th { cursor: pointer; }


table.hoverable tbody tr:not(.total-classe):hover {
	background-color: rgb(255, 204, 153) !important;
}
table.hoverable tbody tr.head:hover, table.hoverable tbody tr.total:hover {
	background-color: #236c60 !important;
}

.ico-btn {
    width: auto;
    padding: 6px 16px !important;
    font-size: 11px !important;
}


.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 10;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 2px;
}



/*
-moz-transform: translate(10px, 0px) skew(-20deg, 0deg);
	-webkit-transform: translate(10px, 0px) skew(-20deg, 0deg);
	-o-transform: translate(10px, 0px) skew(-20deg, 0deg);
	-ms-transform: translate(10px, 0px) skew(-20deg, 0deg);
	transform: translate(10px, 0px) skew(-20deg, 0deg);
	*/



