/*
Theme Name: Game4Skill Base Theme
Theme URI: https://defstudio.it
Author: DefStudio
Author URI: https://defstudio.it
Description: Game4Skill Base Theme, please extend this in order to keep compatibility with gamification components
Version: 1.0
Text Domain: game-4-skill-theme
*/



/*footer*/
.footer {
	background-color: #231f20;
	height: 100px;
	flex-shrink: 0;
	
}
/*.admin-bar .footer {*/
	/*margin-bottom: 32px;*/
/*}*/
.footer-logo {
	background-image: url("img/logo-footer-white.png");
	background-position: left top;
	background-size: initial;
	height: 93px;
	background-repeat: no-repeat;
}
.eu-logo{
	background-image: url("img/logo-erasmus.png");
	background-position: right top;
	background-size: initial;
	height: 93px;
	background-repeat: no-repeat;
}
*:focus {
	outline: none;
}
.leaflet-control-attribution {
	display: none;
}
.container {
	margin-top: 15px;
}
html{
	height:100%;
}
.content {
	flex: 1 0 auto;
}
body{
	font-family: Exo;
	font-wheight:11px;
	display: flex;
	flex-direction: column;
	height: 100vh;
	
}
h1,h2,h3,h4,h5,h6 {
	font-family: Exo;
	text-transform: uppercase;
	font-weight:bold;
	
}
h3{
	font-size:20px;
	
}
h5{
	font-size:14px;
}
.hours{
	font-size:11px;
	font-weight: 600;
	color:#ee9215;
	
}
.rankings h3 .title-span {
	color: white;
}
.carousel-item h3{
	font-size:20px;
	color:white;
}
.schedule h4 {
	margin-bottom: 17px;
}
h4{
	font-size:16px;
	font-weight: 600;
	color:#ee9215;
	margin-bottom: -3px;
}
.class-main h4 {
	margin-bottom: -4px;
}
.toot .show .navbar-nav {
	background-color: rgb(238, 146, 21);
	z-index: 1000;
	display: block;
	height: auto;
	padding: 15px;
	position: relative;
}
.toot .show .nav-item {
	margin-top: 15px;
}
/*navbar e logo*/
.toot {
	background-color: #ee9215 !important;
}
.navbar-brand {
	background-image: url("img/logo-toot.png");
	height: 163px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.nav-link {
	 font-family: Exo;
	 font-size: 28px;
	 text-transform: uppercase;
 }
.navbar-light .navbar-nav .nav-link{
	color:#462e1d;
}
.profile {
	background-image: url("img/login_out.png");
	background-repeat: no-repeat;
}
.nav-item:hover.profile {
	background-image: url("img/login_out-active.png");
	background-repeat: no-repeat;
}
.nav-item.profile.active {
	background-image: url("img/login_out-active.png");
	background-repeat: no-repeat;
}
.profile .nav-link {
	margin-left: 61px;
}
.show .profile .nav-link {
	margin-left: 61px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .nav-item:hover.login-out > .nav-link, .nav-item:hover.profile > .nav-link {color:white;}
/*widget home page*/
.widget__container {
	background-color: #546e7a;
	padding: 20px;
	min-height: 290px;
	border: 5px solid #ee9215;
	font-family: Exo;
}
.nav-item.login-out {
	margin-right: 0px;
}
.toot .navbar-nav {
	height: 65px;
}
.nav-item {
	margin-right: 25px;
}
.nav-item.farm.active, .nav-item:hover.farm {
	background-image: url("img/my-farm-active.png");
	background-repeat: no-repeat;
}
.nav-item.farm {
	background-image: url("img/my-farm.png");
	background-repeat: no-repeat;
}
.nav-item:hover.farm > a {color:white;}

.nav-item.rankings.active, .nav-item:hover.rankings {
	background-image: url("img/rankings-active.png");
	background-repeat: no-repeat;
}
.nav-item:hover.rankings > a {color:white;}
.nav-item.rankings {
	background-image: url("img/rankings.png");
	background-repeat: no-repeat;
}

.nav-item.classrooms.active, .nav-item:hover.classrooms {
	background-image: url("img/classrooms-active.png");
	background-repeat: no-repeat;
}
.nav-item.classrooms {
	background-image: url("img/classrooms.png");
	background-repeat: no-repeat;
}
.nav-item:hover.classrooms > a {color:white;}
.farm .nav-link, .rankings .nav-link, .classrooms .nav-link, .repo .nav-link{
	margin-left: 62px;
}
.show .farm .nav-link, .show .rankings .nav-link, .show .classrooms .nav-link, .show .repo .nav-link {
	margin-left: 77px;
}
.nav-item.repo.active, .nav-item:hover.repo {
	background-image: url("img/repo-active.png");
	background-repeat: no-repeat;
}
.nav-item.repo {
	background-image: url("img/repo.png");
	background-repeat: no-repeat;
}
.nav-item:hover.repo > a {color:white;}

.widget__container ul li{
	list-style:none;
	margin-bottom:5px;
	color: white;
}
.widget__container .cardinal {
	background: white;
	border-radius: 4px;
	width: 28px;
	display: inline-block;
	height: 28px;
	font-family: "Formula1 Display Regular";
	text-align: center;
	padding-top: 1px;
	color:black;
}
.widget__container .award_points {
	float: right;
	margin-right: 5px;
	padding-right: 7px;
}
.rankings h3 {
	text-align: center;
	width: 100%;
}
.title-container-img {
	display: inline-flex;
	align-items: center;
	width: 100%;
}
.title-container-img img {
	height: 80px;
}
/*.units-rankings  h3.widget__title {*/
	/*display: none;*/
/*}*/
.carousel-inner {
	min-height: 240px;
}
.carousel-item h3 img {
	width: 69px;
	height: auto;
}
.carousel-control-next {
	right: -32px;
}
.carousel-control-prev {
	left: -32px;
}
.carousel-indicators {
	bottom: -20px !important;
	margin-bottom: 0;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.teacher-image, .place-image {
	margin-bottom: 7px;
}
.fa-circle {
	font-size: 30px;
}
.far, .fas {
	font-size: 30px;
}
/*classrooms*/
.card {
	box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.2);
	margin-top: 7px;
	margin-bottom: 7px;
	border-radius: 0px;
}
.img-container {
	height: 177px;
	display: inline-flex;
}
.card .class-main {
	margin: 0 -20px 15px -20px;
	padding: 15px 0;
}
.btn.btn-primary.view {
	color: black;
	background: white;
	border-color: #eee;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
}
.btn.btn-primary.view:hover {
	background: #ee9215;
	color: white;
}
.view-classroom-dtl {
	margin-bottom: 25px;
}
.location {
	font-size: 11px;
	line-height: 15px;
}
.time {
	font-size: 9px;
}
.row.date {
	font-size: 21px;
	line-height: 18px;
	margin-top: 4px;
}
.card .card-body {
	background-color: #f7f7f7;
	margin-top: 0;
}
.card .far.fa-calendar-alt, .card .fas.fa-map-marker-alt {
	color: #ee9215;
}
/*fine classrooms*/
/*stile area gestione teacher*/
#activities .card-header {
	background-color: #ee9215;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#activities .btn.btn-link {
	color: white;
	text-transform: uppercase;
}
#activities .card {
	box-shadow: none;
	border-color: rgb(222, 226, 230);
}
#activities .row {
	border-top: 1px solid rgb(222, 226, 230);
}
/*tip-baloon-unit-home-page*/
/*.unit-image {*/
	/*z-index:100;*/
	/*position: relative;*/
