﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url(https://fonts.googleapis.com/earlyaccess/phetsarath.css);
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Outlined');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    cursor: pointer;
    padding-right: 0.25rem;
}

html, body, .e-tab-text, .localization-combo, .e-list-text, .e-rowcell, .e-headertext, .e-tab-action-top a {
    font-family: 'Phetsarath', 'Quicksand' !important;
}

.e-btn, .e-css.e-btn {
    font-family: 'Phetsarath', 'Quicksand' !important;
}

input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
    font-family: 'Phetsarath', 'Quicksand' !important;
}

.navbar-brand {
    font-family: 'Phetsarath', 'Quicksand' !important;
    padding: 2px 0 0 0;
    display: inline-block !important;
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
}

    .navbar-brand > span {
        margin: auto;
        padding-right: 1.15rem;
    }

        .navbar-brand > span > img {
            height: 44px;
            padding-bottom: 6px;
        }

.sf_multi {
    font-family: 'Phetsarath', 'Quicksand' !important;
}

/* Works on Firefox */
* {
/*    scrollbar-width: 0.1rem;
    scrollbar-color: #bebebe white;*/
}

    /* Works on Chrome, Edge, and Safari */
/*    *::-webkit-scrollbar {
        width: 0.1rem;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #bebebe;
        border: 1px solid #bebebe;
    }*/

::-webkit-scrollbar-track {
    border: 3px solid white;
    // border color does not support transparent on scrollbar // border-color: transparent;
    background-color: #b2bec3;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #dfe6e9;
}

::-webkit-scrollbar-thumb {
    background-color: #3bab94;
    border-radius: 10px;
}

/*disable reveal eye in edge*/
input::-ms-reveal,
input::-ms-clear{
    display: none;
}

.btn-primary {
    color: #fff !important;
    background-color: #369afc !important;
    border-color: #369afc !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #007bff !important;
        border-color: #007bff !important;
    }

.btn-danger {
    color: #fe5d70 !important;
    background-color: transparent !important;
    border-color: #fe5d70 !important;
}

    .btn-danger:hover {
        color: #fff !important;
        background-color: #fe5d70 !important;
        border-color: #fe5d70 !important;
    }


.btn-emerald {
    color: #1abc9c !important;
    background-color: transparent !important;
    border-color: #1abc9c !important;
}

    .btn-emerald:hover {
        color: #fff !important;
        background-color: #1abc9c !important;
        border-color: #1abc9c !important;
    }

.btn-create {
    color: #fff !important;
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}

    .btn-create:hover {
        color: #fff !important;
        background-color: #309782 !important;
        border-color: #309782 !important;
    }

.btn-outline-secondary {
    width: 35px;
}

    .btn-outline-secondary:hover {
        background-color: rgba(140,140,140,0.2);
        border-color: rgba(200, 200, 200, 0.2);
    }


.dot:after {
    content: "•";
    padding-left: 0.5rem;
    padding-right: 0.25rem;
}

app {
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #309782;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

app {
    position: static !important;
}

.sidebar, .sidebar-mobile {
    background-color: #fff;
    border-right: 0.5px solid #dfe1e6;
    min-height: 100vh;
}

    .sidebar .top-row, .sidebar-mobile .top-row {
        background-color: #3bab94;
    }

    .sidebar .navbar-brand, .sidebar-mobile .navbar-brand {
        font-size: 1.5rem;
    }

    .sidebar .oi, .sidebar-mobile .oi {
        width: 2rem;
        font-size: 1.25rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item, .sidebar-mobile .nav-item {
        font-size: 1.25rem;
    }

        .sidebar .nav-item:last-of-type, .sidebar-mobile .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a, .sidebar-mobile .nav-item a {
            color: #2c3e50;
            height: 3.5rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            margin: 0 !important;
        }

            .sidebar .nav-item a:hover, .sidebar .nav-item a:focus, .sidebar-mobile .nav-item a:focus {
                background-color: rgba(140,140,140,0.2);
                color: #1abc9c;
            }



.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid red;
}*/

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1200;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.hide-md {
    display: none;
}
/*App Mobiles*/
@media (max-width: 767.98px) {
}
/*App Desktop*/
@media (min-width: 1024px) {
    .draft-form .form {
        overflow: auto;
        height: 84vh;
    }

    .form-group.attachment label.btn-input-files {
        width: 40%;
    }

    .form-group.attachment {
        width: 60%;
    }

    .form-group.e-group-roles {
        width: 60%;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .navbar-toggler {
        display: none;
    }
}

/* header-section styles */
#header-section.main-header {
    border-bottom: 1px solid #d2d6de;
    height: 55px;
    min-height: 55px;
    max-height: 55px;
    background: #3b9ff2;
    color: #fff;
}

#header-section .header-style {
    line-height: 40px;
    height: 50px;
    padding: 4px;
    list-style: none;
    text-align: center;
    font-size: 18px;
}

#header-section .border-left {
    border-left: 1px solid #d2d6de;
    width: 10em;
}

#header-section .float-left {
    float: left;
}

#header-section .icon-menu {
    width: 40px;
    cursor: pointer;
}

