@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Serif&display=swap');

@font-face {
    font-family: 'ew';
    src: url("fonts/ew.eot?t39no9");
    src: url("fonts/ew.eot?#iefixt39no9") format("embedded-opentype"), url("fonts/ew.woff?t39no9") format("woff"), url("fonts/ew.ttf?t39no9") format("truetype"), url("fonts/ew.svg?t39no9#ew") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'z';
    src: url("fonts/z.eot?t39no9");
    src: url("fonts/z.eot?#iefixt39no9") format("embedded-opentype"), url("fonts/z.woff?t39no9") format("woff"), url("fonts/z.ttf?t39no9") format("truetype"), url("fonts/z.svg?t39no9#ew") format("svg");
    font-weight: normal;
    font-style: normal
}


[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 'ew';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-advanced-search::before {
    content: "\e608"
}

.icon-grid-add::before {
    content: "\e60f"
}

.icon-grid-edit::before {
    content: "\e61c"
}

.icon-addedit::before {
    content: "\e609"
}

.icon-md-add::before {
    content: "\e61b"
}

.icon-md-edit::before {
    content: "\e600"
}

.icon-md-copy::before {
    content: "\e60c"
}

.icon-md-view::before {
    content: "\e614"
}

.icon-inline-add::before {
    content: "\e619"
}

.icon-inline-copy::before {
    content: "\e606"
}

.icon-inline-copy2::before {
    content: "\e61a"
}

.icon-inline-edit::before {
    content: "\e605"
}

.icon-reset-search::before {
    content: "\ea2e";
    font-family: 'z' !important;
    src: url("fonts/z.eot?t39no9");
    src: url("fonts/z.eot?#iefixt39no9") format("embedded-opentype"), url("fonts/z.woff?t39no9") format("woff"), url("fonts/z.ttf?t39no9") format("truetype"), url("fonts/z.svg?t39no9#ew") format("svg");
    font-weight: normal;
    font-style: normal
}

.icon-view::before {
    content: "\e612"
}

.icon-advanced-search2::before {
    content: "\e60b"
}

.icon-highlight::before {
    content: "\e60a"
}

.icon-csv::before {
    content: "\e610"
}

.icon-xml::before {
    content: "\e60e"
}

.icon-email::before {
    content: "\f003"
}

.icon-user::before {
    content: "\f007"
}

.icon-print::before {
    content: "\f02f"
}

.icon-edit::before {
    content: "\f040"
}

.icon-export::before {
    content: "\f045"
}

.icon-selected::before {
    content: "\f046"
}

.icon-filter::before {
    content: "\f0b0"
}

.icon-copy::before {
    content: "\f0c5"
}

.icon-options::before {
    content: "\f0c9"
}

.icon-table::before {
    content: "\f0ce"
}

.icon-first::before {
    content: "\f100"
}

.icon-last::before {
    content: "\f101"
}

.icon-prev::before {
    content: "\f104"
}

.icon-next::before {
    content: "\f105"
}

.icon-collapse::before {
    content: "\f147"
}

.icon-expand::before {
    content: "\f196"
}

.icon-search::before {
    content: "\e611"
}

.icon-language::before {
    content: "\e613"
}

.icon-pdf::before {
    content: "\e601"
}

.icon-word::before {
    content: "\e602"
}

.icon-excel::before {
    content: "\e603"
}

.icon-html::before {
    content: "\e604"
}

.icon-master-detail::before {
    content: "\e607"
}

.icon-arrow-left::before {
    content: "\e615"
}

.icon-arrow-down::before {
    content: "\e616"
}

.icon-arrow-up::before {
    content: "\e617"
}

.icon-arrow-right::before {
    content: "\e618"
}

body {
    font-family: 'Montserrat', sans-serif;    font-size: .875rem;
    line-height: 1.5;
 
/* background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(21%, rgba(255,255,255,1)), color-stop(55%, rgba(250,252,255,1)), color-stop(100%, rgba(240,245,250,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f5fa', GradientType=1 ); */

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
}

.content-wrapper {

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(21%, rgba(255,255,255,1)), color-stop(55%, rgba(250,252,255,1)), color-stop(100%, rgba(240,245,250,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(250,252,255,1) 55%, rgba(240,245,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f5fa', GradientType=1 );
      
}

a:not(.btn) .icon-view,
a:not(.btn) .icon-edit,
a:not(.btn) .icon-inline-edit,
a:not(.btn) .icon-copy,
a:not(.btn) .icon-inline-copy,
a:not(.btn) .fa-trash {
    display: inline-block
}

a:not(.btn).ew-edit+a:not(.btn).ew-inline-edit,
a:not(.btn).ew-copy+a:not(.btn).ew-inline-copy {
    padding-left: 4px
}

.gm-style-iw {
    color: #212529
}

.ew-single-map {
    margin-bottom: 1rem
}

.brand-link .ew-brand-image {
    float: none
}

.ew-icon {
    font-size: 1rem;
    width: 1rem
}

.input-group-prepend .ew-icon,
.input-group-append .ew-icon,
.ew-dropdown-clear .ew-icon {
    font-size: .875rem;
    width: .875rem
}

.dropdown-menu>li>a>.fa {
    margin-right: 0
}

.dropdown-header {
    text-align: left
}

label.custom-control-label {
    font-weight: 400 !important
}

.ew-grid-add-edit .input-group .custom-select {
    width: auto
}

.content-header h1 small {
    font-size: 70%
}

.ew-image {
    margin: 1px;
    max-width: none
}

.ew-toolbar .ew-export-option,
.ew-toolbar .ew-import-option,
.ew-toolbar .ew-search-option,
.ew-toolbar .ew-action-option,
.ew-toolbar .ew-detail-option,
.ew-toolbar .ew-filter-option {
    margin-bottom: 1rem
}

.ew-toolbar .ew-filter-option {
    display: none
}

.ew-user-priv-form .ew-grid {
    display: block
}

.ew-view-form,
.ew-delete-form {
    display: block;
    margin-bottom: 1rem
}

.ew-edit-form {
    margin-bottom: 1rem
}

.ew-desktop .ew-desktop-button {
    text-align: center;
    margin-bottom: 1rem
}

.ew-desktop .ew-desktop-table {
    min-width: 300px
}

.ew-desktop .ew-desktop-table>thead>tr>th:first-of-type .checkbox,
.ew-desktop .ew-desktop-table>tbody>tr>th:first-of-type .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.ew-desktop .ew-desktop-table>thead>tr>td:first-of-type,
.ew-desktop .ew-desktop-table>tbody>tr>td:first-of-type {
    text-align: right
}

.ew-desktop .ew-desktop-table>thead>tr>td:first-of-type>span[id^=elh_],
.ew-desktop .ew-desktop-table>tbody>tr>td:first-of-type>span[id^=elh_] {
    font-weight: bold;
    display: inline-block;
    margin-top: .75rem
}

.ew-desktop .ew-desktop-table>thead>tr>td:first-of-type .checkbox,
.ew-desktop .ew-desktop-table>tbody>tr>td:first-of-type .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.ew-desktop .ew-desktop-table>thead>tr>td:first-of-type .checkbox label,
.ew-desktop .ew-desktop-table>tbody>tr>td:first-of-type .checkbox label {
    font-weight: bold
}

.ew-desktop .ew-desktop-table>thead>tr>td:nth-of-type(2):not(:last-of-type),
.ew-desktop .ew-desktop-table>tbody>tr>td:nth-of-type(2):not(:last-of-type) {
    text-align: right
}

.ew-desktop .ew-desktop-table>thead>tr>td:nth-of-type(2):not(:last-of-type) .ew-search-operator,
.ew-desktop .ew-desktop-table>tbody>tr>td:nth-of-type(2):not(:last-of-type) .ew-search-operator {
    margin-top: .75rem
}

.ew-desktop .ew-desktop-table>thead>tr>th:last-of-type,
.ew-desktop .ew-desktop-table>thead>tr>td:last-of-type,
.ew-desktop .ew-desktop-table>tbody>tr>th:last-of-type,
.ew-desktop .ew-desktop-table>tbody>tr>td:last-of-type {
    min-width: 150px
}

.ew-label .checkbox {
    padding-top: 0
}

.ew-label label {
    font-weight: bold
}

.ew-grid {
    padding: 0;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    display: table
}

.ew-grid .ew-grid-upper-panel {
    border-bottom: 1px solid #dee2e6
}

.ew-grid .ew-table,
.ew-grid .ew-grid-middle-panel {
    border: 0;
    padding: 0;
    margin-bottom: 0
}

.ew-grid .ew-grid-lower-panel {
    border-top: 1px solid #dee2e6
}

.ew-form.ew-horizontal .ew-table .form-group {
    margin-left: 0;
    margin-right: 0
}

.ew-search-panel {
    margin-bottom: 1rem
}

.ew-search-panel>.card {
    display: table
}

.ew-pager {
    padding-right: 1rem;
    margin-bottom: 1rem;
    display: flex;
    width: auto;
    align-items: center;
    direction: ltr
}

.ew-pager .input-group>input.form-control[name=pageno] {
    width: 6em
}

.ew-pager .ew-prev-next,
.ew-pager .ew-numeric-page {
    direction: ltr
}

.ew-pager .ew-prev-next .btn:not(:disabled),
.ew-pager .ew-numeric-page .btn:not(:disabled) {
    cursor: pointer
}

.ew-pager .ew-numeric-page>ul.pagination {
    margin-bottom: 0
}

.ew-prev-next {
    display: flex
}

.ew-list-other-options {
    margin-bottom: 2px;
    float: left
}

.ew-grid-upper-panel.card-header,
.ew-grid-lower-panel.card-footer {
    padding: .4rem;
    border-left: 0;
    border-right: 0;
    background-image: none;
    color: inherit
}

.ew-grid-upper-panel.card-header .ew-pager-form,
.ew-grid-lower-panel.card-footer .ew-pager-form {
    float: left
}

.ew-grid-upper-panel.card-header .ew-pager,
.ew-grid-lower-panel.card-footer .ew-pager {
    margin-bottom: 0
}

button.ew-btn {
    min-width: 75px
}

a.ew-btn {
    min-width: 49px
}

.ew-btn-dropdown {
    min-width: calc(0.25rem * 2 + 1rem + 0.3em * 2 + 2px)
}

.ew-dropdown-list .ew-dropdown-toggle {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    text-align: left
}

.ew-dropdown-list .ew-dropdown-toggle::after {
    margin-left: 1em
}

.ew-dropdown-list .ew-dropdown-toggle::hover,
.ew-dropdown-list .ew-dropdown-toggle:active,
.ew-dropdown-list .ew-dropdown-toggle.hover {
    background-color: #fff
}

.ew-dropdown-list [id^=dsl_] {
    z-index: 1000
}

.ew-pointer {
    cursor: pointer
}

.ew-aggregate::after {
    content: ": "
}

.ew-table-header .ew-table-header-btn,
.ewjtable-column-header-container {
    position: relative;
    padding-right: 12px;
    white-space: nowrap
}

.ew-table-header .ew-table-header-btn .ew-table-header-sort,
.ewjtable-column-header-container .ew-table-header-sort {
    position: absolute;
    width: 10px;
    top: 50%;
    margin-top: -9px;
    right: 0;
    float: right
}

.ew-grid .ew-table {
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
    empty-cells: show;
    width: 100%
}

.ew-grid .ew-table>tbody>tr>td,
.ew-grid .ew-table>tfoot>tr>td {
    padding: .3rem;
    border-bottom: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid;
    border-color: #dee2e6
}

.ew-grid .ew-table>thead>tr>td:last-child,
.ew-grid .ew-table>thead>tr>th:last-child,
.ew-grid .ew-table>tbody>tr>td:last-child,
.ew-grid .ew-table>tfoot>tr>td:last-child,
.ew-grid .ew-table td.ew-table-last-col,
.ew-grid .ew-table th.ew-table-last-col {
    border-right: 0
}

.ew-grid .ew-table>tbody:last-child>tr:last-child>td,
.ew-grid .ew-table>tfoot>tr:last-child>td,
.ew-grid .ew-table td.ew-table-last-row {
    border-bottom: 0
}

.ew-grid .ew-table>tbody:last-child>tr:last-child>td.ew-table-border-bottom,
.ew-grid .ew-table>tfoot>tr:last-child>td.ew-table-border-bottom,
.ew-grid .ew-table td.ew-table-last-row.ew-table-border-bottom,
.ew-grid .ew-table .ew-table-border-bottom {
    border-bottom: 1px solid;
    border-color: #dee2e6
}

.ew-grid .ew-table>thead>tr>th,
.ew-grid .ew-table>thead>tr>td {
    font-weight: normal;
    background-color: inherit;
    color: inherit;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #dee2e6;
    background-repeat: repeat-x;
    vertical-align: top;
    padding: .3rem
}

.ew-grid .ew-table>thead>tr>th label,
.ew-grid .ew-table>thead>tr>td label {
    margin-bottom: 0
}

.ew-grid .ew-table>thead>tr>th {
    font-weight: bold;
    border-bottom-width: 2px
}

.ew-grid .ew-table>thead>tr>td {
    font-weight: bold;
    border-bottom-width: 2px
}

.ew-grid .ew-table .ew-table-row {
    background-color: rgba(0, 0, 0, 0.05);
    color: inherit
}

.ew-grid .ew-table .ew-table-alt-row {
    background-color: inherit;
    color: inherit
}

.ew-grid .ew-table .ew-table-edit-row>td {
    background-color: inherit;
    color: inherit
}

.ew-grid .ew-table .ew-table-highlight-row>td {
    background-color: rgba(0, 0, 0, 0.075);
    color: inherit
}

.ew-grid .ew-table .ew-table-select-row>td {
    background-color: inherit;
    color: inherit
}

.ew-grid .ew-table .ew-table-footer {
    background-color: inherit;
    color: inherit
}

.ew-add-edit-option {
    display: inline-block
}

.ew-detail-option {
    display: inline-block
}

.ew-action-option {
    padding-right: 10px;
    display: inline-block
}

.ew-multi-column-form>.ew-multi-column-row {
    margin-bottom: 1rem
}

.ew-multi-column-form>.ew-multi-column-row>div[class^=col-]>.table {
    margin-bottom: 0
}

.ew-multi-column-form>.ew-multi-column-row>div[class^=col-]>.table .ew-table-header {
    width: 33%
}

.ew-multi-column-form .ew-multi-column-list-option .ew-list-option-body[data-name=checkbox] label {
    margin-top: 0;
    margin-bottom: 0
}

.ew-multi-column-list-option {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.ew-multi-column-list-option .ew-list-option-body {
    float: left
}

.ew-list-option-header label.checkbox,
.table th label.checkbox {
    margin-bottom: 0
}

.ew-list-option-separator {
    padding-right: 10px
}

.ew-list-option-body .btn-group>.btn {
    float: none
}

.ew-list-option-body .ew-row-link:hover,
.ew-list-option-body .ew-row-link:focus {
    text-decoration: none
}

.ew-view-table {
    min-width: 300px
}

.ew-view-table>tbody>tr>td:first-child {
    font-weight: bold;
    text-align: right
}

.ew-view-table,
.ew-desktop-table {
    background-color: #fff
}

.ew-preview-lower-panel {
    display: flex
}

.ew-preview-lower-panel .ew-detail-count,
.ew-preview-lower-panel .ew-preview-other-options {
    float: left
}

.ew-preview-lower-panel .ew-detail-count {
    margin-bottom: 1rem;
    padding-right: 10px;
    direction: ltr
}

.icon-expand,
.icon-collapse {
    cursor: pointer
}

.ew-export-table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show
}

.ew-export-table td {
    padding: .3rem;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #dee2e6
}

.ew-export-table .ew-table-header,
.ew-export-table-header td {
    background-color: inherit;
    color: inherit;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #dee2e6;
    vertical-align: top
}

.ew-export-table-row>td {
    background-color: rgba(0, 0, 0, 0.05);
    color: inherit
}

.ew-export-table-alt-row>td {
    background-color: inherit;
    color: inherit
}

.ew-export-table-footer {
    background-color: inherit;
    color: inherit
}

.ew-list-export-options,
.ew-view-export-options,
.ew-view-other-options {
    margin-bottom: 1rem
}

.ew-row {
    margin-bottom: 1rem;
    display: flex
}

.ew-row:last-of-type {
    margin-bottom: 0
}

.ew-row .ew-cell {
    margin-right: 1rem
}

.ew-row .date {
    white-space: normal
}

.ew-search-caption,
.ew-search-operator,
.ew-search-field,
.ew-search-cond,
.ew-search-and,
.ew-search-operator2,
.ew-search-field2 {
    margin-right: .5rem;
    display: inline-flex
}

.modal .ew-search-cond,
.modal .ew-search-and,
.ew-search-div .ew-search-cond,
.ew-search-div .ew-search-and {
    display: block;
    height: calc(1.5em + 0.75rem + 2px)
}

.modal .ew-search-cond .custom-control,
.modal .ew-search-and label,
.ew-search-div .ew-search-cond .custom-control,
.ew-search-div .ew-search-and label {
    margin-top: .375rem
}

.ew-search-and label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal
}

.ew-search-operator,
.ew-search-operator2 {
    color: maroon;
    font-weight: normal
}

#ew-email-form #subject,
#ew-email-form #message {
    width: 100%
}

#ew-email-form #message {
    max-width: 100%
}

.ew-rpt-grp-header,
.ew-rpt-grp-header-1,
.ew-rpt-grp-header-2,
.ew-rpt-grp-header-3,
.ew-rpt-grp-header-4,
.ew-rpt-grp-header-5,
.ew-rpt-grp-header-6 {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #dee2e6;
    font-weight: bold
}

.ew-rpt-grp-header a:link,
.ew-rpt-grp-header-1 a:link,
.ew-rpt-grp-header-2 a:link,
.ew-rpt-grp-header-3 a:link,
.ew-rpt-grp-header-4 a:link,
.ew-rpt-grp-header-5 a:link,
.ew-rpt-grp-header-6 a:link,
.ew-rpt-grp-header a:active,
.ew-rpt-grp-header-1 a:active,
.ew-rpt-grp-header-2 a:active,
.ew-rpt-grp-header-3 a:active,
.ew-rpt-grp-header-4 a:active,
.ew-rpt-grp-header-5 a:active,
.ew-rpt-grp-header-6 a:active,
.ew-rpt-grp-header a:visited,
.ew-rpt-grp-header-1 a:visited,
.ew-rpt-grp-header-2 a:visited,
.ew-rpt-grp-header-3 a:visited,
.ew-rpt-grp-header-4 a:visited,
.ew-rpt-grp-header-5 a:visited,
.ew-rpt-grp-header-6 a:visited {
    color: inherit;
    text-decoration: none
}

.ew-rpt-grp-hide-1 {
    display: none !important
}

.ew-rpt-grp-header-1 {
    color: inherit;
    background-color: #f5f5f5
}

.ew-rpt-grp-field-1 {
    background-color: #f5f5f5
}

.ew-rpt-grp-summary-1 {
    color: inherit;
    background-color: #f5f5f5
}

.ew-rpt-grp-hide-2 {
    display: none !important
}

.ew-rpt-grp-header-2 {
    color: inherit;
    background-color: #fff
}

.ew-rpt-grp-field-2 {
    background-color: #fff
}

.ew-rpt-grp-summary-2 {
    color: inherit;
    background-color: #fff
}

.ew-rpt-grp-hide-3 {
    display: none !important
}

.ew-rpt-grp-header-3 {
    color: #f5f5f5;
    background-color: #fff
}

.ew-rpt-grp-field-3 {
    background-color: #fff
}

.ew-rpt-grp-summary-3 {
    color: inherit;
    background-color: #f5f5f5
}

.ew-rpt-grp-hide-4 {
    display: none !important
}

.ew-rpt-grp-header-4 {
    color: inherit;
    background-color: #fff
}

.ew-rpt-grp-field-4 {
    background-color: #fff
}

.ew-rpt-grp-summary-4 {
    color: inherit;
    background-color: #fff
}

.ew-rpt-grp-hide-5 {
    display: none !important
}

.ew-rpt-grp-header-5 {
    color: inherit;
    background-color: #f5f5f5
}

.ew-rpt-grp-field-5 {
    background-color: #f5f5f5
}

.ew-rpt-grp-summary-5 {
    color: inherit;
    background-color: #f5f5f5
}

.ew-rpt-grp-hide-6 {
    display: none !important
}

.ew-rpt-grp-header-6 {
    color: inherit;
    background-color: #fff
}

.ew-rpt-grp-field-6 {
    background-color: #fff
}

.ew-rpt-grp-summary-6 {
    color: inherit;
    background-color: #fff
}

.ew-rpt-grp-aggregate {
    font-weight: bold
}

.ew-rpt-page-summary {
    color: inherit;
    background-color: inherit
}

.ew-rpt-grand-summary {
    color: inherit;
    background-color: inherit
}

.ew-rpt-col-summary {
    background-color: rgba(0, 0, 0, 0.05);
    color: inherit;
    padding: .3rem;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #dee2e6;
    background-repeat: repeat-x;
    vertical-align: top;
    padding: 3px;
    white-space: nowrap
}

.ew-rpt-col-header {
    background-color: inherit;
    color: inherit;
    padding: .3rem;
    border-bottom: 1px solid;
    border-color: #dee2e6;
    background-repeat: repeat-x;
    vertical-align: top;
    padding: 3px;
    white-space: nowrap
}

.ew-crosstab-values {
    margin-bottom: 0
}

.ew-filter-caption::after {
    content: ": "
}

.ew-drill-link:hover {
    text-decoration: none
}

#ew-drilldown-panel .popover {
    font-size: .875rem;
    max-width: 1140px
}

