@import url("font-awesome.css");
@import url("OpenSans.css");

/*

	New css...

*/

body
{
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
	color:#838383;
	background: #EFEFEF url(../media/bg.png) repeat 0 0;
}

p {	
	margin-bottom: 2em;
	
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
}

.account-container {
	width: 380px; 
	display: block;
	margin: 85px auto 0 auto;
	
	background: #f9f9f9;
	
	border: 1px solid #d5d5d5;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.content {
	padding: 16px 28px 23px;
} 

.login-fields {
	
}

.login-fields .field {
	margin-bottom: 1.25em;
}

.login-fields label {
	display: none;
}

.login-fields input {
	font-family: 'Open Sans';
	font-size: 15px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 255px;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

.username-field { background: url(../media/signin/user.png) no-repeat; }

.password-field { background: url(../media/signin/password.png) no-repeat; }


.account-container h1 {
	margin-bottom: .4em;
	
	color: #263849;
}

.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; float: right; margin-top: 18px;}



.login-actions {
	float: left;
	
	width: 100%;
	
	margin-top: -1em;
	margin-bottom: 1.25em;
}

@media (max-width: 480px) {
	
	.account-container {
		width: 280px;	
		margin-top: 35px;
	}
	
	.login-fields input {
		width: 160px;
	}
	
	.login-social {
		width: 100%;
	}
	
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	
	.register .login-fields input {
		width: 204px;
		padding-left: 6px;
	}
	
}


table.table-sorter
{

}
table.table-sorter thead tr th, table.table-sorter tfoot tr th 
{
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(../media/bg.gif);
}

table.table-sorter thead tr .header
{
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	background-image: url(../media/bg.gif);
}
table.table-sorter tbody td
{
}

table.table-sorter thead tr .tablesorter-headerAsc {
	background-image: url(../media/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.table-sorter thead tr .tablesorter-headerDesc {
	background-image: url(../media/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.table-sorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.filter
{
padding:0px !important;
margin:0px !important;
padding-left:-4px !important;
}

.legend ul
{
display:inline-block;
}
.legend li
{
display:inline-block;
list-style-type:none;
}
.legend ul
{
display:inline-block;
margin:0px;
}
.listaction
{
padding:10px;
}
.listaction ul
{
padding:0px;
}
.listaction li
{
padding:5px;
}
.listaction a
{
text-decoration:none;
}
.listaction img
{
vertical-align:middle;
padding-right:5px;
}

.ghost
{
opacity:0.2;
filter:alpha(opacity=20); /* For IE8 and earlier */
}

.td-title
{
text-align:right !important;
font-weight:bold;
}


/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:10000;

    margin-top:-1px;
    width:198px;
    padding:2px;
    background-color:#fff;
    font-size:11px;
    border:1px solid #ccc;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;

    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding:2px 0;
    height:22px;
}

#caltitle {
    font-size:14px;
    color:#0150D1;
    float:left;
    text-align:center;
    width:155px;
    line-height:20px;
    text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
    display:block;
    width:20px;
    height:20px;
    background:transparent url(../media/dateinput/prev.gif) no-repeat scroll center center;
    float:left;
    cursor:pointer;
}

#calnext {
    background-image:url(../media/dateinput/next.gif);
    float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility:hidden;
}

/* year/month selector */
#caltitle select {
    font-size:10px;
}

/* names of the days */
#caldays {
    height:14px;
    border-bottom:1px solid #ddd;
}

#caldays span {
    display:block;
    float:left;
    width:28px;
    text-align:center;
}

/* container for weeks */
#calweeks {
    background-color:#fff;
    margin-top:4px;
}

/* single week */
.calweek {
    clear:left;
    height:22px;
}

/* single day */
.calweek a {
    display:block;
    float:left;
    width:27px;
    height:20px;
    text-decoration:none;
    font-size:11px;
    margin-left:1px;
    text-align:center;
    line-height:20px;
    color:#666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
    background-color:#ddd;
}

/* sunday */
a.calsun {
    color:red;
}

/* offmonth day */
a.caloff {
    color:#ccc;
}

a.caloff:hover {
    background-color:rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled {
    background-color:#efefef !important;
    color:#ccc	!important;
    cursor:default;
}

/* current day */
#calcurrent {
    background-color:#498CE2;
    color:#fff;
}

/* today */
#caltoday {
    background-color:#333;
    color:#fff;
}
.inputsmall
{
width:100px;
}

.green
{
font-weight:bold;
color:green;
}

.verif_title
{
display:block;
border-top:1px solid black;
padding-top:20px;
padding-bottom:10px;
font-weight:bold;
font-size:13pt;
}

.float-edit {
z-index:50;
background-color:white;
position:absolute;
top:0px;
left:0px;
border:1px solid #ddd;
border-radius: 8px;
text-align:center;
padding:10px;
}

.number
{
text-align:right !important;
}

.logement
{
width: 22% !important;
margin:10px;
border:1px solid red;
display:inline-block;
vertical-align: top;
}
.table-logement
{
list-style:none;
}

.logement-dispo
{
border:1px solid blue;
}

.alternant
{
border: 1px solid blue;
padding:4px;
}

#pool
{
list-style:none;
}

