/**
 * CUSTOM CSS
 */

.my body, .my, .my p {
    font-family: "Noto Sans Myanmar", Helvetica, sans-serif;
    line-height: 180% !important;
}

.my input, input[name$='_my'], input.my, select.my, textarea.my, .my button {
    font-family: "Noto Sans Myanmar", Helvetica, sans-serif !important;
    font-size: 14px;
}

.my h1, .my h2, .my h3, .my h4, .my h5, .my h6,
h1.my, h2.my, h3.my, h4.my, h5.my, h6.my {
    font-family: "Noto Sans Myanmar", Helvetica, sans-serif;
    line-height: 160% !important;
}

.my .ui-widget {
    font-family: "Noto Sans Myanmar", Arial, sans-serif;
}

.noto-serif {
    font-family: "Noto Serif Myanmar", Arial, sans-serif !important;
}

div.disclaimer {
    display: none;
}

body, .en-font {
    font-family: "Roboto",sans-serif;
}

.font-size-24 {
    font-size: 1.75rem;
}

.line-h15 {
    line-height: 1.5;
}

.header-fixed .page-wrapper .main-header {
    z-index: 10000;
}

.app-brand a {
    padding-left: 0 !important;
    min-height: 75px;
    line-height: normal;
    width: 100%;
}

.app-brand a img {
    max-width: 100%;
    max-height: 100%;
}

.sidebar-minified:not(.left-sidebar) .left-sidebar #sidebar .app-brand a {
    width: 350px;
    margin-left: 2px;
}

.app-brand .brand-name {
    font-size: 1.05rem;
    margin-left: 0.8rem;
}

.navbar .dropdown-menu {
    width: auto;
    min-width: 215px;
    box-shadow: 2px 3px 10px -2px #bababa;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
}

.navbar .navbar-right .navbar-nav li>.dropdown-menu {
    box-shadow: -3px 4px 10px -2px #bababa;
    right: -5px;
}

.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle:after {
    border-color: #fe5461;
}

.navbar .search-form {
    height: 75px;
    padding-right: 1.25rem;
    display: flex;
    border-right: 1px solid#e5e9f2;
}

.sidebar-footer-content {
    padding-top: 0;
}

.sidebar-footer-content .progress {
    margin-bottom: 0.9rem;
}

.sidebar-footer-content .progress-xs {
    height: 6px;
}

.sidebar .sidebar-inner {
    margin-top: 1rem;
}

.sidebar .sidebar-inner >li > a {
    padding: 1rem 1.56rem;
}

.user-menu hr.separator {
    display: none;
}

.user-menu .sidebar-footer {
    background-color: #fff;
    border-bottom: 1px solid #e5e9f2;
}

.user-menu .sidebar-footer-content {
    padding-bottom: 0.35rem;
}

.user-menu .sidebar-footer-content > h6 {
    color: #8a909d;
}

.modal {
    z-index: 10001;
}

.modal-lg.modal-full-width {
    max-width: 98%;
}

.modal .modal-content {
    box-shadow: 0 5px 20px 8px rgba(0,0,0,0.3);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #1b223c;
}

.text-info {
    color: #1e64ff !important;
}

.text-underline {
    text-decoration: underline;
}

.strike {
    text-decoration: line-through;
}

.font-primary {
    color: #3154ff;
}

.font-success {
    color: #15b883;
}

.font-warning {
    color: #f87200;
}

.border-top {
    border-top: 1px solid #dee2e6;
}

.bg-none {
    background: transparent !important;
}

.alert.required-info {
    padding-right: 45px;
}

.breadcrumb .breadcrumb-item a {
    color: #1b223c;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #1b223c;
    text-decoration: underline;
}

.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
}

.datepicker.dropdown-menu {
    z-index: 99999 !important;
}

.ck-editor .ck-content {
    min-height: 150px;
}

.ck-content p,
.ck-content div,
.ck-content ul,
.ck-content ol {
    color: #1b223c !important;
    font-weight: normal;
    font-size: 1em;
    line-height: normal;
}

