:focus, :active {outline:none !important;}
::-moz-focus-inner{
    border:0;
    outline:0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
  background-color: #eee;
}

th a{
    color: inherit;
}

fieldset{
    border: 1px solid silver;
    padding: 5px 1em;
}

.form-group-element {
    margin-bottom: 15px;
    clear: both;
}

ul.errors{
    list-style: outside none none;
    padding-left: 2em;
    color: #a94442;
}

div.panel-heading a:hover, div.panel-heading a:focus
{
    text-decoration: none;
}

.dropdown-menu{
    padding:0;
}

.error .glyphicon{
    color: #a94442;
}

.form-horizontal .form-group-condensed {
    margin-left: -15px;
    margin-right: -15px;
}

.form-group-condensed{
    margin-bottom: 0px;
}

.form-multiple-select {
    width: 100%;
}

.form-multiple-select .ms-drop {
    position: inherit;
}

.form-multiple-select .ms-drop li input {
    margin: 0;
}

.form-multiple-select .ms-drop li span {
    padding-left: 3px;
}

.form-multiple-control .ms-choice {
    border: 0;
}

.form-multiple-control .ms-choice > span {
    padding: 3px 13px;
}

.form-multiple-control .ms-choice > div {
    top: 3px;
}

.form-multiple-control .ms-drop {
    position: absolute;
    top: 36px;
    left: -1px;
    font-size: 12px;
    width: auto;
}

.form-multiple-control .ms-drop li input {
    margin: 0;
}

.form-multiple-control .ms-drop li span {
    padding-left: 3px;
}

.navbar-second {
    background-color: #bbb;
    border-radius: 0;
    margin-top: -70px;
    z-index: 999;
}

.navbar-second .nav.nav-pills {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 2px;
}

@media (min-width: 768px) {

    .navbar-second {
        margin-top: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 50px;
    }
}

.panel-title {
    display: inline-block;
}

.navbar-right {
    margin-right: 0px;
}

a.sortable-column {
    border-bottom: 1px dotted #2a6496;
    text-decoration: none;
}

#result-list.modal-body {
    overflow-y: auto;
}

.ajaxloader {
    display: none;
}

.ajaxloader .ajaxloader-overlay {
    position:absolute;
    z-index: 3000;
    top:0px;
    width:0;
    height:0;
    background-color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ajaxloader .panel {
    position: fixed;
    z-index: 3001;
    top: 200px;
    left: 50%;
    width: 250px;
    margin: -35px 0 0 -125px;
    -moz-box-shadow: 0px 0px 15px -2px #656565;
    -webkit-box-shadow: 0px 0px 15px -2px #656565;
    -o-box-shadow: 0px 0px 15px -2px #656565;
    box-shadow: 0px 0px 15px -2px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15);
}

.panel-weekplanning .table > tbody > tr > td {
    padding: 0;
}

.panel-weekplanning .panel-heading {
    text-align: center;
}

.day-cell {
    min-height: 100px;
    position: relative;
}

.day-cell > .day {
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
}

.day-cell > .schedules {
    padding: 3px;
    font-size: 12px;
    height: 78px;
    overflow: hidden;
}

.day-cell > .schedules ul {
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0;
}

.day-cell > .day-tools {
    bottom: 0;
    padding: 3px;
    position: absolute;
    right: 0;
    text-align: right;
}

.day-closed {
    background-color: #ffc0cb;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 2px,
        rgba(255,255,255, 1) 2px,
        rgba(255,255,255, 1) 7px
    );
}

.day-cell .closed-text {
    color: #ff4500;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
}

.week-tools-container {
    line-height: 100px;
    min-height: 100px;
    text-align: center;
}

