/* `LAYOUT
--------------------------------------------------------------------------------------------------------------------- */

body {
    width: 100%;
    height: 100%;
}

.container {
    min-height: 100vh;
    position: relative;
}

.header-wrapper {
    height: 64px;
    background: #1245a8;
}

.header {
    color: #fff;
    padding: 18px 24px;
}

.content-wrapper {
    padding: 16px 24px 48px;
}

.sidebar {
    width: 72px;
    position: fixed;
}

.content {
    height: 100%;
}

.content-private {
    margin-left: 72px;
    padding: 0 16px;
}

.topbar {
    height: 24px;
    margin-left: 72px;
    background: #f5f5f5;
}

.footer-wrapper {
    background: #F5F5F5;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40px;
    padding: 12px 16px;
}


/* `PRIMEFACES OVERRIDE
--------------------------------------------------------------------------------------------------------------------- */

.ui-widget, .ui-widget .ui-widget {
    font-size: 1em;
    font-family: 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.ui-widget-header, .ui-widget-header .ui-widget-header {
    background: none;
}

.ui-widget-content, .ui-widget-content .ui-widget-content {
    color: rgba(0, 0, 0, .87);
}

.ui-shadow {
    box-shadow: 0 0 1px rgba(9, 30, 66, 0.31), 0 20px 32px -8px rgba(9, 30, 66, 0.25);
}

.ui-corner-all {
    border-radius: 2px;
}

.ui-state-default .ui-icon {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free', 'Arial', sans-serif;
    background: none;
    content: "";
    text-indent: 0;
    font-size: 0;
    width: inherit;
    display: inline;
}

.ui-state-default .ui-icon:before {
    font-size: 12px;
}

.ui-icon-seek-first:before {
    content: "\f100";
}

.ui-icon-seek-end:before {
    content: "\f101";
}

.ui-icon-seek-prev:before {
    content: "\f104";
}

.ui-icon-seek-next:before {
    content: "\f105";
}

.ui-icon-carat-2-n-s:before {
    content: "\f0dc";
    padding-left: 5px;
}

.ui-icon-triangle-1-s:before {
    content: "\f078";
    font-size: 10px !important;
}

.ui-icon-carat-2-n-s.ui-icon-triangle-1-n:before {
    content: "\f0de";
}

.ui-icon-carat-2-n-s.ui-icon-triangle-1-s:before {
    content: "\f0dd";
    font-size: 12px !important;
}

.ui-icon-check:before {
    content: "\f00c";
    font-size: 10px !important;
}

.ui-icon-bullet:before {
    content: "\f111";
    font-size: 10px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    text-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #cbd4e3;
    background: #fafcff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {

}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    box-shadow: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {

}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    text-shadow: none;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    box-shadow: none;
    font-size: 15px;
    color: #172b4d;
}

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus,
.ui-widget-header .ui-inputfield.ui-state-focus {
    box-shadow: none;
}

.ui-paginator {
    border: none;
    text-align: left;
    margin-top: 4px;
}

.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-pages, .ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-current {
    padding: 5px 4px;
    height: 27px;
    min-width: 30px;
    text-align: center;
    border: none;
    background: none;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
    color: #457ffe;
}

.ui-paginator .ui-paginator-page.ui-state-hover,
.ui-paginator .ui-paginator-next.ui-state-hover,
.ui-paginator .ui-paginator-prev.ui-state-hover,
.ui-paginator .ui-paginator-first.ui-state-hover,
.ui-paginator .ui-paginator-last.ui-state-hover {
    background: #d4e2ff;
}

.ui-paginator .ui-paginator-page.ui-state-active {
    background: #457ffe;
    color: #fff;
}

.ui-paginator .ui-paginator-rpp-label {
    display: inline-block;
    color: #457ffe;
    border-left: 1px solid #457ffe;
    padding-left: 16px;
    margin-left: 8px;
    font-size: 13px;
}

.ui-paginator .ui-paginator-rpp-options {
    background: inherit;
    border: none;
    height: 27px;
    color: #457ffe;
}

.ui-paginator .ui-paginator-current {
    float: right;
    font-weight: bold;
    margin-top: 9px;
}