.ck-content ul,
.ck-content ol {
    padding-left: 40px;
    margin: 5px 0;
}

.ck-content ul li {
    list-style-type: disc;
}

.ck-content p,
.ck-content li {
    line-height: 22px;
}

.ck-content table {
    width: 100%;
}

/************/
/* BASE CSS */
/************/

input.invalid, select.invalid, textarea.invalid, .invalid {
    border: 1px solid #cd0a0a !important;
    color: #cd0a0a !important;
}

span.invalid {
    border: none;
}

input.hide-spinner::-webkit-outer-spin-button,
input.hide-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].hide-spinner {
    -moz-appearance:textfield; /* Firefox */
}

.add-more-group .element-group:first-child .btn-remove {
    display: none;
}

.form-control.datepicker[readonly] {
    background: #fff;
}

.select2-container.select2-container--default {
    width: 100% !important;
    z-index: 1000;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .multiple .select2-selection__placeholder {
    color: #444;
    font-size: 0.98rem;
}

.select2-container--default .select2-selection--single {
    border-color: #e5e9f2;
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 7px;
    padding-left: 15px;
    font-size: 0.98rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 8px;
}

.select2-container--default .select2-selection--multiple {
    border-color: #e5e9f2;
    padding: .4rem .5rem .4rem 1.06rem;
}

.select2-results__option {
    color: #444;
}

/************/
/* OVERLAY */
/***********/

#overlay,
#page-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
    /* The fallback */
    background: rgba(255,255,255,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
}

#overlay #processing,
#page-loading #processing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    background: #ffffff;
    border: 1px #aaaaaa solid;
}

#overlay #processing,
#page-loading #processing {
    opacity: 1;
}

#overlay #processing img,
#overlay #processing div,
#page-loading #processing img,
#overlay #processing div {
    float: left;
}

#overlay #processing div,
#page-loading #processing div {
    padding: 20px 20px 20px 40px;
    background: url(../../../../assets/images/loading.gif) 5px 14px no-repeat;
}

#overlay #processing span,
#page-loading #processing span {
    display: block;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #333333;
}

#overlay #processing span#line1,
#page-loading #processing span#line1 {
    font-size: 15px;
}

#overlay #processing span#line2,
#page-loading #processing span#line2 {
    font-size: 13px;
}

/*****************/
/* JQUERY DIALOG */
/*****************/

.ui-datepicker {
    z-index: 9999 !important;
}

.ui-widget-overlay {
    z-index: 99997;
    opacity: 0.5;
}

.ui-dialog {
    z-index: 99998;
    -moz-box-shadow: 0 0 15px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.3);
}

.ui-dialog .ui-widget-header {
    background: #4c84ff;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close:after {
    content: 'x';
    position: absolute;
    top: 0;
    right: 6px;
    font-weight: bold;
    color: #fff;
}

/*********/
/* TABLE */
/*********/

thead th, tbody tr td {
    color: #1b223c;
}

tbody tr.inactive td {
    color: #8a909d !important;
}

.table .actions {
    width: 40px;
    white-space: nowrap;
}

.table .actions a,
.table .actions span.disabled {
    display: inline-block;
    margin-bottom: 2px;
}

.table td div.overflow,
.list div.overflow {
    overflow: hidden;
    white-space: nowrap;
}

.table tr.table-lightgray {
    background-color: rgba(0, 0, 0, 0.05);
}

/*************/
/* THUMBNAIL */
/*************/

.thumbnail {
    background: #fff;
    border: 1px #e5e9f2 solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
}

.thumbnail span {
    display: none;
}

.thumbnail * {
    vertical-align: middle;
}

.thumbnail a {
    display: block;
    overflow: hidden;
}

