#container {
    *height: 100%;
    min-height: 100%;
    position: relative;
    padding-bottom: 90px;
}

#wrap-content {
    padding-bottom: 90px;
}

#content {
    padding: 20px 0;
}

#wrap-header {
    background: #fff;
    position: relative;
    z-index: 4;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

#header {
    height: 70px;
}

#pseudo-header {
    display: none;
    height: 70px;
}

#header.grid {
    overflow: visible;
}

#wrap-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#private-content {
    width: 100%;
    padding: 0 0 0 180px;
}

#top-content {
    height: 60px;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}

#content.private {
    padding: 20px 20px 60px;
}

.base-width {
    max-width: 1260px;
    min-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
}

.page-heading {
    font-size: 15px;
    font-family: 'Open Sans', Arial, serif;
    margin: 5px 0;
}

.tab {
    margin-left: 20px;
    font-size: 20px;
}

.tab2 {
    margin-left: 40px;
    font-size: 20px;
}

/* `MAIN
--------------------------------------------------------------------------------*/

.region-list {
    margin: 20px 0;
}

.region-blc {
    background: #f8f8f8;
    min-height: 350px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
}

.region-title {
    background: #eee;
    color: #2b90ed;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
    margin-bottom: 7px;
}

.region-content {
    padding: 0 5px;
}

.region-content li {
    list-style: disc;
    font-size: 15px;
    margin: 5px 0 10px 20px;
    color: #3b5061;
}

/* `HEADER
--------------------------------------------------------------------------------*/

#logo2 {
    float: left;
}

#logo2 img {
    height: 40px;
    margin-top: 5px;
}

#logo {
    float: left;
}

#logo img {
    height: 40px;
    margin-top: 5px;
}

.logo-call {
    float: left;
}

.logo-call img {
    height: 30px;
    margin-top: 5px;
}

.private-room-logo {
    background: #25334f;
    width: 100px;
    height: 46px;
    float: left;
}

.main {
    padding: 1px 0;
    float: left;
}

#header .title {
    font-size: 17px;
    text-transform: uppercase;
    color: #2b90ed;
    margin: 10px 0;
}

#services-header {
    padding: 10px 0;
}

#services-header ul li a {
    display: block;
    padding: 5px 15px;
    color: #2ecc71;
    font-size: 13px;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#services-header .register {
    border-right: 1px solid #e0e0e0;
    padding-right: 10px;
}

#services-header .login {
    color: #00aeef;
    margin-left: 10px;
    background: #fff;
    border: none;
    line-height: 2.7;
    cursor: pointer;
}

#services-header .login:hover {
    background: #CAEAFf;
}

#services-header .register a:hover {
    color: #fff;
    border: 1px solid #2bc26b;
    background: #2ecc71;
}

#services-header ul li a:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
}

div.user {
    border-width: 0;
    position: relative;
    cursor: pointer;
    padding: 5px;
}

.user-name {
    margin-left: 5px;
    line-height: 2.4;
    width: 115px;
    height: 30px;
    color: #f5f5f5;
}

.user-icon {
    width: 30px;
    height: 30px;
    background: url('../resource/user-icon.png.xhtml?ln=img') no-repeat;
    background-size: cover;
}

.menu-arrow {
    width: 16px;
    height: 16px;
    background: url('../javax.faces.resource/user-arrow.png.xhtml?ln=img') no-repeat;
    background-size: cover;
    margin: 9px 0;
}

div.user:hover {
    background-position: -63px 0;
    transition: opacity 0.3s ease-in-out;
}

div.user:hover .menu-arrow {
    background-position: -16px 0;
}

.user-menu {
    display: none;
    position: absolute;
    height: 0;
    opacity: 0;
    padding-top: 10px;
    top: 34px;
    right: 3px;
    width: 170px;
    z-index: 1;
    cursor: pointer;
}

