body.gasLiquid-layout {
    background: #f7faff;
    overflow-x: hidden;

}

.gasLiquid-header {
    padding: 10px 0 20px;
}

.brand-logo2 {
    max-width: 90px;
    float: right;
    margin-left: 12px;
}

.branding-text h1 {
    font-size: 1.15rem;
    font-family: 'DroidArabicKufi', sans-serif;
    margin-top: 5px;
    line-height: 1.8;
}


#user-info-box {
    border: 1pt solid #b17e2e;
    border-radius: 20px;
    padding: 1px 40px 1px 10px;
    background: #fff;
    text-align: right;
    margin: 7px auto 3px;
    position: relative;
}

#user-info-box .icon-user {
    background: #f8cc86;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 9px
}

.name-span-1 {
    color: #b17e2e;
    font-size: 0.9rem;
    font-family: 'DroidArabicKufi', sans-serif;
    line-height: 1.1;
    font-weight: bold
}

.name-span-2 {
    color: #646464;
    font-size: 0.85rem;
    font-family: 'DroidArabicKufi', sans-serif;
    line-height: 1.1;
}

.gasLiquid-layout .top-clock {
    color: #b17e2e;
    text-align: left;
    padding: 2px 0;
    display: inline-flex;
    direction: ltr;
}

.gasLiquid-layout
#clockbox {
    color: #fff;
    display: inline-flex;
    font-size: 14px;
}

.gasLiquid-layout
.calander-icon {
    color: #b17e2e;
    font-size: 1.7rem;
    margin-left: 5px
}

.gasLiquid-layout
#clockbox .time {
    margin-left: 5px;
}

.logout-link {
    font-size: 14px;;
    color: #fff;
    font-family: 'DroidArabicKufi', sans-serif;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    direction: ltr;
}

.logout-link:hover {
    color: #b17e2e
}

.gasLiquid-wrap {
    /*    padding: 0 30px 80px;*/
    padding: 0 30px 20px;
    position: relative;
    min-height: 100vh;
    margin: 0 auto;

}

.gasLiquid-content {

}

.Breadcrumbs-box {
    margin-top: 5px;
    border-radius: 15px;
    overflow: hidden
}

.breadcrumb-container {
    margin-bottom: 15px;
}

.back-button {
    width: 85px;
    margin-right: 5px
}

.breadcrumb-row {
    display: flex;
    width: 100%;

}

.Breadcrumbs-box {
    width: calc(100% - (90px));
    min-width: 70%;
    max-width: calc(100% - (90px))
}

.breadcrumb li:last-child {
    color: #b17e2e;
    background: none;
    font-weight: bold;
}

.btn-back {
    color: #fff;
    text-decoration: none;
    border: none;
    box-shadow: none;
    vertical-align: baseline;
    padding: 5px 10px 6px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: center;

    background: #b17e2e;
    min-width: 85px;
    font-weight: normal;
    margin-top: 10px;
}

.btn-back:hover {
    background: #9f7025;
}

.gasLiquid-layout .breadcrumb {
    background: none;
    margin-bottom: 0;
}

.gasLiquid-layout .breadcrumb li:active {
    color: #b17e2e
}


.footer-wrap {
    text-align: center;
    padding: 10px 0 10px;
    width: 100%;
    /*position: absolute;*/
    position: relative;
    bottom: 0;

}

.footer-wrap img {
    margin-top: 20px

}

.gasLiquid-layout .btn {
    min-width: 80px
}

.gasLiquid-layout .btn-primary {
    background-color: #ecbb6e;
    border-radius: 7px;
    border-color: #ecbb71;
}

.gasLiquid-layout .btn-danger {
    background-color: #dc3545;
    color: #fff;
    border-radius: 10px;
}

.gasLiquid-layout .btn-danger:hover {
    background-color: #fff;
    color: #dc3545;
}


.inline-form {
}

.inline-form .form-group {
    display: flex;
}

.inline-form .form-group label {
    white-space: nowrap;
    padding-left: 10px;
}

/* ------------------------------------------------------- */
.card-sell-send {
    background: #ffefe0;
    padding: 17px 40px 10px;
    position: relative;
    border: 1pt solid #fadaa6;
}

.icon-card-sell {
    position: absolute;
    top: -20px;
    right: -15px;
    width: 49px;
    height: 53px;
}

