/* line 3, /Switchboard/app/assets/stylesheets/buttons.scss */
:root {
  --text: #ffffff;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --default-state-background: #10b9df;
  --default-state-border: #0c91af;
  --hover-state-background: var(--default-state-border);
  --hover-state-underline: #ffffff;
  --focus-state-shadow: #004670;
  --focus-state-border: #ffffff;
}

/* line 15, /Switchboard/app/assets/stylesheets/buttons.scss */
button, a.button {
  height: 32px;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid var(--default-state-border);
  background-color: var(--default-state-background);
  background-image: linear-gradient(-180deg, var(--default-state-background) 0%, var(--default-state-border) 100%);
  font-family: var(--font);
  color: var(--text);
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  align-items: center;
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: -moz-available;
  width: -webkit-fill-available;
  justify-content: center;
}
/* line 32, /Switchboard/app/assets/stylesheets/buttons.scss */
button:hover, button:focus, a.button:hover, a.button:focus {
  background-image: linear-gradient(-180deg, var(--hover-state-background) 0%, var(--hover-state-background) 100%);
}
/* line 36, /Switchboard/app/assets/stylesheets/buttons.scss */
button:hover:before, a.button:hover:before {
  content: "";
  border-radius: 0 0 1px 1px;
  border-bottom: 2px solid var(--hover-state-underline);
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
/* line 46, /Switchboard/app/assets/stylesheets/buttons.scss */
button:focus:after, a.button:focus:after {
  box-shadow: 0 0 0 2px var(--focus-state-shadow);
  content: "";
  border-radius: 4px;
  border: 1px solid var(--focus-state-border);
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}
/* line 58, /Switchboard/app/assets/stylesheets/buttons.scss */
button img, a.button img {
  padding-right: 8px;
  height: 16px;
  width: 16px;
}

/* line 70, /Switchboard/app/assets/stylesheets/buttons.scss */
a.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}

/* line 88, /Switchboard/app/assets/stylesheets/buttons.scss */
.pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* line 93, /Switchboard/app/assets/stylesheets/buttons.scss */
.pagination div {
  margin-top: 0px !important;
}
/* line 98, /Switchboard/app/assets/stylesheets/buttons.scss */
.pagination .button.previous {
  width: 200px;
}
/* line 102, /Switchboard/app/assets/stylesheets/buttons.scss */
.pagination .button.next {
  width: 200px;
}

/* line 108, /Switchboard/app/assets/stylesheets/buttons.scss */
.right {
  text-align: right;
}
/* line 111, /Switchboard/app/assets/stylesheets/buttons.scss */
.right .button {
  width: 200px;
}
/* line 1, /Switchboard/app/assets/stylesheets/nav_menu.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  width: 1.25em;
  height: 0.8em;
  margin-right: 0.3em;
  border-top: 0.2em solid #fff;
  border-bottom: 0.2em solid #fff;
}

/* line 11, /Switchboard/app/assets/stylesheets/nav_menu.scss */
.menu-icon:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0px;
  width: 100%;
  border-top: 0.2em solid #fff;
}