.ui-selectonemenu {
    background: none;
    padding-right: 16px;
}

.ui-selectonemenu .ui-selectonemenu-label {
    height: 36px;
    padding: 9px 4px;
    background: #fafcff;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    background: #fafcff;
    border: none;
    color: #0f367d;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    height: 34px;
    border: none;
    right: 0;
    top: 2px;
}

.ui-autocomplete .ui-autocomplete-dropdown.ui-state-hover {
    background: none;
    color: inherit;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    background: none;
    top: 5px;
    left: 0px;
}

.ui-autocomplete-dropdown .ui-icon {
    overflow: visible;
    top: 7px;
    left: 14px;
}

.ui-selectonemenu-panel.ui-input-overlay {
    border: none;
    box-shadow: 0 4px 8px -2px rgba(9, 30, 66, .25), 0 0 1px rgba(9, 30, 66, .31)
}

.ui-autocomplete-panel .ui-autocomplete-list,
.ui-selectonemenu-panel .ui-selectonemenu-list {
    padding: 0;
}

.ui-autocomplete-panel .ui-autocomplete-item,
.ui-selectonemenu-panel .ui-selectonemenu-item {
    color: #172B4D;
    padding: 6px 8px;
    border-radius: 0;
}

.ui-autocomplete-panel .ui-autocomplete-item.ui-state-hover,
.ui-autocomplete-panel .ui-autocomplete-item.ui-state-highlight,
.ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-hover,
.ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-highlight {
    background: #F4F5F7;
}

.ui-selectonemenu.ui-state-focus {
    border-color: #1976D2;
}

.ui-chkbox-icon.ui-icon {
    left: 2px;
    top: -3px;
}

.ui-radiobutton-icon {
    top: -1px;
    left: 1px;
}

.ui-dialog {
    border: none;
}

