body {
  color: #525252;
}

a {
  color: #3f82a2;
}

a:active {
  color: #3f82a2;
}

.sidenav {
  background-color: #f1f1f1;
  min-height: 670px;
}

.container-footer {
  padding-top: 40px;
}

.panel-header-no-padding {
  padding: 0px;
}

.panel-no-padding {
  padding: 0px;
}

.sub-heading {
  letter-spacing: 2px;
  word-spacing: 5px;
}

.text-center {
  text-align: center;
}

.fa-color-green {
  color: #00cc2d;
}

.fa-color-red {
  color: #ff8b39;
}

.fa-size-large {
  font-size: 80px;
}

.fa-size-medium {
  font-size: 50px;
}

.fa-size-smaill {
  font-size: 30px;
}

.dynamic-text {
  padding: 5px;
  color: #525252;
  font-size: 16px;
}

/*
Login Components Styles
*/

.admin-container-fluid {
  height: 90%;
  background-color: #2c2e3e;
  padding-left: 0px;
  padding-right: 0px;
}

.admin-content-wrapper {
  min-height: 583px;
  padding-bottom: 20px;
}

.admin-login-form {
  max-width: 350px;
  margin: 170px auto 0;
  background: #d5d7de;
}

.admin-login-wrap {
  padding: 20px;
}

.admin-login-form h2.login-form-heading {
  margin: 0;
  padding: 20px 15px;
  text-align: center;
  background: #34aadc;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

.admin-login-form .checkbox {
  margin-left: 20px;
  margin-bottom: 14px;
}

.admin-login-form .checkbox {
  font-weight: normal;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

.admin-login-form .form-control {
  position: relative;
  font-size: 14px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.admin-login-form .form-control:focus {
  z-index: 2;
}

.admin-login-form .admin-login-img {
  font-size: 50px;
  font-weight: 300;
}

.admin-login-form .input-group {
  padding-bottom: 15px;
}

.admin-login-form .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  color: #8b9199;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

.admin-login-form input[type="text"],
.admin-login-form input[type="password"] {
  border: none;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.admin-login-form .btn {
  border-radius: 0;
}

.admin-login-form .btn-login {
  background: #f67a6e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  box-shadow: 0 4px #e56b60;
  margin-bottom: 20px;
}

.admin-login-form p {
  text-align: center;
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 300;
}

/*
Components Styles
*/
.walx.well {
  min-height: 93px;
  padding: 10px;
  padding-bottom: 15px;
  background-color: #41e5ff;
  border-color: #41e5ff;
}

.walx.well a {
  color: #fff;
  text-decoration: none;
}

.walx.well a:active {
  color: #58ffe9;
  text-decoration: none;
}

.walx.well a:hover {
  color: #58ffe9;
  text-decoration: none;
}

.card-blue {
  background-color: #7bcfff;
  border-color: #7bcfff;
  color: #fff;
}

.card-green {
  background-color: #a2ef81;
  border-color: #a2ef81;
  color: #fff;
}

.card-orange {
  background-color: #ffa167;
  border-color: #ffa167;
  color: #fff;
}

.card-yellow {
  background-color: #ffe88c;
  border-color: #ffe88c;
  color: #fff;
}

.card-purple {
  background-color: #cb6ce6;
  border-color: #cb6ce6;
  color: #fff;
}

.card-pink {
  background-color: #ff66c4;
  border-color: #ff66c4;
  color: #fff;
}

.adbhuta-panel-h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

/*
Footer Styles
*/
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  background-color: #525252;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 14px;
}

.footer a {
  color: #fbff0f;
}

.footer a:active {
  color: #fbff0f;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.trimPara {
  margin: 0 0 0 0;
}

/*
* Material CSS
*/
.material-container {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.material-container > * {
  width: 100%;
}

.material-table {
  width: 100%;
}

.material-table > thead {
  background-color: ghostwhite !important;
}

.material-table > tbody > tr {
  vertical-align: middle !important;
}

.mat-form-field {
  font-size: 14px;
  width: 100%;
}

.mat-column-actions_bak {
  word-wrap: break-word !important;
  white-space: unset !important;
  flex: 0 0 10% !important;
  width: 10% !important;
  overflow-wrap: break-word;
  word-wrap: break-word;

  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

td.mat-column-star {
  width: 20px;
  padding-right: 8px;
}

th.mat-column-position,
td.mat-column-position {
  padding-left: 8px;
}

.mat-table-sticky:first-child {
  width: 1%;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 10px !important;
  padding-right: 10px;
  height: inherit;
}

.mat-table-sticky:last-child {
  border-left: 1px solid #e0e0e0;
  width: 1%;
  padding-right: 0px !important;
}

.walx-form {
  margin-top: 10px;
  min-width: 150px;
  max-width: 500px;
  width: 100%;
}

.walx-full-width {
  width: 100%;
}

.walx-button-row button {
  margin-right: 0px;
  margin-top: 10px;
  float: right;
}

.walx-button-row a {
  margin-right: 0px;
  margin-top: 10px;
}

.walx-checkbox-layout {
  padding-top: 15px;
}

.walx-icon-button {
  margin-top: 5px !important;
  margin-right: 5px !important;
}

.walx-card {
  max-width: 400px;
}

.walx-button-group span {
  padding-right: 5px;
}

.glyphicon-red {
  color: #ff4700;
}

/*
* NOTIFICATION CSS 
*/
.notification {
  font-size: 20px;
  color: white;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  color: #00c2cb;
}

.notification .badge {
  position: absolute;
  top: 0px;
  right: -2px;
  padding: 2px 6px;
  border-radius: 50%;
  background: red;
  color: white;
}

/*
* CDK DRAG AND DROP CSS 
*/
.walx-dragdrop-list {
  width: 500px;
  max-width: 100%;
  border: solid 1px #ccc;
  min-height: 60px;
  display: block;
  background: white;
  border-radius: 4px;
  overflow: hidden;
}

.walx-dragdrop-box {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: white;
  font-size: 14px;
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.walx-dragdrop-box:last-child {
  border: none;
}

.walx-dragdrop-list.cdk-drop-list-dragging
  .walx-dragdrop-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.walx-dragdrop-custom-placeholder {
  background: #ccc;
  border: dotted 3px #999;
  min-height: 60px;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.card-label {
  color: ghostwhite;
}

/*
Metrics CSS
*/

.card-metric {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

.card-body-metric {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
