@import url(http://fonts.googleapis.com/css?family=Syncopate);
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
a.menu-button{
	color: white !important;
	display: inline-block;
	position: relative;
	background-color: #67B653;
	text-align: center;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	border-radius: 10px;
	border: solid 1px grey;
	width: 185px;
	height: 185px;
	box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.2);
	-moz-box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.2);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.2);
	transition: 0.5s;
}

a.menu-button:hover{
	position: relative;
	text-decoration: none !important;
	border: solid #2c3e50 1px;
	bottom: 10px;	
	transition: 0.5s;	
}

a.probleme{
	color: white !important;
	display: inline-block;
	position: relative;
	background-color: #67B653;
	text-align: center;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	border-radius: 10px;
	border: solid 1px grey;
	width: 185px;
	height: 185px;
	box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.2);
	-moz-box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.2);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.2);
	transition: 0.1s;
	bottom:-19px;
}

a.probleme:hover{
	position: relative;
	text-decoration: none !important;
	border: solid #2c3e50 1px;
	bottom: -9px;	
	transition: 0.1s;
}

body{
	background-color: #bdc3c7;
	color: black;
	min-width: 900px;
}

html{
	background-color: #95a5a6;
	min-width: 900px;
}

footer{
	background-color: #95a5a6;
	width: 100%;
	color: #22313F;
	border-top: 1px white solid;
}

h1{
	font-family: 'Syncopate', sans-serif;	
	color: black;
}

h2{
	font-family: 'Syncopate', sans-serif;	
	color: black;
	font-size: 1.7em;
}

header{
	background-color: #95a5a6;
	border-bottom: 1px white solid;
}

header a{
	margin-top: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	li {
		list-style-type: none;
	}
}
select option{
    background: white;
	color: black;
}

th {
	text-align: center;
}

td {
	text-align: center;
}

.a_droite{
	text-align: right;
}

.ajax-cell{
    cursor: pointer;	
	text-align:left;
}

.bloc-recherche{
	border: solid grey 2px;
	border-radius: 5px;
	padding: 10px;
	background-color: lightgrey;
}

.btn-warning {
    color: #FFF !important;	
    background-color: #F0AD4E !important;
    border-color: #EEA236 !important;
}

.btn-warning:hover,.btn-warning:focus{
	background-color:#eb9316 !important;
	background-position:0 -15px !important;
}

.btn-done{
	background-color: #1BBC9B;
	color: white;
}

.btn-done:hover{
	background-color: lightgrey;
	color: white;
}

.btn-undone{
	background-color: lightgrey;
	color: white;
}

.btn-undone:hover{
	background-color: #1BBC9B;
	color: white;	
}

.en_vert{
	background-color: #68b755;
	border: 1px solid #2ecc71;
	border-radius: 5px;
	color: white;
	padding: 7px;
}

.en_vert_droite{
	background-color: #68b755;
	border: 1px solid #2ecc71;
	border-radius: 5px;
	color: white;
	padding: 7px;
	text-align: right;
}

.facture-reference{
	background-color: #019875;
	color: white;
}


.green-case{
	border: solid grey 1px;
	background-color:#019875;
	width: 20px;
	height: 10px;
	display: inline-block;
}

.h4{
	border-bottom: 1px solid black;
	padding: 5px;
}

.horizontal-ul{
	diplsay: inline-block;
}

.horizontal-ul li{
	list-style: none;
	display: inline-block;
}

.label_normal {
	font-weight: normal;
}

.menu-dossier button{
	padding: 0;
	border: none;
	background: none;
	text-align: left;
}

.menu-dossier-number{
	width:5%;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

.menu-dossier-title{
	width:95%;
	padding-left: 15px;
	padding-right: 5px;
	line-height: 1.5em;
}

.menu-dossier-title-big{
	font-size: 1.2em;
	line-height: 1.5em;
	width:95%;
	padding-left: 5px;
	padding-right: 5px;
}

.menu-dossier-top-title{
	background-color: #6C7A89;
	color: white;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
}

.modal-header{
	background-color: #34495E;
	color: white;
}

.nav-dossier-section{
	background-color: #ecf0f1;
	color: #2c3e50;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
}

.onglet{
	display: inline-block;
	width: 120px;
	padding:5px;
	text-align: center;
	border-radius: 5px 5px 0px 0;	
	font-size: 13px;
}

.onglet:hover{
	font-weight: bold;
	border-bottom: solid #34495E 2px;
}

.onglet a{
	color: black;
}

.onglet a:hover{
	color: black;
	text-decoration: none;
}

.onglet-active{
	border-bottom: solid #34495E 2px;
	display: inline-block;
	width: 120px;
	padding:5px;
	text-align: center;
	background-color: #34495E;
	border-radius: 10px 0 10px 0;	
	color: white;
	font-weight: bold;	
	font-size: 13px;
}

.onglet-active a{
	color: white;
	text-decoration: none;
}

.page-menu{
	text-align: center;
}

.radio-btn{
	display:none;
}

.radio-btn-lbl{
	color: #3276B1;
	background-color: #fff;
}

.radio-btn:checked + .radio-btn-lbl{
	color: #fff;
	background-color: #34495e;
	border-color:#204d74;
}

.radio-btn:disabled + .radio-btn-lbl{
	color: #ABB7B7;
	background-color: #EEEEEE;
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #34495e;
}

.row-center{
	text-align: center;
}

.row-gestion{
	margin-left: 12%;
}

.row-green{
	background-color: #68b755;
	color: white;
}

.round-flat {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
} 

.round-flat + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.round-flat + label {
	padding: 2px;
	width: 70px;
	height: 20px;
	background-color: #dddddd;
	border-radius: 40px;
	transition: background 0.1s;
}

input.round-flat + label:before, input.round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
}

