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

#container {
    min-height: 100%;
    position: relative;
}

#wrap-header {
    height: 60px;
    background: #3b3e43;
    border-bottom: 1px solid #E0F2F1;
}

.logo {
    color: #fff;
    height: 60px;
    padding: 9px 0;
}

.logo img {
    height: 42px;
    float: left;
}

.logo-text {
    line-height: 1.4em;
    font-weight: bold;
    color: #2f8bff;
    text-transform: uppercase;
}

.logo-text-header {
    width: 160px;
    margin-left: 10px;
    font-size: 15px;
    float: left;
}

#wrap-content {
    padding-bottom: 80px;
}

#content {
    height: 100%;
    padding-top: 10px;
}

#wrap-footer {
    background: #f9f9f9;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
}

#footer {
    margin: auto;
    padding: 6px 0 8px;
}

#footer a {
    font-size: 13px;
    display: block;
    padding: 3px 2px;
    color: rgba(61, 61, 61, .8);
}

#footer a:hover {
    text-decoration: underline;
}

.menu-footer ul li {
    float: left;
    padding: 0 15px;
}

.copy {
    margin-right: 30px;
}

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

.main-page-logo {
    text-align: center;
}

.main-page-logo-img {
    width: 128px;
}

.main-page-logo-txt {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 24px;
    font-size: 28px;
    color: #177AEB;
    text-transform: uppercase;
}

/* `MAIN PAGE ------------------------------------------------------------------------------------------------------- */