/*}*/
.goal-image {
	z-index: 1001;
	position: fixed !important;

}
.goal-data {
	z-index: 1000;
	float: left;
	line-height: 30px;
	position: fixed;
}
.unit-title {
	width: max-content;
	background-color: rgb(255, 255, 255);
	/*padding-left: 43px;*/
	
}
.unit-title .stationLabel_txt {
	display: block;
	color: black;
	font-size: 18px;
	height: 54px;
	line-height: 52px;
	margin-left: 56px;
	/* margin-right: 125px; */
}
.stationLabel {
	background-color: rgba(15, 15, 15, 0) !important;
	position: relative;
}

.unit-title p {
	white-space: nowrap;
}
.percent-completed {
	height: 30px;
}
.percent-completed .skillPercent {
	background-color: rgb(238, 146, 21);
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	margin: 0 0 0 15px;
	display: block;
	position: relative;
	color: black !important;
	text-align: right;
}

.percent{
	margin-right:15px;
}

.stationLabel_txt {display:none;}
.unit-image img {
	width: 131px;
}

/* fine tip-baloon-unit-home-page*/
#map {
	margin: 16px 0;
}
/*Classroom*/
.mail, .phone {
	padding-left: 5px;
}
.teacher-row .fas {
	font-size: 19px;
}
.teacher-data {
	font-size: 12px;
}
.attendees, .activities, .classrooms-list {
	background-color: #f7f7f7;
	padding:7px;
}
.activity-name{
	font-size:14px;
	color:#ee9215;
}
.activity-mod {
	font-size: 11px;
}
.attendee-name {
	color: #ee9215;
}
.classrooms-list a {
	color: #ee9215;
}
.classrooms-list a:hover {
	text-decoration: none;
	color: #626262;
	transition: all 0.35s;
}
.class-main{
	background-color: #efeeee;
	margin: 58px -3px 7px 0;
	
}
.teacher-row, .location-row{
	background-color: #f7f7f7;
	min-height:75px;
	padding:7px;
}
.schedule {
	background-color: #f7f7f7;
	min-height: 75px;
	padding: 7px;
	font-size: 10px;
	margin: 15px 0 15px;
}
.schedule .col-1 {
	border-right: 1px solid #7a7977;
}
.timing-schedule {
	color: #7a7977;
	margin-left: -16px;
	font-size: 12px;
	line-height: 10px;
}
.teacher-data {
	padding-left: 26px;
}
.cover-image {
	padding: 0;
	padding-right: 12px;
}
/*home modal cards*/
.missionsModal .card-header {
	background-color: #d6d5d4;
	box-shadow: 0 0 antiquewhite;
}
.card {
	box-shadow: 0 0 0 #0000;
	border: 0;
	width: 100%;
}
.modal-dialog {
	max-width: none;
	width: 60vw;
	top: 10vh;
}
.missionsModal .btn, .btn-close {
	text-transform: uppercase;
	color: black;
	font-kerning: unset;
	font-size: 22px;
}
.missionsModal .btn:hover, .missionsModal .btn:active, .missionsModal  .btn-link:focus {
	text-decoration: none;
}
.missionsModal .card-header:hover, .missionsModal .card-header:active {
	background-color: #ee9215;
}
.over-content-back {
	justify-content: space-between;
	align-content: center;
	display: flex;
	margin-top: 15px;
}
.checked-if-done {
	background-image: url("img/checked-if-done.png");
	width: 87px;
	display: inline-block;
	height: 100%;
	background-size: 46px;
	background-repeat: no-repeat;
	margin-left: -15px;
	margin-top: 0;
}
.activity {
	line-height: 46px;
}
.task-content{
	text-align: center;
}
/*overlays modals*/

