body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.bold {
    font-weight:bold
}

.boutonaction {
    background-color: #F7931E;
    color:white;
}
.boutonaction:hover {
    background-color: black;
    color:white;
}

.menuitem {
    background-color: #EFEFEF;
    border:1px solid #ECECEC;
    color: black;
    margin:1px;
    border-radius:3px
}

.menuitem:hover {
    background-color: #F7931E;
    color: white;
    margin: 1px;
    border-radius: 3px;
    border: 1px solid #ECECEC;
}

.menuitemactive {
    background-color: #F7931E;
    color: white;
    margin: 1px;
    border-radius: 3px;
    border: 1px solid #F7931E;
}

.boutonitem {
    background-color: #F7931E;
    color: white;
    margin: 1px;
    border-radius: 3px;
    border: 1px solid #F793CC;
}

.boutonitem:hover {
    background-color: black;
    color: white;
    margin: 1px;
    border-radius: 3px;
    border: 1px solid black;
}

.hide {
    display:none;
}

/*
 * Dashboard
 */
/* Placeholders */
.placeholders {
    padding-bottom: 3rem;
}

.placeholder img {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


/*
 * Typography
 */

h1 {
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .nav {
    margin-bottom: 20px;
}

.sidebar .nav-item {
    width: 100%;
}

.sidebar .nav-item + .nav-item {
    margin-left: 0;
}

.sidebar .nav-link {
    border-radius: 0;
}

.tablejlr {
    font-size: 9pt;
    color: #333333;
}

.tablejlr thead th {
    text-align: center;
    color: #F7931E;
    text-transform:uppercase
}

.icon {
    font-size: 12pt;
    color: #F7931E;
}
.icon:hover {
    color: black;
}
.icon-cancel {
    color: grey;
    margin-left:2px;
}

.icon-img {
    height: 25px;
}


.pointer {
    cursor: pointer;
}

.headerlabel {
    color: #F7931E;
    text-transform: uppercase;
    font-size:16pt;
    margin-top:10px;
}

.line {
    height: 0px;
    background-color: #F7931E;
    width: 100%;
}

input,
select,
textarea {
    font-size: 10pt;
    border: 1px solid #F7931E;
    border-radius: 4px 4px;
    color: dimgray;
}

label.filter {
    font-size: 10pt;
}

.highlight {
    background-color:yellow;
}



input.vehicle {
    margin: 1px;
    padding: 2px;
}
select.vehicle {
    margin: 1px;
    padding: 0px;
}
div.vehicle {
    background-color: #F3F3F3;
    padding: 5px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 0.25rem;
    border-style: solid;
    border-color: #F2BF11;
    border-width: 1px;
    font-size: 11pt;
}
div.metadata {
    color:#808080;
}
div.error {
    color: #ff0000;
}

input.vehicle:disabled input, input.vehicle[readonly] {
    background: none;
    border: none;
}

/*Datatables general*/
div.dataTables_length {
    float: right;
}

div.dataTables_filter {
    float: right;
}

div.dataTables_info {
    float: left;
}

div.dataTables_paginate {
    float: right;
}

boxshadow {
    -moz-box-shadow: 5px 5px 5px 0px #656565;
    -webkit-box-shadow: 5px 5px 5px 0px #656565;
    -o-box-shadow: 5px 5px 5px 0px #656565;
    box-shadow: 5px 5px 5px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
.toolbar {
    float:left;
    margin-right:50px;
}

div.dataTables_scrollHeadInner table {
    margin-bottom: 0px !important;
}

tableHeaderPopupLabel {
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: bold;
} 

.modal-dialog.modal-middle {
    left:30%;
    top: 50%;
}

.confirmation-header {
    background-color: #F7931E;
    color: white;
    margin: 0px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #F7931E;
    font-size: 12pt;
}

smallerror {
    font-size:8pt;
}

input.input-validation-error{
    border-color:red;
}


table.dataTable thead th, .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-color: rgb(222, 226, 230)
}

table.dataTable {
    border-collapse: collapse;
}

.headerlabelhome {
    color: #F7931E;
    font-size: 14pt;
    margin-top: 10px;
}

.buttons{
    margin:2px
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -5px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 100px 10px 65px 10px;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:hover {
    outline: 2px dashed #F7931E;
    outline-offset: -5px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 50px;
    right: 0;
    height: 50px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 80px;
    left: 10px;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 40px;
    content: "Cliquer ou faire glisser des fichiers ici.";
    display: block;
    margin: 0 auto;
    font-weight: 400;
}

#filesupload[drop-active=true] {
    outline: 2px dashed #F7931E;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.label {
    font-size: 12pt;
    color: #F7931E;
}

.vehicleLabel {
    color: #656565;
}

