menu-dropdown {
  display: inline-block;
  position: relative;
}

menu-dropdown icon {
  margin: 6px;
}

menu-dropdown > span > menu-dropdown-toggle {
  cursor: pointer;
}

menu-dropdown > span > menu-dropdown-toggle .profile-badge {
  display: inline-block;
}

menu-dropdown > span > menu-dropdown-toggle .profile-badge span {
  display: block;
}

menu-dropdown > span > menu-dropdown-toggle .profile-badge .last-login {
  font-size: 12px;
}

menu-dropdown > div {
  padding: 0;
  visibility: hidden;
}

menu-dropdown > div.is-open {
  visibility: visible;
}

menu-dropdown > div > menu-dropdown-pane {
  background-color: #FFFFFF;
  border: solid 1px #DDD;
  position: absolute;
  right: 0;
  min-width: 250px;
}

menu-dropdown > div > menu-dropdown-pane li {
  cursor: pointer;
  font-size: 14px;
  padding: 0 10px;
  white-space: nowrap;
}

menu-dropdown > div > menu-dropdown-pane li:first-child {
  border-top: none;
}

menu-dropdown > div > menu-dropdown-pane li:hover {
  background-color: #ABD5CF;
}

menu-dropdown > div > menu-dropdown-pane li.separator {
  border-top: solid 1px #DDD;
}

.reveal {
  margin: 10vh auto;
  max-height: 80vh;
  width: 600px;
  position: static !important;
  overflow: hidden;
}

.reveal.tiny {
  margin: 30vh auto;
  max-height: 40vh;
  width: 600px;
  font-size: 1rem;
}

.reveal.tiny .modal-header hr {
  margin-bottom: .25rem;
}

.reveal.tiny .inner-form {
  min-height: 10vh;
  max-height: 16vh;
}

.reveal hr {
  margin: 0.75rem auto;
}

.reveal label {
  margin: 0;
  padding: 0;
}

.reveal .modal-header h3 {
  font-size: 1.1875rem;
  margin-bottom: 0;
}

.reveal .modal-header .close-button {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
  right: 0;
  float: right;
}

.reveal .inner-form {
  min-height: 20vh;
  max-height: 56vh;
  overflow-y: auto;
}

.reveal modal-footer {
  display: block;
  padding-top: 1rem;
}

.reveal modal-footer button {
  margin: 0;
}

.afwp-home {
  margin: -2px;
}

.efmp-blue {
  color: #4b8fca;
  margin: -2px;
}

.vmis-teal {
  color: #339b92;
  margin: -2px;
}

.ims-red {
  color: #921416;
  margin: -2px;
}

.acs-green {
  color: #78844d;
  margin: -2px;
}

.olms-orange {
  color: #fc5741;
  margin: -2px;
}

.vfrg-blue {
  color: #4356a9;
  margin: -2px;
}

.main-menu {
  position: absolute;
  top: 50px;
}

.main-menu ul {
  margin-top: -1px;
  margin-left: -1px;
  list-style: none;
  text-align: left;
  width: 550px;
  height: 100%;
}

.main-menu li:hover a, .main-menu li:focus a {
  background-color: #e2e1e1;
  color: #3a3839;
}

.main-menu-links {
  color: #e2e1e1;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: large;
  border: 1px solid #e2e1e1;
  background-color: rgba(58, 56, 57, 0.8);
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
  height: 45px;
}

#site-icon {
  margin-top: 20px;
  margin-bottom: 20px;
}

#browser-box {
  color: white;
  background: rgba(58, 56, 57, 0.8);
  margin-left: auto;
  margin-right: auto;
}

#browser-box p {
  text-align: center;
}

#browser-box #home-page-browser-info {
  font-style: italic;
  padding: 1rem;
  margin-top: 1rem;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

body {
  padding: 0 0 50px 0;
  background-color: #f3f3f4;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  font-weight: bold;
  color: #0a0a0a;
}

a :focus, a :hover {
  color: #fad32a;
}

a :focus {
  outline: 0;
}

.main-content {
  max-width: 900px;
  margin: auto;
}

#manage-users-content {
  padding-top: 3rem;
}

#status-buttons a {
  color: black;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}

#status-buttons a :hover {
  text-decoration: none;
}

.notification-badge {
  vertical-align: middle;
}

/* we will style the span as the circled number */
#status-buttons span {
  color: white;
  background: #080808;
  display: block;
  height: 30px;
  margin: 0 auto 10px;
  padding-top: 5px;
  width: 30px;
  border-radius: 50%;
}

/* active buttons turn light green-blue*/
#status-buttons a.active span {
  background: #00BC8C;
}

.angular-with-newlines {
  white-space: pre-wrap;
}

.button.hollow {
  color: #ffffff;
  background-color: #56584f;
  border: 2px solid #56584f;
  min-width: 72px;
  outline: none;
}

.button.hollow:hover {
  color: #fad32a;
}

