html, body {
    height: 100%;
}

body {
    background-color: #303030;
    font-family: "Helvetica" !important;
    color: #d4d4d4 !important;
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1 0 0;
}

.bg-black {
    background-color: #212121 !important;
}

.bg-black-2 {
    background-color: #303030 !important;
}

.bg-grey-dark {
    background-color: #666666;
}

.bg-grey-dark2 {
    background-color: #505050;
}

.text-grey {
    color: #d4d4d4 !important;
}

.text-blue {
    color: #44B8F0;
}

.bg-grey {
    background-color: #d4d4d4 !important;
}

.bg-blue {
    background-color: #44B8F0 !important;
}

.bg-dark-blue {
    background-color: #0184b2 !important;
}

.bg-dark-grey {
    background-color: #77787b !important;
}

/* Navbar style */

.navbar-dark {
    background-color: #212121 !important;
}

.logo {
    width: 70px;
}

.nav-link {
    color: #d4d4d4 !important;
}

.nav-icon {
    font-size: 25px;
}

.nav-link:hover {
    color: #44B8F0 !important;
}

.navbar.navbar-dark .navbar-nav .nav-item>.nav-link {
    background-color: #212121 !important;
    border-bottom: medium solid #212121;
    transition: none !important;
}

.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    color: #44B8F0 !important;
    border-bottom-color: #44B8F0;
}

.dropdown-menu-header  {
    background-color: #212121;
}

.navbar .dropdown-menu a:not(.active) {
    color: #d4d4d4 !important;
}

.dropdown-item:hover {
    text-decoration: none;
    background-color: #3A3A3D !important;
}

button.dropdown-item {
    padding: 10px !important;
    font-size: .9375rem !important;
    font-weight: 300 !important;
}

.stripe-1 {
    background: repeating-linear-gradient( -55deg, #222, #222 10px, #333 10px, #333 20px);
}

.stripe-table {
    color: white;
    background: repeating-linear-gradient( -55deg, #222, #222 10px, #333 10px, #333 20px);
}

table.table-hover tbody tr.stripe-table:hover {
    background: repeating-linear-gradient( -55deg, #222, #222 10px, #424242 10px, #424242 20px);
    -webkit-transition: .5s;
    transition: .5s;
}

.table-hover tbody tr.stripe-table:hover {
    color: white;
}

.dropdown-header-panel-robot {
    background-color: #303030;
}

.dropdown-header-panel-robot .dropdown-item:hover {
    background-color: #67676d !important;
}

#main_navbar {
    padding: 0 0 0 1rem;
}

#main_navbar .navbar_brand {
    padding-bottom: 0;
    padding-top: 2px;
}

#main_navbar .navbar-nav {
    font-size: 19px;
}

#main_navbar .navbar-nav li {
    margin-right: 10px;
    padding-top: 5px;
}

.dropdown_warnings {
    min-width: 680px;
}

.dropdown_warnings_empty {
    width: 250px;
}

.dropdown_warnings i {
    color: #f1751c;
    background-color: white;
    border-radius: 7px;
}

.dropdown_warnings #warnings_link {
    color: #44B8F0 !important;
    text-decoration: underline;
}

.dropdown_warnings>div:first-child {
    border-bottom: 2px solid #44B8F0;
}

/*Footer style */

footer.page-footer {
    color: #d4d4d4 !important;
    flex-shrink: 0 !important;
}

a.underline-blue:hover {
    color: #44B8F0 !important;
}

/* Cards style */

.card-header {
    padding: .74rem 0rem .74rem 0rem !important;
}

.border-grey {
    border-color: #d4d4d4
}

hr {
    border-top-color: #d4d4d4 !important
}

hr.blue {
    border-top-color: #44B8F0 !important;
    border-top-width: 2px;
}

/*Btn style*/

.btn-style1 {
    background-color: #77787b;
}

.btn-style2 {
    background-color: #966bc1;
}

.btn-style3 {
    background-color: #2BBBAD;
}

.btn-style9 {
    background-color: #44B8F0;
    color: white !important;
}

.btn-style9:hover {
    color: #212529 !important;
    text-decoration: none;
}

