/******************
GÉNÉRAL
*****************/
div.breakafter {
  page-break-after: always;
}
.graph{
    max-width: 1400px;
    margin: auto;
}
.bg-danger{
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
}
.header {
  margin: 0 0 10px !important;
}

header {
  margin:0px 30px 20px 30px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0;
}

header a {
  float: right;
  padding: 25px 10px 10px 10px;
}
header h1 {
  display: inline-block;
  margin: 10px;
}
.mainContainer {
  max-width: 960px;
  margin: auto;
}

.modal-footer{
  text-align: left !important;
  vertical-align: bottom;
}
button a:hover {
  text-decoration: none;
  color: inherit;
}
button a {
  color: inherit;
}
#pk_app {
    display: none;
}
.button a button {
    color: white;
}
.rem {
    font-size: 0.75em;
}
/******************
FORMULAIRE
******************/
#form div[class="row"] div {
  margin: 10px 0 0;
  padding: 0 30px;
}

#form form div ul {
  list-style-type: none;
  vertical-align: center;
}

#form form div ul li {
  margin: 5px 0;
  word-break: break-all;
  position: relative;
}

#form form div ul li img {
  width: 25px;
  height: 25px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  right: 5px;
}

#form form div ul li span {
  margin: 0 0 0 7px;
}

#form form div ul li input {
  margin: 0;
  position: static;
  display: none;
}

#form form div ul li label {
  margin: 15px 0 15px 0;
  padding: 0 0 0 28px;
  min-height: 24px;
  display: flex;
  align-items: center;
  background: darkorange;
  word-break: normal;
  background: url('../img/radio-unchecked.svg') no-repeat left center;
  background-size: 24px 24px;
}

#form form div ul li input[type="radio"]:checked ~ label {
  background-image: url('../img/radio-checked.svg');
}

#form form div ul li label span {
  display: inline-block;
}

#form div div h2 {
  font-size: 1.8em;
}

#form div div h1,
#form div div h2 {
    margin: 0 0 10px;
    display: inline-block;
}

#form div div span {
  margin: 0 10px;
  font-size: 2.5em;
}

#form form div div a {
  margin: 0 0 0 25px;
  position: relative;
  top: 40px;
  font-size: 1.3em;
  -webkit-transition: color 0.25s linear;
}

#form form div div button[type="submit"] {
  text-align: right;
  margin: 30px 25px 10px 0;
  border: none;
  font-size: 1.6em;
  -webkit-transition: background 0.25s linear;
}

#form form div div:last-child {
  text-align: right;
}

#form form div ul li label:hover {
  opacity: .6;
}

#form form div ul li label img {
  transition: content .5s;
}

.button {
    padding-top: 20px;
}

#altEvalform {
    display: inline-block;
}
/******************
CAMform
******************/
.CAMform {
  max-width: 400px !important;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.CAMform .input-group {
  margin: 10px 0 ;
}
.CAMform form {
  margin: 5px auto;
}
.CAMform h4 {
  margin: 0 auto 30px auto;
}
.CAMform p {
    margin-top: 20px;
}
/******************
TABLE RÉSUMÉ
******************/
.table-num {
  border: solid 1px #ddd;
  border-top: none;
  border-bottom: none;
  vertical-align: middle !important;
}

#resume ul {
  list-style-type: none;
}

#resume h1 {
  text-align: center;
  font-size: 2em;
}

#resume table tr:first-child th {
  text-align: center;
  font-size: 1.2em;
  border: none;
}

#infos-apprentice {
  margin: 25px 0 25px;
  padding: 0;
  display: none;
}

#infos-eval textarea {
  margin: 30px 2.5% 10px;
  padding: 10px 15px;
  width: 100%;
  max-width: 95%;
  height: 100px;
}
#infos-eval p {
     margin: 10px 0 50px;
}
.whiteColor {
    color: white;
}
/******************
Colonnes des tables
******************/
.col-fit {
    white-space: nowrap;
    width: 1%;
}

/******************
Onglets de la page
administrateur
******************/
.navbar {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/******************
Champs date
******************/
#date-picker select {
    display: inline-block;
}

#day {
    width: calc(25% - 1em / 1.5);
}

#month {
    width: calc(40% - 1em / 1.5);
    margin-left: 1em;
    margin-right: 1em;
}

#year {
    width: calc(35% - 1em / 1.5 - .01px);
}

/******************
Fil d'Ariane
******************/
.breadcrumb {
    font-size: 1.25em;
}

.breadcrumb-item {
    color: #777;
    padding-right: .75em;
}

.breadcrumb-item::before {
    content: '/';
    color: #999;
    padding-right: .75em;
}

.breadcrumb-item:first-child::before {
    content: none;
    padding-right: 0;
}

.breadcrumb-item:last-child {
    padding-right: 0;
}

/******************
Divers
******************/
a, .cliquable {
    cursor: pointer;
}

.square {
    max-width: 1.75em;
    height: 1.75em;
    border: 1px solid rgba(0,0,0,.25);
}

.all-width {
    width: 100%;
}

.center {
    margin: 0 auto;
}

.align-right {
    text-align: right;
}

.not-bold {
    font-weight: normal;
}

.btn.color {
    padding-left: 0;
    padding-right: 0;
}

.move-up-down {
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    margin: 0;
}
.move-up-down .arrow {
    display: block;
    border: none;
    width: 17px;
    height: 17px;
    opacity: .25;
}
.move-up {
    background: url(../img/arrow-up.svg) no-repeat center;
    background-size: 13px;
}
.move-down {
    background: url(../img/arrow-down.svg) no-repeat center;
    background-size: 13px;
}
.move-up-down .arrow:hover {
    opacity: .5;
}
.move-up-down .arrow:active {
    opacity: .75;
}

.small-container {
    max-width: 400px !important;
}

/******************
PIED DE PAGE
******************/
footer {
  margin-top: 20px;
  text-align: center;
}