.week-tools, .week-tools a {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

.panel-pagination nav {
    text-align: center;
}

.panel-pagination .pagination {
    margin: 5px 0;
}

.link-remove span, .link-slot-remove span, .link-collection-remove span, .link-file-remove span {
    color: #ff4500;
}

.link-copy-week span {
    color: #337ab7;
    font-size: 28px;
}

.link-publish-week span {
    color: #ddd;
    font-size: 28px;
}

.link-publish-week span.published {
    color: #419641;
}

.link-copy-day span, .link-schedule-copy span {
    color: #337ab7;
}

.link-dayplanning-add span, .link-schedule-add span.picto, .link-schedule-slot-add span {
    color: #ffa500;
}

.link-schedule-add {
    cursor: pointer;
}

.link-dayplanning-edit span {
    color: #666;
}

.link-schedule-edit span, .link-schedule-remove span {
    color: #fff;
}

.link-collection-remove, .link-file-remove {
    margin-left: 5px;
}

.link-export span {
    color: #5cb85c;
}

.table tr.disabled {
    color: #999;
}

.list-align-right {
    display:block;
    float:right;
    position:relative;
}

.list-text {
    padding-right: 20px;
}

.event-color-text {
    color: #6aa84f;
}

.event-color-background {
    background: #6aa84f;
}

.activity-color-text {
    color: #2b78e4;
}

.activity-color-background {
    background: #2b78e4;
}

.list-group-item-activity {
    background-color: #2b78e4;
    color: #ffffff;
}

.list-group-item-event {
    background-color: #6aa84f;
    color: #ffffff;
}

.list-legend {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-legend > li {
    padding: 3px 0 0 5px;
}

.schedule-datepicker .datepicker {
    margin: auto;
}

.schedule-weekplanning {
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.schedule-locale {
    float: right;
}

.schedule-title {
    font-size: 20px;
}

.schedule-slot-header {
    font-size: 16px;
}

.schedule-date, .schedule-slot-title {
    font-weight: bold;
}

.schedule-slot, .schedule-add-slot, .schedule-submit {
    margin-top: 15px;
}

.schedule-slot-fields {
    margin-top: 5px;
}

.schedule-slot-fields .form-group {
    margin-bottom: 5px;
}

.required:after {
    content:" *";
}

td.td-description  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.panel-heading.with-btn .btn-sm {
    line-height: 1;
}

.panel-heading.with-btn > .panel-title {
    line-height: 24px;
}

#weekPlanning th {
    width:14%;
}

#weekPlanning th:last-child {
    width:2%;
}

.weekpicker {
    cursor: pointer;
}

.zoom-action {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
}

.zoom-action > div {
    left: 0;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.zoom-action > div > span {
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 10px;
}

.thumbnail {
    position: relative;
}

.thumbnail .caption {
    padding: 0 9px;
}

.thumbnail:hover {
    border: 1px solid #337ab7;
}

.thumbnail:hover .zoom-action {
    opacity: 1;
}

.panel-search {
    padding: 5px;
}

select[multiple].form-multiple-languages {
    height: 65px;
}

ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.thumbnails.image_picker_selector li.group_title {
  float: none;
}

ul.thumbnails.image_picker_selector li {
  margin: 0px 12px 12px 0px;
  float: left;
}

ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 6px;
  border: 1px solid #dddddd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background: #0088cc;
}

.event-image-picker .image_picker_image {
  width: 140px;
}

.event-image-picker ul.thumbnails.image_picker_selector {
  max-height: 130px;
}

.event-image-picker ul.thumbnails.image_picker_selector .thumbnail {
  margin-bottom: 0;
}

ul.thumbnails.image_picker_selector li .thumbnail.generic {
    background: #cccccc;
}
div.ms-login-form{
    margin: 0 auto;
}
form input, select{
    padding: 5px;
}
form.form-signin input,#user_filter input{
    width: 100% !important;
}