#ew-drilldown-panel .popover.bottom {
    margin-top: .3rem
}

#ew-drilldown-panel .popover .popover-body {
    max-height: 800px;
    overflow-y: auto
}

.ew-detail-count {
    display: none
}

.ew-summary-value {
    display: none
}

#ew-message-box .alert {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 0
}

.ew-message-dialog {
    display: table;
    min-width: 300px
}

.ew-captcha-image {
    width: 200px;
    height: 50px
}

.ew-required {
    color: #dc3545;
    margin-left: .5em;
    font-size: 50%;
    vertical-align: super
}

.ew-highlight-search {
    font-weight: bold;
    background-color: #ffc107
}

.ew-template {
    display: none
}

.ew-items {
    min-width: 200px
}

.ew-items .ew-item-table {
    margin: 0 .75rem .5rem .75rem;
    vertical-align: top
}

.ew-items .list-group {
    margin-bottom: .25rem;
    box-shadow: none;
    border: 0
}

.ew-items .list-group input[type=radio] {
    display: none
}

.ew-items .list-group .custom-control-label,
.ew-items .list-group .form-check-label {
    width: 100%;
    padding-top: .125rem;
    padding-bottom: .125rem;
    padding-left: 0;
    justify-content: left
}

.ew-items .list-group .custom-control-label::before,
.ew-items .list-group .form-check-label::before {
    border: 0
}

