html { font-size: 16px; }

nav {
    /* height: 780px; */
    position: relative;
}

nav.left-nav {
    /*height: 780px;*/
    height: 500px;
}

.nav-close {
    background-color: #CCCCCC;
    height: 45px;
    line-height: 45px;
    color: #fff !important;
    font-size: 18px;
    float: right;
    display: block;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
}

.center-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 780px;
}

.center-wrap h1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    font-size: 23px;
    //color: #6C5C73;
    color: #CCCCCC;
    font-weight: 300;
    font-size: 26px;
    text-align: center;
    text-indent: 120;
}

.center-wrap h1 a {
    color: #6C5C73;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.avatar img {
    width: 100%;
    height: 100%;
}

.btn.btn-login{
    color: #fff;
    background-color: #FC6F05;
    height: 60px !important;
    font-size: 24px !important;
    margin: 20px 60px 0 0;
    line-height: 40px;
}

.btn.btn-cancel-login{
    color: #fff;
    background-color: #FC6F05;
    height: 60px !important;
    font-size: 24px !important;
    margin: 0 0 25px 0;
    line-height: 40px;
}

.profile {
    float: right;
    margin-top: 25px;
}

.profile .profile-dropdown {
    width: 205px;
    height: 45px;
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
    border: 1px solid #6C5C73;
    text-align: left;
    vertical-align: middle;
    background-color: #41314B;
}

.profile .profile-dropdown span {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    margin-left: 20px;
}

.profile .profile-dropdown .dropdown-icon {
    color: #fff;
    float: right;
    margin-right: 20px;
    line-height: 45px;
}

.notify {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 43px;
    height: 65px;
    background-color: #FF7F7F;
    color: #fff;
    width: 300px;
    outline: 0;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 100;
}

.notify span {
    margin-left: 5px;
    margin-right: 10px;
}

.notify .notify-icon-first {
    font-size: 26px;
}

.notify-list {
    position: absolute;
    left: 50%;
    top: 150px;
    background-color: #322539;
    padding: 0 40px 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 90px;
    z-index: 990;
    display: none;
}

.notify-list .notify-list-item {
    display: block;
    margin-top: 5px;
}

.notify-list .notify-list-item:nth-child(1) {
    margin-top: 0;
}

.notify-list .notify-list-item span {
    background-color: #FDB652;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.notify-list .notify-list-item .notify-list-item-icon {
    width: 90px;
    font-size: 42px;
}

.notify-list .notify-list-item .notify-list-item-icon i {
    line-height: 90px;
}

.notify-list .notify-list-item .notify-list-item-text {
    width: 350px;
    font-size: 26px;
}

.nav-wrap {
    background-color: #2D404F;
    width: 150px;
    height: 930px;
    padding-top: 75px;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 150;
    text-align: center;
    overflow: hidden;
    z-index: 2001;
}

.nav-btn {
    width: 80px;
    height: 80px;
    background-color: #FDB652;
    padding: 35px 35px;
    display: block;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}

.nav-btn span {
    width: 80px;
    height: 15px;
    border-radius: 3px;
    background-color: #fff;
    display: block;
}

.nav-btn span:nth-child(2) {
    margin: 14px 0;
}

.nav-panel-wrap {
    padding: 65px;
    background-color: #4C4C4C;
    position: fixed;
    top: 150px;
    left: -1200px;
    display: none;
    z-index: 989;
}

.nav-panel-wrap .nav-panel-close {
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    position: absolute;
    right: -100px;
    line-height: 100px;
    top: 55px;
    background-color: #333333;
}

.nav-panel-wrap .nav-panel-close .nav-panel-close-icon {
    line-height: 100px;
}

.nav-panel-wrap .nav-panel-close .nav-panel-close-icon-img {
    line-height: 100px;
    width: 42px;
    margin-top: 29px;
}

.profile-nav {
    position: fixed;
    right: 20px;
    display: none;
    z-index: 988;
    background-color: #322539;
}

.profile-nav ul {
    margin: 0;
    padding: 0;
    width: 470px;
}

.profile-nav ul li {
    margin: 0 0 3px 0;
    color: #fff;
    list-style: none;
    text-align: left;
    padding: 0 40px;
}

.profile-nav ul li a {
    font-size: 22px;
    height: 65px;
    line-height: 90px;
    display: block;
    position: relative;
}

