body, .dropdown-item:focus { background-color: var(--background); } 
.dropdown-item:hover  { background-color: var(--primary1); color:white; } 
body, html { height: 100%;    line-height: 1.6; }

.pageheader { text-align: center; height: 280px;  padding-top:36px; }

a { text-decoration: none; }


.nav-link .material-icons-two-tone {vertical-align: middle; }
.material-icons-two-tone.md-12 { font-size: 12px; }
.material-icons-two-tone.md-14 { font-size: 14px; }
.material-icons-two-tone.md-16 { font-size: 16px; }
.material-icons-two-tone.md-18 { font-size: 18px; }
.material-icons-two-tone.md-24 { font-size: 24px; }
.material-icons-two-tone.md-36 { font-size: 36px; }
.material-icons-two-tone.md-48 { font-size: 48px; }
.material-icons-two-tone.md-60 { font-size: 60px; }
.material-icons-two-tone.md-72 { font-size: 72px; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-top-left-radius: 10px;border-top-right-radius: 10px;  }
.nav-tabs .nav-link { padding-top:15px; }
/*.nav-tabs .nav-item .active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-bottom:none; }*/
.page-description 
{
    padding: 30px 30px 0 10px;
    font-size: 15px;
    margin-bottom: 20px;
}

.required::after {
  content:"*";
  color:red;
}

.nav-tabs .nav-item { margin-bottom: 0; margin-right: 10px; }

.widget-payment-request .widget-payment-request-container .widget-payment-request-author .widget-payment-request-author-info, .widget-payment-request .widget-payment-request-container .widget-payment-request-product .widget-payment-request-product-info {
    flex: 1;
    align-items: center;
}
.widget-payment-request .widget-payment-request-container .widget-payment-request-author .widget-payment-request-author-about, .widget-payment-request .widget-payment-request-container .widget-payment-request-product .widget-payment-request-product-about {
    color: #919ba7;
}
.widget-payment-request .widget-payment-request-container .widget-payment-request-info .widget-payment-request-info-item:not(:last-child) {
    padding-bottom: 13px;
    border-bottom: 1px solid #f4f7fa;
    margin-bottom: 13px;
}
.widget-payment-request .widget-payment-request-container .widget-payment-request-author .widget-payment-request-author-name, .widget-payment-request .widget-payment-request-container .widget-payment-request-product .widget-payment-request-product-name {
    display: block;
    font-weight: 500;
}

.widget-payment-request .widget-payment-request-container .widget-payment-request-author, .widget-payment-request .widget-payment-request-container .widget-payment-request-product {
    display: flex;
    align-items: center;
    background: #f4f7fa;
    padding: 10px 30px;
    margin: 0 -30px;
    border-top: 1px solid #e2e6e9;
}
.m-r-sm {
    margin-right: 15px;
}
.m-t-lg {
    margin-top: 20px;
}
.app-content .card {
    margin-bottom: 20px; 
}

.badge.badge-secondary {
    color: #4d546b;
    background: #fceace;
}
.card .card-title .badge {
    margin-left: 10px;
    font-size: 10px;
    vertical-align: middle;
    float: right;
}

.badge.badge-style-light.badge-warning {
    background: #fff3e3;
    color: #ff9500;
}

.badge.badge-warning {
    background: #ff9500;
    color: #fff;
}
.avatar {
    border-radius: 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #364459;
    display: inline-block;
    position: relative;
}
.avatar img {
    width: inherit;
    height: inherit;
    border-radius: inherit;
}
.btn {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out!important;
    -moz-transition: all .2s ease-in-out!important;
    -o-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
    vertical-align: middle;
}

.btn i {
    vertical-align: text-top;
    margin-right: 8px;
    margin-left: -8px;
}


.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-group-sm .btn, .btn-sm {
    padding: 4px 12px;
    font-size: 13px;
}

.parent .hidden-child{
    visibility: hidden;
}

.parent:hover .hidden-child{
    visibility: visible;
}

.page-description h1 
{
font-weight: 700;
color: #27313f;
margin-bottom: 0;
}


.badge-style-light {
font-weight: 500;
}
.text-muted {
    color: #8e98a5!important;
}

.card
{
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 11px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 11px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 11px 1px rgba(0,0,0,.05);
}

.card .card-header+.card-body {
    padding-top: 7px;
}


.card .card-header {
    background: 0 0;
    border: none;
    padding: 25px 30px 0 1rem;
    font-size: 14px;
    color: #293442;
    margin: 0;
    font-weight: 600;
}

.card .card-title {
    font-size: 15px;
    color: #293442;
    margin: 0;
    font-weight: 600;
}

.btn-success, .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #4bad48;
    border-color: #4bad48;
}


table.dataTable, .dataTables_scroll {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

table.dataTable td, table.dataTable th {
    padding: 15px 20px!important;
    border-bottom: 1px solid #e1e7ed!important;
}

table.dataTable tfoot th {
    border-bottom: 0!important;
}

.dataTables_scroll .dataTables_scrollBody thead {
    display: none;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500;
    color: #7B8C9D;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: '\e316';
    font-family: 'Material Icons';
    font-size: 14px;
    right: 10px;
    bottom: calc(50% - 4px);
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: '\e313';
    font-family: 'Material Icons';
    font-size: 14px;
    right: 10px;
    bottom: calc(50% - 14px);
}

div.dataTables_wrapper div.dataTables_length select {
    margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 10px;
}

tr.group {
    background-color: #e1e7ed!important;
}

.logo { padding-bottom:3px;}
.logo img {
	max-height:60px;
	max-width:100%;
	width:auto;
}
@media (max-width: 768px) {
    .logo img {
        max-height: 40px; 
        max-width: 200px;
        padding-left: 10px;
    }
}
	
.widget-stats .widget-stats-container .widget-stats-icon {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin-right: 20px;
    background: #f4f7fa;
    border-radius: 10px;
}
.widget-stats .widget-stats-container .widget-stats-icon.widget-stats-icon-warning {
    background: #fff3e3;
    color: #ff9500;
}
.widget-stats .widget-stats-container .widget-stats-icon.widget-stats-icon-primary {
    background: #dff0fe;
    color: #2269f5;
}
.widget-stats .widget-stats-container .widget-stats-icon i {
    line-height: 60px;
    font-size: 28px;
}
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.widget-stats .widget-stats-container .widget-stats-content .widget-stats-title {
    text-transform: uppercase;
    font-weight: 500;
    color: #a1a5b5;
    font-size: 13px;
}
.widget-stats .widget-stats-container .widget-stats-content .widget-stats-amount, .widget-stats .widget-stats-container .widget-stats-content .widget-stats-info, .widget-stats .widget-stats-container .widget-stats-content .widget-stats-title {
    display: block;
}
.widget-stats .widget-stats-container .widget-stats-content .widget-stats-amount {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #27323f;
}
.widget-stats .widget-stats-container .widget-stats-content .widget-stats-info {
    color: #a1a5b5;
    font-size: 13px;
}
.widget-stats .widget-stats-container .widget-stats-indicator.widget-stats-indicator-positive {
    background: #d6f5e3;
    color: #4bad48;
}
.widget-stats .widget-stats-container .widget-stats-indicator {
    padding: 5px 9px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    background: #f4f7fa;
    color: #3f485b;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}