.ew-items .list-group .list-group-item {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0
}

.ew-items .list-group .list-group-item::before {
    border: 0
}

.ew-item-table .d-table-cell {
    padding: .125rem .25rem;
    white-space: nowrap
}

.ew-item-table .d-table-cell .custom-control-label,
.ew-item-table .d-table-cell .form-check-label {
    justify-content: left
}

.ew-upload-table {
    margin-bottom: 0
}

.ew-upload-table td {
    border-top: 1px;
    border-left: 0
}

.ew-upload-table .progress {
    min-width: 20px
}

.ew-label-row {
    margin-bottom: .25rem
}

.ew-label-row [id^=elh_],
.ew-label-row .ew-search-caption {
    font-weight: bold
}

.ew-label-row>span::after {
    content: " "
}

.ew-input-row {
    margin-bottom: 1rem
}

.table.ew-upload-table tbody:first-child tr:first-child td {
    border-top: 0
}

input.cke_dialog_ui_input_text {
    min-height: 1.5rem
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #6495ed
}

.bootstrap-datetimepicker-widget {
    z-index: 1060;
    color: #212529
}

.ew-google-map label {
    width: auto;
    display: inline
}

.nav-tabs,
.nav-pills {
    margin-bottom: 1rem
}

.input-group .twitter-typeahead input[name^=sv_] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.twitter-typeahead input[name^=sv_] {
    vertical-align: baseline !important
}

