﻿.HiddenArea {
    display: none;
    visibility: hidden;
}

.ShowArea {
    display: inline;
    visibility: visible;
}
.AssessorFooter {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 70px;
    text-wrap: none;
    margin:auto;
    width:100%;
}
.PopUpHint {
    background: #eeeeee;
    position: absolute;
    z-index: 100;
    border: solid 1px #aaaaaa;
    padding: 5px 5px 5px 5px;
    text-transform: capitalize;
    display: none;
    color: #000000;
    padding: 0px;
}

.PopUpLink, .PopUpLink a:link, .PopUpLink a:visited, .PopUpLink a:active {
    color: #000000;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 1px;
    text-decoration: none;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
}

.PopUpLink_Over, .PopUpLink_Over a:link, .PopUpLink_Over a:visited, .PopUpLink_Over a:active {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 1px;
    background-image: url('/images/hintarrow.gif');
    background-repeat: no-repeat;
    background-position: left center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
[data-toggle="collapse"] i:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed i:before {
    content: "\f13a";
}
.bg-gray {
    background-color: #ddd !important;
}