.box {
    border: 1px solid #f3f3f3;
    background-color: white;
}
.box.box-shadowed {
	-moz-box-shadow: 0px 5px 10px 0px #cfcfcf;
	-webkit-box-shadow: 0px 5px 10px 0px #cfcfcf;
	-o-box-shadow: 0px 5px 10px 0px #cfcfcf;
	box-shadow: 0px 5px 10px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=10);
}
.middle-box.middle-box--large {
    width: 400px;
}

#page-to-load {
	display: none;
}

.box--timeline-etapes #sel_tournee,
.box--timeline-etapes #sel_ville {
	display: inline-block;
	margin-top: -10px;
	width: auto;
}

.dashboard .etape--show ul.nav-tabs > li.active > a {
    background-color: white;
}
.dashboard .etape--show .panel-body {
    padding-top: 0;
}
.dashboard .etape--show .panel-body .tab-content {
    padding: 20px;
    background-color: white;
}

.dashboard .inscriptions,
.dashboard .timeline-etapes {
    max-height: 700px;
    overflow: auto;
}

body.mini-navbar .navbar-default .nav > li.nav--title {
    display: none;
}
body.mini-navbar .logo-element {
    font-size: 14px;
}

.legend-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.legend-list li {
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
}
.legend-list .square {
    width: 40px;
    height: 100%;
    margin-right: 5px;
}

.loginscreen {
    padding: 20px;
    background-color: rgba(255,255,255,0.95);
    /*-moz-box-shadow: 0px 5px 10px 0px #ffffff;*/
    /*-webkit-box-shadow: 0px 5px 10px 0px #ffffff;*/
    /*-o-box-shadow: 0px 5px 10px 0px #ffffff;*/
    /*box-shadow: 0px 0px 10px 5px #bababa;*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=180, Strength=10);
    margin-top: 50px;
    color: black;
}

.loginbody {
    background-image: url('../images/bg.jpg');
    background-position: center center;
    background-size: cover;
}
.loginbody .logo-name {
    color: rgba(230, 230, 230, 0.6);
}

.btn--mainSponsor:hover .fa-star {
    color: #f8ac59;
}
h2.maintenance {
    font-size: 4em;
}

.label-salaun-holidays,
.label-sh { background-color: #00A7E3; color: white; }
.label-nationaltours,
.label-nt { background-color: #CA2369; color: white; }
.label-bt-tours,
.label-bt-holidays,
.label-bt { background-color: #3c9b14; color: white; }

.label-total { background-color: #f2f2f2; color: black; }

.btn.label-bt:hover { transition: all 0.4s ease; background-color: #337a15; }
.btn.label-sh:hover { transition: all 0.4s ease; background-color: #066081; }
.btn.label-nt:hover { transition: all 0.4s ease; background-color: #851846; }
.btn.label-total:hover { transition: all 0.4s ease; background-color: #d3d2d2; color: black;}

.inscriptions .list--inscriptions-kpi {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
}
.inscriptions .list--inscriptions-kpi li span.pull-right {
    margin-left: 20px;
}