.modal-header {
	background-color: #686868;
	border-radius: 0;
	align-items: center;
	padding: 0.25rem 0.5rem;
}
.modal-title {

}
.modal-header h4{
	flex-grow: 2;
}
.modal-header h4, .card-header h4 {
	color: white;
	padding: 6px 0;
	text-transform: initial;
}
.modal-header img {
	width: 65px;
}
.happy-farm-family {
	margin-bottom: -17px;
	width:100%
}
.family {
	flex-direction: column-reverse;
}
.activity-col {
	cursor: pointer;
}
.step-container .task-content .btn, .btn-close {
	background-color: #ee9215;
	border-color: #ee9215;
	border-radius: 0;
	padding: .35rem .80rem;
	line-height: 1;
	font-size-adjust: 0.35;
}
.step-container .task-content .btn:focus { box-shadow: 0 0 0 .2rem rgba(255, 186, 19, 0.87);}
.close-button-card {
	background-color: white;
	border-radius: 55px;
	padding: 0 11px;
	height: 34px;
	width: 34px;
	line-height: 34px;
}
.modal-header .close-button-card {
	padding-left: 8px;
	line-height: 27px;
}
.card-header:first-child {
	border-radius: 0;
}
.overlay-activities .card-header{
	background-color: #686868;
	justify-content: space-between;
	padding: 1rem 1rem;
	display: flex;
}
.card-header h4{
	color:white;
	margin-top:auto;
	margin-bottom:auto;
}
/*pagina-utente*/
.user-det-tractor {
	height: 69px;
}
.user-page h3 {
	color: #ee9215;
	font-size: 24px;
}
.user-info h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 14px;
}
.user-page h4 {
	font-weight: bold;
	font-size: 19px;
}
.task-image {
	width: 21px;
	float: right;
}
.task-image.not-triggered {
	filter: grayscale(100%) opacity(50%);
}
.paths-container .carousel, .badges-container .carousel {
	background-color: #e8e8e8;
	padding-top: 13px;
	padding-bottom: 14px;
}
.task-list {
	overflow-y: auto;
	max-height: 250px;
	padding: 0 0 0 15px;
	background: white;
}
.tasks-container {
	padding-right: 15px;

}
.task-img-ico-container{

}
.task-list td, .points-container td {
	padding: 0.30rem;
	font-size: 14px;
}
.tasks-percent-completed {
	height: 34px;
	background: #d0d0d0;
}
.tasks-percent-completed .skillPercent {
	background-color: rgb(238, 146, 21);
	top: 0;
	left: 0;
	border-radius: 0;
	display: block;
	position: relative;
	font-family: "Exo";
	color: #fff !important;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	white-space: nowrap;
}
.completed-0 .percent {
	display: none;
}
.tasks-percent-completed .farm-goal {
	content: "";
	position: relative;
	background-image: url("img/farm.png" );
	background-position-x: right;
	background-repeat: no-repeat;
	top: 3px;
	height: 30px;
	width: 33px;
	background-size: 29px 29px;
	float: right;
	right: 3px;
}
.tasks-percent-completed .skillPercent-img {
	content: "";
	display: inline-block;
	position: relative;
	background-image: url("img/trattorino.png" );
	background-position-x: right;
	background-repeat: no-repeat;
	top: 3px;
	height: 30px;
	width: 33px;
	background-size: 29px 29px;
	float: right;
	right: -31px;
}
.paths-container .carousel-item .title-container h3, .badges-container .carousel-item .title-container h3 {
	font-size: 25px;
	color: #212121;
	font-weight: bold;
	padding: 16px;
	line-height: 18px;
}
.general-stats {
	background-color: #707373;
	margin: 5px 0;
	padding: 5px;
	color: white;
	border: 1px solid #ee9215;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.gen-stats-value {
	margin-left: 18px;
	font-size: 20px;
	line-height: 28px;
}
.general-stats .col-12.col-md-4:first-child {
	border: 0;
}
.general-stats .col-12.col-md-4 {
	border-left: 1px solid #ee9215;
	border-right: 1px solid #ee9215;
}
.general-stats .col-12.col-md-4:last-child {
	border: 0;
}
.paths-container .carousel-control-next-icon, .paths-container .carousel-control-prev-icon {
	width: 39px;
	height: 39px;
	
}
.paths-container .carousel-control-next, .paths-container .carousel-control-prev {
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-pack: baseline;
	margin-top: 54px;
}
.paths-container .carousel-control-prev {
	left: -51px;
}
.paths-container .carousel-control-next {
	right: -51px;
}