.tt-hint {
    color: #6c757d
}

.tt-menu {
    text-align: left;
    width: auto;
    min-width: 160px;
    z-index: 1000;
    position: absolute;
    margin-top: 1px;
    padding: .5rem 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.tt-suggestion,
.tt-footer {
    padding: 3px 20px
}

.tt-suggestion p {
    margin: 0
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #16181b;
    background-color: #e9ecef
}

.tt-suggestion.tt-cursor {
    color: #16181b;
    background-color: #e9ecef
}

.ew-detail-pages {
    margin-bottom: 1rem
}

.ew-custom-template,
.ew-custom-template-page,
.ew-custom-template-search {
    margin-bottom: 1rem
}

.ew-grid .ew-custom-template {
    margin-bottom: 0
}

.ew-debug {
    margin-bottom: 1rem
}

.ew-scroll-table .ew-scroll-table-header {
    overflow: hidden
}

.ew-scroll-table .ew-scroll-table-header>table {
    border-collapse: separate
}

.ew-scroll-table .ew-scroll-table-header .ew-scroll-table-overhang {
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    border-color: #dee2e6;
    background-color: inherit;
    background-repeat: repeat-x
}

.ew-scroll-table .ew-list-option-body .ew-btn-group .ew-icon {
    min-width: 1rem
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.dropdown-submenu.float-left {
    float: none
}

.dropdown-submenu.float-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: .25rem 0 .25rem .25rem
}

@media(min-width:576px) {
    .w-col-1 {
        width: 8.33333% !important
    }
    .w-col-2 {
        width: 16.66667% !important
    }
    .w-col-3 {
        width: 25% !important
    }
    .w-col-4 {
        width: 33.33333% !important
    }
    .w-col-5 {
        width: 41.66667% !important
    }
    .w-col-6 {
        width: 50% !important
    }
    .w-col-7 {
        width: 58.33333% !important
    }
    .w-col-8 {
        width: 66.66667% !important
    }
    .w-col-9 {
        width: 75% !important
    }
    .w-col-10 {
        width: 83.33333% !important
    }
    .w-col-11 {
        width: 91.66667% !important
    }
    .w-col-12 {
        width: 100% !important
    }
    .ew-grid {
        min-width: 550px
    }

    .form-control:not(textarea) {
        width: auto
    }
    .input-group>.form-control {
        width: auto;
        flex: initial
    }
    .input-group>.form-control.ew-lookup-text {
        min-width: 22em
    }

    .ew-grid-add-edit .input-group {
        flex-wrap: nowrap
    }
    .ew-grid-add-edit [id^=fd_]>.input-group {
        width: 100%;
        min-width: 200px
    }
    .ew-search-operator .form-control-plaintext {
        width: auto
    }
    input[type=text]:not([size]):not([name=pageno]):not(.cke_dialog_ui_input_text):not(.form-control-plaintext),
    input[type=password]:not([size]) {
        min-width: 250px
    }

    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block
    }
    .ew-auto-suggest {
        display: inline-block
    }
    .ew-upload-table {
        width: auto
    }
    .ew-editor,
    .mce-tinymce {
        width: auto !important
    }
    .modal-body .ew-editor,
    .modal-body .mce-tinymce {
        width: auto !important
    }
}



@media(min-width:576px) and (min-width:768px) {
    .ew-form:not(.ew-list-form):not(.ew-pager-form),
    table.ew-master-table.ew-vertical {
        width: 800px
    }
}

