
hr {
    margin: 5px 0;
}

.navbar-brand img {
    vertical-align: sub;
    margin-right: 10px;
    max-width: 225px;
}

.navbar-username {
    line-height: 40px;
    vertical-align: top;
    color: #ffffff;
    font-style: italic;
}

span[onclick] {
    cursor: pointer;
}
span[onclick]:hover {
    color: #0069d9;;
}

main.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

main.container-fluid #filter_form .row {
    margin-left: 0;
    margin-right: 0;
}


main .col.frame {
    padding: 0;
}

#loading.modal {
    top: 40vh;
    text-align: center;
}


#inform.modal div.modal-content {
    background: white;
}

span#global_stats {
    position:absolute;
    top: 20px;
    right: 20px;
    cursor: help;
    z-index: 42;
    font-size: 28px;
    color: #007BFF;
    background: white;
    border-radius: .25rem;
    padding: 5px;
}


#ol_map {
    width: 100%;
    height: 90vh;
    background-color: #D4DADC;
}

#ol_map.drawable {
    cursor: url(../img/marker.cur) 0 30, auto;
}

.popup {
    position: absolute;
    z-index: 42;
    top: 20px;
    left: -20px;
    font-size: 12px;
}

.popup .popup-content.card-body {
    width: 300px;
    height: 150px;
    padding: 10px;
}

.popup .popup-content.popup-content-extended.card-body {
    height: 190px;
}

.popup-content.card-body h5.card-title {
    margin-bottom: .25rem;
}

.popup-content.card-body .row > div {
    padding: 0px;
}

.popup-content.card-body .row {
    margin: 0px 0px 4px 0px;
}

.popup-content.card-body .row .progress {
    height: 100%;
    overflow: hidden;
    background-color: #999999;
}


.note {
    font-site: 10px;
    color: #666666;
}



#filter_form {
    /* padding-bottom: 150px; */
}

#filter_form .form-group {
    margin-bottom: 5px;
}

#filter_form .form-group label {
    margin-bottom: 0px;
    font-size: 12px;
}

#filter_form .form-group select,
#filter_form .form-group input[type="text"] {
    padding: 2px 4px;
    height: 28px;
    font-size: 12px;
}

#filter_form .input-group > .input-group-prepend > .input-group-text,
#filter_form .input-group > .input-group-append > .input-group-text {
    padding: 4px 12px;
}

.ui-menu .ui-menu-item {
    font-size: 12px;
}


#filter_form .img-checker{
    opacity:0.5;
    background-color: #eee;
    border-color: #777;
}


#filter_form .img-checker.checked{
    opacity:1;
    background-color: #fff;
    border-color: #000;
}

#filter_form .form-group .daterangepicker {
    z-index: 10 !important;
    flex: 1;
    top: 0;
    left: 0;
    margin: 0;
    padding: 6px;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td,
.daterangepicker .ranges button {
    font-size: 12px;
}

.daterangepicker .calendar .fa-angle-left,
.daterangepicker .calendar .fa-angle-right {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	position: relative;
	top: 0.50em;
	vertical-align: top;
	width: 0.45em;
}
.daterangepicker .calendar .fa-angle-left {
	left: 0.25em;
	transform: rotate(-135deg);
}
.daterangepicker .calendar .fa-angle-right {
	left: 0;
	transform: rotate(45deg);
}


#ui-monthpicker-div {
    width: 200px;
    padding: 6px;
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
}

#ui-monthpicker-div .ui-datepicker-header {
    color: #222222;
    font-weight: bold;
    margin-bottom: 2px;
}

#ui-monthpicker-div .ui-datepicker-prev,
#ui-monthpicker-div .ui-datepicker-next {
    position: absolute;
    top: 7px;
    width: 1em;
    overflow: hidden;
}

#ui-monthpicker-div .ui-datepicker-prev {
    left: 8px;
}

#ui-monthpicker-div .ui-datepicker-next {
    right: 5px;
}

#ui-monthpicker-div .ui-icon {
    display: inline-block;
    font-family: Icons;
    font-size: 14px;
    cursor: pointer;
    color: #888;
}