.main-page {
    background-color: #1b2f70;
    background: -moz-linear-gradient(top, #1b2f70, #092470);
    background: -ms-linear-gradient(top, #1b2f70, #092470);
    background: -webkit-linear-gradient(top, #1b2f70, #092470);
    padding-top: 48px;
}

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

.sign-in-page {
    padding-top: 48px;
}

.sign-in-page-logo {
    text-align: center;
    margin-bottom: 32px;
}

.sign-in-page-logo-text {
    font-size: 19px;
    text-align: center;
    margin: 24px auto;
    color: #177AEB;
}

.sign-in-page-logo img {
    height: 64px;
}

.sign-in-form {
    width: 340px;
    margin: auto;
}

.sign-in-form-header {
    color: #1976D2;
    font-size: 19px;
    font-weight: bold;
}

.sign-in-form-body {
    padding: 10px 20px;
}

.sign-in-form-input-wrap .sign-in-form-input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.sign-in-form-btn {
    width: 100%;
    height: 40px;
    font-size: 13px;
}

/* `EID SIGN IN PAGE ---------------------------------------------------------------------------------------------- */

.eid-oauth-sign-in-page {
    background: #f5f5f5;
}

.eid-sign-in-blc {
    margin: auto;
    width: 450px;
    min-height: 500px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eid-sign-in-loader {
    width: 100%;
    height: 7px;
    overflow: hidden;
    position: relative;
}

.eid-sign-in-loader.animate {
    background-color: #177AEB;
}

.eid-sign-in-loader .bar {
    content: "";
    display: inline;
    position: absolute;
    background-color: #1762c3;
    height: 100%;
    width: 0;
    right: 0;
}

.eid-sign-in-loader.animate .bar:nth-child(1) {
    animation: linear_loader 3s linear 1s infinite;
}

.eid-sign-in-loader.animate .bar:nth-child(2) {
    animation: linear_loader 3s linear 2s infinite;
}

.eid-sign-in-loader.animate .bar:nth-child(3) {
    animation: linear_loader 3s linear 3s infinite;
}

.eid-sign-in-header {
    padding: 40px 40px 12px;
}

.eid-sign-in-logo-img {
    height: 21px;
}

.eid-sign-in-logo-text {
    color: #177AEB;
    font-size: 21px;
    line-height: 1.2;
    text-transform: uppercase;
}

.eid-sign-in-body {
    position: relative;
    padding: 24px 40px 36px;
}

.eid-sign-in-status {
    color: #222;
    text-transform: none;
    min-height: 55px;
}

.eid-sign-in-op h2,
.eid-sign-in-status h2 {
    font-size: 21px;
}

.eid-sign-in-op-content {
    min-height: 200px;
    position: relative;
    padding: 48px 0 36px;
}

.eid-sign-in-op-content .warn {
    font-size: 13px;
}

.eid-sign-in-op-content input[type="password"] {
    width: 100%;
    background: none;
    padding: 3px 0 0;
    border: none;
    font-size: 17px;
    border-radius: 0;
    border-bottom: 1px solid #BDBDBD;
}

.eid-sign-in-op-content input[type="password"]:focus {
    border-bottom: 1px solid #177AEB;
}

.eid-sign-in-error p,
.eid-sign-in-op-msg p {
    width: 370px;
    color: #616161;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.eid-sign-in-op-btns .btn {
    width: 128px;
}


/*.eid-sign-in-body .oauth-op-status {
    margin: 0;
    color: #222;
    font-size: 19px;
    text-transform: none;
}

.eid-sign-in-body .oauth-client-title {
    margin: 0;
    color: #222;
    font-size: 14px;
    text-transform: none;
}

.eid-sign-in-body .oauth-client-op {
    min-height: 198px;
}

.eid-sign-in-body .oauth-client-op-status {
    color: #616161;
    font-size: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.eid-sign-in-body .oauth-client-action {
    margin: 24px 0 36px;
}

.eid-sign-in-body .oauth-client-action p {
    font-size: 14px;
}

.eid-sign-in-body .oauth-client-action li {
    color: #616161;
}



.eid-sign-in-body .oauth-client-op-btns {
    text-align: left;
}

.eid-sign-in-body .oauth-client-op-btns .btn {
    margin: inherit;
}*/

.oauth-err-msg {
    color: #f44336;
    font-size: 13px;
}


@keyframes linear_loader {
    0% {
        right: 100%;
        width: 10%;
    }
    30% {
        right: 0;
        width: 40%;
    }
    50% {
        right: 0;
        width: 0;
    }
    80% {
        right: 0;
        width: 0;
    }
    100% {
        right: 0;
        width: 0;
    }
}

/* `APP DOWNLOAD ---------------------------------------------------------------------------------------------------- */

.app-download {
    text-align: center;
    padding: 100px 0;
}

.app-download h1 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    width: 540px;
    margin: auto;
    color: #FAFAFA;
}

.app-download-btns .btn {
    font-family: 'Open Sans', sans-serif;
    width: 480px;
    font-size: 24px;
    padding: 30px;
    margin: 20px;
    height: auto;
    background: none;
    border: 2px solid #fafafa;
    border-radius: 5px;
}

.app-download-btns .btn:hover {
    background: #FAFAFA;
    color: #1b2f70;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

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

.error-page-logo {
    text-align: center;
    margin: 64px auto 48px;
}

.error-page-logo a {
    display: inline-block;
}

.error-page-logo img {
    height: 64px;
}

.error-page {

}

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

.error-code {
    padding: 32px 0 16px;
    font-size: 72px;
    line-height: 1.4em;
    font-weight: bold;
}

.error-401 {
    color: #9CCC65;
}

.error-403 {
    color: #FFCA28;
}

.error-404 {
    color: #FF7043;
}

.error-500 {
    color: #26A69A;
}

.error-msg,
.error-actions {
    font-size: 24px;
    color: #5a6168;
}

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

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

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

.private#sidebar {
    width: 80px;
    min-height: 100%;
    background: #2f8bff;
    position: fixed;
    float: left;
    font-size: 13px;
    overflow: hidden;
}

.private#profile {
    height: 60px;
}

.private#profile a {
    width: 80px;
    height: 60px;
    display: block;
    padding: 12px;
    text-align: center;
}

.private#profile img {
    width: 40px;
}

.private .menu {
    margin-left: 0;
}

.private .menu ul li {
    float: none;
}