@media(min-width:576px) and (min-width:992px) {
    .ew-form:not(.ew-list-form):not(.ew-pager-form),
    table.ew-master-table.ew-vertical {
        width: 1140px
    }
}

@media(min-width:576px) {
    .ew-detail-pages {
        display: table
    }
    .modal-dialog .ew-form {
        width: 100% !important
    }
    .ew-login-box,
    .ew-forgot-pwd-box,
    .ew-change-pwd-box {
        width: 360px
    }
}

@media(max-width:575px) {
    .ew-grid {
        display: block
    }
    .ew-grid .ew-grid-middle-panel {
        overflow-x: auto;
        overflow-y: visible
    }
    .ew-multicolumn-form>.ew-multi-column-row>div[class^=col-]:not(:last-child) {
        margin-bottom: 15px
    }
    .ew-add-opt-btn {
        margin-top: .375rem
    }
    .ew-auto-suggest {
        display: block
    }
    #ew-google-map {
        width: 100% !important
    }
    .ew-desktop {
        display: block
    }
    .ew-desktop .ew-desktop-table {
        border: 0
    }
    .ew-desktop .ew-desktop-table>tbody>tr>td {
        border: 0;
        display: inline-block
    }
    .ew-desktop .ew-desktop-table>tbody>tr>td:first-of-type {
        text-align: inherit;
        padding-right: .75rem
    }
    .ew-desktop .ew-desktop-table>tbody>tr>td:last-of-type {
        display: block
    }
    .table-striped>tbody>tr:nth-child(odd),
    .table-striped>tbody>tr:nth-child(even),
    .table-striped>tbody>tr:nth-child(odd)>td,
    .table-striped>tbody>tr:nth-child(even)>td {
        background-color: transparent
    }
    .ew-login-box .ew-recaptcha-normal,
    .ew-forgot-pwd-box .ew-recaptcha-normal,
    .ew-change-pwd-box .ew-recaptcha-normal {
        margin-left: calc((100% - 300px)/2)
    }
}


.ew-file-label::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f093" !important;
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd
}

.ew-login-box,
.ew-forgot-pwd-box,
.ew-change-pwd-box {
    margin-left: auto;
    margin-right: auto
}

.ew-login-box .ew-control,
.ew-forgot-pwd-box .ew-control,
.ew-change-pwd-box .ew-control {
    width: 100%
}

.ew-login-box .input-group>.form-control,
.ew-forgot-pwd-box .input-group>.form-control,
.ew-change-pwd-box .input-group>.form-control {
    flex-grow: 1
}

.ew-login-box #password,
.ew-forgot-pwd-box #password,
.ew-change-pwd-box #password {
    width: calc(100% - 0.875rem - 0.75rem * 2 - 1px)
}

.ew-change-pwd-box .input-group {
    flex-wrap: nowrap
}

.ew-change-pwd-box #opwd,
.ew-change-pwd-box #npwd,
.ew-change-pwd-box #cpwd {
    width: calc(100% - 0.875rem - 0.75rem * 2 - 1px)
}

.ew-change-pwd-box #npwd.ew-password-strength {
    width: calc(100% - 0.875rem * 2 - 0.75rem * 4 - 1px * 2)
}

.ew-change-pwd-box #pst_npwd {
    margin-top: 5px;
    margin-bottom: 0
}

.ew-login-form,
.ew-forgot-pwd-form,
.ew-change-pwd-form {
    width: 100% !important
}

.modal-body .ew-login-box .card,
.modal-body .ew-forgot-pwd-box .card,
.modal-body .ew-change-pwd-box .card {
    border: 0
}

#cboxOverlay {
    background: #000 none
}

.ew-home,
.ew-user-permission {
    display: inline-block
}

.main-header .dropdown-item {
    color: #212529 !important
}

.main-header .dropdown-item:hover,
.main-header .dropdown-item:focus {
    color: #16181b !important
}

.main-header .dropdown-item.active,
.main-header .dropdown-item:active {
    color: #fff !important
}

.main-header .dropdown-item.disabled,
.main-header .dropdown-item:disabled {
    color: #6c757d !important
}

.ew-option:not(:last-of-type)::after {
    content: ", "
}

.ew-lookup-text {
    height: calc(1.5em + 0.75rem + 2px)
}

div.ewjtable-busy-panel-background {
    opacity: .1;
    filter: alpha(opacity=50);
    z-index: 998;
    position: absolute;
    background-color: #000
}

div.ewjtable-busy-panel-background.ewjtable-busy-panel-background-invisible {
    background-color: transparent
}

div.ewjtable-busy-message {
    cursor: wait;
    z-index: 999;
    position: absolute;
    margin: 5px
}

div.ewjtable-main-container>div.ewjtable-bottom-panel span.ewjtable-goto-page {
    margin-left: 10px
}

div.ewjtable-main-container>div.ewjtable-bottom-panel span.ewjtable-goto-page input[type=text] {
    width: 22px
}

div.ewjtable-main-container>div.ewjtable-bottom-panel span.ewjtable-goto-page select {
    margin-left: 10px;
    width: auto;
    display: inline-block
}

div.ewjtable-main-container table.ewjtable thead tr,
div.ewjtable-main-container table.ewjtable thead th {
    border-top: 0
}

div.ewjtable-main-container table.ewjtable thead th.ewjtable-column-header-sortable {
    cursor: pointer
}

#cookie-consent {
    z-index: 1034;
    padding: 0;
    border-radius: 0
}

@media(min-width:768px) {
    #cookie-consent {
        transition: margin-left .3s ease-in-out;
        margin-left: 250px
    }
}

@media(min-width:768px) and (prefers-reduced-motion:reduce) {
    #cookie-consent {
        transition: none
    }
}

@media(min-width:768px) {
    .layout-top-nav #cookie-consent {
        margin-left: 0
    }
}

@media(max-width:991.98px) {
    #cookie-consent,
    #cookie-consent:before {
        margin-left: 0
    }
}

#cookie-consent>.alert.alert-dismissible {
    border-radius: 0;
    margin-bottom: 0
}

.navbar.bg-primary .nav-item.dropdown .btn-default {
    color: #444 !important
}

.navbar.bg-secondary .nav-item.dropdown .btn-default {
    color: #444 !important
}

.navbar.bg-success .nav-item.dropdown .btn-default {
    color: #444 !important
}

.navbar.bg-info .nav-item.dropdown .btn-default {
    color: #444 !important
}

.navbar.bg-warning .nav-item.dropdown .btn-default {
    color: #444 !important
}

.navbar.bg-danger .nav-item.dropdown .btn-default {
    color: #444 !important
}

.navbar.bg-light .nav-item.dropdown .btn-default {
    color: #444 !important
}

.navbar.bg-dark .nav-item.dropdown .btn-default {
    color: #444 !important
}

.dropdown-menu-lg {
    max-width: none
}

.navbar-badge {
    font-size: .5rem
}

.accordion>.card:not(:last-of-type) {
    margin-bottom: 0 !important
}

.sidebar,
.control-sidebar-content {
    overflow: hidden
}

.sidebar-dark-primary .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.sidebar-light-primary .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.1)
}

