/* theme overwrite */
body {
  /* background-color: #ffffff !important; */
}
.wrapper {
  /* background-color: #f2f2f2; */
}

/* console content */
.main-panel > .content {
  margin-top: 50px !important;
}
/* sidebar overwrite*/
.sidebar[data-background-color="black"] {
  background-color: #1a5b8e;
}
.sidebar[data-background-color="black"] .sidebar-background:after {
  background: #000 !important;
  opacity: 0.25 !important;
}
.lock-page .card-profile {
  width: 400px !important;
}
.login-page > .content,
.lock-page > .content {
  padding-top: 10vh !important;
}
.background-image {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(./idc-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -100;
}
.background-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: rgba(0, 255, 255, 0.5);
  z-index: -99;
}
.full-page:before {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.full-page .full-page-background {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./idc-bg.jpg);
}
/* new password validation start*/
div.strong-password-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.strong-password-info {
  position: absolute;
  z-index: 999;
  top: 65px;
  /* bottom: -115px\9; */
  /* IE Specific */
  /* left: 55px; */
  /* width: 95%; */
  right: 0;
  left: 0;
  padding: 15px;
  background: #fefefe;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
}
.strong-password-info ::before {
  content: "\25B2";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 12px;
  color: #ccc;
  text-shadow: none;
  display: block;
}
.pw-invalid {
  color: #ec3f41;
}
.pw-valid {
  color: #3a7d34;
}
.validation-icon {
  font-size: 15px;
}

/*new password validation end 
 repeat password validation start*/

div.repeat-password-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.repeat-password-info {
  position: absolute;
  z-index: 999;
  top: 65px;
  /* bottom: -115px\9; */
  /* IE Specific */
  /* left: 55px; */
  /* width: 95%; */
  right: 0;
  left: 0;
  padding: 15px;
  background: #fefefe;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
}
.repeat-password-info ::before {
  content: "\25B2";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 12px;
  color: #ccc;
  text-shadow: none;
  display: block;
}

/* repeat password validation end*/

/*Card stats bottom info text*/
.card .card-footer .stats {
  margin: 0 2rem;
}
.card [data-background-color] {
  background-color: #1976d2;
}
/* Sidebar */
@media (min-width: 992px) {
  .sidebar-mini .sidebar:hover .sidebar-wrapper {
    width: 270px;
  }
  .sidebar-mini .sidebar:hover {
    width: 280px;
  }
}
.sidebar .nav li:hover > a,
.sidebar .nav li.active > [data-toggle="collapse"] {
  width: 245px;
}

.sidebar .nav .caret {
  right: 4px;
}
@media (max-width: 991px) {
  .sidebar::before {
    background-color: #1a5b8e;
  }
}
/*datatable*/
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  display: none;
}
#assessmentDT_filter,
#campaignDT_filter,
#usersDT_filter,
#partnerDT_filter {
  float: left;
}
#campaignDT .dropdown-toggle,
#usersDT .dropdown-toggle {
  background-color: #1976d2;
  color: white;
}

/*Widgets*/
.widget-label,
.myprofile-label {
  text-align: right;
  top: 15px;
  color: #333;
}

/*file upload ReportAttachment*/
.fileinput-filename {
  border: 1px solid #ccc;
  padding: 5px;
  min-width: 400px;
  float: left;
  height: 40px;
  line-height: 35px;
  position: relative;
  top: 10px;
}

/* datable search box design for mobile  */
@media screen and (max-width: 767px) {
  table .dataTable > tbody > tr > td:first-child {
    padding-left: 27px !important;
  }

  table.dataTable > tbody > tr > td {
    padding: 0px !important;
  }

  .btn .material-icons {
    font-size: 13px;
  }

  .btn.btn-xs {
    padding: 5px 14px;
    font-size: 9px;
  }

  #partnerDT_filter label,
  #usersDT_filter label,
  #assessmentDT_filter label,
  #campaignDT_filter label {
    position: absolute;
    left: 0;
  }

  #partnerDT_filter div,
  #usersDT_filter div,
  #assessmentDT_filter div,
  #campaignDT_filter div {
    top: -10px;
    position: absolute;
    float: right;
    left: 50px;
  }

  .fileinput-filename {
    min-width: 200px;
    height: auto;
    min-height: 40px;
    white-space: normal !important;
    margin-bottom: 20px;
  }
}