input.round-flat + label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	border-radius: 60px;
	transition: background 0.1s;
}

input.round-flat + label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 30px; 
	background-color: #dddddd;
	border-radius: 30px;
	transition: margin 0.1s, background 0.1s;
}

input.round-flat:checked + label {
	background-color: #23890F; 
}

input.round-flat:checked + label:after {
	margin-left: 30px;
	background-color: #23890F; 
}

#acte-detail table th{
	cursor: pointer;
}

#info-user-box{
	position: relative;
	border-left: solid white 1px;
	border-bottom: solid white 1px;
	padding: 5px;
	background-color: #ecf0f1;
	margin-right: -15px;
	border-radius: 0 0 0 5px;
	height: 60px;
}

#baseline{
	font-size: 2em;
	color: #ecf0f1;
	font-family: 'Syncopate', sans-serif;
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
} 

#detail-dossier-content{
	width: 100%;
	min-height: 300px;
	padding: 20px;
}

#detail-dossier-nav{
	padding-bottom: 5px;
	border-bottom: dashed lightgrey 1px
}

#facture-detail table th{
	cursor: pointer;
}


div[id^=hidden_entite_]{
	display: none;
}

#inner-bloc{
	width: 100%;
	background-color: white;
	border: solid 2px grey;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}

#main{
	background-color: #ecf0f1;
	min-height: 500px;
}

#nav-dossier{
	background-color: #2c3e50;
	border-right: white 2px solid;
	border-bottom: white 2px solid;
	color: white;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-radius: 0 0 5px 0;
	margin-top: -54px;
}

#nav-dossier h2{
	margin-left: 5px;
	margin-top: 5px;
	font-size: 2em;
	display: inline-block;
	font-family: 'Kaushan Script', cursive;
	color: #2c3e50;	
}

#nav-dossier span{
	margin-left: 5px;
}

#nav-dossier table tr:hover{
	background-color: #ecf0f1;
	color:#2c3e50;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

#nav-dossier table tr:hover a{
	color:#2c3e50;
}

#nav-dossier table tr td a{
	color: white;
}

#nav-dossier table tr td a:hover{
	text-decoration: none;
	color:#2c3e50;
}

#nav-dossier table tr td.menu-dossier-title-big a{
	color: white;
}

#nav-dossier table tr td.menu-dossier-title-big:hover a{
	color: #2c3e50;
}

#panel-search-facture{
	background-color: lightgrey;
	padding: 10px;	
	margin-top: -20px;	
}

/* Modification Jordan */

#table_autre_dossier a{
	color:black;
	display:block;
	width:100%;
	height:100%;
	margin:0px;
}

#table_autre_dossier a:hover{
	text-decoration:none
	
}

#table_autre_dossier a:visited{
	text-decoration:none;
}

/* Fin Modification */

#recherche-dossier{
	width: 100%;
	background-color: white;
	border: solid 2px grey;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}

#recherche-dossier input[type="radio"]+label{ 
	border: solid lightgrey 1px;
}

#recherche-dossier input[type="radio"]:checked+label{ 
	background-color: #34495e;
	text-shadow: none;
	color: white;
}

#recherche-dossier input[type="radio"]{ 
	display: none;
}

.panel-heading2{
	padding: 10px 15px;
  	border-bottom: 1px solid transparent;
  	border-top-right-radius: 3px;
  	border-top-left-radius: 3px;
	color: white;
	background-color: rgb(165, 212, 154);
	border-color: rgb(165, 212, 154);
	background-image: linear-gradient(to bottom, rgb(165, 212, 154) 0px, rgb(165, 212, 154) 100%); 
	background-repeat: repeat-x;
}

.panel-primary2 {
    border-color: rgb(165, 212, 154);
}

.btn-primary2 {
  color: #ffffff;
  background-color: #68b755;
  border-color: #2ecc71;
  width: 200px;
  
}

.btn-sm2 {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-info2 {
  color: #ffffff;
  background-color: rgb(165, 212, 154);
  border-color: #2ecc71;
}

hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #7f8c8d;
  width: 1000px;
}