/* custom code start */

.form {
    color: #6c757d !important;
    padding-top: 4rem !important;
    overflow: hidden;
}

.pl-form {
    padding-left: 4rem;
}

.preview {
    color: #6c757d !important;
    padding-top: 4rem !important;
    overflow: hidden;
}

.text-emerald {
    color: #3bab94;
}

.main > div {
    padding-top: 0;
}

label {
    padding: 0;
    margin: 0;
}

select {
    outline: none;
}

.fadeout {
    transition: all 0.5s;
}

.sidebar {
    position: fixed;
    top: 0;
    padding-top: 3.5rem !important;
}

.sidebar-mobile {
    max-width: 80%;
    height: auto;
    position: fixed;
    top: 0;
    /*padding-top: 3.5rem !important;*/
}

.center {
    text-align: center;
    display: none;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
}

.navbar {
    padding: 1rem;
}

.bg-nav {
    background-color: #eee !important;
}

.close {
    font-size: 1.25rem;
    font-weight: lighter;
}

.e-btn {
    border-radius: 4px !important;
    outline: none !important;
    border: 1px solid;
}

.e-success {
    background-color: #137c10;
    border-color: #137c10;
    color: #fff;
}

    .e-success:hover {
        background-color: #146511;
        border-color: #146511;
        box-shadow: none;
        color: #fff;
    }

.e-danger:hover, .e-danger:focus {
    background-color: #c0392b !important;
    border-color: #c0392b !important;
    color: #fff !important;
}

.e-danger {
    background-color: #e74c3c !important;
    border-color: #e74c3c !important;
    color: #fff !important;
}

.e-primary:hover, .e-primary:focus {
    background-color: #16a085 !important;
    border-color: #16a085 !important;
}

.e-primary {
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
    color: #fff !important;
}

.e-send:hover, .e-send:focus {
    background-color: #2980b9 !important;
    border-color: #2980b9 !important;
    color: #fff !important;
}

.e-send {
    background-color: #369afc !important;
    border-color: #369afc !important;
    color: #fff !important;
}

.e-publisher:hover, .e-publisher:focus {
    background-color: #cacaca !important;
    border-color: #cacaca !important;
    color: #000 !important;
}

.e-publisher {
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
    color: #333 !important;
}

.e-yellow:hover, .e-yellow:focus {
    background-color: #f39c12 !important;
    border-color: #f39c12 !important;
}

.e-yellow {
    background-color: #f1c40f !important;
    border-color: #f1c40f !important;
}

.delete:hover {
    color: #e74c3c;
}

.refresh:hover {
    color: #1abc9c;
}

.btn-list:focus, .btn-list:hover {
    background-color: rgba(140,140,140,0.2);
    color: #1abc9c;
}

.badge-inbox {
    background-color: #3498db;
    color: #fff !important;
}

.badge-drafts, .badge-denied {
    background-color: #e74c3c;
    color: #fff !important;
}

.badge-inprogress, .badge-unauthorize {
    background-color: #fbc531;
    color: #fff !important;
}

.badge-coprocess {
    background-color: #16a085;
    color: #fff !important;
}

.badge-completed, .badge-authorized {
    background-color: #27ae60;
    color: #fff !important;
}

.badge-others, .badge-expired {
    background-color: #34495e;
    color: #fff !important;
}

.badge-trash {
    background-color: #7f8c8d;
    color: #fff !important;
}

.badge-title {
    background-color: #1abc9c;
    color: #fff !important;
}

.badge-form_urgent_low, .badge-publish, .badge-gray {
    background-color: #D1D3E0;
    color: #181C32;
}

.list-group.email.e-inbox .list-group-item:hover .badge-form_urgent_low, .list-group.email.e-inbox .list-group-item:hover .badge-publish {
    color: #181C32;
}

.badge-form_urgent_medium, .badge-normal, .badge-blue {
    background-color: #E1F0FF;
    color: #3699FF;
}

.list-group.email.e-inbox .list-group-item:hover .badge-form_urgent_medium, .list-group.email.e-inbox .list-group-item:hover .badge-normal {
    color: #3699FF;
}

.badge-form_urgent_high, .badge-high, .badge-yellow {
    background-color: #FFF4DE;
    color: #FFA800;
}

.list-group.email.e-inbox .list-group-item:hover .badge-form_urgent_high, .list-group.email.e-inbox .list-group-item:hover .badge-high {
    color: #FFA800;
}

.badge-form_urgent_extreme, .badge-secret, .badge-red {
    background-color: #FFE2E5;
    color: #F64E60;
}
.badge-green {
    background-color: #27ae60;
    color: #F64E60;
}
.list-group.email.e-inbox .list-group-item:hover .badge-form_urgent_extreme, .list-group.email.e-inbox .list-group-item:hover .badge-secret {
    color: #F64E60;
}

.sb-content-tab .center {
    display: block;
}

.multi__display, .checkbox-text, .search-query {
    font-family: 'Phetsarath', 'Quicksand' !important;
}