.button.dflt {
  background-color: #56584f;
  border-color: #56584f;
  color: #ffffff;
  transition: background-color .25s ease-out, color .25s ease-out, opacity .25s ease-out;
}

.button.dflt:hover {
  color: #fad32a;
}

.button.dflt:focus {
  outline: none;
}

.button.dflt[disabled] {
  opacity: 0.5;
}

.button.dflt[disabled]:hover {
  background-color: #56584f;
  color: #fad32a;
  opacity: 0.6;
}

.button.main {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #56584f;
  min-width: 72px;
  outline: none;
}

.button.main:hover {
  color: #fad32a;
  background-color: transparent;
  border-color: #56584F;
}

.button.main:active {
  color: #C0C0C0;
  background-color: transparent;
  border-color: #3d3d37;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tableTitle {
  color: #339b92;
  margin-bottom: 0;
}

.table.information-table {
  border-collapse: separate;
}

.table.information-table > thead {
  background-color: rgba(58, 56, 57, 0.8);
  color: #ffffff;
}

.table.information-table > thead :first-child > tr:first-child > th > span {
  cursor: pointer;
}

.table.information-table > thead :first-child > tr:first-child > th > span.no-pointer {
  cursor: default;
}

.table.information-table > thead :first-child > tr:first-child > th > span :hover {
  text-decoration: underline;
}

.table.information-table > thead .checkbox {
  margin: 0;
}

.table.information-table > thead .unsorted {
  font-weight: normal;
}

.table.information-table > thead .no-pointer {
  cursor: default;
}

.table.information-table > thead th.tiny {
  width: 1px;
}

.table.information-table > thead th.five {
  width: 5%;
}

.table.information-table > thead th.ten {
  width: 10%;
}

.table.information-table > thead th.fifteen {
  width: 15%;
}

.table.information-table > thead th.twenty {
  width: 20%;
}

.table.information-table > thead th.twenty-five {
  width: 25%;
}

.table.information-table > thead th.thirty {
  width: 30%;
}

.table.information-table > thead th.thirty-five {
  width: 35%;
}

.table.information-table > thead th span {
  white-space: nowrap;
  cursor: pointer;
}

.table.information-table > tbody tr:nth-child(even) {
  background-color: rgba(177, 207, 205, 0.4);
}

.table.information-table > tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.table.information-table > tbody tr.loading-background {
  background-color: rgba(10, 10, 10, 0.1);
}

.table.information-table > tbody tr.loading-background:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.table.information-table > tbody tr.calendar {
  background-color: transparent;
  cursor: default;
}

.table.information-table > tbody td.right {
  text-align: right;
}

.table.information-table > tbody .checkbox {
  margin: 0;
}

.table.information-table > tbody .icon-column {
  width: 1px;
  text-align: center;
}

.information-table tbody tr:hover, .information-table tbody tr:nth-child(even):hover, .information-table tbody tr:nth-child(odd):hover {
  background-color: #b1cfcd;
  transition: background-color .25s ease;
}

.form .table.information-table > tbody tr:nth-child(even), .form .table.information-table > tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.form .table.information-table > tbody tr:nth-child(even):hover, .form .table.information-table > tbody tr:nth-child(odd):hover {
  background-color: #ffffff;
}

.modal-body .table.information-table > tbody tr:nth-child(even), .modal-body .table.information-table > tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.modal-body .table.information-table > tbody tr:nth-child(even):hover, .modal-body .table.information-table > tbody tr:nth-child(odd):hover {
  background-color: #ffffff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: inherit;
}

.table-hover > tbody > tr:hover {
  cursor: pointer;
  background-color: #d8d6ce;
}

.table-hover > tbody > tr:hover .calendar:hover {
  background-color: #ffffff;
  cursor: default;
}

.popover-content {
  padding: 0;
}

.panel {
  margin-bottom: 0;
  border: 0;
}

.panel-default > .panel-heading {
  text-align: center;
}

input[type=checkbox] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=checkbox] :focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.table.information-table > tbody > tr > td.row-title {
  width: 30%;
  text-align: right;
}

