:root { --w-70: 70%; --primary-color: #1c4587; --bg-grey: #EDEEF1; } /* login css */ .login-container { background-color: var(--bg-grey); } .login-header { font-size: 30px; font-weight: 100; } .login-form { padding: 50px; } .login-form label { font-size: 14px; color: #454859; } .login-form .form-control { height: calc(1.5em + 0.75rem + 0.3px);; } .bg-holder { background-image: url(/login-rhs.jpg); background-size: cover; } .login-container .logo { font-size: 35px; font-weight: 800; color: rgb(13, 89, 175); } .login-container small { font-size: 12px; color: #999; } /* end of login */ .w-70 { width: var(--w-70); } .stag-primary-bg { background-color: var(--primary-color) !important; color: #fff; } .stag-primary-border { border-color: var(--primary-color) !important; } .navbar-brand { font-size: 25px; font-weight: 900; } .nav-item { margin-right: 10px; } .navbar-dark .nav-item .nav-link { color: #fff; } .dropdown-menu { margin-top: 7px; border-radius: 0; } .dropdown-item:not(:last-child) { border-bottom:1px solid #ddd; } main { padding:0 1rem; } /* ability to toggle the video pane (rhs) */ .stag_rhs_toggle, .stag_rhs_toggle:hover { position: fixed; bottom: 0; right: 0; padding: 0.25rem 0.75rem; border-top-left-radius: 6px; background-color: var(--primary-color); color: #fff; z-index: 2; } body.stag_rhs_collapsed .v-split, body.stag_rhs_collapsed .app-right-panel { display: none !important; } .delete-column { width: 60px; } .m-negator { margin-left: -1.25rem !important; margin-right: -1.25rem !important; } .pl-3-5 { padding-left: 1.25rem !important; } .lh-24px { height: 24px; line-height: 24px; } .mcp-theme-1 *:not(i) { font-family: Verdana, sans-serif; font-size: 13px; } .mcp-theme-1 .font-size-11 { font-size: 11px; } .mcp-theme-1 .font-size-13 { font-size: 13px; } .mcp-theme-1 .font-underline { text-decoration: underline; } .mcp-theme-1 .on-hover-opaque { opacity: 0.6; } .mcp-theme-1 .on-hover-opaque:hover { opacity: 1; } .mcp-theme-1 a, .mcp-theme-1 a:link { color: rgb(13, 89, 175); } .mcp-theme-1 .btn.btn-primary { background: rgb(13, 89, 175); border-color: rgb(13, 89, 175); box-shadow: none; } .mcp-theme .mcp-theme-1 .nav-item { margin: 0; } .mcp-theme-1 .nav-link:hover { background: #e3e3e394; } .mcp-theme-1 .text-sm { font-size: 85%; } .mcp-theme-1 .text-sm-incl-children, .mcp-theme-1 .text-sm-incl-children *:not(i) { font-size: 0.8rem; } .mcp-theme-1 .minutes-label { width: 40px; } .mcp-theme-1 .memo-textarea { min-width: 200px; height: 60px; } .main-row { display: flex; flex-wrap: nowrap; margin-right: -15px; margin-left: -15px; } .main-row > .sidebar { width: 180px; min-width: 180px; } .main-row > main { flex-grow: 1; } html, body { height: 100%; } body>nav.navbar { height: 55px; } .stag-content { height: calc(100% - 55px); } .moe-disabled[moe] { cursor: not-allowed; } .moe-disabled[moe] [start][show] { opacity: 0.5; pointer-events: none; } .mcp-theme-1 .stag-no-wrap-td { max-width: 260px; } .mcp-theme-1 .stag-no-wrap { max-width: 250px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; } .mcp-theme-1 .form-control.form-control-sm { min-width: 200px; } .mcp-theme-1 .min-width-200px { min-width: 200px; } .mcp-theme-1 .max-width-300px { max-width: 300px; } .cancelled-item { opacity: 0.5; } .cancelled-item:not(.always-clickable) * { pointer-events: none; } .note-content { max-height: 300px; overflow-y: auto; } .note-content:not([auto-edit]) { padding: 1rem; padding-bottom: 0; cursor: pointer; position: relative; } .note-content:not(.cancelled):not([auto-edit]):not(.readonly):before { content: '(click to change)'; display: block; color: #535353; padding-bottom: 0.3rem; } .mcp-theme-1 .ql-container, .mcp-theme-1 .ql-toolbar { border-left: 0; border-right: 0; } .mcp-theme-1 .ql-editor[contenteditable] { min-height: 120px; } .ql-container p { margin-top: 1rem; } .note-content ul { list-style: none !important; } .ql-editor ul > li::before { content: ''; }