html {
    margin:0;
    padding:0;
    height: 100%;
    /* border: 2px solid red; */
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #b4aa9d;
    /* border: 2px solid green; */
    overflow: hidden;
}

.white {
    color: white;
}

#joinDiv {
    position: relative;
    top: 15%;
}

#consoleDiv {
    height: 100%;
    border-radius: 1%;
    overflow: auto;
}

#nameModal .modal-dialog, #welcomeModal .modal-dialog, #shareModal .modal-dialog, #startModal .modal-dialog, #reloadModal .modal-dialog {
    position: relative;
    top: 10%;
}

.container {
    width: 100;
}

#rulesModal button {
    min-width: 70px;
}

#nameInput, #shareLink {
    border: 4px inset grey;
    text-align: center;
}

#nameInput:focus, #shareLink:focus, .close:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 152, 152, 0.6);
}

.btn-outset {
    border: 3px outset rgb(145, 145, 145);
    border-radius: 8px;
}

.bg-light {
    background-color: rgb(248, 243, 232);
}

#nameWarning {
    margin: 7px 0px 0px 0px;
    text-align: center;
    font-size: .8em;
}

.tooltip > .tooltip-inner {
    background-color: black;
    color: #FFFFFF;
    padding: .8em;
    box-shadow: 1px 2px 6px 2px rgb(65, 64, 64);
    border-radius: 20px;
}

.tooltip.show {
    opacity: 1;
}

.tooltip {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 600ms;
    transition-delay: 100ms;
}

.identity {
    width: 100px;
}

#shareLink::selection {
    color: black;
    background:rgb(98, 209, 253)
}

#reloadModal, #chatDropdown, #shareModal {
    z-index: 100000000;
}

#titleDiv {
    border-bottom: .5px solid black;
    height: auto;
}

#modalTitleDiv {
    padding: 0 0 1em 0;
    border-bottom: .5px solid black;
}

#titleDiv p {
    font-size: .8em;
}

#rulesModal {
    /* margin: 0 2; */
    min-width: 17em;
}

#rulesModal p {
    text-align: justify;
    font-weight: 500;
    font-size: .8em;
    margin: 1.5em 0 1.5em 0;
}

#introDiv {
    text-align: justify;
    padding: 0 1em 0 1em;
    font-weight: 400;
}

.modal-header {
    position: relative;
    height: 3.5em;
}

#nameModal .modal-content, #shareModal .modal-content {
    max-width: 20em;
}

#proposeModal .modal-content, #voteModal .modal-content, #outcomeModal .modal-content, #roundModal .modal-content, #winnerModal .modal-content, #welcomeModal .modal-content, #startModal .modal-content {
    max-width: 23em;
}

#proposeModal .modal-title {
    font-size: 1.05em;
}

.modal, .modal-title {
    margin: auto;
}

.modal-body {
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
}

.fa-caret-square-down, .fa-share-alt-square, .fa-user-circle {
    font-size: 1.6em;
}

.close {
    position: absolute;
    right: .8em;
    align-self: center;
}

.modal-dialog {
    filter: drop-shadow(-1px 2px 10px #333);
}

.modal {
    overflow-y: auto;
}

.identityCardModal {
    width: 60px;
    display: block;
    flex-shrink: 0;
    box-shadow: 1px 1px 2px 1px rgb(63, 62, 62);
    border-radius: 3px;
}

#playerIdentities p {
    margin-bottom: .3em;
    font-size: .82em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#playerIdentities div, #submissionCards div, #winnerCards div {
    margin-right: .3em;
    margin-left: .3em;
    margin-bottom: 1.5em;
    width: 5.5em;
}

.btn-circle { 
    width: 7em; 
    height: 7em; 
    padding: 2.7em 0em; 
    border-radius: 4em; 
    font-size: .8em; 
    text-align: center;
    margin: .8em;
    overflow: hidden;
}

.checkcheck:checked+.btn-circle {
    box-shadow: inset 0px 1px 5px 2px rgb(148, 145, 145);
    border: 1px solid rgb(156, 151, 151);
    background-color: #ececec;
    border-color: #adadad;
    color: rgb(46, 46, 46);
    cursor: pointer;
}

.checkcheck:not(:checked)+.btn-circle {
    box-shadow: 0px 3px 2px 1px rgb(110, 105, 105);
    border: 1px solid #8a8989;
    cursor: pointer;
}

#proposedPlayers>div>label {
    box-shadow: 0px 1px 1px 0px rgb(110, 105, 105);
    border: 1px solid #8a8989;
}

.userButtDiv {
    display: inline;
}

.hideInput {
    position: absolute;
    display: none;
}

#only {
    color: #d9534f;
}

.fa-thumbs-up {
    color: #5cb85c;
}

.fa-thumbs-down {
    color: #d9534f;
}