#card-sell-send-frm h3 {
    color: #fadaa6;
    font-size: 1.1rem;
}

.table-border-radius {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #d1dddf;
}

.table-style-main {
    border-color: #d1dddf;
    margin: 0 auto;
    background: #fff;
}

.table-style-main td .btn {
    padding: 0;
}

.table-style-main thead tr th {
    text-align: center;
    color: #000;
    background: #e4faff;
    padding: 5px 3px;
    vertical-align: middle;
    font-size: 0.9rem;
}

.table-style-main thead tr th a {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;

}

.table-style-main thead tr th a:before {
    content: "\f0dc";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #000;
    display: inline-block;
    width: 15px;
}


.table-style-main thead tr th,
.table-style-main table tr th {
    text-align: center;
    color: #000;
    background: #e4faff;
}

.table-style-main tbody tr td,
.table-style-main tfoot tr td {
    text-align: center;
    color: #080808;
    vertical-align: baseline;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 5px 3px;
}

.table-style-main tr:nth-of-type(2n) td {
    text-align: center;
    color: #0b75af;
    background: #f4f4f4;

}

.table-style-main tbody tr td a,
.table-style-main tfoot tr td a, .table-style-main thead tr th a,
.table-style-main table tr th a {
    text-decoration: none;
    padding: 0
}

.table-head-bg-info {
    border-color: #d1dddf;
    margin: 0 auto;
}

.table-head-bg-info thead tr th {
    text-align: center;
    color: #000;
    background: #e4faff;
    padding: 5px 3px;
    vertical-align: middle;
    font-size: 0.9rem;
}


.table-head-bg-info thead tr th a {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;

}

.table-head-bg-info thead th a:before {
    content: "\f0dc";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #000;
    display: inline-block;
    width: 15px;
}


.table-head-bg-info tr th {
    text-align: center;
    color: #000;
    background: #e4faff;
}

.table-head-bg-info tr td {
    text-align: center;
    color: #080808;
    vertical-align: baseline;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 5px 3px;
}

.table-head-bg-info tr:nth-of-type(2n) td {
    text-align: center;
    color: #0b75af;
    background: #f4f4f4;

}

.table-head-bg-yellow thead tr th {
    text-align: center;
    color: #000;
    background: #feffe4;
    padding: 3px 3px;
    vertical-align: middle;
    font-size: 0.9rem;
    border: none
}

.table-head-bg-yellow thead tr.tr-thead-2 th {
    text-align: center;
    color: #000;
    background: #feffe4;
    padding: 3px 3px;
    vertical-align: middle;
    font-size: 0.85rem;
    border: 1px solid #d4d4ce;
}


/*----------------------------------------*/


.header-toolbar-row {
    background: #f8cc86;
    border-radius: 20px;
    padding: 11px 12px;
    margin: 7px auto 3px;
}


.header-toolbar-row .icon-log-out:before {
    content: "\eb42";

    font-size: 17px;
    padding-right: 7px;
    color: #b17e2e
}


.gasLiquid-layout .btn {
    padding: 5px 10px;
    font-size: 0.9rem
}

.gasLiquid-layout .btn-primary, .gasLiquid-layout .btn-primary.disabled,
.gasLiquid-layout .btn-primary:disabled, .gasLiquid-layout .btn-primary:not([disabled]):not(.disabled):active,
.gasLiquid-layout .btn-primary:not([disabled]):not(.disabled).active,
.gasLiquid-layout .show > .btn-primary.dropdown-toggle, .gasLiquid-layout .btn-primary:hover, .gasLiquid-layout .btn-primary:focus {
    background: #ecbb6e;
    border-radius: 7px;
    border: 1px solid #ecbb71;
    color: #fff;
}


.gasLiquid-layout .btn-primary.disabled, .btn-primary:disabled,
.gasLiquid-layout .btn-primary:not([disabled]):not(.disabled):active,
.gasLiquid-layout .btn-primary:not([disabled]):not(.disabled).active,
.gasLiquid-layout .show > .btn-primary.dropdown-toggle, .gasLiquid-layout .btn-primary:hover, .gasLiquid-layout .btn-primary:focus {
    background: #efa839;
    box-shadow: none;
}