body > .content{
    padding: 10px;
}
.ms-form-edit-user{
    margin: 0 auto;
}
.alert{
    margin: 5px 0 !important;
}
.container{padding-top: 15px !important;}
.container-fluid{padding-top: 15px !important;}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-primary {
    border-color: #337ab7;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-heading.with-btn .btn-sm {
    line-height: 1;
}
.navbar-right {
    margin-right: 0px;
}
.navbar-right {
    float: right!important;
    margin-right: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.panel-body {
    padding: 15px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.form-signin .recover {
    margin-top: 5px;
    font-weight: normal;
    text-align: right;
}
.form-signin, .form-recover {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin #inputLogin {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin .form-signin-heading, .form-recover .form-recover-heading {
    margin-bottom: 10px;
    text-align: center;
}
input[type=checkbox], input[type=radio]{
 width: 17px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-weight: 500;
}
.btn{
    font-size: 14px !important;
}
.btn-primary{
    background-color: #245580 !important;
}
.table td, .table th{
    padding: 8px !important;
}
table th{
    font-weight: 700;
}

.dataTables_filter, .dataTables_length, .dataTables_info {
display: none;
}
fieldset{
	width: 95% !important;margin: 0 auto !important;padding-bottom: 25px !important;background: white;
}
legend{
	width: 30% !important;
}
fieldset fieldset{
	margin-bottom: 13px !important;
}
.disabled_all_data select.form-control:disabled,.disabled_all_data input.form-control:disabled, .disabled_all_data textarea.form-control:disabled{
	border:none !important;
	background-color: #f6f6f6 !important;
}
label{
	font-weight:500 !important;
}
.ms-laguage {
    background: url('../img/sprite.png');
    background-repeat: no-repeat;
    background-size: 402px 252px;
}
.ms-laguage.fr-fr {
	background-position: 0 0;
    width: 16px;
    height: 13px;
    display: inline-block;
}
.ms-laguage.en-en {
    background-position: 0 -13px;
    width: 16px;
    height: 13px;
    display: inline-block;
}
.list-data_add-product{
	margin: 0;
    padding: 10px !important;
    color: #333333;
    font-weight: bold;
	outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
	float: left;
}
.list-data_add-product li{
	margin-bottom: -1px;
    padding-bottom: 1px;
	list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    white-space: nowrap;
    padding: 10px;
    background: #f3f3f3;
}
.list-data_add-product li.active{
	border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
table.data-product-table tr{
    background: #f1f1f1;
}
.modal-body{
    padding-top: 0 !important;
}
.ajax-load-modal{
    position: absolute;
    z-index: 99999;
    background: #f1f1f1;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.ajax-load-modal.hidden{
    display:none !important;
}
.content-ajax-load{
    margin: auto;
    position: relative;
    width: 230px;
    top: 24%;
}
.modal-header{
    background: #f5f5f5;
}
.modal-header h3{
    font-size: 25px !important;
    margin: 0 !important;
}
.footer-form-modal, .footer-form-modal-add-residence{
    float: right;
    padding-top: 10px;
}
.modal-footer{
    padding: 5px !important;

}
.input-add-in-select .input-add{
    width: 90%;
    float: left;
}
.input-add-in-select .input-add input{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 4px !important;
}
.input-add-in-select .icon-add{
    width: 10%;
    float: left;
    background: #9f9f9f;
    height: 38px;
    position: relative;
    border-radius: 4px;
    line-height: 40px;
    margin: 0 auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
}
.input-add-in-select .icon-add i{
    margin-left: 9px;
}
.input-add-in-select{
    margin-top: 10px;
}
.panel.panel-default{
  border: 1px solid #ddd;
  color:#333 !important;
}

.panel-default panel-heading{
    border-bottom: 1px solid #ddd;
}
.panel.panel-default .panel-heading .btn.btn-primary{
    float: right;
    line-height: 16px;
    margin: 0px;
}
table th{
     color:#555 !important;
}
.dropdown-menu.pull-right{
    left: -115px;
}
.dropdown-menu.pull-left{
    left: 0 !important;
}
.langue-site-nav{
    background: #555;
    padding: 0px 7px;
    margin-top: 9px;
    margin-left: 10px;
}
.header-select-period{
    padding: 15px;
    padding-bottom: 0;
    padding-top: 0px;
    height: 35px;
}
.header-select-period .ms-parent {
    float: right;
}
.header-select-period .ms-parent button{
    padding: 15px !important;
    line-height: 29px;
}
.header-select-period .ms-parent .ms-choice div{
   top: 4px;
}
nav.ms-app-menu{
    border: 1px solid #ddd;
    box-shadow: 0px 0px 6px -3px;
    border-radius: 5px;
}
nav.ms-app-menu a{
    color: #70b5ce;
    border-right: 1px solid #f0f0f0;
}
nav.ms-app-menu a:hover{
    background-color:#f5f5f5;
}
nav.ms-app-menu .nav-link{
    border-radius: 0 !important;
}
nav.ms-app-menu a.active{
    background-color: #70b5ce !important;
    border: 1px solid #fff;
}
li.link-part1, li.link-part2, li.link-part3{
    cursor: pointer;
}
.form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom;
}
.custom-control-label::after {
    width: 21px !important;
    height: 21px !important;
    border: 1px solid #ccc;
}
.custom-control-label::before{
    width: 21px !important;
    height: 21px !important;

}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #28a745 !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #28a745 !important;
}
.dt-buttons.btn-group{
    float: right;
}
/*
.dt-buttons.btn-group button{
    background-color: #245580 !important;
    color: #fff !important;
    border-color: #245580 !important;
}*/
.nav-item nav-link.disabled{
    background: #ccc;
    cursor: default;
}
.jexcel > thead > tr > td {
    font-size: 12px !important;
    color: #000 !important;
}
.jexcel > tbody > tr > td {
    font-size: 13px !important;
}

.breadcrumb {
    background-color: #70b5ce;
    color: #ffffff;
    position: relative;
    margin-bottom: -1px;
}

.breadcrumb-item, .breadcrumb-item > a {
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
    content: ">"
}

.breadcrumb-item.active {
    color: #ffffff;
    font-style: italic;
}

.breadcrumb-period {
    position: absolute;
    right: 0;
    top: 0;
    padding: .60rem .75rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #70b5ce;
}

#periods_stock tr.selectedRow, #periods_price tr.selectedRow{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-weight: bold;
}