.calendar
{
 border-collapse: collapse;
 display:inline-block;
 color:#333;
}
.calendar th, 
.calendar td
{
border: 1px solid black;
padding:4px;
}
.calendar th
{
width:14px;
background-color: #e9e9e9;
font-size:10px;
}
.calendar td
{
text-align:center;
font-size:10px;
}
.cal-week
{
background-color: #e9e9e9;
}
.cal-day
{
cursor:pointer;
color: #fff;
background-color:#a5a5a5;
}
.cal-inday
{
color: #000;
background-color: #fff;
}
.cal-sunday
{
background-color:#fee;
}
.cal-weeknumber
{
cursor:pointer;
background-color:#263849;
color:white;
}
.cal-month
{
width:50px !important;
}
.cal-occupied
{
background-color:#484;
color:white;
}
.cal-hasthr
{
border-bottom:4px;
border-bottom-color: red;
}

.infobulle
{
border-radius:6px;
position:absolute;
top:0px;
left:0px;
background-color:white;
border:1px solid #888;
padding:20px;
}
.infobulle ul
{
padding:0px;
margin:0px;
list-style:none;
}
.infobulle ul li
{
padding:0px;
margin:0px;

}
.cal-count
{
color:white;
font-weight:bold;
}
.cal-count-alert
{
color:black;
font-weight:bold;
background-color:orange;
}
.cal-count-error
{
color:white;
font-weight:bold;
background-color:red;
}
.cal-weeknumber a
{
color:white;
}

.cal-weeknumber-warn
{
background-color: #808080;
}

.cal-thrdone
{
background-color: #D0D0D0;
color:#000;
}

.affectation
{
 border-collapse: collapse;
 display:table;
 margin-bottom:4px;
 width:100%;
}
.affectation th, 
.affectation td
{
border: 1px solid black;
padding:1px;
}
.affectation th
{
background-color: #e9e9e9;
font-size:12px;
}
.affectation td
{
text-align:center;
font-size:12px;
}
.aff-day
{
width:25px;
}


.present
{
 border-collapse: collapse;
 display:table;
 margin-bottom:15px;
 width:100%;
}
.present th, 
.present td
{
border: 1px solid black;
padding:4px;
}
.present th
{
background-color: #e9e9e9;
font-size:10px;
}
.present td
{
text-align:center;
font-size:10px;
}
.present-day
{
width:25px;
}
.present-ici
{
background-color:green;
}
.present-full
{
background-color:red;
color:white;
}

.drop
{
	outline: #008000 dotted 3px;
}


@media (min-width: 1919px) {
.calendar th
{
width:27px;
}
}


.td-draggable:hover
{
cursor:drag;
cursor:-webkit-grab;
background-color:#f0FFF0;
}

.place-dispo
{
background-color:#E9E9E9;
text-align:right !important;
color:black;
}

.cal-prevday {
    position: relative;
}
.cal-prevday:after { /* Magic Happens Here!!! */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0; 
    height: 0; 
    display: block;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-top: 10px solid #f00;
} /* </magic> */

.cal-hasthr {
    position: relative;
}
.cal-hasthr:after { /* Magic Happens Here!!! */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0; 
    height: 0; 
    display: block;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-top: 10px solid #0Ff;
} /* </magic> */


.alt-hover ul{
  width:300px;
  margin-bottom:20px;
  overflow:hidden;
  border-top:1px solid #ccc;
}
.alt-hover li{
  line-height:1.5em;
  border-bottom:1px solid #ccc;
  float:left;
  display:inline;
}
#double li  { width:50%;} 
#triple li  { width:33.333%; } 
#quad li    { width:25%; } 
#six li     { width:16.666%; }

.table-small
{
}
.table-small td
{
text-align:center;
}
.table-small thead th
{
text-align:center;
}

.inday
{
float:left;
position:relative;
width: 0; 
height: 0; 
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;  
border-left: 8px solid red;
margin-left:-10px;
}


@media print {

	.btn
	{
		display:none;
	}

	.widget-toolbar
	{
		display:none;
	}
	
	body
	{
	 background:none;
	 font-size:50% !important;
	 margin:0px;
	 padding:0px;
	}
	#menu, #footer, #header, .filters, #nav, .btn
	{
		display:none;
	}

	.control-group
	{
		padding:0px !important;
		margin:0px !important;
	}
	
	input, select, texteara, span
	{
		border:none !important;
		background: transparent !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
	}
	
	.input-large
	{
		border:0px;
		font-size:50%;
	}
	
	.form-actions
	{
		display:none;
	
	}

	.controls
	{
		padding:0px ;
		margin:0px;
		border:0px !important;
	}

	.icon-cog
	{
		visibility:hidden;
		display:none;
	
	}

	table, h3, th, td, tr, .header
	{
		padding:0px !important;
		margin:0px  !important;
		border:none !important;
		border-radius: none  !important;
		background: transparent !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
	}

	a
	{
		text-decoration: none;
		color: #000000;
	}

	.table-print 
	{
		background-color:white;
		padding:0px; 
		margin:0px;

	}
	.table-print td
	{
		background-color:white;
		padding:0px; 
		margin:0px;
	}
	.table-print tr
	{
	}
	.table-print th
	{
		border: 1px solid black;
	}
	
	.header
	{
		border: none !important;
		background:none;
	}
	
	.widget-content
	{
	}

	.widget-header
	{
		height: 30px;
		line-height:auto;
		border: none;
		background:none;
		border-radius: 0px;
		box-shadow:none;
		
	}

	.widget
	{
	}

	.widget-header h3
	{
		text-shadow: none;
	}
	
	thead {display: table-header-group;}
	table tr.page-break2{page-break-inside:avoid; page-break-after:auto} 
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    top: 0 !important;
    left: 0;
}
