﻿#root {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

#background {
   position: fixed;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   background-image: url(/background.jpg);
   /* background-image: url(/console/background.jpg); */
   /*background-color: #CCC;*/
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}

#background_top {
   position: fixed;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   background-color: rgba(0, 0, 0, 0.5);
}

/* Numero versione in alto a destra della finestra */
#v_div {
   font-family: sans-serif;
   font-size: 14px;
   position: fixed;
   top: 5px;
   right: 5px;
   color: #ccc;
}

.login-form {
   border-radius: 6px;
}

html,
body {
   background-color: #ddd;
}

.webix_window:not(.webix_sidemenu):not(.mobile):not(.webix_sidebar_popup) {
   border-radius: 6px;
}

.label-color>div {
   color: #1ca1c1 !important;
}

.center {
   text-align: center !important;
}

.fade-element {
   opacity: 0;
   transform: translateY(-20px);
   transition: all ease-in-out 0.3s;
}

.move-up {
   transform: translateY(-20px);
   transition: all ease-in-out 0.3s;
}

.mdi {
   vertical-align: middle !important;
}

.mdi.header {
   font-size: 20px !important;
}

.webix_icon {
   vertical-align: middle !important;
}

.webix_el_icon .webix_badge {
   font-size: 10px !important;
   height: 16px !important;
   line-height: 16px !important;
   min-width: 16px !important;
   border-radius: 8px !important;
   top: 2px !important;
}

.webixtype_base {
   vertical-align: middle !important;
}

.evoButtonGreenText button {
   color: #34a853 !important;
}

.evoButtonGreenText span {
   color: #34a853 !important;
}

.evoButtonRedText button {
   color: #cc0000 !important;
}

.evoButtonRedText span {
   color: #cc0000 !important;
}

/*.evoButtonGreen button {
    background-color: #34A853 !important;
    color: #FFFFFF !important;
    color: #34a853 !important;
}

.evoButtonGreen span {
    color: #34a853 !important;
}*/


.evoButtonGreen {
   padding-right: 10px;
}

.evoButtonGreen button {
   background-color: #1faa00 !important;
   color: #FFFFFF !important;
}

.evoButtonGreen span {
   color: #FFFFFF !important;
}

.evoButtonGreen:hover button {
   background-color: #198A00 !important;
   color: #FFFFFF !important;
}

.evoButton button {
   background-color: #1ca1c1 !important;
   color: #ffffff !important;
}

.evoButton span {
   color: #ffffff !important;
}

.evoButton:hover button {
   background-color: #1992af !important;
   color: #ffffff !important;
}

.evoButton_Red button {
   background-color: #ff5c4c !important;
   color: #ffffff !important;
}

.evoButton_Red span {
   color: #ffffff !important;
}

.evoButton_Red:hover button {
   background-color: #ff4938 !important;
   color: #ffffff !important;
}

.evoButton_Green button {
   background-color: #1faa00 !important;
   color: #ffffff !important;
}

.evoButton_Green span {
   color: #ffffff !important;
}

.evoButton_Green:hover button {
   background-color: #198a00 !important;
   color: #ffffff !important;
}

.evoButton_Orange button {
   background-color: #ff8800 !important;
   color: #ffffff !important;
}

.evoButton_Orange span {
   color: #ffffff !important;
}

.evoButton_Orange:hover button {
   background-color: #f65314 !important;
   color: #ffffff !important;
}

#logo_head {
   vertical-align: middle;
}

#logo_head.login {
   text-align: center;
   padding: 10px;
}

#logo_head.main {
   text-align: left;
   padding: 2px 0px;
}

#logo_head img {
   width: 24px;
   height: 24px;
   vertical-align: middle;
   margin-right: 7px;
}

#logo_head span {
   vertical-align: middle;
   font-size: 18px;
   font-weight: bold;
}

.datatable-btns-container {
   display: flex;
   justify-content: center;
   align-items: center;
}

.datatable_btn {
   cursor: pointer;
   font-size: 18px;
   text-align: center;
   /*margin: 2px;*/
}

.datatable_btn.mdi-close {
   color: #d50000;
}

.datatable_btn.mdi-close.disabled {
   color: #bbbbbb;
   cursor: not-allowed;
}

.splash_section {
   display: table;
   text-align: center;
   width: 100%;
   height: 100%;
   vertical-align: middle;
   color: #bbbbbb;
}

