body {
  background: #F0F0F5;
}

header, main, footer {
  padding-left: 300px;
}

.card-footer .btn-floating,
td .btn-floating {
  box-shadow: none;
  background-color: #fff;
}
.card-footer .btn-floating:hover, .card-footer .btn-floating:focus,
td .btn-floating:hover,
td .btn-floating:focus {
  background: #fff;
  box-shadow: none;
}
.card-footer .btn-floating i,
td .btn-floating i {
  color: #666 !important;
}
.card-footer .btn-floating i:hover,
td .btn-floating i:hover {
  color: #333;
}

.card-content h4 {
  margin: 20px 0 !important;
}

@media only screen and (max-width: 992px) {
  header, main, footer {
    padding-left: 0;
  }
}
.section-breadcrumbs {
  padding: 30px 0 0 0;
  color: #666;
}
.section-breadcrumbs .breadcrumbs-divider {
  color: rgba(0, 0, 0, 0.3);
  padding: 0 10px;
}

.section-heading {
  padding: 0;
}

.card-tenant .row {
  margin-bottom: 0;
}
.card-tenant h3 {
  margin-top: 0;
}

.card-instance .row {
  margin-bottom: 0;
}
.card-instance h3 {
  margin-top: 0;
}

.card-certificate .row {
  margin-bottom: 0;
}
.card-certificate h3 {
  margin-top: 0;
}

.sidebar-logo {
  text-align: center;
  padding: 32px 32px 24px 32px;
  background: #ffffff;
}
.sidebar-logo img {
  max-width: 100%;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.number-value {
  font-size: 25px;
}

.number-label {
  color: #999;
}

#toast-container {
  top: auto !important;
  right: 40px !important;
  bottom: 40px;
  left: auto;
}

a.subheader {
  font-size: 14px !important;
  color: #999 !important;
  font-weight: 400 !important;
}

.sidebar-user {
  padding: 18px 24px 10px 32px;
  background: #fff;
  line-height: 25px;
}
.sidebar-user .user-name {
  color: #333;
}
.sidebar-user .user-mail {
  color: #999;
  font-size: 14px;
}

.modal.modal-table {
  background: #f5f5f5;
}
.modal.modal-table .modal-heading,
.modal.modal-table .modal-footer {
  background: #fff;
}

.filters {
  background: #fff;
  border-radius: 5px;
}
.filters .filters-header {
  display: flex;
  column-gap: 20px;
  padding: 15px 20px;
}
.filters .filters-header .input-field {
  margin: 0;
}
.filters .filters-header .btn-flat {
  border: 1px solid #eee;
}
.filters .filters-search {
  flex-grow: 1;
}
.filters .filters-extended {
  border-top: 1px solid #eee;
  padding: 20px;
  display: none;
}
.filters .filters-extended .input-row {
  padding: 5px 0;
}
.filters .filters-footer {
  text-align: right;
  padding: 0;
}

.state-badge {
  line-height: 15px;
  background: #fff;
  border-radius: 25px;
  font-size: 13px;
  padding: 5px 10px;
  text-align: center;
  z-index: 5;
  display: inline-block;
  border: 0px solid #ddd;
}
.state-badge i {
  line-height: 15px;
  font-size: 13px;
}
.state-badge i.left {
  float: left;
  margin-right: 5px;
}
.state-badge.state-success {
  background-color: #EEF7ED;
  color: #1E4620;
}
.state-badge.state-success i {
  color: #5CB760;
}
.state-badge.state-open {
  background-color: #E5F6FD;
  color: #014262;
}
.state-badge.state-open i {
  color: #1AB1F5;
}
.state-badge.state-failed {
  background-color: #FDEDED;
  color: #5E2020;
}
.state-badge.state-failed i {
  color: #F06360;
}
.state-badge.state-waiting {
  background-color: #FFF4E5;
  color: #653C00;
}
.state-badge.state-waiting i {
  color: #FFA117;
}