.table.information-table > tbody > tr > td.row-title > label {
  margin-bottom: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.dropdown.main > li > a {
  color: #56584F;
  background-color: transparent;
}

.dropdown.main > li > a :hover {
  color: #fad32a;
  background-color: #56584F;
  text-decoration: none;
}

.tabs {
  border: none;
}

.tabs > li.tabs-title.active > a {
  color: #000000;
  background-color: #cac5ae;
}

.tabs > li > a {
  text-decoration: none;
}

.tabs > li > a :hover {
  background-color: #eee;
}

.breadcrumbs > li > a {
  color: #00a79d;
}

.text-right.bold {
  font-weight: bold;
}

.text-left.bold {
  font-weight: bold;
}

.text-center.bold {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.small-1.hours {
  width: 6%;
  padding-left: 0;
  padding-right: .625rem;
}

.small-2.hours {
  width: 21%;
}

.control-label {
  font-weight: bold;
}

input.ng-invalid.ng-dirty,
input.ng-invalid-required.ng-touched,
select.ng-invalid-required.ng-touched,
input.ng-invalid-confirm-data-error,
textarea.ng-invalid-required.ng-touched,
textarea.ng-invalid.ng-dirty {
  border-color: #ec5840;
  background-color: rgba(236, 88, 64, 0.1);
}

.text.required, .text-right.required {
  color: #ec5840;
}

.sticky.is-stuck {
  width: inherit;
  padding-right: 10%;
}

.green {
  color: green;
}

.dashboard {
  min-width: 700px;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
}

.dashboard .columns {
  padding-left: 0;
  padding-right: 0;
}

.dashboard .tile {
  padding-right: 10px;
}

.dashboard .tile .tile-fill {
  background-color: white;
  padding: 10px;
  box-shadow: 1px 1px 3px #aaaaaa;
}

.dashboard .row {
  margin-bottom: 10px;
}

.dashboard .dashHeader {
  margin-bottom: 10px;
}

.dashboard div.volunteer .small-6.columns.tile {
  padding-right: 10px;
}

.dashboard div.volunteer .small-6.columns.tile .tile-fill {
  min-height: 255px;
}

.dashboard div.volunteer .columns {
  padding-left: 0;
  padding-right: 0;
}

.dashboard div.volunteer .tile .tile-fill {
  background-color: white;
  padding: 10px;
  box-shadow: 1px 1px 3px #aaaaaa;
  width: 100%;
}

.dashboard div.volunteer .chart-doughnut {
  width: 245px;
  height: 147px;
  max-width: 325px;
  max-height: 195px;
}

.dashboard h1.section-header {
  padding-left: 10px;
}

.main-view {
  position: fixed;
  top: 50px;
  left: 200px;
  bottom: 50px;
  right: 0;
  transition: left 0.5s ease;
}

.main-view.nav-closed {
  left: 0;
}

.main-view > div {
  padding: 0 16px;
  height: 100%;
  overflow-y: auto;
}

.main-view h1 {
  font-size: 24px;
  color: #0a0a0a;
  margin-top: 10px;
}

.main-view h1 :focus, .main-view h1 :hover {
  color: #fad32a;
  text-decoration: underline;
}

.main-view h6 {
  font-size: 20px;
  color: #0a0a0a;
  margin-top: 10px;
}

.main-view h6 :focus, .main-view h6 :hover {
  color: #fad32a;
  text-decoration: underline;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

loading-icon {
  text-align: center;
}

loading-icon .push-down {
  margin-top: 100px;
}

.clickable {
  cursor: pointer;
}

.page-bottom {
  margin-bottom: 1rem;
}

.help-text-margin {
  margin-bottom: 1rem;
}

.remove-bottom-margin {
  margin-bottom: 0;
}

.small-bottom-margin {
  margin-bottom: 12px;
}

.middle-label-tall-row {
  text-align: right;
  font-weight: bold;
  padding: .5625rem 0;
}

.middle-warning {
  height: 29px;
  margin-top: 8px;
}

.small-warning {
  height: 29px;
}

.small-warning span {
  color: #777777;
}

.small-warning span i {
  vertical-align: middle;
}

.small-warning span span {
  font-size: 13px;
  vertical-align: middle;
}

.clear {
  clear: both;
}

.tooltip {
  font-weight: normal;
  max-width: none !important;
}

.right-align-contents {
  text-align: right;
}

.center-horizontal {
  text-align: center;
}

.center-vertical {
  vertical-align: middle;
}

.table-menu-dropdown {
  z-index: 100;
}

.button-row button.margin-left-5 {
  margin-left: 5px;
}

.no-wrap {
  white-space: nowrap;
}

.vertical-align-top {
  vertical-align: top;
}

.loading-background {
  background-color: rgba(10, 10, 10, 0.1);
  position: relative;
}

.item-list {
  overflow: auto;
  max-height: calc(100vh - 400px);
}

.icon-button {
  padding: .4em .5em;
}

.icon-label {
  padding: .4em 1em;
}

.table-icon-column-entry {
  padding: 0 10px;
}

.upload-list-icon-height {
  height: 1rem;
}

.period-hours-status {
  display: inline-block;
  vertical-align: 2px;
  margin-top: -2px;
}

.service-log-calendar-spacing {
  padding-bottom: 12px;
}

.full-width {
  width: 100%;
}

.hyperlink-button-div {
  padding-top: 12.240px;
}

.hyperlink-button-div a {
  margin-right: 16px;
}

.record-column1 {
  width: 15%;
}

#certify-reject-hours-btns {
  padding-top: 24px;
}

#certify-reject-hours-btns button {
  width: 49%;
}

.documents-help-text {
  font-size: small;
  color: #56584f;
}

#records-documents {
  margin-left: 10px;
  padding-top: 7px;
  float: right;
}

