﻿* {
    box-sizing: border-box;
}

body {
    /*background-color: #575656;*/
    background-color: #15624C;
    font-family: Arial, Helvetica, sans-serif;
    /*color: white;*/
    color: linen;
    max-width: 1340px;
    max-height: 610px;
}

.header {
    padding: 2px;
    text-align: center;
    color: black;
    background-image: url("header.jpg");
    height: 74px;
    /*background: #15624C;*/
}

.authbox {
    position: fixed;
    background-color: #575656; /*emerald green sorta*/
    padding: 10px;
    margin-top: 150px;
    width: 460px;
}

/*
.eventselect {
    background-color: white;
    color: black;
    font-size: 14px;
}
    */
.loginselect {
    /*width: 100%;*/
    padding: 3px 3px;
    border: 1px solid gold;
    border-radius: 4px;
    background-color: #0D503D;
    float: right;
    font-size: 11px;
    color: linen;
}
legend {
    background-color: white;
    color: black;
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 11px;
}

div.masterprompt {
    font-size: 11px;
    width: 100%;
    overflow: auto;
    float: left;
    padding: 3px 6px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #AEB8B7;
    color: black;
}
/* *** Styling the mainMenu  */
.mainMenu {
    background-color: #0D503D;
    border: 1px solid gold;
    border-radius: 5px;
    padding: 2px 2px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0D503D;
}

li {
    float: left;
    /*border-right: 1px solid #bbb;*/
}

    li:last-child {
        border-right: none;
    }

    li a, .dropbtn {
        display: inline-block;
        color: linen;
        text-align: center;
        padding: 6px 12px;
        padding-right: 36px;
        text-decoration: none;
        font-size: 12px;
        border-right: 1px solid #bbb;
    }

        li a:hover, .dropdown:hover .dropbtn {
            background-color: #15624C;
        }

    li.dropdown {
        display: inline-block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0D503D;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid gold;
    z-index: 1;
}

    .dropdown-content a {
        color: linen;
        padding: 8px 8px;
        text-decoration: none;
        display: block;
        text-align: left;
        
    }

        .dropdown-content a:hover {
            color: black;
            background-color: linen;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
/* *** End of mainmenu styling */
.liCircle {
    list-style-type: circle;
}
.eventAssignment {
    background-color: #15624C;
    border: 1px solid gold;
    border-radius: 5px;
    padding: 2px 2px;
    margin-top: 10px;
}
.row {
    border: 1px solid #11763A;
    border-radius: 5px;
}

    .row::after {
        content: "";
        display: table;
        clear: both;
        padding: 3px;
    }

.leftcolumn {
    float: left;
    width: 25%;
    max-width: 300px;
    height: 100%;
    /*background-color: #575656;*/
    background-color: #15624C;
    padding: 10px;
}

.rightcolumn {
    float: left;
    width: 75%;
    background-color: #575656;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    max-height: 350px;
    /*padding-left: 3px;*/
}

.scrollcolumn {
    flex-shrink: 0;
    max-height: 100vh;
    float: left;
    width: 100%;
    overflow-y: scroll;
}

.datablockbutton-group {
    /*background-color: #a7a5a5;*/
    background-color: #0D503D;
    color: white;
    border: 1px solid gold;
    border-radius: 5px;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    float: left;
    width: 100%
}

.volunteerdatablock {
    background-color: #0D503D;
    color: white;
    border: 1px solid gold;
    border-radius: 5px;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    float: left;
    width: 100%;
    min-width: 240px;
}

.troopSearch {
    background-color: #ffff99;
    color: black;
    border-radius: 5px;
    padding: 3px 3px;
    display: none;
    font-size: 11px;
}

.boatSearch {
    background-color: #ffff99;
    color: black;
    border-radius: 5px;
    padding: 3px 3px;
    display: none;
    font-size: 11px;
}

fieldset {
    background-color: linen;
    color: black;
    font-size: 11px;
    height: 100%;
    border-radius: 5px;
}

table {
    background-color: #ffffff;
    border-collapse: collapse;
    width: 100%;
    border-bottom: none;
}

#troopTable td {
    border-bottom: 1px solid #ddd;
}

#boatTable td {
    border-bottom: 1px solid #ddd;
}

#logTable td {
    border-bottom: 1px solid #ddd;
}

.table-pairings {
    background-color: white;
    border: solid;
    border-width: 1px;
    height: 30px;
    width: 100%;
}

.table-assignments {
    background-color: white;
    border: solid;
    border-width: 1px;
    height: 30px;
    width: 100%;
}

th, td {
    padding: 3px;
    text-align: left;
}

th {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

thead {
    position: sticky;
    top: 0;
}

.mytr {
    background-color: white;
}

    .mytr:hover {
        background-color: #fcfcfc;
    }


.troopRecordGridHeader {
    display: block;
    width: 100%;
    border: none;
    background-color: white;
    color: black;
    padding: 3px 3px;
    font-size: 12px;
    text-align: left;
}

.troopRecord {
    /*display: block;
    width: 100%;*/
    border: none;
    background-color: white;
    color: black;
    padding: 2px 2px;
    font-size: 11px;
    cursor: pointer;
    text-align: left;
}

.boatRecord {
    /*display: block;*/
    /*width: 100%;*/
    border: none;
    background-color: white;
    color: black;
    padding: 2px 2px;
    font-size: 11px;
    cursor: pointer;
    text-align: left;
}
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1; /* Sit on top */
    top: 0;
    /* width and height 100% to cover entire page body - thus the illusion of modality */
    /* did you notice the use of big word above? */
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0); */ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4); */ /* Black w/ opacity */
}

.modal-content {
    color: black;
    background-color: #ffffcc;
    margin: auto;
    padding: 4px;
    border: 1px solid black;
    border-radius: 5px;
}



#volman_userTable {
    border-collapse: collapse;
    border-spacing: 1px;
    width: 100%;
}

#volman_userTable td, #volman_userTable th {
    border: 1px solid #ddd;
    padding: 2px;
}

#volman_userTable tr:nth-child(even) {
    background-color: aliceblue;
}

#volman_userTable td:hover {
    background-color: #ddd;
}

#volman_userTable th {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    background-color: aliceblue;
    color: black;
}

#volman_userTable input {
    font-size: 11px;
    border: 0px;
}

.userman_userTable {
    border-collapse: collapse;
    width: 100%;
    color: black;
}

    .userman_userTable td, .userman_userTable th {
        border: 1px solid #ddd;
        padding: 2px;
        color: black;
    }

    .userman_userTable tr:nth-child(even) {
        background-color: aliceblue;
    }

    .userman_userTable td:hover {
        background-color: #ddd;
    }

    .userman_userTable th {
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: left;
        background-color: aliceblue;
        color: black;
    }

    .userman_userTable input {
        font-size: 11px;
        border: 0px;
    }

.buttonwithdropdown {
    font-size: 11px;
    padding: 2px;
    color: black;
    background-color: #efefef;
    border: 1px solid #767676;
    border-radius: 2px;
    text-decoration: none;
}

    .buttonwithdropdown a:hover {
        background-color: #ddd;
    }

.buttondropdown-content {
    display: none;
    position: absolute;
    background-color: #efefef;
    border: 1px solid #767676;
    border-radius: 2px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 1;
}

    .buttondropdown-content a {
        color: black;
        font-size: 11px;
        padding: 4px 4px;
        text-decoration: none;
        display: block;
    }

        .buttondropdown-content a:hover {
            background-color: #ddd;
        }

.show {
    display: block;
}
