@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

[dir=ltr] .page__heading h1 {
    line-height: 1;
    padding: 15px 0;
    font-size: 1.5em;
}

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

[dir=ltr] .navbar-light .navbar-brand img {
    width: auto;
    max-width: 100px;
    /* height: 100% !important; */
}
.layout-login-centered-boxed__form.card h1.text-center.h6.mb-4 {
    position: relative;
    top: -15px;
}

[dir=ltr] .btn-group .btn-light,
[dir=ltr] .btn-group .btn .material-icons {
    color: #363b52 !important;
}
div#navbar .container-fluid.p-0 img.mr-2 {
    height: 60px !important;
}

@media screen and (max-width:1499px) {

    .btn-group .btn-light,
    .btn-group .btn .material-icons {
        font-size: 13px;
    }

}

/** Invoice CSS **/
.invoice-cover {
    border: solid 1px #eee;
    padding: 6% 9%;
    background: #fff;
    overflow: hidden;
}

.invoice-cover.pb-0 {
    padding-bottom: 0;
}

.invoice-head {
    border-bottom: solid 1px #eee;
    padding-bottom: 23px;
    position: relative;
    padding-top: 0;
}

.invoice-head .badge {
    position: absolute;
    top: 5px;
    left: 100%;
    font-size: 14px;
    padding: 5px 15px;
    line-height: 1;
}

.invoice-head .logo {
    max-width: 235px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: baseline;
}

.invoice-head .logo img {
    max-width: 100%;
}

.company-address,
.title {
    text-align: right;
    display: inline-block;
    width: calc(100% - 239px);
    vertical-align: bottom;
}

.title {
    text-align: left;
}

.title h2 {
    position: relative;
    display: inline-block;
    padding-right: 18px;
}

.company-address p {
    margin-bottom: 5px;
}

.company-address ul {
    margin: 0;
    padding: 0;
}

.company-address ul li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.invoice-client-head {
    padding: 20px 0;
}


.invoice-client-head .left-side,
.invoice-client-head .right-side {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}

.invoice-client-head .right-side {
    text-align: right;
}

.invoice-client-head p {
    margin: 0;
}

.invoice-client-head p span {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 6px;
    color: #363b52;
}

.invoice-client-head p span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 1px 0 5px;
}

.invoice-client-head .left-side p span::after {
    width: 147px;
}

.invoice-client-head .right-side p {
    margin-bottom: 14px;
}

.invoice-client-head .right-side p strong {
    font-weight: 400;
}

.invoice-cover main>table {
    width: 100%;
    border: none;
    margin-bottom: 40px;
    table-layout: fixed;
}

.invoice-cover table th {
    padding: 15px 0px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    color: #363b52;
}

.invoice-cover table td {
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.invoice-cover table th:first-child,
.invoice-cover table td:first-child {
    text-align: left;
}

.invoice-cover table th:last-child,
.invoice-cover table td:last-child {
    text-align: right;
}


.invoice-cover table td.no-color {
    background: #fff;
}

.invoice-cover table td.no-padding {
    padding: 0px;
}

.invoice-cover table td.add-top-padding {
    padding-top: 20px;
}

.invoice-cover table td.vTop {
    vertical-align: top;
}

.invoice-cover table td.no-border {
    border: none;
}

.invoice-cover table tr:nth-child(2n-1) td {
    background: #fff;
}


.invoice-cover table table {
    width: 100%;
}

.invoice-cover table table tr td {
    padding: 6px 0px;
}

.invoice-cover table td.grand.total {
    background: #308af3;
    color: #fff;
    font-weight: 700;
    padding: 13px 3px;
    position: relative;
}

.invoice-cover table table td:first-child {
    padding-left: 14px !important;
}

.invoice-cover table td.grand.total.desc.grand.total:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -137px;
    background: #308af3;
    left: 100%;
}

.invoice-footer-outer {
    background: #e5e7e8;
    padding: 2% 9%;
}

.invoice-footer-outer p {
    margin: 0;
}

