.navbar-default {
    /*background-color: #2f4050;*/
}
.breadcrumb>li+li:before {
    padding-left: 4px !important;
    content: '' !important;
}
.breadcrumb>li+li+li:before {
    color: #000 !important;
    content: "⟩\00a0" !important;
}
.modal-topscreen {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.modal-topscreen .modal-dialog {
    padding: 0;
    height: 100%;
    overflow: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.modal-topscreen .modal-content {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.modal-fullscreen {
    padding: 5px !important;
}
.modal-fullscreen .modal-dialog {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-content {
    height: auto;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.font-rsu {
    font-family: 'RSU Regular';
}
.form-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'RSU Regular';
    border-bottom: 1px solid #e7eaec;
}
.toast-title {
    font-size: 18px;
    font-family: 'RSU Regular';
}
.toast-title>.badge{
    width: 45%;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 1px 1px;
    padding: 6px 0 0 0;
    font-family:'RSU Regular';
}
.toast-title .total-record:before {
    content: 'Total';
    display: block;
    font-size: 12px;
    line-height: 0px;
    font-family: 'RSU Regular';
}
.toast-title .total-rows:before {
    content: 'Total';
    display: block;
    font-size: 12px;
    line-height: 0px;
    font-family: 'RSU Regular';
}
.toast-title .total-added:before {
    content: 'Added';
    display: block;
    font-size: 12px;
    line-height: 0px;
    font-family: 'RSU Regular';
}
.toast-title .total-updated:before {
    content: 'Updated';
    display: block;
    font-size: 12px;
    line-height: 0px;
    font-family: 'RSU Regular';
}
.toast-title .total-skipped:before {
    content: 'Skipped';
    display: block;
    font-size: 12px;
    line-height: 0px;
    font-family: 'RSU Regular';
}
.toast-title .total-error:before {
    content: 'Error';
    display: block;
    font-size: 12px;
    line-height: 0px;
    padding-left: 3px;
    font-family: 'RSU Regular';
}
.toast-title .total-rows.total-fit {
    width: 90%;
}
.toast-progress-display {
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #FFF;
}
.toast-progress-display label {
    content: "0%";
    position: fixed;
    font-size: 12px;
    margin: -13px 0 0 18px;
    font-family:'RSU Regular';
}
.toast-progress-display .progressing {
    width: 50%;
    height: 4px;
    background-color: green;
}
.toast-title>.badge.total-record {
    width: 90%;
}
.swal2-title {
    font-size: 28px !important;
    font-family: 'RSU Regular';
}
.form-text {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    background-color: #f3f3f3;
}
.form-textbox {
    height: auto !important;
    background:none;
}
.form-remark {
    color: red;
    font-style: italic;
}
.form-textonly {
    height: auto !important;
    background:none;
    border: none;
}
.form-select-ajax {
    padding:0;
    border:0;
}
.form-select-block-ajax {
    padding:0;
    border:0;
}
.form-select-block-ajax .select2-search-choice {
    float: none !important;
    display: block !important;
}
.form-select-block-ajax .select2-search-choice div {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.required {
    color: red;
}
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn.btn-circle {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.btn.btn-rounded {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.tabs-container>.nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: -1px;
    border: 1px solid #ccc !important;
}
.tabs-container>.nav-tabs>.active>a,
.tabs-container>.nav-tabs>.active:hover>a,
.tabs-container>.nav-tabs>.active:focus>a,
.tabs-container>.nav-tabs>.active>a:focus {
    color: #FFF !important;
    border: 1px solid #18a689 !important;
    background-color: #18a689 !important;
}
.btn-swal {
    margin-left: 2px;
}
.ibox-tree {
    padding:0 1px 0 0;
}
.ibox-table {
    overflow: auto;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
}
.ibox-success .ibox-title {
    border-top-color: #108c72;
}
.ibox-success .ibox-color {
    color: #108c72;
}
.ibox-success.ibox-border {
    border-left:1px solid #108c72;
    border-right:1px solid #108c72;
    border-bottom:1px solid #108c72;
}
.ibox-success .ibox-title.ibox-bg {
    color: #FFF;
    background-color: #199e82;
}
.ibox-primary .ibox-title {
    border-top-color: #1c84c6;
}
.ibox-primary .ibox-color {
    color: #1c84c6;
}
.ibox-primary.ibox-border {
    border-left:1px solid #1c84c6;
    border-right:1px solid #1c84c6;
    border-bottom:1px solid #1c84c6;
}
.ibox-primary .ibox-title.ibox-bg {
    color: #FFF;
    background-color: #2c93d4;
}
.ibox-info .ibox-title {
    border-top-color: #23c6c8;
}
.ibox-info .ibox-color {
    color: #23c6c8;
}
.ibox-info.ibox-border {
    border-left:1px solid #23c6c8;
    border-right:1px solid #23c6c8;
    border-bottom:1px solid #23c6c8;
}
.ibox-info .ibox-title.ibox-bg {
    color: #FFF;
    background-color: #3ad8da;
}
.ibox-warning .ibox-title {
    border-top-color: #f79d3c;
}
.ibox-warning .ibox-color {
    color: #f79d3c;
}
.ibox-warning.ibox-border {
    border-left:1px solid #f79d3c;
    border-right:1px solid #f79d3c;
    border-bottom:1px solid #f79d3c;
}
.ibox-warning .ibox-title.ibox-bg {
    color: #FFF;
    background-color: #f8ac59;
}
.ibox-danger .ibox-title {
    border-top-color: #ea394c;
}
.ibox-danger .ibox-color {
    color: #ea394c;
}
.ibox-danger.ibox-border {
    border-left:1px solid #ea394c;
    border-right:1px solid #ea394c;
    border-bottom:1px solid #ea394c;
}
.ibox-danger .ibox-title.ibox-bg {
    color: #FFF;
    background-color: #ed5565;
}
.ibox-default .ibox-title {
    border-top-color: #00a65a;
}
.ibox-default .ibox-color {
    color: #00a65a;
}
.ibox-default.ibox-border {
    border-left:1px solid #00a65a;
    border-right:1px solid #00a65a;
    border-bottom:1px solid #00a65a;
}
.ibox-default .ibox-title.ibox-bg {
    color: #FFF;
    background-color: #15b96c;
}
.ibox-dark .ibox-title {
    border-top-color: #000000;
}
.ibox-dark .ibox-color {
    color: #000000;
}
.ibox-dark.ibox-border {
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
.ibox-dark .ibox-title.ibox-bg {
    color: #FFF;
    background-color: #313131;
}
.make-circle {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.make-circle:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
}
/* E-Sign */
.esigns-waiting {
    margin-bottom: 5px;
}
.esigns-waiting .ibox-content {
    padding:0;
    border-top: none;
    background-color: #fff3cd;
}
.esigns-waiting .table-data-list table tr:hover,
.esigns-waiting .table-data-list table.table-separate tr:nth-of-type(even):hover {
    background: #ffeeba;
}
.esigns-waiting .table-data-list .icon {
    width: 45px;
}
.esigns-waiting .table-data-list tr td.icon {
    text-align: right;
    vertical-align:top;
    padding:5px 5px 0 0 !important;
}
.esigns-waiting .table-data-list tr td.icon>i {
    color: #333;
    font-size: 38px;
}
.esigns-waiting .table-data-list .name .ago {
    color: red;
    float: right;
    font-family: 'RSU Regular';
}
.esigns-waiting .table-data-list .STS-1 .name .ago {
    color: #999;
}
.esigns-waiting .table-data-list .name .user-by {
    padding-left: 5px;
}
.esigns-waiting .table-data-list table tr td {
    line-height: 18px;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
}
.esigns-waiting .table-data-list tbody tr td.date {
    text-align: left;
}
.esigns-waiting .table-data-list tbody tr td font,
.esigns-waiting .table-data-list tbody tr td .font-rsu-name {
    display: block;
    font-size: 16px;
    font-family: 'RSU Regular';
}
.esigns-waiting .table-data-list tbody tr td span {
    display: block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.esigns-waiting .table-data-list table tbody tr td .box-o {
    font-size: 12px;
    font-family: 'RSU Regular';
    padding:2px 4px 0 4px;
    display: inline-block;
    border:1px solid black;
    border-top-width: 2px;
    margin-left: -1px;
}
.esigns-waiting .table-data-list table tbody tr td .box-o:first-child{
    margin-left: 0px;
}
.esigns-waiting .table-data-list table tbody tr td .box-o.priority,
.esigns-waiting .table-data-list table tbody tr td .box-o.secret {
    color: red;
    border-color: red;
    background-color: #f8d7da;
}
.esigns-waiting .table-data-list table tr.row-empty:hover,
.esigns-waiting .table-data-list table tr.row-empty:hover td,
.esigns-waiting .table-data-list table tr.row-empty td:hover {
    background: none !important;
}
.esigns-waiting .table-no-border {
    border: none !important;
}
.esigns-waiting .table-no-border tr td {
    border: none !important;
    border-top: 1px solid #ed314d !important;
}
.esigns-waiting .table-no-border tr:last-child td {
    border-bottom: none !important;
}
.esigns-waiting .table-data-list table tr td.actions {
    width: 45px;
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}
.esigns-waiting .table-data-list table tr td.actions .btn {
    width: 40px;
    padding-left:0;
    padding-right:0;
    text-align: center;
}
.esigns-waiting .table-data-list table tr td.actions .btn i {
    font-size: 14px;
}

.fc-button,
.fc-axis,
.fc-day,
.fc-day-header {
    font-family: 'RSU Regular';
}
.fc-day-header {
    line-height: 30px;
    color: #333;
    background: #f5f5f6;
}
.fc-button:focus,
.fc-button:active {
    outline: none;
}
.fc-center h2 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'RSU Regular';
    margin-bottom: 0px;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}
.fc-day-grid-event {
    cursor: pointer;
}
.fc-day-grid-event .fc-content {
    white-space: unset;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/* Loading */
.run-loading {
    width: 128px !important;
    padding-top: 86px !important;
    background: none !important;
    overflow: hidden !important;
    /*background: url(../img/loading.gif) no-repeat center center !important;*/
}
.waiting {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 128px;
    padding-left: 1px;
}
.waiting div {
    display: inline-block;
    position: absolute;
    top:32px;
    left: 2px;
    width: 18px;
    height: 64px;
    background: #1eceaa;
    animation: waiting 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.waiting div:nth-child(1) {
    top: 32px;
    left: 2px;
    height: 64px;
    animation-delay: -0.60s;
}
.waiting div:nth-child(2) {
    top: 32px;
    left: 23px;
    height: 64px;
    animation-delay: -0.48s;
}
.waiting div:nth-child(3) {
    top: 32px;
    left: 44px;
    height: 64px;
    animation-delay: -0.36s;
}
.waiting div:nth-child(4) {
    top: 32px;
    left: 65px;
    height: 64px;
    animation-delay: -0.24s;
}
.waiting div:nth-child(5) {
    top: 32px;
    left: 86px;
    height: 64px;
    animation-delay: -0.12s;
}
.waiting div:nth-child(6) {
    top: 0px;
    left: 107px;
    height: 128px;
    animation-delay: 0;
}
@keyframes waiting {
    0% {
        top: 0px;
        height: 128px;
    }
    50%, 100% {
        top: 32px;
        height: 64px;
    }
}
.state-loading {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 128px;
    padding-left: 1px;
}
.state-loading div {
    display: inline-block;
    position: absolute;
    top:32px;
    left: 2px;
    width: 18px;
    height: 64px;
    background: #1eceaa;
    animation: state-loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.state-loading div:nth-child(1) {
    top: 32px;
    left: 2px;
    height: 64px;
    animation-delay: -0.60s;
}
.state-loading div:nth-child(2) {
    top: 32px;
    left: 23px;
    height: 64px;
    animation-delay: -0.48s;
}
.state-loading div:nth-child(3) {
    top: 32px;
    left: 44px;
    height: 64px;
    animation-delay: -0.36s;
}
.state-loading div:nth-child(4) {
    top: 32px;
    left: 65px;
    height: 64px;
    animation-delay: -0.24s;
}
.state-loading div:nth-child(5) {
    top: 32px;
    left: 86px;
    height: 64px;
    animation-delay: -0.12s;
}
.state-loading div:nth-child(6) {
    top: 0px;
    left: 107px;
    height: 128px;
    animation-delay: 0;
}
@keyframes state-loading {
    0% {
        top: 0px;
        height: 128px;
    }
    50%, 100% {
        top: 32px;
        height: 64px;
    }
}
.loadme {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.loadme div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 16px;
    background: #1eceaa;
    animation: loadme 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loadme div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.loadme div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.loadme div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}
@keyframes loadme {
    0% {
        top: 8px;
        height: 62px;
    }
    50%, 100% {
        top: 20px;
        height: 30px;
    }
}
.loadme-small {
    display: inline-block;
    position: relative;
    width: 62px;
    height: 28px;
}
.loadme-small div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 16px;
    background: #1eceaa;
    animation: loadme-small 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loadme-small div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.loadme-small div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.loadme-small div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}
@keyframes loadme-small {
    0% {
        top: 2px;
        height: 30px;
    }
    50%, 100% {
        top: 8px;
        height: 20px;
    }
}
.run-uploading {
    width: 300px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background:white;
}
.run-uploading .i-uploading {
    width:100%;text-align:left;
}
.run-uploading .i-uploading .fa-spin {
    font-size: 20px;
}
.run-uploading .i-uploading .percent {
    top: 4px;
    right: 0;
    color: black;
    float: right;
    font-size: 15px;
    position: absolute;
}
.run-uploading .i-uploading .percent>code {
    color: #333;
    font-size: 15px;
    padding: 0 3px;
    background: #f5f5f5;
}
.run-start {
    width: 50% !important;
    height: 50% !important;
    background: url('../img/wait-loading.gif') no-repeat center center !important;
    background-size: contain !important;
}
.run-logout {
    width: 350px !important;
    height: 350px !important;
    background: none !important;
    padding: 100px 0 0 0 !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /*-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 1);*/
}
.run-logout .i-restart {
    width: 150px !important;
    height: 150px !important;
    
    display: inline-block;
}
.run-logout .i-logout {
    width: 150px !important;
    height: 150px !important;
    
    display: inline-block;
}
.run-logout .widget {
    cursor: pointer;
    margin: 0 !important;
    padding: 15px 0 0 0 !important;
    width: 135px !important;
    height: 135px !important;
    display: inline-block !important;
}
.run-logout .widget>div {
    font-size: 16px;
    line-height: 16px;
}
.run-logout .widget>div>span {
    display: block;
    font-size: 14px;
    font-family: 'RSU Regular';
}
.run-logout .i-restart:hover .widget {
    background-color: #f99b4e;
}
.run-logout .i-logout:hover .widget {
    background-color: #ed324e;
}
.run-logout .i-close {
    color: white;
    line-height: 15px;
    overflow: hidden;
    cursor: pointer;
}
.run-logout .i-close>div {
    width: 135px !important;
    display: inline-block !important;
    padding: 0 !important;
    text-align: center !important;
}
.run-logout .i-close>div>span {
    font-size: 62px;
    line-height: 24px;
}
.run-logout .i-close>div>div {
    text-align: center;
    display: inline-block;
    line-height: 20px;
}
.run-logout .i-close>div>div>small {
    font-weight: normal;
    font-size: 13px;
    padding-left: 2px;
    font-family: 'RSU Regular';
    letter-spacing: 1px;
    display: block;
}
.run-logout .i-close>div>div>small>b {
    color: white;
    padding: 0 3px;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.run-logout .i-close:hover>div>div>small>b {
    color: #333;
    background-color: #FFF;
}
.confirm-box {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.confirm-box .confirm-icon {
    font-size: 48px;
}
.confirm-box .confirm-title {
    font-size: 24px;
    font-family:'RSU Regular';
}
.confirm-box .btn-ok {
    width: 75px;
}
.confirm-box .btn-cancel {
    width: 75px;
    margin-left: 1px;
}
.confirm-box.confirm-info {
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}
.confirm-box.confirm-info .confirm-icon,
.confirm-box.confirm-info .confirm-title {
    color: #31708f;
}
.confirm-box.confirm-warning {
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}
.confirm-box.confirm-warning .confirm-icon,
.confirm-box.confirm-warning .confirm-title {
    color: #8a6d3b;
}
.confirm-box.confirm-success {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
.confirm-box.confirm-success .confirm-icon,
.confirm-box.confirm-success .confirm-title {
    color: #3c763d;
}
.confirm-box.confirm-danger {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}
.confirm-box.confirm-danger .confirm-icon,
.confirm-box.confirm-danger .confirm-title {
    color: #a94442;
}

.delete-confirm {
    text-align: center;
    padding: 15px 0 0 0;
}
.delete-confirm .delete-confirm-title {
    font-size: 24px;
    font-family:'RSU Regular';
}

#login-dialog .login-logo {
    width: 220px;
    height: 175px;
    overflow: hidden;
}
#login-dialog .login-logo img {
    width: 100%;
}
#login-dialog .login-title {
    width:100%;
    color: red;
    font-size: 24px;
    font-family:'RSU Regular';
    line-height: 24px;
    text-align: center;
    padding: 12px 0 5px 0;
}
#login-dialog .pin-enter {
    width: 140px;
}
#login-dialog .pin-enter .pin-enter-code {
    color: red;
    font-size: 14px;
    font-family: 'RSU Regular';
}
#login-dialog input { 
    width: 100%;
    text-align: center; 
    font-family: 'RSU Regular';
    font-size: 32px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased !important;
}
#login-dialog .login-title-desc {
    width:100%;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-family: 'RSU Regular';
    text-align:justify;
    padding: 0 7px;
    text-shadow: 1px 1px 1px #FFF;
}
.btn-login-go {
    width: 145px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.btn-login-out {
    width: 145px;
    margin-left: 2px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.form-ibox {
    padding-top: 12px;
    padding-bottom: 12px;
}
form .row,
.form-ibox .row {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
form .row>.col-xs-12,
.form-ibox .row>.col-xs-12,
form .row>.col-xs-small,
.form-ibox .row>.col-xs-small {
    padding-left: 1px;
    padding-right: 1px;
}
form .form-group,
.form-ibox .form-group {
    margin-bottom: 2px;
}
form .form-group label,
.form-ibox .form-group label {
    font-size: 16px;
    padding-top: 4px;
    margin-bottom: -6px;
    font-family: 'RSU Regular';
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
form .form-group label b,
.form-ibox .form-group label b {
    color: #23c6c8;
}
form .form-group.has-money>.has-i,
form .form-group.has-calendar>.has-i {
    right: 6px;
    color: #666;
    float: right;
    margin-top: -26px;
    position: absolute;
}
form .form-group.has-money>.has-i {
    right: 5px;
    font-size: 15px;
    margin-top: -27px;
}
form .form-group.has-calendar>.form-control {
    padding-right: 16px;
}
form .box-control,
.form-ibox .box-control {
    padding: 6px 2px;
    border:1px solid #FFF;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
form .box-border-control,
.form-ibox .box-border-control {
    padding: 6px 2px;
    border:1px solid #e4e6e7;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
form .box-border-control span,
.form-ibox .box-border-control span{
    padding: 0 15px 0 0;
}
.modal-dialog .modal-body {
    padding: 10px 15px 15px 15px;
}
.modal-dialog .modal-body .form-group {
    margin-bottom: 2px;
}
.modal-dialog .modal-footer {
    text-align: center;
}

.form-upload .open-file-link,
.attachfile-preview .open-file-link {
    font-size:16px;
    font-family:'RSU Regular';
}
.form-upload .open-file-link.disabled,
.attachfile-preview .open-file-link.disabled {
    color:#bbb;
    cursor:default;
}

.personel-display {
    width: 100%;        
    text-align: center !important;
    margin-bottom: 5px;
    overflow: hidden;
}
.personel-display .personel-picture {
    width: 164px;
    height: 164px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.personel-display .personel-picture img {
    width: 100%;
}
.personel-display a {
    height: 40px;
    text-align: left;
    padding:0;
}
.personel-display a i {
    top: 7px !important;
    font-size: 24px;
}
.personel-display .personel-picture a span {
    font-size: 14px;
}
.personel-display .personel-picture a.personel-picture-browse {
    float:left;
    top: 0;
    color: #1eceab;
    position: absolute;
    background: #e5e6e7;
    text-align: center;
    padding: 0 8px;
    margin-left: -43px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
}
.personel-display .personel-picture a.personel-picture-remove {
    float: left;
    top: 0;
    color: red;
    position: absolute;
    background: #e5e6e7;
    text-align: center;
    padding: 0 8px;
    margin-top: 42px;
    margin-left: -43px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
}
.personel-display .personel-picture:hover a.personel-picture-browse,
.personel-display .personel-picture:focus a.personel-picture-browse {
    color: #FFF;
    opacity: 1;
    cursor: pointer;
    background: #1eceab;
}
.personel-display .personel-picture:hover a.personel-picture-remove,
.personel-display .personel-picture:focus a.personel-picture-remove {
    color: #FFF;
    opacity: 1;
    cursor: pointer;
    background: red;
}

.page-content-head .page-heading {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 10px 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.page-content-head .page-heading .page-heading-title {
  font-size: 32px;
  font-family: 'RSU Regular';
}

.page-content-body {
    padding: 12px 0 0 0;
}
.page-content-body .ibox .ibox-title {
    font-size: 20px;
    line-height: 20px;
    font-family: 'RSU Regular';
    padding: 12px 15px 7px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.page-content-body .ibox .ibox-title .ibox-actions {
    height: 34px;
    float: right;
    overflow: hidden;
    margin-top: -6px;
}
.page-content-body .ibox .ibox-title .ibox-actions .btn {
    margin:0;
}

.page-content-foot {
    margin: 0 0 15px 0;
}
.page-content-foot .action-buttons {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:0 15px 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
.page-content-foot .action-buttons .btn {
    min-width: 100px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.page-content-foot .action-buttons .fa {
    font-size: 22px;
}
.page-content-foot .action-buttons .btn-back {
    color: #FFF;
    border-color: #2f4050;
    background-color: #2f4050;
}
.page-content-foot .action-buttons .btn-back:hover {
    border-color: #293846;
    background-color: #293846;
}

.e-document-at-o {
    cursor: pointer;
    font-size: 14.5px;
    margin: -1px 0 0 -2px;
}
.e-document-at-o>.link {
    color: white;
    font-size: 13px;
    background-color: #34404f;
    padding: 2px 2px 2px 3px;
}
.e-document-at-o>.link>i {
    font-size: 14px;
    padding-right: 1px;
}
.e-document-at-o>.link>code {
    color: black;
    font-size: 12px;
    padding: 1px 3px 0 3px;
    background-color: #fff;
    letter-spacing: -0.7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.attach-file-preview .attach-file-browse-list {
    display:none;
}
.attach-file-preview .file-item {
    float: left;
    width: 64px;
    height: 92px;
    overflow: hidden;
    padding: 2px;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
}
.attach-file-preview.display-only .file-item {
    width: 35px;
    height: 44px;
    margin: 0 2px 2px 0;
}
.attach-file-preview.display-only.display-big .file-item {
    width: 56px;
    height: 51px;
}
.attach-file-preview .file-item .file-size {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.attach-file-preview .file-item .file-size i {
    float: right;
}
.attach-file-preview .file-item .file-size i:hover {
    color: red;
    cursor: pointer;
}
.attach-file-preview .file-item .file-size div {
    height: 14px;
    font-size: 9px;
    text-align: left;
}
.attach-file-preview .file-item .file-ico {
    width: 100%;
    height: 73px;
    overflow: hidden;
}
.attach-file-preview.display-only .file-item .file-ico {
    height: 38px;
}
.attach-file-preview.display-only.display-big .file-item .file-ico {
    height: 64px;
}
.attach-file-preview .file-item .file-ico img {
    width: auto;
    height: 100%;
    margin-bottom: 4px;
}
.attach-file-preview .file-item .file-ico i {
    color: #aaa;
    font-size: 32px;
    margin-top: 20px;
}
.attach-file-preview .file-item .file-ico span {
    color: #aaa;
    font-size: 12px;
    line-height: 12px;
    display: block;
}
.attach-file-preview.display-only .file-item .file-ico span {
    font-size: 9px;
    line-height: 9px;
    visibility:hidden;
}
.attach-file-preview .file-item:hover {
    border-color: #1ab294;
    background-color: #e0fff9;
}
.attach-file-preview .file-item:hover .file-ico img {
    width: auto;
    height: 75%;
}
.attach-file-preview.display-only .file-item:hover .file-ico img {
    width: auto;
    height: 62%;
}
.attach-file-preview.display-only.display-big .file-item:hover .file-ico img {
    width: auto;
    height: 75%;
}
.attach-file-preview .file-item:hover .file-ico i,
.attach-file-preview .file-item:hover .file-ico span {
    color: #1ab294;
    visibility: visible;
}

.show-esign-display .signature-preview {
    padding: 0 0 0 0;
    text-align: center;
}
.show-esign-display .signature-preview .sign-img {
    height: 16mm;
}
.show-esign-display .signature-preview .sign-img img {
    max-height: 100%;
}
.show-esign-display .signature-preview .sign-info {
    font-size: 14px;
    line-height: 20px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.highcharts-contextmenu {
    cursor: pointer;
}
.highcharts-contextmenu>div>hr {
    padding: 0 !important;
    margin: 0 !important;
}
.highcharts-contextmenu>div>div {
    background: red;
    padding: 8px 5px !important;
}

#edumis-text-advertising {
    color: white;
    height:60px;
    font-size: 26px;
    font-family: 'RSU Regular';
    line-height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-personel-image {
    width: 40px;
    height: 40px;
    cursor: default;
    overflow: hidden;
    -webkit-animation: logo-fadein 5s;
    -moz-animation: logo-fadein 5s;
    -ms-animation: logo-fadein 5s;
    -o-animation: logo-fadein 5s;
    animation: logo-fadein 5s;
}
.index-personel-image .personel-image-display {
    width: 100%;
    cursor: pointer;
}
.modal-imageviewer {
    padding: 15px 15px 0 15px !important;
}
.modal-imageviewer .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 0;
}
.modal-imageviewer .modal-dialog .modal-content {
    width:100%;
    height: auto;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    background: none !important;
}
.modal-imageviewer .modal-dialog .modal-content img {
    max-width:100%;
    display:flex;
    margin:auto;
    border:1px solid #00000099;
    box-shadow:0 0 20px #000000;
}
.modal-imageviewer .modal-dialog .modal-content.A4 {
    max-width:210mm;
}
.modal-imageviewer .modal-dialog .modal-content.A4 img {
    max-width:210mm;
}
.modal-imageviewer .i-save {
    width: 100px;
    color: white;
    display: none;
    padding: 5px 0;
    cursor: pointer;
    font-family: 'RSU Regular';
    background-color: #00000099;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}
.modal-imageviewer .i-save>a {
    color: white;
}
.modal-imageviewer .i-save>a:hover {
    color: #00bcd4;
}
.modal-imageviewer .i-close {
    width: 100px;
    color: white;
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
    font-family: 'RSU Regular';
    background-color: #00000099;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}
.modal-imageviewer .i-close:hover {
    color: red;
}
.modal-imageviewer .download .i-save {
    display: inline-block;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.modal-imageviewer .download .i-close {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
pre.code, pre.php, pre.debug {
    margin: 0 !important;
    color: white !important;
    background-color: #262b32!important;
}
@media only all and (max-height: 768px) {
    #right-sidebar .system-box {
        bottom: 0;
        position: fixed;
    }
}
@media only all and (max-height: 512px) {
    #right-sidebar .qr-box>img {
        width: 60%;
        margin-top: -10px;
    }
    #right-sidebar .qr-box .join {
        margin-top: -10px;
    }
}
@media only all and (max-height: 485px) {
    #right-sidebar .qr-box>img {
        width: 45%;
    }
}
@media only all and (max-height: 450px) {
    #right-sidebar .qr-box>img {
        width: 35%;
        margin-top: -5px;
    }
    #right-sidebar .qr-box .join {
        margin-top: -10px;
    }
}
@media only all and (max-height: 430px) {
    #right-sidebar .qr-box>img {
        display: none;
    }
    #right-sidebar .qr-box .join {
        margin-top: 5px;
    }
}
@media only all and (max-height: 365px) {
    #right-sidebar .qr-box {
        display: none;
    }
}
@media only all and (max-width: 825px) {
    .modal-imageviewer .modal-dialog .modal-content.A4 {
        max-width:100%;
    }
    .modal-imageviewer .modal-dialog .modal-content.A4 img {
        max-width:100%;
    }
}
@media only all and (max-width: 800px) {
    .five-buttons .btn {
        min-width: auto !important;
    }
    .five-buttons .btn span {
        display: none;
    }
}
@media only all and (max-width: 768px){
    .run-start {
        width: 75% !important;
        height: 75% !important;
    }
    .body-small #edumis-text-advertising {
        color: #FFF;
    }
    .modal-topscreen,
    .modal-fullscreen {
        padding: 5px !important;
    }

    .form-text {
        height: auto;
    }
    .form-text span {
        display: block;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
}
@media only all and (max-width: 555px) {
    .four-buttons .btn {
        min-width: auto !important;
    }
    .four-buttons .btn span {
        display: none;
    }
}
@media only all and (max-width: 480px) {
    .toast-title>.badge{
        width: 90%;
        margin: 0 0 1px 0;
    }
}
@media screen and (max-height: 420px) {
    #login-dialog .login-logo {
        display: none;
    }
}
@media only all and (max-width: 420px) {
    .delete-confirm span {
        display: block;
    }
    .delete-confirm,
    .delete-confirm .delete-confirm-title {
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

    #login-dialog .login-title i {
        font-size: 20px;
        display: block;
    }
    .btn-login-go {
        width: 49.5%;
    }
    .btn-login-out {
        width: 49.5%;
        margin-left: 2px;
    }

    .personel-display .personel-picture {
        width: 75%;
        height: auto;
        margin-right: -40px;
    }
    .personel-display .personel-picture a.personel-picture-browse,
    .personel-display .personel-picture a.personel-picture-browse {
        opacity: 1;
        cursor: pointer;
        background: #1eceab;
    }
    .personel-display .personel-picture a.personel-picture-remove,
    .personel-display .personel-picture a.personel-picture-remove {
        opacity: 1;
        cursor: pointer;
        background: red;
    }

    form .box-border-control span,
    .form-ibox .box-border-control span{
        display: block;
        padding: 0;
    }

    .page-content-body .ibox .ibox-title .ibox-actions .btn span {
        display: none;
    }

    .page-content-foot .action-buttons .btn {
        min-width: 0px;
    }

    .one-buttons {
        text-align: center;
    }
    .one-buttons .btn {
        width: 100%;
    }

    .two-buttons {
        text-align: left;
    }
    .two-buttons .btn {
        width: 49.5%;
        min-width: 0px;
    }
    .two-buttons .btn:nth-child(1) {
        float: left;
    }
    .two-buttons .btn:nth-child(2) {
        float: right;
    }

    .three-buttons .btn {
        min-width: 0px;
    }
    .three-buttons .btn:nth-child(1) {
        float: left;
        width: 33%;
    }
    .three-buttons .btn:nth-child(2) {
        width: 34%;
    }
    .three-buttons .btn:nth-child(3) {
        float: right;
        width: 33%;
    }

    .confirm-box .confirm-title span {
        display: block;
    }
    .confirm-box .btn-ok {
        width: 50%;
    }
    .confirm-box .btn-cancel {
        width: 49%;
        margin-left: 1px;
    }
}

@media print {
    *,*:before,*:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: "";
    }
    abbr[title]:after {
        content: "";
    }
    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: "";
    }
    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }
    h2,h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}