/*
Copyright 2018 KDREZO.

Logiciel sous la licence KDREZO, Version 1.0;
vous ne pouvez pas utiliser ce fichier sauf en conformité avec la licence.
Vous pouvez obtenir une copie de la licence à

     http://www.kdrezo.com/licenses/LICENSE-1.0

Sauf si requis par la loi applicable ou accepté par écrit, un logiciel
distribué sous cette licence est distribué "TEL QUEL",
SANS GARANTIE OU CONDITION DE QUELQUE SORTE, expresse ou implicite.
*/
/* 
    Created on : 25 oct. 2018, 21:44:51
    Author     : Denis JARDIN <dj@kdrezo.net>
*/
@media screen {
  
.print {
  display:none !important;
}

}

.sidebar-dark .sidebar-brand {
    color: #ffffff;
    background-color: #ffffff;
}

.bg-application.module-login {
  background-image: url("../images/fond/bg-application.jpg");
  background-color: #077B8A;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  background-attachment: fixed;
  */
}

.bg-application {
  background-color: #f8f9fc;
  /* Full height */
  height: 100%;
}

.block {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}

table.kd-datatable tr.kd-filter td {
  padding: 0;
}

.money .devise {
	display: inline-block;
	width: 1em;
	text-align: left;
}

.form-group.required .col-form-label:after {
  content:"\00a0*";
  color:red;
}

.nocut {
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

.new-line-before:before {
	content: ' '; display: block;
}

#form-competences ul,
#form-competences .form-check-column {
	/*
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	*/
	column-count: 2;
	column-gap: 0;
}

#form-competences ul li,
#form-competences .form-check-column .form-check-inline {
	display: block;
	list-style-type: none;
}

.js-formation-date {min-width:115px;}
.js-formation-duration {min-width:70px;}


.bg-commercial {
	background-color: #f5ccce;
}

.pointer {
	cursor: pointer !important;
}

.job-blocks a,
.user-blocks a {
  display: block;
  text-align: center;
  font-size: 24px;
  height: 197px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}

.job-blocks a:hover,
.job-blocks a:focus,
.user-blocks a:hover,
.user-blocks a:focus {
  text-decoration: none;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.4);
}

.job-blocks a span.glyphicons,
.user-blocks a span.glyphicons {
  margin-top: 38px;
  padding-top: 10px;
  height: auto;
  -webkit-transition: all .4s 0s;
  -moz-transition: all .4s 0s;
  -ms-transition: all .4s 0s;
  -o-transition: all .4s 0s;
  transition: all .4s 0s;
}

.job-blocks a:hover span.glyphicons,
.job-blocks a:focus span.glyphicons,
.user-blocks a:hover span.glyphicons,
.user-blocks a:focus span.glyphicons {
  margin: 30px 0 10px;
}

.job-blocks a span,
.user-blocks a span {
  display: block;font-weight: bold;
}

.fullscreen #wrapper #content-wrapper {
	margin-left: 0;
}

.fullscreen #wrapper #content-wrapper #title-bar {
	margin-top: 0;
}