.user-menu .menu {
    background: #fff;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 0;
    width: 166px;
    position: absolute;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.user-menu .menu ul li:hover {
    background: #f5f5f5;
}

.user-menu .menu ul li:hover a {
    color: #00aff0;
}

.profile-icon {
    width: 30px;
    height: 30px;
    float: left;
    display: block;
}

.profile-my-profile {
    background: url("../javax.faces.resource/profile-icons.png.xhtml?ln=img");
}

.profile-add-user {
    background: url("../javax.faces.resource/profile-icons.png.xhtml?ln=img") 0 -30px;
}

.profile-password {
    background: url("../javax.faces.resource/profile-icons.png.xhtml?ln=img") 0 -60px;
}

.profile-logout {
    background: url("../javax.faces.resource/profile-icons.png.xhtml?ln=img") 0 -90px;
}

.user-menu ul li {
    list-style-type: none;
    float: none !important;
}

.user-menu ul li a {
    font-size: 12px;
    display: block;
    padding: 3px 10px !important;
    width: 164px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #3861a2;
    line-height: 2;
}

div.user:hover .user-menu {
    height: 63px;
    display: block;
    transition: opacity 0.228s ease-in;
    opacity: 1;
}

/*div.user:hover .user-menu ul li a:hover {
    color: #fff !important;
    background: #969ba5;
}		*/

.user hr {
    border-top: 1px solid #d7d7d7;
    width: 200px;
    margin: auto;
}

.language-bar ul li {
    float: left;
}

.language-bar a {
    display: block;
    padding: 26px 5px;
    margin: 0 10px;
    font-size: 12px;
}

.language-bar a:hover {
    color: #00aff0;
}

.language-bar .lang-current {
    border-top: 3px solid #00aff0;
    padding: 23px 5px 26px;
    color: #00aff0;
}

.nav-menu {
    padding: 10px 0;
    margin-top: 10px;
}

.nav-menu li a {
    display: block;
    padding: 5px 10px;
    color: #f5f5f5;
}

.nav-menu li:hover {
    background: #2980b9;
}

.main-blc {
    min-height: 200px;
    width: 100%;
    background: #f2f2f2;
}

.main-blc img {
    height: 300px;
    float: left;
}

.message-blc {
    float: left;
    margin: 80px 0 0 50px;
    width: 600px;
}

.main-blc h2 {
    font-size: 22px;
    color: #2b90ed;
    font-weight: bold;
    text-transform: uppercase;
}

.main-blc .button {
    font-size: 16px;
    text-transform: uppercase;
    background: #2b90ed;
    border: none;
    color: #fff;
    height: 40px;
    padding: 0 28px;
    cursor: pointer;
    margin-top: 10px;
}

.biometrics-info {
    float: left;
    padding: 10px;
    background: #2ecc71;
    margin: 20px 0 0 50px;
}

.biometrics-info h2 {
    color: #fff;
    font-weight: normal;
}

.timer-blc {
    padding: 20px 0;
    /*background: #e74c3c;*/
    background: #f2f2f2;
}

.timer-blc h2 {
    font-size: 22px;
    color: #2b90ed;
    font-weight: bold;
    text-align: center;
}

.info-blc .grid {
    padding-top: 40px;
}

.info-blc h2,
.info-blc h3,
.info-blc h4 {
    color: #2b90ed;
    text-transform: uppercase;
    font-weight: bold;
}

.info-blc.info-blc-qa h4 {
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
}

.info-blc h2 {
    font-size: 17px;
    margin-bottom: 15px;
}

.info-blc h3 {
    font-size: 14px;
    margin: 30px 0 15px;
}

.info-blc h4 {
    font-size: 12px;
    margin: 30px 0 15px;
}

.info-blc p,
.info-blc a,
.info-blc ol li {
    font-size: 15px;
    color: #3b5061;
}

.info-blc-help,
.info-blc-qa {
    padding-top: 30px;
}

.info-blc-help p {
    margin-top: 10px;
}

.info-blc ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
    list-style-position: outside;
    margin-left: 25px;
}