.thumbnail .img {
    display: table-cell;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.thumbnail.thumbnail-100,
.thumbnail.thumbnail-100 a,
.thumbnail.thumbnail-100 .img {
    width: 100px;
    height: 92px;
}

.thumbnail.thumbnail-200,
.thumbnail.thumbnail-200 a,
.thumbnail.thumbnail-200 .img {
    width: 200px;
    height: 194px;
}

.thumbnail.thumbnail-300,
.thumbnail.thumbnail-300 a,
.thumbnail.thumbnail-300 .img {
    width: 300px;
    height: 294px;
}

.thumbnail.thumbnail-400,
.thumbnail.thumbnail-400 a,
.thumbnail.thumbnail-400 .img {
    width: 400px;
    height: 394px;
}

.thumbnail-preview-ext {
    color: #8c8c8c;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
}

.letterhead.thumbnail,
.letterhead.thumbnail a,
.letterhead.thumbnail .img {
    width: 508px;
    height: 98px;
    font-size: 13px;
    color: #8a909d;
}

.letterhead.thumbnail a,
.letterhead.thumbnail .img {
    width: 500px;
    height: 90px;
}

/********************/
/* AsynFileUploader */
/********************/

.asynfileuploader {
    cursor: default;
    overflow: hidden;
}

.asynfileuploader-progress {
    display: none;
    width: 100px;
}

.asynfileuploader-progress div {
    background: url(../../../../assets/images/asyn-file-uploader/throbber.gif) repeat-x;
    border: 1px #000000 solid;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    height: 15px;
}

.asynfileuploader-button {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    padding: 0;
    position: relative;
    margin: 0;
    vertical-align: middle;
    zoom: 1;
}

.asynfileuploader-button span {
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 3px;
}

.asynfileuploader iframe {
    border: none;
    cursor: pointer;
    filter: alpha(opacity:0);
    height: 28px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 95px;
}

.asynfileuploader-delete {
    display: inline-block;
    height: 16px;
    margin-left: 3px;
    margin-top: 3px;
    width: 16px;
    vertical-align: text-bottom;
}

.asynfileuploader-delete a {
    background: url(../../../../assets/images/asyn-file-uploader/delete.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.asynfileuploader-delete span {
    display: none;
}

.asynfileuploader-file-info {
    display: block;
}

.asynfileuploader-error {
    display: none;
    padding: 2px 0;
}

.asynfileuploader-error .message {
    margin-top: 3px;
}

.shepherd-text .my {
    font-weight: 600;
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow:after {
    transform: rotate(90deg);
}

.shepherd-element[data-popper-placement^='right'] .shepherd-arrow:before,
.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow:before {
    display: none;
}

.shepherd-element[data-popper-placement^='right'] .shepherd-arrow {
    left: -25px;
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow {
    top: -27px;
}

.shepherd-element .shepherd-arrow:after {
    content: url(../images/arrow.svg);
    display: inline-block;
}

.me-3 {
    margin-right: 1rem!important;
}

.text-start {
    text-align: left !important;
}

p.my {
    line-height: 27px;
}

.form-text,
.form-text.my {
    font-size: 94%;
    padding-top: 1px;
}

.form-text.my .en-font {
    text-transform: uppercase;
}

.modal .pricing-header h2 {
    display: none;
}

#form-exp-modal #exp-staff-row {
    display: none;
}

#invoice .table tr td {
    border-top: none;
}

#invoice .table.table-address tr td:first-child {
    padding-left: 0;
    width: 80%;
}

#invoice .table.table-address tr td:last-child {
    width: 20%;
}

#invoice-letterhead {
    text-align: center;
}

#invoice-letterhead img,
#invoice-letterfoot img {
    height: 110px;
}

#invoice br {
    display: none;
}

#invoice-letterfoot .letterfoot-text {
    border-top: 2px solid #dee2e6;
    text-align: center;
    padding-top: 10px;
}

.shepherd-element {
    z-index: 99999;
}

section.section h1 {
    font-size: 2.2rem;
}

