/* html {
    font-size: 10px
} */


/* .navbar .dropdown-menu {
    background-color: #6D767C;
    color: #FAFEFF;
}

.navbar .dropdown-item {
    background-color: #6D767C;
    color: #B2B6BF;
}

.navbar .dropdown-item:hover {
    background-color: #6D767C;
    color: #FAFEFF;
} */
@media screen and (orientation: portrait) {
    html {
      transform: rotate(-90deg);
      transform-origin: left top;
      width: 100vh;
      height: 100vw;
      overflow-x: hidden;
      position: absolute;
      top: 100%;
      left: 0;
    }
  }



.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.error-actions .btn {
    margin-right: 10px;
}

.alert {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.nav-company {
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    color: #2f2382 !important;
}

.nav-weight-indicator {
    position: fixed;
    font-size: 50px;
    font-weight: bold;
    margin-top: -40px;
}

.error {
    color: #e45260;
}

.error input,
.error select {
    border: 2px #f2dede solid;
}

.footer-weight-danger {
    background: #f2dede !important;
    color: #000 !important;
}

.footer-weight-warning {
    background: #f7ecb5 !important;
    color: #000 !important;
}

.footer-weight-success {
    background: #c1e2b3 !important;
    color: #000 !important;
}

.text-weight-danger {
    color: #e45260 !important;
}

.text-weight-warning {
    color: #ffc107 !important;
}

.text-weight-success {
    color: #28a745 !important;
}

table.table thead th.orderable.asc {
    background: url('octicons/triangle-up.svg') no-repeat center right;
}

table.table thead th.orderable.desc {
    background: url('octicons/triangle-down.svg') no-repeat center right;
}

.mytables{
    width: 950px;
    font-size:smaller;
    margin: auto;
}
.mytables tr td {
    border: 1px solid #000; /* This line */
}
.mytables tr th{
    border: 1px solid #000;
    font-size: 15px;
    text-align: center;
}