.btn-style9.active{
    background-color: #5d99b6;
}

.btn {
    padding: .84rem .84rem !important;
    width: 100%;
    margin-left: 0rem !important;
    color : black !important;
    margin-right: 0rem !important;
}

.btn:hover{
    box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18),0 4px 15px 0 rgba(255, 255, 255, 0.15) !important;
}

/*Icon robot style*/

.icon_robot_style {
    height: 18px;
}

/*Login page*/

@media(min-width: 992px){
    #logo-form-login {
        max-width: 300px;
    }
}

.black-text {
    color: #212121;
}

/*Settings page */

.table {
    color: unset !important;
}

.border-blue {
    border-color: #44B8F0 !important;
}

.btn.shadow-blue:hover {
    box-shadow: 0 5px 11px 0 rgba(124, 212, 255, 0.17), 0 4px 15px 0 rgba(124, 212, 255, 0.13) !important;
}

a.underline {
    text-decoration: underline !important;
}

/* Sidebar style */

#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    min-height: calc(100vh - 70px);
    background-color: #212121;
    padding: 0;
    /* flex: unset; */
}

.sidebar-expanded {
    width: 250px;
}

.sidebar-collapsed {
    width: 60px;
}

/* ----------| Menu item*/

#sidebar-container .list-group a {
    height: 50px;
    color: #d4d4d4;
}

#sidebar-container .list-group .sidebar-submenu a {
    height: auto;
    padding-left: 56px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

.sidebar-separator-title {
    height: auto !important;
}

.custom-padding {
    padding: .75rem 1.25rem !important;
}

.sidebar-separator {
    background-color: #212121;
    height: 25px;
}

a.bg-black:hover {
    background-color: #3A3A3D !important;
}

.btn-avatar {
    padding: .2rem !important;
    max-width: 20px;
    height: 20px;
}

#rover-img {
    width: 20px;
    height: 22px;
}

.collapse-button {
    border-top-color: #44B8F0 !important;
    border-top-width: 2px !important;
    border-top-style: solid !important;
}

.active_tab_sidebar {
    border-left-color: #44B8F0;
    border-left-width: 4px !important;
    border-left-style: solid;
}

.menu-active {
    color: #44B8F0 !important;
}

.submenu-active {
    color: #44B8F0 !important;
    background-color: #3A3A3D!important;
}

.list-group-item-action {
    border-width: 0px;
}

.list-group .list-group-item:first-child {
    border-radius: unset !important;
}

.is-showing-fly-out {
    transform: translate3d(250px, 160px, 0);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
}

.is-showing-fly-out a {
    padding-left: 1rem!important;
}

.breadcrumb-item.active {
    color: white !important;
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0rem !important;
}

.breadcrumb-custom {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #44B8F0;
    border-radius: unset;
}

/* to avoid outline */

a:focus, a.x-btn:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus, input[type="button"]:focus {
    outline: none !important;
}

/*Design for table*/

.pagination .page-item .page-link {
    color: #d4d4d4 !important;
}

table.dataTable thead th.th-checkbox {
    padding-left: 0.75rem !important;
}

.btn.btn-table {
    width: auto!important;
    margin: 0px 15px 0px 0px !important;
}

.btn-rights {
    text-align: end;
    min-width: 200px;
}

.btn-status.disabled {
    opacity: 1;
}

.bc-icons-2 .breadcrumb-item+.breadcrumb-item::before {
    content: none;
}

.bc-icons-2 .breadcrumb-item.active {
    color: #455a64;
}

/* Missions style */

#myTabContent {
    border-width: 2px;
    border-style: solid;
    border-color: #44B8F0;
}

.nav-tabs {
    border-bottom-width: 0px!important;
}

.nav-tabs .nav-link.active {
    color: black !important;
    background-color: #44B8F0;
    border-color: #44B8F0;
}

.nav-tabs .nav-link:hover {
    border-color: #44B8F0;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.list-mosaic {
    border-radius: 0% !important;
    border-top-right-radius: 10% !important;
    border-bottom-right-radius: 10% !important;
}

.list-mosaic2 {
    border-radius: 0% !important;
    border-top-left-radius: 10% !important;
    border-bottom-left-radius: 10% !important;
}