#header-section .float-right,
.sidebar-treeview .e-treeview .e-icon-collapsible,
.sidebar-treeview .e-treeview .e-icon-expandable {
    float: right;
}

#header-section .header-list,
.sidebar-treeview .e-treeview,
.sidebar-treeview {
    padding: 0;
    margin: 0;
}

@media(max-width:800px) {
    #header-section .support {
        display: none;
    }

    #header-section .nav-pane {
        width: 75%;
    }

    .second-lang {
        display: normal;
    }
}

@media(min-width:800px) {
    .second-lang {
        display: none;
    }
}

/* custom code end */
/*end of header-section styles */
/*main-menu-header  styles */
.sidebar-treeview .main-menu .main-menu-header {
    color: #656a70;
    padding: 15px;
    font-size: 14px;
    width: 13em;
    margin: 0;
}
/*end of main-menu-header styles */
/*text input styles */
.sidebar-treeview .main-menu .search-icon {
    text-indent: 10px;
    height: 30px;
    width: 19em;
}
/*end of text input styles */
/* table of content area styles */
.sidebar-treeview .table-content {
    padding: 20px;
    height: 8em;
}
/* end of table ofcontent area styles */
/* content area styles */
#main-text.main-content {
    overflow: hidden;
}

#main-text .sidebar-content .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#main-text .sidebar-heading {
    color: #1c86c8;
    margin: 40px 0;
    padding: 2px;
}

#main-text .paragraph-content {
    font-family: 'Phetsarath', 'Quicksand' !important;
    padding: 5px;
    font-weight: normal;
    font-size: 14px;
    color: grey;
}
/* end of content area styles */
/* custom code start */
/* body and html styles */
body {
    margin: 0;
    font-family: 'Phetsarath', 'Quicksand' !important;
    -webkit-tap-highlight-color: transparent;
}
/* end of body and html styles */
/* newTab support styles */
.sf-new .sb-header,
.sf-new .sb-bread-crumb,
.sf-new #action-description,
.sf-new .sb-action-description,
.sf-new .e-tab-header,
.sf-new .description-section,
.sf-new #description-section,
.sf-new #navigation-btn,
.sf-new .sb-toolbar-splitter,
.sf-new #description, .sf-new #left-sidebar, .sb-component-name {
    display: none
}

.sf-new .sb-right-pane.e-view {
    margin-left: 0px !important;
}

.sf-new .container-fluid,
.sf-new .container-fluid .control-section,
#sidebar-section, body, .col-md-12 {
    padding: 0;
}

.sf-new .sample-browser > .content.e-view {
    top: 0;
    padding: 0;
    text-align: initial
}
/* end of newTab support styles */
/* custom code end */
/* icon styles */

#header-section.main-header .icon-menu::before {
    content: '\e801';
    font-family: 'Phetsarath', 'Quicksand' !important;
    font-size: 27px;
}

.sidebar-treeview .main-menu .main-treeview .e-dashboard::before {
    content: '\e714';
}

.sidebar-treeview .main-menu .main-treeview .e-task::before {
    content: '\e323';
}

.sidebar-treeview .main-menu .main-treeview .e-document-out::before {
    content: '\e7b0';
}

.sidebar-treeview .main-menu .main-treeview .e-document-setting::before {
    content: '\eb6d';
}

.sidebar-treeview .main-menu .main-treeview .e-document-in::before {
    content: '\ebff';
}

.sidebar-treeview .main-menu .main-treeview .e-appointment::before {
    content: '\ea89';
}

.sidebar-treeview .main-menu .main-treeview .e-leave::before {
    content: '\e93a';
}

.sidebar-treeview .main-menu .main-treeview .e-report::before {
    content: '\e511';
}

/* custom code start */
/* end of icon styles */
.sf-new .sb-header,
.sf-new .sb-bread-crumb,
.sf-new #action-description,
.sf-new #description-section,
.sf-new #description,
.sf-new .sb-footer {
    display: none
}

.sb-action-description.sb-rightpane-padding {
    padding-bottom: 0;
}

#content-tab.sb-content-tab {
    height: 100% !important;
}

#sb-content-header {
    display: none
}

.sf-new .container-fluid,
.sf-new .container-fluid .control-section,
#sidebar-section, description-section sb-rightpane-padding {
    padding: 0;
}

.sb-component-name.sb-rightpane-padding {
    margin-top: -56px;
}

.sb-right-pane.e-view {
    left: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    /*overflow-y: hidden;*/
}

.sb-desktop-wrapper {
    height: 100%;
}

.sb-component-name h1 {
    padding-top: 0;
}

.sf-new .sb-content.e-view {
    top: 0;
}
/* end of newTab support */
/* end of custom generated icons styles */
/* custom code end */

.form-scroll {
    overflow-y: auto;
    height: 87vh;
}

@keyframes ldio-p4cf0epbpkd {
    0% {
        transform: translate( 55px, 10px );
    }

    8.3% {
        transform: translate( 55px, 55px );
    }

    25% {
        transform: translate( 55px, 55px );
    }

    33.3% {
        transform: translate( 10px, 55px );
    }

    50% {
        transform: translate( 10px, 55px );
    }

    58.3% {
        transform: translate( 10px, 10px );
    }

    75% {
        transform: translate( 10px, 10px );
    }

    83.3% {
        transform: translate( 55px, 10px );
    }

    100% {
        transform: translate( 55px, 10px );
    }
}

