﻿
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td
{
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body
{
    color: #555;
    overflow: hidden;
    background-position: center center;
}

table
{
    margin: 0px;
    border: 0px;
    padding: 0px;
}

a
{
    text-decoration: none;
}

ul li
{
    list-style: none;
}

input, textarea, select
{
    padding: 3px;
    border: 1px solid #cccccc;
    -moz-border-radius: 0.3ex;
    -webkit-border-radius: 0.3ex;
}

select, input, button, textarea, button
{
    font-size: 99%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}


input[type=button], input[type=submit]
{
    padding: 15px 10px;
    height: auto !important;
    font-size: 16px;
}



/*************UTILS*************/
.hidden
{
    display: none;
    visibility: hidden;
}

.visible
{
    display: inline-block;
    visibility: visible;
}

.clear
{
    clear: both;
}

.small
{
    font-size: small;
}

.xsmall
{
    font-size: x-small;
}

.medium 
{
    font-size: medium;
}

.large
{
    font-size: large;
}

.xlarge
{
    font-size: x-large;
}

.bold 
{
    font-weight:bold;
}

.italic 
{
    font-style:italic;
}

.underline 
{
    text-decoration:underline;
}

.stroke 
{
    text-decoration:line-through;
}

.textbottom 
{
    vertical-align: text-bottom;
}

.half
{
    min-width: 250px;
    width: 50%;
}

.full
{
    width: 100%;
}

.middle
{
    margin-left: auto;
    margin-right: auto;
}

.lineheight20 {
    line-height:20px;
}

.lineheight24 {
    line-height:24px;
}

.lineheight28 {
    line-height:28px;
}

.padding5
{
    padding: 5px;
}

.padding10
{
    padding: 10px;
}

.margin5
{
    margin: 5px;
}

.margin10
{
    margin: 10px;
}

.minwidth40 {
    min-width:40px;
}

.minwidth50 {
    min-width:50px;
}

.minwidth100 {
    min-width:100px;
}

.minwidth140 {
    min-width:140px;
}

.minwidth200 {
    min-width:200px;
}

.horscrollauto {
    overflow-y: auto;
}

.horscrollhidden {
    overflow-y: hidden;
}

.vertscrollauto {
    overflow-x: auto;
}

.vertscrollhidden {
    overflow-x: hidden;
}


.dot, .dash
{
    background: transparent;
    border: 0;
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
}

.dot
{
    border-bottom: 2px dotted #ddd;
}

.dash
{
    border-bottom: 2px dashed #ddd;
}


.disabled, .disabled i:hover, .disabled a
{
    color: #ddd !important;
}


.toolbar {
    float:right;
}


.RED
{
    border: 1px solid red;
}


/*************LOGO*************/
.logo
{
    width:250px;
    height:60px;
    background-repeat: no-repeat;
    background-image: url(../images/menu-logo.png);
    background-position: 20px 0px;
    z-index: 1000;
    position:absolute;
}

.logo a, .infoBar a
{
    color: #FFF;
}



.field-validation-error
{
    border: 1px solid #B94A48 !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
    min-width: 130px !important;
    font-size: 14px !important;
    margin-top: 6px !important;
    z-index: 10000 !important;
    min-height: 18px;
    font-weight: bold;
    color: #fff !important;
    background:#B94A48 !important;
    text-align:center !important;
    clear:both !important;
    display: none !important;
}

.field-validation-error:before, .field-validation-error:after
{
    bottom: 100% !important;
    border: solid transparent !important;
    content: " " !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
    left: 28px !important;
    top: 28px !important;
    border-bottom-color: #B94A48 !important;
    border-width: 7px !important;
    margin-left: -7px !important;
    display: none !important;
}

/************UPLOAD***********/
.file-heading
{
    font-family: Arial;
    font-size: 0.9em;
    margin: 0 0 0 20px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-size-heading
{
    font-weight: normal;
    font-style: italic;
}

li.k-file .file-wrapper .k-upload-action
{
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper
{
    position: relative;
    height: 75px;
}

div.k-upload {
    border:3px dashed #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

div.k-dropzone {
    height:100px;
    padding-top:90px;
}

div.k-dropzone em {
    visibility: visible;
}

/***********ICO FILETYPES***********/
.file-icon
{
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin: 5px;
}

.img-file
{
    background-image: url(images/jpg.png);
}

.doc-file
{
    background-image: url(images/doc.png);
}

.pdf-file
{
    background-image: url(images/pdf.png);
}

.xls-file
{
    background-image: url(images/xls.png);
}

.zip-file
{
    background-image: url(images/zip.png);
}

.default-file
{
    background-image: url(images/default.png);
}


/**********TYPEAHEAD**********/
.twitter-typeahead {
    display:block;
    width:100%;
    height:34px;
    line-height:1.428571429;
    vertical-align:middle;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}

.tt-hint {
	display: none;
}
.tt-dropdown-menu {
	min-width: 160px;
    width:100%;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
 
}
.tt-suggestion {
	display: block;
	padding: 3px 20px;
}
.tt-suggestion p {
	margin: 0;
}


/*********FILTER GRID*********/
.filter-grid .dropdown-menu li {
    font-weight:normal;
    padding:4px 8px;
}

.filter-grid .dropdown-menu li:hover {
    background:#eee;
}

.filter-grid .dropdown-menu label {
    font-weight:normal;
    padding-left:6px;
}



/*********SORTING**********/
#col-north, #col-south , #col-mid {
    width:100%;
}

#col-east,#col-east2 {
    float:right;
    padding-left:6px;
    padding-right:0px;
}

#col-west,#col-west2 {
    float:left;
    padding-left:0px;
    padding-right:6px;
}

.col-sort {
    position: relative;
    min-height: 1px;
    float: left;
    padding-bottom: 0px;
}

.boxChange
{
    padding: 15px;
    border: 2px dashed #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Customize the label (the radiocontainer) */
.radiocontainer, .checkcontainer {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal !important;
}

    /* Hide the browser's default radio button */
    .radiocontainer input, .checkcontainer input {
       /* position: absolute;*/
        /* opacity: 0;*/
        cursor: pointer;
    }
    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    
}
.radiocontainer .checkmark {
    border-radius: 50%;
}

.checkcontainer .checkmark {
    border: 1px solid #8369ec;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
    background-color: #8369ec;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
    background-color: #8369ec;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}








/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
    border: 1px solid #8369ec;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #8369ec;
    border: 1px solid #8369ec;
}



/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



@media (max-width: 1199px) {
    #col-east, #col-west, #col-east2, #col-west2 {
        width:100% !important;
        padding:0 !important;
    }
}


