html,
body {
  background-color: #4D4E50;
  height: 100%;
  width: 100%;
}

body {
  padding-top: 60px;
}

.gray-background {
  background-color: #EEEEEE;
  border-radius: 5px;
  padding: 40px;
}

@media (max-width: 768px) {
  html,
  body {
    background-color: #EEEEEE;
  }

  .gray-background {
    padding: 5px;
  }
}

@media (max-width: 400px) {
  body {
    padding-top: 55px;
  }

  .gray-background {
    border-radius: 0;
  }

  .modal-dialog {
    margin: 2px;
  }
}

.dropdownmenumobile {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 53px;
  background-color: #f8f9fa;
}

.main-link {
  color: #1a8cff;
}

.main-link:hover {
  color: #004080;
}

label {
  font-weight: bold;
  margin-bottom: 0 !important;
}

#logo {
  width: 175px;
  margin-left: 10px;
}

.panel-1 {
  max-height: 500px;
}

.panel-2 {
  max-height: 400px;
}

.panel-3 {
  max-height: none;
}

.panel-4 {
  max-height: none;
}

.btn {
  height: 40px;
  min-width: 75px;
}

.panel-heading-main {
  background-color: #F8F8F8 !important;
  color: #11ACE3 !important;
  border-color: #949398 !important;
  font-size: 28px;
  font-weight: bold;
}

.logincard {
  top: 100px;
}

@media (max-width: 768px) {
  .panel-heading-main {
    font-size: 20px;
  }

  .logincard {
    top: 10px;
  }
}

.panel-body {
  overflow: auto;
}

.panel-default {
  border-radius: 0px;
  background-color: #F8F8F8 !important;
}

.panel-blue {
  border-color: #A0A0A0;
}

.panel-heading-blue {
  border-color: #A0A0A0 !important;
  background-color: #11ACE3 !important;
  color: white !important;
  border-radius: 0 !important;
  font-size: 16px !important;
}

.btn-primary {
  color: white;
  background-color: #11ACE3;
  border-color: #11ACE3;
}

.btn-primary:hover {
  background-color: #31CDF7;
  border-color: #31CDF7;
}

.btn-primary:active {
  background-color: #1F8ECC !important;
  border-color: #1F8ECC !important;
}

.staticcheckbox {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}

.staticcheckbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.staticcheckbox label {
  position: relative;
  cursor: pointer !important;
}

.staticcheckbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: white;
  border: 2px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.staticcheckbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 40px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -35px;
}