/* line 20, /Switchboard/app/assets/stylesheets/nav_menu.scss */
.nav-dropdown {
  float: left;
  overflow: hidden;
}
/* line 24, /Switchboard/app/assets/stylesheets/nav_menu.scss */
.nav-dropdown .nav-dropdown-content {
  display: none;
  position: absolute;
  background-color: #10b9df;
  background-image: linear-gradient(-180deg, #0c91af 0%, #10b9df 100%);
  border-radius: 3px;
  z-index: 1;
}
/* line 32, /Switchboard/app/assets/stylesheets/nav_menu.scss */
.nav-dropdown .nav-dropdown-content a {
  color: #FFFFFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* line 39, /Switchboard/app/assets/stylesheets/nav_menu.scss */
.nav-dropdown .nav-dropdown-content a:hover {
  background-color: #0c91af;
  background-image: linear-gradient(-180deg, #0c91af 0%, #0c91af 100%);
}
/* line 44, /Switchboard/app/assets/stylesheets/nav_menu.scss */
.nav-dropdown .nav-dropdown-content a:hover, .nav-dropdown .nav-dropdown-content a:active {
  text-decoration: underline #FFFFFF solid 2px;
}
/* line 48, /Switchboard/app/assets/stylesheets/nav_menu.scss */
.nav-dropdown .nav-dropdown-content a:active {
  border: 2px solid #004670;
}

/* line 54, /Switchboard/app/assets/stylesheets/nav_menu.scss */
.nav-dropdown:hover .nav-dropdown-content {
  display: block;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 18, /Switchboard/app/assets/stylesheets/application.scss */
body {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 auto;
  background: #F2F3F5;
}

/* line 25, /Switchboard/app/assets/stylesheets/application.scss */
.container {
  margin: 0 auto;
  padding: 25px;
  margin-bottom: 20px;
  max-width: 768px;
}

/* line 32, /Switchboard/app/assets/stylesheets/application.scss */
.card {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #D7DEE2;
  -webkit-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.25);
}
/* line 40, /Switchboard/app/assets/stylesheets/application.scss */
.card.card-login {
  max-width: 438px;
  margin: 0 auto;
}
/* line 45, /Switchboard/app/assets/stylesheets/application.scss */
.card .card-header {
  font-weight: 700;
  padding: 15px 25px;
  border-bottom: 1px solid #D7DEE2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 54, /Switchboard/app/assets/stylesheets/application.scss */
.card .card-body {
  padding: 35px 25px;
}
/* line 57, /Switchboard/app/assets/stylesheets/application.scss */
.card .card-body h1, .card .card-body h4 {
  margin-top: 0px;
}
/* line 61, /Switchboard/app/assets/stylesheets/application.scss */
.card .card-body div {
  margin-top: 30px;
}
/* line 65, /Switchboard/app/assets/stylesheets/application.scss */
.card .card-body .data-table {
  border-collapse: collapse;
  width: 100%;
}
/* line 69, /Switchboard/app/assets/stylesheets/application.scss */
.card .card-body .data-table tr {
  height: 60px;
}
/* line 73, /Switchboard/app/assets/stylesheets/application.scss */
.card .card-body .data-table tr:nth-child(even) {
  background-color: #d8f6fc;
}
/* line 79, /Switchboard/app/assets/stylesheets/application.scss */
.card .card-footer {
  border-top: 1px solid #D7DEE2;
  padding: 15px 25px;
}
/* line 83, /Switchboard/app/assets/stylesheets/application.scss */
.card .card-footer p {
  color: #576C82;
  font-weight: 200;
  line-height: 1.4;
  font-size: 16px;
  margin: 8px 0;
}

/* line 94, /Switchboard/app/assets/stylesheets/application.scss */
form .input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}

/* line 101, /Switchboard/app/assets/stylesheets/application.scss */
label {
  font-size: 13px;
  font-weight: 300;
}

/* line 106, /Switchboard/app/assets/stylesheets/application.scss */
input {
  border-radius: 3px;
  padding: 2px 12px;
  margin-top: 5px;
  border: 1px solid #D7DEE2;
  height: 32px;
  transition: border 0.1s ease-in-out;
}
/* line 114, /Switchboard/app/assets/stylesheets/application.scss */
input:focus {
  border: 1px solid #0075bb;
  outline: none;
  box-shadow: none;
  transition: border 0.1s ease-in-out;
}

/* line 122, /Switchboard/app/assets/stylesheets/application.scss */
p {
  color: #263238;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  margin: 8px 0;
}

/* line 130, /Switchboard/app/assets/stylesheets/application.scss */
pre {
  background-color: #f5f7f8;
  padding: 16px;
  border-radius: 5px;
  overflow: auto;
}

/* line 137, /Switchboard/app/assets/stylesheets/application.scss */
.divider {
  border-right: 1px solid black;
  height: 110px;
  margin: 0 20px;
}

/* line 143, /Switchboard/app/assets/stylesheets/application.scss */
.text-center {
  text-align: center;
}
