html, body {
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    height: 100%;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 8px;
    margin-bottom: 8px;
}

#offset {
    margin-top: 50px;
    height: -webkit-calc(100% - 52px);
    height:    -moz-calc(100% - 52px);
    height:         calc(100% - 52px);
}

.navbar{
    margin: 0px;
    padding: 0px;
    height: 52px;
    border: 0px;
}

.box {
    height: 100%;
}

label {
    margin-top: 2px;
    margin-bottom: 2px;
}

a:hover, a:visited, a:link { 
    text-decoration: none; 
}

#logtable {
    background-color: #27426d;
    color: #132136;
}

#even{
    background-color: #d9e3f2;
}

#uneven{
    background-color: #e5edfa;
}

#logth {
    color: #ffffff;
    background-color: #27426d;
    white-space: nowrap;
}

th, td {
    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;
}

#logth, #logtd {
    padding-left: 2px;
    padding-right: 2px;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}

.input-lg {
    padding: 0px 16px;
}

.bg-danger, .bg-success {
    padding: 0 5px;
}

.inline {
    display: inline;
}

#inline {
    float: left;
}

#clearBoth { clear:both; }

.link-button {
    padding: 0;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.link-button:hover,
.link-button:focus {
    color: #23527c;
}
.link-button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.search-button {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.search-button:hover,
.search-button:focus {
    color: #ffffff;
    background-color: #23527c
}

.red {
    color: #EF1F2F;
}
.red:hover,
.red:focus {
    color: #BF0808;
}

.gray {
    color: #777777;
}
.gray:hover,
.gray:focus {
    color: #333333;
}

.blue {
    color: #337ab7;
}
.blue:hover,
.blue:focus {
    color: #337ab7;
}

input[type=checkbox]
{
  -moz-transform: scale(1.5); /* FF */  
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#datapopup {
    width: 100%;
    /* height: 100%; */
    margin: 0px;
}​

.mycontainer {
    display: flex;                  /* establish flex container */
    flex-direction: row;            /* default value; can be omitted */
    flex-wrap: nowrap;              /* default value; can be omitted */
    justify-content: space-between; /* switched from default (flex-start, see below) */
}

.transbg {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(8, 14, 26);
    /* RGBa with 0.6 opacity */
    background-color: rgba(8, 14, 26, 1);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6080e1a, endColorstr=#E6080e1a);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6080e1a, endColorstr=#E6080e1a)";
}

.modalBackground {
      /* Fallback for web browsers that don't support RGBa */
    background-color: rgb( 8, 14, 26 );
    /* RGBa with 0.6 opacity */
    background-color: rgba( 8, 14, 26, 0.2 );
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6080e1a, endColorstr=#E6080e1a);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6080e1a, endColorstr=#E6080e1a)";
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.login-input {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 32px;
    width: 220px;
    color: #000000;
    
}
.login-button {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;    
    color: #ffffff;
}

#background {
   position: fixed;
   top: 50%;
   left: 50%;
   min-width: 100%;
   min-height: 100%;
   width: auto;
   height: auto;
   z-index: -100;   
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
} 


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    100000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/png/loading.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
 
::-webkit-scrollbar-thumb {
    background: #888;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


#overlayObjectContainer{
    right: 20px; 
    top: 70px; 
    position: absolute; 
    z-index: 9990; 
    width: 300px;  
    height: 85%; 
    background-color: white;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
    border-left: solid lightgray 2px;
    border-right: solid lightgray 2px;
    border-bottom: solid lightgray 2px;

    /* -webkit-box-shadow: 1px 1px 5px 1px #ccc;
    -moz-box-shadow:    1px 1px 5px 1px #ccc;
    box-shadow:         1px 1px 5px 1px #ccc; */
}

#overlayObjectbody{
    height:99%; 
    /* margin-top: 10px; */
    overflow-y: scroll;
}

#overlayObjectbody ul li{
    cursor: pointer;
}

#overlayObjectList{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#filter_objects_input{
    margin: 10px 0 0 70px;
    width: 205px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    /* background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat; */
    padding: 5px 20px 5px 40px;
}

#visibility_overlay img{
    display: block;
    margin: auto;
    padding-top: 8px;
    cursor: pointer;
}

#error_counter img {
    display: block;
    margin-left: 10px;
    padding-top: 10px;
}

#filter_object{
    width: 300px;
    position: absolute; 
    z-index: 1028; 
    right: 20px;
    top: 10px;
    background-color: white;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
    border-left: solid lightgray 2px;
    border-right: solid lightgray 2px;
    border-top: solid lightgray 2px;
}

#filter_object img{
    margin-top: -60px;
    margin-left: 80px;
}

.clickable{
    cursor: pointer;
}