label.css-label {
  background-image: url(/images/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container {
  padding: 0px !important;
  border-width: 0px !important;
}

.select2-container .select2-choice {
  height: 34px !important;
  line-height: 34px !important;
}

select {
  padding: 0px !important;
}

option {
  font-size: 15px;
}

.btn {
  font-weight: bold !important;
}

.input-group-btn select {
  border-color: #ccc;
  height: 34px;
}

.input-group + .input-group {
  margin-top: 5px;
}

.img_input {
  padding-left: 40px;
}

.img_input_img {
  position: absolute;
  margin-top: -34px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
}

p {
  font-size: 120% !important;
}

.fixed {
  position: fixed;
  width: 1000px;
  z-index: 1000;
  margin-left: -5px;
  margin-right: -5px;
}

.fixedBody {
  padding-top: 65px;
}

.topFixedBackground {
  position: fixed;
  z-index: 1000;
}

label {
  font-size: 15px;
}

/* Checked List Group */

.state-icon {
  left: -5px;
}

.checked-list-box {
  border-radius: 0 !important;
  margin: 0;
}

.list-group-item-primary {
  border-radius: 0 !important;
  color: black !important;
  background-color: #AFD4E0 !important;
  border-color: #AFD4E0 !important;
}

.list-group-item-disabled {
  cursor: default;
  border-radius: 0 !important;
  color: black !important;
  background-color: #C1C1C1 !important;
  border-color: #C1C1C1 !important;
  font-style: italic;
}

.list-group-item:first-child {
  border-top-width: 0 !important;
}

.list-group-item:last-child {
  border-bottom-width: 0 !important;
}

.list-group {
  cursor: pointer;
}

/* End of Checked List Group */

input[type=checkbox]:disabled + label {
  color: #9d9d9d;
  font-weight: normal;
  cursor: not-allowed;
}

input[type=checkbox]:enabled + label {
  color: #333;
  font-weight: bold;
  cursor: default;
}

label.disabled {
  color: #9d9d9d;
  font-weight: normal;
  cursor: not-allowed;
}

.panel-btn-add {
  min-width: 0;
  padding: 2px 4px;
  width: 50px;
  height: 100%;
  float: right;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 8px;
  outline: 0;
  padding-right: 8px;
  border: 0;
  border-left: 1px solid white;
  cursor: pointer;
}

.panel-btn-add:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.panel-btn-add:active {
  background-color: #1F8ECC;
}

.panel-tall {
  max-height: 440px;
}

.panel-small {
  max-height: 300px;
}

.btn-expand {
  display: inline-block;
  min-width: 0;
  width: 40px;
  height: 40px;
  background-color: #11ACE3;
  outline: 0;
  border: 0;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0;
}

.btn-expand:hover {
  background-color: #31CDF7;
}

.btn-expand:active {
  background-color: #1F8ECC;
}

.btn-expand > img {
  padding: 8px;
}

.btnDelete {
  min-width: 0;
  padding: 0;
  padding-left: 7px;
  padding-top: 6px;
  width: 34px;
  height: 34px;
  margin-top: 2px;
  float: right;
  opacity: 0.4;
}

.btnDelete:hover,
.btnDelete:active {
  opacity: 1;
}

.badge-success {
  background-color: #5CB85C;
}

.badge-danger {
  background-color: #D9534F;
}

.chartist-tooltip {
  position: absolute;
  display: block;
  min-width: 5em;
  padding: 0.5em;
  background: #2A6799;
  color: white;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #2A6799;
}

.ct-label {
  font-size: 15px;
  color: black;
}

.ct-point {
  stroke-width: 5px;
}

.ct-line {
  stroke-width: 5px;
}

.ct-series-a .ct-point {
  stroke: #2A6799;
  opacity: 0.4;
}

.ct-series-a .ct-line,
.legend > label:nth-child(1) {
  stroke: #11ACE3;
  color: #11ACE3;
}

.ct-series-b .ct-line,
.legend > label:nth-child(2) {
  stroke: #50B948;
  color: #50B948;
}

.ct-series-c .ct-line,
.legend > label:nth-child(3) {
  stroke: #FF8C00;
  color: #FF8C00;
}

.ct-series-d .ct-line,
.legend > label:nth-child(4) {
  stroke: #a748ca;
  color: #a748ca;
}

.ct-series-e .ct-line,
.legend > label:nth-child(5) {
  stroke: #e43c3c;
  color: #e43c3c;
}

.ct-series-f .ct-line,
.legend > label:nth-child(6) {
  stroke: #757273;
  color: #757273;
}

.ct-series-g .ct-line,
.legend > label:nth-child(7) {
  stroke: #2f00ff;
  color: #2f00ff;
}

.ct-series-h .ct-line,
.legend > label:nth-child(8) {
  stroke: #FF00BB;
  color: #FF00BB;
}

.ct-series-i .ct-line,
.legend > label:nth-child(9) {
  stroke: #0800FF;
  color: #0800FF;
}

.ct-series-j .ct-line,
.legend > label:nth-child(10) {
  stroke: #59FFD0;
  color: #59FFD0;
}

.ct-series-k .ct-line,
.legend > label:nth-child(11) {
  stroke: #E1BFFF;
  color: #E1BFFF;
}

.ct-series-l .ct-line,
.legend > label:nth-child(12) {
  stroke: #f05b4f;
  color: #f05b4f;
}

.ct-series-m .ct-line,
.legend > label:nth-child(13) {
  stroke: #AEFF00;
  color: #AEFF00;
}

.ct-series-n .ct-line,
.legend > label:nth-child(14) {
  stroke: #004C18;
  color: #004C18;
}

.ct-series-o .ct-line,
.legend > label:nth-child(15) {
  stroke: #472E24;
  color: #472E24;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.progress {
  background-color: #D8D8D8;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #50B948;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.touchdate-container {
  display: inline-block;
  text-align: center;
}

@media (min-width: 533px) {
  .touchdate-container + .touchdate-container {
    margin-left: 20px;
  }
}

.modal-body-config {
  max-width: 100%;
  overflow-x: auto;
  padding: 5px;
}

.modal-body-config > div {
  min-width: 300px;
  text-align: center;
}

th {
  cursor: pointer;
}

tr:nth-child(even) {
  background-color: #f5f5f5;
}

tr:hover {
  background-color: #bdd4e8;
}

tr:first-child:hover {
  background-color: unset;
}

tr.disabled {
  background-color: #cecece;
  opacity: 0.7;
}

.table {
  margin-bottom: 0;
}

.hidden-with-space {
  visibility: hidden;
  cursor: default;
}

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.btnEdit {
  display: inline-block;
  margin-right: 15px;
  border: none;
  background: none;
  outline: none;
}

.required:after {
  content: "*";
  font-weight: bold;
  color: red;
  font-size: 24px;
  font-family: Arial;
  line-height: 0px;
  position: absolute;
  top: 15px;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 0 5px -10px 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.alert {
  margin-bottom: 10px;
}

.img-btn {
  display: inline-block;
  height: 25px;
  cursor: pointer;
}

.status-img {
  height: 20px;
}

@media print {
  .form-group {
    margin-bottom: 0;
  }
}

.range-slider {
  min-width: 1200px;
}

.input-range {
  height: 200px;
  width: 5px;
  margin: 22px;
  border-radius: 5px;
  background: #3490dc;
  outline: none;
  -webkit-writing-mode: bt-lr;
      -ms-writing-mode: bt-lr;
          writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  /* WebKit */
}

.grid-container {
  position: absolute;
  height: 90%;
  width: 100%;
}

.tooltip-inner {
  max-width: 500px !important;
}