.form-group .k-select,
.form-group .k-combobox .k-state-hover,
.form-group .k-dropdown .k-state-hover,
.form-group .k-numerictextbox .k-state-hover,
.form-group .k-datepicker .k-state-hover {
    border-color: #e5e5e5 !important;
}

.form-group .k-combobox .k-state-focused,
.form-group .k-combobox .k-state-highlight,
.form-group .k-combobox .k-state-selected,
.form-group .k-dropdown .k-state-focused,
.form-group .k-dropdown .k-state-highlight,
.form-group .k-dropdown .k-state-selected,
.form-group .k-numerictextbox .k-state-focused,
.form-group .k-numerictextbox .k-state-highlight,
.form-group .k-numerictextbox .k-state-selected,
.form-group .k-datepicker .k-state-focused,
.form-group .k-datepicker .k-state-highlight,
.form-group .k-datepicker .k-state-selected
 {
    border-color: #bbb !important;
}

.form-group .k-combobox .k-dropdown-wrap,
.form-group .k-combobox .k-input
.form-group .k-dropdown .k-dropdown-wrap,
.form-group .k-dropdown .k-input {
    border-color: #e5e5e5!important;
    background:#fff !important;
    padding-right:14px;
    padding-left:4px;
    color:#888 !important;
    text-indent:2px !important;
}

