/*

Darko Bunic
http://www.redips.net/
Apr, 2013.

*/

body {
	font-family: arial;
	margin: 0px;
}

a {
	color: #622219;
	display: inline-block;
	text-decoration: none;
	
}
a:hover {
	color: #FFCC33;
	text-decoration: none;
}
a.hover {
	color: #FFCC33;
	text-decoration: none;
}

a.btn_large,input[type=submit].btn_large ,input[type=button].btn_large {padding:15px 25px!important; background:#ccc; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px!important;
border-radius: 5px!important;
font-weight:bold;
font-size: 14px!important}

a.btn {padding:7px 10px; background:#ccc; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
font-weight:bold;
color:#000;font-size:12px;}

a.btn:hover {padding:7px 10px; background:#ccc; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
font-weight:bold;
color:#000;}

#header{
	
	height:65px;
	/*margin-top:20px;*/
	background:rgba(0,0,0,0.6);
}

#babillard{
	
	height:30px;
	padding-top:10px;
	background:rgba(0,0,0,0.2);
}

#logo{

	float:left;
	position:relative;
	text-align:center;
	z-index:100;
	margin: 10px 10px 10px 20px;

}



#menu {
	float:right;
	/*margin-top:257px;*/
	/*margin-top:14px;*/
	margin-right:10px;
	position:relative;
	
	height:20px;
	font-family:'aeroportalregular',Sans-Serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	z-index:1000;

}

#menu ul { 
    list-style-type: none;
    z-index:1000;
    font-size:18px;
    
  }

#menu ul li { float: left; position: relative; padding: 0px 0px 0px;border:0px solid #000; z-index:1000;}
#menu ul li:last-child { margin-right: 0px;}
#menu ul li:hover, #menu_top ul li.hover { color: #FFCC33; }


#menu a {
	padding:7px 20px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	
}
#menu a:hover {
	color: #FFCC33;
	text-decoration: none;
}
#menu a.hover {
	color: #FFCC33;
	text-decoration: none;
}

#menu a.active {
	color: #FFCC33;
	text-decoration: none;
}

#content{
	display: inline-block;
	/*margin: 30px 20px 20px 20px;*/
	width:100%;

}

#nav_calendrier{

	font-size:17px;
}


@media (min-device-width : 768px) and (max-device-width : 1024px)  { 


#menu ul { 
    list-style-type: none;
    z-index:1000;
    font-size:12px;
    
  }

  #menu a {
	padding:8px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	
}

#babillard
{
	display:none;
}

#nav_calendrier{

	font-size:12px;
}

}



/* drag container*/
#drag {

	width: 98%;
	margin: auto;
}
		/* left container */
		#drag #left {
			float: left;
			width: 15%;
			/*margin-top:60px;*/
		}
		/* right container */
		#drag #right {
		  	/*display: table;
		    table-layout: auto;*/
			/* align div to the right */
			margin-left: auto;
			width: 85%;
			
		}


/* DIV object */
.drag {
	margin: auto;
	text-align: center;
	width: auto;
	height: auto;
	line-height: 20px;
	background-color: white;
	font-size: 10pt; /* needed for cloned object */
	/* round corners */
	border-radius: 4px; /* Opera, Chrome */
	-moz-border-radius: 4px; /* FF */
	margin-bottom: 2px;
	margin-left:5px;
	margin-right:5px;
}

.drag2 {
	margin: auto;
	text-align: center;
	width: auto;
	height: auto;
	line-height: 25px;
	background-color: white;
	font-size: 10pt; /* needed for cloned object */
	/* round corners */
	border-radius: 4px; /* Opera, Chrome */
	-moz-border-radius: 4px; /* FF */
	margin-bottom: 2px;
	margin-left:5px;
	margin-right:5px;
}

/* tables */
div#drag table {
	/*background-color: #eee;*/
	border-collapse: collapse;
	margin: 0px;
	
}
/* table cells */
div#drag td {
	/*border: 1px solid white;*/
	text-align: center;
	font-size: 10pt;
	padding: 0px;
}

table#table1 td {
	/*height: 60px;*/

}
table#table2 td {
	height: 52px;
}

.beige
{
	border: 1px solid #ccaa95;
	background-color: rgba(204, 170, 149, 0.8);
}

.beigelight
{
	border: 1px solid #ccaa95;
	background-color: rgba(204, 170, 149, 0.2);
}


.white,.whitelight {
	border: 1px solid #000;

}

.green {
	border: 1px solid #499B33;
	/*background-color:#d15362;*/
	background-color: rgba(73, 155, 51, 0.8);
}

.greenlight {
	border: 1px solid #499B33;
	/*background-color:#d15362;*/
	background-color: rgba(73, 155, 51, 0.2);
}

.orange {
	border: 1px solid #BF6A30;
	background-color: rgba(201, 51, 83, 0.8);
}

.orangelight {
	border: 1px solid #BF6A30;
	background-color: rgba(201, 51, 83, 0.2);
}

.yellow {
	border: 1px solid #ece751;
	background-color: rgba(236, 231, 81, 0.8);
}

.yellowlight {
	border: 1px solid #ece751;
	background-color: rgba(236, 231, 81, 0.1);
}

.gris {
	border: 1px solid #cccccc;
	background-color: rgba(152, 152, 152, 0.8);
}

.grislight {
	border: 1px solid #cccccc;
	background-color: rgba(152, 152, 152, 0.2);
}

.violet {
	border: 1px solid #663399;
	background-color: rgba(102, 51, 153, 0.8);
}

.violetlight {
	border: 1px solid #663399;
	background-color: rgba(102, 51, 153, 0.2);
}

.blue,.bluelight {
	border: 1px solid SteelBlue;
	background-color: rgba(35, 64, 138, 0.6);
}




/* message below tables */
#message {
	padding-left: 10px;
	color: #6A93D4;
	height: 100px;
	padding-top: 20px;
	float:left;
}

/* single content cells (with clone objects on the left) */
.single {
	background-color: #e0e0e0;
}

/* trash cell */
.trash,.dupliquer {
	color: white;
	background-color: SteelBlue;
	height: 26px;
}

.styledCheckbox
{
  margin-top:-5px;
  margin-right:15px;
  float:left;
}


/* modifs suite à l'importation de Bootstrap */
.mark, mark {
  background-color: inherit;
  text-align: center;
}
#table2 th, #table2 td {
  border: 1px solid black;
}
.bg-dark {
  background-color: rgba(0,0,0,0.6) !important;
}
.navbar-dark .navbar-nav .nav-link {
	padding:7px 20px;
	color: #ffffff;
	display: inline-block;
  font-size: 18px;
  font-weight: bold;
	text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #FFCC33;
	text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link.hover {
	color: #FFCC33;
	text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: #FFCC33;
	text-decoration: none;
}

.form-control{margin-bottom: 10px;}
  }

 #table-wrapper {
  position:relative;
}
#table-scroll {
  height:100%;
  overflow:auto;  
  margin-top:0px;
}
#table-wrapper table {
  width:100%;

}

@media (max-width: 992px) { 

	#left{display: none;}

	#right{width: 100%!important;overflow-x: scroll;}
}

@media (min-width: 992px) { 

	.navbar-dark .navbar-nav .nav-link {
	  padding: 7px 16px;
	  color: #ffffff;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: bold;
	  text-decoration: none;
	}
}