.app {
    position: relative;
    color: rgb(26, 18, 117);
}
#loader {
    position: absolute;
    top: 45vh;
    left: 45vw;
    opacity: 1;
    z-index: 1001;
}
#loader-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}
#pagination {
    margin: 0 auto;
}
#pagination tr td {
    width: calc(100% / 7);
}
.search {
    display: inline-block;
    position: absolute;
    right: 0.5em;
    color: black;
    top: 0.6em;
}
.material-icons {
    vertical-align: bottom;
}
thead tr th {
    position: relative;
}
table thead tr th input {
    width: calc(100%);
}
.app .page {
    width: 1366px;
    height: 1024px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/background_background.png');
    display: none;
}
.app .page:first-of-type {
    display: block;
}
.app .page#manage_team, .app .page#manage_team_member {
    /*background-image: url('../img/general_background.png');*/
    background-image: url('../img/manage_team_background.png');
}
.app .page#talent_reports {
    /*background-image: url('../img/general_background.png');*/
    background-image: url('../img/talent_reports_background.png');
}
.app .page#support {
    /*background-image: url('../img/general_background.png');*/
    background-image: url('../img/support_background.png');
}
.app .page .title {
    position: absolute;
    top: 248px;
    left: 538px;
    width: 456px;
    height: 48px;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 5px 0 0 0;
    border-radius: 0.25rem;
}
.app .page#manage_team .title, .app .page#manage_team_member .title {
    background-color: rgb(132, 107, 202);
}
.app .page#talent_reports .title {
    background-color: rgb(233, 86, 5);
}
.app .page#support .title {
    background-color: #909090;
}
.app .page .container {
    position: absolute;
    top: 300px;
    left: 320px;
    width: 930px;
    height: 570px;
    overflow-y: auto;
}
.app .page#homepage .container {
    top: 422px;
    left: 330px;
    height: 462px;
    width: 924px;
}
.app .page#homepage .container .row {
    justify-content: space-between;
}
.app .page#homepage .container .row:not(:first-child) {
    margin-top: 12px;
    line-height: 10px;
}
.app .page#homepage .container .row:first-child .col-2 {
    border: 2px solid black;
    border-radius: 0.5em;
    padding: 0.5em 0.25em;
    width: 16%;
}
.app .page#homepage .container .text-bold {
    font-size: 10px;
    font-weight: 800;
}
.app .page#homepage .container .row:first-child .text-bold {
    font-size: 12px;
    font-weight: 600;
}
.app .page#homepage .container .text-small {
    font-size: 8px;
}
label {
    font-weight: bold;
}
.app select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.app #manage_team h3, .app #manage_team .back-button, .app #talent_reports .succession-buttons, .app #talent_reports #download-hr-rating {
    display: none;
}
.app #manage_team .back-button, .app #results-table tr {
    cursor: pointer;
}
.app #manage_team_member label {
    font-size: 95%;
}
.app #manage_team_member img {
    width: 100%;
    height: auto;
}
.app #support .pdf-link {
    padding-left: 2em;
    background-image: url('../img/pdf.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 2em;
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1em;
}
.app #support .pdf-link:first-child {
    margin-top: 2em;
}
.app h2 {
    text-align: center;
}
.app #no_chart_data {
    display: none;
}
.app #pdf-popup {
    top: 50px;
}
.app #pdf-popup .modal-dialog {
    max-width: 1366px;
    height: calc(1024px - 78px);
}
.app #pdf-popup .modal-dialog .modal-content {
    height: 100%;
}
.app #pdf-popup .modal-dialog .modal-content .modal-header div {
    width: 26px;
    height: 26px;
    text-align: center;
    background-image: url('../img/icon-close-white.png');
    background-size: contain;
}
.app #pdf-popup .modal-dialog .modal-content .modal-body iframe {
    width: 100%;
    height: 100%;
}
.hotspot {
    /*background-color: rgba(255, 0, 0, 0.5);*/
    position: absolute;
    top: 244px;
    left: 100px;
    width: 140px;
    height: 140px;
}
.btn-primary {
    color: white;
    background-color: rgb(132, 107, 202);
    border-color: rgb(132, 107, 202);
}
.btn-primary:hover {
    color: rgba(255, 255, 255, 0.75);
    background-color: rgb(114, 83, 193);
    border-color: rgb(114, 83, 193);
}
.btn-warning {
    color: white;
    background-color: rgb(26, 18, 117);
    border-color: rgb(26, 18, 117);
}
.btn-warning:hover {
    color: rgba(255, 255, 255, 0.75);
    background-color: rgb(21, 15, 100);
    border-color: rgb(21, 15, 100);
}
.btn-orange {
    color: white;
    background-color: rgb(233, 86, 5);
    border-color: rgb(233, 86, 5);
}
.btn-orange:hover {
    color: rgba(255, 255, 255, 0.75);
    background-color: rgb(167, 61, 3);
    border-color: rgb(167, 61, 3);
}
[data-dismiss] {
    cursor: pointer;
}