/* `PRIMEFACES OVERRIDE
--------------------------------------------------------------------------------------------------------------------- */

.ui-widget, .ui-widget .ui-widget {
    font-size: 1em;
    font-family: 'PT Sans', 'Arial', 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-widget-content.ui-datalist-content {
    border: none;
}

.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 #fef8ec;
}

.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: 13px;
    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: 4px 4px;
    height: 27px;
    min-width: 30px;
    text-align: center;
    border: none;
    background: none;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
    color: #6c757d;
}

.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: #FFCCBC;
}

.ui-paginator .ui-paginator-page.ui-state-active {
    background: #f4511e;
    color: #fff;
}

.ui-paginator .ui-paginator-rpp-label {
    display: inline-block;
    color: #6c757d;
    border-left: 1px solid #6c757d;
    padding-left: 16px;
    margin-left: 8px;
    font-size: 13px;
}

.ui-paginator .ui-paginator-rpp-options {
    background: inherit;
    border: none;
    height: 27px;
    color: #6c757d;
}

.ui-paginator .ui-paginator-current {
    float: right;
    font-weight: bold;
    margin-top: 4px;
}

.ui-selectonemenu {
    background: none;
    padding-right: 16px;
}

.ui-selectonemenu .ui-selectonemenu-label {
    height: 28px;
    padding: 6px;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    background: #fafcff;
    border: none;
    color: #0f367d;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    height: 28px;
    border: none;
    right: 0;
    top: 1px;
}

.ui-autocomplete .ui-autocomplete-dropdown.ui-state-hover {
    background: none;
    color: inherit;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    background: none;
    top: 2px;
    left: 2px;
}

.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;
    -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-dialog-titlebar {
    background: #f2f2f2;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-minimize,
.ui-dialog .ui-dialog-titlebar-maximize {
    margin-top: 3px;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover,
.ui-dialog .ui-dialog-titlebar-minimize.ui-state-hover,
.ui-dialog .ui-dialog-titlebar-maximize.ui-state-hover {
    background: #ccc;
    border-color: #ccc;
}

.ui-dialog .ui-dialog-content {
    padding: 20px 25px 10px;
    font-size: 14px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
    border: none;
    padding-bottom: 20px;
}

.ui-confirmdialog-yes,
.ui-confirmdialog-no {
    width: 80px;
}

.ui-confirmdialog-yes {
    background: #4CAF50;
}

.ui-confirmdialog-no {
    background: #d32f2f;
}

.ui-confirmdialog-yes .ui-button-text,
.ui-confirmdialog-no .ui-button-text {
    padding: 0;
}

.ui-confirmdialog-yes .ui-icon,
.ui-confirmdialog-no .ui-icon {
    display: none;
}

.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-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 {
    border: none;
    color: #6e757b;
}

.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;
}

.select-one-radio {
    background: #fafafa;
}

.select-one-radio input[type="radio"],
.select-one-ckxbox input[type="checkbox"] {
    float: left;
}

.select-one-radio tbody tr td:first-child {
    width: inherit;
    font-size: inherit;
    padding: inherit;
}

.select-one-radio tbody tr td,
.select-one-ckxbox tbody tr td {
    padding: 6px 10px 5px 0;
}

/* `LAYOUT
--------------------------------------------------------------------------------------------------------------------- */

#container {
    min-height: 100%;
    position: relative;
}

#content-wrapper {
    padding-bottom: 80px;
}

#content {
    height: 100%;
    padding-top: 10px;
}

#content-top,
#content-private {
    height: 100%;
    float: right;
    padding: 10px 20px;
    width: calc(100% - 192px);
    width: -moz-calc(100% - 192px);
    width: -webkit-calc(100% - 192px);
    margin-left: calc(100% - 192px);
    background: #F6F9FD;
}

#content-top {
    height: 60px;
    background: #fff;
}

#content-top.applicant-content-top {
    height: 138px;
}

#content-private {
    padding-bottom: 60px;
}

#sidebar {
    float: left;
    width: 192px;
    min-height: 100%;
    position: fixed;
    overflow: hidden;
}

#footer-wrapper {
    background: #2a272d;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 32px;
}