.ldio-p4cf0epbpkd > div {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    animation: ldio-p4cf0epbpkd 1s linear infinite;
}

    .ldio-p4cf0epbpkd > div:nth-child(1) {
        background: #4d9bfb;
        animation-delay: -0.25s;
    }

    .ldio-p4cf0epbpkd > div:nth-child(2) {
        background: #4cc5be;
        animation-delay: -0.5833333333333334s;
    }

    .ldio-p4cf0epbpkd > div:nth-child(3) {
        background: #f74e60;
        animation-delay: -0.9166666666666666s;
    }

.loadingio-spinner-bricks-i0id4ffe4d {
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-p4cf0epbpkd {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.6);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-p4cf0epbpkd div {
        box-sizing: content-box;
    }
/* generated by https://loading.io/ */

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.e-active .e-tab-text, .e-active .e-tab-icon {
    color: #369afc !important;
}

.e-treeview .e-text-content, .e-treeview .e-fullrow {
    border-color: transparent;
    height: 50px;
    padding: 10px;
}

.e-treeview .e-fullrow {
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
}

.e-treeview .e-list-item {
    list-style: none;
    padding: 2px 0;
    margin: 5px 10px 5px 10px;
}

.e-treeview .e-ul {
    margin: 26px 0 0 0 !important;
}

.e-treeview .e-list-item.e-hover > .e-fullrow {
    background-color: #e6e8ec !important;
    border-color: #e6e8ec !important;
}

.e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
    background-color: #e6e8ec !important;
    border-color: #e6e8ec !important;
}

.e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: #e6e8ec !important;
    border-color: #e6e8ec !important;
}

.e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
    color: #369afc !important;
}

.e-tab-roles .e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
    background-color: #e6e8ec !important;
    border-color: #e6e8ec !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.e-tab-roles .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
    border: 0px !important;
}

.e-tab-roles .e-tab .e-tab-header {
    margin: -1px 16px;
}

.default-tab .e-content .e-item {
    font-size: 12px;
    padding: 0 !important;
    text-align: justify;
}

.e-tablex {
    padding: 0 12px !important;
}

.e-tab-top {
    padding: 12px;
    margin: 0px;
}

.e-tab-action-top .far {
    padding-right: 6px;
}

.e-tab-action-top .dropdown-item {
    font-weight: 400;
    color: #6c757d;
    font-size: large;
}

.e-tab .e-tab-header {
    border-bottom: 1px solid #dadada;
}

    .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
        border-bottom: 4px solid #369afc !important;
        border-radius: 2px;
    }

    .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
        border: 0px solid #369afc !important;
    }

.e-list-text {
    font-size: large !important;
    font-weight: 500;
}

.e-tab-text {
    font-size: large !important;
    font-weight: 500;
}

.e-tab .e-tab-header .e-toolbar-items {
    height: auto;
    margin: 0;
    min-height: 60px;
    position: relative;
}

.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 60px;
    margin: 0 8px 0 0;
    min-height: 60px;
    min-width: auto;
    padding: 0;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    height: 60px;
    padding: 0 25px;
    width: 100%;
}

.e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
    padding: 2px 0 0 0;
    height: 60px;
    padding: 0;
}

.e-action-tools {
    height: auto;
    margin: 0;
    min-height: 60px;
    position: relative;
    border-bottom: 1px solid #dadada;
}

.e-floater-list-header {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

    .e-floater-list-header .e-itemholder-content {
        height: 40px;
        align-items: center;
        width: 100%;
    }

        .e-floater-list-header .e-itemholder-content .e-floater-header-cell.e-floater-header-number {
            /* width: 14%;
            padding-right: 12px;
            padding-left: 12px;*/
        }

        .e-floater-list-header .e-itemholder-content .e-floater-header-cell.e-floater-header-title {
            /*width: 43%;
            padding-right: 12px;*/
        }

        .e-floater-list-header .e-itemholder-content .e-floater-header-cell.e-floater-header-form {
            /*width: 15%;
            padding-right: 12px;*/
        }

        .e-floater-list-header .e-itemholder-content .e-floater-header-cell.e-floater-header-date {
            /*width: 25%;
            padding-right: 12px;*/
        }

.list-group.email.e-inbox {
    width: 100%
}

    .list-group.email.e-inbox .title, .list-group.email.e-inbox .detail {
        font-family: 'Phetsarath', 'Quicksand' !important;
    }

.header .info {
    font-size: 16px;
    font-weight: bold;
    cursor: default;
    min-height: 40px;
    color: #5f6368;
    border-bottom: 1px solid #e3e3e3;
    background-color: #45ac97;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.list-group.email.e-inbox .list-group-item {
    color: #202124;
    display: inline-flex;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0;
    border-right: 0;
    padding: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    border-radius: 0;
}

.list-group.email.e-inbox .list-group-item-new {
    background-color: #f5f7f7;
}

    .list-group.email.e-inbox .list-group-item-new .info span {
        color: #333;
        font-weight: bold;
    }

.list-group.email.e-inbox .list-group-item.list-group-item-new:hover {
    text-decoration: none !important;
    background-color: #ffb74d6b !important;
    border-bottom: 0;
}

.list-group.email.e-inbox .list-group-item .info {
    cursor: pointer;
    margin-bottom: 0px;
    width: 100%;
    font-size: 14px;
    color: #757575;
}

.mobile-new-item {
    background-color: #f5f7f7;
    color: #000 !important;
    font-weight: bold;
}

.list-group.email.e-inbox .list-group-item:hover {
    text-decoration: none !important;
    background-color: #f5f5f5;
    border-bottom: 0;
}

    .list-group.email.e-inbox .list-group-item:hover .info span {
        color: #000;
    }

.list-group.email.e-inbox .docid {
    padding-left: 24px;
}

.list-group.email.e-inbox .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: auto;
}

