body {
  padding-top: 50px;
  padding-bottom: 20px;
  /* overflow-y: hidden; */
}

/* html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Graphik', Arial, sans-serif;
    font-size: 18px;
} */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  min-height: 100%;
}

.dl-horizontal dt {
  white-space: normal;
}

/* input,
select {
    max-width: 280px;
} */

.textarea {
  max-width: 800px;
}

.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 1000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#logo,
.hamburger {
  position: absolute
}

#logo {
  top: 0;
  font-size: 25px;
  font-weight: 500;
  font-family: sans-serif !important;
  color: #333;
  text-align: left;
  line-height: 80px;
  /* text-transform: uppercase; */
  padding-right: 20px;
  position: absolute;
  left: 35%;
  float: right;
}

#user {
  min-width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  word-wrap: break-word;
}

#user #welcome {
  color: #000;
  float: left;
  font-size: 18px;
  font-weight: 700;
  font-family: sans-serif !important;
  margin-top: 15%;
  max-width: 200px;
}

#user #user-menu-btn {
  cursor: pointer;
  float: right
}

#user #user-menu-btn .user-menu-icon {
  width: 35px;
  height: 35px;
  margin-top: 35%;
  margin-left: 20px;
}

#user-menu-btn-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #26A69A;
  position: absolute;
  bottom: 0;
  right: 5px;
  top: 70px;
}

#dashboard-panel,
#user-menu {
  border-top: 10px solid #26A69A;
  position: absolute;
  top: 80px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

#user-menu {
  top: 80px;
  right: 15px
}

#user-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  right: 5px;
  text-align: left;
  background-color: #eaeaea;
  max-width: 150px;
  z-index: 99999;
}

#user-menu>li>a {
  display: block;
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
  color: #262626;
}

.container {
  width: 95%;
  padding-left: 2%;
  margin: 45px auto 10px 0px;
  height: 69%;
}

#AccLogoContainer {
  float: left;
  cursor: pointer;
}

#AccLogoImage {
  width: 140px;
  margin-left: 18%;
  margin-top: 7%;
}

#nav {
  background-color: #fff;
  flex: 0 0 75px;
  padding-top: 50px;
  box-sizing: border-box;
}

.menu-panel {
  display: block;
  width: calc(100% - 75px);
  position: absolute;
  padding-left: 215px;
  top: 80px;
  z-index: 900;
  cursor: default;
  left: 75px;
}

#footer {
  height: 20px;
  font-size: 14px;
  color: #ddd;
  font-weight: 400;
  width: 100%;
  position: absolute;
  background-color: #3e4540;
  text-align: center;
  bottom: 0.01%;
  z-index: 3;
}

.dashboard-btn {
  color: #fff !important;
  margin: 5px;
  width: 35%;
  font-size: 18px;
  background-color: #26a69a;
  font-weight: 500;
  padding: 5px;
}

.dashboard-btn:hover {
  color: #000 !important;
  background-color: #26a69a;
  margin: 5px;
  width: 35%;
  font-size: 18px;
  padding: 5px;
}

.dashboard-card {
  min-height: 100%;
  padding: 20px;
}

.dashboard-card-item {
  width: 310px;
  height: 280px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #26a69a;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.dashboard-card-item-header {
  background-color: #26a69a;
  color: white;
  font-size: 20px;
  padding: 0.5rem;
  font-weight: 500;
}

.center {
  text-align: center;
}

.dashboard-card-item-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0.8rem 0 0.8rem;
  color: #333;
  text-align: center;
  font-size: 17px;
}