#footer {
    color: #c3bab3;
    font-size: 12px;
}

/* `HEADER
--------------------------------------------------------------------------------------------------------------------- */

#header-wrapper {
    height: 64px;
    width: 100%;
    background: rgba(30, 35, 31, 0.5);
}

.logo-wrapper {
    float: left;
}

.logo-wrapper a {
    display: block;
    padding: 6px 0;
}

.logo-img {
    height: 48px;
}

.header-form {
    padding: 13px 0;
}

.lang-bar {
    float: right;
    width: 128px;
    padding: 9px 0;
    text-align: center;
}

.private .lang-bar {
    margin-right: 0;
}

.lang-bar-item {
    padding: 4px 8px;
    color: #c3bab3;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

.lang-bar-item:hover,
.search-link:hover {
    color: #fff;
}

.search-link-wrapper {
    width: 84px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
}

.search-link {
    padding: 4px 8px;
    color: #c3bab3;
}

.search-link .search-text {
    margin-left: 4px;
}


.lang-bar-item-selected {
    text-decoration: underline;
}

.btn-participate {
    height: 38px;
    width: 144px;
    background: #F4511E;
    color: #eaeaea;
    font-size: 13px;
    font-weight: normal;
}

.btn-participate:hover {
    background: #D84315;
    color: #fff;
}

.nav {
    float: left;
    margin-left: 30px;
    position: relative;
}

.nav > ul,
.nav > ul > li {
    float: left;
    clear: none;
}

.nav > ul > li {
    font-size: 11px;
    cursor: pointer;
    color: #f08500;
    text-transform: uppercase;
}

.nav > ul > li:last-child {
    /*padding: 0 0 0 0.778em;*/
}

.nav > ul > li > a {
    padding: 2px 1.5em;
    line-height: 2.5rem;
    display: block;
    transition: all ease 0.3s;
}

.nav > ul > li:hover > a {
    /*border-bottom: 2px solid #3498db;*/
    background: rgba(0, 0, 0, 0.25);

}

header.transparent.light .nav > ul > li:hover > a {
    border-bottom: 2px solid #fff;
}

.nav li {
    position: relative;
    white-space: nowrap;
}

.nav > ul li:hover > ul.sub-menu {
    display: block;
    /* show the submenu */;
}

/* `MAIN PAGE
--------------------------------------------------------------------------------------------------------------------- */

#header-wrapper.main-page-header-wrapper {
    background: url('../resources/gfx/bg.png') center;
    background-size: cover;
    height: 480px;
    position: relative;
}

.main-page-title {
    font-family: 'PT Serif', serif;
    padding: 32px;
    text-align: center;
}

.main-page-title img {
    margin-bottom: 24px;
    height: 86px;
}

.main-page-title h1 {
    text-transform: uppercase;
    color: #655d54;
    font-size: 24px;
    line-height: 40px;
}

.main-page-title p {
    margin-top: 48px;
    font-size: 16px;
    color: #655d54;
}

.main-page-content-wrapper {
    background: #fffaf1;
}

/* `ABOUT
--------------------------------------------------------------------------------------------------------------------- */

.about-page {
    font-family: 'PT Serif', serif;
    color: #655d54;
}

.about-page-title {
    font-size: 21px;
    margin: 20px 0 30px;
    font-weight: bold;
    color: #655d54;
}

.about-page-text-blc {
    margin: 0 auto 50px;
    font-size: 16px;
    color: #444;
}

.about-page-text-blc p {
    margin-top: 20px;
}

.about-page-text-blc ul li {
    list-style-type: disc;
}

.about-page ul li.last {
    margin: 0;
}

/* `TABLE
----------------------------------------------------------------------------------------------------------------------*/

.data-table {
    border: none;
}

.data-table .ui-widget-content {
    border: none;
    background: none;
}

.data-table .ui-state-default {
    box-shadow: none;
    text-shadow: none;
}

.data-table thead tr th,
.data-table tbody tr td {
    height: 48px;
    border-left: none;
    border-right: none;
    border-color: #dee2e6;
    text-align: left;
    color: #212529;
}