.private#menu {
    margin-top: 20px;
}

.private#menu ul {
    padding: 10px 0;
}

.private#menu ul li a {
    display: block;
    width: 100%;
    height: 48px;
    padding: 15px;
    color: #75baff;
    transition: background 0.29s ease;
    -o-transition: background 0.29s ease;
    -moz-transition: background 0.29s ease;
    -webkit-transition: background 0.29s ease;
    text-align: center;
}

.private#menu ul li a:hover {
    background: #1976D2;
}

.private#menu ul li a.active {
    color: #fff;
}

.private#menu ul li a > .fa,
.private#menu ul li a > .fa-stack {
    font-size: 19px;
    text-align: center;
    display: inline-block;
}

.private#menu ul li a > .fa-stack {
    font-size: inherit;
    line-height: normal;
    vertical-align: top;
}

.private#menu ul li a .fa-stack .fa {
    font-size: 17px;
}

.private#menu ul li a:hover {
    color: #fff;
}

.private#settings {
    width: 100%;
    position: absolute;
    bottom: 0;
}

/*.lang-bar {
    padding: 0 10px;
}

.lang-bar li {
    float: left;
    color: #ecf0f1;
}

.lang-bar li a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 11px;
}

.lang-bar li a:hover {
    background: #34495e;
    color: #fff;
}

.lang-bar .fa {
    padding-right: 5px;
    color: #ecf0f1;
}

.lang-current {
    color: #fff;
    background: #34495e;
}*/

.link {
    color: #00aff0;
}

.link:hover {

}

.btn-view-sign-data {
    margin: 10px;
    background: none !important;
    color: #00aff0 !important;
    border: 1px solid #00aff0 !important;
}

.link-logout {
    display: block;
    padding: 14px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 48px;
}

.link-logout:hover {
    background: #1976D2;
}

.link-logout .fa {

}

.private#content,
.private#top-content {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 100%;
    float: right;
    margin-left: calc(100% - 80px);
    padding: 12px 24px;
}

.private#top-content {
    height: 60px;
    padding: 12px 24px;
}

.private#top-content .btn {

}

.menu-count-notifier {
    float: right;
    background: #c9b248;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;
    padding-top: 1px;
}

.private .page-heading {
    font-size: 24px;
    color: #2f8bff;
}

.search-form {
    position: relative;
}

.search-field-icon.fa-search {
    position: absolute;
    top: 13px;
    left: 5px;
    color: #8c8f91;
}

#top-content.top-content-settings {
    padding: 15px 30px 0;
}

.top-content-nav {
    border-bottom: 2px solid #f5f5f5;
    position: relative;
    height: 36px;
}

.top-content-nav ul {
    margin-top: 0;
    position: absolute;
    width: 100%;
}

.top-content-nav li {
    float: left;
}

.top-content-nav li a {
    display: block;
    padding: 8px 24px 4px;
    font-size: 15px;
    color: #9E9E9E;
    text-transform: uppercase;
}

.top-content-nav li a:hover {
    color: #616161;
}

.top-content-nav li a.active {
    color: #2f8bff;
    font-weight: bold;
    border-bottom: 2px solid #2f8bff;
}

input[type="text"].top-search-field {
    margin-top: 5px;
    font-size: 14px;
    background: none;
    border: none;
    color: #1a79d7;
    padding-left: 25px;
}

input[type="text"].search-form-field,
.search-form-field.ui-calendar .ui-inputfield {
    height: 38px;
    margin-top: 2px;
}

.search-form-field.ui-spinner .ui-spinner-input {
    height: 37px;
}

.search-form-field.ui-selectonemenu {
    height: 38px !important;
    margin-top: 2px !important;
}

.search-form-field.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 10px;
}

.search-form-field.ui-selectonemenu .ui-inputfield {
    padding: 8px 6px;
}

.prod-status-change-form {
    padding: 0 5px;
}

.top-content-label,
.prod-status-change-form label {
    padding: 10px 5px;
}

