html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*.auth-page .auth-side-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #f2e9e9 !important;
}*/
.auth-page .auth-side-wrapper {
    width: 100%;
    height: 100%;
    background-image: url(/StaticFiles/innovando_logo.png);
    background-size: cover;
}
.nav-item nav-category {
    color: black !important;
}

.nav-link {
    color: black !important;
}

.btn-info {
    background: #2aa2b8 !important;
    color: black !important;
}

.page-item.active .page-link {
    background-color: #2aa2b8 !important;
    border-color: #2aa2b8 !important;
    opacity: 70%;
    color: black !important;
}

.auth-page .auth-side-wrapper {
    background-color: #2b2e33 !important;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #0d6efd;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.btn.btn-info {
    color: white !important;
}

.dotred {
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dotyellow {
    height: 25px;
    width: 25px;
    background-color: yellow;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dotorange {
    height: 25px;
    width: 25px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dotblue {
    height: 25px;
    width: 25px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dotgray {
    height: 25px;
    width: 25px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dotgreen {
    height: 25px;
    width: 25px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.sidebar .sidebar-body .nav .nav-item.active .nav-link.active {
    color: #2aa2b8 !important;
    border-color: #2aa2b8 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid white !important;
    color: white !important;
}