.show_error_counter_number{
    background-color: red;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 2px;
    margin-top: -40px;
    margin-left: 30px;
}

.hide_error_counter_number{
    visibility: hidden;
}

.toggle_object_show{
    border: 2px solid white;
    right: 318px; 
    top: 60px; 
    position: absolute; 
    width:50px; 
    height: 50px; 
    background-color: #6EB4E7;
    z-index: 1029;
    transition: right 1s;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    webkit-border-top-left-radius: 4px;
    webkit-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-top: solid lightgray 2px;
    border-left: solid lightgray 2px;
    border-bottom: solid lightgray 2px;
    cursor: pointer;
}

.toggle_object_hide{
    border: 2px solid white;
    right: 68px; 
    top: 60px; 
    position: absolute; 
    width:50px; 
    height: 50px; 
    background-color: #6EB4E7;
    z-index: 1028;
    transition: right 1s;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    webkit-border-top-left-radius: 4px;
    webkit-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-top: solid lightgray 2px;
    border-left: solid lightgray 2px;
    border-bottom: solid lightgray 2px;
    cursor: pointer;
}

.visibility_overlay_show{
    border: 2px solid white;
    right: 318px; 
    top: 10px; 
    position: absolute; 
    width:50px; 
    height: 50px; 
    background-color: #6EB4E7;
    z-index: 1029;
    transition: right 1s;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    webkit-border-top-left-radius: 4px;
    webkit-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-top: solid lightgray 2px;
    border-left: solid lightgray 2px;
    border-bottom: solid lightgray 2px;
}

.visibility_overlay_hide{
    border: 2px solid white;
    right: 68px; 
    top: 10px; 
    position: absolute; 
    width:50px; 
    height: 50px; 
    background-color: #6EB4E7;
    z-index: 1028;
    transition: right 1s;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    webkit-border-top-left-radius: 4px;
    webkit-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-top: solid lightgray 2px;
    border-left: solid lightgray 2px;
    border-bottom: solid lightgray 2px;
}

.error_counter_show{
    right: 260px; 
    top: 10px; 
    width:60px; 
    height: 50px;
    background-color: white;
    position: absolute; 
    z-index: 1029;
    transition: right 1s;
    border-top: solid lightgray 2px;
}

.error_counter_hide{
    right: 10px; 
    top: 10px; 
    width:60px; 
    height: 50px;
    background-color: white;
    position: absolute; 
    z-index: 1029;
    transition: right 1s;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    webkit-border-top-right-radius: 4px;
    webkit-border-bottom-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-top: solid lightgray 2px;
    border-right: solid lightgray 2px;
    border-bottom: solid lightgray 2px;
}

.object_item{
    height: 60px;
    background-color: #1E325A;
    /* background-color: rgba(0, 128, 0, 0.822); */
    margin: 0 10px 5px 2px;
    padding-left: 10px;
    color: white;
}

.object_item_error{
    height: 60px;
    background-color: #E62D3D;
    color: white;
    margin: 0 10px 5px 2px;
    padding-left: 10px;
}

.object_item_offline{
    height: 60px;
    background-color: #59595B;
    color: white;
    margin: 0 10px 5px 2px;
    padding-left: 10px;
}

.div_object_item_logo{
    float: left;
    width: 60px;
    margin-top: 5px;
}

.div_object_item_logo img{
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid white 2px;
}

.div_object_item_error{
    float: left;
    margin: 3px 0 0 -25px;
    border: solid white 2px;
    background-color: red;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.div_object_item_name{
    margin-left: 10px;
    float: left;
    width: 150px;
    padding-top: 7px;
    /* font-weight: bold; */
}

.div_object_item_offline_icon{
    float: left;
    background-image:  url('../images/svg/no_signal-white.svg');
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    margin-top: 13px;
}

.object_info_container{
    width: 100%;
    margin: 0 auto;
}

.object_info_left {
    /* border: solid black 1px; */
    width: 49%;
    z-index: 9998;
    float: left;
}

.object_info_right{
    /* border: solid black 1px; */
    width: 50%;
    height: 100%;
    z-index: 9998;
    float: left;
}

.object_info_map_show{
    height: 300px;
    margin: 10px;
    visibility: visible;
    /* float: left; */

    -webkit-box-shadow: 1px 1px 5px 2px #ccc;
    -moz-box-shadow:    1px 1px 5px 2px #ccc;
    box-shadow:         1px 1px 5px 2px #ccc;
}

.object_info_map_show_full{
    width: 100%;
    height: 95%;
    visibility: visible;
}

object_info_map_hide{
    visibility: hidden;
}

.object_info_navigation_speed{
    border: solid black 1px;
    height: 300px;
    margin: 10px;
}

.object_info_alarm, 
.object_info_energy, 
.object_info_temperature, 
.object_info_tank, 
.object_info_generator, 
.object_info_batteries, 
.object_info_ac_power, 
.object_info_dc_power, 
.object_info_inverter, 
.object_info_simple_energy, 
.object_info_suntrack{
    /* width: 400px; */
    /* height: 500px; */
    min-height: 265px;
    margin: 10px;
    padding: 5px;
    float: left;

    -webkit-box-shadow: 1px 1px 5px 2px #ccc;
    -moz-box-shadow:    1px 1px 5px 2px #ccc;
    box-shadow:         1px 1px 5px 2px #ccc;
}

.object_info_alarm{
    width: 400px;
}

.object_info_batteries, 
.object_info_ac_power, 
.object_info_dc_power, 
.object_info_dc_power, 
.object_info_suntrack, 
.object_info_simple_energy, 
.object_info_generator{
    width: 300px;
}

.batteries_content{
    float: left;
    width: 145px;
    margin-bottom: 20px;
}

.generator_nl_content{
    float: left;
    width: 145px;
    margin-bottom: 20px;
}

.object_info_temperature{
    width: 300px;
}

#temperature_content{
    text-align: center;
}