.k-input{
    border:none !important;
}

.k-list-container{
    background: #fff !important;
    /*border:1px solid red !important;*/
}

.k-list-container li.k-item,
.k-list-container li.k-item.k-state-focused,
.k-list-container li.k-item.k-state-hover
{
    border:none !important;
    border-radius:0 !important;
    padding:2px 6px !important;
    cursor:pointer;
}

.k-list-container li.k-item.k-state-focused,
.k-list-container li.k-item.k-state-hover {
    background-color: #eeeff3 !important;
    color:#111 !important;
}

.form-group .k-combobox,
.form-group .k-dropdown,
.form-group .k-select,
.form-group .k-datepicker {
    background: #eee !important;
    width:32px !important;
    height:100% !important;
    
}

.form-group .k-link {
    height:14px !important;
    padding:1px !important;
    background:#eee !important;
}

.form-group .k-combobox,
.form-group .k-dropdown,
.form-group .k-numerictextbox,
.form-group .k-datepicker {
    width:100% !important;
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    
}

.form-group .k-combobox input,
.form-group .k-dropdown input,
.form-group .k-numerictextbox input {
    padding: 5px 0 5px 0 !important;
    height: 22px !important;
    font-size:14px !important;
}

.form-group .date .datepicker {
    margin-top:0;
}

.input-group-addon {
    padding:7px;
    background-color:lightgray;
}

.form-group .date .input-group-addon {
    cursor: pointer;
}

.nodata-message {
    padding:20px;
    opacity: .2;
    filter: alpha(opacity=60); 
    font-size: 32px;
    text-align:center;
}


.ouverture-message {
    padding:0 5px;
    max-width:320px;
    /* minwidth;  */
}

.repart .k-group-footer {
    text-align:right !important;
    font-weight:bold;
}

.repart .k-header, 
.repart .k-grouping-row {
    font-weight:bold !important;
}

.repart .k-grid-footer {
    display:none;
    visibility:collapse;
}

.k-header.text-right > .k-link {
    text-align: right;
}

/* gestion erreurs validation formulaire*/

.validation-summary-errors {
    /*font-weight: bold;
    font-size: 1.1em;
    color: darkred;*/
    display: none;
}

.validation-summary-valid {
    display: none;
}

textarea {
    resize: vertical;
}

.datepicker.datepicker-dropdown {
    z-index: 100000!important;
}

.btn-slidePanel {
    background-image: none;
    background-color: transparent;
    filter: none;
    border: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
}

div.CBgroup {
    border: 1px solid #d5d5d5;
    padding: 5px 0 1px 5px;
    display: inline-block;
}

div.checkboxField {
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border: 1px dashed #bababa;
}

div.btn-group > button {
    margin-left: 5px!important;
}

input.numericTextBox {
    text-align: right!important;
}

table.detailDetention, table.tableauAmortissement {
    border: 1px solid rgb(218, 218, 218);
}

table.detailDetention th.text-right {
    width: 5000px; /*se comporte comme un max-width*/
}

table.tableFormRepartition div.form-group {
    margin-bottom: 0!important;
}

table.tableFormRepartition .select2-choice {
    height: 33px!important;
    line-height: 33px!important;
}

table td.text-right, table th.text-right {
    white-space: nowrap;
}

table td, table th {
    padding: 5px;
}

table tr.no-padding > td, table tr.no-padding > th {
    padding: 0px !important;
}

table tr.no-padding > td > .cell-wrapper, table tr.no-padding > th > .cell-wrapper {
    padding: 5px;
    display: none;
}

/* DetailProjection */

.modal-body .tableContainer {
    position: relative;
    padding-top: 30px;
}

.modal-body .tbodyContainer {
    overflow-y: auto;
    max-height: 350px;
}

