.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
.big-text
{
  font-size: 18px;
}
#loadingLogin{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	z-index: 10;

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#canvasvfx57d6e1fa60ad3
{
	width: 100% !important;
	height: auto !important;
}



.more-margin
{
	margin-top: 200px;
}

.underline-hover:hover
{
	text-decoration: underline;
	cursor: pointer; cursor: hand;
}

.hand-hover:hover
{

	cursor: pointer;
}
.little-margin
{
	margin-top: 10px;
}
.margin-bottom
{
	margin-bottom: 40px;
}
.margin-top
{
	margin-top: 40px;
}
.little-margin-bottom
{
	margin-bottom: 10px;
}
.little-margin-left
{
	margin-left: 20px;
}
.text-azure
{
	color: #009ED8;
}
.text-red
{
	color:#EF4B23;
}
.text-green
{
	color:#00AB33;
}
.decoration-underline
{
	text-decoration: underline;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}
.container-table {
    display: table;
}

 html, body, .container-table {
    height: 100%;
}
.container-table {
    display: table;
}
h1
{
	font-size:  8vmin;
}


.side-bar
{
	padding: 20px;


	margin: 20px;
}

.full-size
{

	height: 100%;
	width: 100%;
}

.istoRight
{
	position:absolute;
	margin-right:50px;
	right: 0;
	padding-top:5px;
	width:40%;
	max-height:100%;
	bottom:0%;

	background-color:#FF5252;
	border-radius: 15px 15px 0px 0px;
	 color: white;
}
.istoLeft
{
	 position:absolute;
	 margin-left:50px;
	 left:0;
	 padding-top:5px;
	 width:40%;
	 max-height:100%;
	 bottom:0%;
	 height:35%;
	 background-color:#00B558;
	 border-radius: 15px 15px 0px 0px;
	 color: white;
}

.istoLeftBanca
{
	 position:absolute;
	 margin-left:50px;
	 left:0;
	 padding-top:5px;
	 width:40%;
	 max-height:100%;
	 bottom:0%;
	 height:35%;
	 background-color:#009ED8;
	 border-radius: 15px 15px 0px 0px;
	 color: white;
}
.dropdown:hover
{
	cursor: pointer;
	cursor: hand;
}
.list-group-item:hover
{
	cursor: pointer;
	cursor: hand;
}
.bordered
{
	border: 1px solid #009ED8;
}

.bg-dark {
  background-color: #4A4A4A;
  padding-top: 10px;
  color: white;
}
.big-margin-top{
	margin-top: 150px;
}
.big-margin-bottom{
	margin-bottom: 150px;
}
body {
  font-family: 'Noto Sans', sans-serif;
}


:focus {
  outline: none;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
/*
    Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
    A quick fix is to change .side-menu to

    -> position:absolute

    and uncomment the code below.
    You also need to uncomment

    -> <div class="absolute-wrapper"> </div> in the html file

    you also need to tweek the animation. Just uncomment the code in that section
    --------------------------------------------------------------------------------------------------------------------
    If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
    This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
*/
.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}
hr {
    border-top:5px dotted #e3e3e3;
    /*Rest of stuff here*/
}

.side-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  background-color: #f8f8f8;
  border-right: 1px solid #e7e7e7;
}
.side-menu .navbar {
  border: none;
}
.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
  background-color: transparent;
  margin-right: -1px;
  border-right: 5px solid #e7e7e7;
}
.side-menu .navbar-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav li a {
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px;
}
.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
  float: right;
}
.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
  min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
  display: block;
}
.side-menu #search {
  position: relative;
  z-index: 1000;
}
.side-menu #search .panel-body {
  padding: 0;
}
.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative;
}
.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px;
}
/* Main body section */
.side-body {
  margin-left: 310px;
}
/* small screen */
@media (max-width: 768px) {
  .side-menu {
    position: relative;
    width: 100%;
    height: 0;
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block;
  }
  /* Slide in animation */
  @-moz-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-webkit-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-moz-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @-webkit-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  /* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
  .side-menu-container > .navbar-nav.slide-in {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .side-menu-container > .navbar-nav {
    /* Add position:absolute for scrollable menu -> see top comment */
    position: fixed;
    left: -300px;
    width: 300px;
    top: 43px;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Uncomment for scrollable menu -> see top comment */
  .absolute-wrapper{
        width:285px;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
  @-moz-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-webkit-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-moz-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  /* Slide side body*/
  .side-body {
    margin-left: 5px;
    margin-top: 70px;
    position: relative;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Hamburger */
  .navbar-toggle {
    border: 0;
    float: left;
    padding: 18px;
    margin: 0;
    border-radius: 0;
    background-color: #f3f3f3;
  }
  /* Search */
  #search .panel-body .navbar-form {
    border-bottom: 0;
  }
  #search .panel-body .navbar-form .form-group {
    margin: 0;
  }
  .navbar-header {
    /* this is probably redundant */
    position: fixed;
    z-index: 3;
    background-color: #f8f8f8;
  }
  /* Dropdown tweek */
  #dropdown .panel-body .navbar-nav {
    margin: 0;
  }
}


.big-progress
{
  height: 30px;
}


.little-progress
{
  height: 5px;
}

.big-progress-bar
{
  line-height: 20px;
}

.big-progress-bar h4
{
 margin-top: 5px;
}

.little-border
{
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 48%;
  position: relative;
  margin: auto auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #204d74;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

#loading-screen
{
  z-index: 200;
  position: fixed;
  background-color: white;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}
.red-link{
  color:  #4A4A4A;
}

.green-bg
{
  background-color: #00B558;
  color: white;
}

.yellow-bg
{
  background-color: #f0ad4e!important;
  color: white;
}

.red-bg
{
  background-color: #FF5252;
  color: white;
}

.number-inline
{
  width: 60px !important;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.check-inline
{
  width: 20px;
  display: inline;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  size: 1.5;
}

.list-group-item {
  padding: 15px 15px;
}
.fc-content .fc-time
{
  font-size: 1.2em !important;
}
.fc-content .fc-title
{
  font-size: 1.4em !important;
}


.scuola-pagato {
  border-color: #FF00CD !important;
  background-color: pink !important;
  color: #FF00CD !important;
}

.gratis {
  border-color: green !important;
  background-color: #CCFFB2 !important;
  color: green !important;
}
.gratis:hover
{
  cursor: pointer;
}

.pagato {
  border-color: red !important;
  background-color: #FFAEC9 !important;
  color: red !important;
}
.pagato:hover
{
  cursor: pointer;
}

.stagionale {
  border-color: orange !important;
  background-color: #FFFF99  !important;
  color: orange  !important;

}

.scuola {
  border-color: #004C99 !important;
  background-color: #99CCFF !important;
  color: #004C99 !important;
}
.scuola:hover
{
  cursor: pointer;
}


/* SHADE DAYS IN THE PAST */
.disabled {
  background-color: #bbbbbb !important;
}