.paths-container .carousel-inner, .badges-container .carousel-inner{
	min-height:0;}
.paths-container .no .carousel-inner, .badges-container .no .carousel-inner {
	min-height: 0;
	margin-bottom: 20px;
}
.dataTables_paginate .paginate_button.disabled {
	display: none;
}
.badges {
	border: 2px solid #c6c6c6;
}
.badges .card {
	margin-bottom:0;
}
.badges .badge-title {
	height: 45px;
	display: grid;
	align-content: center;
	background: #ed9215;
}
.badges .card-group .card {
	margin-top:0;
}
.badges .card-group .card-img-top {
	height: 131px;
	max-width: 131px;
	padding: 5px;
}
.badges .card-title {
	color: white;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0;
}
.badges .card-body {
	padding: 0;
	border: 1px solid #c6c6c6;
	text-align: center;
}
.badges .card-text {
	padding: 15px;
	background: #e8e8e8;
	font-weight: 500;
	font-size: 12px;
}
.points-container th, .repository th {
	font-size: 14px;
	font-weight: 300;
}
.points-container thead, .repository thead {
	background: #ee9215;
	color: white;
	text-transform: uppercase;
	
}
/*repository*/
.repository .fa, .repository .fab, .repository .fas {
	color: #ee9215;
	font-size: 25px;
}
.form-control {
	border-radius: 0;
	border-color: #ee9215;
}
.unit-image {
	width: 28px;
}
.image-container {
	padding: 1px !important;
}
.repository .btn {
	background-color: #ee9215;
	border-color: #ee9215;
	border-radius: 0;
	padding: .35rem .80rem;
	line-height: 1;
	color: #fff;
	transition: color 0.5s ease;
}
.repository .btn:hover {
	background-color: #fff;
	color: #000;
	
}
.open-folder {
	width: 30px;
}
a:hover .open-folder {
	filter: none;
	cursor: pointer;
}
/*ranking*/
.ranking-page .single-widget {
	padding: 0 5px;
}
.ranking-page .ranking-widgets {
	margin: 0-5px;
}
.ranking-page .unit-ranking-container img{
	width: 80px;
}
.ranking-page .widget__container{
	padding:8px;
}
.ranking-page .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.ranking-page .rankings h3 .title-span {
	font-size: 33px;
}
.ranking-page .unit-ranking-container .title-span {
	color: white;
	font-size: 12px;
	font-weight: 500;
}
.ranking-page .unit-rankings, .ranking-page .ranking-list {
	padding-left: 0;
}
.ranking-page .widget__container{
	min-height:0;
}
.ranking-page .single-widget .widget__container .cardinal {
	background: white;
	border-radius: 4px;
	width: 19px;
	display: inline-block;
	height: 20px;
	font-family: "Formula1 Display Regular";
	text-align: center;
	/* padding-top: 1px; */
	color: black;
	font-size: 13px;
}
.ranking-page .single-widget .title-container-img {
	align-items: start;
}
.btn.groups {
	background: #ee9215;
	Color: white;
	text-transform: uppercase;
	border-color: #ee9215;
	margin-top: 7px;
	border-radius: 0;
}
.btn.groups:hover {
	background: #FFF;
	Color: #ee9215;
	border-color: #ee9215;

}
.group-image{
	-webkit-background-size: contain;
	background-size: contain;
	background-color: #f2f2f2;
}
.group-image img{
	width:100%;
}

@media (min-width: 992px) and (max-width: 1200px){
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 15px;
		margin-left: 40px;
		line-height: 25px;
	}
	.nav-item {
		margin-right: 15px;
	}
	.nav-item.farm, .nav-item.rankings, .nav-item.classrooms, .nav-item.repo, .nav-item.profile{
		background-size: 41px;
	}
	.toot .navbar-nav {
		height: 42px;
	}
	
}
@media (max-width: 992px) {
	/*.badges .card-title {
		padding: 7px;
		height:45px;
		max-height: 45px;
	}*/
	.user-page .user-info{
		margin-top:12px;}
}