﻿body{
	font-family: Arial;
}
html, body {
  	height: 100%;
}



#main_container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}

#footer{
	font-size:12px;
	height: 30px;
    color:#fff;
    background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

#div_view{
	margin-bottom: 50px;
}

.glyphicons:before {
    padding: 0 !important;
}

.accordion_header{
	cursor:pointer;
	padding: 15px;
	background-color:#eee;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:25px;
}

.accordion_header:hover{
	background-color:#ddd;
}


.table-striped > tbody > tr:nth-of-type(odd) {
  	background-color: #eee;
}

.categ_row{
	background-color: #eee;
}

.proprio_row{
	background-color: #eee;
}

.batiment_row{
	background-color: #ddd;
}

.success{
	color: #3c763d;
    background-color: #dff0d8;
}

.failed{
	color: #a94442;	
    background-color: #f2dede;
}

.bg_green{
	background-color:#78e478;
}

.pdl_30{
	padding-left:30px;
}

.pdl_50{
	padding-left:50px;
}

.f_16{
	font-size: 16px;
}

.f_18{
	font-size: 18px;
}

.f_30{
	font-size: 30px;
}

.bg_orange{
	background-color:orange;
}

.valign{
	display: inline-block;
    width: auto;
    vertical-align: middle;
    top:0;
}

/* Couleurs pour les glyphicon du dashboard */
.glyphicons.coins{
	color:#ffc107;
}

.glyphicons.folder{
	color:#ee8700;
}

.glyphicons.tasks{
	color:#755757;
}


.glyphicons.water{
	color:#2196f3;
}

.glyphicons.euro{
	color:#10218b;
}

.glyphicons.usd{
	color:#2e825b;
}

.glyphicons.credit_card{
	color:#2196f3;
}

.glyphicons.book{
	color:#a71313;
}

.glyphicons.bullhorn{
	color:#8a1c1c;
}

.glyphicons.working{
	color:#ff9800;
}

.glyphiconpencil.{
	color:#90713d;
}

.glyphicons.user{
	color:#4864b1;
}

.glyphicons.list{
	color:#555;
}







.ft_red{
	color:red !important;
}

.mgb_15{
	margin-bottom:15px;
}

.mgtb_5{
	margin-top:5px;
	margin-bottom:5px;
}

.ft_alert{
	color:#AF0000;
}

.ft_primary{
	color:#337ab7;
}

.w100{
	width: 100% !important;
}

.btn_coprop{
	padding:15px;
	border: 1px solid #ececec;
	border-radius: 5px;
	cursor: pointer;
}

.btn_coprop.active{
	color:#145bc3;
	border-color:#4280da;
	background-color:#c9daf3;
}

.btn_coprop:hover{
	border: 1px solid #b8b8b8;
	background-color:#e5e5e5;
}

.div_click{
	cursor:pointer;
}

.bg_box{
	position:fixed;
	width: 100%;
	height:100%;
	background-color:#000;
	opacity: 0.5;
	top:0;
	left:0;
	right:0;
	z-index: 200;
}

.tuto_box, .tuto_box2{
	
	position:fixed;
	top:0;
	left:0;
	right:0;
	
	padding:20px;
	
	text-align: center;
	z-index: 250;
	opacity: 1;
}

.blue_cross_alert{
	text-align: right;
}

.btn_blue {
	color:#fff;
  	background-color: #005bc5;
  	padding:5px 10px;
  	border-radius: 2px;
  	cursor:pointer;
  	border:0px;
  	margin-bottom:10px;
}

.div_dashboard{
	border-radius: 5px;
	padding: 15px;
	margin-top:15px;
	cursor:pointer;

}

.div_dashboard:hover{
	background-color:#e5e5e5;
}
.div_dashboard > .glyphicon,
.div_dashboard > .glyphicons{

	font-size:48px;
}

.alert_tuto_box{
	/*width:300px*/;
	min-height:65px;
	color:#253746;

	z-index: 900;
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 435px;
	transform: translate(-50%, -50%);
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #878787;

	opacity: 1;
}


.tache_box{
	/*width:300px*/;
	min-height:65px;
	color:#253746;

	z-index: 900;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #878787;

	opacity: 1;
}

.navbar-nav{
	font-size: 18px;
}

.vcenter {
	 -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	display: flex !important;
	align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.center_all{
    display: -webkit-box !important;
    -webkit-align-items: center;
    -webkit-box-align: center;

    display: flex !important;
    align-items: center;
    justify-content: center;
}


fieldset{
	border:1px solid #000;
	border-radius: 5px;
}





@media (min-width: 768px){
	.navbar-nav>li>a {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}

}


@media (max-width: 768px){

	.navbar-brand.special{
		float:none;
	}

	ul.dropdown-menu li{
		text-align: center;
	}

	.div_dashboard{
		padding-left:0;
		padding-right:0;
	}

}