﻿body{margin:0}

.t360-rounded-corners {
    border-radius: 10px;
    border: 5px solid #000;
    padding: 5px;
    background-color: white;
    color: black;
    font-weight:bold;
}

.t360-dark{color: white !important;background-color: blue !important}
.t360-light{color: black !important;background-color: yellow !important}

.t360-gridHeader {
    background-color: gray;
    color: black;
    font-size: large;
    height: 40px;
    text-align: left;
    text-wrap: none;
    vertical-align: middle;
}

.t360-rowStyle { 
    background-color: blue;
    color: white;
    font-size: large;
    height: 20px;
    text-align: center;
    text-wrap: none;
    white-space: nowrap;
}

.t360-alternatingRowStyle {
    background-color: yellow;
    color: black;
    font-size: large;
    height: 20px;
    text-align: center;
    text-wrap: none;
    white-space: nowrap;
}

.t360-alternatingRowStyle {
    background-color: blue;
    color: white;
    height: 20px;
}

.t360-registrationlist-gridHeader {

    background-color: gray;
    color: black;
    font-size: large;
    height: 40px;
    text-align: left;
    text-wrap: none;
    vertical-align: middle;
}

.t360-registrationlist-rowStyle { 
    background-color: blue;
    color: white;
    font-size: large;
    height: 20px;
    text-align: left;
    text-wrap: none;
    white-space: nowrap;
}

.t360-registrationlist-alternatingRowStyle {
    background-color: yellow;
    color: black;
    font-size: large;
    height: 20px;
    text-align: left;
    text-wrap: none;
    white-space: nowrap;
}

.t360-gridFooter {
    background-color: gray;
    height: 20px;
}


        .sq-input {
            width: 200px;
            height: 40px;
            /*
                font-family:Tahoma;
            border: 5px solid rgb(0, 0, 0);
        outline-offset: -2px;
        margin-bottom: 5px;
        width: 200px;
        height: 30px;*/
        }

        .sq-input--focus {
            /* Indicates how form inputs should appear when they have focus */
            /*outline: 5px auto rgb(59, 153, 252);*/
        }

        .sq-input--error {
            /* Indicates how form inputs should appear when they contain invalid values */
            /*outline: 5px auto rgb(255, 97, 97);*/
        }