html,
body 
    {
    margin: 0;
    padding: 0;
    background-color: #fff;
    }
.main_wrap,
.main_content,
.grid 
    {
    position: relative;
    }

.main_wrap,
.main_wrap > .grid
    {
    min-height: 100vh;
    }

.sum_vst,
.sum_gc,
.sum_ugid
    {
    background-color: #eedcbb !important;
    }

.logo_bg
    {
    background-image: url("/files/img/logo.jpg");
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-position: center 50px;
    }

.project_select_menu
    {
    width: 200px;
    }

#ip_addr_input
    {
    width: 160px;
    }

#rangestart input,
#rangeend input
    {
    width: 170px;
    }

.ip_data_table_wrap
    {
    margin-top: 10px;
    }

.ui.toggle.checkbox.red input[type=checkbox]:checked~label::before,
.ui.toggle.checkbox.red input[type=checkbox]:checked:focus~label::before {
  background: red !important;
}


.hidden_form
    {
    display: none;
    }


.ui.styled.accordion > .content
    {
    padding: 20px;
    background: #e3e3e3;
    }

.filter_form
    {
    z-index: 100;
    position: relative;
    }

.main_content
    {
    background-color: #fff;
    margin-top: 10px !important;
    min-height: 200px;
    padding: 15px !important;
    }

.full_page_tab
    {
    background-color: #fff;
    min-height: 1000px;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 15px !important;
    z-index: 11;
    }
    .full_page_tab h3
        {
        font-weight: normal;
        }
        .full_page_tab h3 span
            {
            font-weight: bold;
            }
    .full_page_tab .close
        {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        }

    .full_page_tab table
        {
        box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
        }



.list_wrap
    {
    display: flex;
    }
    .list_wrap .table_list,
    .list_wrap .import_list
        {
        padding: 10px;
        }
    
    .list_wrap textarea
        {
        width: 100%;
        min-width: 500px;
        border: 1px #ccc solid;
        border-radius: 4px;    
        min-height: 500px;
        margin-bottom: 10px;
        }

.icon.clear_list,
.icon.remove_from_list
    {
    opacity: 0.3;
    }
    .icon.clear_list:hover,
    .icon.remove_from_list:hover
        {
        opacity: 1;
        }


.mess_output
    {
    margin: 10px;
    padding: 10px;
    }


.small_chart_placeholder_image
    {
    height:  30px !important;
    width: 200px;
    }
    .small_chart_placeholder_image .loader
        {
        margin-top: 5px;
        }


.google_color
    {
    background-color: #21ba45;
    }

.hint
    {
    color: #595959;
    font-size: 12px;
    font-style: italic;
    font-weight: normal !important;
    }

/* Login form */ 
.auth_forms,
.pass_change_fields
    {
    max-width: 350px;
    }

.register.form_wrap,
.reminder.form_wrap,
.pass_change_fields
    {
    display: none;
    }

.change_pass_link
    {
    cursor: pointer;
    border-bottom: 1px #000 dashed;
    }


#message_bar.error
    {
    background: #db2828;
    color: #fff;
    }


/* Result table */
.result_table th
    {
    white-space: normal !important;
    }

.result_table thead
    {
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 10;
    }

.result_table th,
.result_table td
    {
    text-align: center !important;
    }
    .result_table tr.highlight td
        {
        background-color: #ffffb0;
        }

    .result_table .icon
        {
        color: #e3e3e3;
        width: 100%;
        }
    .result_table .dv .icon
        {
        color: #0075cc;
        }

        /* Blacklist IP */
        .result_table tr.blacklist_ip td
            {
            background-color: #ffbaba;
            }
            .result_table td:hover .icon.ban,
            .result_table tr.blacklist_ip .icon.ban
                {
                color: #ff1f1f;
                }

        /* Google IP */
         .result_table  tr.google_ip td
            {
            background-color: #a1f9bf;
            }
            .result_table td:hover .icon.check,
            .result_table tr.google_ip .icon.check
                {
                color: #2ba200;
                }

        /* Blacklist Client ID */
        .result_table tr.blacklist_client_id td
            {
            background-color: #c1c1c1;
            }
            .result_table td:hover .icon.user,
            .result_table tr.blacklist_client_id .icon.user
                {
                color: #000;
                }


.result_table .ip_addr_td,
.result_table:not(.ip_mask_mode) .google_client_id_td
    {
    color: #2185d0;
    }
.result_table .ip_addr_td:hover,
.result_table:not(.ip_mask_mode) .google_client_id_td:hover
    {
    text-decoration: underline;
    }



/* Graph */
.google_chart
    {
    position: relative;
    outline: 1px #e3e3e3 solid;
    }
    .google_chart .placeholder
        {
        width: 100%;
        height: 100%;
        max-width: 100%;
        }
    .google_chart.big
        {
        height: 200px;
        }


.ui label
    {
    cursor: pointer !important;
    }

i.icon.create_ip_mask
    {
    display: none;
    }

/* Filter buttons */
#show_black_client_id_button ~ .icon,
#show_blacklist_button ~ .icon,
#show_google_ips_button ~ .icon
    {
    color: #fff;
    }


.quick_dates
    {
    width: 190px;
    }
.menu_lists
    {
    width: 230px;
    }


/* IP data */

.list_buttons button:hover,
    {
    opacity: 0.9;
    }


.google_ip_button.active
    {
    background: #21ba45 !important;
    color: #fff;
    }

.blacklist_client_id_button span
    {
    display: inline-block;
    min-width: 278px;
    }
.blacklist_client_id_button.active,
.blacklist_ip_button.active
    {
    background: black !important;
    color: #fff !important;
    }
    .blacklist_client_id_button.active .icon,
    .blacklist_ip_button.active .icon
        {
        color: red;
        }