#ui-monthpicker-div .ui-icon-circle-triangle-w:before {
    content: '\e02e';
    padding-right: 10px;
}

#ui-monthpicker-div .ui-icon-circle-triangle-e:before {
    content: '\e02f';
    padding-right: 10px;
}

#ui-monthpicker-div .ui-datepicker-year {
    border: 0px;
    margin-left: 65px;
}

#ui-monthpicker-div .ui-datepicker-calendar {
    width: 100%;
    background: #f1f1f1;
}

#ui-monthpicker-div .ui-datepicker-calendar td {
    border: 1px solid #ddd;
    text-align: center;
}

#ui-monthpicker-div .ui-datepicker-calendar td.ui-datepicker-today {
    background: #3af;
}

#ui-monthpicker-div .ui-datepicker-calendar td a.ui-state-default {
    color: #212529;
}

#ui-monthpicker-div .ui-datepicker-calendar td:hover {
    background: #ff8000;
}

#ui-monthpicker-div .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default,
#ui-monthpicker-div .ui-datepicker-calendar td:hover a.ui-state-default {
    color: white;
}

#ui-monthpicker-div .ui-datepicker-calendar td a.ui-state-default:hover {
    text-decoration: none;
}


.radio-switch  {
    display: inline-block;
    vertical-align: bottom;
}

.radio-switch span,
.radio-switch div.radio {
    display:none;
}

.radio-switch input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.radio-switch label {
  float: left;
}

.radio-switch label {
  display: inline-block;
  width: 24px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 1px;
  margin-bottom: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.radio-switch label:hover {
    cursor: pointer;
}

.radio-switch input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio-switch input:checked + label.default {
  background-color: #bbb;
}

.radio-switch input:checked + label.success {
  background-color: #3c763d;
}


#filter_form .form-group .ms-options-wrap > button:focus,
#filter_form .form-group .ms-options-wrap > button {
    color: inherit;
    border-radius: .25rem;
    padding: 3px 20px 3px 5px;
}

#filter_form .form-group .ms-options-wrap > button::after {
    height: 6px;
    width: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: black;
    transform: rotate(135deg);
}

#filter_form .form-group .ms-options ul label input[type="checkbox"] {
    margin-top: 3px;
}

#filter_form .form-group .ms-options label {
    font-size: 12px;
}


.ui-multiselect-menu.form-control {
    max-height: 30vh;
    overflow: auto;
}

.ui-multiselect-menu.form-control ul.ui-multiselect-checkboxes > li {
    height: unset;
}

.ui-multiselect-menu.form-control ul li label {
    margin-bottom: 0px;
}


.btn-group.btn-group-toggle.btn-toolbar > .btn {
    flex: 1;
    font-size: 12px;
    padding: 6px;
}



#period_menu {
    position: absolute;
    top: 10px;
    z-index: 42;
    left: 2%;
    background: white;
    width: 96%;
    opacity:0.8;
}

#period_menu label.animate {
    flex: unset;
    width: 32px;
}



.pull-bottom {
    position: absolute;
    bottom: 0;
}

main .legend {
    z-index: 42;
    background: white;
}

main .legend.pull-bottom {
    width: 100%;
}

.legend .toggler {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: solid 1px rgba(0,0,0,.1);
    cursor: pointer;
}

.legend.closed {
    height: 30px;
    overflow: hidden;
}

.legend.closed .toggler {
    margin-top: 20px;
}

.legend.closed .toggler::before {
    content: '';
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #e8e8e8;
}

.legend.opened .toggler {
    margin-bottom: 20px;
}

.legend.opened .toggler::after {
    content: '';
    position: absolute;
    left: 45%;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #e8e8e8;
}

.legend-header {
   font-size: 12px;
}

.legend-body {
    min-height: 102px;
    font-size: 12px;
}

#mouse-position {
    z-index: 3;
    min-height: 24px;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
}