.data-table .number-col {
    text-align: center;
    width: 40px;
}

.data-table thead tr th {
    color: #403F50;
    font-size: 11px;
    height: 40px;
    background: none;
    border: none;
    border-bottom: 2px solid #dee2e6;
    text-transform: uppercase;
}

.data-table tbody tr:hover td {
    background: #fafafa;
}

.data-table-padding thead tr th,
.data-table-padding tbody tr td {
    padding: 10px;
}

/* `DATA LIST
----------------------------------------------------------------------------------------------------------------------*/

.data-list .ui-datalist-content {
    border: none;
}

/* `ERROR PAGE
--------------------------------------------------------------------------------------------------------------------- */

.error-page-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(to right, #434343 0%, black 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: 360px;
    height: 480px;
    padding: 64px;
    background: #fff;
    border-radius: 10px;
    margin: auto;
}

.sign-in-form h2 {
    font-size: 32px;
    margin: 16px 0 36px;
    text-transform: uppercase;
    color: #655d54;
}

.sign-in-form label {
    font-size: 15px;
    padding: 4px 0;
    font-weight: bold;
    display: inline-block;
    color: #655d54;
}

.sign-in-btn {
    padding: 0;
    overflow: hidden;
    background: #2962FF;
    box-shadow: 0 6px 12px rgba(28, 52, 132, 0.1);
    display: inline-block;
    height: 36px;
    font-size: 14px;
}

.sign-in-btn:hover,
.sign-in-btn:active {
    background: #2962FF;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.sign-in-page-footer {
    width: 1024px;
    color: #ddd;
}

/* `FOOTER
--------------------------------------------------------------------------------------------------------------------- */

.link-footer:hover {
    text-decoration: underline;
}

/* `SIDEBAR
--------------------------------------------------------------------------------------------------------------------- */

#sidebar {
    background: #0E2F8B;
}

.sidebar-logo {
    height: 60px;
    padding: 8px 8px;
    background: #2056E9;
}

.sidebar-logo-text {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
}

.sidebar-logo-role {
    color: #99ACDF;
    font-size: 11px;
    text-transform: uppercase;
}

.sidebar-profile {
    padding: 16px 13px;
    height: 154px;
}

.sidebar-profile-user {
    display: block;
    text-align: left;
}

.sidebar-profile-user-name {
    font-size: 14px;
    margin-top: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0c347d;
    line-height: 13px;
}

.sidebar-profile-user-ec {
    font-size: 11px;
    text-transform: uppercase;
}

.sidebar-menu {

}

.sidebar-menu ul li {
    float: none;
}

.sidebar-menu ul li a {
    width: 100%;
    color: #deebff;
    margin: auto;
    display: block;
    font-size: 15px;
    padding: 16px 12px;
    transition: all 0.29s ease;
    -o-transition: all 0.29s ease;
    -moz-transition: all 0.29s ease;
    -webkit-transition: all 0.29s ease;
}

.sidebar-menu ul li a:hover {
    background: #0f367d;
}

.sidebar-menu ul li a.active {
    background: #F6F9FD;
    color: #0f367d;
}

.sidebar-menu ul li a > .fa {
    margin-right: 16px;
    width: 20px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.sidebar-settings {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.sidebar-settings .link-logout {
    padding: 12px 25px;
    display: block;
    color: #deebff;
    font-size: 13px;
    font-weight: bold;
    background: #0f367d;
    text-transform: uppercase;
}

.sidebar-settings .link-logout:hover {
    color: #448aff;
}

.sidebar-settings .link-logout .fa {
    margin-right: 16px;
}

/* `PRIVATE
--------------------------------------------------------------------------------------------------------------------- */

#container.private {
    background: #F6F9FD;
}

.content-header {
    min-height: 54px;
    color: #403F50;
    padding: 8px 0;
}

.content-header h1 {
    font-size: 23px;
    font-weight: 600;
}

.content-header .link {
    font-size: 15px;
    color: #007bff;
}

.content-data {
    display: flex;
}

.content-data-item {
    background: #fff;
    padding: 24px;
}

.content-data-filter {
    margin-right: 2px;
    width: 256px;
}

.content-data-filter-item {
    margin-bottom: 12px;
}

.content-data-filter-item label {
    font-weight: bold;
}

.page-heading {
    color: #007bff;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 1px dashed #007bff;
    padding-bottom: 10px;
}

.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;
}

