html {
    font-family: Arial, Helvetica, sans-serif;
}

a:link {
    font-size: 28px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 166, 0);
}
  
a:visited {
    color: rgb(255, 166, 0);
}
  
a:hover {
    color: rgb(255, 199, 95);
}
  
 a:active {
    color: rgb(255, 166, 0);
}

.vis-body {
    background-color: rgb(39, 43, 46) !important;
    min-height: 700px;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

input {
    min-width: 200px;
    font-size: 35px;
    border: none;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

input:focus {
    outline: none;
    background-color: rgb(255, 199, 95);;
  }

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

.text-legend {
    color: white;
    font-size: 12px;
    padding-top: 3px;
    padding-left: 25px;
}

.vis-table {
    margin-left: auto;
    margin-right: auto;
    border-width: 10px;
    border-spacing: 0;
}

.vis-table td {
    height: 100px;
    text-align: center;
    color: white;
    font-size: 35px;
}

.vis-table-title {
    min-width: 500px !important;
    height: 20px !important;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
}

.vis-table-subtitle {
    font-size: 25px !important;
    text-transform: none;
}

.vis-table-space {
    height: 20px !important;
}

.vis-table-col {
    width: 500px;
    border-top: 1px white solid;
    border-left: 1px white solid;
    background-color: rgb(91, 152, 76);
}

.vis-table-col-info {
    font-size: 18px !important;
}

.vis-table-col-info2 {
    font-size: 16px !important;
}

.list-header {
    background-color: transparent !important;
    padding-top: 8px;
}

.col-right {
    border-right: 1px white solid;
}

.col-empty {
    background-color: rgb(39, 43, 46) !important;
}

.col-checked {
    background-color: rgb(102, 106, 109) !important;
}

.form-col {
    width: 500px;
    border-top: 1px white solid;
    border-left: 1px white solid;
}

.form-col-title {
    background-color: rgb(119, 119, 119);
}

.form-col-empty {
    border-left: none !important;
    border-right: none !important;
}

.color-box {
    width: 20px;
    height: 20px;
}

.color-box-active {
    background-color: rgb(91, 152, 76);
}

.color-box-inactive {
    background-color: rgb(102, 106, 109);
}

.legend-table {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.scroll-container {
  height: 702px;
  overflow: auto;
  overflow-x: hidden;
}

.last-row {
    border-bottom: 1px white solid;
}

.no-border {
    border: none;
}