/* `DASHBOARD ---------------------------------------------------------------------------- */

/* `BUTTONS ------------------------------------------------------------------------------ */

.btn-mng .fa-pencil {
    color: #03A9F4;
}

.btn-mng .fa-trash {
    color: #f44336;
}

.btn-mng .fa-info {
    color: #FFC107;
}

.btn-mng .fa-print,
.btn-mng .fa-key {
    color: #009688;
}

.btn-mng .fa-play {
    color: #d9c26c;
}

.btn-mng.disabled .fa-play {
    color: #4a5d75;
}

.btn-add {
    font-size: 11px !important;
    margin-top: 1px;
}

/* `NAVIGATION --------------------------------------------------------------------------- */

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

.headerRow td label {
    font-weight: bold;
}

.panelGrid-class {
    clear: both;
    width: 90%;
}

.display-table {
    border-bottom: 1px solid #ddd;
}

.display-table.no-bg thead tr th,
.display-table.no-bg tbody tr td {
    height: 48px;
    background: none;
}

.display-table.no-border thead tr th,
.display-table.no-border tbody tr td {
    border-right: none;
    border-left: none;
    border-color: #ededed;
    color: #484848;
}

.display-table.text-left thead tr th,
.display-table.text-left tbody tr td {
    text-align: left;
}

.display-table.text-left thead tr th.number-col,
.display-table.text-left tbody tr td.number-col {
    text-align: center;
    width: 40px;
}

.display-table .settings-col {
    width: 30px;
}

.display-table.no-border thead tr th,
.headerRow {
    color: #2f8bff;
    font-size: 12px;
    border-top: none;
    text-shadow: none;
    text-transform: uppercase;
}

.clickable-row {
    cursor: pointer;
}

.ui-datatable-odd {
    background: none;
}

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

.display-table.no-border .ui-widget-content {
    border-right: none;
    border-left: none;
}

.display-table tbody tr.depot-op-INCOME td {
    color: #1abc9c;
}

.display-table tbody tr.depot-op-WITHDRAW td {
    color: #1a79d7;
}

.display-table tbody tr.depot-op-DEFECT td {
    color: #dd4241;
}

.ui-datatable .ui-paginator, .ui-datatable .ui-paginator {
    padding: 10px 0 !important;
}

.ui-datatable .ui-datatable-footer {
    background: none;
}

.display-table tbody tr.ui-datatable-empty-message td {
    text-align: center;
    font-size: 16px;
}

.ui-datalist-content.ui-widget-content {
    border: none;
}

.ui-paginator.ui-widget-header {
    background: none;
    border: none;
    text-align: left;
}

.ui-paginator-first .ui-state-default {
    background: #29B6F6;
}