.gasLiquid-layout .btn-success,
.gasLiquid-layout .btn-success.disabled,
.gasLiquid-layout .btn-success:disabled {
    background-color: #349c40;
    border-color: #349c40;
    color: #fff
}

.gasLiquid-layout .btn-success:not([disabled]):not(.disabled):active,
.gasLiquid-layout .btn-success:not([disabled]):not(.disabled).active,
.gasLiquid-layout .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1d6b26;
    border: none;
    box-shadow: none;
}

.gasLiquid-layout .btn-success:hover,
.gasLiquid-layout .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(236, 187, 113, 0.39);
    border: none;
    background: #1d6b26;
}

.gasLiquid-layout .btn-green {
    color: #000;
    border: 1px solid #cad680;
    background: #cad680;
}

.gasLiquid-layout .btn-green:hover {
    color: #000;
    border: 1px solid #cad680;
    background: #9fad4a;
}

.gasLiquid-layout .btn-default {
    color: #4f4f4f;
    border: 1px solid #ccc;
    background: #c4c3c3;
}

.gasLiquid-layout .btn-default:hover {
    color: #9b9b9b;
    border: 1px solid #ccc;
    background: #fff;
}

.inline-form {
}

.inline-form .form-group {
    display: flex;
    margin: 0 auto;
}

.inline-form .form-group label {
    white-space: nowrap;
    padding-left: 10px;
}

/* ------------------------------------------------------- */
.card-sell-send {
    background: #ffefe0;
    padding: 17px 40px 10px;
    position: relative;
    border: 1pt solid #fadaa6;
}

.icon-card-sell {
    position: absolute;
    top: -20px;
    right: -15px;
    width: 49px;
    height: 53px;
}

#card-sell-send-frm h3 {
    color: #e3a229;
    font-size: 1.1rem;
}

.card-bg-white {
    padding: 15px 15px;
    border-radius: 10px;
    background: #fff;
    border: 1pt solid #e9e9e9;
}

#selle-info {
    padding: 15px 15px 0;
    border-radius: 10px;
    background: #fff;
    border: 1pt solid #e9e9e9;
}

.card-bg-white span {
    color: #000;
    padding-left: 5px
}

.card-bg-white strong {
    color: #3346d3;
    font-size: 1rem
}

.text-success,
.card-bg-white strong.text-success {
    color: #46d333
}

.card-bg-white strong.number-font {
    font-family: Lato, sans-serif
}

.form-box-d-table {
    display: table;
    margin: 10px auto;
    padding: 18px 15px;
    border-radius: 15px 15px 0 0
}

.green-form-box {
    background: #e4ffe7
}

.alert-box-d-table {
    display: table;
    margin: 42px auto 0;
    padding: 25px 15px 0;
    border-radius: 15px 15px 0 0;
    position: relative;
    text-align: center;
}

.alert-box-d-table.border-radius-15 {

    border-radius: 15px;

}

.alert-box-d-table:before {
    display: block;
    content: "";
    background: url("../images/gasliquid-icons/alert.png") no-repeat top center;
    width: 100%;
    height: 46px;
    position: absolute;
    top: -30px;
    right: 0
}

.danger-alert-box {
    background: #ffe4e3
}

.yellow-alert-box {
    background: #fcfee6
}

.gray-alert-box {
    background: #f4f4f6
}