.splash_section .splash_section_inner {
   display: table-cell;
   font-size: 250px;
   text-align: center;
   vertical-align: bottom;
}

.webix_table_checkbox:hover {
   cursor: pointer;
}

.common_loading_overlay {
   display: inline-block;
   padding: 10px;
   text-align: center;
   background-color: #fff;
   border-radius: 3px;
   border: 1px solid #888;
   box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
   color: #1ca1c1;
}

#MicrosoftNav {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.NavBarButton {
   display: flex;
   justify-content: center;
   align-items: center;
   padding-top: 1px;
   border: 1.35px solid #333333;
   background-color: #ffffff;
   border-radius: 100%;
   width: 30.5px;
   height: 30.5px;
   margin-top: 4px;
   margin-left: 2px;
   box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.5);
}

.NavBarButton:hover {
   background-color: #dddddd;
   cursor: pointer;
}

.NavBarButton img {
   vertical-align: middle;
   text-align: center;
   margin-top: 6px;
}

.NavBarButton i {
   vertical-align: middle;
   text-align: center;
   /*margin-top: 6px;*/
   line-height: 30px;
   font-size: 20px;
}

.NavBarButton.active {
   animation-duration: 350ms;
   animation-name: blink_NavBarButton;
   animation-iteration-count: infinite;
   animation-direction: alternate;
}

@keyframes blink_NavBarButton {
   from {
      background-color: #ffffff;
   }

   to {
      background-color: #ffd800;
   }
}

#evo_kml_alert {
   position: absolute;
   top: 9px;
   right: 50px;
   border: 1px solid #333333;
   background-color: #ffffff;
   display: inline-block;
   border-radius: 14px;
   height: 28px;
   line-height: 28px;
   padding: 0px 10px;
   vertical-align: middle;
   text-align: center;
   box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.5);
}

.evoIcon {
   border: 0px;
}

.evoIcon>div {
   border: none;
   padding: 0px;
   color: #94a1b3;
   text-align: center;
   font-size: 20px !important;
   line-height: 28px;
}

.evoIcon.blue i {
   color: #1ca1c1;
}

.evoIcon.orange i {
   color: #ff9800;
}

.conn_status ::before.active {
   color: #f65314 !important;
}

.conn_status ::before.connected {
   color: #1faa00;
}

.conn_status ::before.disconnected {
   color: #cc0000;
}

.webix_el_icon.orange span.webix_icon {
   color: #ff9800 !important;
}

.label-titolo-gestione-stazioni {
   text-align: start;
}

.center-title-gestione-stazioni {
   text-align: center;
}

/* PULSANTI SU LISTA - IMPORTATO DA EVOGPS*/
.btn_arancione_wx {
   color: #f2a508;
   cursor: pointer;
   font-size: 18px;
}

.btn_rosso_wx {
   color: #d50000;
   cursor: pointer;
   font-size: 18px;
}

.btn_azzurro_wx {
   color: #1ca1c1;
   cursor: pointer;
   font-size: 18px;
}

.btn_grigio_wx {
   color: #ddd;
   cursor: pointer;
   font-size: 18px;
}

.btn_verde_wx {
   color: #239023;
   cursor: pointer;
   font-size: 18px;
}

.tooltip_foto {
   padding: 5px;
   -webkit-box-shadow: 0px 2px 10px -3px #333;
   -moz-box-shadow: 0px 2px 10px -3px #333;
   box-shadow: 0px 2px 10px -3px #333;
   max-height: 200px;
   height: 200px;
   z-index: 10000;
}

.info_foto {
   padding: 5px;
   /*max-height: 130px;
   height: 130px;*/
   max-height: 100%;
   max-width: 100%;
   cursor: pointer;
}

.ip_camera_dataora {
   display: inline-block;
   padding: 1px 2px;
   background-color: rgba(0, 0, 0, 0.7);
   color: #ffffff;
   font-size: 10px;
   font-family: Consolas, "Courier New", Courier, monospace;
}

.dt_icon_header {
   font-size: 18px;
}

.webix_dtable .webix_ss_header td.webix_last_row {
   border-bottom: 1px solid #e0e1e5 !important;
}

/*.webix_hcell {
   display: flex !important;
   align-items: center !important;
   justify-content: center !important;
}*/

.webix_ss_header td {
   border-right: unset !important;
}

.webix_dtable .webix_hcell.webix_ss_filter input {
   margin-top: unset !important;
}