/*body {
	padding-top: 80px;
}*/

/*#navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}*/

#navbar {
    position: sticky;
    top: 0;
}

#header {
    background-color: #7ab51d;
}

.hiddenRow {
	padding: 0 !important;
	background-color: white;
}

.bootstrap-table {
	background-color: white;
}

.fixed-table-body {
    overflow-y: visible;
    overflow-x: visible;
}

.table {
    background-color: white;
}

.flot-placeholder {
	width: 300px;
	height: 200px;
}

/*.popover-footer, .scheduler-event-title, .scheduler-event-recorder-date{
	display: none !important;
}*/

@media print {
	.fixed-table-toolbar, .filterControl, .fht-cell, .fixed-table-pagination, .detail, footer, tr td:first-child {
		display: none;
	}
}

.fc-day {
	background-color: rgba(255,255,255, 0.4);
}

.fc-day:hover, .fc-slats tr:hover{
    background: #d8790f;
}

/*Allow pointer-events through*/
/*.fc-slats,*/ /*horizontals*/
.fc-content-skeleton, /*day numbers*/
.fc-bgevent-skeleton /*events container*/{
    pointer-events:none
}

/*Turn pointer events back on*/
.fc-bgevent,
.fc-event-container{
    pointer-events:auto; /*events*/
}

.editable {
	color: #555555;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 3px !important;
}

a.editable-click {
	border-bottom: none !important;
}

.edit-textarea {
	width: 500px !important;
}

.fc-event {
	color: #fff;
	text-shadow: 1px 0 0 black, -1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
}

.select2-results .select2-highlighted {
    background: #d8790f ! important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #dddddd;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav h3 {
    color: #d8790f;
    position: absolute;
    top: 0;
    left: 2px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #d8790f;
    display: block;
    transition: 0.4s;
}

.sidenav a:hover {
    color: white;
    background-color: #d8790f;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 10px;
}

.closebtn:hover {
	background-color: #dddddd !important;
}

/*#parcelles-map {
    margin-top: 5px;
    height: 80vh;
}*/

/*#loading-indicator {
    position: absolute;
    left: 50%;
    z-index: 9999;
}*/

.dropzone {
    transition: background-color 0.3s;
}

.drop-target {
    background-color: #d8790f;
}

.drag-drop {
    z-index: 99;
    border: 2px solid black;
    background-color: #7ab51d;
    font-size: 0.9em;
    color: black;
    border-radius: 4px;
    padding: 2%;
    margin: 5%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drag-drop-check {
    transition: all 0.5s;
}

.drag-drop.no-drop {
    border: 2px solid red !important;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
    position: absolute;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow: auto;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #d8790f;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/*bloc de legende pour leaflet */
.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.8;
}

.info {
    padding: 6px 8px;
    background: white;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

/*#affect-panel.affix {
    position: fixed;
    top: 50px;
    width: inherit;
}*/

#planif-action-modal > .modal-dialog {
    width: 65%;
}

.bootstrap-table {
    overflow-x: auto;
    background-color: transparent;
}