.list-group.email.e-inbox .header .doctype {
    padding-left: 10px;
}

.list-group.email.e-inbox .header .docdate {
    padding-left: 10px;
}

.list-group.email.e-inbox .docid {
    color: #5f6368;
}

.list-group.email.e-inbox .title {
    color: #5f6368;
}

.list-group.email.e-inbox .doctype {
    color: #5f6368;
}

.list-group.email.e-inbox .docdate {
    color: #5f6368;
}

.list-group.email.e-inbox .action {
    display: block;
}

.list-group.email.e-inbox :hover {
}

.list-group.email.e-inbox .action button {
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 20px;
    outline: 1px solid transparent;
}

    .list-group.email.e-inbox .action button:hover {
        height: 40px;
        width: 40px;
        text-align: center;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 20px;
        background-color: #dadce0;
        outline: 1px solid transparent;
    }

.list-group.email.e-inbox .action .btn-list {
    display: inline-flex;
    line-height: 1.8;
}

    .list-group.email.e-inbox .action .btn-list.delete:hover i, .list-group.email.e-inbox .action .btn-list.delete:hover span {
        color: #e74c3c;
    }

.navbar.navbar-light span.title {
    position: absolute;
    left: 80px;
    font-size: large;
}

.file-upload-input::-webkit-file-upload-button {
    visibility: hidden;
}