.object_info_tank table tr td{
    padding: 3px 5px 3px 5px;
}

.object_info_temperature table tr td{
    padding: 5px;
}

.tank_description{
    width: 135px;
}

.tank_meter {
    width: 130px;
    margin-right: 10px;
    margin-left: 5px;

    background: lightgrey;
}

.tank_meter::-webkit-meter-bar{
    background: lightgrey;
    border: none;
}

.tank_meter::-webkit-meter-optimum-value {
    background:green;
}

.tank_meter::-webkit-meter-suboptimum-value {
    background: orange;
}

.tank_meter::-webkit-meter-even-less-good-value  {
    background: red;
}

.tank_meter::-moz-meter-bar {}

.tank_meter:-moz-meter-optimum::-moz-meter-bar {
    background:green;
}

.tank_meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: orange;
}

.tank_meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: red;
}

.generator_main{
    width: 140px;
}

.generator_icon{
    text-align: center;
    width: 90px;
}

.generator_nl_icon{
    text-align: center;
    width: 60px;
}

.generator_output{
    vertical-align: middle;
    text-align: right;
    width: 134px;
    padding-right: 10px;
}

.generator_nl_output{
    vertical-align: middle;
    text-align: right;
    width: 88px;
    padding-right: 10px;
}

.generator_autostart{
    margin-top: 20px;
    /* border: black solid 1px; */
}

.generator_start_by{
    margin-top: 70px;
}

.generator_start_user{
    margin-top: 5px;
    /* border: black solid 1px; */
}

.generator_start_empirbus{
    margin-top: 5px;
    /* border: black solid 1px; */
}

.generator_start_victron{
    margin-top: 5px;
    /* border: black solid 1px; */
}

.generator_start_stabilizer{
    margin-top: 5px;
    /* border: black solid 1px; */
}

.generator_start_by_img{
    padding-right: 5px;
}

#object_info_inverter{
    width: 300px;
}

.inverter_box_table{
    width: 100%;
}

.inverter_box_table_td{
    width: 60px;
    padding-bottom: 6px;
    text-align: right;
}

.object_info_alarm_list{
    width: 100%;
    /* float: left; */
    /* height: 90%;  */
}

.alarm_item_trigged{
    background-color: red;
    color: white;
}
/* 
tr.alarm_item_trigged td:first-child {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;

}

tr.alarm_item_trigged td:last-child {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
} */

#table_alarm_list{
    table-layout: fixed;
    /* border-collapse: separate;
    border-spacing:0 15px;  */
}

#table_alarm_list tbody{
  display:block;
  width: 100%;
  overflow: auto;
  /* min-height: 200px; */
  max-height: 450px;
  padding: 5px 5px 0 0;
}

#table_alarm_list thead tr {
   display: block;
}

#table_alarm_list thead tr th {
   cursor: pointer;
   padding-top: 10px;
}

#alarm_label_counter{
    margin-left: -20px;
    border: solid white 2px;
    background-color: red;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.table_header{
    background-color: #AADAFF;
    color: white;
}

.table_alarm_list_name {
  padding: 5px;
  text-align: left;
  width: 230px;
}

.table_alarm_list_time{
    padding: 5px;
    text-align: left;
    width: 160px;
}

#table_alarm_list tbody{
    border-collapse: separate;
    border-spacing:0 1px; 
}

