/* comodita v0.1.0 - 24-12-2018 */

* {
  box-shadow: none !important;
  outline: 0 !important;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-height: 100%;
  color: #575656;
  background: #fff;
}

body > .content {
  flex: 1 0 auto;
}

.button {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.button:focus,
.button:hover {
  color: #000;
  text-decoration: none;
}

.button.small {
  font-size: 24px;
}

a {
  color: #2b2e83;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #07ffc3;
  text-decoration: none;
}

.get-start {
  text-align: center;
  padding: 45px;
}

.getstart {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #000;
  border-radius: 15%;
  cursor: pointer;
  text-align: center;
  padding: 25px;
}

.text-format {
  font-size: 20px;
  color: #141413;
}

.text-format.small {
  font-size: 16px;
  line-height: 22px;
}

.text-format.small .button {
  font-size: 13px !important;
  line-height: 16px !important;
}

.content {
  max-width: 576px;
  margin: 0 auto;
}

.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rotate {
  transform: rotate(-90deg);
}

.blue_dark {
  color: #2b2e83;
}

.blue_light {
  font-size: 24px;
  color: #000;
}

.green {
  color: #dd0b0b;
  font-size: 9px;
}

.red {
  font-size: 24px;
  color: #dc3545;
}

.ico-black {
  background-color: #ccd9db;
  color: #150c72;
  border-radius: 15%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}

.ico-black:focus,
.ico-black:hover {
  color: #a6c712;
}

.ico-black.big {
  font-size: 46px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.ico-green {
  color: #000;
  width: 40px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.ico-green:focus,
.ico-green:hover {
  color: #7d7d7d;
}

.ico-green.big {
  font-size: 26px;
  width: 54px;
  height: 54px;
  line-height: 54px;
}

@media (max-width: 575.98px) {
  .ico-black.big {
    font-size: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  
  .ico-green.big {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.pointer {
  cursor: pointer;
}

a.ico-black,
a.ico-green {
  display: inline-block;
}

.flex-grow-1 {
  flex-grow: 1;
}

.header {
  border-bottom: 0 solid #575656;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  margin-top: 2em;
  background: #0651ff;
  border-radius: 10%;
  padding: 10px;
}

.line1 {
  font-weight: 700;
  font-size: 16px;
  color: #85a9b4;
}

.line1 .col-center {
  font-size: 22px;
}

.line2 {
  font-weight: 700;
  font-size: 34px;
  color: #d4dadb;
}

.line2 > div {
  text-align: center;
}

.col-left,
.col-right {
  width: 80px;
  text-align: center;
}

.vs {
  font-weight: 700;
  font-size: 34px;
  color: #0f70b7;
}

.statistic {
  overflow: auto;
  width: 100%;
}

.statistic .inner {
  position: relative;
  padding-bottom: 20px;
  background-color: #c4d1e3;
  border-radius: 30px;
}

.statistic .th {
  font-weight: 300;
  font-size: 12px;
  color: #000;
  position: relative;
  height: 90px;
  width: 30px;
  min-width: 30px;
}

.statistic .th:last-child {
  border-right: 0;
}

.statistic .th .rotate {
  position: absolute;
  bottom: 10px;
  left: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.statistic .td {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.statistic .task,
.statistic .td,
.statistic .th {
  border-bottom: 1px solid #575656;
  border-right: 1px solid #575656;
}

.statistic .task:last-child,
.statistic .td:last-child,
.statistic .th:last-child {
  border-right: 0;
}

.statistic .task {
  min-width: 100px;
  left: 0;
  z-index: 1;
  height: 30px;
}

.statistic .task .text-format {
  color: #0a2a2f;
  font-size: 12px;
  font-family: "Courier New";
  line-height: 30px !important;
}

.statistic .nine,
.statistic .six {
  background-color: #0f70b7;
  color: #fff;
  border-radius: 15%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 2px;
}

.statistic .six {
  background-color: #dc3545;
}

.statistic .ps__rail-x {
  z-index: 1024;
}

.statistic2 {
  overflow: auto;
  width: 100%;
  height: auto;
}

.statistic2 .inner {
  position: relative;
}

.statistic2 table,
.statistic2 tbody,
.statistic2 td,
.statistic2 th,
.statistic2 thead,
.statistic2 tr {
  border: 0;
  margin: 0;
  padding: 0;
}

.statistic2 table {
  margin-bottom: 20px;
  border: 0;
  min-width: 100%;
  table-layout: fixed;
}

.statistic2 td,
.statistic2 th {
  border-bottom: 1px solid #575656;
  border-right: 1px solid #575656;
  vertical-align: middle;
  width: 30px;
  min-width: 30px;
}

.statistic2 td {
  height: 30px;
}

.statistic2 td:last-child {
  border-right: 0;
}

.statistic2 th {
  font-size: 18px;
  color: #2b2e83;
  position: relative;
  height: 90px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}

.statistic2 th:last-child {
  border-right: 0;
}

.statistic2 th .rotate {
  position: absolute;
  bottom: 10px;
  left: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.statistic2 .task {
  background-color: #fff;
  left: 0;
  z-index: 1;
}

.statistic2 .task .text-format {
  line-height: 30px !important;
}

.statistic2 .nine,
.statistic2 .six {
  background-color: #0f70b7;
  color: #fff;
  border-radius: 40%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 2px;
}

.statistic2 .six {
  background-color: #dc3545;
}

.statistic2 .ps__rail-x {
  z-index: 1024;
}

.comment {
  margin-top: 2rem;
  font-size: 16px;
  line-height: 18px;
}

.form-group {
  margin-bottom: 0;
}

.form-control {
  border: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #575656;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  color: #dc3545 !important;
}

.invalid-feedback {
  text-align: center;
}

.date {
  width: 220px;
  margin: 0 auto;
}

textarea {
  resize: none;
}

.dropdown-menu {
  font-size: 12px !important;
}

#toast-container > .toast {
  background-image: none !important;
}

#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #fff;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}

#toast-container > .toast-warning:before {
  content: "\f0e7";
}

#toast-container > .toast-error:before {
  content: "\f071";
}

#toast-container > .toast-info:before {
  content: "\f005";
}

#toast-container > .toast-success:before {
  content: "\f00C";
}

#toast-container > div {
  box-shadow: 0 0 3px #999;
  opacity: 0.9;
}

#toast-container > :hover {
  box-shadow: 0 0 4px #999;
  opacity: 1;
  cursor: pointer;
}

.toast {
  background-color: #2a92da;
}

.toast-success {
  background-color: #2a92da;
}

.toast-error {
  background-color: #d74b4b;
}

.toast-top-full-width {
  margin-top: 20px;
}

.toast-bottom-full-width {
  margin-bottom: 20px;
}

.toast-top-right {
  top: 20px;
}

.invalid-feedback {
  font-size: 13px;
}

.res {
  font-size: 26px;
  font-weight: bold;
}

.days_info {
  color: #000;
  font-size: 12px;
  font-family: "Courier New";
  padding: 4px;
  margin: 5px;
}

.element96 {
  padding-bottom: 29px;
  margin-top: 5px;
  background: #f7f8f9;
  border-radius: 15px;
  margin-top: 45px;
}

.element96 .text-format {
  font-size: 20px;
  color: #141413;
  background: #f7f8f9;
  border-radius: 10%;
}

.element96 .button {
  padding: 6px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.my-7 {
  text-align: center;
  padding: 5px;
  border-radius: 15%;
  background: #f7f8f9;
}

.comment .green {
  color: #f96400;
  font-size: 11px;
}

.comments {
  color: #0a2a2f;
  font-size: 12px;
  font-family: "Courier New";
}

.delcom {
  font-size: 9px;
  text-decoration: none;
  text-align: right;
  padding: 25px;
}

.nine-motiv {
  color: #0651ff;
  font-size: 11px;
}

.six-motiv {
  color: #dc3545;
  font-size: 9px;
}

.mb-2 {
background: rgb(244, 248, 250);
border-radius: 15px;
padding-bottom: 10px;
margin-top: 45px;
}