.file-upload-input::before {
    content: 'ເພິ່ມເອກະສານ';
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.file-upload-input:hover::before {
    border-color: black;
}

.file-upload-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

@keyframes ldio-t0w1dqdz03 {
    0% {
        transform: translate( 55px, 10px );
    }

    8.3% {
        transform: translate( 55px, 55px );
    }

    25% {
        transform: translate( 55px, 55px );
    }

    33.3% {
        transform: translate( 10px, 55px );
    }

    50% {
        transform: translate( 10px, 55px );
    }

    58.3% {
        transform: translate( 10px, 10px );
    }

    75% {
        transform: translate( 10px, 10px );
    }

    83.3% {
        transform: translate( 55px, 10px );
    }

    100% {
        transform: translate( 55px, 10px );
    }
}

.ldio-t0w1dqdz03 > div {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    animation: ldio-t0w1dqdz03 1s linear infinite;
}

    .ldio-t0w1dqdz03 > div:nth-child(1) {
        background: #4d9bfb;
        animation-delay: -0.25s;
    }

    .ldio-t0w1dqdz03 > div:nth-child(2) {
        background: #4cc5be;
        animation-delay: -0.5833333333333334s;
    }

    .ldio-t0w1dqdz03 > div:nth-child(3) {
        background: #f74e60;
        animation-delay: -0.9166666666666666s;
    }

.loadingio-spinner-bricks-b16rqlc38d8 {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-t0w1dqdz03 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.3);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-t0w1dqdz03 div {
        box-sizing: content-box;
    }
/* generated by https://loading.io/ */

.btn-input-files span {
    padding-left: 10px;
    padding-right: 10px;
}

.no-padding-rl {
    padding-left: 0;
    padding-right: 0;
}

.form-inline {
    margin-top: 10px;
}

    .form-inline .e-title {
        font-size: large;
        text-align: center !important;
        justify-content: center !important;
    }

.form-group .title {
    display: block;
}

.form-group .attachment {
    display: block;
}

    .form-group.attachment label.btn-input-files {
        border: none;
    }

.form-group.attachment {
    border: none;
}

    .form-group.attachment li .input-edited-files {
        display: flex;
    }

        .form-group.attachment li .input-edited-files input {
            width: 100%;
            border: 1px solid #ced4da;
            border-radius: 1.25rem !important;
        }

            .form-group.attachment li .input-edited-files input:focus {
                width: 90%;
                border: 1px solid #ced4da;
                border-radius: 1.25rem !important;
            }

        .form-group.attachment li .input-edited-files .btn-submit-edited-file-name {
            width: 10%;
        }

    .form-group.attachment li {
        border: 1px solid #ced4da !important;
        border-radius: 1.25rem !important;
        margin-top: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .form-group.attachment label.remove-input-file {
        padding-top: 4px;
    }

    .form-group.attachment label.title {
        justify-content: right;
        color: #767676;
    }

        .form-group.attachment label.title .fix-full-width {
            width: 100%;
        }

        .form-group.attachment label.title .e-lab-name {
            font-size: small;
        }

        .form-group.attachment label.title .e-lab-size {
            font-size: x-small;
        }

.form-group.e-group-roles {
    display: block;
}

    .form-group.e-group-roles label.btn-input-files {
        border: none;
    }

.form-group.e-group-roles {
    border: none;
    margin-top: 10px;
}

    .form-group.e-group-roles li {
        border: 1px solid #ced4da !important;
        border-radius: 1.25rem !important;
        margin-top: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .form-group.e-group-roles label.remove-input {
        padding-top: 4px;
        font-size: x-large;
    }

    .form-group.e-group-roles label.title {
        justify-content: right;
    }

        .form-group.e-group-roles label.title .fix-full-width {
            width: 100%;
        }

            .form-group.e-group-roles label.title .fix-full-width.with-avatar .avatar {
                position: absolute;
                left: 0px;
            }

            .form-group.e-group-roles label.title .fix-full-width.with-avatar .e-lab-title {
                margin-left: 24px;
            }

            .form-group.e-group-roles label.title .fix-full-width.with-avatar .e-lab-detial {
                margin-left: 24px;
            }

        .form-group.e-group-roles label.title .e-lab-title {
            font-size: small;
            margin: 0px;
        }

        .form-group.e-group-roles label.title .e-lab-detial {
            font-size: x-small;
            margin: 0px;
        }

        .form-group.e-group-roles label.title .avatar {
            vertical-align: middle;
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }

.img-thumbnail {
    height: 3rem;
    width: 3rem;
}

.text-danger {
    color: #ff4e4e !important;
}

.e-action {
    margin-left: 6%;
    margin-top: 12px;
}

.loading-files {
    margin-top: 4px;
    position: absolute;
}

.e-tab-section.e-tab-roles .nav-tabs .nav-item.nav-link {
    font-size: medium !important;
    font-weight: 500;
    color: #a6a6a6b8;
    font-family: 'Phetsarath', 'Quicksand' !important;
    background-color: transparent;
    padding: 5px;
}

    .e-tab-section.e-tab-roles .nav-tabs .nav-item.nav-link.active {
        color: #1abc9c !important;
        background-color: #ffffff !important;
        border-bottom-color: #ffffff !important;
        border-top-color: #c8c8c8 !important;
        border-left-color: #c8c8c8 !important;
        border-right-color: #c8c8c8 !important;
        font-weight: bold;
    }

.e-tab-section.e-tab-roles.nav-tabs .nav-link:focus, .e-tab-section.e-tab-roles .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #1abc9c !important
}

.first-e-icon {
    padding-right: 1rem;
}

.e-tab-section.e-tab-roles .nav-tabs {
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #c8c8c8 !important;
}

.e-tab-section.e-tab-roles .tab-content {
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
}

section#tabs {
    padding-top: 12px;
}

.eoffice-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1abc9c;
    background-color: transparent;
    /*border-color: transparent transparent #f3f3f3;*/
    border-bottom: 3px solid #1abc9c;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    font-weight: bold;
    align-self: center;
    padding: 4px;
    /*box-shadow: 0px 0px 5px 1px #ccc;*/
}

.t-content {
    /*    box-shadow: 0px -1px 5px 1px #ccc;
    min-height: 35rem;*/
}

.eoffice-tab .nav-link {
    color: #a6a6a6;
    background-color: transparent;
    font-weight: bold;
    align-self: center;
    padding: 4px;
}

.e-card {
    font-family: 'Phetsarath', 'Quicksand' !important;
    border: 0;
}

button:focus {
    outline: none;
}

/* Dashed border */
hr.dashed {
    border-top: 1px dashed #bbb;
}

/* Dotted border */
hr.dotted {
    border-top: 1px dotted #bbb;
}

/* Solid border */
hr.solid {
    border-top: 1px solid #bbb;
}

/* Rounded border */
hr.rounded {
    border-top: 3px solid #bbb;
    border-radius: 2px;
}

.form-group.form-view {
    margin-bottom: 0;
    align-content: center;
    padding-top: 1rem;
}

.col-sm-l .form-group {
    border-right: 0.5px solid #e0e0e0;
}

.text-nowrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-group:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 15px;
    border-bottom: 0.5px solid #e0e0e0;
}

.form-group.cm-2:after {
    display: none;
}


.form-group.cm-2 .form-group:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 95%;
    padding-top: 15px;
    border-bottom: 0.5px solid #e0e0e0;
}

.navbar.fixed-top.e-nav-view-doc {
    margin-left: 250px;
    margin-top: 56px;
    max-height: 70px;
    align-content: center;
}

    .navbar.fixed-top.e-nav-view-doc .e-action {
        margin-top: 0;
    }

    .navbar.fixed-top.e-nav-view-doc .draft-form {
        margin-top: 50px;
        padding-bottom: 40px;
    }