/* `FORM-TABLE
--------------------------------------------------------------------------------------------------------------------- */

.form-table {
    width: 100%;
}

.form-table tr {
    border-bottom: 1px solid #f9f9f9;
}

.form-table tr:last-child {
    border-bottom: none;
}

.form-table tr td {
    padding: 16px 8px;
}

/*
.form-table tr td div > label {
    color: #6a758f;
    font-size: 14px;
}*/

.form-table tr td:first-child {
    width: 182px;
    font-size: 15px;
    padding-right: 24px;
}

.btn-form-util {
    height: 34px;
    padding: 3px;
}

/* `APPEAL-FORM
--------------------------------------------------------------------------------------------------------------------- */

.appeal-content {
    display: flex;
}

.appeal-form {
    width: 512px;
    min-width: 512px;
    padding: 16px 24px;
    border: 1px solid #fef8ec;
    border-radius: 3px;
    color: #655f58;
    background: #fff;
}

.appeal-form-input-blc {
    padding: 8px 8px 0;
}

.appeal-form-input-blc label {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
    color: #303030;
}

.appeal-form input[type="text"],
.appeal-form textarea,
.appeal-form select {
    width: 100%;
    margin-bottom: 16px;
    height: 40px;
}

.appeal-form-btn {
    width: 100%;
    height: 64px;
    font-size: 19px;
    font-weight: normal;
}

.appeal-instructions {
    padding: 24px 48px 48px 0;
    color: #e0c8c3;
}

.appeal-instructions h1 {
    margin-bottom: 16px;
    font-size: 19px;
    color: #f5f5f5;
}

.appeal-instructions li {
    list-style: inherit;
    margin: 8px 0 16px;
    font-size: 15px;
    line-height: 22px;
}

.appeal-status {
    display: flex;
    justify-content: space-between;
}

.appeal-status-data {
    width: 960px;
    background: #fff;
    padding: 24px;
    display: flex;
    border-radius: 5px;
}

.appeal-status-photo {
    width: 240px;
    min-width: 240px;
    background: #e7eff2;
    overflow: hidden;
    height: 300px;
    border: 5px solid #5c584f;
    margin-right: 24px;
}

.appeal-status-photo img {
    width: 230px;
}

.appeal-status-data-item {
    padding: 8px 0;
    font-size: 15px;
}

.appeal-status-data-item label {
    color: #999;
    font-size: 13px;
}

.appeal-status-info {
    width: 240px;
}

.appeal-status-info-item {
    padding: 8px 0;
}

.appeal-status-info-item label {
    color: #e0c8c3;
    font-size: 13px;
}

.appeal-status-info-item p {
    font-size: 24px;
    color: #fff;
}


/* `SEARCH FORM
--------------------------------------------------------------------------------------------------------------------- */

.search-wrapper {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    align-self: self-start;
}

.search-form {
    align-self: self-start;
    padding: 24px;
    background: #fff;
}

.search-form-input-group {
    display: flex;
    width: 100%;
    position: relative;
}

.search-form input {
    height: 48px;
    border-radius: 0;
    padding: 0 16px;
    font-size: 16px;
}