#enter-hours-documents {
  text-align: center;
  margin-bottom: 0;
}

.red {
  color: red;
}

#avcc-hours-select {
  padding-left: 10px;
}

#avcc-hours-select > .ui-select-container {
  margin-left: 0;
}

#opoc-orgs-label {
  padding-top: 0;
  margin-top: -2px;
}

.user-button {
  display: block;
  padding: 8px 30px 8px 10px;
  margin: -15px -30px -14px -10px;
}

.button-row {
  padding-top: 25px;
}

label > input[type=checkbox].float-right {
  margin-top: 8px;
  margin-bottom: 0;
}

.mouseovercolor {
  background-color: #cccccc;
}

.mouseleavecolor {
  background-color: #ffffff;
}

.admin-profile-communities-list {
  list-style: none;
  margin-left: 0;
  margin-top: 3px;
}

.smallcheckbox {
  width: 70px;
}

.help-text {
  margin-top: 0;
  text-align: center;
  color: #777777;
}

.iefixcheckboxbackground {
  background-color: white !important;
}

.has-tip {
  height: 22px;
}

.simple-tip {
  border-bottom: 1px dotted #ffffff;
}

.cursor-help {
  cursor: help !important;
}

.table-header-tooltip {
  border-bottom: 1px dotted #fff;
  height: auto;
}

.table-title-tooltip {
  margin-bottom: 3px;
}

.empty-space {
  height: 200px;
}

.empty-space-small {
  height: 50px;
}

.mass-action-label {
  padding-top: 8px;
}

label.character-countdown {
  position: relative;
  float: right;
  right: 20px;
  bottom: 17px;
  height: 15px;
  background-color: #b1cfcd;
  margin-bottom: -13px;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  line-height: 17px;
}

.vertical-resize-only {
  resize: vertical;
}

.default-cursor {
  cursor: default;
}

a h1.header-link-text {
  color: white;
  transition: color .25s ease-out;
}

a h1.header-link-text:hover {
  color: #fad32a;
  transition: color .25s ease-out;
}

a h6.header-link-text {
  color: white;
  transition: color .25s ease-out;
}

a h6.header-link-text:hover {
  color: #fad32a;
  transition: color .25s ease-out;
}

a.body-link-text {
  color: #0a0a0a;
  transition: color .25s ease-out;
}

a.body-link-text:hover, a.body-link-text:focus {
  color: #fad32a;
  transition: color .25s ease-out;
}

.nav-bar {
  position: fixed;
  top: 50px;
  bottom: 50px;
  padding: 0;
  background-color: #dcddde;
  width: 200px;
  /* Open by default */
  overflow-y: auto;
  left: 0;
  transition: left 0.5s ease;
}

.nav-bar.is-closed {
  left: -200px;
}

.nav-bar .nav-title {
  margin: 0;
  padding: 6px 1rem;
  line-height: 1;
}

.nav-bar .nav-title.nav-static-title {
  background-color: #58585a;
  color: #ffffff;
  cursor: default;
}

.nav-bar .nav-entry {
  background-color: #dcddde;
  border-bottom: 1px solid #f3f3f4;
  transition: background-color 0.25s ease;
  cursor: pointer;
}

.nav-bar .nav-entry:first-of-type {
  border-top: 1px solid #f3f3f4;
}

.nav-bar .nav-entry:hover {
  background-color: #b1cfcd;
}

.nav-bar .nav-entry.active, .nav-bar .nav-entry.active > a {
  color: #000000;
  background-color: #f3f3f4;
}

.nav-bar .nav-entry a {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

.nav-bar .nav-entry#nav-close {
  font-style: italic;
}

.nav-button {
  position: absolute;
  top: 60px;
  /* Just under header */
  left: -50px;
  /* Hide by default */
  width: 50px;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 1;
  /* Enough for button to be clickable and not overlap hamburger menu */
  transition: left 0.5s ease;
}

.nav-button.is-shown {
  display: inline-block;
  left: -25px;
  /* Show half of circle button on side of page */
}

.nav-button icon {
  padding-left: 15px;
}

.site-header {
  background-color: rgba(58, 56, 57, 0.8);
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  color: white;
  height: 50px;
}

.site-header .fa-bars, .site-header .header-icon-menu {
  float: left;
  padding: 10px;
  font-size: 30px;
  border-right: 1px solid white;
}

.site-header .fa-bars:hover, .site-header .fa-bars:focus, .site-header .header-icon-menu:hover, .site-header .header-icon-menu:focus {
  background-color: #e2e1e1;
  color: #3a3839;
}

.site-header .site-icon {
  float: left;
  height: 35px;
  margin: 8px;
}

.site-header .title:hover {
  cursor: pointer;
}