.form-group.form-view.row.justify-content-center {
}

    .form-group.form-view.row.justify-content-center .row.detail.mb-0.justify-content-center {
        font-size: 14px;
    }

    .form-group.form-view.row.justify-content-center i.material-icons {
        font-size: 16px;
    }

.e-tab-roles .btn.btn-dropbadge {
}

    .e-tab-roles .btn.btn-dropbadge .material-icons {
        color: #3bab94;
    }

    .e-tab-roles .btn.btn-dropbadge .badge {
        top: -18px;
        left: -10px;
        background-color: #fff;
        color: #3bab94;
    }

    .e-tab-roles .btn.btn-dropbadge.dropdown-toggle::after {
        display: none;
    }

@keyframes ldio-tet0s91gogf {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-tet0s91gogf div {
    left: 94px;
    top: 48px;
    position: absolute;
    animation: ldio-tet0s91gogf linear 1s infinite;
    background: #3bab94;
    width: 12px;
    height: 24px;
    border-radius: 6px / 7.2px;
    transform-origin: 6px 52px;
}

    .ldio-tet0s91gogf div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #3bab94;
    }

    .ldio-tet0s91gogf div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #3bab94;
    }

.loadingio-spinner-spinner-xrn8r8i91x8 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-tet0s91gogf {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-tet0s91gogf div {
        box-sizing: content-box;
    }
/* generated by https://loading.io/ */

@keyframes ldio-ec5qnudpxq9 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-ec5qnudpxq9 div {
    left: 47px;
    top: 24px;
    position: absolute;
    animation: ldio-ec5qnudpxq9 linear 1s infinite;
    background: #3bab94;
    width: 6px;
    height: 12px;
    border-radius: 3px / 3.84px;
    transform-origin: 3px 26px;
}

    .ldio-ec5qnudpxq9 div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #3bab94;
    }

    .ldio-ec5qnudpxq9 div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #3bab94;
    }

.loadingio-spinner-spinner-esanpsjpzyd {
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-ec5qnudpxq9 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.6);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-ec5qnudpxq9 div {
        box-sizing: content-box;
    }
/* generated by https://loading.io/ */
.e-comments {
    background-color: #636e72;
    border-color: #636e72;
    color: #fff;
}

    .e-comments:hover, .e-comments:focus {
        background-color: #b2bec3;
        border-color: #b2bec3;
    }

