﻿        body 
        {
            font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
            /*background: url("/Images/SmartVoteView.jpg");
            background-size: cover;
            background-repeat: no-repeat;*/
            background-color:snow;
        }


        #holder
        {
            width:100%;
            min-height:100%;
            position:absolute;
            top:100px;
            padding-bottom:30px;
            /*border:solid;*/
        }

#id_CustomerHeading {
    position: fixed;
    background-color: whitesmoke;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 1;
}

#idHeaderImg {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 100%;
    max-height: 100%;
    /*width: 100%;*/
}


    .spacer
    {
        border-bottom:solid 2px #b7ddf2;
        clear: both;
        height: 1px;
        clear: both;
        /*background-color:aqua;*/
        margin:5px 5px 20px 5px;
        padding:0px 0px 0px 0px;
        z-index:0;
    }

#idDivActivityName {
    position: relative;
    top: 3px;
    margin: auto;
    width: 400px;
    font-size: 16px;
    z-index: 2;
}

#idDelegateDiv .classLevelButton {
        clear: both;
        /*position: absolute;*/
        left: 30%;
        margin-left: 30px;
        margin-bottom:10px;
        width: 206px;
        height: 30px;
        background: #666666;
        text-align: center;
        line-height: 21px;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
}

#idDelegateDiv {
    position: absolute;
    top: 1%;
    left: 5%;
    width: 47%;
    min-height: 50%;
    border: solid 2px #b7ddf2;
    padding: 15px 15px 15px 15px;
    background: #ebf4fb;
}

#idDivDelegateHistory {
    position: absolute;
    left: 54%;
    top: 1%;
    width: 44%;
    min-height: 50%;
    border: solid 2px #b7ddf2;
    padding: 10px 10px 10px 10px;
    background: #ebf4fb;
}

#idDivLog {
    position: absolute;
    left: 56%;
    top: 1%;
    width: 13%;
    height: 50%;
    border: solid 2px #b7ddf2;
    padding: 15px 15px 15px 15px;
    background: #ebf4fb;    
}


#idDivCheckDelegateLogin {
    position: absolute;
    top: 1%;
    left: 72%;
    width: 23%;
    height: 70%;
    border: solid 2px #b7ddf2;
    padding: 10px 15px 10px 10px;
    background: #ebf4fb;
    /*z-index: 100;*/
}

#idDivDelegateList {
    position: absolute;
    top: 35px;
    left: 10px;
    width: 98%;
    min-height: 50%;
    max-height: 90%;
    overflow-y: scroll;
}

#idDivStatusText {
    position: absolute;
    bottom: 5px;
    left:10px;
    font-size:12px;
}

#idTableAlldelegates{
    font-size:14px;
}

#idTableAlldelegates button {
    width:52px;
    margin-right:7px;
    font-size: 12px;
}

table#idTableAlldelegates tr:nth-child(even) {
    background-color: #eee;
}

table#idTableAlldelegates tr:nth-child(odd) {
    background-color: #fff;
}

#idDivStatusButtonsContainer{
    float:left;
    width:50%;
}

#idDivLastLoginTime {
    position:relative;
    top:-7px;
    float: right;
    text-align:right;
    width: 20%;
    font-size:12px;
    /*background-color:white;*/
}

#idDivAddToSpeechList {
    float: right;
    width: 45%;
}

#idDivAddToSpeechList button {
    height: 30px;
    width: 150px;
    font-size:16px;
}

#idDivSendIndividualMasseage {
    float: right;
    width: 45%;
}
#idDivSendIndividualMasseage button {
    height: 30px;
    width: 150px;
    font-size: 16px;
}

#idDivLogOutDelegate {
    float: right;
    width: 45%;
}
#idDivLogOutDelegate button {
    height: 30px;
    width: 150px;
    font-size: 16px;
}


#idDivSMSContainer {
    position: absolute;
    top: 120px;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45%;
    min-height: 10%;
    border: solid 2px #b7ddf2;
    padding: 10px 15px 10px 10px;
    background: lightyellow;
}

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

    .tooltip .tooltiptext {
        visibility: hidden;
        min-width: 130px;
        background-color: #555;
        color: #fff;
        text-align: center;
        font-size: 14px;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

#idDivChatCreateMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30%;
    min-height: 10%;
    border: solid 2px #b7ddf2;
    padding: 10px 15px 10px 10px;
    background-color:lightyellow;
    padding-right:3px;
    /*z-index: 100;*/
}

    #idDivChatCreateMessage button {
        float: right;
        width: 100px;
        margin-right: 10px;
    }
#idInputChatMessageText {
    min-width: 95%;
    max-width:95%;
    max-height:300px;
    margin-top:10px;
}

.grid-container {
    display: grid;
    grid-template-columns: 3.5% 9.5% 10% 19% 5% 19% 9% 20% 5%;
    /*background-color: #2196F3;*/
    padding: 5px;
    border: none;
    margin-bottom: 40px;
}

.grid-item {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    /*border: 1px solid rgba(0, 0, 0, 0.8);*/
    border: 1px solid grey;
    padding: 3px;
    font-size: 10px;
    overflow-wrap: break-word;
}

.grid-containerII {
    display: grid;
    grid-template-columns: 3.5% 9.5% 10% 10% 5% 60%;
    /*background-color: #2196F3;*/
    padding: 5px;
    border: none;
    margin-bottom: 40px;
}

#idDivDecideChangeDelegate {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -5%);
    width: 180px;
    height: 100px;
    border: solid 2px #b7ddf2;
    padding: 10px 15px 10px 10px;
    background: #ebf4fb;
    background-color: lightyellow;
    z-index: 100;
}

#idDivDecideChangeDelegate button {
    width: 50px;
    height: 30px;
    color: black;
    background-color: lightgray;
    margin: 10px 10px 10px 25px;
}

#idDivDecideSendEmail {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -5%);
    width: 200px;
    height: 100px;
    border: solid 2px #b7ddf2;
    padding: 10px 15px 10px 10px;
    background: #ebf4fb;
    background-color: lightyellow;
    z-index: 100;
}

    #idDivDecideSendEmail button {
        width: 50px;
        height: 30px;
        color: black;
        background-color: lightgray;
        margin: 10px 10px 10px 25px;
    }

#idDivTransportVotes {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -5%);
    width: 600px;
    min-height: 200px;
    border: solid 2px #b7ddf2;
    padding: 10px 15px 10px 10px;
    background: #ebf4fb;
    background-color: lightyellow;
    z-index: 100;
}
