body {
  background: #efefef;
}

.card {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  padding: 10px;
}

.card .text {
  font-weight: 500;
  color: black;
  text-align: center;
}

.placeholder {
  margin: 10px auto;
  height: auto;
  width: calc(100% - 320px) !important;
  position: absolute;
  display: block;
  margin-left: 320px !important;
  box-sizing: border-box;
  overflow: auto;
}

.form {
  width: 100%;
  height: auto;
  display: block;
}

.form label {
  display: block;
  font-size: .8em;
  color: #4D4D4D;
  padding: 10px;
  text-align: left;
}

.form .input {
  height: auto;
  width: 100%;
  font-size: 17px;
  color: #4D4D4D !important;
  text-align: center;
  display: block;
  background: #fff !important;
  outline: 0;
  border: 1px solid #C8CED5;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px;
  box-sizing: border-box;
}

.form .left {
  text-align: left;
}

.form .input:hover,
.form .input:focus {
  border-color: #35BBA4;
}

.btn-group {
  display: block;
  width: auto;
  height: auto;
}

.btn {
  padding: 10px;
  height: auto;
  width: auto;
  display: inline-block;
  background: inherit;
  line-height: 20px;
  border-radius: 5px 5px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  box-sizing: border-box;
  border: none;
}

.btn-group .btn:first-child {
  border-radius: 5px 0px 0px 5px;
}

.btn-group .btn:last-child {
  border-radius: 0px 5px 5px 0px;
}

.btn-green {
  background: #35BBA4;
  border-color: #32ad99;
  cursor: pointer;
}

.btn-green:hover {
  background: #2ca792;
  border-color: #289482;
  cursor: pointer;
}

.btn-orange {
  background: #c86202;
  border-color: #b15703;
  cursor: pointer;
}

.btn-orange:hover {
  background: #b3651c;
  border-color: #b3651c;
  cursor: pointer;
}

a:-webkit-any-link {
  text-decoration: none;
}

.error {
  height: auto;
  width: 100%;
  background: #e34343;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  border-radius: 10px;
  font-size: 17px;
  color: #fff;
  border: 1px solid #c52f2f
}

.success {
  height: auto;
  width: 100%;
  background: #04a394;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  border-radius: 10px;
  font-size: 17px;
  color: #fff;
  border: 1px solid #069486
}

.info {
  height: auto;
  width: 100%;
  background: #4db1a7;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  border-radius: 10px;
  font-size: 17px;
  color: #fff;
  border: 1px solid #47978f
}

table {
  font-family: Arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-weight: 300;
}

th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 20px;
  font-weight: normal;
  text-align: center;
}

td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 15px;
}

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

}

tr:nth-child(even) td {
  border: 1px solid #dddddd;
}

.float-right {
  float: right;
}

.headerSortDown:after,
.headerSortUp:after {
  content: ' ';
  position: relative;
  left: 2px;
  border: 8px solid transparent;
}

.headerSortDown:after {
  top: 10px;
  border-top-color: silver;
}

.headerSortUp:after {
  bottom: 15px;
  border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
  padding-right: 10px;
}

a+.btn {
  text-decoration: none;
  color: inherit
}

table .input {
  height: 30px;
  width: 100%;
  font-size: 17px;
  color: #4D4D4D !important;
  text-align: center;
  display: block;
  background: #fff !important;
  outline: 0;
  border: 1px solid #C8CED5;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 1px;
  box-sizing: border-box;
}

table label {
  display: block;
  font-size: .8em;
  color: #4D4D4D;
  padding: 10px;
  text-align: left;
}

.avail-test-placeholder {
  align-content: center;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.tests {
  position: absolute;
  background: #ffffff;
  color: #4d4d4d;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
  border: 2px solid #E4E7EE;
  border-radius: 100%;
  font-weight: bolder;
  font-size: 40px;
  display: block;
  z-index: 2;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.title {
  background: rgba(53, 187, 164, 19%);
  color: #35BBA4;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
  font-weight: bold;
  border-radius: 10px;
  font-size: 30px;
  display: block;
  margin-top: 85px;
  line-height: 67px;
  height: 40px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.mbl-only {
  display: none !important;
}

.no-mbl {
  display: block !important;
}


.green {
  color: #35bba4;
}

@media only screen and (max-width: 1200px) {
  .placeholder {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .mbl-only {
    display: block !important;
  }

  .no-mbl {
    display: none !important;
  }
}