.alarmlist_sorting_up{
    background-image:  url('../images/arrow-up.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 13px;
    float: right;
    margin-right: 30px;
}

.alarmlist_sorting_down{
    background-image:  url('../images/arrow-down.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 13px;
    float: right;
    margin-right: 30px;
}

.object_info_titel_label{
    font-size: 1.7em;
}

.object_info_date_label{
    font-size: 0.6em;
}

.object_info_energy_counter{
   color: white;
   margin: -35px 0 0 25px;
}

.object_info_generator_counter{
    color: white;
    margin: -45px 0 0 25px;
}

#googleMapObjectModal{
  width: 100%;
  height: 100%;
}

#modal_detail_container{
    width: 100%;
    height: 100%;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}
a[href^="http://www.navionics.com"]{display:none !important}

/* .gmnoprint div {
    background:none !important;
} */

.g-navionics-overlay-logo{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc a, .g-navionics-overlay-ackno a{
    display:none;
}

#custom_fullscreen_div{
    top: 111px;
    left: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: white;
    z-index: 1027;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#custom_fullscreen_icon{
    margin: 10px 0 0 10px;
}

#object_tracking{
    top: 171px;
    left: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1027;
    cursor: pointer;
    background-color: white;
    padding: 5px;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px 2px #ccc;
    -moz-box-shadow:    1px 1px 5px 2px #ccc;
    box-shadow:         1px 1px 5px 2px #ccc;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  /* overflow: auto; */
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 10px;
  border: 1px solid #888;
  width: 90%;
  height: 90%;
}

.modal-content-webpage{
    background-color: #fefefe;
    /* padding: 10px; */
    border: 1px solid #888;
    width: 100%;
    height: 100%;
}

.close {
  color: #000;
  float: right;
  font-size: 50px;
  font-weight: bold;
  opacity: 1;
}

.close_webpage{
    cursor: pointer;
    font-weight: bold;
    height: 50px;
    padding: 5px;
    border-bottom: #6EB4E7 solid 1px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#close_commander_logo{
    margin-left: 10px;
}

#iframe_webpage{
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: none;
    width: 100%;
    height: 95%;
}

.button_style{
    width: 50px;
    height: 50px;
    margin: 0 20px 0 10px;
    float: left;
    cursor: pointer;
}

#modal_detail_table tr td{
    padding: 15px 0 15px 0;
}

#target1 {
    right: 15px; 
    top: 70px; 
    position: absolute; 
    width: 100px; 
    height: 50px; 
    /* background-color: #6EB4E7; */
    z-index: 1028;
}

#target2 {
    left: 15px; 
    bottom: 70px; 
    position: absolute; 
    width: 100px; 
    height: 50px; 
    /* background-color: #6EB4E7; */
    z-index: 1028;
}

.no_text_select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.scale {
    display: table;
    width: 100%;
    padding: 0px 0px 0px 0px;
    /* margin: 2px 0px 10px 0px; */
    border: 0px 0px 0px 0px;
    text-align: center;
}

.scale li{
    width: 10%;
    display: table-cell;
    white-space: nowrap;
    font-size: 10px;
}

#modal_history_container{
    width: 100%;
    height: 100%;
}

.my_history_box{
    height: 55%;
    width: 95%;
    overflow: auto;
    position: absolute;
    margin-top: 15px;
}

/* #my_history_list{ */
    /* overflow: auto;
    height: 400px; */
    /* margin-top: 30px; */
/* } */

.history_list_message{
    float: left;
    width: 40%;
}

.alarm_on{
    background-color: red;
    color: white;
}

.history_menu{
    width: 100%;
    height: 180px;
}

.history_content{
    width:100%;
    height:65%;
}

.history_search_container{
    width: 110px;
    float: left;
}

.history_exist_hover{
    cursor:pointer;

}

.history_exist_hover:hover {
    text-decoration: underline;
}

.form-control{
    margin-bottom: 5px;
}

.checkbox_bigger{
    width: 30px;
    height:30px;
}

.summary_button_style{
    color: black;
}

.summary_refresh_button{
    border: solid gray 1px;
    cursor: pointer;
}

.ac_power_cube_table tr td p, .dc_power_cube_table tr td p{
    color: white;
    font-size: 1.5em;
    margin: -48px 0 0 24px;
}

.suntrack_table tr td p{
    font-size: 1.5em;
    margin: -45px 0 0 24px;
}

.ac_power_cube_table tr td, .dc_power_cube_table tr td, .suntrack_table tr td{
    font-size: 1.1em;
}

/* .ac_power_cube_table tr td { 
    vertical-align: baseline; 
} */

.text_align_center{
    text-align: center;
}

.text_align_right{
    text-align: right;
}

.vertical_align_middle{
    vertical-align: middle;
}

.table_cell_border_bottom{
    border-bottom: solid #59595b 1px;
}

.generator_running_img{
    margin-top: 10px;
}

.btn_space{
    margin-bottom: 20px;
}

