body { background-color: #D0E1F8 !important; } .btn-primary { background-color: #0066B1; color: white; height: 35px; font-size: 13px; white-space: nowrap; } .text-primary { color: #0066B1; } .text-primary h4 { color: #0066B1; } .btn-link { color: #0066B1; } .breadcrumb { align-items: baseline; } .breadcrumb-item+.breadcrumb-item:before { content: ">" !important; } .breadcrumb-item a { color: #aaa; font-size: 13px; text-decoration: none !important; } .breadcrumb-item.active { color: #555; font-size: 13px; } label { font-size: 12px; } input { font-size: 12px; } .App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } .app-layout { display: flex; background: white; } .app-menu-user-profile-container { position: absolute; right: 40px; display: flex; justify-content: center; align-items: center; } .app-menu-user-profile { border: 1px solid #ccc; border-radius: 8px; padding: 1px 4px; display: flex; justify-content: center; align-items: center; } .user-info-container { margin-left: 4px; padding: 1px 4px; } .user-name { font-size: 12px; } .user-role { font-size: 12px; color: #aaa; } .app-side-bar-container { width: 300px; border-right: 1px solid #ccc; height: 100vh; } .app-side-bar-collapse { padding: 16px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; width: 300px; position: absolute; bottom: 0; left: 0; cursor: pointer; background: white; } .app-side-bar-list-item-container.collapsed { text-align: center } .app-side-bar-list-item { padding: 8px 0 4px 16px; margin-right: 16px; cursor: pointer; } .app-side-bar-list-item-name { font-size: 12px; } .app-side-bar-menu-container { height: calc(100vh - 120px); overflow: auto; } .float-icon { float: right; } .with-icon { margin-left: 8px; } .sub-nav-item { padding-top: 2px !important; padding-bottom: 2px !important; } .app-side-bar-list-item-active { background: #EAF3FF; border-left: 2px solid #0066B1; } .collapse-label { color: #555; font-size: 12px; margin-left: 4px; } .app-side-bar-logo { padding: 16px; border-bottom: 1px solid #ccc; width: 300px; } .app-layout .collapsed { width: 56px !important; } .app-side-bar-logo .logo-container { position: absolute; left: 20px; top: 20px; } .app-main-container { padding: 40px; height: 100vh; overflow: auto; position: relative; } .app-side-bar-logo img { height: 24px; width: 24px; margin-right: 8px; } .app-main-content-list-container { border: 1px solid #ccc; border-radius: 8px; padding: 4px 24px; } .app-main-content-list-func-container { position: relative; } .app-main-content-list-func-container .nav-tabs { border-bottom: none !important; } .app-main-content-list-func-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link { color: #777; padding-bottom: 16px; font-size: 14px; } .app-main-content-list-func-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover { border: none; border-bottom-color: #0066B1 !important; } .app-main-content-list-func-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover { border-color: transparent; } .app-main-content-list-func-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-color: transparent; border-bottom-color: #0066B1; color: #0066B1 !important; } .app-main-content-list-func-container .tab-pane { border-top: 1px solid #ccc; padding-top: 24px; overflow: auto; } .app-main-content-list-func-container .list-func-panel { position: absolute; right: 0; top: 4px; display: flex; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } fieldset { padding: 15px !important; border-width: 2px !important; border-style: groove !important; border-color: rgb(192, 192, 192) !important; border-image: initial !important; } legend { font-size: 1em !important; font-weight: bold; margin-bottom: 24px; } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* .container-fixed { margin-top: 6rem; } */ .card-container { border: none; padding: 16px; margin-bottom: 16px; font-size: .8em; color: #333; cursor: pointer; border-radius: 8px; background: #eee; } .card-status { font-size: .6em; } .card-container.purple { background: #610dad; color: #fff; } .card-status .yellow { background: #ffc107; border-radius: 12px; width: 12px; height: 12px; margin-right: 5px; } .card-status .red { background: #dc3545; border-radius: 12px; width: 12px; height: 12px; margin-right: 5px; } .card-status .blue { background: #0dcaf0; border-radius: 12px; width: 12px; height: 12px; margin-right: 5px; } .card-status .green { background: #0de480; border-radius: 12px; width: 12px; height: 12px; margin-right: 5px; } .card-status .gray { background: #ccc; border-radius: 12px; width: 12px; height: 12px; margin-right: 5px; } /* table { border: 1px solid #0dcaf0; } */ table tr { border: 1px solid white; } table tr th { border: 1px solid white; padding: 8px 16px; font-size: 12px; background-color: #0066B1; color: white; min-width: 250px; } table tr td { border: 1px solid white; padding: 8px 16px; font-size: 12px; color: #333; min-width: 250px; } .clickable { cursor: pointer; } .td-checkbox, .th-checkbox { width: 30px !important; padding-left: 8px !important; min-width: 5px !important; } .td-index, .th-index { width: 30px !important; padding-left: 8px !important; min-width: 5px !important; } .float-right { float: right; } tbody tr:nth-child(even) { background-color: #eee; } table .children { padding-left: 40px; } table .group td { font-style: italic; } .list-func-panel .dropdown-menu { padding: 20px; width: 250px; transform: translate(0px, 37px)!important; } .app-main-content-fields-section { display: flex; align-items: baseline; margin-top: 24px; margin-bottom: 40px; } .app-main-content-fields-section.flex-end { display: flex; align-items: flex-end; margin-top: 24px; margin-bottom: 40px; } .app-main-content-fields-section.column { flex-direction: column; } .no-margin-v { margin-top: 0 !important; margin-bottom: 0 !important; } .margin-sm { margin-top: 20px !important; margin-bottom: 20px !important; } .app-main-content-fields-section li { list-style: decimal; margin-top: 4px; margin-bottom: 4px; } /* .app-main-content-fields-section.base-line { align-items: baseline !important; } */ .app-main-content-fields-section .field-label { font-size: 13px; color: black; font-weight: 500; line-height: 2; } .multi-columns-container { display: flex; /* background: #D0E1F8; */ padding: 24px 0; border-radius: 10px; } .column-container { padding: 0 20px 0 0; } .column-card { background: white; padding:24px; border-radius: 10px; border: 1px solid #ccc; margin-bottom: 24px; } .react-time-picker__wrapper { border-radius: 10px; border-color: #ccc!important; } .react-time-picker__wrapper input[type=number] { border:none; } .app-main-content-fields-section .field-value { font-size: 12px; color: #555; } .app-main-content-fields-section .field-body { margin-right: 100px; } .app-main-content-fields-section.short .field-body { margin-right: 20px; } .app-main-content-fields-section.short { margin-bottom: 0; margin-top: 12px; justify-content: space-between; } .app-main-content-fields-section.with-function .react-datepicker-wrapper { width: 120px !important; } .app-main-content-fields-section input[type=text] { width: 350px; height: 45px; } .app-main-content-fields-section.dropdown-container input[type=text] { width: 210px; height: 35px; } .app-main-content-fields-section.dropdown-container select { width: 210px; height: 35px; } .app-main-content-fields-section.with-function .react-datepicker-wrapper input[type=text] { height: 35px; width: 120px; } .app-main-content-fields-section input[type=text].shorter { width: 50px; height: 45px; } .app-main-content-fields-section input[type=text].short { width: 150px; height: 45px; } .app-main-content-fields-section input[type=text].long { width: 450px; height: 45px; } .app-main-content-fields-section .file-name { color: #aaa; margin-top: 4px; font-size: 13px; } .app-main-content-fields-section input[type=email] { width: 350px; height: 45px; } .app-main-content-fields-section input[type=number] { width: 350px; height: 45px; } .app-main-content-fields-section input[type=file] { display: none; } .custom-file-upload { background:#0066B1; display: inline-block; cursor: pointer; color: white; height: 45px; width: 150px; padding: 12px; font-size: 13px; font-weight: 500; border-radius: 6px; } .app-main-content-fields-section select { width: 350px; height: 45px; border-radius: 8px; margin-left: 0 !important; border-color: #ccc !important; } .app-main-content-fields-section .field-blurb { color: #aaa; } .app-main-content-fields-section .required { color:#0066B1; } select { margin-left: 5px; min-width: 200px; height: 40px; padding: 5px; } a { cursor: pointer; text-decoration: underline !important; } input[type="text"] { height: 30px; padding-left: 15px; padding-right: 15px; border-radius: 8px; border: 1px solid #ccc; } textarea { width: 100%; height: 80px; padding-left: 15px; padding-right: 15px; border-radius: 8px; border: 1px solid #ccc; } input[type="number"] { height: 30px; padding-left: 15px; padding-right: 15px; border-radius: 8px; border: 1px solid #ccc; } input[type="email"] { height: 30px; padding-left: 15px; padding-right: 15px; border-radius: 8px; border: 1px solid #ccc; } input[type="password"] { height: 30px; padding-left: 15px; padding-right: 15px; border-radius: 8px; border: 1px solid #ccc; } input[type="checkbox"] { margin-left: 8px; } .clickable { cursor: pointer; } .rs__cell button { width: 120px !important; } .rs__cell button p { font-size: 13px; color: #333; } .rs__multi_day { padding-left: 8px; padding-right: 8px; } .sx__month-grid-day { min-height: 150px; } .sx__event-modal { box-shadow: 1px -1px 20px rgba(0, 0, 0, 0.3); border-radius: 8px; } .sx__event-modal__title { padding: 8px; } .sx__event-modal__time { padding: 0 8px 8px 8px; } .sx__event-modal__time.with-padding { padding-left: 8px; } .event-item-flex { display: flex; justify-content: space-between; padding: 4px 8px; } .event-list-item-container { border-radius: 8px; } .event-red { border-inline-start: 4px solid rgb(249, 28, 69) !important; color: rgb(89, 0, 13) !important; background-color: rgb(255, 210, 220) !important; } .event-brown { border-inline-start: 4px solid #d0b316 !important; color: #594800 !important; background-color: #fff5aa !important; } .event-green { border-inline-start: 4px solid #004d3d !important; color: #004d3d !important; background-color: #dafff0 !important; } .event-blue { border-inline-start: 4px solid rgb(28, 125, 249) !important; color: rgb(0, 40, 89) !important; background-color: rgb(210, 231, 255) !important; } .event-black { border-inline-start: 4px solid black !important; color: black !important; background-color: #aaa !important; } .event-purple { border-inline-start: 4px solid #6750a4 !important; color: #21005e !important; background-color: #eaddff !important; } .event-primary { border-inline-start: 4px solid #6750a4 !important; color: #21005e !important; background-color: #eaddff !important; } .event-gray { border-inline-start: 4px solid #777 !important; color: #555 !important; background-color: #eee !important; } .event-orange { border-inline-start: 4px solid #F76806 !important; color: #C35214 !important; background-color: #FED8B1 !important; } .event-pink { border-inline-start: 4px solid #FF6EC7 !important; color: #A94064 !important; background-color: #FFD1DC !important; } .btn-no-deco { text-decoration: none!important; padding-top: 6px; } .small-dropdown-item { font-size: 12px; color: #555; } .personnel-info-table .red { background: #dc3545; color: rgb(25, 23, 23); } .personnel-info-table .red button { color: white; } .personnel-info-table .status-tag { padding: 4px 8px; border-radius: 6px; text-align: center; } .personnel-info-table .dark-red { background: #7c0d0e; color: #fff; } .personnel-info-table .light-red { background: #864f50; color: #fff; } .personnel-info-table .dark-gray { background: #777; color: #fff; } .personnel-info-table .light-green { background: #0de480; color: #fff; } .personnel-info-table .light-green button { color: #fff; } .personnel-info-table .dark-green { background: #198754; color: #fff; } .personnel-info-table .dark-blue { background: #0d6efd; color: #fff; } .personnel-info-table .light-blue { background: #0dcaf0; color: #fff; } .personnel-info-table .black { background: #000; color: #fff; } .personnel-info-table .yellow { background: yellow; color: #fff; } .personnel-info-table .white { background: #fff; color: #000; } .all-routes-container { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-top: 20px; } .route-card-container { flex-basis: 19%; margin-right: 8px; box-sizing: border-box; } .route-stats { color: #777; } .route-card-title { color: black; font-weight: 500; line-height: 2; } .medical ul li { cursor: pointer; list-style: none; margin-bottom: 8px; font-size: 18px; color: #0d6efd; } .comments-text { width: 200px; height: 150px; } .medical ul li:focus, .medical ul li:hover { cursor: pointer; list-style: none; margin-bottom: 8px; font-size: 18px; color: #0d6efd; text-decoration: underline; } .report-field-value { background: #eee; padding: 4px; } .selected { background: #ffc107; } .customers-container { padding: 20px; width: 100%; position: relative; } .customers-dnd-item-container { border: none; padding: 0 16px; margin-bottom: 24px; display: flex; align-items: center; font-size: 13px; cursor: move; background: #eee; margin-left: 60px; } .customers-dnd-item-container-absent { border: none; padding: 0 16px; margin-bottom: 24px; display: flex; align-items: center; font-size: 13px; background: #eee; } .new-customers-dnd-item-container { border: none; padding: 0 16px; margin-bottom: 24px; display: flex; align-items: center; font-size: 13px; margin-left: 44px; } .column-card.adjust { padding-right: 60px; } .stop-index { position: absolute; left: 0; } .customer-dnd-item { padding: 4px 0; } .customer-dnd-img { width:18px; height:18px; margin-right: 20px; } .customer-dnd-item-content { padding-left: 20px; font-size: 11px; } .option-item { display: flex; align-items: center; margin-bottom: 15px; padding: 15px; } .customer-delete-btn { margin-left: auto; } .react-datepicker__input-container input { height: 35px; width: 100%; } .admin-nav a { text-decoration: none !important; } .login { display: flex; flex-direction: column; justify-content: center; align-items: center; } .login .logo-container { display: flex; justify-content: center; align-items: center; } .login .logo-suffix { font-size: 30px; } .login .logo-worldshine { font-size: 30px; color: #0066B1; } .login-container { background: #fff; padding: 50px; display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 768px; width: 100%; border-radius: 16px; } .login-logo { height: 60px; width: 60px; background-color: transparent; } .login-items { width: 100%; } .login-container input { width: 100%; } .login-container .btn-link { font-size: 12px !important; text-decoration: none; width: 100%; } .login-disclaimer { font-size: 12px; color: #0066B1; } .btn-login { width: 100%; border-radius: 8px; } .create-route-container { background: #eee; padding: 15px; } .landing { color:#0066B1; display: flex; margin-top: 6rem; } .landing .logo-container { position: absolute; left: 40px; top: 40px; } .landing .logo-container img { height: 24px; width: 24px; } .landing-img { position: fixed; right: -80px; top: 0; background-image: url(../public/images/landing.png); height: 100%; width: 60%; background-position: right top; background-repeat: no-repeat; background-size: cover; } .landing .btn-primary { min-width: 200px; } .landing-content-title { height: 100vh; padding-top: 5%; width: 40%; } .landing-title { width: 100%; } .landing-content a { margin-left: 15px; } .landing-content h6 { margin-bottom: 20px; } .logo { position: absolute; top: 30px; left: 40px; display: flex; align-items: center; } .logo-suffix { font-size: 14px; margin-top: -3px; font-weight: 700; color: orange; } .btn-medical { padding-left: 3em !important; padding-right: 3em !important; } .btn-medical a { color: white; text-decoration: none !important; margin-left: 0; } .logo img { height: 50px; } .pagination-container { display: flex; justify-content: right; margin-top: 20px; } .page-prev-item, .page-next-item { font-size: 12px; padding: 4px 0; border: 1px solid #777; border-radius: 10px; margin-right: 4px; color: #777; } .page-prev-item.disabled, .page-next-item.disabled { color: #aaa; border-color: #aaa; } .per-page, .page-picker { width: 55px !important; height: 30px; border-radius: 10px; border-color: #777; color: #777; font-size: 12px; min-width: 20px; margin-right: 2px; } .per-page option { width: 30px; } .page-item { display:none; } .per-page-label { font-size: 12px; } .select-page-container { font-size: 12px; display: flex; align-items: baseline; margin-right: 4px; margin-left: 4px; } .customers-pagination { margin-bottom: 2rem; margin-right: 4px; display: flex; flex-direction: row; justify-content: right; list-style-type: none; padding: 0; flex-wrap: wrap; } .customers-pagination li a { border-radius: 7px; padding: 0.1rem 0.8rem; border: none; cursor: pointer; background: transparent; color: #777; } /* .customers-pagination li { border: none; } */ .customers-pagination li a { border: none; text-decoration: none !important; } .customers-pagination li.previous a, .customers-pagination li.next a, .customers-pagination li.break a { border-color: transparent; background: transparent; } .customers-pagination li.active a { background-color: #0366d6 !important; border-color: transparent; color: white; min-width: 32px; } .customers-pagination li.disabled a { color: grey; background: transparent !important; } .customers-pagination li.disable, .customers-pagination li.disabled a { cursor: default; background: transparent; } .modal-dialog { max-width: 1000px !important; } .modal-fullscreen-xxl-down { height: 100%; margin: 0; width: 100vw; max-width: none; } .table-button-container { min-width: 320px; } .sigCanvas { border: 1px solid #333; } .transfer-select { min-width: 50px !important; height: 30px; padding-top: 0; padding-bottom: 0; margin-right: 5px; } .spinner-overlay { width: 100%; height: 100%; opacity: 0.8; background: white; position:fixed; display: flex; justify-content: center; align-items: center; top:0; left:0; } @media only screen and (min-width: 1200px) { /* .container { max-width: 1200px; } */ .landing { max-width: 1200px; } } @media only screen and (max-width: 768px) { .landing { color:#0066B1; } .landing-img { display: none; } .landing-content-title { width: 100%; } } @media only screen and (max-width: 1240px) { .route-card-container { flex-basis: 30%; } } @media only screen and (max-width: 910px) { .route-card-container { flex-basis: 100%; } } @media only screen and (min-width: 2000px) { /* .container { max-width: 1920px; } */ .landing { max-width: 1920px; } } @media print{ @page {size: landscape} } @media print { .noprint{ display: none !important; } .container { margin-left: 0; margin-right:0; } }