.site-header h1 {
  margin-top: 10px;
  float: left;
  font-size: 24px;
}

.site-header h6 {
  margin-top: 14px;
  margin-right: 10px;
  margin-left: 40px;
  float: left;
  font-size: 20px;
}

.site-header .header-right {
  display: inline-flex;
  cursor: default;
  font-size: 18px;
  padding: 15px;
  padding-bottom: 0px;
}

.site-header .header-right .fa-user-circle-o {
  padding: 5px 8px;
  font-size: 20px;
}

.site-header .header-right a {
  color: white;
  vertical-align: top;
}

.site-header .header-right a.dropdown-link {
  padding-left: 0;
  padding-right: 0;
}

.site-header .header-right a.dropdown-link span {
  text-decoration: none;
  color: black;
}

.site-header .header-right a .no-hover {
  text-decoration: none;
  color: white;
}

.site-header .header-right .login-button {
  display: block;
  padding: 15px 30px 12px 10px;
  margin: -15px -30px -12px -10px;
  cursor: pointer;
}

.site-header .header-right .manage-users-button {
  margin: -15px 10px -15px 0px;
  padding: 15px 10px 15px 10px;
  height: 50px;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.site-header .header-right .notification-header {
  margin-right: 10px;
  height: 50px;
  margin-top: -15px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.site-header .header-right .header-right-text {
  vertical-align: top;
}

.site-header .header-right i {
  cursor: pointer;
}

.site-header .header-right menu-dropdown-pane {
  color: black;
}

.site-footer {
  background-color: rgba(58, 56, 57, 0.8);
  color: white;
  padding: 2px 15px;
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  text-align: center;
}

.site-footer a {
  color: #fffffe;
  text-decoration: underline;
}

.site-footer a:hover {
  color: black;
}

.site-footer #footer-info-section {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  color: yellow;
}

.site-footer #about-section {
  text-align: right;
}

.site-footer .footer-logos {
  height: 50px;
  padding: 5px;
}

.site-footer .link-divider {
  margin: 0px 4px;
}

.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

calendar {
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: white;
  width: 100%;
  border: solid 1px #C0C0C0;
  margin-bottom: 10px;
}

calendar div.header {
  padding: 5px;
  text-align: center;
}

calendar div.header i, calendar div.header icon {
  cursor: pointer;
}

calendar > div.header > i.fa-caret-left,
calendar > div.header > icon.left-arrow {
  float: left;
}

calendar > div.header > i.fa-caret-right,
calendar > div.header > icon.right-arrow {
  float: right;
}

calendar > div.header > span {
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.5em;
}

calendar > div.week {
  float: left;
  width: 100%;
  border-top: solid 1px #C0C0C0;
}

calendar > div.week:first-child {
  border-top: none;
}

calendar > div.week > div.day {
  float: left;
  width: 14.28571429%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: solid 1px #C0C0C0;
  font-size: 0.75em;
  text-align: center;
  height: 60px;
  /*line-height: 60px !important;*/
  display: inline-block;
  vertical-align: middle;
  background: white;
  cursor: pointer;
  color: black;
  position: relative;
}

calendar > div.week > div.day:first-child {
  border-left: none;
}

calendar > div.week > div.day.today:not(.disabled) > div.number {
  color: #ffffff;
}

calendar > div.week > div.day.disabled:not(.different-month):not(.outside-date-range) > div.number {
    color: #ffffff;
}

calendar > div.week > div.day.different-month {
  color: #C0C0C0;
}

calendar > div.week.names > div.day:hover {
  background: transparent;
  cursor: default;
}

calendar > div.week > div.day:hover {
  background: #b1cfcd;
  color: #000000;
}

calendar > div.week > div.day.selected {
  background: #58585a;
  color: #000000;
}

calendar > div.week.names > div {
  color: #000000;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  font-size: 1.25em;
}

calendar > div.week > div.day.disabled {
  background-color: #f0f0f0;
  cursor: default;
}

calendar > div.week > div.day.disabled > div.triangle {
  border-color: #58585a transparent transparent transparent;
}

calendar > div.week > div.day.future-day {
  background-color: #f0f0f0;
  cursor: default;
}

calendar > div.week > div.day.future-day > div.triangle {
  border-color: #58585a transparent transparent transparent;
}

calendar > div.week > div.day.outside-date-range {
  background-color: #f0f0f0;
  cursor: default;
}

calendar > div.week > div.day.outside-date-range > div.triangle {
  border-color: #58585a transparent transparent transparent;
}

calendar > div.week > div.day.outside-date-range > div.number {
  color: #ffffff;
}

calendar > div.week > div.day > div {
  position: absolute;
  padding: 2px;
}

calendar div.week > div.day > div.number {
  left: 0;
  top: 0;
  color: #000000;
  font-size: 1.3em;
}

calendar > div.week > div.day > div.hours {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
}