.alert-title-text {
    font-family: DroidArabicKufi, sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

.danger-alert-title-text {
    color: #d52123
}

.alert-text {
    font-family: DroidArabicKufi, sans-serif;
    font-size: 0.9rem;
}

.alert-text strong {
    color: #000;
    font-size: 1rem;
}

.alert-box-d-table .table-border-radius {
    width: 100%;
    margin: 10px auto;
    border-top: 1px solid #c9a188;

}

.alert-box-d-table table {
    width: 100%;

    border: 1px solid #ccc;
}

.alert-box-d-table table th {
    border: 1px solid #c9a188;
    border-left: none;
    border-right: none;
    background: #fee8d1;
    font-size: 0.9rem;
    text-align: center;
    color: #402e1a;
    padding: 5px 5px;
}

.alert-box-d-table table td {
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background: #fff;
    font-size: 0.9rem;
    text-align: center;
    color: #000;
    padding: 5px 5px;
}

.table-border-radius {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #d1dddf;
}

.table-head-bg-info {
    border-color: #d1dddf;
    margin: 0 auto;
}

.table-head-bg-info thead th {
    text-align: center;
    color: #000;
    background: #e4faff;
    padding: 5px 3px;
    vertical-align: middle;
    font-size: 0.9rem;
}

.table-head-bg-info thead th a {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;

}

.table-head-bg-info thead th a:before {
    content: "\f0dc";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #000;
    display: inline-block;
    width: 15px;
}


.table-head-bg-info th {
    text-align: center;
    color: #000;
    background: #e4faff;
}

.table-head-bg-info tr td {
    text-align: center;
    color: #080808;

    font-weight: 600;
    font-size: 0.85rem;
    padding: 5px 3px;
    background: #fff;
    vertical-align: middle !important;
}

.table-head-bg-info tr:nth-of-type(2n) td {
    text-align: center;
    color: #000;
    background: #f4f4f4;

}

table .action-btn-td a {
    text-decoration: none;
    font-size: 18px;
    color: #696b6c;
    margin: 2px 2px;
    display: inline-block;
}


.gray-box {
    border: 1px solid #e2e2e2;
    background: #f4f4f6;
    border-radius: 15px;
    padding: 15px 15px 10px;
    margin: 20px auto 10px;
}

.report-list-box {
    border: 1px solid #e2e2e2;
    background: #f4f4f6;
    border-radius: 15px;
    padding: 15px 15px 10px
}

.report-list-title {
    font-family: DroidArabicKufi, sans-serif;
    font-size: 1.3rem
}

.report-list-title h3 {
    font-family: DroidArabicKufi, sans-serif;
    font-size: 1.3rem;
    margin: 0 auto;
}

.report-list-title span {
    font-family: DroidArabicKufi, sans-serif;
    font-size: 1.3rem;

    color: #0b75af;
    margin: 0 3px
}

.btn-search-icon {
    background: #00d0ff;
    padding: 5px 20px 5px 15px;
    text-alight: center;
    color: #000;
    border-radius: 10px;
    font-size: 15px;
    min-width: 85px;
    position: relative;
}

.btn-search-icon:before {
    background: url("../images/gasliquid-icons/blue-search-icon.png") no-repeat right top;
    position: absolute;
    top: -12px;
    right: -9px;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
}

.btn-search-blue {
    background: #00d0ff;

}


.btn-search-orange {
    background: #ffb400;

}


.gasLiquid-layout
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/gasliquid-icons/select-arow2.png) no-repeat;
    background-position: left;
    width: 100% !important;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    height: 28px;
    min-width: 65px;
    text-align: right;
}

.gasLiquid-layout
input.form-control {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #cacaca;
}

.display-input-flex {
    display: flex;
    align-items: center;
}

.search-listtable .form-group {
    margin-top: 1px
}

table a {
    text-decoration: none;
}

/*gasliquid-main-dashborard----------------*/
.gasliquid-main-dashborard {
    margin: 10px auto;
}

.gasliquid-main-items {
    text-align: center;
    margin: 15px auto;
}

.gasliquid-main-items h3 {
    text-align: center;
    font-size: 1.4rem;
    font-family: 'DroidArabicKufi', sans-serif;
    color: #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 7px 5px;
    margin: 0 auto;
}

.gasliquid-main-items img {
    min-height: 308px
}

.agent-info-box1 {
    margin-top: 20px
}

.last-gasliquid-info {
    background: #47d334;
    border: 1px solid #228913
}

.last-gasliquid-info th {
    background: #228913;
    border: 1px solid #228913;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    color: #fff
}

.last-gasliquid-info td {
    background: #47d334;
    border: none;
    padding: 5px;
    text-align: right;
    color: #000;
}

.last-gasliquid-info span {
    color: #000;
    text-align: left;
    min-width: 80px
}

.last-gasliquid-info strong {
    color: #fff000;
}

.gas-liquid-search-filters {
    border: 1px solid #e2e2e2;
    background: #f4f4f6;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px 15px 0;

}

.gas-liquid-search-filters .inline-form {
    margin: 5px auto
}

.gas-liquid-search-filters .inline-form label {
    min-width: 100px;
    text-align: left;
    padding-left: 7px
}

.gasliquid-panel-main-btns {
    height: 100%;
}