/*.panel-default .panel-heading {
    background-image: linear-gradient(to bottom,#02b8cc 0,#ffffff 100%);
}*/

.title {
    font-size:18px;
}


.card-header {
    padding: .3rem 1.25rem;
    margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.contact + .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    float:none;
    border: 0px

}

.list-visit-periods table.jexcel{
    float: left;
    width: 100%;
}


.jexcel_corner{
    z-index: 99999 !important;
}
.jexcel tbody td{text-transform: capitalize;}

.bg-navbar-pv {
    background-color: #f4805f !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF !important;
}

.nav-link-period {
    color:#f4805f;
    font-size:16px;
}

.nav-link-period-active {
    font-weight:bold;
    font-size:22px;
}
@media screen and (max-width: 1800px) {
    table.jexcel td{
        font-size: 11px !important;
        font-weight: bold;
    }
    .jexcel > thead > tr > td{
        font-size: 12px !important;
    }
    .data-table-stock td{
        font-size: 7px !important;
        font-weight: bold;
        max-width: 25px !important;
    }
}
table#price, table#product_hebergement, table#extra, table#services_included,
table#services, table#offres, table#periodViset, table#stock, table.data-table-stock{
    width: 100%;
}
.data-table-stock td{
    max-width: 42px;
}
.data-table-stock td.typo {
    background: #f9f9f9;
    max-width: none !important;
    width: 120px !important;
}
.data-table-stock td.typo2 {
    background: #e8e8e8;
    max-width: none !important;
    width: 120px !important;
}
.autocomplete-app-days{
    position: absolute;
    background: white;
    top: 95%;
    width: 13%;
    z-index: 9;
    border: 1px solid #ccc;
}
.autocomplete-app-days ul{
    list-style: none;
    text-align: left;
    padding-left: 13px;
    width: 100%;
}
.cursor-pointer{
    cursor: pointer !important;
}
tr.period-day-app-price-0 td:last-child{
    background: #d0ecf7 !important;
    font-weight: 600;
    color: #333 !important;
}
tr.period-day-app-price-1 td:last-child{
    background: #bedce8 !important;
    font-weight: 600;
    color: #333 !important;
}
tr.period-day-app-price td:last-child{
    background: #eff9fd !important;
    font-weight: 600;
    color: #333 !important;
}
.data-stay-stock.DIMDIM{
    background: #d1e1f9 !important;
}
.data-stay-stock.SAMSAM{
    background: #f9e0d1 !important;
}
#navbarDropdownNotif{
    position: relative;
    width: 53px;
    text-align: right;
}
#navbarDropdownNotif i{
    font-size: 20px;
}
#navbarDropdownCron{
    width: 40px;
    text-align: center;
}
#navbarDropdownCron i{
    font-size: 19px;
}

