/* Default Styles */
body { background: #121212; }
h1, h2, h3, h4, h5, h6, p, span, li, label { color: lightgray; }
/* --- */

#monospaced { font-family: 'Courier New'; background: #4f4f4f; padding: 5px; border-radius: 5px; font-weight: bold; }
#divider { width: 100%; height: 1px; display: block; margin: auto; background: lightgray; opacity: 0.5; margin-top: 15px; margin-bottom: 15px; }

/* Feedback Messages */
.error-message{ display: none; border: 1px solid #ff4938; border-left: 7px solid #ff4938; padding: 5px; color: #ff4938; cursor: pointer !important; }
.success-message{ display: none; border: 1px solid #23ad5a; border-left: 7px solid #23ad5a; padding: 5px; color: #23ad5a; cursor: pointer !important; }
.login-failed-message { display: none; border: 1px solid #ff4938; border-left: 7px solid #ff4938; padding: 5px; color: #ff4938; cursor: pointer !important; }
.hidden { display: none !important; }
/* --- */

/* Icon Styles */
.icon { font-size: 1.5em; color: white !important; }
.icon:hover { opacity: .6; }
/* --- */

/* Nav Bar */
.nav-bar { width: 100%; height: 75px; background: #2C2C2C; box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.3); margin-bottom: 25px; display: inline-block; }
.nav-block { display: inline; height: inherit; line-height: 75px; vertical-align: middle; float: left; }
.icon-box { padding-left: 10px; padding-right: 10px; width: 50px; }

#right { float: right; }
#nav-bar-logo { height: inherit; border-right: 1px solid lightgray; }
#active-page { margin-left: 25px; margin-right: 25px; }
#sign-out-icon, #admin-settings-icon { cursor: pointer; }
/* #admin-settings-icon { cursor: pointer; } */
/* --- */

/* Widget Boxes */
.widget-box { background: #2C2C2C; padding: 15px; box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.3); }
.widget-box > p { position: relative; z-index: 2; }
.widget-title { font-size: 25px; font-weight: bold; }
.widget-content { font-size: 30px; float: right; }
.widget-click-box { float: right; background: #a6a6a6; font-weight: bold; color: #636363; padding: 5px; border-radius: 5px; cursor: pointer; }
.clear { clear: both; }
.go-back-button { border: none; font-weight: bold; color: lightgray; background: #6975ff; padding: 10px; border-radius: 5px; margin-bottom: 15px; cursor: pointer; }
/* --- */

/* Installation Boxes */
.installation-box > p, li { font-size: 18px; }
.big-button { font-family: 'Courier New'; background: #4f4f4f; border: none; border-radius: 5px; width: 100%; color: lightgray; font-size: 20px; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); transition: all .1s ease-in; border: none !important; outline: none !important; }
.big-button:hover:enabled { background: #404040; cursor: pointer; }
.big-button:disabled { opacity: .6; cursor: not-allowed !important; }
.installation-box > #sub-text { display: block; margin-top: -15px; }

/* Custom Box Borders */
#blue-left-border { border-left: 10px solid #2069e0; }
#green-left-border { border-left: 10px solid #f4d47c; }
#navy-left-border { border-left: 10px solid #082c6c; }
/* --- */
