﻿.panel {
    border: 1px solid lightgray;
    padding: 2%;
}

.btnSubmit {
    background-color: #455560 !important;
    color: white !important;
}

.Eval {
    background-color: #EDEFF0 !important;
}

.tab {
    tab-size: 2;
}

.leftpadding {
    padding-left: 1%;
    color: black !important;
}

leftpadding:link {
    text-decoration: underline;
}

a:hover {
    text-decoration: none !important;
}

.swal-button:not([disabled]):hover {
    background-color: #47788F;
}

.swal-button {
    background-color: #47788F !important;
}

.swal-text {
    color: black !important;
}

.swal-button:focus {
    -webkit-box-shadow: 0px 0px 2px 2px white,0.5px 0.5px 2.5px 3.5px #7B8994;
    box-shadow: 0px 0px 2px 2px white, 0.5px 0.5px 2.5px 3.5px #7B8994;
}