.tabs_icon_mission {
    position: absolute;
    top: 10px;
    right: -10px;
}

.tabs_icon_mission a {
    padding: 5px 14px;
}

/*calendar */

.fc-today>span {
    background-color: #bae9ff;
    border-radius: 50%;
    width: 20px;
    text-align: center;
}

.fc-widget-header {
    background-color: #44B8F0;
    color: black;
}

.fc-widget-content {
    color: black;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0em !important;
    padding: 1rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #212121;
}

.fc-button-primary {
    color: #44B8F0!important;
    background-color: #212121!important;
    border-color: #44B8F0!important;
}

.fc-button-active {
    color: black!important;
    background-color: #44B8F0!important;
}

.fc-body {
    background: white;
}

.fc-other-month {
    color: #666666;
}

.fc-day-number {
    color: black;
}

/*Help & assistance*/

#contact_form, #form_configuration_site {
    padding: 0;
    border: 2px solid #44B8F0;
}

#contact_form .card-body, #faq .card-body, #form_configuration_site .card-body {
    background-color: #303030;
}

#faq {
    padding: 0;
    border: 2px solid #966bc1;
}

#faq>.card-header {
    background-color: #966bc1;
}

#faq .faq_question {
    background-color: #505050;
}

.faq_question a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.filter_name.collapsed .rotate-icon {
    transform: rotate(180deg);
}

.card-header a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.errorlist {
    color: #ff5b6a;
    list-style: none;
    padding-left: 10px;
}

/*Modals*/

.md-form label {
    color: #d4d4d4;
}

strong {
    font-weight: bold !important;
}

.badge-notif-alerts {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 12px;
    border-radius: 12px !important;
}

.gj-picker-md [role="header"] {
    background-color: #5b5b5b;
}

.gj-picker-md [role="switch"] {
    background: #5b5b5b;
}

.gj-picker-md [role="footer"] button.gj-button-md {
    color: #5b5b5b;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background: #ed1c24;
}

.gj-picker-md table tr td.today div {
    color: #ed1c24;
}

.gj-picker-md .arrow-begin, .gj-picker-md [role="body"] [role="arrow"] {
    background-color: #ed1c24;
}

.gj-picker-md .arrow-end {
    border: 16px solid #ed1c24;
}

.white_datepicker>.gj-datepicker-md {
    color: #d4d4d4 !important;
}

.white_datepicker>.gj-datepicker-md>.gj-textbox-md {
    border-bottom-color: #d4d4d4 !important;
    color: #d4d4d4 !important;
}

.white_timepicker>.gj-timepicker-md {
    color: #d4d4d4 !important;
}

.white_timepicker>.gj-timepicker-md>.gj-textbox-md {
    border-bottom-color: #d4d4d4 !important;
    color: #d4d4d4 !important;
}

/*Missions Admin */

#patrol .patrol_instance {
    background-color: #505050;
}

.patrol_instance a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.flag_image_lang {
    height: 1.25em;
    width: 1.25em;
    border-radius: 50%;
    border: solid white 1px;
}

.flag_image_lang_dropdown {
    width: 10em !important;
}

.filter_name span, div[id^="your_filters_"] span {
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

div[id^="list_filters_"] div {
    background-color: white;
    color: #303030;
    display: inline-block;
}

div[id^="list_filters_"] i {
    cursor: pointer;
}

#your_filters_alert {
    max-width: 300px;
}

.span_order_with_arrows .not_allowed {
    color: #868080;
    cursor: not-allowed;
}

/* inputs */

.small-input {
    max-width: 90px;
}

.modal-header:active {
    box-shadow: none !important;
}

.modal-header.modal-header-orange {
    background-color: #ff7043;
    color: white;
}

.active_cell {
    background-color: #44B8F0;
    color: black;
}

.leaflet-popup-content {
    font-size: 15px;
}

.cursor_pointer {
    cursor: pointer;
}

.border-2 {
    border-width: 2px !important;
}

/*Display json code*/

pre {
    background-color: ghostwhite;
    border: 1px solid silver;
    padding: 10px 20px;
    margin: 20px;
}

.json-key {
    color: brown;
}

