/* CSS Document*/ 

body{
  /*background:url('../img/wallpaper.jpg') no-repeat fixed;*/
 background:url('../img/wallpaper_flawer.jpg') no-repeat fixed;
  /*background-image:url('../img/sfondo_pattern.gif');*/
  padding-top: 100px;
  padding-bottom: 100px;
}

@font-face {
	font-family: 'Proxima Nova Regular';
	src: url('../font/proxima_nova_regular.ttf') format('truetype');
	}

@font-face {
	font-family: 'Proxima Nova Extrabold';
	src: url('../font/proxima_nova_extrabold.ttf') format('truetype');
	}

@font-face {
	font-family: 'Proxima Nova Light';
	src: url('../font/proxima_nova_light.ttf') format('truetype');
	}

@font-face {
	font-family: 'Proxima Nova SemiBold';
	src: url('../font/proxima_nova_semibold.ttf') format('truetype');
	}

body {
    font-family:  Proxima Nova Light !important;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    color: #e3007e;
    font-family:  Proxima Nova SemiBold !important;
}

.tour_intro{
    font-family:  Proxima Nova Light !important;
    font-size: 18px;
    text-align: center;
}

.tour_img{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.logo{
  margin-top: -10px;
  transform: translateZ(0);
}

.fa-ul li{
font-size: 8px;
}

.nav .nav-tabs .col-md-2 .col-sm-1 .col-xs-1{
  background-color: #ddd;
}

.panel-body{
  border-color: #555;
}

.margine-dx{
  margin-right: 15px;
}

.margine_sopra{
  margin-top: 15px;
}

.margine_sotto{
  margin-bottom: 20px;
}

.gia_attivato{
  color: #5bc0de;
 }
 
 .attivabile{
 color: #82abfa;
 }
 
 .attivato_ora{
  color: #5cb85c;
 }
 
 .non_attivabile{
    color: #999999;
 }


/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  padding-right: 19px;
  /* border-right: 1px solid #ddd; */
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.marginTop15{
    margin-top: 15px!important;
}

.opacity085{
    background-color: rgba(255, 255, 255, 0.85);
}

#footer{
	min-height: 2px;
	height: 20px;
	opacity: 0.5;
}


.well {
  background-color: rgba(245, 245, 245, 0.90);
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0%;
}

.padding-top-10{
  padding-top: 10%;
}

#partenza{
  background-image: url('../img/home/pana.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 170px;
}

@media screen and (min-width: 1000px) {
  #partenza{
    background-size: 300px;
  }
}

#img-rafiki{
  margin-top: 50px;
}

#points{
  background-image: url('../img/risultati/waves.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 400px;
  min-height: 325px;
}

table.results th{
  background-color: #e3007e;
  color:white;
  text-align: center !important;
}

div#points h1{
  padding-top: 10%;
  font-size: 5em;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.text-dark{
  color: black;
}

#img-rafiki{
  margin-top: 6%;
}

.actions .panel-body{
  padding-top: 2%;
  padding-left: 4%;
  padding-right: 4%;
}


/* CSS for the agenda */


table.agenda{
  text-align: center;
  table-layout: auto;
  width: 100%;
}

/* On big screens the slots have all the same width */
@media screen and (min-width: 1000px) {
  table.agenda{
    text-align: center;
    table-layout: fixed;
    width: 100%;
  }
}


table.agenda th{
  text-align: center;
}

.slot{
  vertical-align: middle !important;
  border: 1px solid white;
  white-space:normal !important;
  word-wrap: break-word;
}

.slot-fixed{
  background-color:#76BED0;
  color: black;
  font-weight: bold;
}

.slot-allocated{
  background-color: #FFC2E3;
  color: black;
  font-weight: bold;
}

.slot-allocable{
  background-color: #EAECEA;
  color: black;
  font-weight: bold;
}

.slot-link{
  background-color: #EAECEA;
  color: white;
}

.btn-slot{
  background-color: #E0007B;
  border-color: #E0007B;
  white-space:normal !important;
  word-wrap: break-word;
}

.btn-slot:hover{
  background-color: #E0007B;
  border-color: #E0007B;
}

.btn-slot[disabled]{
  background-color: #E0007B;
  border-color: #E0007B;
  opacity: 0.4;
}

.btn-slot[disabled]:hover{
  background-color: #E0007B;
  border-color: #E0007B;
  opacity: 0.4;
}

[ng-cloak] {
  display: none !important;
}

.sweet-alert h2{
  color: #E0007B !important;
}

.system-message{
  border-radius: 4px;
  color: #E0007B;
  background-color:white;
  margin-top:10px;
  margin-bottom:10px;
}

.system-link{
  border-radius: 4px;
  background-color: #E0007B;
  color:white;
}

.system-link a{
  color:white;
}

.system-link a:hover{
  color:white;
}