.gasliquid-panel-btn {
    height: 100%;
    margin-bottom: 10px;

}

.gasliquid-panel-btn .btn {
    height: 100%;
    width: 100%;
    background: #baeeff url("../images/gasliquid-icons/gasliquid-factory.png") right bottom no-repeat;
    border-radius: 15px;
    color: #0e7799;
    font-family: DroidArabicKufi, sans-serif;
    font-weight: bold;
    padding: 10px 70px 10px 6px;
    white-space: pre-wrap;
    display: grid;
    align-items: center;
    font-size: 1.2rem;
    min-height: 158px
}

.gasliquid-panel-btn .btn-gasliquid-factory {;
    background: #baeeff url("../images/gasliquid-icons/gasliquid-factory.png") right bottom no-repeat;
    color: #0e7799;
}

.gasliquid-panel-btn .btn-gasliquid-agentsgas {;
    background: #c2efdf url("../images/gasliquid-icons/gasliquid-agents.png") right bottom no-repeat;
    color: #2f9f77;
}

.gasliquid-panel-btn .btn-gasliquid-factorysale {;
    background: #ffefad url("../images/gasliquid-icons/gasliquid-factorysale.png") right bottom no-repeat;
    color: #a78f2e;
}

.gasliquid-panel-btn .btn-gasliquid-agentbuy {;
    background: #d6daff url("../images/gasliquid-icons/gasliquid-agentbuy.png") right bottom no-repeat;
    color: #6d74b1;
}

.export-div a {
    color: #000;
    font-size: 22px
}

.export-div .btn {
    color: #000
}

.export-div .info-date {
    display: block;
    text-align: center;
    color: #007eff;
    font-weight: bold
}

table .action-btn-td a.print-estemare {
    text-decoration: none;
    font-size: 13px;
    color: #000;
    background: #e4ffe7;
    padding: 1px 27px 1px 10px;
    position: relative;
    font-family: DroidArabicKufi, sans-serif
}

a.print-estemare:before {
    background: url("../images/gasliquid-icons/print-estemare.png") no-repeat right top;
    position: absolute;
    top: -7px;
    right: -5px;
    content: "";
    display: block;
    width: 27px;
    height: 29px;
}

table .action-btn-td .btn-bg-icon {
    text-decoration: none;
    font-size: 13px;
    color: #000;
    background: #e4ffe7;
    padding: 1px 27px 1px 10px;
    position: relative;
    font-family: DroidArabicKufi, sans-serif;
    margin: 3px 5px
}

.btn-bg-icon:before {
    background: url("../images/gasliquid-icons/create-btn.png") no-repeat right top;
    position: absolute;
    top: -7px;
    right: -5px;
    content: "";
    display: block;
    width: 27px;
    height: 29px;
}

table .action-btn-td {
    white-space: nowrap
}

table .action-btn-td .RegisterDailyReport-btn {
    text-decoration: none;
    font-size: 13px;
    color: #000;
    background: #e4ffe7;
    border: none;
    padding: 1px 27px 1px 10px;
    position: relative;
    font-family: DroidArabicKufi, sans-serif
}

.RegisterDailyReport-btn:before {
    background: url("../images/gasliquid-icons/create-btn.png") no-repeat right top;
    position: absolute;
    top: -7px;
    right: -5px;
    content: "";
    display: block;
    width: 27px;
    height: 29px;
}

table .action-btn-td a.Show-factory-btn {
    text-decoration: none;
    font-size: 13px;
    border: none;
    color: #000;
    background: #fff1e6;
    padding: 1px 27px 1px 10px;
    position: relative;
    margin: 3px 5px;
    font-family: DroidArabicKufi, sans-serif
}

a.Show-factory-btn:before {
    background: url("../images/gasliquid-icons/factory-panel.png") no-repeat right top;
    position: absolute;
    top: -7px;
    right: -5px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
}

table .action-btn-td a.factory-sale-btn {
    text-decoration: none;
    font-size: 13px;
    border: none;
    color: #000;
    background: #85ffff;
    padding: 1px 27px 1px 10px;
    position: relative;
    font-family: DroidArabicKufi, sans-serif
}

a.factory-sale-btn:before {
    background: url("../images/gasliquid-icons/factory-sale-detaile.png") no-repeat right top;
    position: absolute;
    top: -7px;
    right: -5px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
}