.notif-user{
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px;
    background: #f4805f;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    color: #970606;
}
.notif-user.left-margin-number{
    left: 16px;
}
.data-date-notif{
    float: left;
    width:25%;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.content-cron-data .table tr td {
    border: none !important;
}
.content-cron-data .table{
    margin: 0 !important;
}
.cron-list.show{background: #f78b6d !important;}
.notification-list.show{background: #f78b6d !important;}
.data-date-object{
    float: left;
    width:25%;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.data-date-codeSite{
    float: left;
    width:25%;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.data-date-user{
    float: left;
    width:20%;
    font-size: 12px;
    text-align: right;
    font-weight: 600;
    line-height: 20px;
}
.data-link-page{
    float: left;
    width:100%;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.content-notif-data{
    max-height: 265px;
    overflow: auto;
}
.not-view-notif{
    background: #dde3f3;
    color: #3d52bd;
}
.list-notif-txt .dropdown-item:focus, .list-notif-txt .dropdown-item:hover{
    color: #fff !important;
    text-decoration: none !important;
    background-color: #3f9fff !important;
}
.breadcrumb{
    border-radius: 0 0 0.25rem 0.25rem !important;
}
.model-status-resid.hidden{
    display: none !important;
}
.model-status-resid{
    width: 40%;
    padding-left: 17px;
    margin: 0 auto;
    position: fixed;
    top: 30%;
    left: 25%;
    z-index: 99999;
}
ul.pagination-sm {
    padding: 10px;
    width: auto;
    float: right;
}
ul.pagination-sm li{
    padding: 5px 13px;
    background: #f2f3fb;
    border: 1px solid #e0e0fb;
    margin-right: 2px;
}
ul.pagination-sm li.active{
    background: #b5c5ea !important;
    border: 1px solid #7e7ee8 !important;
}
ul.pagination-sm li.active a{
    color:#2a323c !important;
}
.alertable.danger{
    border-top: 11px solid #f35252 !important;
    min-width: 388px !important;
}
.alertable-icon{
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 38px;
    color: #c30303;
}
.alertable-message{
    text-align: center !important;
}
thead.fixed_headers th{
    position: sticky !important;
    top: 0;
    background: #f9f9f9;
}
.table.data-table-stock td.data-marge-product:hover{
    background: #484848;
    color: white;
}
/*
 * DOM element rendering detection
 * https://davidwalsh.name/detect-node-insertion
 */
@keyframes chartjs-render-animation {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

.chartjs-render-monitor {
	animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
	position: absolute;
	direction: ltr;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
	z-index: -1;
}

.chartjs-size-monitor-expand > div {
	position: absolute;
	width: 1000000px;
	height: 1000000px;
	left: 0;
	top: 0;
}

.chartjs-size-monitor-shrink > div {
	position: absolute;
	width: 200%;
	height: 200%;
	left: 0;
	top: 0;
}
.navbar{
  padding: 0rem 1rem !important;
}

a.link-site-static{padding-left: 30px;}
.display-row{display:table-row !important;}
.open-row.fa-plus-square-o:before {
    content: "\f147" !important;
}
.jqvmap-zoomin, .jqvmap-zoomout{
    width: 13px !important;
    height: 13px !important;
    padding: 0 !important;
}
.dataTables_wrapper.container-fluid{padding-top: 0  !important;}
.table.table-list-sites-statistic td, .table.table-list-sites-statistic th {
    padding: 3px !important;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none !important;
}
.info-box {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
}
.info-box .info-box-icon {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}
.info-box .info-box-content {
    -ms-flex: 1;
    flex: 1;
    padding: 5px 10px;
}
.info-box .info-box-text, .info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-box .info-box-number {
    display: block;
    font-weight: 600;
    color: #515663;
    font-size: 16px;
}
.hidden-contexts {
    display: none;
}
tr.contexts-checked-category span.cat-label{
    font-weight: 500;
}
tr.all-contexts-checked-category span.cat-label{
    color: #8b0101;
    font-weight: 500;
}
ul li.elmt-category-sales-flow{
    list-style: none;
    padding-left: 10px;
    padding-top: 5px;
}
ul.list-category-sales-flow{
    background: white;
    padding: 0;
    padding-bottom: 10px;
}
li.elmt-category-sales-flow.all-category{
    padding-left: 5px;
}
.context-attached-category{
    margin-top: 7px;
}
span.closed-context, tr.closed-context{
    color: #8b0101;
}
span.count-contexts-category{
    float: right;
    font-weight: 500;
    color: #e6e5e5;
}
.elmt-category-sales-flow .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #bf0012 !important;
}
.elmt-category-sales-flow .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: 'x';
    color: white;
    font-size: 17px;
    line-height: 15px;
    padding-left: 5px;
    background-image: none !important;
}
.row-separate-contextes{
    border-top: 2px dashed #d8d8d8;
}
.stock-success{
    background: #a2ccac !important;
    color: #155724 !important;
}
.stock-dark{
    background: #989898 !important;
    color: #000 !important;
}
.stock-danger{
    background: #da9999 !important;
    color: #721c24 !important;
}
.stock-warning{
    background: #ffeeba !important;
    color: #721c24 !important;
}
.stock-orange{
    color: #4c3512;
    background-color: #e89a6d;
}
span.separator{
    height: 100%;
    padding: 10px;
    color: #ccc;
}
.pointer{
    cursor: pointer !important;
}
.menu-calendar{
    padding: 3px 20px;border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

}
.menu-calendar:hover{
    color:#333 !important;background:#e6e6e6 !important;text-decoration: none !important;
}
.menu-calendar-left{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.menu-calendar-right{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.menu-calendar.disabled{
    color:#333 !important;background:#bdbcbc !important;text-decoration: none !important;
}
.margin-bottom-10{
    margin-bottom : 10px !important;
}
.disbled-cell{
    background: #eaeaea !important;
    border: none !important;
}
.legend{
    width: 15px;
    height: 15px;
    float: left;
}
.text-legend{
    padding-left: 2px;
    font-size: 13px;
    color: #666;
    float: left;
    margin: 0px 10px 0px 3px;
    line-height: 14px;
}
#AddEditStock-StopOpenSales .nav-item.nav-link.active{
    color: #fff !important;
    background-color: #02b8cc !important;
}

table td.highlighted.closeSale {
    background-color:#9a9696 !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-size: 1rem 1rem !important;
}
table td.highlighted.openSale {
    background-color:#6cb578 !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-size: 1rem 1rem !important;
}

table td.highlighted.stayDataStock {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-size: 1rem 1rem !important;
    background-color: #17a2b8!important;
}
table td.highlighted.reallotement {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-size: 1rem 1rem !important;
    background-color: #7293d0!important;
}
table td.highlighted.release {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-size: 1rem 1rem !important;
    background-color: #7293d0!important;
}
.btn.select-from-calendar{
    background-color: #419641 !important;
    border-color: #28a745 !important;
    color: white;
}
.data-selected-calendar-txt{
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #333 !important;
    border: none !important;
    text-align: center;
}
#AddEditStock-StopOpenSales .footer{
    padding: 5px;
    margin-top: 20px;
}
.list-date-selected > div {
    padding-bottom: 2px;
}
.list-date-selected{
    padding: 5px 0px;
    max-height: 170px;
    overflow: auto;
}
.table.data-table-stock td {padding: 0px !important;    vertical-align: middle !important;position: relative;}
.data-stock.seletedForm, .data-stay-stock.seletedForm{background-color: #71a7c1 !important;}

.data-table-stock .border-typo-stock{width: 70%;height: 1px;margin: 0 auto;border: 1px dashed #eee;}
.table.data-table-stock:last-child {
    margin-bottom:0 !important;
}
.data-selected-calendar-txt{
    background-color: #f7f7f7 !important;
    padding: 2px !important;
}
.openCloseMenuStock{
    cursor: pointer !important;
}
td.modifMinStay, td.modifArrivalDay, td.modifRelease{
    background: #3265a5 !important;
    color: white !important;
}
div.modifMinStay{
   background: #3265a5 !important;
}
.plus-stay-data{
    text-align: right;
    padding-right: 7px;
    font-size: 16px;
    position: absolute;
    bottom: -2px;
    right: -4px;
}
.row-min-stay{
    border-bottom: 5px solid #c5c5c5;
}
.global-data{
    border-bottom: 5px solid #fff;
}
.info-vacance-france {
    position: absolute;
    right: 0;
    top: 0;
    margin: 2px 3px;
    font-size: 14px;
    color: #3b38ff;
    cursor: pointer;
}
.info-txt-vacances-france{
    position: absolute;
    bottom: 100%;
    z-index: 9999;
    background: #000;
    opacity: 0.6;
    padding: 10px;
    color: #fff;
    width: 168px;
    display:none;
}
.info-txt-vacances-france.showData{
    display: block !important;
}