.info-blc-help ul li,
.info-blc-qa ul li {
    list-style-type: disc;
    font-size: 15px;
    color: #3b5061;
    list-style-position: outside;
    margin-left: 25px;
}

.info-blc a {
    text-decoration: underline;
}

.info-blc a:hover {
    color: #e74c3c;
}

/* `NAV
--------------------------------------------------------------------------------*/

#nav {
    float: right;
    margin-top: 5px;
}

#nav ul li {
    float: left;
    list-style: none;
}

#nav ul li a {
    display: block;
    color: #34495e;
    text-decoration: none;
    margin: 13px 0 14px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 12px;
}

#nav ul li a:hover {
    color: #2b90ed;
}

#nav ul li a .term {
    font-family: 'PT Sans Narrow', 'PT Sans', serif;
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 1.1;
}

#nav ul li:hover a .term {
    color: #9fd9f8;
}

#nav ul li a .desc {
    font-family: 'PT Sans Narrow', 'PT Sans', serif;
    font-size: 14px;
    color: #588cc8;
    line-height: 1;
}

.button-feedback {
    border: none;
    cursor: pointer;
    margin-top: 20px;
    line-height: 2.6;
}

.button-feedback:hover {
    background: #e1f1ff;
}

/* `FORM TABLE
-------------------------------------------------------------------------------------------------*/

.form-table td {
    padding: 10px 8px 10px 0;
    border-bottom: 1px solid #eee;
}

.form-table-label,
.info-view-label {
    color: #999;
    font-size: 13px;
    font-weight: bold;
}

.form-table-odd-col {
    padding-right: 15px;
    width: 140px;
}

.tik-form {
    background: #f2f2f2 !important;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.tik-table {
    border: none !important;
}

.tik-table .row {
    width: 100%;
}

.tik-table .col {
    border: none !important;
    background: #f2f2f2 !important;
    padding: 0px 8px 4px 0 !important;
    float: left;
}

.datepicker .hasDatepicker {
    width: 100px !important;
}

#uik-select {
    width: 340px !important;
}

.extra-adds {
    width: 60px;
}

.float-chars-block,
#float_chars_icon {
    left: 0;
    top: 0;
}