#sum-table-box1 {
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #f3f3bf;
}

.sum-table1 {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
}

.sum-table1 .sum-name {
    max-width: 150px;
    text-align: center;
    background: #f0f284;
    color: #000;
    font-size: 1rem;
    border-left: 1px solid #f3f3bf;
    border-bottom: 1px solid #f3f3bf;
    padding: 6px 3px;
    min-width: 120px;
    width: 120px;
}

.sum-table1 thead th {
    text-align: center;
    background: #f0f284;
    color: #000;
    font-size: 1.3rem;

    line-height: 1.5;
    padding: 8px 5px;
    font-weight: bold;
    border-bottom: 1px solid #f3f3bf;
}

.sum-table1 tbody th {
    text-align: center;
    background: #f0f284;
    color: #000;
    font-size: 1.3rem;
    border-left: 1px solid #f3f3bf;
    line-height: 1.5;
    padding: 8px 5px;
    font-weight: bold;
    vertical-align: baseline;
}

.sum-table1 tbody td {
    text-align: center;
    background: #f0f284;
    color: #000;
    font-size: 1rem;
    border: 1px solid #f3f3bf;
    line-height: 1.5;
    padding: 8px 5px;
    font-weight: bold;
    vertical-align: baseline;
}

.sum-table1 tbody td b {

    color: #000;
    font-size: 1rem;
    width: 38%;
    text-align: right;
    display: inline-block;
    font-weight: bold;
    padding-right: 5px;
}

.sum-table1 tbody td strong {
    font-family: 'Lato', 'DroidArabicKufi', sans-serif;
    color: #0c5a18;
    font-size: 1.1rem;
    width: 60%;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.sum-table1 thead td {
    text-align: center;
    background: #fffcdd;
    font-size: 12px;
    border-left: 1px solid #f3f3bf;
    border-bottom: 1px solid #f3f3bf;
    color: #000;
    padding: 5px;
    font-weight: bold;

}

#sum-table1 tbody tr:last-child td {
    background: #fffbde;
    border-left: 1px solid #f3f3bf;
    color: #0c5a18;
    text-align: center;
}

.page-head {
    color: #0e7799;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px auto;
    text-align: right;
    padding-bottom: 0;
    vertical-align: sub;
}

.page-head .icon-header {
    color: #0e7799;
    font-size: 5rem;
    margin-left: 1px;
    vertical-align: sub;
}

.vertical-right-tab-navs .tab-content {
    background: #fff;
    overflow: hidden;
    border: 2px solid #ddf7ff;
    min-height: 420px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

.tab-conten-inner {
    padding: 10px 15px;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link {
    border:2px solid #ddffe5;
    border-left: none;
    margin-left: -2px ;
    z-index: 1;
    background: #fff;
    color:  #6ace81;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 2px;
    border-radius: 0 8px 8px 0;
    padding: 7px 10px;
}
.vertical-right-tab-navs .tab-icon {
    color:  #6ace81;
    font-size: 3rem;
    margin-left: 7px;
    vertical-align: middle;
}
.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(1) {
    margin-top: 15px
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(2) {
    border-color: #6d74b1;
    color: #6d74b1;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(2)
.tab-icon {
    color: #6d74b1;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(3) {
    border-color: #ffbaca;
    color: #c45d75;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(3)
.tab-icon {
    color: #c45d75;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(4) {
    border-color: #ffdaba;
    color: #c88851;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(4)
.tab-icon {
    color: #c88851;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(5) {
    border-color: #ffefad;
    color: #a78f2e;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(5)
.tab-icon {
    color: #a78f2e;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(6) {
    border-color: #aeeca2;
    color: #2f9f77;
}

.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link:nth-child(6)
.tab-icon {
    color: #2f9f77;
}
.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link.active {margin-left: -2px ;border-color: #ddf7ff;  color: #0e7799;}
.vertical-right-tab-navs .nav-tabs.flex-column.nav-tabs-right .nav-link.active .tab-icon {
    color: #0e7799;
    font-size: 3rem;
    margin-left: 7px;
    vertical-align: middle;
}

.tab-pane.fade:not(.show) {
    display: none
}

.tab-pane.fade.show {
    opacity: 1;
    display: block
}