@font-face
{
    font-family: "Helvetica Neue Thin";
    src: url('fonts/HelveticaNeue-Thin.otf');
}

@font-face
{
    font-family: "Cursive";
    src: url('fonts/darleston.regular.otf');
}

@font-face
{
    font-family: "monospaced";
    src: url('fonts/DejaVuSansMono.ttf');
}

.monospaced
{
	font-family: monospaced;
}

#content
{
	margin-top: 51px;
}

.row
{
	margin: 0;
}

h2
{
	/*text-indent: 15px;*/
	color: rgb(255, 150, 0);
	margin-bottom: 20px;
	margin-top: 10px;
    font-family: "Helvetica Neue Thin";
    text-align: center;
}

footer a
{
	color: rgb(200, 200, 200);
	text-decoration: none;
}

footer a:hover
{
	color: rgb(100, 100, 100);
	text-decoration: none;
}

footer a:active
{
	color: rgb(70, 70, 70);
	text-decoration: none;
}

body
{
	padding-right: 0 !important;
}

.cursive
{
    font-family: "Cursive";
}
/*.formulaire
{
	background-color: white;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 3px;
	/*border-radius: 10px;
	box-shadow: 0 0 10px grey;*/
	/*padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}*/

.form-control, .modal-content, .alert, .dropdown-menu, .panel, .well, .thumbnail, .label
{
	border-radius: 0;
}

.btn, .input-group-addon, .input-group-lg > .input-group-btn > .btn
{
	border-radius: 20px;
}

#content > .row:first-child
{
	margin-top: 50px;
}

.row_wallpaper
{
	background-image: url('sources/3_2.jpg');/*code_background*/
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: -1;
	height: 100%;
	width: 100%;
}

.row_wallpaper + .row_content
{
	 position: relative;
	 z-index: 10;
	 padding-top: 30px;
}

.row_content
{
	max-width: 1200px;
	margin: auto;
}

.badge-primary
{
	background-color: #2E6DA4;
}

.page-header
{
	margin-top: 0;
}

.text-overflow
{
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
}

.progress
{
	position: relative;
}

.progress span
{
	position: absolute;
	display: block;
	width: 100%;
	font-weight: bold;
	color: rgb(50, 50, 50);
}

.ace_search
{
	color: black;
}

.paragraph
{
	text-align: justify;
	text-indent: 15px;
}

.bouton_bleu
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: linear-gradient(rgb(80, 180, 255), rgb(100, 200, 255));
	border: 1px solid rgb(130, 130, 130);
	border-radius: 6px;
}

.bouton_orange
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: linear-gradient(rgb(240, 130, 0), rgb(240, 150, 20));
	border: 1px solid rgb(130, 130, 130);
	border-radius: 6px;
}

.bouton_rouge
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: linear-gradient(rgb(200, 0, 0), rgb(255, 50, 50));
	border: 1px solid rgb(130, 130, 130);
	border-radius: 6px;
}

.bouton_jaune
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: linear-gradient(rgb(240, 240, 0), rgb(255, 255, 50));
	border: 1px solid rgb(130, 130, 130);
	border-radius: 6px;
}

#dashboard_fixed_menu
{
	padding: 0;
	position: relative;
	top: -20px;
}

.graph-select
{
	border: 8px solid rgb(200, 200, 200);
}

.graph-unselect
{
	border: 8px solid rgba(200, 200, 200, 0);
}