.modal-body .comments {
}

    .modal-body .comments li {
        margin-bottom: 12px;
        padding: 12px;
        font-size: 14px;
    }

        .modal-body .comments li .row:after {
            content: '';
            border-bottom: 0;
        }

    .modal-body .comments ul {
        list-style: none;
        overflow-x: hidden;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: absolute;
        padding-left: 18px;
        padding-right: 18px;
    }

    .modal-body .comments p {
        margin: 0;
        width: 100%;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .modal-body .comments .owner {
        border: 0.5px solid #e2ece9;
        border-radius: 12px;
        background-color: #e2ece9;
        color: #000;
        /*-webkit-box-shadow: 6px 6px 17px -2px #309782ed;
        box-shadow: 6px 6px 17px -2px #309782ed;*/
    }

    .modal-body .comments .senders {
        border: 0.5px solid #f6f4d2;
        border-radius: 12px;
        background-color: #f6f4d2;
        color: #000;
        /*-webkit-box-shadow: 6px 6px 17px -2px #369afced;
        box-shadow: 6px 6px 17px -2px #369afced;*/
    }

    .modal-body .comments .sendback {
        border: 0.5px solid #52796f;
        border-radius: 12px;
        background-color: #52796f;
        color: #fff;
        /*-webkit-box-shadow: 6px 6px 17px -2px #636e72ed;
        box-shadow: 6px 6px 17px -2px #636e72ed;*/
    }

    .modal-body .comments .main, .modal-body .comments .sendout, .modal-body .comments .revoke {
        border: 0.5px solid #45ac977a;
        border-radius: 12px;
        background-color: #45ac977a;
        color: #000;
    }

    .modal-body .comments .coprocess {
        border: 0.5px solid #38ada942;
        border-radius: 12px;
        background-color: #38ada942;
        color: #000;
    }

    .modal-body .comments .follower {
        border: 0.5px solid #52796f;
        border-radius: 12px;
        background-color: #52796f;
        color: #000;
    }

    .modal-body .comments .supervisor {
        border: 0.5px solid #aaaaaa;
        border-radius: 12px;
        background-color: #aaaaaa;
        color: #fff;
    }

.checkbox .btn.btn-checked {
    border: 0;
    padding: 0;
    box-shadow: none;
}

    .checkbox .btn.btn-checked span {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

@keyframes ldio-bimhem74jio {
    0% {
        transform: translate(6px,40px) scale(0);
    }

    25% {
        transform: translate(6px,40px) scale(0);
    }

    50% {
        transform: translate(6px,40px) scale(1);
    }

    75% {
        transform: translate(40px,40px) scale(1);
    }

    100% {
        transform: translate(74px,40px) scale(1);
    }
}

@keyframes ldio-bimhem74jio-r {
    0% {
        transform: translate(74px,40px) scale(1):
    }

    100% {
        transform: translate(74px,40px) scale(0);
    }
}

@keyframes ldio-bimhem74jio-c {
    0% {
        background: #85a2b6
    }

    25% {
        background: #fdfdfd
    }

    50% {
        background: #dce4eb
    }

    75% {
        background: #bbcedd
    }

    100% {
        background: #85a2b6
    }
}

.ldio-bimhem74jio div {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(40px,40px) scale(1);
    background: #85a2b6;
    animation: ldio-bimhem74jio 1.36986301369863s infinite cubic-bezier(0,0.5,0.5,1);
}

    .ldio-bimhem74jio div:nth-child(1) {
        background: #bbcedd;
        transform: translate(74px,40px) scale(1);
        animation: ldio-bimhem74jio-r 0.3424657534246575s infinite cubic-bezier(0,0.5,0.5,1), ldio-bimhem74jio-c 1.36986301369863s infinite step-start;
    }

    .ldio-bimhem74jio div:nth-child(2) {
        animation-delay: -0.3424657534246575s;
        background: #85a2b6;
    }

    .ldio-bimhem74jio div:nth-child(3) {
        animation-delay: -0.684931506849315s;
        background: #bbcedd;
    }

    .ldio-bimhem74jio div:nth-child(4) {
        animation-delay: -1.0273972602739725s;
        background: #dce4eb;
    }

    .ldio-bimhem74jio div:nth-child(5) {
        animation-delay: -1.36986301369863s;
        background: #fdfdfd;
    }

.loadingio-spinner-ellipsis-dgoqgglvu06 {
    width: 64px;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
}

.ldio-bimhem74jio {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.64);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-bimhem74jio div {
        box-sizing: content-box;
    }
/* generated by https://loading.io/ */
.load-comments {
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.absolute-button {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
}

    .absolute-button .btn.btn-checked {
        box-shadow: none;
        min-width: 55px;
    }

.material-icons.role-icons {
    padding-right: 0 !important;
}

ul.tree,
ul.tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.tree ul {
        margin-left: 1.0em;
    }

    .tree-intro,
    ul.tree li {
        position: relative;
        margin-left: 0;
        padding-left: 1em;
        margin-top: 0;
        margin-bottom: 0;
        border-left: thin solid #e8e8e8;
        padding-top: 8px;
        padding-bottom: 10px;
    }

        ul.tree li:last-child {
            border-left: none;
        }

        ul.tree li:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 0.5em; /* width of horizontal line */
            height: 1.5em; /* vertical position of line */
            vertical-align: top;
            border-bottom: thin solid #e8e8e8;
            content: "";
            display: inline-block;
        }

        ul.tree li:last-child:before {
            border-left: thin solid #e8e8e8;
        }

.root-tree {
    margin-left: 6px;
}

.root-tree-title {
    padding-left: 0;
}

.node-tree {
    margin-left: 22px;
}

.root-tree-owner {
    margin-left: 12px;
    padding-left: 24px;
    border-left: thin solid #e8e8e8;
    padding-bottom: 12px;
}

.role-icons {
    font-size: 21px;
}

.container.mt-12 {
    margin-top: 12px;
}

.fix-title {
    display: block;
    margin-right: auto;
}

    .fix-title .title {
        margin: 0;
    }

    .fix-title .role-title {
        margin: 0;
        font-size: 14px;
    }

div > iframe {
    display: none !important;
}

.e-input-group-icon.e-date-icon::before, .e-control-wrapper .e-input-group-icon.e-date-icon::before {
    color: #1abc9c !important;
}

.e-input-group.e-error, .e-input-group.e-control-wrapper.e-error, .e-input-group.e-error:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
    border-color: #ced4da !important;
}

.table tr th {
    background-color: #45ac97;
    color: #fff;
}
/*loading destop */
.loader,
.loader:after {
    border-radius: 50%;
    width: 23em;
    height: 23em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.9em solid rgba(255, 255, 255, 0.2);
    border-right: 1.9em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.9em solid rgba(255, 255, 255, 0.2);
    border-left: 1.9em solid #1abc9c;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.numb {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 24px;
    color: #1abc9c;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.tracking-loading {
    width: 200px;
    height: 200px;
    position: relative;
}

    .tracking-loading::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 10px solid transparent;
        border-left-color: rgba(0,0,0,0.2);
        border-right-color: rgba(0,0,0,0.2);
        border-top-color: rgba(0,0,0,0.2);
        animation: Trackingrotate 1s infinite linear;
    }

@keyframes Trackingrotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/*Mobile Loading CSS*/

.loaderMB,
.loaderMB:before,
.loaderMB:after {
    background: #1abc9c;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loaderMB {
    color: #1abc9c;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 8px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loaderMB:before,
    .loaderMB:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loaderMB:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loaderMB:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* generated by https://projects.lukehaas.me/css-loaders/ */

.badge-follower {
    color: #fff;
    background-color: #275361;
}