.ui-dialog .ui-dialog-titlebar {
    background: #f5f5f5;
    padding: 0 0 0 10px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 15px;
    font-weight: 600;
    text-shadow: none;
    color: #457ffe;
    padding: 4px 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    padding: 10px;
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover,
.ui-dialog .ui-dialog-titlebar-close.ui-state-focus,
.ui-dialog .ui-dialog-titlebar-close.ui-state-active {
    padding: 10px;
    background: #eee;
}

.ui-confirm-dialog-severity {
    display: none;
}

.ui-dialog-footer.ui-dialog-buttonpane {
    text-align: center;
}

.ui-confirmdialog-no,
.ui-confirmdialog-yes {
    display: inline-block;
    width: 64px;
    padding: 0;
    text-align: center;
}

.ui-confirmdialog-no .ui-button-text,
.ui-confirmdialog-yes .ui-button-text {
    padding: 0;
}

.ui-messages-info-summary,
.ui-messages-warn-summary,
.ui-messages-error-summary,
.ui-messages-fatal-summary,
.ui-message-info-summary,
.ui-message-warn-summary,
.ui-message-error-summary,
.ui-message-fatal-summary {
    margin-left: 0;
}


.ui-widget-content,
.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

.ui-inputgroup .ui-inputgroup-addon:first-child,
.ui-inputgroup .ui-inputgroup-addon-checkbox:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ui-inputgroup .ui-inputgroup-addon,
.ui-inputgroup .ui-inputgroup-addon-checkbox {
    background: #f6f8fb;
    border-color: #cbd4e3;
    font-size: 15px;
    color: #172b4d;
    padding: 9px 8px 4px;
}

.ui-inputgroup .ui-inputgroup-addon.ui-inputgroup-separator {
    min-width: 1px;
    width: 1px;
    padding: 0;
    border-right: 0;
}

.ui-growl {
    width: 260px;
}

.ui-growl-item-container {
    border: none;
    background: #aaa;
    opacity: 0.95;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
}

.ui-growl-item-container.ui-growl-error {
    background: #d32f2f;
}

.ui-growl-item-container.ui-growl-info {
    background: #66BB6A;
}

.ui-growl-item-container.ui-growl-warn {
    background: #FF8A65;
}

.ui-growl-item-container:hover {
    opacity: 1;
}

.ui-growl-title {
    font-weight: normal;
    padding: 0;
}

.ui-growl-image {
    display: none;
}

.ui-growl-message {
    padding: 0;
    float: left;
}

.ui-datepicker {
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 4px rgba(6, 8, 8, 0.15);
    -moz-box-shadow: 0 0 4px rgba(6, 8, 8, 0.15);
    -o-box-shadow: 0 0 4px rgba(6, 8, 8, 0.15);
    box-shadow: 0 0 4px rgba(6, 8, 8, 0.15);
}

.ui-datepicker .ui-datepicker-header {
    background: #f5f5f5;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    background: #d4e2ff;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-highlight, .ui-datepicker .ui-datepicker-current-day .ui-state-default {
    text-shadow: none;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {;
}

.ui-datepicker-next .ui-icon:before {
    content: "\f054";
    margin: 0 5px 0 2px;
}

.ui-datepicker-prev .ui-icon:before {
    content: "\f053";
    margin: 0 2px 0 5px;
}

/* `LOGO
--------------------------------------------------------------------------------------------------------------------- */

.header-logo-wrapper {
    font-size: 22px;
}

.logo {
    margin: 64px auto 48px;
    width: 300px;
}

.logo-img {
    width: 96px;
}

.logo-txt {
    color: #297aeb;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

/* `TABLE
----------------------------------------------------------------------------------------------------------------------*/

.ui-datatable-scrollable-theadclone {
    visibility: collapse;
}

.data-table {
    border: none !important;
}

.data-table .ui-widget-content {
    border: none !important;
    background: none !important;
}

.data-table .ui-state-default {
    box-shadow: none !important;
    text-shadow: none !important;
}

.data-table thead tr th,
.data-table tbody tr td {
    height: 48px !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #ededed !important;
    text-align: left !important;
    color: #484848 !important;
    padding: 10px !important;
    font-size: 14px !important;
}

.data-table .number-col {
    text-align: center !important;
    width: 40px !important;
}

.data-table thead tr th {
    color: #457ffe !important;
    font-size: 11px !important;
    height: 40px !important;
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #457ffe !important;
    text-transform: uppercase !important;
}

.data-table tbody tr:hover td {
    background: #fafafa;
}

.data-table-padding thead tr th,
.data-table-padding tbody tr td {
    padding: 10px;
}

.data-table-link:hover {
    color: #1E88E5;
}

.data-table .candidate-status-RECALL_CONFIRMED td,
.data-table .candidate-status-REGISTRATION_REJECTED td {
    text-decoration: line-through;
}

.data-table tr td.functional {
    text-decoration: inherit;
}

.data-table .histories {
    font-weight: bold;
}

/* `DATA LIST
----------------------------------------------------------------------------------------------------------------------*/

.data-list .ui-datalist-content {
    border: none;
}

/* `BREADCRUMB
----------------------------------------------------------------------------------------------------------------------*/

ul.breadcrumb {
    height: 21px;
    padding: 0 4px 1px;
    border-radius: 2px;
    margin-bottom: 10px;
    background: #fafcff;
    /*border: 1px solid #f5f5f5;*/
}

ul.breadcrumb li {
    color: #1847a4;
    display: inline;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

ul.breadcrumb li + li:before {
    padding: 2px 4px 2px 3px;
    content: "\203A";
    font-size: 16px;
}

/* `ERROR PAGE
--------------------------------------------------------------------------------------------------------------------- */

.error-page-container {
    padding-top: 70px;
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}

.error-page {
    text-align: center;
    /*position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-64%);*/
}

.error-page-logo {
    width: 512px;
    margin: auto;
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.error-page-logo-img {
    width: 128px;
    display: inline-block;
}

.error-page-logo-txt {
    font-size: 21px;
    margin: 8px 0 8px;
    text-transform: uppercase;
}

.error-page-content {
    position: relative;
    z-index: 4;
}

.error-page-code {
    font-size: 72px;
    margin-top: 48px;
    font-weight: bold;
}

.error-page-summary {
    font-size: 56px;
}

.error-page-detail {
    margin-bottom: 16px;
}

.error-page-detail,
.error-page-actions {
    font-size: 21px;
    color: #7796b5;
}

.error-page-content-401 {
    color: #66BB6A;
}

.error-page-content-403 {
    color: #FFCA28;
}

.error-page-content-404 {
    color: #FF7043;
}

.error-page-content-500 {
    color: #00ACC1;
}

/* `SIGN IN
--------------------------------------------------------------------------------------------------------------------- */

.sign-in-form {
    width: 512px;
    margin: auto;
    text-align: center;
}

.sign-in-form h1 {
    font-size: 21px;
    margin-top: 8px;
    text-transform: uppercase;
}

.sign-in-form p {
    font-size: 15px;
    margin: 8px auto 48px;
    text-align: center;
}

.sign-in-form h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.sing-in-logo {
    width: 128px;
}

.sign-in-form .form-blc-input {
    width: 256px;
}

.btn-sign-in {
    padding: 0;
    overflow: hidden;
    background: #2962FF;
    box-shadow: 0 6px 12px rgba(28, 52, 132, 0.1);
    margin: 8px 0;
    display: inline-block;
    width: 256px;
}

.btn-sign-in:hover,
.btn-sign-in:active {
    background: #2962FF;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.form-blc-input-wrap {
    margin-bottom: 10px;
}

.form-blc input.form-blc-input {
    margin: 0;
    width: 300px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    transition: all .3s ease-in;
}

.form-blc .form-blc-input.btn {
    font-size: 12px;
}

.form-blc .form-blc-input.ui-state-error {
    border: 1px solid #ef5350;
}

.psw-status {
    font-size: 11px;
    padding: 3px 8px;
    color: #fff;
    border-radius: 2px;
}

.psw-exists {
    background: #43A047;
}

.psw-null {
    background: #f44336;
}

/* `HEADER
--------------------------------------------------------------------------------------------------------------------- */

.lang-bar {
    color: #f5f5f5;
}

.lang-bar-icon {
    padding: 4px;
    font-size: 16px;
}

.lang-bar-select-menu {
    height: 28px;
    background: none;
    border: none;
}

.lang-bar-select-menu .ui-inputfield {
    height: 28px;
    padding: 7px 4px;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #f5f5f5;
}

.lang-bar-select-menu .ui-selectonemenu-trigger {
    background: none;
    color: #f5f5f5;
}


.header-sing-in-link {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 16px;
    border: 1px solid #F5F5F5;
    border-radius: 2px;
    color: #f5f5f5;
}

/* `FOOTER
--------------------------------------------------------------------------------------------------------------------- */

.footer {
    font-size: 14px;
    color: #212121;
}

.link-footer {
    color: #42A5F5;
}

.link-footer:hover {
    text-decoration: underline;
}

/* `SIDEBAR
--------------------------------------------------------------------------------------------------------------------- */

.sidebar {
    display: flex;
    flex-direction: column;
    width: 80px;
    min-height: 100%;
    height: 100%;
    background: #1245a8;
}

.sidebar-logo {
    width: 100%;
    height: 64px;
    padding: 4px;
    align-self: flex-start;
}

.sidebar-logo-txt {
    color: #fff;
    padding: 4px;
    font-size: 21px;
    font-weight: bold;
}

.sidebar-menu {
    flex: 1;
    padding: 16px 0;
}

.sidebar-menu-link {
    width: 100%;
    color: #deebff;
    margin: auto;
    display: block;
    font-size: 10px;
    text-align: center;
    padding: 8px 0;
    transition: all 0.29s ease;
}

.sidebar-menu-link:hover {
    background: #0f367d;
}

.sidebar-menu-link.active {
    background: #133d8e;
}

.sidebar-menu-link > .fa {
    width: 100%;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    margin-bottom: 4px;
}

/* `TOPBAR
--------------------------------------------------------------------------------------------------------------------- */

.topbar {
    padding: 0 16px;
}

.topbar-profile {
    font-size: 12px;
    margin-right: 16px;
    padding: 5px 0 4px;
}

.topbar-lang-bar select {
    width: 48px;
    height: 17px;
    border: none;
    font-size: 10px;
    padding: 2px;
    text-transform: uppercase;
    margin-top: 3px;
}

.topbar-settings {
    width: 64px;
    text-align: right;
}

.topbar-settings .link-logout {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.topbar-settings .link-logout:hover {
    color: #448aff;
}

/* `PUBLIC
--------------------------------------------------------------------------------------------------------------------- */

.hor-row-data,
.ver-row-data {
    background: #F5F5F5;
    border-radius: 2px;
}

.ver-row-data {
    padding: 0 0 8px 0;
}

.hor-row-data-header,
.ver-row-data-header {
    color: #1E88E5;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
}

.hor-row-data-header {
    float: left;
    height: 100%;
    width: 256px;
}

.hor-row-data-item,
.ver-row-data-item {
    font-size: 15px;
    padding: 8px 16px;
}

.hor-row-data-item {
    float: left;
    margin-right: 8px;
}

.ver-row-data-item {
    margin-bottom: 8px;
}

.ver-row-data-item label,
.hor-row-data-item label {
    color: #616161;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 4px;
}


.election-slider-item {
    background: #f8faff;
    /*background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    height: 360px;
    padding: 24px 36px;
    border-radius: 4px;
}

.election-slider-data {
    width: 64%;
    float: left;
}

.election-slider-func {
    width: 36%;
    float: right;
}

.election-slider-data h2 {
    font-size: 48px;
    margin-top: 24px;
    color: #1354e2;
}

.election-slider-data p {
    font-size: 16px;
    margin-top: 8px;
    color: #757575;
}

.election-slider-data .election-date {
    font-size: 24px;
    margin: 16px 0 24px;
    color: #052877;
}

.election-slider-func {
    margin: 92px 0;
}

.election-slider-link {
    float: right;
    width: 300px;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 16px;
    color: #757575 !important;
}

.election-slider-link span {
    width: 192px;
    float: left;
}

.election-slider-link .fas {
    font-size: 40px;
    float: right;
    margin: 26px 0 26px 16px;
}

.election-slider-link:hover span {
    text-decoration: underline;
}

/* `PRIVATE
--------------------------------------------------------------------------------------------------------------------- */

#container.private {
    /*background: #f9f9f9;*/
}

.page-heading {
    color: #1845a8;
    margin-bottom: 16px;
}

span.page-heading {
    opacity: 1 !important;
    text-decoration: underline;
}

h2.page-heading {
    font-size: 28px;
}

h3.page-heading {
    font-size: 22px;
}

.content-data {
    display: flex;
}

.content-data-item {
    background: #fff;
    padding: 16px;
}

.content-data-filter {
    margin-right: 2px;
    width: 256px;
}

.content-data-filter-item {
    margin-bottom: 12px;
}

.content-data-filter-item label {
    font-weight: bold;
}

.filter-form-header {
    margin-bottom: 16px;
}

.filter-form-header h2,
.content-data-header h2 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.search-form-query-blc {
    position: relative;
}

.search-form-query-blc .fa-search {
    top: 12px;
    right: 10px;
    color: #999;
    font-size: 14px;
    position: absolute;
}

.search-form-query-blc .search-form-query {
    padding-right: 32px;
}

.search-form-query-blc:focus .fa-search {
    color: #0f367d;
}

.activity-status .fa-check,
.activity-status .fa-check-circle {
    color: #4CAF50;
}

.activity-status .fa-spinner {
    color: #FF9800;
}

.activity-status .fa-times,
.activity-status .fa-times-circle {
    color: #f44336;
}

.license-valid {
    color: #4CAF50;
}

.data-table tbody tr.license-valid td {
    color: #4CAF50;
}

.license-invalid {
    color: #f44336;
}

.data-table tbody tr.license-invalid td {
    color: #f44336;
}

.scan-blc-with-menu {
    position: relative;
}

.scan-overflow-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.scan-overflow-menu .fa {
    width: 100%;
    height: 50%;
}

.scan-overflow-menu .fa-eye {
    color: #457fff;
}

.scan-overflow-menu .fa-trash {
    color: #f44336;
}

.scan-blc-with-menu:hover .scan-overflow-menu {
    display: block;
}

.scan-list .scan-blc .fa {
    color: #555;
}

.scan-list-img .scan-blc {
    overflow: hidden;
    width: 35px;
    height: 48px;
    position: relative;
    display: inline-block;
    margin-right: 3px;
}

.scan-list-img .scan-img {
    height: 48px;
}

.scan-list-img .scan-blc .btn-mng {
    position: absolute;
    display: none;
}

.scan-list-img .scan-blc:hover .btn-mng {
    display: block;
}

/* `APPLICANT
--------------------------------------------------------------------------------------------------------------------- */

.applicant-person-blc h2 {
    font-size: 27px;
    color: #447efe;
    margin: 0 0 2px 4px;
}

.applicant-person-blc .btn-mng {
    font-size: 18px;
    margin-top: 5px;
}

.applicant-person-blc .data-view-group {
    padding: 5px;
    background: #fafcff;
    border: 1px solid #eef2f9;
    border-radius: 2px;
}

.applicant-person-blc .data-view-item {
    border-right: 1px dashed #eef2f9;
}

/* `FORM-TABLE
--------------------------------------------------------------------------------------------------------------------- */

.form-table {
    width: 100%;
}

.form-table .ui-state-error {
    background: none;
}

.form-table tr td {
    border-bottom: 1px solid #f9f9f9;
    padding: 16px 8px;
}

.form-table.dlg-table tr td {
    padding: 4px;
}

.form-table tr:last-child {
    border-bottom: none;
}

.form-table tr td:first-child {
    width: 196px;
    font-size: 14px;
    padding-right: 24px;
}

.form-table.dlg-table tr td:first-child {
    width: 128px;
}

.form-table div > label {
    color: #424242;
    display: inline-block;
    padding-bottom: 4px;
}

.form-table-group-label {
    color: #1565C0;
    font-size: 16px;
}


/* `INFO-TABLE
--------------------------------------------------------------------------------------------------------------------- */

.info-table {
    width: 100%;
}

.info-table tr td {
    border-bottom: 1px dashed #e1ebfa;
}

.info-table.no-last-border tr:last-child {
    border-bottom: none;
}

.info-table tr td {
    padding: 16px;
    font-size: 16px;
}

.info-table tr td:first-child {
    width: 196px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px 16px 16px 8px;
    color: #457fff;
}

.info-table tr td:first-child span {
    font-size: 13px;
    text-transform: none;
    color: #777;
}

.info-table-blc {
    color: #001f3f;
    min-width: 128px;
    margin: 0 16px 16px 0;
    float: left;
}

.info-table-blc > label {
    font-size: 14px;
    color: #757575;
}

.info-table-blc-warning {
    color: #d32f2f;
}

.info-table-blc-warning > label {
    color: #FF5722;
}

.info-table #categories-table tbody tr td {
    padding: inherit;
}

.info-table-view-btn {
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 18px;
    padding: 2px 8px;
}

.observer-eс {
    background: #F5F5F5;
    min-width: 512px;
    max-width: 768px;
    border-radius: 2px;
    margin-top: 2px;
    overflow: hidden;
}

.observer-eс-title {
    padding: 4px;
    font-size: 14px;
}

.observer-eс-btn {
    height: 44px;
    padding: 12px 19px;
    background: #eee;
}

.observer-eс-btn:hover {
    background: #e5e5e5;
}

/* `DATA-VIEW
--------------------------------------------------------------------------------------------------------------------- */

.data-view-group {
    padding: 16px 4px 24px;
    border-bottom: 1px dashed #e1ebfa;
}

.data-view-heading {
    color: #457fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px;
}

.data-view-item {
    font-size: 15px;
    color: #001f3f;
    min-width: 128px;
}

.data-view-item > label {
    font-size: 14px;
    color: #757575;
}

.tooltip-table tr td {
    padding: 4px;
    border-bottom: 1px solid #545454;
}

.tooltip-table tr:last-child td {
    border-bottom: none;
}

.candidates-analytics-item {
    padding: 4px;
    color: #001f3f;
}

.candidates-analytics-item > label {
    color: #757575;
    line-height: 1.8;
}

.element-error-status {
    font-size: 14px;
    margin-left: 4px;
}

.element-error-status .fa-check-circle {
    color: #43A047;
}

.element-error-status .fa-times-circle {
    color: #f44336;
}

/* `NAV
--------------------------------------------------------------------------------------------------------------------- */

.module-nav {
    margin-top: 25px;
    border-bottom: 2px solid #cbd4e3;
    position: relative;
    height: 43px;
}

.module-nav ul {
    position: absolute;
    width: 100%;
}

.module-nav ul li {
    display: inline-block;
    position: relative;
}

.module-nav ul li a {
    display: block;
    padding: 8px 24px;
    font-size: 17px;
    font-weight: 600;
    color: #8c9cb7;
}

.module-nav ul li a.active {
    color: #447efe;
    border-bottom: 2px solid #447efe;
}

/* REPORT ----------------------------------------------------------------------------------------------------------- */

.loader {
    margin: 64px auto;
}

.report-filter * {
    font-size: 13px !important;
}

.report-filter-item {
    margin: 0 2px 2px 0;
}

.report-filter .btn {
    font-size: 10px !important;
    height: 24px;
    line-height: 24px;
}

.report-filter .input-text,
.report-filter input[type="text"],
.report-filter select {
    height: 24px;
    padding: 3px 4px 2px;
}

.report-filter .ui-inputgroup .ui-inputgroup-addon,
.report-filter .ui-inputgroup .ui-inputgroup-addon-checkbox {
    padding: 3px 4px 2px;
    height: 24px;
    text-align: left;
}

.report-filter .ui-inputgroup .ui-inputgroup-addon.ui-inputgroup-separator {
    padding: 0;
}

.report-filter .ui-selectonemenu .ui-selectonemenu-label,
.report-filter .ui-autocomplete-panel .ui-autocomplete-item,
.report-filter .ui-selectonemenu-panel .ui-selectonemenu-item {
    height: 22px;
    padding: 3px;
    font-size: 13px !important;
}


.report-data {
    padding-top: 13px;
}

.report-data .data-table thead tr th,
.report-data .data-table tbody tr td {
    height: 24px;
}

/* `LOAD ANIMATION
--------------------------------------------------------------------------------------------------------------------- */

.spinner {
    width: 38px;
    height: 38px;
    position: relative;
}

.spinner .double-bounce1,
.spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.print-hidden {
    display: none;
}

/* `MEDIA PRINT
--------------------------------------------------------------------------------------------------------------------- */

@media print {

    @page {
        margin: 5mm 5mm 10mm 5mm;  /* this affects the margin in the printer settings */
        @bottom-left {
            content: counter(page)
        }
    }

    html {
        background-color: #FFFFFF;
    }

    .sidebar,
    .topbar,
    .page-heading,
    .non-print,
    .btn,
    .link,
    .ui-paginator {
        display: none;
    }

    .content-private {
        width: 100%;
        margin: 0;
        padding: 0;
        display: table;
    }

    .print-hidden {
        display: block;
    }

    .print-A4-portrait {
        width: 200mm;
    }

    .print-A4-landscape {
        width: 287mm;
    }

    .print-page-heading {
        font-size: 17px;
        text-align: center;
    }

    .print table {
        border: 1px solid #ccc;
        border-collapse: collapse;
    }

    .print table thead tr th {
        border: 1px solid #ccc;
        border-collapse: collapse;
        color: inherit;
        text-transform: none;
        font-size: 14px;
        font-weight: normal;
    }

    .print table tr th,
    .print table tr td {
        padding: 2px !important;
        border: 1px solid #ccc;
    }

    thead {
        display: table-row-group;
    }

    .print table.table-borderless {
        border: none;
    }

    .print table.table-borderless tr td {
        border: none;
    }

    #pageFooter {
        display: table-footer-group;
    }

    #pageFooter:after {
        counter-increment: page;
        content: counter(page);
    }

    .report-filter {
        display: none;
    }

}