.invoice-cover .inputLink input {
    width: calc(100% - 100px);
    border: solid 1px #c5c5c5;
    background-color: #f3f3f3;
    color: #888383;
    font-size: 15px;
    height: 36px;
    padding: 2px 3px 2px 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
}

.invoice-cover .notice {
    padding: 20px;
    background: rgb(238, 238, 238, 0.48);
    height: 101px;
    overflow: auto;
    margin-right: 20px;
}

.invoice-cover .notice pre,
.invoice-cover .notice p {
    white-space: pre-line;
    font-size: 14px;
    font-family: muli, sans-serif;
    color: #5c6482;
    line-height: 1.5;
    margin: 0;

}

.invoice-cover .invoice-footer-outer {
    background: transparent;
    padding: 2% 0%;
    border-top: solid 1px #eee;
    margin-top: 6%;
}


/** Invoice CSS End **/

#copyLinkModal .inputLink {
    margin: 30px 0 50px;
    position: relative;
}

#copyLinkModal .inputLink input {
    width: 100%;
    height: 42px;
    background: #f5f5f5;
    border: solid 1px #e4e4e4;
    margin: 0px;
    padding: 2px 20px;
    color: #777777;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    border-radius: 4px;
    padding-left: 40px;
}

#copyLinkModal .inputLink input:focus {
    outline: none;
    border-color: #e4e4e4;
}

#copyLinkModal .inputLink:before {
    content: "\f0ea";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 14px;
    left: 30px;
}

[dir=ltr] #exampleModal .modal-dialog {
    max-width: 820px;
}

#exampleModal input {
    border-radius: 0px;
    box-shadow: none;
}

[dir=ltr] .card-form__body {
    background-color: rgb(239, 239, 239, 0.39);
}

[dir=ltr] .card-form .card-form__body .col-sm-auto {
    width: calc(100% / 4);
    padding: 0 10px;
}

.card-form .card-form__body .row+.row.mb-2 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 2px;
    margin: 0 !important;
    font-size: 11px;
}

[dir=ltr] .card-form .card-body-form-group {
    position: relative;
}

#pay_all_invoice{
    padding: 7px 30px;
}

[dir=ltr] table td.h6{
    font-size: 0.875rem;
}

@media screen and (max-width:1499px) {

    [dir=ltr] .mdk-drawer-layout .mdk-drawer[data-persistent],
    [dir=ltr] .mdk-drawer__content {
        width: 260px;
    }
}

.badge.badge-orange {
    color: #fff;
    background-color: #FF9800;
}


/* new css */
body {
    color: #212121 !important;
}
.sidebar-menu-button,
.material-icons {
  color: #212121 !important;
}
.active > .sidebar-menu-button,
.active > .sidebar-menu-button .sidebar-menu-icon,
.sidebar-menu-button:hover,
.sidebar-menu-button:hover .sidebar-menu-icon {
  color: #308AF3 !important;
}
.btn .material-icons {
    color: #FFF !important;
}
.btn-link .material-icons {
    color: #308AF3 !important;
}
.btn-light .material-icons {
    color: #363b52 !important;
}
.text-danger .material-icons {
    color: #dc3545 !important;
}
[dir=ltr] .border-xl {
    border-color: #212121 !important;
}
.badge {
    text-align: center !important;
    justify-content: center !important;
}
[dir=ltr] .btn-group .btn-light,
[dir=ltr] .btn-group .btn .material-icons {
    color: #FFF !important;
}
[dir=ltr] .mdk-drawer__scrim,
[dir=ltr] .mdk-drawer__content {
    z-index: 9;
}
i.material-icons.text-primary.icon-20pt {
    color: #000 !important;
}
i.material-icons.icon-16pt {
    color: #000 !important;
}

.profile-btn > span::after {
    content: '';
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: relative;
    top: 2px;
}
[dir=ltr] .navbar.navbar-expand-sm .dropdown-menu {
    overflow-y: unset !important;
}

img.navbar-brand-icon {
    height: 70px;
}