.modal-body table {
  border-spacing: 0;
  width:100%;
}

.modal-body table:not([role='grid']):not(.invoice) th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}

.modal-body th div {
  position: absolute;
  background: transparent;
  padding: 5px;
  color: #000;
  top: 0;
  line-height: normal;
}

.modal-header {
    text-align:left;
}

.modal-header button {
    text-align:right;
}


/************************/
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#navbar {
    z-index: 1040!important;
}

.popover {
    z-index: 1039!important;
}

#select2-drop {
    z-index: 1038;
}

#select2-drop-mask {
    z-index: 1037;
}

.k-grid, label {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.k-grid tr {
    cursor: pointer;
}

div.StocksProjection {
    width:80%;
    margin-left:10%;
    margin-right:10%;
    padding:8px;
}

/* animation de rotation des boutons circulaires */
.btn.btn-circle > .fa.fa-angle-right {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn.btn-circle > .fa.fa-angle-right.rotate {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;

    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Handmade ShadowBox */
div.handmade-shadowbox {
    z-index: 10000;
    position: absolute;
    background-color: black;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;*/
}


/* Aucun rapport */
.waiting-for-ajax {
    background: #ffffff url('../images/loading-spinner-little.gif') center center no-repeat;
    min-height: 48px;
}

.k-grid.hide-dirty-flag .k-dirty-cell .k-dirty {
    visibility:hidden;
}

.k-grid.input-right input.k-textbox {
    text-align: right;
}

.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}

table#TableParamsAssistant {
    width: 100%;
}

td.modifie a.k-button {
    min-width: 0px;
    padding-left: 2px!important;
}

.k-grid td.modifie {
    padding : 4px !important;
}


td.modifie a.k-button-icontext {
    padding: 2px 2px 2px 2px!important;
}

td.modifie .k-icon {
    padding: 0px!important;
    margin:0px!important;
    margin-left: 0px !important;
}

th.text-center {
  text-align: center !important;
  vertical-align:middle!important;
}

#gridSimuAssVie table {

    overflow: hidden;
}

#gridSimuAssVie .k-grid-content{
    overflow-y : hidden!important;
}

#gridSimuAssVie .k-grid-header{
    
    padding-right : 0px!important ;
}

#gridSimuAssVie .k-grid-footer{
    
    padding-right : 0px!important ;
}

img.imageTuto {
    height: 500px!important;
    width: 790px!important;
}

/* Début : Simulation OptiRemu */

#SimRemu tr.inputRow {
    color: #f4426b;
    font-weight: 900;
    font-size: large;
}

#SimRemu tr.limitRow {
    color: black;
    font-weight: bold;
    font-size: larger;
}

#SimRemu tr.subRow {
    color: #5b5b5b;
    font-weight: 300;
}

#SimRemu td {
    padding: 0!important;
}

#SimRemu td .cell-wrapper {
    padding: 5px;
}

#SimRemu td.valueCol {
    font-weight: 500!important;
    font-size: 11px!important;
}

#SimRemu td.textboxCol {
    width:150px!important;
}

/* Fin : Simulation OptiRemu */

.detail-fiscalite hr {
    margin: 0;
    border-top: 1px solid #DADADA;
}

.alert.alert-info.alert-comment {
    color: black;
    font-style: italic;
}

.ColorWhite {
    color: white;
}

.panel-fvi {
    border-color: #8369ec;
}

.panel-fvi > .panel-heading {
    color: #fff;
    background-color: #8369ec;
    border-color: #8369ec;
}

.panel-fvi > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #8369ec;
}

.panel-fvi > .panel-heading .badge {
    color: #8369ec;
    background-color: #fff;
}

.panel-fvi > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #8369ec;
}

.btn-integer {
    background-color: transparent;
    border: 0px none transparent;
    color: #fff;
    width: 40%;
    margin: 0px !important;
    padding: 0px !important;
    font-size: xx-large !important;
}