.card-status {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
}

.card-type {
  color: #666;
  font-size: 14px;
}

.wrap-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background: #fff;
  padding: 40px;
}

.wrap-right {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100vh;
  background: #eee;
  padding: 40px;
}

.left-copy {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 14px;
  color: #666;
}

.uploader {
  border-radius: 5px;
  border: 1px dashed #ccc;
  padding: 40px;
  background: #fff;
  text-align: center;
  color: #666;
}
.uploader .upload-inner {
  margin: auto;
  display: inline;
}

.card-tags {
  padding-top: 10px;
}

.text-muted {
  color: #999;
}

.collapsible-header label {
  color: #333;
}

.copyright {
  font-size: 13px !important;
  color: #999 !important;
}

.td-label {
  width: 40%;
  font-weight: 400;
}
.td-label a {
  color: #333333;
}
.td-label a:hover {
  color: #666;
}
.td-label span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

table tbody tr:last-child {
  border-bottom: none;
}

.td-actions {
  width: 50px;
}

.td-checkbox {
  width: 50px;
}

/* Modals */
.modal-heading {
  padding: 24px;
  border-bottom: 1px solid #eee;
}
.modal-heading h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 !important;
}

.modal-footer {
  border-top: 1px solid #eee;
}

/* Cards */
.card-heading {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
}
.card-heading h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.card-heading .row {
  margin-top: 0;
  margin-bottom: 0;
}

.card-footer {
  border-top: 1px solid #eee;
  padding: 24px;
}
.card-footer .row {
  margin-bottom: 0;
  margin-top: 0;
}

.card-title {
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  margin-top: 8px;
  margin-bottom: 20px !important;
}
.card-title a {
  color: #333;

}
.card-title a:hover {
  color: #999;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}

.tabs {
  margin-bottom: 24px;
}

.card-validity {
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
}

.card-more {
  font-size: 14px;
  color: #999;
}

.deactivated {
  opacity: 0.25;
}

label span {
  color: #333;
}

.btn-show:hover {
  background: #f5f5f5 !important;
} 

.alert {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #EEF7ED;
  color: #1E4620; 
  font-size: 15px;
}


.alert i {
  color: #5CB760; 
}

.alert-orange {
padding: 15px 20px;
border-radius: 5px;
background-color: #FFF4E5;
color: #653C00;
font-size: 15px;
}

.alert-orange i {
 color: #FFA117; 
}

#modal-users-manage { 
  width: 75% !important ;
   }  /* increase the height and width as you desire */


.valign-wrapper {flex-wrap: wrap;}

.quicklink {
  margin-bottom: 10px;
}

/* Alerts */

.alert-container {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 5px;

  border-left: 7px solid transparent;
}

.alert-warning i,
.alert-warning a {
  color: #f1b44c;
}

.alert-warning {
  border-color: #f1b44c;
}

.alert-success i,
.alert-success a {
  color: #34c38f;
}

.alert-info i,
.alert-info a {
  color: #50a5f1;
}

.alert-info {
  border-color: #50a5f1;
}

.alert-danger i,
.alert-danger a {
  color: #f46a6a;
}

.alert-action {
    padding-top: 15px;
}

/* Cards */

.card {
  overflow: hidden;
  box-shadow: 10px #000;
}

strong {
  font-weight: 700 !important;
}

.table-heading {
	display: flex;
	column-gap: 20px;
}

.tabs .tab a {
	text-transform: none;
	font-size: 16px !important;
	font-weight: 400;
} 


.td-actsdfions {
	text-align: right;
}

.tab__badge {
	background: #ffffff;
	color: #666;
	line-height: 1;
padding: 3px 8px;
	position: relative;
	display: inline-block;
	border-radius: 50px;
	border: 0px solid #ddd;

	font-size: 13px;text-align: center;
}

/*
.td-actions {
	display: flex;
	justify-content: flex-end;
}
*/