.sidebar-dark-secondary .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.sidebar-light-secondary .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.1)
}

.sidebar-dark-success .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.sidebar-light-success .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.1)
}

.sidebar-dark-info .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.sidebar-light-info .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.1)
}

.sidebar-dark-warning .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.sidebar-light-warning .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.1)
}

.sidebar-dark-danger .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.sidebar-light-danger .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.1)
}

.sidebar-dark-light .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.sidebar-light-light .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.1)
}

.sidebar-dark-dark .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.sidebar-light-dark .nav-sidebar .nav-item.menu-open:not(.active)>.nav-link {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.1)
}

.ew-wait {
    cursor: wait
}

.ew-wait input,
.ew-wait select,
.ew-wait .input-group button,
.ew-wait .btn-group button,
.ew-wait .ew-dropdown-list,
.ew-wait .ew-lookup-list {
    cursor: wait
}

#toast-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1050;
    padding: 20px
}

#toast-container .toast {
    min-width: 350px;
    margin-left: auto
}

#ew-page-spinner {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: 2000;
    opacity: 75%
}

.ew-chart-container {
    position: relative
}

body[dir=rtl] .custom-select {
    background-position: left .75rem center
}

body[dir=rtl] .popover {
    left: 0;
    right: auto
}

body[dir=rtl] .bs-popover-left {
    margin-right: .5rem;
    margin-left: 0
}

body[dir=rtl] .bs-popover-left .arrow {
    left: auto;
    right: calc((0.5rem + 1px) * -1)
}

body[dir=rtl] .bs-popover-left .arrow::before,
body[dir=rtl] .bs-popover-left .arrow::after {
    border-width: .5rem 0 .5rem .5rem
}

body[dir=rtl] .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
    left: auto;
    border-right-color: transparent
}

body[dir=rtl] .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff;
    left: auto;
    border-right-color: transparent
}

body[dir=rtl] .bs-popover-right {
    margin-left: .5rem;
    margin-right: 0
}

body[dir=rtl] .bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    right: auto
}

body[dir=rtl] .bs-popover-right .arrow::before,
body[dir=rtl] .bs-popover-right .arrow::after {
    border-width: .5rem .5rem .5rem 0
}

body[dir=rtl] .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    right: auto;
    border-left-color: transparent
}

body[dir=rtl] .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff;
    right: auto;
    border-left-color: transparent
}

body[dir=rtl] .ew-summary-count,
body[dir=rtl] .ew-detail-count,
body[dir=rtl] .ew-crosstab-values {
    direction: ltr;
    unicode-bidi: bidi-override
}

@media(min-width:768px) {
    body.ew-layout-top-nav .content-wrapper,
    body.ew-layout-top-nav .main-footer,
    body.ew-layout-top-nav .main-header {
        margin-left: 0
    }
}

@media(min-width:768px) {
    body.ew-layout-top-nav .main-sidebar {
        margin-left: -250px
    }
}

.table.ew-table.table-head-fixed thead tr:nth-child(1) th {
    background-color: inherit;
    color: inherit;
    box-shadow: none
}

.table.ew-table.table-head-fixed.table-dark thead tr:nth-child(1) th {
    background-color: inherit;
    color: inherit;
    box-shadow: none
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

#konvert {
    background: #444;
    border: 2px solid #444;
    border-radius: 1px;
    padding: 10px;
    color: #fff;
    font-weight: bold
}

#konvert:hover {
    background: #fff;
    color: #444
}

[id^=tpd_v_] {
    padding: 0;
    margin: 0;
    /* min-width: 780px !important; */
}

[id^=fv_] {
    padding: 0;
    margin: 0
}

[id$=_DigitalSignature] {
    display: none
}


.ml-15 {
    margin-left: 100px !important;
    margin-right: 60px !important
}

.kopfkip {
    margin-top: 4px;
    margin-left: 21px;
    margin-right: 0
}

.footerpdf {
    margin: 20px;
    color: #e0e0e0
}

.box-icon.persuratan {
    width: 60px;
    height: 60px;
    background-color: #0f88c9;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #b6d6e9;
    margin: 0 auto;
    padding: 14px 2px 2px 2px;
    position: absolute;
    /* font-size: 30px; */
    color: #fff;
    text-align: center;
    right: 20px;
}

.ikon-status {
    font-size: 30px;
}
.ajukan-status {
    font-size: 12px;
    margin-top: 20px;
    color: #0f88c9;
}


.box-icon.profil {
    width: 60px;
    height: 60px;
    background-color: #e49836;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #f8eebe;
    margin: 0 auto;
    padding: 8px 2px 2px 2px;
    position: relative;
    font-size: 30px;
    color: #f8eebe;
    text-align: center
}

.row.penerbitan {
    padding: 10px;
    font-size: 20px;
    color: #6c757d;
    border: 1px solid #ccf;
    border-radius: 6px;
    max-width: 280px;
    margin-top: 10px;
    margin-bottom: 20px;

}

.text-icon {
    width: auto;
    height: auto;
    margin-bottom: 6px;
    padding: 0px;
    position: relative;
    text-align: right;
    font-size: 14px;
    color: #3b91dd;
    margin-right: 80px;
    font-weight: bold;
}

.text-icon-menu {
    width: auto;
    height: auto;
    margin-bottom: 6px;
    padding: 0px;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #3b91dd;
    /* margin-right: 80px; */
    /* font-weight: bold; */
}

.jumlah-status {
    font-size: 11px;
    border: 1px #ced4da solid;
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 10px;
}

.text-verifikasi {
    color: #D4156B;
    padding-bottom: 6px;
    min-width: 150px;
    display: inline-block;

}
.text-bperbaikan {
    color: #D85AA6;
    padding-bottom: 6px;
    min-width: 150px;
    display: inline-block;

}
.text-sperbaikan {
    color: #B485DC;
    padding-bottom: 6px;
    min-width: 150px;
    display: inline-block;

}
.text-pttd {
    color: #76A5D8;
    padding-bottom: 6px;
    min-width: 150px;
    display: inline-block;

}
.text-sttd {
    color: #2F93EB;
    padding-bottom: 6px;
    min-width: 150px;
    display: inline-block;
}

.jumlah-verifikasi {
    background-color: #D4156B;
    color: white !important;
    border-radius: 3px;
    padding: 4px 5px 4px 5px;
    min-width: 50px;
    display:inline-block
}
.jumlah-bperbaikan {
    background-color: #D85AA6;
    color: white !important;
    border-radius: 4px;
    padding: 4px 5px 4px 5px;
    min-width: 50px;
    display:inline-block
}
.jumlah-sperbaikan {
    background-color: #B485DC;
    color: white !important;
    border-radius: 3px;
    padding: 4px 5px 4px 5px;
    min-width: 50px;
    display:inline-block
}
.jumlah-pttd {
    background-color: #76A5D8;
    color: white !important;
    border-radius: 3px;
    padding: 4px 5px 4px 5px;
    min-width: 50px;
    display:inline-block
}
.jumlah-sttd {
    background-color: #2F93EB;
    color: white !important;
    border-radius: 3px;
    padding: 4px 5px 4px 5px;
    min-width: 50px;
    display:inline-block
}