.btn-integer:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.activeselecteitem {
    background-color: #4e6a15 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}
.switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #8369ec;
}

input:focus + .slider {
    box-shadow: 0 0 1px #8369ec;
}
input:checked + .slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}
.slider.round:before {
        border-radius: 50%;
    }

.FVIRow {
    background-color: #c7bcf6;
}

@media (min-width: 1500px) {
    .col-custom-1, .col-custom-2, .col-custom-3, .col-custom-4, .col-custom-5, .col-custom-6, .col-custom-7, .col-custom-8, .col-custom-9, .col-custom-10, .col-custom-11, .col-custom-12 {
        float: left;
    }

    .col-custom-12 {
        width: 100%;
    }

    .col-custom-11 {
        width: 91.66666667%;
    }

    .col-custom-10 {
        width: 83.33333333%;
    }

    .col-custom-9 {
        width: 75%;
    }

    .col-custom-8 {
        width: 66.66666667%;
    }

    .col-custom-7 {
        width: 58.33333333%;
    }

    .col-custom-6 {
        width: 50%;
    }

    .col-custom-5 {
        width: 41.66666667%;
    }

    .col-custom-4 {
        width: 33.33333333%;
    }

    .col-custom-3 {
        width: 25%;
    }

    .col-custom-2 {
        width: 16.66666667%;
    }

    .col-custom-1 {
        width: 8.33333333%;
    }

    .col-custom-pull-12 {
        right: 100%;
    }

    .col-custom-pull-11 {
        right: 91.66666667%;
    }

    .col-custom-pull-10 {
        right: 83.33333333%;
    }

    .col-custom-pull-9 {
        right: 75%;
    }

    .col-custom-pull-8 {
        right: 66.66666667%;
    }

    .col-custom-pull-7 {
        right: 58.33333333%;
    }

    .col-custom-pull-6 {
        right: 50%;
    }

    .col-custom-pull-5 {
        right: 41.66666667%;
    }

    .col-custom-pull-4 {
        right: 33.33333333%;
    }

    .col-custom-pull-3 {
        right: 25%;
    }

    .col-custom-pull-2 {
        right: 16.66666667%;
    }

    .col-custom-pull-1 {
        right: 8.33333333%;
    }

    .col-custom-pull-0 {
        right: auto;
    }

    .col-custom-push-12 {
        left: 100%;
    }

    .col-custom-push-11 {
        left: 91.66666667%;
    }

    .col-custom-push-10 {
        left: 83.33333333%;
    }

    .col-custom-push-9 {
        left: 75%;
    }

    .col-custom-push-8 {
        left: 66.66666667%;
    }

    .col-custom-push-7 {
        left: 58.33333333%;
    }

    .col-custom-push-6 {
        left: 50%;
    }

    .col-custom-push-5 {
        left: 41.66666667%;
    }

    .col-custom-push-4 {
        left: 33.33333333%;
    }

    .col-custom-push-3 {
        left: 25%;
    }

    .col-custom-push-2 {
        left: 16.66666667%;
    }

    .col-custom-push-1 {
        left: 8.33333333%;
    }

    .col-custom-push-0 {
        left: auto;
    }

    .col-custom-offset-12 {
        margin-left: 100%;
    }

    .col-custom-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-custom-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-custom-offset-9 {
        margin-left: 75%;
    }

    .col-custom-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-custom-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-custom-offset-6 {
        margin-left: 50%;
    }

    .col-custom-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-custom-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-custom-offset-3 {
        margin-left: 25%;
    }

    .col-custom-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-custom-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-custom-offset-0 {
        margin-left: 0;
    }
}


.ListMaxHeight ul.dropdown-menu {
    max-height: 300px;
    overflow: auto;
}


/********************
*   Upload Styles   *
********************/

.UploadForm {
    display: inline-grid;
    padding: 3px;
    width: 100%;
}

