html,body {
    height: 100%;
}

body {
    background: #7F8082;
    margin: 0px;
    padding: 0px;
}

p {
    line-height: 1.6em;
    margin-bottom: 10px;
}

#root-content {
    background-color: #fff;
    border: 1px solid #496077;
}

h1 {
    border: none;
    font-size: 2em;
    font-weight: 700;
    line-height: 2em;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.leftCol {
    margin: 12px 8px 8px 8px;
    min-height: 200px;
    padding: 6px 0px;
    width: 200px;
}

.footer {
    background-color: #522D61;
    color: #FFFFFF;
    line-height: normal;
    margin: 0px auto;
    padding: 8px 0px 0px 0px;
    text-align: center;
}

.menu {
    color: #666666;
    font-size: normal;
    font-weight: bold;
    text-decoration: none;
}

    .menu:hover {
        color: #660066;
        font-size: normal;
        font-weight: bold;
        text-decoration: none;
    }

.menuSelected {
    color: #522D61;
    font-size: normal;
    font-weight: bold;
    text-decoration: none;
}


.menuFooter {
    color: #FFFFFF;
    font-size: normal;
    text-decoration: none;
}

.dropdown {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #522D61;
    height: 30px;
}

.watermarktxt {
    color: #999999;
    padding-left: 20px;
}

.watermarkpwd {
    background-image: url('https://cdn.crisalisllc.com/cdn/point/images/menu/pwdcover.jpg');
    color: #FFFFFF;
    padding-left: 20px;
    text-align: right;
    vertical-align: middle;
}

.regularText {
    color: Black;
    font-size: normal;
    font-weight: normal;
    text-decoration: none;
}

a.regularText:hover {
    color: Black;
    font-size: normal;
    font-weight: normal;
    text-decoration: underline;
}

.regularTitle {
    color: #660066;
    font-size: x-large;
    font-weight: normal;
}

.regularSmallTitle {
    color: #660066;
    font-size: normal;
    font-weight: normal;
}

.regularSmallTitleBold {
    color: #000000;
    font-size: normal;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.regularSmallTitleBlack {
    color: #000000;
    font-size: normal;
    font-weight: normal;
}


.purplelink {
    color: #660066;
    font-size: normal;
    font-weight: normal;
    text-decoration: underline;
}

.purplelinkgrid {
    color: #660066;
    font-size: normal;
    font-weight: bold;
    text-decoration: none;
}

    .purplelinkgrid:hover {
        color: #888888;
        font-size: normal;
        font-weight: bold;
        text-decoration: none;
    }

.regularError {
    color: Red;
    font-size: normal;
    font-weight: normal;
}

.purpletext {
    color: #660066;
    font-size: medium;
    font-weight: normal;
}

.textbox {
    border-color: #522D61;
    border-style: solid;
    border-width: 1px;
    padding-left: 20px;
}

.list {
    border-color: #522D61;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    padding: 10px 20px;
}

.combo {
    border-color: #522D61;
    border-style: solid;
    border-width: 1px;
    color: #666666;
}

.button {
    background-color: #522D61;
    color: White;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

    .button:disabled {
        background-color: #CCCCCC;
        color: White;
        cursor: auto;
        font-weight: bold;
    }

    .button:hover:enabled {
        background-color: #660066;
        color: White;
        font-weight: bold;
    }

.buttonlink {
    background-color: #FFFFFF;
    border-style: none;
    color: #522D61;
    font-size: normal;
    font-weight: bold;
    text-decoration: underline;
}

    .buttonlink:hover {
        background-color: #FFFFFF;
        border-style: none;
        color: #660066;
        font-size: normal;
        font-weight: bold;
        text-decoration: underline;
    }

.buttonCertificateEnabled {
    background-color: #FFFFFF;
    border-style: none;
    color: #522D61;
    font-size: normal;
    font-weight: bold;
    text-decoration: none;
}

    .buttonCertificateEnabled:hover {
        background-color: #FFFFFF;
        border-style: none;
        color: #660066;
        font-size: normal;
        font-weight: bold;
        text-decoration: none;
    }

.buttonCertificateDisabled {
    background-color: #FFFFFF;
    border-style: none;
    color: #CCCCCC;
    font-size: normal;
    font-weight: bold;
    text-decoration: none;
}

.report {
    left: -45px;
    position: relative;
}


/* TEST STUFF 
----------------------------------------------------------*/

.ButtonClass_TopLink {
    border-style: none;
    color: White;
    cursor: default;
}

    .ButtonClass_TopLink:hover {
        background-color: Black;
        border-style: none;
        color: Gray;
        cursor: pointer;
    }

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #cccccc;
    padding: 5px 0px 5px 0px;
}

div.menu {
    padding: 10px 10px 10px 10px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #cccccc;
            color: #3a114a;
            display: block;
            font-weight: bold;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #3a114a;
                border: 1px #a981b9 solid;
                color: #aaaaaa;
                font-weight: bold;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #5c1438;
                border: 1px #8e3d65 solid;
                color: #8e3d65;
                text-decoration: none;
            }

.loginrow {
    background-color: #EDEBF0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-color: #98909B;
    border-bottom-color: #98909B;
}

.align-items-center {
    display: flex;
    align-items: center; /*Aligns vertically center */
    justify-content: center; /*Aligns horizontally center */
}

img {
    border: 0;
}

a.footer {
    color: #FFFFFF;
    text-decoration: none;
}

.overlay {
    -moz-opacity: 0.70;
    background-color: #FFFFFF;
    filter: Alpha(Opacity=70);
    height: 100%;
    left: 0px;
    opacity: 0.70;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
}

.loader {
    left: 50%;
    margin-left: -60px;
    position: fixed;
    top: 50%;
    width: 120px;
    z-index: 100;
}

.menu {
    text-align: center;
}

.scrollableGrid {
    display: block;
    overflow: auto;
}

.Grid .fw {
    width: 100%;
}

.Grid th {
    background: url('https://cdn.crisalisllc.com/cdn/point/images/GrayBanner.jpg') repeat-x;
    background-size: contain;
    color: #000;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.2em 0.5em 0.2em 0.5em;
    text-align: center;
}

.Grid td {
    border: 1pm solid #9999;
    color: #333333;
    font-size: 0.9em;
    padding: 0.2em 1em 0.2em 1em;
    word-wrap: break-word;
}

.Grid .alternate {
    background-color: #CCCCCC;
}

.GridTable {
    background-color: #f7f7f7;
    border: 1px solid #999;
    margin: 0.3em 0em 0.3em 0em;
}

.GridTable, .fw {
    width: 100%;
}

    .GridTable th {
        background: url('https://cdn.crisalisllc.com/cdn/point/images/GrayBanner.jpg') repeat-x;
        background-size: contain;
        border-bottom: 1px solid #666;
        color: #000;
        cursor: pointer;
        font-size: 0.9em;
        font-weight: bold;
        padding: 0.2em 0.5em 0.2em 0.5em;
        text-align: center;
    }

    .GridTable td {
        border: 1pm solid #9999;
        color: #333333;
        padding: 0.2em 1em 0.2em 1em;
        vertical-align: top;
    }

    .GridTable tr:nth-child(odd) {
        background-color: #CCCCCC;
    }

.wrap {
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.wrapper {
    width: 100%;
}

#leftside {
    background-color: #FFFFFF;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 30%;
}

#rightside {
    background-color: #FFFFFF;
    display: inline-block;
    overflow: auto;
    text-align: left;
    vertical-align: top;
    width: 69%;
}


.fullHeight {
    height: 100%;
}

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.split.split-horizontal {
    height: 100%;
    float: left;
}

.gutter {
    background-color: #666666;
    border: 1px solid #666666;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 10px;
}

#gutter:hover {
    background-color: #FFFF99;
    border: 1px solid #FFCC66;
}

.gutter.gutter-horizontal {
    cursor: ew-resize;
    background-image: url('https://cdn.crisalisllc.com/cdn/point/images/vertical.png');
    height: 100%;
    float: left;
}

table.noBorders, table.noBorders tr, table.noBorders td {
    border: 0 none #FFF;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white url('https://cdn.crisalisllc.com/cdn/point/images/ajax_loader-2.gif') center center no-repeat;
    opacity: 1;
}

table.bordered td {
    border: #000 1px solid;
    padding: 20px 10px;
}

div.padded {
    padding: 8px 5px;
}

div.white {
    background-color: #FFF;
}

/*  Vue v-cloak Attribute 
----------------------------------------------------------*/

[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
        content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

table.sfi {
    border: solid 2px black;
    width: 100%;
}

    table.sfi thead {
        text-align: center;
    }

    table.sfi th {
        border: solid 1px black;
        width: 30%;
    }

    table.sfi td {
        border: solid 1px black;
        border-top: none;
        border-bottom: none;
        width: 30%;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
    }

table.sfi tr.divider td {
    padding-top: 30px;
    padding-bottom: 30px;
}

p.underline {
    text-decoration: underline;
}

[v-cloak] {
    display: none;
}