﻿@import "./variables.css";

.width7 {
    width: 7%;
}

.width10 {
    width: 10%;
}

.width12 {
    width: 12%;
}

.width18 {
    width: 18%;
}

.width33 {
    width: 33%;
}

.width38 {
    width: 38%;
}

.width65 {
    width: 65%;
}

.width55 {
    width: 55px;
}

.width75 {
    width: 75px;
}

.width100px {
    width: 100px;
}

.width120 {
    width: 120px;
}

.width200 {
    width: 200px;
}

.width225 {
    width: 225px;
}

.width1000 {
    width: 1000px;
}

.legend-table {
    min-width: 751px;
    max-width: 1167px;
    width: 75%;
    background-color: #E6E6E6;
}

.legendTable-header {
    font-size: 12px;
    font-weight: bold;
}

.legend-background {
    background-color: var(--soft-white);
}

.clear-both {
    clear: both;
}

.prov-num-textbox {
    width: 13%;
    padding-right: 20px;
}

#tblSearchProvider {
    border: 0;
}

.prov-search-reset {
    text-decoration: none !important;
}

.prov-search-view {
    max-width: 100px;
    width: auto;
}

.prov-search-num {
    max-width: 400px;
    width: auto;
}

.width-auto {
    width: auto !important;
}

#dvSuccessMessage {
    color: var(--ink);
    font-weight: bold;
    font-size: 18px;
}

#ddlInteractiveEvents {
    width: 100%;
    margin: 0px;
}

.e-rowcell.noWrap {
    white-space: pre-wrap !important;
}

.disabled-event {
    cursor: not-allowed;
    opacity: 0.5;
}

.modal-div {
    max-width: 80%;
    height: 90%;
}

.modal-span {
    text-align: left;
    font-size: 1.5em;
    font-weight: bolder;
}

.float-container {
    padding: 20px;
}

.float-child {
    width: 50%;
    float: left;
    padding: 20px;
}

.red-text {
    color: #C83C3C;
}

.file-drop {
    border-radius: 10px;
    border: 1px solid #333;
    height: 100px;
    width: 80%;
}

.e-icons.e-file-delete-btn,
.e-icons.e-file-delete-btn::before,
.e-icons.e-file-delete-btn::after {
    display: none !important;
}

.form-button {
    padding: 0;
    font-size: inherit;
}

#demoDIV td {
    width: 200px;
    font-size: 8pt;
}

#demoDIV table {
    width: 100%;
    background-color: var(--soft-white);
}

#demoDIV legend {
    margin-top: 20px;
    font-size: 12pt;
    font-weight: 700;
}

#demoDIV th {
    font-size: 8pt;
}

#demoDIV input {
    height: 2.2em;
    font-size: 8pt;
}

#demoDIV select {
    height: 1.2em;
    font-size: 8pt;
}

.max-width80 {
    max-width: 80%;
}

.max-width1000px {
    max-width: 1000px;
}

.max-width1500px {
    max-width: 1500px;
}

.height100 {
    height: 100%;
}

.statlog-div {
    margin: 15px;
    margin-top: 15px;
    max-width: 1500px;
}

.buttonA {
    background-color: buttonface;
    border: 1pt solid darkgray;
    font-size: smaller;
    line-height: .75;
}

.close-btn-container {
    margin-left: auto;
    margin-right: auto;
}

.baseline {
    vertical-align: baseline;
}

.statlog-img {
    width: 32px;
    height: 32px;
}

.td-size {
    width: 18%;
    padding-right: 20px;
}

.no-decoration {
    text-decoration: none;
}

.font1-5 {
    font-size: 1.5rem;
}

.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
    color: var(--soft-white);
}

.e-grid td.e-active {
    background: var(--silverleaf);
    color: var(--ink);
}

.searchForProviders, .refreshBtn {
    color: black;
}

.statlog-button {
    color: black !important;
    border: 1pt solid darkgray !important;
}

.statlog-button a {
    color: black !important;
}

.ui-widget-content {
    border: 1px solid var(--soft-white) !important;
    background: var(--soft-white) !important;
    color: var(--ink) !important;
}

.button-padding {
    padding: 0 5px 0 5px !important;
}

#ddlARUMProviderID {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

svg.feather, svg.feather.feather-user {
    color: var(--marine) !important;
}