.tools_form_name
{
    float: left;
}

.tools_form_open
{
    float: left;
    cursor: pointer;
}

.tools_form_body
{
    max-height: 0px;
    clear: both;
    overflow: hidden;
}

.tools_form
{
    clear: both;
    border: 1px solid #FFFFFF;
    margin: 10px auto;
    padding: 10px;
    width: calc(100% - 60px);
    background-color: #222222;
    max-width: 800px;
}

.tools_form_field_name
{
    font-weight: bold;
    float: left;
    width: 50%;
}

.tools_form_field_input
{
    float: left;
    width: 50%;
}

.tools_form_field_box
{
    float: left;
    width: 50%;
    margin: 10px 0px;
}

.tools_form_field_box_media, .tools_form_field_box_results, .tools_form_field_box_radio .tools_form_field_input, .tools_form_field_box_radio
{
    clear: both;
    float: none;
    width: 100%;
}

.tools_form_field_box_results .tools_form_field_input
{
    clear: both;
    width: 100%;
}

.tools_form_field_box_radio .tools_form_field_input
{
    clear: both;
}

.tools_form_field_box_radio div
{
    text-align: center;
}

.tools_form_field_box_radio_option input
{
    display: none;
}

.tools_form_field_box_radio_option
{
    width: 180px;
    max-width: calc(50% - 20px);
    float: left;
    text-align: center;
    font-size: 12px;
    /* border: 5px solid #000000; */
    background-color: #DDDDDD;
    background: repeating-linear-gradient(
        135deg,
        #BBBBBB,
        #BBBBBB 2px,
        #DDDDDD 2px,
        #DDDDDD 6px
    );
    margin: 10px;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
}

.tools_form_field_box_radio_option_checked
{
    background-color: #000000;
    background: #000000;
    color: #FFFFFF;
    font-weight: bold;
}

.tools_matchup_table
{
    overflow: hidden;
    margin: 0px auto;
}

.tools_matchup_table_holder
{
    display: none;
}

.tools_matchup_table td
{
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.tools_matchup_table_cell
{
    height: 60px;
    width: 60px;
    float: left;
    text-align: center;
    border: 1px solid #444444;
    margin: 1px;
    line-height: 30px;
    cursor: pointer;
    background-color: #222222;
}

.tools_matchup_table_body
{
    max-height: calc(80vh - 211px);
    max-width: calc(100% - 104px);
    overflow: scroll;
    float: left;
}

.tools_matchup_table_body .divider, .tools_matchup_table_header_row .divider
{
    color: #000000;
}

.tools_matchup_add_match_button
{
    float: left;
    width: 104px;
    height: 104px;
}

.tools_matchup_table_header_row
{
    margin-left: 104px;
    max-width: calc(100% - 104px);
    height: 104px;
    overflow: hidden;
}

.tools_matchup_table_header_row .tools_matchup_table_cell
{
    height: 100px;
}

.tools_matchup_table_header_row .tools_matchup_table_cell div
{
    color: #FFFFFF;
    transform: rotate(270deg);
    transform-origin: left top 0;
    margin-left: 0px;
    margin-top: 99px;
    width: 100px;
    min-height: 30px;
}

.tools_matchup_table_cell_slim_w
{
    max-width: 40px;
}

.tools_matchup_table_cell_slim_h
{
    max-height: 40px;
}

.tools_matchup_table_header_col
{
    max-height: calc(80vh - 230px);
    width: 104px;
    overflow: hidden;
    float: left;
}

.tools_matchup_table_header_col .tools_matchup_table_cell
{
    width: 100px;
}

.tools_add_matchup_button_holder
{
    text-align: right;
}

.tools_matchup_modal_header
{
    text-align: center;
}

.tools_matchup_modal_submit_button_holder
{
    text-align: center;
}

.tools_matchup_modal_submit_button_holder button
{
    width: 40vw;
    height: 50px;
    margin-right: 5vw;

}

.tools_add_matchup_button_holder button
{
    padding: 20px;
}

.tools_matchup
{
    display: none;
}

.tools_links
{
    padding-top: 20px;
    text-align: center;
}

.tools_matchup_admin_delete
{
    display: none;
}

.tools_matchup_plus
{
    border-radius: 50%;
    border: 1px solid #b1b1b1;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 40px;
    position: fixed;
    bottom: 40px;
    right: 0;
    box-shadow: 0px 0px 20px;
    color: #000000;
}

.tools_form_field_box_checkbox
{
    width: 100%;
}

.tools_form_field_box_checkbox input
{
    display: none;
}

.tools_form_field_character_icon
{
    width: 48px;
}

.tools_form_field_box_checkbox .tools_form_field_character_icon_holder
{
    float: left;
    width: 48px;
}

.tools_form_field_box_checkbox .tools_form_field_name
{
    width: calc(100% - 48px - 60px);
}

.tools_form_field_box_checkbox .tools_form_field_checkbox_holder
{
    width: 60px;
    float: right;
    background-color: #AAFFAA;
    color: #000000;
    text-align: center;
    cursor: pointer;
}

.tools_form_field_box_checkbox .tools_form_field_checkbox_holder_checked
{
    color: #DDDDDD;
    background-color: #222222;
}

.tools_form_field_checkmark
{
    display: none;
}

.tools_drills_search_input
{
    color: #000000;
    height: 60px;
    text-align: center;
    background-color: #BBBBBB;
    width: 100vw;
}

.tools_drills_search_output
{
    padding-top: 80px;
}

.tools_drills
{
    display: none;
}