.ui-paginator .ui-paginator-pages {
    padding: 0 25px !important;
    margin: 0 10px !important;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.ui-paginator-page.ui-state-default,
.ui-paginator-prev.ui-state-default,
.ui-paginator-next.ui-state-default,
.ui-paginator-jtp-select.ui-state-default,
.ui-paginator-rpp-options.ui-state-default,
.page-drop-down {
    background: none;
    border: none;
    text-shadow: none;
    outline: none;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: normal;
    font-size: 12px;
    margin-left: 3px;
    transition: all 0.3s ease;
    color: #29B6F6;
}

.ui-paginator-prev.ui-state-default,
.ui-paginator-next.ui-state-default {
    padding: 6px !important;
}

.ui-paginator-next.ui-state-default {
    margin-right: 20px !important;
}

.ui-paginator-jtp-select.ui-state-default,
.ui-paginator-rpp-options.ui-state-default {
    background: #fff;
    height: 25px;
    margin-left: 0 !important;
    border: 1px solid #ddd;
}

.page-drop-down {
    display: inline-block;
    padding: 5px;
}

.ui-paginator-prev.ui-state-default,
.ui-paginator-next.ui-state-default.ui-state-disabled {
    color: #787878;
}

.ui-paginator-page.ui-state-default.ui-state-hover {
    background: #29B6F6;
    color: #fff;
}

.ui-paginator-prev.ui-state-default.ui-state-hover,
.ui-paginator-next.ui-state-default.ui-state-hover {
    background: #29B6F6;
    color: #fff;
}

.ui-paginator-page.ui-state-default.ui-state-active {
    background: #29B6F6;
    color: #fff;
}

.ui-paginator .ui-paginator-page {
    padding: 5px 12px !important;
    margin: 0 3px !important;
    border-radius: 2px;
}

.form-table td {
    padding: 16px 8px;
    border-bottom: 1px dashed #f5f5f5;
}

.form-table td:first-child {
    width: 256px;
}

.form-table td:first-child label {
    font-size: 15px;
}

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

.form-table.no-border td {
    border: none;
}

label {
    color: rgba(0, 0, 0, .54);
    font-size: 13px;
}

.display-table .ui-widget-content {
    background: none;
}

.choices {
    position: relative;
}

.add-choice {
    position: absolute;
    bottom: 30px;
    width: 54px;
    height: 54px;
    padding: 5px;
    font-size: 36px;
}

.uploaded-image-name {
    display: block;
    margin-top: 5px;
    padding: 2px;
}

.no-border .ui-widget-content {
    border: none;
}

.info-view {
    background: #f2f2f2;
    padding: 5px;
    border: 1px solid #ededed;
}

.info-view > div {
    float: left;
    padding: 0 20px;
    font-size: 14px;
    border-right: 1px dotted #e5e5e5;
}

.info-view > div.first {
    padding-left: 5px;
}

.info-view > div.last {
    border-right: none;
}

.info-view-label {
    font-size: 10px;
    text-transform: uppercase;
}

.not-answered td {
    font-weight: bold;
    background: #f9f9f9 !important;
}

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

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

.ui-corner-tr {
    border-top-right-radius: 2px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'PT Sans', Arial, serif;
}

.ui-selectcheckboxmenu .ui-widget .ui-state-default .ui-corner-all .f-lft {
    background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
}

div.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #ffffff -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
}

.ui-widget,
.ui-widget .ui-widget,
.headerRow td {
    font-family: 'Pt Sans', Arial, serif;
    font-size: 13px;
}

.ui-shadow {
    -webkit-box-shadow: 0 0 2px rgba(6, 8, 8, 0.15);
    -moz-box-shadow: 0 0 2px rgba(6, 8, 8, 0.15);
    -o-box-shadow: 0 0 2px rgba(6, 8, 8, 0.15);
    box-shadow: 0 0 2px rgba(6, 8, 8, 0.15);
}

.ui-widget-header {
    text-shadow: none;
    border: none;
    background: #f5f5f5;
}

.ui-state-default,
.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;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

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

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    text-shadow: none;
}

.ui-tabs {
    padding: 0;
    border: none;
}

.ui-tabs .ui-tabs-nav {
    background: none;
    border-bottom: 1px solid #EEEEEE;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav {
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    background: none;
    border: none;
    font-size: 13px;
    text-shadow: none;
    color: #757575;
    text-transform: uppercase;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav li a {
    min-width: 142px;
    text-align: center;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border: none;
    border-bottom: 3px solid #2f8bff !important;
    background: #FAFAFA;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: #2f8bff;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0;
}

.ui-tabs.organization-tabs .ui-tabs-panel {
    min-height: 270px;
}

.ui-editor {
    border: 1px solid #E0E0E0;
    padding: 0;
}

.ui-editor-toolbar {
    background: #F5F5F5;
    border-bottom: 1px solid #E0E0E0;
    height: 24px !important;
}

.ui-editor-button {
    margin: 0;
}

.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-inputswitch-on,
.ui-inputswitch-off,
.ui-chkbox-all .ui-icon,
.ui-chkbox .ui-icon,
.ui-widget-content .ui-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    text-indent: 0;
    text-align: center;
    padding: 1px;
}