.ttd {
    /* max-width: 240px;
    max-height: 150px;
    /* margin-bottom: -60px;
    margin-top: 0px; */ */
}

.img-ttd {
    max-width: 200px;
    position: relative;
    bottom: -10px;
    margin-top: -40px;
}

.ttdNama {
    font-weight: bold;
    position: relative;
    top: -24px;
}

.ttdNBM {
    /* font-weight: bold; */
    position: relative;
    top: -30px;
}

.tanggalSurat {
    margin-top: -16px;
    padding-left: 3px;
}

.jumlahhari {
    display: none
}

.tanggalSuratH {
    margin-left: 10px
}

#tanda-tangan-edit {
    margin-top:20px;
    margin-bottom: 20px;
}

#status-edit {
    margin-top:20px;
}

#nomor-surat-edit {
    margin-top:20px;
}

#catatan-staf-edit {
    margin-top: 20px;
    margin-left: 2px;
}

.pemohon-edit {
    margin-bottom: 10px;
}

.tahun-edit {
}

.label-edit {
    margin-bottom: -6px;
}
.judul-edit {

}

.judul-view {
margin-top: 6px;
}

.judul-value-edit {
    margin-top: 6px;
}

.label-edit {
    margin-bottom: -6px;
}

.value-edit {
    margin-top: -4px;
}



#clickbind {
    margin-top: 10px;
    margin-bottom: -10px;
    position: fixed;
    top: 10px;
    left: 70px;
    padding: 7px 14.4px 7px 14.4px;
    border-radius: 50%;
    border: 3px solid #f1f2f7;
}

#backstatus {
    margin-top: 10px;
    margin-bottom: -10px;
    position: fixed;
    top: 10px;
    left: 20px;
    padding: 7px 15.8px 7px 15.4px;
    border-radius: 50%;
    border: 3px solid #f1f2f7;
}


.qrcodeSurat {
    margin-right: 20px
}

#x_NomorSurat {
    max-height: 50px
}

#lu_x_IDPengguna {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.data-mahasiswa-view {
    margin-bottom: 10px;
    border: 1px solid darkgrey;
    border-radius: 6px;
    padding: 10px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: rgb(247, 247, 247);
    padding-bottom: 20px;
}

.status-view {
    margin-bottom: 20px;
    font-size: 12px;

}
.tandatangan-view {
    margin-bottom: 20px;
    font-size: 12px;

}
.tanggal-view {
    font-size: 12px;
    color: grey;
    margin-top: 20px;
}
.verifikasi-view {
    margin-top: 20px;
}

.nosurat-view {
    font-size: 12px;  
}
.ttd-view {
    font-size: 12px;
    color: grey; 
    margin-top: 20px;

}

.catatan-view {
    margin-top: 20px;
    font-size: 12px;
    color: grey; 
}

.berkas-view {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: grey; 
    line-height: 12px;
    
}
span.berkas-view {
    white-space: nowrap; 
    width: 180px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-bottom: 2px;
    margin-top: 4px;
}

.berkas-view:before{
    margin-top: 2px;
    font-family: 'Font Awesome\ 5 Free';
    display: inline-block;
    padding-right: 4px;
    content: "\f15c";
    font-size: 16px;
    color: rgb(136, 156, 185);
    /* font-weight: bold; */
 }

 .text-big {
     font-size: 26px !important;
 }

 .ttd-tanggalpengajuan {
    display: inline-block;
}

.ttd-pemohon {
    display: inline-block;
}

.ttd-verifikasi {
    display: inline-block;
}

.ttd-verifikator {
    display: inline-block;
}


/* Style dan Warna Kustom Override */

.btn.btn-default {
    padding-top: 0.4rem;
}

.table th, .table td {
    padding-top: 14px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    min-height: 50px;
}
.ew-list-option-header.text-nowrap {
    border-right: none !important;
}

textarea.form-control {
    max-width: 600px;
}

.form-control-plaintext {
    font-size: 14px !important;
}

.modal-dialog {
    max-width: 640px !important;
}

.col-form-label {
    margin-bottom: -4px;
    font-size: inherit;
    line-height: 1.5;
    min-width: 240px !important;
}

.toast-body {
   background-color: white;
  }

