: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-color: #bbb; } .login-container .logo { font-size: 35px; font-weight: 800; color: #F7941E; } .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); color: #fff; } .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; } .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-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); }