
/* <style> /**/
@import "static.css";
@import "PageFrame.css.aspx?ts=639169130446427723";

.button {
    padding: 4px 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #FFFFFF;
    background-color: #0295BE;
    border: none;
    border-radius: 15px;
}

.button:hover { 
    background-color: #0295BE;
    opacity: 0.7;
}

.button[disabled]:hover {
    background: rgb(192, 192, 192);
    opacity: 1;
}

.button:active {
    background-color: #0295BE;
}

.buttonV
{
    color: #FFFFFF;
    background-color: #0295BE;
    text-decoration: none;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(192, 192, 192);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(192, 192, 192);
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0px 7px;
    border: none;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.buttonV:hover { 
    background-color: #0295BE;
}

.buttonV:active {
    background-color: #0295BE;
}

.buttonV[disabled]
{
    background: rgb(192, 192, 192);
}

a.button
{
    color: #FFFFFF;
    background-color: #0295BE;
    text-decoration: none;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(192, 192, 192);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(192, 192, 192);
    border-top-style: solid;
    border-top-width: 1px;
    padding: 4px 12px;
    border: none;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

a.button:hover { 
    background-color: #0295BE;
}

a.button:active {
    background-color: #0295BE;
}

.button[disabled]
{
    background: rgb(192, 192, 192);
}

#interactionTimeoutCountdown { 
    background: #0295BE;
    color: #FFFFFF;
}
/*</style>*/