@import "../../../hr/includes/fonts/avenir/avenir.css";

html, body {
    font-family: 'Avenir', sans-serif;
    background-color: #f3f7fc;
    height: 100%;
    line-height: 1;
}

.popover {
    z-index: 1000000002;
}

.popover-header {
    font-weight: 600;
}

.popover-header, .popover-body {
    font-size: 12px;
}

#main-screen {
    height: 100%;
    overflow: hidden;
    padding-top: 60px;
}

#left-menu {
    padding-top: 60px;
}

#wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

p {
    line-height: 1.3rem;
}

.scrollable {
    height: 100%;
    overflow: auto;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    word-break: keep-all;
}

h2 {
    font-weight: 300;
    color: #626f93;
}

h4.fullWidth {
    width: 100% !important;
}

h5 {
    color: #96a6b8;
}

h6 {
    color: #3c597c;
    letter-spacing: -.01em;
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 600;
}

h6.open {
    color: #62bb46;
}

hr {
    margin: .75rem 0;
    padding: 0;
    height: 1px;
    width: 100%;
    border: none;
    background-color: #dbe3eb;
}

.vr {
    border-right: 3px solid #e8e8e8;
    color: #e8e8e8;
}

ol, ul {
    margin: 0;
    list-style: none;
    list-style-position: inside;
    list-style-type: none;
    padding-inline-start: 0;
}

.validation-summary-errors ul li:last-child {
    margin-bottom: 0 !important;
}

ul li {
    list-style-position: outside;
}

.validation-summary-errors ul li:last-child {
    margin-bottom: 0 !important;
}

.validation-summary-errors ul li:not(:last-child) {
    margin-bottom: .25rem !important;
}

a[disabled] {
    pointer-events: none;
    cursor: default;
    opacity: .8;
}

h1, h2, h3, h4, h5, h6 {
    word-break: keep-all;
}

.text-rotate {
    transform: rotate(270deg);
}

.top-nav {
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
    padding: 0;
    background: #035081;
    background: -moz-linear-gradient(-45deg, #035081 0%, #032a57 100%);
    background: -webkit-linear-gradient(-45deg, #035081 0%, #032a57 100%);
    background: linear-gradient(135deg, #035081 0%, #032a57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035081', endColorstr='#032a57', GradientType=1);
    z-index: 1000000001;
    font-weight: 500;
}

.form-box {
    clear: both;
    height: auto;
    width: 100%;
    max-width: 450px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    padding: 3rem;
    background-color: #fff;
    box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, .35);
    -mos-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, .35);
    -webkit-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, .35);
    border-radius: .25rem;
}

.top-content {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: .8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover, .top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.icon {
    position: relative;
    margin-top: 5px;
    width: 5rem;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

.page-consent .client-logo img {
    width: 80px;
    height: 80px;
}

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

.page-consent .consent-form .consent-description label {
    font-weight: normal;
}

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}

.grants .grant img {
    width: 100px;
    height: 100px;
}

.grants .grant .clientname {
    font-size: 140%;
    font-weight: bold;
}

.grants .grant .granttype {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .created {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .expires {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant li {
    list-style-type: none;
    display: inline;
}

.grants .grant li:after {
    content: ', ';
}

.grants .grant li:last-child:after {
    content: '';
}

table.dataTable tbody tr:hover {
    background-color: #fbfbfb;
    cursor: pointer;
}

table.dataTable tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}

table.dataTable tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1;
}

table.dataTable tbody tr > .sorting_1, table.dataTable tbody tr > .sorting_2, table.dataTable tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa;
}

table.dataTable tbody tr.selected > .sorting_1, table.dataTable tbody tr.selected > .sorting_2, table.dataTable tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable tbody tr.odd > .sorting_3 {
    background-color: #f5f5f5;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable tbody tr.even > .sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable tbody tr.even > .sorting_2 {
    background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable tbody tr.even > .sorting_3 {
    background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn:not([role="combobox"]) {
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem;
    vertical-align: middle;
    user-select: none;
    padding: .5rem 1.25rem;
    font-size: .75rem;
    line-height: 2;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

tr:hover {
    opacity: .9;
    background-color: #fbfbfb !important;
}

#top-nav-logout {
    width: 50px !important;
}

#top-nav-logout span {
    font-size: 25px;
}

#main-nav {
    position: absolute;
    right: 0;
}