.fa-thumbs-up, .fa-thumbs-down {
    /* width: 4em; */
    padding: 3px;
}

.upDownButts {
    margin: 0 1em 0 1em;
    min-width: 8em;
}

#yes:not(:checked)+label, #no:not(:checked)+label {
    box-shadow: 2px 2px 5px 1px rgb(110, 105, 105);
}

#yes:not(:checked)+label {
    border: 1px outset #5cb85c;
}

#no:not(:checked)+label {
    border: 1px outset #d9534f;
}

#yes:checked+label {
    background-color: #61b661;
    box-shadow: inset 1px 1px 5px 4px #3f883f;
}

#no:checked+label {
    background-color: #d9534f;
    box-shadow: inset 1px 1px 5px 4px #aa2c28;
}

#yes:checked+label, #no:checked+label {
    border: 1px inset rgb(129, 124, 124);
}

#yes:checked+label i, #no:checked+label i, #yes:hover+label i, #no:hover+label i {
    color: white;
}

#pass:checked+label img, #fail:checked+label img{
    box-shadow: 4px 5px 7px 5px rgb(63, 62, 62);
    transform: scale(1.1);
}

.passFail {
    box-shadow: 1px 2px 4px 2px rgb(63, 62, 62);
    border-radius: .4em;
    margin: 0;
    max-height: 150px;
}

#reload {
    margin-top: 1em;
    display: none;
    cursor: pointer;
}

.card {
    display: inline;
}

.start {
    width: 200px;
}

#consoleHeader {
    padding: .4em 0 0 0;
    height: 3em;
}

table {
    max-width: 15em;
}

#headerBanner {
    position: relative;
    display: flex;
    justify-content: center;
    padding: .7em 0 0 0;
    margin: 0 0 0 0;
}

#consoleBody {
    height: 55%;
    min-height: 250px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
}

#chatDropdownDiv {
    position: absolute;
    left: .6em;
}

#chatDropdown {
    padding: 0;
    min-width: 100px;
    background-color:rgb(216, 216, 216);
}

#chatDropdown p {
    font: 400 .8em sans-serif;
    margin: 5px 0px 5px 0px;
}

#shareLinkDiv {
    position: absolute;
    right: .6em;
}

.chat {
    line-height: 1.4em;
}

#chatBody p {
    margin: 0px 0px 0px 0px;
    padding: 1px 8px;
}

.scrollPush {
    font-style: italic;
    font-size: 1em;
    color: rgba(0,0,0,0.7);
    line-height: 1.8em;
}

.chatMargin {
    margin-top: .3em;
}

#chatBody {
    height: 100%;
    overflow-y: scroll;
    font: 400 .8em sans-serif;
    padding: 0px 0px 5px 0px;
    border: 4px inset grey;
    border-radius: 6px;
}

#chatInpDiv {
    border: 4px inset grey;
    border-radius: 6px;
    /* margin: 0 .7em 0 .7em; */
}

#chatInput:focus, #chatSend:focus {
    box-shadow: none;
    outline: none;
}

#chatSend {
    border-left: 3px solid #343a40;
    border-radius: 2px;
}

#buttonDiv {
    height: 45px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 4px outset grey;
    margin: 1em .7em .7em .7em;
    border-radius: 6px;
    overflow: hidden;
}

.card-footer .input-group {
    margin: 0;
}

.card-footer {
    padding: .5em .7em 1em .7em;
}

.staticMsg {
    padding-top: .4em;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
}

.redPush {
    background-color: #d9534f;
    color: white;
}

.greenPush {
    background-color:rgb(42, 201, 103);
}

.bg-black {
    background-color: black;
}

.bluePush {
    background-color:rgb(77, 204, 255);
}

.redVote {
    background-color:rgb(255, 224, 224);
}

.greenVote {
    background-color:rgb(188, 253, 213);
}

.enterLeave {
    background-color: rgb(199, 199, 199);
}

.bold {
    font-weight: bold;
}

.notTurnButt {
    background-color: rgb(126, 126, 126);
    color: white;
}

#startGame {
    max-width: 500px;
}

#scoreboard {
    margin: 0;
}

.btn-green {
    background-color: #5cb85c;
    color: white;
}

.btn-blue {
    background-color: #0275d8;
    color: white;
}

.btn-yellow {
    background-color: #ffee59;
    color: black;
}

.btn-red {
    background-color: #d43630;
    color: white;
}

.btn-indigo {
    background-color: #571e80;
    color: white;
}

.btn-brown {
    background-color: #772a2a;
    color: white;
}

.btn-orange {
    background-color: #f78359;
    color: black;
}

.btn-violet {
    background-color: #e787e7;
    color: black;
}

.btn-beige {
    background-color: #cac4b3;
    color: black;
}

.btn-aqua {
    background-color: #1cf8ed;
    color: black;
}