.ui-confirmdialog-yes,
.ui-confirmdialog-no {
    width: 80px;
    color: #fff !important;
}

.ui-icon-alert.ui-icon {
    border-radius: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.ui-icon-closethick:before {
    content: "\f00d";
}

.ui-icon-triangle-1-n:before {
    content: "\f0d8";
}

.ui-icon-triangle-1-s:before {
    content: "\f0d7";
}

.ui-chkbox-icon .ui-icon .ui-c .ui-icon-check,
.ui-state-active .ui-icon:before {
    content: "\f00c";
}

.ui-icon-alert.ui-icon:before {
    content: "\f071";
}

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

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

.ui-autocomplete-item.ui-autocomplete-list-item {
    padding: 5px 12px;
}

.ui-autocomplete-item.ui-autocomplete-list-item.ui-state-highlight {
    background: #f2f2f2;
    text-shadow: none;
    color: #484848;
}

.ui-autocomplete.w-1-1 input[type="text"] {
    width: 100%;
}

.short-date-picker .ui-inputfield {
    width: 110px;
}

.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: #ccc;
}

.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;
}

.ui-selectonemenu.ui-state-default,
.output-text {
    background: #f8f8f8;
    margin: 0;
    border: 1px solid #e1e1e1;
    cursor: default !important;
    border-radius: 2px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    height: 38px;
}

.ui-selectonemenu.select-org-user {
    height: 38px;
}

.output-text {
    padding: 6px 5px;
    display: block;
}

.ui-selectonemenu:hover,
.ui-selectonemenu.ui-state-hover {
    border-color: #e1e1e1;
}

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

.ui-selectonemenu .ui-inputfield,
.ui-selectonemenu .ui-selectonemenu-trigger {
    width: 100%;
    background: #f8f8f8;
    border-left: none;
    cursor: default !important;
    padding: 8px;
}

.ui-selectonemenu.select-org-user .ui-inputfield {
    padding: 8px;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    padding: 0 !important;
    width: 18px;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 10px
}