.json-value {
    color: navy;
}

.json-string {
    color: olive;
}

.pose_robot {
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: contain !important;
}

.object_in_map {
    font-size: 40px;
    position: absolute;
}

.waypoint_in_map {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    background-color: #8c9eff;
    border-radius: 100%;
    position: absolute;
}

.poi_in_map {
    width: 10px;
    height: 13px;
    border: 1px solid black;
    background-color: #966bc1;
    position: absolute;
    border-top: 2px solid #dab5ff !important;
}

#div-contains-real-image {
    width: 60%;
}

#div-contains-real-image img:first-child {
    width: 100%;
}

div[id^=div-contains-real-image-] img {
    width: 400px;
}

svg[id^=svg-real-image] {
    position: absolute;
    top: 0;
    left: 0;
}

#id_current_status:focus {
    box-shadow: none;
}

.iti {
    display: block!important;
}

.iti__country {
    color: #495057 !important;
}

.dropdown-divider {
    margin: 0em;
    border-top: 1px solid #44B8F0;
}

#table_alerttracking, #planning_mission_robot, #table_alert_wrapper, #table_robot_site, #table_group, #table_robot_permission {
    user-select: none;
}

button[id^=btn-apply-quick-action-], .send_date {
    height: 38px;
    line-height: 3px;
    font-size: 16px !important;
    text-transform: inherit !important;
}

.send_date{
    margin-top: 0 !important;
    margin-left: 15px !important;
}

.dropdown-item>div {
    overflow: hidden;
}

.w-200 {
    width: 200px;
}

#modal_zoom_image {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

#modal_zoom_image .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
}

#modal_zoom_image:hover, #modal_zoom_image:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#modal_zoom_image img {
    height: 100% !important;
    width: auto;
    margin: auto;
}

.overlay_map {
    position: absolute;
    background-color: #00000078;
    height: 100%;
    width: 100%;
    z-index: 1001;
}

/* For stats */

.main_panel_stat_element {
    background-color: #343434;
}

.panel_stat_separator {
    height: 1px;
    width: 95%;
    background-color: #44B8F0;
    margin: auto;
}

.panel_stat_title {
    text-align: center;
}

.panel_start_chart {
    padding-top: 2px;
}

.panel_stat_bar {
    border: solid #44B8F0;
    background-color: #FFFFFF;
}

.panel_stat_heatmap {
    width: 350px;
    height: 500px;
    background-color: #FAFAFA;
    border: solid #44B8F0;
}

.link {
    text-decoration: underline;
}

.link:hover {
    color: #44B8F0 !important;
    text-decoration: underline;
}

.link2 {
    color: red;
}

.link2:hover {
    color: #9c0000;
}

.btns_date_options_toi input{
    appearance: none;
}

.panel_robot_information a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.panel_robot_commands a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.panel_robot_administrators a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.modal-custom-size {
    max-width: 600px;
}

.collapse_add_element:hover {
    color: #21b6ff;
}

.text-blue {
    color: #7CD4FF;
}

.new-line{
    word-break: break-all;
}

fieldset.scheduler-border {
    border: dashed;
        border-top-color: currentcolor;
        border-top-width: medium;
        border-right-color: currentcolor;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-width: medium;
    border-width: 1px;
    border-color: #9e9a94;
}

.legend_fieldset {
    margin: auto;
    padding-left: 25px !important;
    padding-right: 10px !important;
}

legend.scheduler-border {
    font-size: 15px;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.legend_color {
    list-style: none;
    margin-left: unset;
    padding: unset;
}

.legend_color .ok, .result_ok {
    background-color: #0bff6e;
}
.legend_color .minor, .result_minor {
    background-color: #1fa354;
}
.legend_color .warning, .result_warning {
    background-color: #f57f17;
}
.legend_color .critical, .result_critical {
    background-color: #d32f2f;
}

.legend_color span {
    float: left;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 5px;
}

.legend_color li{
    padding-right: 25px;
}

.th-center{
    text-align: center;
    padding-left: 1rem !important;
}

.btn-rights-140 {
    text-align: end;
    min-width: 140px;
}

.option-device{
    min-width:50px;
}