section.section h2 {
    color: #555;
    padding: 10px 0 5px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

section.section h3 {
    color: #666;
}

section.section ul {
    margin: .5em 2em;
}

section.section ul li {
    list-style-type: square;
    font-size: 0.98rem;
    line-height: 1.7;
}

section.section p {
    line-height: 1.7;
}

.copyright .policy-links {
    padding-right: 1.25rem;
}

.table-container {
    overflow-x: auto;
}

.tool-buttons .btn {
    margin-right: .25rem !important;
    margin-bottom: .25rem !important;
}

.new-feature-flag {
    background: #fff;
    color: #007bff;
    border: 1px solid #007bff;
    position: absolute !important;
    z-index: 1001;
    font-weight: bold;
    font-size: 10px;
    animation: bounce 1.2s infinite;
}

.bg-alice-blue {
    background-color: aliceblue !important;
}

.bg-azure {
    background-color: azure !important;
}

.pricing-title {
    line-height: 1.3;
    padding-top: 1em;
    border-radius: 35px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-6px);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-3px);
    }
    80% {
        transform: translateY(0);
    }
}

/**************/
/* RESPONSIVE */
/**************/

@media (min-width: 768px) {
    .ms-md-auto {
        margin-left: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .copyright {
        text-align: center;
    }

    .copyright .policy-links {
        margin-top: 5px;
    }

    #sidebar .app-brand a {
        width: 250px;
    }

    .sidebar-minified .left-sidebar #sidebar .app-brand a {
        width: 250px !important;
        margin-left: 0 !important;
    }

    .add-more-group .element-group {
        border-bottom: 1px dashed #b0b0b0;
    }

    .add-more-group .element-group:last-child {
        border-bottom: none;
    }

    /*.add-more-group .element-group div:nth-of-type(2) input {*/
    /*    position: relative;*/
    /*}*/

    /*.add-more-group .element-group div:nth-of-type(2) input:before {*/
    /*    content: 'Qty.';*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*}*/

    #invoice .table.table-address tr td {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .letterhead.thumbnail,
    .letterhead.thumbnail a,
    .letterhead.thumbnail .img {
        width: 100%;
    }

    .page-link {
        padding: 0.6rem 0.95rem;
    }

    .pagination .page-item:first-child .page-link,
    .pagination .page-item:last-child .page-link {
        height: 38px;
        padding: 0.6rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .table .actions {
        white-space: normal;
    }

    .add-more-group .element-group {
        margin-bottom: 10px;
    }

    .add-more-group .element-group:last-child {
        margin-bottom: 0;
    }

    .table .actions a, .table .actions span.disabled {
        margin-bottom: 5px;
    }

    .table .actions a:last-child, .table .actions span.disabled:last-child {
        margin-bottom: 0;
    }

    .btn-sm, .btn-group-sm>.btn {
        padding: .35rem .7rem;
        font-size: .86562rem;
    }

    .trial-title {
        font-size: 120%;
    }
}

/* No less than 396px, no greater than 479px */
@media (min-width: 396px) and (max-width: 479px) {
    .card-header.plan-30 {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }
}

@media (min-width: 992px) {
    .copyright .policy-links {
        padding-right: 2.69rem;
    }
}

@media (min-width: 1200px) {
    .copyright .policy-links {
        padding-right: 5.5rem;
    }
}

@media print {
    @page {
        margin: 12mm;
    }

    body {
        margin: 0;
        background: #fff;
    }

    .page-wrapper {
        padding: 0 !important;
    }

    .content {
        padding-top: 0 !important;
    }

    .tooltip {
        display: none;
    }

    .table thead {
        display: table-header-group;
    }

    .table tfoot {
        display: table-footer-group;
    }

    .table.table-striped thead tr th {
        border-top-color: #555;
        border-bottom-color: #555;
        border-bottom-width: 1px;
    }

    .table.table-striped tr.print-border-top td {
        border-top: 1px #000 solid;
    }

    .table.table-striped {
        border-bottom: 1px #000 solid;
    }

    #invoice .table.table-address tr td {
        display: table-cell !important;
    }

    .card {
        border: none;
    }

    .card .card-body {
        padding: 0;
    }
}