.search-form .search-form-code-field {
    width: 220px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.search-form .search-form-name-field {
    flex: 1;
    padding-left: 24px;
}

.search-form .search-form-or-separator {
    border-radius: 20px;
    position: absolute;
    top: 8px;
    left: 204px;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 18px;
    border: 2px solid #e9e9e9;
    background: #fdfdfd;
}

.search-form .search-form-btn {
    width: 128px;
    font-size: 13px;
    font-weight: normal;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-result-list {
    margin: 24px;
}

.search-result-list .ui-datalist-data {
    display: flex;
    flex-wrap: wrap;

}

.search-result-item {
    position: relative;
    margin: 0 32px 16px 0;
    height: 230px;
    width: 142px;
}

.search-result-item:nth-child(7n+0) {
    margin-right: 0;
}

.search-result-item-image-wrapper {
    background: #f5f5f5;
}

.search-result-item-image {
    height: 186px;
    overflow: hidden;
    background: #bbc3c2;
}

.search-result-item-image img {
    width: 135px;
}

.search-result-item-title {
    color: #000;
    text-align: center;
}

.search-result-nothing-found {
    text-align: center;
    font-size: 17px;
    padding: 16px 0 32px;
}

.esquinas {
    position: relative;
    display: table;
}

.esquinas .search-result-item-image-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 1px #666;
    box-sizing: border-box;
}

.esquinas:before,
.esquinas:after {
    position: absolute;
    bottom: -2px;
    right: -7px;
    content: "";
    height: 8px;
    width: 18px;
    background: #fff; /* Same color that wrapper background */
    box-shadow: 0 -2px 3px -2px #333;
    transform: rotate(-45deg);
}

.esquinas:after {
    top: -2px;
    left: -7px;
    box-shadow: 0 3px 4px -3px #333;
}


/* `INFO-TABLE
--------------------------------------------------------------------------------------------------------------------- */

.info-table {
    width: 100%;
}

.info-table tr {
    border-bottom: 1px dashed #dee2e6;
}

.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 {
    min-width: 123px;
    color: #001f3f;
}

.info-table-blc > label {
    font-size: 14px;
    color: #757575;
}

.info-table #categories-table tbody tr td {
    padding: inherit;
}

.receipt {
    width: 348px;
    font-size: 14px;
    margin-right: 2px;
}

.receipt .info-table tr td {
    font-size: 14px;
    padding: 16px 4px;
}

.receipt .info-table tr td:first-child {
    font-size: 14px;
    font-weight: normal;
    color: inherit;
    width: auto;
    vertical-align: baseline;
}

.receipt .info-table tr td:last-child {
    text-align: right;
}

/* `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;
}

/* 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;
}

/* `SIMULATION
--------------------------------------------------------------------------------------------------------------------- */

.main-container {
    background: rgb(170, 74, 53) fixed;
    background: radial-gradient(circle, rgba(170, 74, 53, 1) 0%, rgba(139, 56, 38, 1) 36%, rgba(84, 36, 25, 1) 100%);
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}

.main-header-wrapper .lang-bar {
    margin-right: 0;
}

.main-header-wrapper .lang-bar-item {
    background: none;
}

.main-content-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 24px 0 48px;
}

.main-content-wrapper .owl-dots {
    display: none;
}

.main-content-search {
    align-self: self-start;
}

.main-footer {
    color: #c3bab3;
    font-size: 12px;
}

.veteran-info-wrapper {
    float: left;
    width: 60%;
}

.veteran-photo-wrapper {
    float: right;
    width: 40%;
}

.veteran-info-item {
    color: #e5d5d2;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.veteran-info-item label {
    font-size: 14px;
    color: #ffbd97;
}

.veteran-name {
    color: #fff;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
}

.btn-veteran-details {
    border-radius: 20px;
    width: 128px;
    background: none;
    border: 1px solid #ecb4a7;
    color: #ecb4a7;
    font-weight: normal;
}

.btn-veteran-details:hover {
    background: #E64A19;
    border: 1px solid #E64A19;
}

.veteran-photo {
    width: 360px;
    height: 540px;
    border: 8px solid #fff;
    overflow: hidden;
    float: right;
    background: #eee;
}

.veteran-photo img {
    height: 540px;
}

/* `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 {
    display: none;
}

.d-flex-row {
    display: flex;
    flex-direction: row;
}

.d-flex-col {
    display: flex;
    flex-direction: column;
}

/* `SOCIAL SHARE BUTTONS ------------------------------------------------------------------------------------------ */

.social-share {
    margin-top: 8px;
}

.social-share-link {
    display: inline-block;
    text-decoration: none;
    fill: #fff;
    margin: 0.5em;
    background: rgba(30, 35, 31, 0.3);
    transition: 25ms ease-out;
    padding: 0.3em;
    border-radius: 5px;
    font-size: 12px;
}

.social-share-link:first-of-type {
    margin-left: 0;
}

