.mobile-only{display:none;}
.desktop-only{display:block;}
@media (max-width: 500px)
{
	.mobile-only{display:block;}
	.desktop-only{display:none !important;}
}


html
{
	height:100%;
}


body
{
	font-family: 'Open Sans', sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	color: #000;
	padding:0px;
	margin:0px;
	height:100%;
}

div
{
	outline: none;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Safari */
	-khtml-user-select: none;    /* Konqueror HTML */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently supported by Chrome and Opera */
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 20px;
	margin-bottom: 20px;
}

hr
{
	color:#D8DADA;
	background-color:#D8DADA;
	height:1px;
	border:none;
}

/****** INPUT */

input[type=submit]
{
	outline: 0;
	-webkit-appearance: none;
}

input[type=button]
{
	outline: 0;
	-webkit-appearance: none;
}
input[type=text]
{
	outline: 0;
	-webkit-appearance: none;
}
input[type=password]
{
	outline: 0;
	-webkit-appearance: none;
}

textarea 
{
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    outline: 0;
	background-color: transparent;
	border-radius: 0px;
	border: 1px solid #D8DADA;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
input 
{
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    outline: 0;
	background-color: transparent;
	border-radius: 0px;
	/*
	border-left: 1px solid #D8DADA;
	border-right: 1px solid #D8DADA;
	border-top: 1px solid #D8DADA;
	*/
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #D8DADA;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
input:focus
{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #0B202E;
}

.button
{
	cursor:pointer;
	background-color:#0B202E;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	padding: 5px 30px 5px 30px;
	text-decoration:none;
	font-size: 14px;
	text-align: center;
}

.button:hover
{
	background-color:#143347;
	text-decoration:none;
	color: #FFFFFF;
}


.button-big
{
	padding: 10px 30px 10px 30px;
}

.round-button
{
	background-clip: content-box;
	padding: 5px;

	position: relative;
	cursor:pointer;
	background-color:#000;
	border-radius: 30px;
	width:38px;
	height:38px;
	color: #ffffff;

	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.round-button[disabled]
{
	opacity: 0.3;
}

.round-button img
{
	filter: invert(100%);
	margin-top: 6px;
	margin-left: 6px;
	width: 26px;
	height: 26px;
}


.round-button-animated
{
	background-color:#FFF;
}

.round-button-animated img
{
	filter: invert(0%);
	/*
	animation: color_change2 0.3s linear infinite alternate;
	-webkit-animation: color_change2 0.3s linear infinite alternate;
	*/
}
@keyframes color_change2 {
	from { filter: invert(100%); }
	to { filter: invert(20%); }
}

.round-button-animated .loading 
{
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	margin: 0px;
	border: 2px solid #000;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #000 transparent transparent transparent;
}
.round-button-animated .loading:nth-child(1)
{
	animation-delay: -0.45s;
}
.round-button-animated .loading:nth-child(2)
{
	animation-delay: -0.3s;
}
.round-button-animated .loading:nth-child(3)
{
	animation-delay: -0.15s;
}
@keyframes lds-ring
{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
  }

.prestation-item
{
	cursor:pointer;
	padding: 4px;
}
.prestation-item-selected
{
	cursor:pointer;
	background-color: #0B202E;
	color: #FFFFFF;
}
  

.prestation-item-client
{
	padding: 4px;
}

.prestation-item-client-total
{
	padding: 4px;
	font-weight: bold;
}

.prestation-item-client-remise
{
	padding: 4px;
}

/****** HEADER */
#header
{
	text-align:center;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 50px;
	background: #0B202E; /*#E2231A;*/
	border-bottom: 1px #0B202E solid;
	/*box-shadow: 0px 5px 5px  rgba(0,0,0,0.2);*/
	color:#FFF;
}

@media print{
	#header
	{
		position: absolute;
	}
 }


.header-back
{
	float:left;
	width:40px;
	height:40px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.header-logo
{
	float:left;
	height:40px;
	margin-left:5px;
	margin-top:5px;
	cursor: pointer;

	/*
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	*/
}
.header-logo:hover
{
	/*animation: rotation 0.5s infinite linear;*/
	/*-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);*/
}

.header-menu-icon
{
	padding-left:20px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
	height:40px;
	cursor: pointer;
}

#main-menu
{
	position:absolute;
	color:#000;
	right : 0px;
	top : 51px;
	/*background-color: rgba(30, 30, 30, 0.9);*/
	background-color: #FAFAFA;
	border-radius: 0px 0px 0px 10px;
	text-align: left;
	overflow: hidden;
	box-shadow: 10px 10px 20px #555;
	border-left: 1px solid #D8DADA;
	border-bottom: 1px solid #D8DADA;
	overflow-y: auto;
}

.main-menu-item
{
	padding: 10px;
	padding-left: 20px;
	padding-right: 30px;
	font-size: 20px;
	cursor: pointer;
	vertical-align: middle;
}

.main-menu-item img
{
	float:left;
	width:25px;
	margin-right:20px;
}

@media (hover: hover) 
{
	.main-menu-item:hover
	{
		border-left: 4px solid #6F7170;
		padding-left: 16px;
	}
}


/****** TABLE */

.trselectable
{
	cursor: pointer;
}
.trselectable:hover
{
	background-color: #F1F1F1;
}

.tdtitle
{
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px #DDDDDD solid;
	padding:10px;	
}

.tdcontent
{
	border-bottom: 1px #DDDDDD dotted;
	padding:5px;	
}

/****** LOGIN */
#main-login-background
{
	position:absolute;
	/*background: linear-gradient(#e66465, #9198e5);*/
	background: url("../images/background_carbon_2000.jpg") no-repeat center center fixed; ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  	background-size: cover;
	width:100%;
	height:100%;
}

/****** MAIN */

#main-view
{
	width:100%;
	height:100%;
}

.main-content
{
	padding : 70px 20px 20px 20px;
}

.main-content-nopad
{
	padding : 70px 10px 20px 10px;
}

.div-auto-float
{
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
}





/****** DIALOG */

.main-popup-dialog-div-shadow
{
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:#000000CC;
	z-index: 6000;
}

.main-popup-dialog-div
{
	position: fixed;
	top:100px;
	left:50%;
	width:280px;
	max-height:calc(100% - 120px);
	text-align:left;
	padding:20px 20px 30px 20px;
	background-color:#FFFFFF;
	font-size: 16px;
	z-index: 6001;
	overflow-x: hidden;
	overflow-y: auto;
	word-break: break-word;
	border-radius: 20px;
}

.main-popup-dialog-div .title
{
	margin-top: 40px;
	margin-bottom: 20px;
}





/****** MUTILSAP */

.logout
{
	cursor: pointer;
}

.dialog
{
	position:absolute;
    padding: 20px;
    border-radius: 20px;
	background: #FFF;
	background-color: #FAFAFA;
	border: 1px solid #D8DADA;
	/*box-shadow: 0px 5px 20px rgb(0, 0, 0,0.3);*/
	z-index: 500;
}
.autocenter
{
	display:none;
}




@media print{
   .noprint{
       display:none;
   }
}


@keyframes rotation {from {transform: rotate(0deg);} to {transform: rotate(359deg);}}