﻿

.button-signup {
    display: flex !important;
    float: right !important;
    margin-top:18px;
    flex-direction: column !important;
    align-items: center !important;
    padding: 6px 4px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif !important;
    border-radius: 6px !important;
    border: none !important;
    background: #6E6D70 !important;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.5), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.12) !important;
    color: #DFDEDF !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: manipulation !important;
}


.admin-buttons {
    padding: 0px 20px 0px 20px;
    margin-left: 10px;
    margin-top: 10px;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 2px solid;
    border-color: rgba(0, 0, 0, .15);
    border-radius: 40px;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    color: darkgreen;
    text-align: center;
    float: left;
}

.dataEntry {
    margin: 0 auto;
    display: table;
    font-size: 18px;
    /*padding:10px,10px,10px,10px;*/
    line-height: 2;
}

.dataEntry input[type=text] {
    margin-left:10px;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 40px;
    background-color: white;
    font-size: 16px;
    text-align: left;
    top: 0px;
    padding-left: 10px;
    width: 230px;
}

    .dataEntry input[type=date] {
        padding: 0,0,0,10px;
        margin-left: 10px;
        height: 30px;
        position: relative;
        left: 0;
        outline: none;
        border: 1px solid #cdcdcd;
        border-color: rgba(0, 0, 0, .15);
        border-radius: 40px;
        background-color: white;
        font-size: 16px;
        text-align: center;
    }

    .dataEntry select {
        padding: 0px 20px 0px 10px;
        height: 30px;
        position: relative;
        left: 0;
        outline: none;
        border: 1px solid #cdcdcd;
        border-color: rgba(0, 0, 0, .15);
        border-radius: 40px;
        background-color: white;
        font-size: 16px;
        text-align: left;
        margin-left: 10px;
    }

    .dataEntry input[type=submit] {
        padding: 0px 20px 0px 20px;
        margin-left: 0px;
        height: 30px;
        position: center;
        /*left: 0;*/
        outline: none;
        border: 2px solid;
        border-color: rgba(0, 0, 0, .15);
        border-radius: 40px;
        background-color: white;
        font-size: 16px;
        font-weight: bold;
        color: darkgreen;
        text-align: center;
    }

.closePage input[type=submit] {
    padding: 0px 20px 0px 20px;
    margin-left: 10px;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 2px solid;
    border-color: rgba(0, 0, 0, .15);
    border-radius: 40px;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    color: darkgreen;
    text-align: center;
}