calendar > div.week > div.day > div.attachments {
  bottom: 0;
  left: 0;
  font-size: 1.2em;
  height: 22px;
}

calendar > div.week > div.day > div.note {
  bottom: 0;
  right: 0;
  font-size: 1.2em;
  height: 22px;
}

calendar > div.week > div.day > .hours-status {
  position: absolute;
  padding: 2px;
  top: 0;
  right: 0;
  font-size: 1.2em;
}

calendar > div.week > div.day.different-month > div {
  position: absolute;
  padding: 2px;
}

calendar > div.week > div.day.different-month > div.number {
  color: #333333;
}

calendar > div.week > div.day > div.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #dcddde transparent transparent transparent;
  padding: 0;
}

calendar > div.week > div.day.different-month > div.triangle {
  border-color: transparent transparent transparent transparent;
}

calendar > div.week > div.day.has-activity {
  cursor: pointer;
}

calendar > div.week > div.day.today > div.triangle {
  border-color: #339b92 transparent transparent transparent;
}


.border-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
vmis-calendar {
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*background: white;*/
    width: 100%;
    border: solid 1px #CCC;
    /*margin-bottom: 10px;*/
}
vmis-calendar > div.header {
    float: left;
    width: 100%;
    background: #2875C7;
    height: 40px;
    color: white;
}
vmis-calendar > div.header > * {
    height: 40px;
    line-height: 40px !important;
    display: inline-block;
    vertical-align: middle;
}
vmis-calendar > div.header > i {
    float: left;
    width: 40px;
    font-size: 1.125em;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
}
vmis-calendar > div.header > i.fa-angle-left {
    text-align: left;
}
vmis-calendar > div.header > i.fa-angle-right {
    text-align: right;
    margin-left: -40px;
}
vmis-calendar > div.header > span {
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 50px;
    margin-left: -40px;
    text-align: center;
    padding-right: 40px;
    color: inherit;
}
vmis-calendar > div.week {
    float: left;
    width: 100%;
    border-top: solid 1px #CCC;
}
vmis-calendar > div.week:first-child {
    border-top: none;
}
vmis-calendar > div.week > div.day {
    float: left;
    width: 14.28571429%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: solid 1px #CCC;
    font-size: 0.75em;
    text-align: center;
    /*height: 60px;*/
    /*line-height: 60px !important;*/
    display: inline-block;
    vertical-align: middle;
    background: white;
    /*cursor: pointer;*/
    color: black;
    /*position: relative;*/
}
vmis-calendar > div.week > div.day:first-child {
    border-left: none;
}

vmis-calendar > div.week > div.day.today > div.triangle {
    border-color: #56584f transparent transparent transparent;
}

vmis-calendar > div.week > div.day.today > div.number {
    color: #ffffff;
}

vmis-calendar > div.week > div.day.different-month {
    color: #C0C0C0;
}
vmis-calendar > div.week > div.day.mouse-over {
    background: #eeece6;
    color: #000000;
}
vmis-calendar > div.week > div.day.selected {
    background: #d8d6ce;
    color: #000000;
}
vmis-calendar > div.week.names > div {
    color: #000000;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-size: 1.25em;
}

vmis-calendar > div.week > div.day.future-day {
    background-color: #f0f0f0;
    cursor: default;
}

vmis-calendar > div.week > div.day.future-day > div.triangle {
    border-color: #d8d6ce transparent transparent transparent;
}

vmis-calendar > div.week > div.day > div {
    /*position: absolute;*/
    padding: 2px;
}

vmis-calendar div.week > div.day > div.number {
    left: 0;
    top: 0;
    color: #000000;
    font-size: 1.3em;
}

vmis-calendar > div.week > div.day > div.hours {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 2em;
}

vmis-calendar > div.week > div.day > div.note {
    bottom: 0;
    right: 0;
    font-size: 1.2em;
    padding-bottom: 3px;
}

vmis-calendar > div.week > div.day > div.status {
    top: 0;
    right: 0;
    font-size: 1.2em;
}

vmis-calendar > div.week > div.day.different-month > div {
    position: absolute;
    padding: 2px;
    color: #c0c0c0;
}

vmis-calendar > div.week > div.day > div.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #cac5ae transparent transparent transparent;
    padding: 0;
}

vmis-calendar > div.week > div.day.different-month > div.triangle {
    border-color: transparent transparent transparent transparent;
}
icon {
  display: inline-block;
}

icon .icon {
  display: block;
  margin: auto;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  /* ------------------------------------------
    Single-colored icons can be modified like so:
    .icon-name {
      font-size: 32px;
      color: red;
    }
    ------------------------------------------ */
}

icon .icon.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

icon .icon.icon-fa-search {
  width: 0.9285714285714285em;
}

icon .icon.icon-fa-times {
  width: 0.7857142857142857em;
}

icon .icon.icon-fa-trash-o {
  width: 0.7857142857142857em;
}

