.navigator .k-dropdown {
  width: 10em;
}

.effective-date {
  width: 36%;
}

.email {
  width: 35%;
}

.signature {
  height: 1in;
  width: 3in;
}

.line-sep {
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #767676;
  opacity: 0.7;
  width: 90%;
}

.officialSeal {
  display: none !important;
}

.line-title {
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 20px;
}

.k-dropdown span {
  margin-right: 0px;
  margin-left: 0px;
}

/*body.proposing, body.proposing .k-pane*/
#form_search_contents {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

#proposed-indicator2 {
  text-align: center;
  font-size: 16px;
  padding: 8px 12px;
  color: white;
  background-color: #41B866;
}

#proposed-nav {
  font-size: 16px;
  text-align: right;
  padding: 8px 12px;
  color: white;
  background-color: darkgreen;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.updating-mode-block-overlay {
  display: none;
  background-color: #ccc;
  opacity: 0.6;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#proposed-nav .divider {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

#proposed-nav-buttons {
  display: flex;
}

/* Make sure things are aligned correctly even if different sizes */
#proposed-nav-buttons button {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

#proposed-nav-buttons button .button-text {
  font-size: 13px;
  font-family: "Roboto Slab", serif;
}

/* Slight hover action for buttons */
#proposed-nav-buttons button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#proposed-nav.live-mode {
  background-color: #c71d15;
}

#proposed-nav.live-mode #proposed-nav-buttons {
  visibility: hidden;
}

#proposed-nav.live-mode #proposal-modal-gen {
  visibility: hidden;
}

/* Proposals in dropdown list */
#Mode_listbox li {
  color: darkgreen;
}

/* Live in dropdown list */
#Mode_listbox li:first-child {
  color: #c71d15;
  border-bottom: 1px solid #ccc;
}

/* Make the "Add New proposal" look a little different than other proposals */
#Mode_listbox li:nth-child(2) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.8em;
}

#Mode_listbox li:nth-child(2):before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f067";
  padding-right: 5px;
}

.live-proposal-dropdown {
  text-align: left;
  min-width: 400px;
}

#proposed-nav button {
  color: #fff;
  background: transparent;
  border: 0px;
  /*width: 30px;*/
  cursor: pointer;
}

.navigator > div > button:last-child {
  margin-right: 16px;
}

#modal-gen {
  padding-top: 0;
}

.modal {
  color: black;
}

.modal textarea {
  width: 100%;
  min-height: 72px;
  margin-bottom: 24px;
}

.modal .modal-content {
  max-height: 90vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.modal .modal-body {
  overflow-y: auto;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#modal-slide {
  width: 100%;
}

hr {
  margin-top: 0 !important;
  border-top: 1px solid #c3bdbd !important;
}

.list p {
  display: inline;
  width: 85%;
}

.list label {
  margin: auto;
  width: 24%;
}

.selection {
  width: 100%;
  display: flex;
}

.title h4 {
  margin-top: 0;
}

.memberName {
  width: 35% !important;
}

.memberOptions {
  margin: auto;
  width: 129%;
}

.legalOptions {
  margin: auto;
  width: 60%;
}

.legalOptions label {
  margin: auto;
  width: 24%;
}

.memberOptionNames {
  margin-left: 24%;
}

.legalOptionNames {
  margin-left: 29%;
}

.legalOption {
  margin: auto;
  width: 35%;
}

.legalSectionHeader p {
  font-size: 130%;
  display: inline;
}

.memberOptionNames label {
  margin: auto;
  width: 13.5%;
}

.datepicker-days {
  font-size: 13px;
}

.legalOptionNames label {
  width: 14%;
}

.legalList p {
  width: 45%;
  display: inline;
}

.date-passage {
  width: 55%;
}

.datepicker-dropdown {
  top: 20% !important;
  left: 39% !important;
}

.sectionHeader p {
  display: inline;
  width: 7%;
  font-size: 130%;
}

.section-one {
  /*width: 176%;
  position: relative;
  display: inline-block;
  animation-fill-mode: forwards;
  */
}

.section-two {
  position: relative;
  animation-fill-mode: forwards;
}

@keyframes current-to-previous {
  from {
    right: 0;
  }
  to {
    right: 115%;
  }
}
@keyframes next-to-current {
  from {
    left: 50%;
  }
  to {
    left: -100%;
  }
}
.gray-out {
  opacity: 0.5;
}

.modal .modal-header, .modal .modal-footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal upload {
  width: 30%;
}

.modal label {
  font-family: "Roboto", sans-serif;
  color: #767676;
}

.ordinance-title {
  font-family: "Crimson Text", serif;
  font-size: 15px;
  font-weight: bold;
}

.excluded-names p {
  font-family: "Crimson Text", serif;
  font-size: 18px;
  font-weight: bold;
}

.excluded-names span {
  font-family: "Roboto", sans-serif;
  color: #767676;
}

.ordinance-button {
  width: 30%;
  text-align: left;
}

.sign-type p {
  font-family: "Roboto", sans-serif;
}

.sign-type-button {
  text-align: left;
  width: 35%;
}

.sign-type-button::after {
  position: absolute;
}

.npa-button {
  margin-bottom: 5px;
}

.repealed-title p {
  text-decoration: line-through;
  color: red;
}

.repealed-body {
  text-decoration: line-through;
  color: red;
}

.dropdown-toggle {
  position: relative;
}

.dropdown-toggle::after {
  /* position: absolute; */
  right: 13px;
  top: calc(50% - 2.19px);
}

.authority-input input {
  display: inline-block;
  vertical-align: middle;
  width: 29%;
  margin-left: 1%;
  margin-top: 1%;
}

.authority {
  margin-bottom: 1%;
}

.ordinance-block {
  border-radius: 8px;
  border: solid;
  border-color: #B594CA;
  border-width: 1px;
  display: inline-block;
}

.closest-elem {
  border: 1px solid;
}

.ordinance-options {
  margin-left: 1%;
  display: inline-block;
  width: 5%;
}

.ordinance-options span {
  display: block;
  padding-top: 20px;
}

.title-options {
  margin-left: 1%;
  display: inline-block;
}

.k-i-plus:before {
  content: "\e11f";
  position: relative;
}

.clause-icon {
  font-size: 1em;
  margin-left: 5px;
}

.icon-rotate {
  transform: rotate(180deg);
}

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