.profile-nav ul li a span {
    background-color: #ffb546;
    color: #fff;
    height: 65px;
    width: 312px;
    padding-left: 10px;
    float: right;
    font-weight: 300;
    line-height: 65px;
    font-size: 24px;
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
}

.profile-nav ul li a i {
    width: 65px;
    height: 65px;
    background-color: #ffb546;
    line-height: 65px !important;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 3px;
    font-size: 28px;
}

.profile-nav .nav-close {
    margin-right: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.panel-wrap {
    margin: 0 auto;
}

.data-panel-lrg {
    background-color: #00bf02;
}

.data-panel-med {
    background-color: #ffb546;
    display: block;
    float: left;
}

.data-panel-med:nth-child(1) {
    margin-left: 0;
}

.panel-row {
    overflow: auto;
}

.three-data-panel-wrap {
    width: 1200px;
}

.three-data-panel-wrap .data-panel-lrg {
    width: 1200px;
    height: 390px;
}

.three-data-panel-wrap .data-panel-med {
    width: 567px;
    height: 345px;
}

.three-data-panel-wrap .data-panel-row-spaced {
    margin-right: 66px;
}

.three-data-panel-wrap .panel-row {
    padding-top: 65px;
}

.five-data-panel-wrap {
    width: 1200px;
}

.five-data-panel-wrap .data-panel-lrg {
    width: 1200px;
    height: 250px;
}

.five-data-panel-wrap .data-panel-med {
    width: 572px;
    height: 220px;
}

.five-data-panel-wrap .data-panel-row-spaced {
    margin-right: 55px;
}

.five-data-panel-wrap .panel-row {
    padding-top: 55px;
}

.seven-data-panel-wrap {
    width: 1400px;
}

.seven-data-panel-wrap .data-panel-lrg {
    width: 1400px;
    height: 250px;
}

.seven-data-panel-wrap .data-panel-med {
    width: 430px;
    height: 220px;
}

.seven-data-panel-wrap .data-panel-row-spaced {
    margin-right: 55px;
}

.seven-data-panel-wrap .panel-row {
    padding-top: 55px;
}

.navbar-laravel {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

* {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

[class*='col-'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    max-width: 1920px;
    width: 100%;
    max-height: 1080px;
    position: relative;
    margin: 0;
}

body.no-scroll {
    overflow: hidden;
}

body.scroll {
    overflow-y: auto;
}

main {
    margin-left: 150px;
    background-color: #fff;
    padding-top: 150px;
}

.brand-logo {
    height: 120px;
    margin-top: 15px;
    float: left;
}

header {
    background-color: #2D404F;
    width: 100%;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 2000;
}

header .header-inner {
    position: relative;
    margin-left: 150px;
}

.content {
    padding-top: 65px;
    position: relative;
}

.center-content {
    width: 90%;
    margin: 0 auto;
}

.center-content section {
    padding-bottom: 200px;
}

.context-form {
    display: none;
}

.portlet {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 36px;
}

.portlet .portlet-content {
    padding: 42px;
}

.portlet .portlet-content p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #7F7F7F;
}

.portlet .portlet-content p i.text-danger {
    color: #FF7F7F;
}

.portlet .portlet-content ul {
    line-height: 1.5em;
    font-size: 16px;
    color: #7F7F7F;
}

.portlet.box .portlet-title {
    padding-left: 42px;
    padding-right: 42px;
}

.portlet.box .portlet-title .caption {
    padding: 0;
}

.portlet.box .portlet-title .divider {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    padding: 0;
    text-align: center;
}

.portlet .portlet-title {
    height: 80px;
}

.portlet .portlet-title .caption {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    padding: 0;
}

.portlet .portlet-title .caption i {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    padding: 0;
    margin: 0 8px 0 0;
}

.portlet.danger-hoki {
    background-color: #FF7F7F;
    border-radius: 0;
}

.portlet.green-hoki {
    background-color: #00be02;
    border-radius: 0;
}

.portlet.success-hoki {
    background-color: #322539;
    border-radius: 0;
}

.portlet.disabled-hoki {
    background-color: #ccc;
    border-radius: 0;
}

.portlet.disabled-hoki .portlet-title {
    color: #fff;
}

.portlet.active-hoki {
    background-color: #FDB652;
    border-radius: 0;
}

.portlet.active-hoki .portlet-title {
    color: #fff;
}

.portlet .portlet-body {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.portlet .portlet-body form {
    margin: 0;
}

.portlet .portlet-body.data {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
}

.portlet .portlet-body.data.tooled {
    padding-top: 20px;
}

.portlet .portlet-body.data .input-group .form-control {
    width: 80%;
    max-width: 140px;
}

.portlet .portlet-body.data thead {
    background-color: #41314B;
}

.portlet .portlet-body.data thead th {
    color: #fff;
    font-size: 18px;
    padding: 14px 14px;
    font-weight: 400;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.portlet .portlet-body.data .action-btn-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.portlet .portlet-body.data .action-btn-group .btn {
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px !important;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    margin-right: 12px;
}

.portlet .portlet-body.data .data-table {
    margin-top: 20px;
}

.portlet .portlet-body.data .table-spacer {
    padding-left: 15px;
    padding-right: 15px;
}

.portlet .portlet-body.data .data-row {
    height: 70px;
}

.portlet .portlet-body.data .data-row td {
    font-size: 16px;
    padding-left: 14px;
    padding-right: 18px;
    line-height: 1.5em;
}

.portlet .portlet-body.data .data-row td.data-cell-clear {
    padding: 3px;
}

.portlet .portlet-body.data .paginate_button {
    border: 1px solid #ddd;
    color: #337AB7 !important;
    margin: 0;
    border-radius: 0;
    margin-left: -1px;
    line-height: 24px;
}

.portlet .portlet-body.data .paginate_button.disabled {
    color: #ccc !important;
}

.portlet .portlet-body.data .paginate_button i {
    line-height: 24px;
}

.portlet .portlet-body.data .paginate_button.current {
    background: none;
    background-color: #337AB7;
    color: #fff !important;
}

.portlet .portlet-body.data .dataTables_info {
    font-size: 16px;
    color: #7F7F7F;
    text-align: left;
}

.portlet .portlet-body.data .dataTables_empty {
    font-size: 16px;
    color: #7F7F7F;
    padding: 20px 0;
}

.portlet .portlet-body.data .pagination-wrap {
    margin: 20px 0 0;
}

.portlet .portlet-body.data .pagination-wrap .dataTables_info {
    padding-top: 10px;
}

.portlet .portlet-body.data .pagination li a {
    line-height: 24px;
}

.portlet .portlet-body.data .pagination li a i {
    line-height: 24px;
}

.portlet .portlet-body.form {
    margin: 0;
}

.portlet .portlet-body.form .control-label {
    text-align: left;
    padding-left: 8px;
    padding-top: 0;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0;
    color: #7F7F7F;
}

.portlet .portlet-body.form .control-input {
    position: relative;
}

.portlet .portlet-body.form .control-input .mt-checkbox {
    height: 32px;
    margin: 0;
    line-height: 32px;
    display: inline;
}

.portlet .portlet-body.form .control-input .mt-checkbox span {
    width: 24px;
    height: 24px;
}

.portlet .portlet-body.form .control-input .mt-checkbox span.checked {
    background-color: #00BF02;
}

.portlet .portlet-body.form .control-input .mt-checkbox span:after {
    left: 9px;
    top: 6px;
    border-color: #fff;
}

.portlet .portlet-body.form .control-input .input-group {
    width: 500px;
    position: relative;
}

.portlet .portlet-body.form .control-input .input-group input[type="text"],
.portlet .portlet-body.form .control-input .input-group input[type="number"] {
    background-color: #fff;
    color: #7F7F7F;
}

.portlet .portlet-body.form .control-input .input-group .input-group-btn {
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
}

.portlet .portlet-body.form .control-input .input-group .input-group-btn button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 100%;
    line-height: 100%;
    padding: 0 10px;
}

.portlet .portlet-body.form .control-input .input-group .input-group-btn button i {
    font-size: 24px;
    color: #ccc;
}

.portlet .portlet-body.form .control-input input[type="text"],
.portlet .portlet-body.form .control-input input[type="number"] {
    width: 500px;
    border-radius: 0;
    height: 37px;
    margin-top: 1px;
    font-size: 16px;
    padding: 0;
    line-height: 37px;
    padding-left: 16px;
    color: #7F7F7F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.portlet .portlet-body.form .control-input .select2-selection__rendered {
    color: #7F7F7F;
    padding-left: 16px;
    font-size: 16px;
}

.portlet .portlet-body.form .control-input textarea {
    width: 500px;
    border-radius: 0;
    padding: 0;
    padding-left: 16px;
    height: 80px;
    text-align: left;
    padding-top: 16px;
    color: #7F7F7F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.portlet .portlet-body.form .form-group {
    margin: 0 0 16px;
}

.portlet .portlet-body.form .form-group.clean-form-group {
    height: auto;
    margin-bottom: 0;
}

.portlet .portlet-body.form .form-group.name-field-group {
    display: none;
}

.portlet .portlet-body.form .form-group .form-caption {
    width: 500px;
    font-size: 14px;
    margin-top: 8px;
    color: #7F7F7F;
}

.portlet .portlet-body .button-row {
    padding: 20px 0 20px 42px;
    border-top: 1px solid #ccc;
}

.portlet .portlet-body .button-row.button-row-lg {
    padding: 42px;
}

.portlet .portlet-body .context-form {
    border-top: 1px solid #ccc;
}

.portlet .form-body {
    padding-left: 42px;
}

.portlet .form-body select.form-control {
    width: 500px;
}

.portlet .input-success {
    border-color: #00BF02;
}

.button-row .btn {
    height: 40px;
    padding: 0 20px !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-right: 5px;
    line-height: 40px !important;
}

.button-row .btn.btn-lg {
    padding: 15px 35px !important;
    font-size: 24px !important;
}

.button-row .btn.red {
    background-color: #FF7F7F;
}

.button-row .btn.success {
    background-color: #00BF02;
    color: #fff !important;
}

.button-row .btn.disabled {
    background-color: #ccc;
    opacity: 1 !important;
    color: #fff !important;
}

.control-inline {
    display: inline-block;
}

.datepicker .active {
    background-color: #322539 !important;
}

.form-body .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eef1f5;
    border: 1px solid #c2cad8;
}

.form-body .selection {
    line-height: 52px;
}

.form-body .selection .select2-selection {
    width: 500px;
    height: 37px;
    border-radius: 0;
}

.form-body .selection .select2-selection .select2-selection__rendered {
    padding-top: 3px;
}

.form-body .selection .select2-selection .select2-selection__arrow {
    height: 35px;
    margin-right: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7F7F7F;
}

.create-btn-frame {
    border-top: 1px solid #ccc;
    padding: 24px;
    text-align: center;
}

.btn {
    height: 40px;
    padding: 0 20px !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-success {
    background-color: #00BF02 !important;
    color: #fff !important;
}

.btn.btn-disabled {
    background-color: #ccc !important;
    color: #fff !important;
}

.btn.btn-gray {
    background-color: #7F7F7F !important;
    color: #fff !important;
}

.btn.btn-default {
    background-color: #3897D9 !important;
    color: #fff !important;
}

.btn.btn-danger {
    background-color: #FF7F7F !important;
    color: #fff !important;
}

.btn.btn-red {
    background-color: #FF0000 !important;
    color: #fff !important;
}

.btn.btn-orange {
    background-color: #FF8400 !important;
    color: #fff !important;
}

.btn.btn-standard {
    line-height: 40px !important;
}

.btn .disabled {
    cursor: not-allowed;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting span,
table.dataTable thead th.sorting_asc span,
table.dataTable thead th.sorting_desc span {
    display: flex;
    align-items: center;
    justify-content: center;
}

table.dataTable thead th.sorting span:after,
table.dataTable thead th.sorting_asc span:after,
table.dataTable thead th.sorting_desc span:after {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    line-height: 1em;
    margin-left: 15px;
    position: relative;
}

table.dataTable thead th.sorting span:after {
    content: "\F0DC";
    color: #ddd;
    font-size: 1em;
}

table.dataTable thead th.sorting_asc span:after {
    font-size: 1.1em;
    content: "\F0DE";
}

table.dataTable thead th.sorting_desc span:after {
    font-size: 1.1em;
    content: "\F0DD";
}

.control-group {
    float: right;
}

.control-group label {
    float: left;
    margin-top: 8px;
    font-size: 16px;
    margin-right: 10px;
}

.control-group .control-group-input {
    width: 200px;
    height: 40px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

.control-group .control-group-btn {
    width: 90px;
    float: left;
    margin: 0;
    border: none;
}

.data-table-filter {
    margin-bottom: 20px;
    float: right;
}

.pending-approved-filter-btn {
    width: 90px;
}

.data-length-select label {
    font-size: 16px;
    color: #7F7F7F;
}

.data-length-select .select2-container {
    display: inline-block;
    height: 40px;
    margin-left: 10px;
}

.portlet-body .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #777;
    padding-top: 1px;
}

.data-length-select .select2-container .select2-selection {
    height: 40px;
    border-radius: 0;
    font-size: 16px;
    padding-left: 20px;
}

.data-tables-info {
    font-size: 16px;
    color: #7F7F7F;
    margin-top: 12px;
    text-align: left;
}

.data-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #00BF02;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.data-avatar img {
    width: 100%;
    height: 100%;
}

.single-action .action-btn-group .btn {
    margin-right: 0 !important;
    min-width: 97px;
}

.status {
    display: block;
    border-width: 2px;
    border-style: solid;
    padding: 5px 10px;
}

.status.status-started,
.status.status-in_process {
    border-color: #3897D9;
    color: #3897D9;
}

.status.status-pending {
    border-color: #FF8400;
    color: #FF8400;
}

.status.status-completed {
    border-color: #00BF02;
    color: #00BF02;
}

.status.status-approved {
    border-color: #00BF02;
    color: #00BF02;
}

.status.status-issues {
    border-color: #3897d9;
    color: #3897d9;
}

.status.status-rejected {
    border-color: #FF0000;
    color: #FF0000;
}

.table-toolbar-wrap {
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table-toolbar-wrap .spaced-input-inline {
    padding-left: 50px;
}

.table-toolbar-wrap .control-inline .date-picker-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table-toolbar-wrap .control-inline .control-label {
    display: inline-block;
    vertical-align: middle;
}

.table-toolbar-wrap .tool-control {
    padding: 20px 0;
}

.table-toolbar-wrap .inline-input {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.table-toolbar-wrap .inline-input .form-control {
    border-radius: 0;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table-toolbar-wrap .inline-input .date-picker-wrap {
    position: relative;
}

.table-toolbar-wrap .inline-input .date-picker-wrap i {
    position: absolute;
    right: 10px;
    font-size: 24px;
    color: #ccc;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.table-toolbar-wrap .mt-checkbox {
    margin: 0;
    line-height: 1em;
    vertical-align: top;
    margin-top: -5px;
    margin-left: 5px;
}

.table-toolbar-wrap .mt-checkbox span {
    width: 24px;
    height: 24px;
}

.table-toolbar-wrap .mt-checkbox span.checked {
    background-color: #00BF02 !important;
}

.table-toolbar-wrap .mt-checkbox span:after {
    left: 9px;
    top: 6px;
    border-color: #fff;
}

.data-input-group .input-group-addon {
    padding: 6px;
    background-color: #fff;
    border-radius: 0;
}

.data-input-group .input-group-addon i {
    font-size: 26px;
}

.data-input-group .form-control {
    background-color: #fff;
    border-radius: 0;
}

.data-input-group .addon-external {
    position: relative;
    z-index: 900;
    background-color: #ccc;
}

.data-input-group .addon-external i {
    color: #fff;
    font-size: 16px;
}

.clean-form-group {
    height: auto;
    margin-bottom: 0;
}

.toolbar-tools {
    display: none;
}

.active-filter {
    display: inline-block;
}

.data-modal table thead {
    background-color: #41314B;
}

.data-modal table thead th {
    color: #fff;
    font-size: 19px;
    padding: 14px 18px;
    font-weight: 400;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.data-modal .pagination li a {
    line-height: 24px;
}

.data-modal .pagination li a i {
    line-height: 24px;
}

.inner-modal-container {
    position: relative;
}

.data-form-modal-overlay {
    width: 1770px;
    height: 930px;
    position: fixed;
    left: 150px;
    top: 150px;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.data-form-modal {
    position: fixed;
    width: 1770px;
    height: 930px;
    top: -930px;
    left: 150px;
    z-index: 1000;
    -webkit-transition: .2s ease-out all;
    transition: .2s ease-out all;
    display: block;
}

.data-form-modal .portlet {
    margin: 0;
}

.data-form-modal.data-form-modal--open {
    top: 150px;
    -webkit-transition: .2s ease-out all;
    transition: .2s ease-out all;
}

.data-form-modal .data-form-modal-dialog {
    width: 1200px;
    margin: 0 auto;
    padding: 60px;
    background-color: #4C4C4C;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    position: relative;
    border: none;
}

.data-form-modal .data-form-modal-dialog.data-form-modal-dialog--open {
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all;
}

.data-form-modal .data-form-modal-content {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.data-form-modal .modal-body {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.panel-close {
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    position: absolute;
    right: -100px;
    line-height: 100px;
    top: 55px;
    background-color: #333333;
}

.panel-close .nav-panel-close-icon {
    line-height: 100px;
}

.panel-close .nav-panel-close-icon-img {
    line-height: 100px;
    width: 42px;
    margin-top: 29px;
}

.bootstrap-select .caret:before {
    content: "\F0D7";
    font-weight: 900;
    display: inline-block;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

#wire-tracking .table-responsive {
    overflow: visible !important;
}

#wire-tracking table {
    margin-bottom: 0;
}

#wire-tracking table tr > td:first-child {
    padding-left: 42px;
}

#wire-tracking table tr.form-row > td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.input-group.wire-tracking {
    width: 95%;
}

.input-group.wire-tracking .input-group-addon.text {
    background-color: transparent;
    border: 0;
    padding: 6px 0;
    text-align: left;
}

.input-group.wire-tracking input.form-control {
    width: 91%;
    height: 20px;
}

.input-group.wire-tracking .input-group-addon,
.input-group.wire-tracking .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group.wire-tracking .bootstrap-select,
.input-group.wire-tracking .bs-select > button {
    width: 150px;
    text-align: left;
    border: 0px;
    outline: 0px
}

.input-group.wire-tracking button {
    height: 32px;
}

tr.approved .input-group.wire-tracking input.form-control {
    width: 69.45%;
}

.wire-transfer-error {
    background-color:#FF7F7F;
    color: white;
}
.wire-transfer-error:focus {
    color: white;
}
.wire-transfer-error:hover {
    color: white;
}
.panel-page-content {
    padding: 20px;
    background-color: #fff;
    overflow: auto;
    max-height: 750px;
}

.filter-hide-1 {
    display:none !important;
}

.face-detection-wrap { width: 100%; float: left; border-top:1px solid #ddd; padding: 30px; }
.face-detection-wrap .side-panel { width: 18%; float: left;padding-right: 35px;}
.face-detection-wrap .side-panel ul { padding-left: 0;width: 100%; float: left; }
.face-detection-wrap .side-panel ul li { list-style: none; margin-bottom: 3px; float: left; width: 100%;}
.face-detection-wrap .side-panel ul li a { width: 100%; float: left; padding: 10px 15px; background: #444d57; color: #fff; transition: all ease 0.4s; }
.face-detection-wrap .side-panel ul li a:hover, .face-detection-wrap .side-panel ul li a:focus, .face-detection-wrap .side-panel ul li.active a  { text-decoration: none; background: #ffb546; }
.face-detection-wrap .side-panel .login-detail-wrap ul { margin: 15px 0; }
.face-detection-wrap .side-panel .login-detail-wrap ul li { padding: 15px 0; color: #8e8d8d; text-transform: uppercase;}
.status-wrap { width: 100%; float: left; padding: 10px 0;text-align: center; }
.status-wrap a { width: 100px; height: 100px; color: #fff; background: #ccc; border:3px solid #ffb546; display: inline-flex; border-radius: 50% !important; align-items: center; justify-content: center; text-transform: uppercase;}
.status-wrap a.large-profile-avatar { width: 250px; height: 250px; color: #fff; background: #ccc; border:3px solid #ffb546; display: inline-flex; border-radius: 50% !important; align-items: center; justify-content: center; text-transform: uppercase;}
.status-wrap a:hover { text-decoration: none; }


.face-detection-wrap .data-panel { width: 82%; float: left; padding: 30px;border:1px solid #ddd; }
.face-detection-wrap .data-panel ul li { list-style: none;}
.face-detection-wrap .data-panel .btn-wrap { width: 100%; float: left; }
.face-detection-wrap .data-panel .btn-wrap > * { float: left; }
.face-detection-wrap .data-panel .btn-wrap a.grey-btn { background: #444d57; padding: 0; display: inline-block; margin-right: 15px; color: #fff; height: 34px; display: flex; align-items: center; justify-content: center; padding-left: 15px; text-transform: uppercase; }
.face-detection-wrap .data-panel .btn-wrap a.grey-btn i { height: 34px; display: flex; width: 34px; align-items: center; justify-content: center; background: #333b44; margin-left: 15px; }
.face-detection-wrap .data-panel .btn-wrap a.grey-btn:hover { text-decoration: none; }
.face-detection-wrap .data-panel .btn-wrap .process-steps { margin-right: 15px; }
.face-detection-wrap .data-panel .image-gallery { width: 100%; max-width: 620px; float: left; }
.face-detection-wrap .data-panel .image-gallery ul { padding-left: 0; margin-top: 10px; float: left;}
.face-detection-wrap .data-panel .image-gallery ul li { width: 109px; height: 109px; float: left;margin-right: 15px; margin-bottom: 15px; }
.face-detection-wrap .data-panel .image-gallery ul li a { display: inline-block; width: 100%; }
.face-detection-wrap .data-panel .image-gallery ul li img { width: 100%; }
.face-detection-wrap .data-panel .image-gallery ul li.selected a img { border:2px solid #00bf02; }
.face-detection-wrap .data-panel .image-gallery h5 { margin-bottom: 20px; }

.face-detection-wrap #myModal .modal-dialog { padding: 60px; background-color: #4C4C4C; }
.face-detection-wrap #myModal .modal-dialog .modal-header { padding: 0; border-bottom: 0; }
.face-detection-wrap #myModal .modal-dialog .modal-header h4 { display: none;}
.face-detection-wrap #myModal .modal-dialog .modal-header .close { position: relative}
.face-detection-wrap #myModal .modal-dialog .modal-header .close:before { content: "\f00d"; font-size:20px; font-family: FontAwesome; position: absolute; top: 0; left: 0; }
.face-detection-wrap #myModal .modal-dialog .modal-footer { display: none; }
.face-detection-wrap #myModal .modal-dialog .modal-content { box-shadow: none; border:0; }
.face-detection-wrap #myModal .modal-dialog .modal-body { padding: 30px 25px; }
.face-detection-wrap #myModal .modal-dialog .modal-body .main-img { width: 400px;height: auto; margin: 0 auto 20px; }
.face-detection-wrap #myModal .modal-dialog .modal-body .main-img img { width: 100%; }
.face-detection-wrap #myModal .modal-dialog .thumbnail-img-wrap ul { padding-left: 0; text-align: center; }
.face-detection-wrap #myModal .modal-dialog .thumbnail-img-wrap ul li { list-style: none; display: inline-block; width: 90px; height: 90px; border: 0px solid #ccc; vertical-align: middle; margin: 5px 3px;}
.face-detection-wrap #myModal .modal-dialog .thumbnail-img-wrap ul li a { width: 90px; height: 90px;  display: inline-block; }
.face-detection-wrap #myModal .modal-dialog .thumbnail-img-wrap ul li a img { width: 90px; height: 90px;  object-fit: cover; }

.pointer {
    cursor: pointer;
}

.calcbtn {
    width:100px;
    height:100px;
    margin-right:10px;
    border-radius:15px !important;
    font-size:60px !important;
    text-align:center;
    padding-right:0px;
    padding-left:0px;
    background-color:rgb(0,98,204);
    border:none;
    color:white;
}

.calcbtnzero {
    font-size:60px !important;
    height:100px;
    border-radius:15px !important;
    text-align:center;
    padding-right:0px;
    padding-left:0px;
    width:320px;
    border:none;
    color:white;
}

.keypad-display {
    color: transparent !important;
    text-shadow: 0 0 0 #000000 !important;

  &:focus {
      outline: none !important;
  }
}

.video-record-notice{
    font-size: 18px;
    text-align: left;
    padding: 15px 0;
    margin: 15px;
    border-bottom: 1px solid gray;
}
.video-record-notice i{
    color: #FF7F7F;
}
.video-record-text{
    text-align: center;
    margin: 15px;
}
.video-record-text p{
    font-size: 18px;
}
.video-record-info{
    height: 100px;
    background-color: #2D404F;
    font-weight: 300;
    font-size: 14px;
}
.video-record-info p {
    margin: 3px 0;
    font-weight: 300;
    color: white;
}
.video-record-info .sta{
    text-align: right;
    padding-right: 0;
    text-transform: uppercase;
    max-width: 88px;
    float: left;
    margin-left: 15px;
}
.video-record-info .fly{
    text-align: left;
    padding-left: 10px;
    float: left;
}
.video-record-instuction{
    text-align: left;
    margin: 15px;
    font-size: 18px;
}
.modal-footer.video-record-close{
    position: relative
}
.modal-footer.video-record-close button.nav-close{
    margin: 0;
    background-color: transparent;
    color: #579DD9!important;
}