icon .icon.icon-fa-pencil {
  width: 0.8454285714285714em;
}

icon .icon.icon-fa-exclamation-circle {
  width: 0.8571428571428571em;
}

icon .icon.icon-fa-calendar {
  width: 0.9285714285714285em;
}

icon .icon.icon-fa-bars {
  width: 0.8571428571428571em;
}

icon .icon.icon-fa-caret-down {
  width: 0.5714285714285714em;
}

icon .icon.icon-fa-caret-up {
  width: 0.5714285714285714em;
}

icon .icon.icon-fa-caret-left {
  width: 0.39285714285714285em;
}

icon .icon.icon-fa-caret-right {
  width: 0.3214285714285714em;
}

icon .icon.icon-fa-file-text-o {
  width: 0.8571428571428571em;
}

icon .icon.icon-fa-circle {
  width: 0.8571428571428571em;
}

icon .icon.icon-fa-info-circle {
  width: 0.8571428571428571em;
}

icon .icon.icon-fa-plus {
  width: 0.7857142857142857em;
}

icon .icon.icon-fa-paperclip {
  width: 0.7857142857142857em;
}

icon .icon.icon-fa-download {
  width: 0.9285714285714285em;
}

icon .icon.icon-fa-chevron-left {
  width: 0.75em;
}

icon .icon.icon-fa-chevron-right {
  width: 0.6785714285714285em;
}

icon .icon.icon-question {
  width: 0.62em;
}

icon .icon.icon-exclamation {
  width: 0.3571428571428571em;
}

icon > svg {
  pointer-events: none;
}

icon.icon-lg {
  font-size: 1.33em;
}

icon.icon-big {
  font-size: 1.5rem;
}

icon.icon-bigger {
  font-size: 3rem;
}

icon.icon-huge {
  font-size: 75px;
  margin-left: -35px;
  margin-top: -35px;
}

icon.icon-huge.loading-center {
  position: absolute;
  top: 50%;
  left: 50%;
}

icon.icon-hours {
  vertical-align: middle;
}

icon.icon-hours.certified {
  color: green;
}

icon.icon-hours.rejected {
  color: red;
  padding-right: 1px;
}

icon.icon-hours.submitted {
  color: #1badf8;
  padding-right: 1px;
}

icon.icon-table-header {
  vertical-align: -1px;
  margin-top: -1px;
}

icon.icon-calendar-arrows {
  font-size: 2em;
  margin-top: -2px;
}

icon.icon-calendar-note {
  font-size: 1.5em;
}

icon.icon-small-exclamation {
  height: 11px;
}

icon.icon-records {
  vertical-align: middle;
}

icon.icon-service-log-period {
  vertical-align: middle;
  height: 16px;
}

icon.icon-notifications {
  vertical-align: middle;
}

icon.icon-notif-unread {
  color: #1badf8;
}

icon.icon-notif-read {
  color: transparent;
}

icon.icon-BGC {
  /*
    &.none {
      color: grey;
    }
    */
}

icon.icon-BGC.active {
  color: green;
}

icon.icon-BGC.invalid {
  color: black;
}

icon.icon-BGC.unknown {
  color: black;
}

.datepicker thead tr:nth-child(1) > th:hover {
  background-color: #ABD5CF;
}

.datepicker thead tr icon {
  margin-bottom: -2px;
}

.datepicker thead tr .dow {
  cursor: default;
}

.datepicker tbody .day.active, .datepicker tbody .month.active, .datepicker tbody .year.active {
  background-color: #32A193;
  color: #fffffe;
}

.datepicker tbody .day:hover, .datepicker tbody .month:hover, .datepicker tbody .year:hover {
  background-color: #ABD5CF;
}