.dashboard-card-img {
  width: 130px;
  height: 130px;
  margin-top: 20px;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.dashboard-card-item-footer {
  /* height: 18%;
    padding: 0.75rem 1.00rem; */
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.align-left {
  text-align: left !important;
}

.content {
  margin-top: 45px;
  margin-bottom: 10px;
  width: 95%;
  padding-left: 6%;
  height: 80%;
}

.dns-content-container {
  min-height: 230px;
  padding: 10px;
}

.dns-content {
  position: relative;
  display: block;
  border: 1px solid #26a69a;
  min-height: 250px;
  margin-bottom: 30px;
}

.dns-content-header {
  background-color: #26a69a;
  color: white;
  font-size: 20px;
  padding: 10px;
}

.dns-content-body {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  margin-left: 20px;
}

#fileUploadContainer .btn-primary {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

div.fileinputs {
  position: relative;
}

div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

input.file {
  position: relative;
  text-align: right;
  opacity: 0;
  z-index: 2;
  width: 155px;
  height: 50px;
  cursor: pointer;
}

input.files {
  position: absolute;
  opacity: 0;
  width: 150px;
}

.browse-btn {
  color: #fff !important;
  font-size: 18px;
  border-radius: 0px 10px 10px 0px;
  height: 40px;
  background-color: #26a69a;
  font-weight: 500;
}

.browse-btn:hover {
  color: #000 !important;
  font-size: 18px;
  border-radius: 0px 10px 10px 0px;
  height: 40px;
  background-color: #26a69a;
}

.box {
  display: inline-block;
  width: 1000px;
  height: 55px;
  background-color: white;
  border-radius: 10px 0px 0px 10px;
}

.process-file-box {
  height: 55px;
}

.innerbox {
  background-color: lightgray;
  display: inline-block;
  width: 1000px;
  height: 40px;
  border-radius: 10px 0px 0px 10px;
}

.boxbutton {
  display: inline-block;
  width: 130px;
  height: 55px;
  background-color: white;
  border-radius: 10px 0px 0px 10px;
}

.upload-steps-container {
  margin-top: 20px;
  border: 1px solid #26a69a;
  padding: 10px;
}

.btn-custom {
  color: #fff !important;
  margin-right: 1%;
  margin-top: 1.5%;
  font-size: 18px;
  background-color: #26a69a;
  font-weight: 500;
}

.btn-custom:hover {
  color: #000 !important;
}

.text-area {
  resize: none;
  height: 200px;
  width: 500px;
}

.upload-btn {
  color: #fff !important;
  font-size: 18px;
  background-color: #26a69a;
  font-weight: 500;
}

.upload-btn:hover {
  color: #000 !important;
  font-size: 18px;
  background-color: #26a69a;
}

.back-btn {
  color: #fff !important;
  font-size: 18px;
  background-color: #26a69a;
  float: right;
  font-weight: 500;
  margin-right: 20px;
}

.back-btn:hover {
  color: #000 !important;
  font-size: 18px;
  background-color: #26a69a;
  float: right;
}

.reset-btn {
  margin-right: 5px;
  color: #fff !important;
  font-size: 18px;
  background-color: #26a69a;
  float: right;
  font-weight: 500;
}

.reset-btn:hover {
  margin-right: 5px;
  color: #000 !important;
  font-size: 18px;
  background-color: #26a69a;
  float: right;
}

.contentwrapper {
  padding: 180px 150px 10px 150px;
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.dashboard-flex {
  padding-left: 6.5rem;
}

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0;
}

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.text-upload {
  color: #26a69a;
}

.text-upload:hover {
  color: #26a69a;
  cursor: pointer;
}

span.diff {
  background-color: yellow;
}

.btn-update {
  color: #fff !important;
  margin-right: 1%;
  margin-top: 1.5%;
  font-size: 18px;
  background-color: #26a69a;
  font-weight: 500;
}

.btn-update:hover {
  color: #000 !important;
}

.upload-error-table {
  border: none;
  width: 100%;
}

.upload-error-table td {
  width: 200px;
  max-width: 200px;
  word-wrap: break-word;
}

.textsize {
  font-size: 17px;
}

.row {
  width: 100%;
  margin: 0px;
}

.tblCompare {
  width: 100%;
  word-break: break-all;
  white-space: -webkit-pre-wrap;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner {
  display: block;
  position: absolute;
  top: 56%;
  left: 72%;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #26a69a;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.imgDailyStatus {
  width: 30px;
  height: 30px;
}

#tblDailyStatus {
  margin-left: 12px;
  line-height: 2;
}

.form-control:focus {
  border-color: #26a69a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
}

th {
  background-color: #24998d;
  color: white;
}

.btn-standard {
  font-size: 14px;
  height: 2.5em;
  width: 100px;
  margin-left: 5px;
  padding: 5px;
  color: #fff !important;
  border-radius: 3px 3px 3px 3px;
  background-color: #26a69a;
}

.btn-standard:hover {
  font-size: 14px;
  height: 2.5em;
  width: 100px;
  margin-left: 5px;
  padding: 5px;
  color: black !important;
  border-radius: 3px 3px 3px 3px;
  /* background-color: #26a69a; */
}

.btn-standard:disabled {
  background-color: grey;
  opacity: 0.3;
}

a:link {
  color: blue;
  text-decoration: underline;
}

label {
  font-weight: 700;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #00000012 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