.ui-selectonemenu.select-org-user .ui-selectonemenu-trigger .ui-icon {
    margin-top: 11px;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:before {
    content: "\f0dc";
}

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

.ui-selectonemenu-panel {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
    color: #666;
    padding: 5px 8px;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item.ui-state-highlight {
    background: #f5f5f5;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item.ui-state-hover {
    background: #f9f9f9;
}

.ui-chkbox-icon.ui-icon {
    overflow: hidden;
    text-indent: inherit;
    background: none;
}

.ui-chkbox .ui-chkbox-box {
    background: #fff;
    border-color: #ddd;
    border-radius: 1px;
    text-shadow: none;
}

.ui-chkbox .ui-chkbox-box.ui-state-active {
    border-color: #2f8be6;
    background: #2f8be6;
    color: #fff;
}

.ui-selectmanycheckbox .ui-chkbox {
    margin-top: 8px;
}

.jqplot-series-shadowCanvas {
    background: #fff;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.jqplot-target {
    box-shadow: none;
}

.jqplot-data-label {
    background: rgba(255, 255, 255, 0.4);
    padding: 0 3px;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    color: #343434;
}

.ui-clock {
    background: none;
    padding: 0 15px;
}

.ui-datalist-content {
    background: none;
}

.claims-for-date .ui-datalist .ui-datalist-empty-message {
    text-align: center;
}

.ui-inputswitch {
    width: 37px !important;
    border-radius: 22px;
    height: 22px;
    margin-top: 4px;
}

.ui-inputswitch.ui-widget.ui-widget-content {
    border: 1px solid transparent;
    overflow: visible;
}

.ui-inputswitch-handle.ui-state-default {
    background: #fff;
    border-color: #fff;
    width: 20px !important;
    height: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0 #ccc;
}

.ui-inputswitch .ui-inputswitch-on,
.ui-inputswitch .ui-inputswitch-off {
    height: 14px;
    top: 3px;
    border-radius: 8px;
    width: 30px !important;
    box-shadow: none;
}

.ui-inputswitch .ui-inputswitch-on span,
.ui-inputswitch .ui-inputswitch-off span {
    display: none;
}

.switch-on .ui-inputswitch-on {
    background: #A5D6A7;
}

.switch-on .ui-inputswitch-handle.ui-state-default {
    background: #4CAF50;
    border-color: #4CAF50;
}

.switch-off .ui-inputswitch-on,
.ui-inputswitch .ui-inputswitch-off {
    background: #E0E0E0;
}

.switch-off .ui-inputswitch-handle.ui-state-default {
    background: #9E9E9E;
    border-color: #9E9E9E;
}

.ui-menubutton .ui-button {
    background: #2f8be6;
}

.ui-menubutton .ui-button:hover {
    background: #1b7ee1;
}

.ui-menubutton .ui-button:focus,
.ui-menubutton .ui-button:active {
    background: #1a79d7;
}

.ui-menubutton .ui-button .ui-icon:before {
    content: "\f0dc"
}

.ui-spinner-input.ui-inputfield {
    padding-right: 20px;
    border-color: #f1f1f1;
    background: #f5f5f5;
}

.ui-spinner .ui-button {
    width: 16px;
    height: 50%;
    padding: 0;
    border-color: #e5e5e5;
    background: #eee;
}

.ui-spinner-up {
    top: 1px;
}

.ui-spinner-down {
    bottom: 1px;
}

.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: #8BC34A;
}

.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-selectonebutton .ui-button {
    height: 38px;
    border: 1px solid #eee;
    padding: 6px;
}

.period-btns .ui-button {
    min-width: 64px;
}

.ui-selectonebutton .ui-button.ui-state-active {
    background: #f5f5f5;
    color: #2f8bff;
}

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

.breadcrumb {
    padding: 12px 0;
    text-transform: uppercase;
    color: #29B6F6;
    font-weight: bold;
    font-size: 13px;
}

.breadcrumb .fa {
    font-weight: normal;
    font-size: 14px;
    margin: 0 5px;
}

/* `FORM LIGHT ------------------------------------------------------------------------------------------ */

.form-light label {
    font-size: 14px;
}

.form-light .form-group-label {
    font-size: 16px;
}

.form-light input[type="text"],
.form-light input[type="password"],
.form-light .ui-selectonemenu.ui-state-default,
.form-light-output-text {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    border-radius: 0;
    background: none;
    font-size: 17px;
    padding: 0;
    margin-bottom: 2px;
}

.form-light-output-text {
    height: 34px;
    display: inline-block;
    width: 100%;
    padding: 7px 0;
}

.form-light .ui-selectonemenu .ui-inputfield,
.form-light .ui-selectonemenu .ui-selectonemenu-trigger {
    background: none;
    font-size: 17px;
    padding: 5px 0;
}

.form-light .ui-selectonemenu.ui-state-default .ui-selectonemenu-panel .ui-selectonemenu-list-item {
    font-size: 16px !important;
}

.form-light input[type="text"]:focus,
.form-light input[type="password"]:focus,
.form-light-output-text:focus {
    border-bottom: 2px solid #00aff0;
    margin-top: 2px;
    margin-bottom: 1px;
}

.form-light .ui-spinner-input.ui-inputfield {
    padding-right: 20px;
    border-color: #e0e0e0;
    text-align: left;
}

@media only screen and (max-width: 480px) {

    .main-page-logo-img {
        width: 86px;
    }

    .main-page-logo-txt {
        font-size: 24px;
        margin: 24px 10px;
    }

    .app-download {
        padding: 32px 0;
    }

    .app-download-btns .btn {
        width: 90%;
        font-size: 21px;
        padding: 16px;
    }

    .sign-in-page-logo-text {
        width: 90%;
    }

    .eid-oauth-sign-in-form {
        width: auto;
    }

}