@CHARSET "ISO-8859-1";
@import url(https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope|Indie+Flower|Reenie+Beanie);

/*
body {
    font-family: "Helvetica Neue","Open Sans", sans-serif;
    font-weight: 300;
    color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue","Open Sans", sans-serif;
}
*/

/*
 * Fonts
 */

.handwrite1, .annie {
    font-family: 'Annie Use Your Telescope';
    font-weight: bold;
}
.handwrite2, .indie {
    font-family: 'Indie Flower';
    font-weight: bold;
}
.handwrite3, .reenie {
    font-family: 'Reenie Beanie';
    font-weight: bold;
}


#SnapABug_Button {
    display: none;
}

.play-course, .play-course:hover, .play-course:focus,
.noplay-course, .noplay-course:hover, .noplay-course:focus{
    color: #fff;
}

#avviacorso {
	margin-bottom: 74px;
}

#instruction{
	margin-top: -100px;
	padding-bottom: 15px;
}

#instruction .box {
	border-radius: 10px;
	background: #F4F6F8;
	color: #474C4E;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(125, 125, 125, 0.3);
	box-shadow: 0px 0px 3px 2px rgba(125, 125, 125, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
#signin {
	max-width: 700px;
        margin: auto;
}
.glyphicons-very-lg {
    padding-left: 90px;
}

.glyphicons-very-lg:before {
    font-size: 64px;
}

.glyphicons-rounded {
    border: 1px solid #000; 
    border-radius: 24px;
}
.glyphicons-rounded > span.glyphicons {
    position: relative;
    top: -14px;
    left: 12px;
}

.glyphicons.cyan:before {
    color: #2C98F0;
}

#checkTaxcodeModal .form-group {
    display: block;
    margin-bottom: 15px;
}

#checkTaxcodeModal .form-group .form-control {
    display: block;
    color: #000;
    text-align: center;
/*    background-color: #EDEDEF;*/
    border-color: #000;
    height: 75px;
    font-size: 40px;
}

table, th, td {
   border-collapse: separate;
   border-spacing: 10px 0;
}

th, td {
   border: 1px solid black;
   padding: 20px;
   width: 100%;
}

th {
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

.in_progress th {
    background-color: #FFD110;
}

.completed th {
    background-color: #4CA58E;
}

.play-course, .noplay-course {
    background-color: #2C98F0;
    padding: 20px;
    font-size: 100px;
    box-shadow: 0 5px 15px #4C4C4C;
    border-radius: 80px;
}

.play-course:focus, .play-course:hover,
.noplay-course:focus, .noplay-course:hover{
    text-decoration: none;
} 

.progress {
    padding: 0;
}

@media (min-width: 768px) {
    #avvioModal .dl-horizontal dt {
        width: 290px;
    }
    
    #avvioModal .dl-horizontal dd {
        margin-left: 300px;
    }
}