.social-share-link:hover {
    background: rgba(30, 35, 31, 0.45);
}

.social-share-link svg {
    width: 1.2em;
    height: 1.2em;
    margin: 0.4em;
    vertical-align: middle;
}


/* `MEDIA QUERY ------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 480px) {

    .logo-img {
        height: 40px;
    }

    #header-wrapper .btn-participate {
        font-size: 11px;
        width: 112px;
        padding: 0 7px;
    }

    #footer-wrapper {
        height: 54px;
    }

    .lang-bar {
        margin-right: 0;
        width: 72px;
    }

    .lang-bar-item,
    .search-link-wrapper {
        font-size: 11px;
    }

    .search-link-wrapper {
        width: 32px;
    }

    .search-link .search-text {
        display: none;
    }

    .main-content-wrapper {
        padding: 0;
    }

    .main-page-title img {
        height: 60px;
        margin-bottom: 16px;
    }

    .main-page-title h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .main-page-title p {
        font-size: 15px;
        margin-top: 24px;
    }

    .appeal-content {
        flex-direction: column;
    }

    .appeal-instructions {
        padding: 16px;
    }

    .appeal-form {
        width: 100%;
        min-width: 100%;
        border: none;
        padding: 4px;
        border-radius: 0;
    }

    .appeal-form input[type="text"], .appeal-form textarea, .appeal-form select {
        margin-bottom: 16px;
    }

    .appeal-form .btn {
        width: 100%;
        float: none;
    }

    .appeal-form-input-blc {
        border: none;
        padding: 0 8px;
        width: 100% !important;
    }

    .appeal-form input,
    .appeal-form textarea {
        width: 100% !important;
    }

    .appeal-form .date-year,
    .appeal-form .date-day {
        width: 28% !important;
        margin-right: 0;
        margin-left: 0;
    }

    .appeal-form .date-month {
        width: 40% !important;
        margin: 0 2%;
    }

    .appeal-form-gender {
        width: 100% !important;
    }

    .appeal-form-rank {
        width: 100% !important;
    }

    .appeal-status {
        width: 100%;
        flex-direction: column;
    }

    .appeal-status-photo {
        float: none;
        margin: auto;
    }

    .appeal-status-data,
    .appeal-status-info {
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .appeal-status-info {
        text-align: center;
    }

    #content-wrapper {
        padding-bottom: 80px;
    }

    #footer {
        height: 48px;
    }

    #footer p {
        float: none;
        text-align: center;
    }


    .main-content {
        padding: 0;
    }

    .veteran-wrapper {
        display: flex;
        flex-direction: column;
    }

    .veteran-info-wrapper {
        order: 2;
        width: 100%;
        float: none;
        padding: 10px;
    }

    .veteran-photo-wrapper {
        order: 1;
        width: 100%;
        float: none;
    }

    .veteran-photo {
        width: 100%;
        border: none;
    }

    .veteran-name {
        width: 100%;
        font-size: 28px;
        line-height: 36px;
    }

    .main-footer {
        text-align: center;
    }

    .main-footer p {
        float: none;
    }

    .search-form-input-group {
        flex-direction: column;
    }

    .search-form input {
        height: 40px;
    }

    .search-form .search-form-code-field,
    .search-form .search-form-name-field {
        width: 100%;
        padding: 8px 16px;
    }

    .search-form .search-form-code-field {
        border-radius: 3px 3px 0 0;
    }

    .search-form .search-form-or-separator {
        left: 48%;
        top: 24px;
        width: 28px;
        height: 28px;
        font-size: 10px;
        line-height: 16px;
    }

    .search-form .search-form-btn {
        width: 100%;
        border-radius: 0 0 3px 3px;
    }

    .search-result-list .ui-datalist-data {
        justify-content: space-around;
    }

    .search-result-item {
        margin-right: 0;
    }

    .ui-paginator-rpp-label.ui-helper-hidden ,
    .ui-paginator-rpp-options {
        display: none;
    }

    .ui-paginator.ui-paginator-bottom {
        text-align: center;
    }

    .ui-paginator .ui-paginator-current {
        float: none;
    }
}