.float-chars-block {
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
    background-image: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: -moz-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: -ms-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: -o-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: linear-gradient(top, #fafafa, #f6f6f6);
    border: 1px solid #d5d5d5;
    left: 0;
    top: 0;
    width: 82px;
    height: 33px;
}

.float-chars-block span {
    border-right: 1px solid #d5d5d5;
    cursor: pointer;
    display: block;
    float: left;
    padding: 4px;
    width: 33%;
    height: 100%;
    text-align: center;
    font-size: 14px;
}

.float-chars-block span.last {
    border: none;
}

.float-chars-block .close {
    color: #C00000;
    cursor: pointer;
    font-weight: bold;
    height: 6px;
    position: absolute;
    right: 1px;
    top: -1px;
    width: 6px;
}

/* `FAQ
-------------------------------------------------------------------------------------------------*/

.info-button {
    font-size: 16px;
    text-transform: none;
    background: #2b90ed;
    border: none;
    color: #fff !important;
    text-decoration: none !important;
    height: 40px;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 40px !important;
}

.faq-ctgr {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
}

.faq-ctgr li {
    font-size: 15px;
    margin: 3px 0;
    color: #3861a2;
    padding-left: 12px;
}

.faq-ctgr li.highlight {
    background: url("../javax.faces.resource/faq-arrow.png.xhtml?ln=img") no-repeat 0 3px;
    color: #6f6f6d;
}

.for-orgs li {
    font-size: 16px;
    font-weight: bold;
}

.faq-panel .ui-accordion-header {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #fefefe 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #fefefe 0%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #f9f9f9 100%);
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.faq-panel .ui-accordion-header a {
    color: #576879;
    font-size: 17px !important;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    text-shadow: none;
    padding-left: 1.9em !important;
}

.faq-panel .ui-accordion-header:hover {
    background: #fff;
}

.faq-panel .ui-accordion-header.ui-state-active {
    background: #fff;
    border-color: #d8d8d8;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.faq-panel .ui-accordion-header.ui-state-active a {
    font-weight: bold;
}

.faq-panel .ui-accordion-content {
    border: 1px solid #d8d8d8;
    border-top: none;
    border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    color: #576879;
    font-size: 15px;
}

/* `PRIVATE ROOM SERVICES
-------------------------------------------------------------------------------------------------*/

.private-room-services ul {
    float: right;
}

.private-room-services ul li {
    display: block;
    float: left;
}

.private-room-services ul li a {
    color: #8390b0;
    font: 15px/2 'PT Sans Narrow', 'PT Sans';
    display: block;
    padding: 5px;
}

.private-room-services .services-icons {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
}

.instructions-icon {
    background: url("../javax.faces.resources/services-icons.png.xhtml?ln=img");
}

.feedback-icon {
    background: url("../javax.faces.resources/services-icons.png.xhtml?ln=img") 0 -30px;
}

/* `PRIMEFACES OVERRIDE 
-------------------------------------------------------------------------------------------------*/

.ui-shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

.ui-autocomplete-panel .ui-autocomplete-list {
    padding: 0;
}

.ui-state-hover,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-corner-all,
.ui-corner-right {
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ui-selectonemenu label.ui-selectonemenu-label {
    cursor: default !important;
}

.ui-autocomplete-panel,
.ui-autocomplete-panel .ui-autocomplete-list,
.ui-widget-content {
    border: none;
}

.ui-autocomplete-panel .ui-autocomplete-list-item,
.ui-selectonemenu-panel .ui-selectonemenu-list-item {
    margin: 0 !important;
    list-style-type: none;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
    white-space: normal !important;
    max-width: 800px;
}

.ui-selectonemenu-panel .ui-selectonemenu-list {
    padding: 0 !important;
}

.ui-widget {
    font-family: inherit !important;
}

/*.ui-state-highlight,*/
/*.ui-widget-content .ui-state-highlight,*/
/*.ui-widget-header .ui-state-highlight,*/
/*.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 {*/
/*background: #eee;*/
/*color: #555;*/
/*text-shadow: none;*/
/*box-shadow: none;*/
/*-o-box-shadow: none;*/
/*-moz-box-shadow: none;*/
/*-webkit-box-shadow: none;*/
/*}*/

.ui-autocomplete-input {
    margin-right: 0 !important;
    background: #fff;
}

.ui-button {
    background: #f5f5f5;
    border-color: #ddd;
    border-top-color: #ccc;
}

.ui-autocomplete .ui-button {
    position: relative;
    right: 21px;
    top: -1px;
    width: 20px;
    border: none;
    border-left: 1px solid #ddd;
    height: 28px;
}

.ui-datepicker-trigger {
    left: -35px;
    top: -1px;
    height: 28px;
    border: none;
    border-left: 1px solid #ddd
}

.ui-selectonemenu {
    border: 1px solid #ddd !important;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    cursor: default !important;
}

.ui-selectonemenu:hover {
    border-color: #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ui-selectonemenu .ui-inputfield,
.ui-selectonemenu .ui-selectonemenu-trigger {
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
    background-image: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: -moz-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: -ms-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: -o-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: linear-gradient(top, #fafafa, #f6f6f6);
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    border-left: none;
    cursor: default !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    padding: 0 !important;
}

.ui-helper-hidden-accessible input[type="text"] {
    margin: 0;
    padding: 0;
}

.ui-selectonemenu.ui-state-focus .ui-inputfield,
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.01);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ui-selectonemenu .ui-button-icon-only {
    width: 1.4em !important;
    padding: 0 !important;
    background: #e5e5e5;
    cursor: default !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 5px !important;
}

.ui-selectonemenu .ui-state-default .ui-icon {
    background-image: url('../javax.faces.resource/select-icon.png.xhtml?ln=img');
    background-position: center center;
}

/* Data Table */

.ui-spinner-input {
    padding-right: 20px !important;
    background: #fff;
}

.ui-spinner .ui-inputfield {
    margin: 0 !important;
    height: 30px;
    font-size: 13px;
}

.ui-spinner .ui-icon {
    margin-top: -6px !important;
}

.ui-spinner-button {
    height: 14px !important;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-right: none;
    right: 1px !important;
}

.ui-spinner-button .ui-icon {
    background: url('../javax.faces.resource/select-icon.png.xhtml?ln=img');
    height: 13px !important;
}

.ui-spinner-button.ui-spinner-up {
    top: 1px;
    border-top: none;
    border-bottom: none;
}

.ui-spinner-button.ui-spinner-down {
    bottom: 1px;
    border-bottom: none;
}

.ui-spinner-button.ui-spinner-up .ui-icon {
    background-position: 1px 0;
}

.ui-spinner-button.ui-spinner-down .ui-icon {
    background-position: 1px -9px;
}

.ui-datatable thead th,
.ui-datatable tbody td {
    font-size: 13px;
    text-shadow: none;
    text-align: left !important;
    text-wrap: auto;
}

.ui-datatable thead th {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
}

.ui-paginator.ui-paginator-bottom {
    text-align: left;
    padding: 0 !important;
    background: none;
    border: none;
}

.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-page {
    padding: 3px 8px !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-prev {
    background: none;
    border: none;
}

.ui-paginator .ui-paginator-next .ui-icon,
.ui-paginator .ui-paginator-prev .ui-icon {
    background: url("../javax.faces.resource/pgn-btns.png.xhtml?ln=img");
}

.ui-paginator .ui-paginator-prev .ui-icon {
    background-position: 0 -38px;
}

.ui-paginator .ui-paginator-next:hover,
.ui-paginator .ui-paginator-prev:hover {
    background: #9aa8c5;
}

.public-table .ui-paginator .ui-paginator-next:hover,
.public-table .ui-paginator .ui-paginator-prev:hover {
    background: #ccc;
}

.ui-paginator .ui-paginator-next:hover .ui-icon {
    background-position: 0 -19px;
}

.ui-paginator .ui-paginator-prev:hover .ui-icon {
    background-position: 0 -57px;
}

.ui-paginator .ui-paginator-next:active,
.ui-paginator .ui-paginator-prev:active {
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.ui-paginator .ui-paginator-page.ui-state-default {
    background: none;
    border: none;
    color: #00aeec;
    margin: 0 2px;
}

.public-table .ui-paginator .ui-paginator-page.ui-state-default {
    border: 1px solid #ccc;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #6c6c6c !important;
}

.ui-paginator .ui-paginator-page.ui-state-hover,
.ui-paginator .ui-paginator-page.ui-state-active {
    background: #9aa8c5;
    color: #fff;
    text-shadow: none;
}

.public-table .ui-paginator .ui-paginator-page.ui-state-hover,
.public-table .ui-paginator .ui-paginator-page.ui-state-active {
    background: #eaeaea;
    box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.1);
    color: #9f9f9f;
}

.ui-autocomplete input[type="text"] {
    background: #fff;
}

.tree-table tbody tr td:focus {
    border-color: red;
}

.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
    margin: 0;
    color: #9aa8c5;
    text-shadow: none;
}

.public-table .ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
    color: #9b9b99;
}

.ui-paginator .ui-paginator-current {
    margin-left: 10px;
}

.ui-paginator .ui-paginator-rpp-options {
    background: none;
    border: 1px solid #dfe2e9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.ui-paginator .ui-paginator-rpp-options.ui-state-hover,
.ui-paginator .ui-paginator-rpp-options.ui-state-focus {
    background: #9aa8c5;
    border-color: #9aa8c5;
    color: #fff;
}

/* Calendar */

.ui-datepicker {
    border: 1px solid #4F7BB8;
    padding: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
    background: #5B88C5;
    border-color: #4F7BB8;
}

.ui-datepicker .ui-datepicker-title {
    color: #fff;
    text-shadow: none;
    font-weight: normal;
}

.ui-inputfield.hasDatepicker {
    width: 176px;
    background: #fff;
}

.ui-datepicker .ui-datepicker-header select {
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
    background-image: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: -moz-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: -ms-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: -o-linear-gradient(top, #fafafa, #f6f6f6);
    background-image: linear-gradient(top, #fafafa, #f6f6f6);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #555;
    border: 1px solid #fff;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 23px;
}

.ui-datepicker .ui-datepicker-month {
    border-right-color: #ccc !important;
}

.ui-datepicker-prev.ui-state-disabled .ui-icon {
    background: url('../javax.faces.resource/calendar-buttons.png.xhtml?ln=img') 0 -16px;
}

.ui-datepicker-prev .ui-icon {
    background: url('../javax.faces.resource/calendar-buttons.png.xhtml?ln=img') 0 0;
}

.ui-datepicker-next.ui-state-disabled .ui-icon {
    background: url('../javax.faces.resource/calendar-buttons.png.xhtml?ln=img') 0 -48px;
}

.ui-datepicker-next .ui-icon {
    background: url('../javax.faces.resource/calendar-buttons.png.xhtml?ln=img') 0 -32px;
}

.ui-datepicker-prev.ui-state-disabled.ui-state-hover,
.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-disabled.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
    background: none !important;
}

.ui-datepicker td,
.ui-datepicker th {
    padding: 0 !important;
    width: 20px !important;
    height: 25px !important;
}

.ui-datepicker td {
    /*border: 1px solid #ddd !important;
    border-right: none !important;*/
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0 !important;
    margin: 0;
    text-align: center !important;
}

.ui-datepicker td span {

}

.ui-datepicker td a {
    line-height: 2em;
    text-align: center;
}

.ui-datepicker-current-day a {
    background: #5B88C5 !important;
    text-shadow: none !important;
}

.ui-timepicker-div {
    padding: 5px 10px 0;
    border-top: 1px solid #E6E6E6;
    color: #5B88C5;
}

.ui-slider {
    background: #ddd;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-slider .ui-slider-handle {
    width: 8px !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    background: #5B88C5;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0 !important;
}

/* Tab */

.ui-tabs.ui-tabs-top > .ui-tabs-nav {
    padding: 0 !important;
}

.ui-tabs .ui-tabs-nav {
    background: #fff;
}

.ui-tabs .ui-tabs-nav li {
    border-color: #ddd;
    text-shadow: none;
}

.wrap-agreement {
    margin-bottom: 30px;
}

.plan .ui-tabs .ui-tabs-nav,
.wrap-agreement .ui-tabs .ui-tabs-nav {
    border-bottom: 3px solid #90a8d3;
}

.plan .ui-tabs .ui-tabs-nav li,
.wrap-agreement .ui-tabs .ui-tabs-nav li {
    float: left;
    margin: 0 -15px 0 0;
    border: none !important;
    background: none !important;
    top: 0 !important;
}

.plan .ui-tabs .ui-tabs-nav li a,
.wrap-agreement .ui-tabs .ui-tabs-nav li a {
    float: left;
    position: relative;
    padding: 0 40px;
    height: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #c3cfe5;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 1.7);
}

.plan .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.wrap-agreement .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border: none !important;
}

.plan .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.wrap-agreement .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    border-bottom-color: #90a8d3;
    z-index: 3;
}

.wrap-agreement .ui-tabs .ui-tabs-panels {
    border: 1px solid #dde5f4;
}

.ui-tabs-panels {
    border-top: none;
}

.ui-tabs {
    padding: 0 !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
}

/* `FIELDS
-----------------------------------------------------------------------------------------*/

.field-group-label {
    width: 150px;
}

.field-group-label,
.field-group-content {
    padding: 10px 20px 10px 5px;
}

.field-group {
    border-bottom: 1px solid #eee;
}

.field-groups-view {
    margin-bottom: 20px;
    display: block;
}

.field {
    display: block;
}

.radios-f-left input[type=radio],
.checks-f-left input[type="checkbox"] {
    float: left;
}

/* `LABEL
-----------------------------------------------------------------------------------------*/

.label {
    color: #525f66;
}

.label-group {
    color: #bbb;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.label-group-view {
    border-bottom: 2px solid #8996b3;
    color: #7280a0;
    display: block;
    padding-bottom: 3px;
    width: 100%;
}

/* `TABLE
-----------------------------------------------------------------------------------------*/

.display-table {
    margin: 10px 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.display-table thead tr th,
.display-table tbody tr td {
    font: 15px 'PT Sans Narrow', 'PT Sans';
    padding: 5px;
}

.display-table thead tr th {
    background: #f2f2f2;
    font-weight: bold;
    color: #00aff0;
    height: 38px;
    border: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.display-table tbody tr td {
    border: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    color: #626060;

}

.display-table.no-borders thead tr th,
.display-table.no-borders tbody tr td {
    border: none;
}

.display-table.no-borders tbody tr td {
    border-bottom: 1px solid #dcdcdc;
}

.display-table.bdr-btm {
    border-bottom: 2px solid #9aa8c5;
}

td.ui-datatable-subtable-header:empty {
    display: none
}

.display-table.no-header thead {
    display: none;
}

.display-table.no-header {
    margin-top: 0;
}

.display-table.result-table-header {
    margin-bottom: 0;
}

.display-table.no-header .label {
    display: none;
}

.display-table .col {
    float: left;
    min-height: 20px;
}

.display-table.no-header tr.ui-state-hover {
    border: none;
}

.feedback-table .odd {
    width: 120px;
}

.feedback-table {
    width: 525px;
    margin: auto;
}

.feedback-table img {
    border: 1px solid #eee;
}

.captcha-input {
    width: 202px;
}

/* `FOOTER
-----------------------------------------------------------------------------------------*/

#wrap-footer {
    background: #3c9cf5;
    padding: 10px 0;
}

#footer {
    height: 60px;
    color: #fff;
    padding: 10px 0;
}

#footer .services {
    float: left;
    color: #fff;
    margin-top: 10px;
}

#footer .services h5,
#footer .services:hover li {
    transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -webkit-transition: color ease 0.3s;
}

#footer .services h5 {
    color: #fff;
    font: bold 14px 'PT Sans Caption', serif;
    margin-bottom: 7px;
}