.dragover {
    background-color: #C5C5C522;
}

.UploadHeader {
    min-height: 70px;
    position: relative;
    overflow: hidden;
    margin: 0px;
    text-align: center;
    font-size: large;
    width: 100%;
    background-color: transparent;
    cursor:pointer;
}

    .UploadHeader input {
        font-size:0px;
        position: absolute;
        top: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        padding: 0;
        cursor: pointer;
        opacity: 0;
    }

    .UploadHeader input:hover {
        cursor: pointer;
    }

    .UploadHeader:hover {
        background: #F8F8F8;
    }

.UploadBody {
    position: relative !important;
    overflow: hidden;
    margin: 0px;
    width: auto !important;
    min-height: 50px;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    height: auto;
    padding-bottom: 16px;
    background-color: transparent;
}

.UploadForm .UploadFic {
    border-bottom: 1px;
    border-style: dotted;
    min-height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: transparent;
}

.UploadFic a {
    color: grey;
}


.cellule-warning {
    color: #8a6d3b;
    background-color: #fcf8e3!important;
    border-color: #faebcc;
}

.cellule-danger {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

/* SLIDER YES / NON */


/* slider wrapper for the container of the everything */
.slider-wrapper {
    position: relative;
    width: 75px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}

input[type=checkbox]:checked + label .slider-options {
    left: -38px; /* width of the yes/no width plus the padding */
}

.slider-options {
    position: relative;
    left: 0;
    white-space: nowrap;
    width: 75px;
    -ms-transition: left, 0.2s ease-in-out;
    -webkit-transition: left, 0.2s ease-in-out;
    -moz-transition: left, 0.2s ease-in-out;
    -o-transition: left, 0.2s ease-in-out;
    transition: left, 0.2s ease-in-out;
    box-sizing: border-box;
    background-color:#fff;
}

.slider-option-selector {
    display: inline-block;
    width: 37px;
    box-sizing: border-box;
}

.slider-option {
    display: inline-block;
    width: 38px;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
}

/*get the checkbox outta the way*/ 
.checkbox-switch {
    /*visibility: hidden;*/
    width: 0px !important;
    position: absolute;
    z-index:-999;
    box-sizing:border-box;
}

.row-warning {
    background-image: linear-gradient(rgba(255, 163, 0, 0.7) 1%, rgba(0,0,0,0) 10% 90%, rgba(255, 163, 0, 0.7) 99%), linear-gradient(90deg, rgba(255, 163, 0, 0.7) 0%, rgba(0,0,0,0) 0.2% 99.8%, rgba(255, 163, 0, 0.7) 100%);
}

.infoEtat {
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.caseIR > input {
    min-width: 80px;
    max-width: 120px;
}

.caseIR > .info {
    background-color: #d9edf7 !important;
    min-width: 45px;
    width: 45px;
    max-width: 45px;
}

.table-without-separator > tbody > tr > td, .table-without-separator > tbody > tr > th {
    border-width: 0px !important;
}

/********************
*   Coherence Styles   *
********************/

.coherence {
    padding: 10px;
}

.alert.coherence {
    margin-top: 15px;
}

.coherenceWarning .coherenceDetails, .coherenceDanger .coherenceDetails {
    display: block !important;
    padding-bottom: 5px;
    margin-top: 20px !important;
}

.coherenceOK .infoEtat {
    display: inline-block;
    margin-right: 10px !important;
    vertical-align: sub;
    background-color: #8cbf26;
}

.coherenceWarning .infoEtat {
    display: inline-block;
    margin-right: 10px !important;
    vertical-align: sub;
    background-color: #ff863d;
}

.coherenceDanger .infoEtat {
    display: inline-block;
    margin-right: 10px !important;
    vertical-align: sub;
    background-color: #dc3545;
}

.coherenceAttente .infoEtat {
    display: inline-block;
    margin-right: 10px !important;
    vertical-align: sub;
    background-color: #555;
}