:root {
    --header_main_background: #04AA6D; /*#53BB53; #009879;*/
    --header_main_color: white;

    --notification_success_background: darkgreen;
    --notification_success_color: white;

    --action_btn_background: whitesmoke;
    --action_btn_color: var(--header_main_background);
    --action_btn_border: var(--header_main_background);
    --action_btn_hover_background: var(--header_main_background);
    --action_btn_hover_color: var(--header_main_color);
    --action_btn_hover_border: var(--header_main_background);
    

    --row_btn_border: var(--action_btn_border);
    --row_btn_disabled_border: lightgray;
    --row_btn_disabled_background: #999;
    --row_btn_disabled_color: #555;
    --row_btn_disabled_cursor: not-allowed;

    --report_row_btn_border: lightslategray;
    --report_row_btn_disabled_border: lightgray;
    
    --menu_background: #283840; /* #2c3e50, 1E2828, green black */
    --menu_color: #bbbbbb;
    --menu_hover_background: var(--header_main_background);
    --menu_hover_color: white;
    --menu_separator_border: gray;

    --sidebar_background: #2c3e50; /* #404040;*/
    --sidebar_color: #818181;
    --sidebar_hover_background: var(--header_main_background);
    --sidebar_hover_color: white;

    --tr_hover_background: skyblue;
    --tr_hover_color: var(--header_main_color);
    --tr_selected_background: rgb(50, 160, 255); /* dodgerblue */
    --tr_selected_color: white;

    --tr_odd_row_background: None;
    --tr_even_row_background: #f3f3f3;

    --tile_background: whitesmoke; /* tile background color */
    --tile_color: #304458; /*#404040; /* color of icons and text in tile */
    --tile_border: lightgray; /* color of tile border */
    --tile_hover_background: var(--header_main_background);
    --tile_hover_color: white;
    --tile_separator_color: lightgray;

    --top_bar_height: 30px;
    --feature_title_height: 30px;
}

* {
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}

/* * {
    font-family: Verdana, sans-serif, Arial, "Open Sans", "Josefin Sans","Times New Roman";
    font-size: 12px;
} */

body, html {
    height: 100%;
    /* width: 100vh; */
    margin: 0;
    padding: 0;
    overflow: none;
}

button,
input[type="button"]{
    white-space: nowrap;
}

input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { 
    /* -webkit-appearance: none; */
    opacity: 1;
    /* background: red;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; */
}

.logo {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em;
    /* width: 32.63em; */
    height: 12em;
    transition: opacity 3s;
    opacity: 0.05;
    z-index: -1;
}

::placeholder {
    opacity: 0.4; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.4;
}

::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0.4;
}

.btn_class{
    cursor: pointer;
}

#divBody{
    display: flex;
    flex-direction: column;
    height: 100%;
    /* border: 0; */
    /* overflow: none; */
    height: 100vh;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    /* box-sizing: border-box; */
    /* overflow: hidden; */
}

.report-div {
    position: relative;
    width: stretch;
}

.report-progress-div {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: gray;
    opacity: 0.2;
}

a, a:link, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
    cursor: pointer; 
}

.app-home{
    position: absolute; 
    margin: 10px;
}

.app-center-screen{
    display: flex;
    justify-content: center;
    /* vertical-align:middle; */
    align-items: center;
    height: 100vh;
    /* margin-top: 20%; */
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
}

.app-flex-display{
    display: flex;
}

.app-center-width{
    justify-content: center;
}

.app-center-height{
    vertical-align: middle;
}

.app-flex-wrap{
    display: flex;
    flex-wrap: wrap;
}

.app-text-align-center{
    text-align: center;
}

.app-background{
    background: var(--header_main_background);
}

.app-light-background{
    background: whitesmoke;
}

.app-light-color{
    color: whitesmoke;
}

.app-theme-color{
    color: var(--header_main_background);
}

.app-big-font{
    font-size: 24px;
}

.app-big-font-20{
    font-size: 20px;
}

.app-font-16{
    font-size: 16px;
}

.app-font-14{
    font-size: 14px;
}

.app-font-12{
    font-size: 12px;
}

.app-gray-color{
    color: gray;
}

.app-half-width{
    width: 50%;
}

.app-full-width{
    width: 100%;
}

/* .app-full-height{
    height: 100vh;
} */

.app-half-height{
    height: 50vh;
}


/* Mobile: stack vertically and remove vertical centering */
@media (max-width: 800px) {
    .app-center-screen {
        /* flex-direction: row;*/
        /* align-items: stretch; */
        /* justify-content: flex-start; */
        /* height: auto; */
        padding: 1rem;
    }

    .app-half-width {
        width: 100%;
    }
    
    .app-full-height{
        /* height: 50vh; */
        min-height: 240px;
        height: 100%;
        height: auto;
    }

    .app-full-width {
        width: 100%
    }
}


.app-one-fourth-height{
    height: 25vh;
}

.app-three-fourth-height{
    height: 75vh;
}


.expander{
    position: absolute;
    /* margin-top: -10px; */
    width: 10px;
    height: 10px;
    border: 1px;
    top: -5px;
    right: 5px;
    background: #fff;
    padding: 0;
    cursor: pointer;
  }

  /* css overrides */
  .alertify-log-success { color: var(--notification_success_color);  background-color: var(--notification_success_background);  border-color: var(--notification_success_background); }
  /* .alertify-log-error { color: whitesmoke;  background-color: darkgreen;  border-color: #31708f; } */
  