#footer .services:hover h5 {
    color: #f5f5f5;
}

#footer .services li {
    line-height: 1.7em;
    list-style-type: none;
    margin-bottom: 5px;
    font: 13px 'PT Sans Caption', serif;
}

#footer .services li a:hover {
    color: #fff;
    text-decoration: underline;
}

.copy {
    margin-top: 5px;
    display: block;
}

.copy img {
    height: 30px;
    margin-right: 10px;
}

/* `UTIL
-----------------------------------------------------------------------------------------*/

.forms table {
    margin-bottom: 10px;
}

.no-data-available {
    color: #ccc;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 0 0 10px;
}

.forms .label {
    font-weight: bold;
}

.disp-blc {
    display: block;
}

/* `OTHER PAGES
-----------------------------------------------------------------------------------------*/

.banners {
    margin: 40px 0;
}

.banners li {
    float: left;
    margin: 0 1.583%;
    width: 17.463%;
}

.banners li img {
    width: 100%;
}

.banners .first {
    margin-left: 0;
}

.banners .last {
    margin-right: 0;
}

.files li {
    margin: 4px 0;
}

.files li a {
    display: block;
    border: 1px solid #eee;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    background: #f9f9f9;
    color: #576879;
    height: 34px;
}

.file-ext {
    display: block;
    width: 30px;
    float: left;
    height: 30px;
    background: url("../javax.faces.resource/doc-icon.png.xhtml?ln=img") no-repeat;
}