.custom-file {
    white-space: nowrap; 
    width: 180px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.size {

    /* display: ruby; */
    font-size: 11px;
    position: absolute;
    bottom: 4px;
    left: 80px;

}

.progress {
    height: 12px !important;
}
.btn.btn-default.btn-sm.cancel {
    position: absolute;
    bottom: 0px;
    left: 9px;
}

.error.text-danger {
    position: absolute;
    left: 150px;
    bottom: 30px;
    font-size: 10px;
    /* display: block; */
}

.btn.btn-default.btn-sm.delete {
    position: absolute;
    left: 8px;
    top: 50px;
    font-size: 11px;

}

.files .name {
    width: 180px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-top: -10px;
    margin-left: -30px !important;
}
.name {
    display:none !important;
}

.files img, .files canvas {
    max-width: 100%;
    display: none;
}
.preview {
    display: none;
}
.custom-file-label::after {
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}


.custom-file-label.ew-file-label {
    padding-top: 11px !important;
}

.ew-pager.ew-rec {
    font-size: 11px;
}
.btn.btn-default.ew-add-edit.ew-add {
    font-size: 14px;
    color: cornflowerblue;
}

.addku-link::after {
    font-style: normal !important;
    content: 'Ajukan Pembuatan Surat Baru'; 
    display: inline-block;
    padding-left: 4px;
    padding-bottom: 6px;
    font-size: 15px;
    font-weight: 300;
    color: rgb(136, 156, 185);
}
.addku-link::before {
    font-family: 'Font Awesome 5 Free';
    /* content: "\f0e0"; */
    display: inline-block;
    padding-right: 4px;
    content: "\f055";
    font-size: 20px;
    color: rgb(136, 156, 185);
    font-weight: bold;
    font-style: normal !important;
  }

  .ew-breadcrumbs {
      float:  left !important;
  }
    
  @media (max-width: 600px) {
    .ew-breadcrumbs {
      display: none;
    }
  }

  .ew-search-toggle, .ew-show-all {
      border: 1px solid #ced4da;
      background-color: white;
      color: #6c757d;
      border-radius: 50%;

  }

  .btn.btn-primary.btn-kanan {
      border-radius: 0px 4px 4px 0px !important;
  }

  .login-kiri {
    background-image: url(../../berkas/background-login.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
 }



 .login-kanan {
     padding-top: 40px;
     -webkit-box-shadow: inset 14px -8px 44px -23px rgba(0,0,0,0.80);
     -moz-box-shadow: inset 14px -8px 44px -23px rgba(0,0,0,0.80);
     box-shadow: inset 14px -8px 44px -23px rgba(0,0,0,0.80);
     background-color: #fcfcfc;
     width: 33.333% !important;
     padding-left: 10px;
     padding-right: 10px;
     float: right;
 }

 .header-login-box {
    margin: auto;
    /* background-color: rgb(36, 73, 116); */
    margin: -20px;
    min-height: 80px;
    border-radius: 6px 6px 0px 0px;
    background-image: url(../../berkas/background-header-login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

 .logo-loginku {
    width: 80px;
}

.logo-login-atas {
    width: 100px;
    height: 100px;
    position: absolute;
    background: #fff;
    border: 1px solid rgb(231, 236, 244);
    top: 10px;
    left: 33%;
    border-radius: 50%;
    padding-top: 6px;
    padding-left: 8px;
}

.login-box-msg1 {
    margin-top: 60px;
    color: dimgrey;
    padding-left: 10px;
    /* font-size: 12px; */
    text-align: center;
}

.login-box-msg {
    padding: 10px;
    font-size: 12px;
    text-align: center;
    background: #f1f5fa;
    color: #787a7d;
    margin-left: -20px;
    margin-top: -20px;
    margin-right: -20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 18px;
}

#username, #password {
    height: 46px;
}

.z-btn-login {
    position: absolute;
    right: 10px;
    bottom: 170px;
    height: 40px;
}

.info-login {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    /* float: right; */
    margin-top: 20px;
    color: rgb(150, 190, 234);
    margin-bottom: 20px;
}
.ikon-login {
    font-size: 16px;
}
.panduan-login {
    margin-right: 10px;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .login-kiri {
        display: none !important;
    }
    .login-kanan {
    text-align: center;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    }
  }

  .social-auth-links {
      color: dimgrey;
  }

  [id$="listsrch"] {
    display: none;

  }

  [class^="ew-search"] {
    display: none;

  }

  .pub-label-edit {
      margin-top: 20px;
      margin-bottom: 6px;
  }

  .kolom-pendek {
      max-width: 140px;
      margin-left:  8px
  }

  .card.card-kolom {
    margin-bottom: 20px;
}

td.td-ttd {
    min-width: 100px;
    font-size: 13px;
    color: #6c757d;
}

.ttd-permohonan {
    font-size: 13px;
    color: #6c757d;
}

.card.ew-card.ew-grid {
    width: 100%;
    /* padding: 10px; */
    box-shadow: none;
    border: none;
}
[id^="tpd_"] {
    width: 100%;
}

.gambar-kolom {
    height: 60px;
    border-radius: 12px 0px;
}

.text-kolom {
    padding: 10px;
}

.judul-kolom {
    position: absolute;
    font-size: 16px;
    color: white;
    left: 10px;
    top: 2px;
}

.nosurat-kolom {
    position: absolute;
    top: 30px;
    left: 10px;
    color: darkgray;
}

.item-kolom {
    font-size: 13px;
    color: darkslateblue;
    line-height: 2;
    margin-bottom: -10px;
}

.item2-kolom {
    font-size: 13px;
    color: rgb(86, 88, 87);
    line-height: 2;
    font-weight: 80;
}

.btn-listku {
    margin-top: 10px;
    margin-bottom: 10px;
}

.infokuicon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: floralwhite;
    font-size: 20px;
}

.iconku-print {
    color: white !important;
    position: absolute;
    top: 10px;
    right: 10px;
    /* font-weight: 100; */
    font-size: 18px;

}
.btn-print {
    margin-left: 10px;
    margin-bottom: 10px;
}
.text-icon-print, .text-ikon-edit {
    font-size: 14px;
}

.div-hide {
display: none;
}

.card-header.ew-grid-upper-panel {
    border: none;
}
.card.card-kolom {
    border-top-left-radius: 10px;
}

.header-print {
    font-size: 20px;
    margin: 0 10px 20px 10px;
    font-weight: inherit;
    color: rgb(63, 63, 117);
}


.header-list {
    font-size: 20px;
    margin: 10px;
    font-weight: inherit;
    color: rgb(63, 63, 117);
    margin-top: -40px;
    margin-bottom: 30px;
}

.ew-add {
    display: none !important;
}

.ew-captcha-image {
    border: 2px solid rgb(128, 128, 161);
    border-radius: 6px;
}

.logoku {
    margin-top:-10px;
    margin-bottom: -10px;
}
.navbar-white.navbar-light.border-bottom {
    background: #f1f5fa;
}
a.nav-link:active {
    color: rgb(59, 145, 221);
}

[id^=fd_] {
max-width: 316px;
}
.card.ew-card.ew-grid {
    background: inherit;
}

.mb-160 {
    margin-bottom: 160px !important;
}

[id^=fd_]>.input-group {
    /* width: 47% */
}

.form-control {
    display: inline;
    max-width: none;
    height: 46px
}

.ew-file-label {
    justify-content: left !important;
    height: 46px;
    /* width: 22em; */
}
.ew-custom-select,
.ew-custom-file {
   max-width: 22em;
    height: 46px;
}

.input-group > .custom-file {
    height: 46px;
}

.offset-sm-2 {
    margin-left: 0;
    margin-top: 20px
}

.namaAdd {
    margin-top: 10px;
    margin-bottom: 2px;
    font-weight: bold;
    /* color: #698c9e; */
}

.stambukAdd {
    font-size: 12px;
    color: gray;
    margin-bottom: 2px;
}
.programStudiAdd {
    font-size: 12px;
    color: gray;
    /* margin-bottom: 4px; */
}

#perbaikan-edit {
    margin-top: 24px;
    color: #dc3545 ;
}

.kolom-add {
    margin-left: -10px
}

.header-add {
    padding: 10px;
    border: 1px solid #007bff;
    margin-bottom: 20px;
    font-size: larger;
    border-radius: 6px;
    color: #3094ff;
}

.header-edit {
    padding: 10px;
    border: 1px solid #007bff;
    margin-bottom: 20px;
    font-size: larger;
    border-radius: 6px;
    color: #3094ff;
}

.img-circle.card-user {
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.card-user-info {
    position: absolute;
    left: 90px;
    top: 30px;
}

.card-user-nama {
    font-size: 16px;
    color: #0f88c9;
    font-weight: bold;
    border-bottom: 1px solid #d6dae0;
    margin-bottom: 10px;
}

.card-user-attr {
    font-size: 12px;
    color: #494b4c;
}

.card-pengguna {
    margin: 20px -20px 20px -10px;
}

.form-control.datetimepicker-input {
    min-width: 200px !important;
}

.modal-header {
    padding: 2px 2px !important;
    border-bottom: none !important
}

.jumlah-bperbaikan::after {
    font-family: 'z';
    content: '\ea08';
    font-size: 16px;
    margin-top: 4px;
    display: inline-block;
    position: relative;
    top: 1px;
    right: -14px;
    margin-top: -3px;
margin-bottom: -1px;
}

.jumlah-sttd::after {
    font-family: 'z';
    content: "\e954";
    font-size: 16px;
    margin-top: 4px;
    display: inline-block;
    position: relative;
    top: 1px;
    right: -14px;
    margin-top: -3px;
margin-bottom: -1px;
}

.kontrol-cetak {
    margin-top: 10px !important;
    /* display: none; */
}

.bg-white {
    background-color: #fff !important;
}