@media (max-width: 1024px) {
    #filter_form .form-group .btn-toolbar .btn {
        padding: 2px 6px;
    }
    #filter_form .btn .img-thumbnail {
        max-width: 75%;
    }
    .legend .p-1 {
        padding-bottom: 0px !important;
    }
}

.wrapper {
    width:100%
}
#sidebar {
    min-width:250px;
    max-width:250px;
    background:#343a40;
    color:#fff;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    position:relative;
}
#sidebar .h6 {
    color:#fff;
}
#sidebar.active {
    margin-left:-250px;
}
#sidebar.active .custom-menu {
    margin-right:-50px;
}
#sidebar h1 {
    margin-bottom:20px;
    font-weight:700;
}
#sidebar h1 .logo {
    color:#fff;
}
#sidebar ul.components {
    padding:0;
}
#sidebar ul li {
    font-size:16px;
}
#sidebar ul li>ul {
    margin-left:10px;
}
#sidebar ul li>ul li {
    font-size:14px;
}
#sidebar ul li a {
    padding:10px 0;
    display:block;
    color:rgba(255,255,255,.8);
    border-bottom:1px solid rgba(255,255,255,.1);
}
#sidebar ul li a:hover {
    color:#fff;
    text-decoration: none;
}
#sidebar ul li.active>a {
    background:0 0;
    color:#fff;
    font-weight: bold;
}
@media(max-width:991.98px) {
    #sidebar {
        margin-left:-250px;
    }
    #sidebar.active {
        margin-left:0;
    }
    #sidebar .custom-menu {
        margin-right:-50px!important;
        top:10px!important;
    }
}

#sidebar .custom-menu {
    display:inline-block;
    position:absolute;
    z-index: 42;
    top:20px;
    right:0;
    margin-right:-20px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

@media(prefers-reduced-motion:reduce) {
    #sidebar .custom-menu {
        -webkit-transition:none;
        -o-transition:none;
        ransition:none;
    }
}
#sidebar .custom-menu .btn{
    width:40px;
    height:40px;
    border-radius:50%;
}
#sidebar .custom-menu .btn.btn-primary {
    background:rgba(240, 80, 140, 1);
    border-color:rgba(240, 80, 140, 1);
}
#sidebar .custom-menu .btn.btn-primary:hover,#sidebar .custom-menu .btn.btn-primary:focus {
    background:rgba(240, 80, 140, 1)!important;
    border-color:rgba(240, 80, 140, 1)!important;
}
a[data-toggle=collapse] {
    position:relative
}
.dropdown-toggle::after {
    display:block;
    position:absolute;
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
@media(max-width:991.98px) {
    #sidebarCollapse span {
        display:none;
    }
}
#content {
    width:100%;
    padding:0;
    min-height:100vh;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

.card-header {
    text-transform: capitalize;
}

.select2-container .select2-selection--single {
    height: 38px;!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;!important;
}



.loader {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 50px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(20, 190, 210, 1);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 10;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(00, 80, 160, 1);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(240, 80, 140, 1);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ratio {
    margin-left: -25px;
}

/** B : statistics modules **/
.stats-mod {
    display: inline-flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
}
.stats-mod-content {
    height: 100%;
    min-height: 340px;
    padding: 5px 10px;
    border: 1px solid grey;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.stats-mod-title {
    margin-bottom: 0px;
    font-size: 1.5rem;
    font-weight: bold;
}
.stats-mod-subtitle {
    margin-bottom: 0px;
    color: grey;
}
.stats-mod-value {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10rem;
    font-weight: bold;
    line-height: 14rem;
    color: rgba(240, 80, 140, 1);
    border-top: 1px solid #dee2e6;
}
.stats-mod-table {
}
.stats-mod-chart {
    width: 100%;
    height: 280px;
    border-top: 1px solid #dee2e6;
}
.amcharts-amexport-label {
    color: rgba(240, 80, 140, 1);
}
/** E : statistics modules **/

footer {
    display: none;
}

.icon-documentation {
    float: right;
}

.possible-value {
    color: #999999;
    font-size: x-small;
    font-style: italic;
}

.ui-multiselect span:not(.ui-multiselect-open) {
    margin-left: 2px;
}