.file-name {
    width: 80%;
    text-align: left;
    float: left;
    font-size: 15px;
    padding: 4px 10px;
    display: block;
}

.file-size {
    padding: 5px 10px 0 5px;
    float: right;
    font-size: 15px;
    width: 120px;
    text-align: right;
}

.files li a:hover {
    background: #f5f5f5;
}

.files li a:hover .file-size {
    color: #c0392b;
}

@media only screen and (max-width: 480px) {

    #pseudo-header {
        display: block;
        height: 55px;
        z-index: 5;
        position: relative;
    }

    #header {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        transform: translateY(-100%);
        transition-property: all;
        transition-duration: 0.4s;
        z-index: 3;
        background: #fff;
        opacity: 0;
    }

    #header.is-visible {
        transform: translateY(0);
        opacity: 0.98;
        top: 40px;
    }

    .logo {
        width: 54px;
        height: 54px;
        margin: auto;
        display: block;
    }

    #logo {
        float: none;
        text-align: center;
        margin: 3px 0 0;
    }

    #header #logo {
        display: none;
    }

    #nav {
        float: none;
        border-top: 3px solid #00aff0;
        padding: 15px 0;
    }

    #nav ul li {
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        float: none;
        text-align: center;
    }

    #nav ul li a {
        padding: 11px 20px;
        font-size: 14px;
        margin: 0;
    }

    #nav ul li a:hover {
        color: #fb391f;
    }

    .btn-menu-container {
        position: absolute;
        cursor: pointer;
        width: 30px;
        height: 24px;
        border-radius: 50%;
        top: 20px;
        left: 20px;
    }

    .btn-menu-line {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #1D81E2;
        margin-bottom: 5px;
        transition: all 600ms ease;
        border-radius: 4px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .rotate-left {
        position: absolute;
        top: 6px;
        left: 0;
        transform: rotate(225deg);
        transition: all 400ms ease;
        transition-delay: 200ms;
    }

    .rotate-right {
        position: absolute;
        top: 6px;
        left: 0;
        transform: rotate(-225deg);
        transition: all 400ms ease;
    }

    .hide-me {
        background: rgba(0, 0, 0, 0);
        margin-top: -20px;
        transition: all 400ms ease;
    }

    .language-bar {
        float: none;
        width: 100%;
        border-top: 3px solid #00aff0;
    }

    .language-bar ul {
        width: 140px;
        margin: auto;
    }

    .language-bar a {
        padding: 10px 21px;
        margin: 2px;
        font-weight: bold;
    }

    .language-bar .lang-current {
        border: none;
        padding: 10px 21px;
    }

    .button-feedback {
        float: none;
        display: block;
        margin: auto;
        font-size: 12px;
        text-transform: uppercase;
        height: 34px;
        line-height: 2.8;
    }

    .files li a {
        height: 60px;
    }

    .file-name {
        width: 70%;
    }

    .file-size {
        width: 10%;
    }

    .tik-table .col {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    .tik-form .button {
        width: 100%;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        height: 40px;
    }

    .main-blc {
        text-align: center;
    }

    .main-blc img {
        height: 150px;
        float: none;
    }

    .message-blc {
        margin: 20px;

    }

    .biometrics-info {
        margin: 20px;
    }

    .main-blc h2 {
        font-size: 16px;
        width: inherit;
        border-top: 1px solid #e2e2e2;
        padding-top: 5px;
    }

    .display-table.result-table-header {
        display: none;
    }

    .display-table.no-header td {
        padding-bottom: 15px;
    }

    .display-table.no-header .col {
        float: none;
        width: 100% !important;
    }

    .display-table.no-header .label {
        display: block;
        float: left;
        font-weight: bold;
        width: 110px;
    }

    .feedback-table {
        width: 100%;
    }

    .feedback-table .odd {
        width: 30%;
    }

    .feedback-table {
        font-size: 14px;
    }

    .feedback-table .even {
        width: 70%;
    }

    .feedback-table .even input,
    .feedback-table .even textarea {
        width: 100%;
    }

    .banners li {
        margin: 1.583%;
        width: 46.4%;
    }

    .banners li.first,
    .banners li.last {
        margin: 1.583%;
    }
}