.datepicker tbody .day:hover:not(.disabled), .datepicker tbody .month:hover:not(.disabled), .datepicker tbody .year:hover:not(.disabled) {
  color: black;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.4375rem;
  padding: .5rem;
  padding-right: 1.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

.ui-select-container.ui-select-bootstrap .btn {
  display: inline-block;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.ui-select-container.ui-select-bootstrap .btn:focus,
.ui-select-container.ui-select-bootstrap .btn:active:focus,
.ui-select-container.ui-select-bootstrap .btn.active:focus,
.ui-select-container.ui-select-bootstrap .btn.focus,
.ui-select-container.ui-select-bootstrap .btn:active.focus,
.ui-select-container.ui-select-bootstrap .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ui-select-container.ui-select-bootstrap .btn:hover,
.ui-select-container.ui-select-bootstrap .btn:focus,
.ui-select-container.ui-select-bootstrap .btn.focus {
  color: #333;
  text-decoration: none;
}

.ui-select-container.ui-select-bootstrap .btn:active,
.ui-select-container.ui-select-bootstrap .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ui-select-container.ui-select-bootstrap .btn.disabled,
.ui-select-container.ui-select-bootstrap .btn[disabled],
.ui-select-container.ui-select-bootstrap fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  background-color: #e6e6e6;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

.ui-select-container.ui-select-bootstrap a.btn.disabled,
.ui-select-container.ui-select-bootstrap fieldset[disabled] a.btn {
  pointer-events: none;
}

.ui-select-container.ui-select-bootstrap .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.ui-select-container.ui-select-bootstrap .btn-default:focus,
.ui-select-container.ui-select-bootstrap .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.ui-select-container.ui-select-bootstrap .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ui-select-container.ui-select-bootstrap .btn-default:active,
.ui-select-container.ui-select-bootstrap .btn-default.active,
.ui-select-container.ui-select-bootstrap .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ui-select-container.ui-select-bootstrap .btn-default:active:hover,
.ui-select-container.ui-select-bootstrap .btn-default.active:hover,
.ui-select-container.ui-select-bootstrap .open > .dropdown-toggle.btn-default:hover,
.ui-select-container.ui-select-bootstrap .btn-default:active:focus,
.ui-select-container.ui-select-bootstrap .btn-default.active:focus,
.ui-select-container.ui-select-bootstrap .open > .dropdown-toggle.btn-default:focus,
.ui-select-container.ui-select-bootstrap .btn-default:active.focus,
.ui-select-container.ui-select-bootstrap .btn-default.active.focus,
.ui-select-container.ui-select-bootstrap .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  border-color: #8c8c8c;
}

.ui-select-container.ui-select-bootstrap .btn-default:active,
.ui-select-container.ui-select-bootstrap .btn-default.active,
.ui-select-container.ui-select-bootstrap .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.ui-select-container.ui-select-bootstrap .btn-default.disabled:hover,
.ui-select-container.ui-select-bootstrap .btn-default[disabled]:hover,
.ui-select-container.ui-select-bootstrap fieldset[disabled] .btn-default:hover,
.ui-select-container.ui-select-bootstrap .btn-default.disabled:focus,
.ui-select-container.ui-select-bootstrap .btn-default[disabled]:focus,
.ui-select-container.ui-select-bootstrap fieldset[disabled] .btn-default:focus,
.ui-select-container.ui-select-bootstrap .btn-default.disabled.focus,
.ui-select-container.ui-select-bootstrap .btn-default[disabled].focus,
.ui-select-container.ui-select-bootstrap fieldset[disabled] .btn-default.focus {
  border-color: #ccc;
}

.ui-select-container.ui-select-bootstrap .btn-default .badge {
  color: #fff;
  background-color: #333;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: normal;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

.ui-select-container.ui-select-bootstrap.direction-up .ui-select-choices {
  margin-bottom: -1rem;
  margin-top: 0;
}

.ui-select-container.ui-select-bootstrap .ui-select-choices {
  margin-top: -1rem;
}

.ui-select-container.ui-select-bootstrap .ui-select-match {
  margin-bottom: 1rem;
}

.ui-select-container.ui-select-bootstrap .ui-select-toggle {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-select-container.ui-select-bootstrap .ui-select-match-text span {
  vertical-align: middle;
}

.ui-select-container.ui-select-bootstrap .ui-select-placeholder {
  vertical-align: middle;
}

.ui-select-container.ui-select-bootstrap.narrow {
  width: 55px;
  margin-top: -5px;
  margin-left: 5px;
}

.ui-select-container.ui-select-bootstrap.narrow .dropdown-menu {
  min-width: 0;
}

.ui-select-container.ui-select-bootstrap.narrow input {
  margin-bottom: 0;
}

.ui-select-container.ui-select-bootstrap.narrow .ui-select-match {
  margin-bottom: 0;
}

.ui-select-container.ui-select-bootstrap.narrow .ui-select-choices {
  margin-top: 0;
}

.ui-select-container.ui-select-bootstrap.short-choices .ui-select-choices {
  height: 150px;
}

.ui-select-container.ui-select-bootstrap.ui-select-multiple .btn {
  padding: 6px;
  font-size: small;
  font-weight: normal;
  line-height: normal;
  border-radius: 4px;
  max-width: 100%;
  white-space: normal;
}

.ui-select-container.ui-select-bootstrap.ui-select-multiple .btn .ui-select-match-close {
  vertical-align: text-bottom;
  float: right;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.ui-select-container.ui-select-bootstrap.ui-select-multiple .ui-select-choices {
  margin-top: 0;
}

.ui-select-container.ui-select-bootstrap.ui-select-multiple input {
  box-shadow: none;
}

@charset "UTF-8";
#registration-landing-page {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-top: 3rem;
}

.register-row {
  padding-bottom: 3rem;
}

.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -15px;
  content: "✔";
}

.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -15px;
  content: "✖";
}

ul {
  list-style-type: none;
}

#cac-button {
  margin-top: 1rem;
}

#logged-out-page {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-top: 3rem;
}

/*# sourceMappingURL=app.css.map */
