.flex-break {
  flex-basis: 100%;
  height: 0;
}

#content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#topNav {
  width: 100%;
  z-index: 9999999;
}

#topNavbar {
  /* height: 100%; */
}

#navbarDropdown2 {
  padding-left: 0 !important;
}

#allDeployImgWrapper {
  padding: 3px 36px 7px 0;
}

#allDeployImg {
  height: 35px;
}

#multiDeployDropdownWrapper {
  margin-right: 0px !important;
}

#intersectionDropdownLabel {
  padding-left: 0;
}

#deploypagesDropdownWrapper {
  display: none;
}

.navbar-brand {
  font-size: 1rem;
}

#body_content {
  flex-grow: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 61px);
  width: 100%;
}

.scrollable {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown-item.active {
  background-color: #56a1c8;
}

.dropdown-item:active {
  background-color: #56a1c8;
}

.dropdown-header {
  color: #56a1c8;
  font-weight: bold;
}

.btn-info {
  cursor: hand;
  background-color: #56a1c8;
}

.btn-info:not(:disabled):not(.disabled):active {
  background-color: #3D88AF;
  border-color: #3D88AF;
}

.btn-info:hover,
.btn-info.active {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background-color: #56a1c8;
}

.no-underline:hover {
  text-decoration: none;
}

.material-icons2 {
  font-family: 'Material Icons';
  font-size: 24px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  color: #757575;
}

.material-icons2-active {
  color: #56a1c8;
}

#dashbtn {
  content: "dashboard";
}

#trafficbtn {
  content: "traffic";
}

#statusbtn {
  content: "history";
}

#videobtn {
  content: "videocam";
}

#logicbtn {
  content: "traffic";
}

#statsbtn {
  content: "show_chart";
}

#settingsbtn {
  content: "settings";
}

#fullmapbtn {
  content: "map";
}

#localbtn {
  content: "keyboard";
}

#intersection_navbar {
  background-color: #1f1f1f !important;
}

.tooltip_grey {
  z-index: 9999999999 !important;
}

.tooltip_grey .tooltip-inner {
  background-color: #d1d1d1 !important;
  /*opacity: .9 !important;*/
  color: #000000 !important;
}

.tooltip_grey .arrow {
  /*opacity: .9 !important;*/
  color: #d1d1d1 !important;
  border-bottom-color: #d1d1d1 !important;
}

.tooltip_grey[x-placement^=bottom] .arrow::before,
.tooltip_grey .arrow::before {
  border-bottom-color: #d1d1d1 !important;
}

.btnNavIcon2:hover {
  color: #f1f1f1;
  cursor: pointer;
}

.btnNavIcon2:hover .material-icons2.md1::before {
  color: #f1f1f1;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 100%;
  left: 5%;
}

#bodyWrapper {
  display: flex;
  flex: auto;
}

.navBarLeft {
  height: 100%;
  width: 50px;
  min-width: 50px;
  z-index: 900;
  left: 0;
  background-color: #111;
  transition: 0.5s;
  opacity: 1;
  /* position: sticky; */
  --space: 0;
  --offset: var(--space);
  align-self: start;
  position: sticky;
  top: var(--offset);
  /* flex-grow: 1; */
  /* flex-basis: 50px; */
  max-height: calc(100vh);
}

.navButtonTray {
  display: block;
  position: relative;
  left: 0%;
  right: 100%;
  text-align: center;
}

.navButton {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-direction: column;
}

.navButton:hover {
  color: #f1f1f1;
  cursor: pointer;
}

.navButton:hover .material-icons.md1::before {
  color: #f1f1f1;
}

.navButton:hover .tooltipCustom {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
}

.intersectionButton {
  position: relative;
}

.intersectionButton .tooltipCustom {
  left: 50%;
  transform: translateX(-50%);
  top: 115%;
}

.intersectionButton .tooltipCustom::after {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  top: 0;
  right: auto;
  margin-top: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #d1d1d1 transparent;
}

.intersectionButton:hover .tooltipCustom {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
}

.navButton.active i:before {
  color: #56a1c8 !important;
}

#listbtn::before {
  content: "list";
}

#mapbtn::before {
  content: "map";
}

#vehbtn::before {
  content: "drive_eta";
}

#versionbtn::before {
  content: "history";
}

#alertbtn::before {
  content: "notifications";
}

#configbtn::before {
  content: "settings";
}

#downloadconfigbtn::before {
  content: "get_app";
}

#uploadconfigbtn::before {
  content: "publish";
}

.material-icons::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: middle;
  margin: auto;
  display: inline-flex;
  text-align: center;
  color: #757575;
}

.tooltipCustom-wrapper {
  position: absolute;
  visibility: hidden;
}

.tooltipCustom {
  visibility: hidden;
  position: absolute;
  width: 120px;
  background-color: #d1d1d1;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: .9;
  /*transition: opacity .6s;*/
  left: 115%;
}

.tooltipCustom::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #d1d1d1 transparent transparent;
}

.intersection-button-wrapper {
  display: flex;
}

#bodyWrapper {
  display: flex;
  flex: auto;
}

.navBarLeft {
  height: 100%;
  width: 50px;
  min-width: 50px;
  z-index: 99999;
  left: 0;
  background-color: #393d3f;
  transition: 0.5s;
  opacity: 1;
}

.navButtonTray {
  display: block;
  position: relative;
  left: 0%;
  right: 100%;
  text-align: center;
}

.navButton {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.navButton:hover {
  color: #f1f1f1;
  cursor: pointer;
}

.navButton:hover .material-icons.md1::before {
  color: #f1f1f1;
}

.navButton:hover .tooltipCustom {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
}

.navButton.active i:before {
  color: #ffffff !important;
}

.navButton > a {
  height: 30px;
}

.notifDot {
  position: relative;
  top: -35px;
  left: 29px;
  border-radius: 5px;
  height: 9px;
  width: 9px;
  margin-bottom: 2px;
}

#deploy_notif_dot {
  background-color: #56a1c8;
}

#restart_notif_dot {
  background-color: #5ebd7b;
}

#listbtn::before {
  content: "list";
}

#mapbtn::before {
  content: "map";
}

#vehbtn::before {
  content: "drive_eta";
}

#versionbtn::before {
  content: "history";
}

#alertbtn::before {
  content: "notifications";
}

#configbtn::before {
  content: "settings";
}

#downloadconfigbtn::before {
  content: "get_app";
}

#uploadconfigbtn::before {
  content: "publish";
}

#downloadshardbtn::before {
  content: "download_for_offline"
}


.material-icons::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 31px;
  vertical-align: middle;
  margin: auto;
  display: inline-flex;
  text-align: center;
  color: #ababab;
}

.tooltipCustom-wrapper {
  position: absolute;
  visibility: hidden;
}

.tooltipCustom {
  visibility: hidden;
  position: absolute;
  width: 120px;
  background-color: #d1d1d1;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: .9;
  /*transition: opacity .6s;*/
  left: 115%;
}

.tooltipCustom::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #d1d1d1 transparent transparent;
}

.whats-new-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.whats-new-wrapper .version-wrapper {
  display: flex;
  align-items: flex-start;
}

.whats-new-wrapper .version-wrapper > ul {
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 3rem;
}

.whats-new-wrapper .whats-new-title {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
  border: 1px solid #56a1c8;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 5px;
  padding-right: 10px;
  color: #5a5a5a;
  overflow: hidden;
  margin-right: 30px;
  min-width: 185px;
}

.whats-new-wrapper .whats-new-title .release-tag {
  background-color: #56a1c8;
  padding: 5px 8px;
  min-width: 70px;
  color: white;
  font-weight: 300;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  width: 80px;
  font-size: 1.25rem;
}

.whats-new-wrapper .whats-new-title .date-wrapper {
  text-align: center;
  flex: 1;
}

.whats-new-wrapper ul {
  color: #5a5a5a;
}

#deploymentswrapper {
  display: flex;
  flex-flow: row wrap;
  height: fit-content;
  justify-content: center;
}

.deploy {
  flex: 0 1 auto;
  width: 300px;
  height: 150px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.deploy_link {
  flex: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
}

.deploy_title_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.deploy_title {
  color: #ffffff;
}

.img_wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.img_overlay {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000000;
  opacity: .5;
  position: absolute;
}

.deploy_link:hover .img_overlay {
  opacity: .3;
}

.deploy_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hide {
  display: none;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup .popuptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -125px;
}

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-wrapper #page_title {
  margin-bottom: 0;
}

.title-wrapper .btn {
  margin-left: 30px;
}

.config-modal .confirm-upload {
  background-color: #09b309;
  border-color: #09b309;
}

.fade {
  transition: opacity 0.5s linear !important;
}

.deploy-messages-wrapper .deploy-message {
  left: 0px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.deploy-messages-wrapper .deploy-message.success .toast-header {
  background-color: #c5e4c5;
}

.deploy-messages-wrapper .deploy-message.error .toast-header {
  background-color: #f1c6c6;
}

.deploy-messages-wrapper .deploy-message.warning .toast-header {
  background-color: #ffc107;
}

.deploy-messages-wrapper .deploy-message .toast-header {
  border: none;
  border-radius: 5px;
  padding: 0.75rem;
}

.upload-page-wrapper {
  display: flex;
  width: calc(100%);
  min-height: calc(100vh - 61px);
  background-color: #EBEBEB;
}

.upload-page-wrapper .uploads-wrapper {
  margin: 2rem 1rem 2rem 2rem;
  position: relative;
  min-width: 350px;
}

.upload-page-wrapper .code-wrapper {
  flex: 1;
  overflow-y: scroll;
  max-height: calc(100vh - 122px);
  margin: 2rem 2rem 2rem 1rem;
  border-radius: 5px;
  border-left: 10px solid #a3cce1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  display: none;
  position: relative;
}

.upload-page-wrapper .code-wrapper .CodeMirror {
  height: 100%;
  font-size: 14px;
}

.upload-page-wrapper .code-wrapper .save-changes-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 15;
  display: none;
}

.upload-page-wrapper .code-wrapper pre {
  margin-bottom: 0;
}

.upload-page-wrapper .code-wrapper #config-code {
  background-color: white;
  min-height: 100%;
}

.upload-page-wrapper .code-wrapper .loading-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.upload-page-wrapper .form-row {
  margin-left: auto;
}

.upload-page-wrapper .gen-config-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.upload-page-wrapper .gen-config-wrapper form {
  display: contents;
}

.upload-page-wrapper .gen-config-wrapper#deployment-info-wrapper {
  margin-bottom: 2rem;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}

.upload-page-wrapper .gen-config-wrapper#deployment-info-wrapper h2 {
  margin-bottom: 1rem;
  padding: 10px 10px 0.5rem 10px;
  font-size: 1.5rem;
  border-bottom: 1px solid darkgrey;
  width: 100%;
  color: black;
}

.upload-page-wrapper .gen-config-wrapper#deployment-info-wrapper .info-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.upload-page-wrapper .gen-config-wrapper .in-database {
  margin-right: 8px;
  color: #09b309;
}

.upload-page-wrapper .gen-config-wrapper .out-database {
  margin-right: 8px;
  color: red;
}

.upload-page-wrapper .gen-config-wrapper h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
  min-width: 140px;
  flex: 1;
}

.upload-page-wrapper .gen-config-wrapper .form-row {
  position: absolute;
}

.upload-page-wrapper .gen-config-wrapper .form-row form {
  margin-bottom: 0;
}

.upload-page-wrapper .gen-config-wrapper .file-upload-button {
  margin-left: auto;
}

.upload-page-wrapper .gen-config-wrapper .button-config {
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
  margin-left: 1rem;
}

.upload-page-wrapper .gen-config-wrapper .button-config span {
  color: #4c4c4c;
}

.upload-page-wrapper .gen-config-wrapper .button-config:hover {
  background-color: #ecebeb;
}

.upload-page-wrapper .gen-config-wrapper .button-config.active {
  background-color: #a3cce1;
}

.upload-page-wrapper .gen-config-wrapper input[type="submit"] {
  display: none;
}

.upload-page-wrapper .gen-config-wrapper input[type="text"] {
  display: none;
}

.upload-page-wrapper .gen-config-wrapper input[type="file"] {
  display: none;
}

.upload-page-wrapper .gen-config-wrapper .file-name-wrapper {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  padding: 10px;
  background-color: #aef7c1;
  width: calc(100%);
  align-items: center;
  justify-content: space-between;
}

.upload-page-wrapper .gen-config-wrapper .file-name-wrapper p {
  margin: 0;
  font-size: 0.9rem;
  flex: 1;
}

.upload-page-wrapper .gen-config-wrapper .file-name-wrapper .button-config {
  background-color: transparent;
}

.upload-page-loading-wrapper {
  position: absolute;
  z-index: 100000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #94949473;
  display: none;
}

.upload-page-loading-wrapper .spinner-border {
  margin-top: 20px;
}

.upload-page-loading-wrapper .loading-text {
  text-align: center;
  max-width: 510px;
  margin-top: 20px;
  opacity: 0;
  color: white;
  background-color: #212529;
  padding: 5px 10px;
  border-radius: 5px;
}

.equal {
  background-color: transparent;
}

.not-equal {
  background-color: #7ef7a33d;
}

.not-available {
  background-color: #ddeef6;
}

.old-value {
  background-color: #f3f3f3;
  color: #666;
}

.btn-success:disabled {
  background-color: #74b984;
  border-color: #74b984;
}

.btn-primary:disabled {
  background-color: #5aa3c9;
  border-color: #5aa3c9;
}

#maincontent {
  display: flex;
  flex-direction: column;
  flex: auto;
  width: 100%;
  max-height: calc(100vh - 61px);
}

.pageheader {
  height: 70px;
  width: 100%;
}

.configuration-header {
  width: 300px;
  margin-bottom: 0;
  border-right: 1px solid grey;
}

.apply-settings-wrapper .btn-primary {
  background-color: #56a1c8;
  border-color: #56a1c8;
}

.apply-settings-wrapper .btn-primary:hover {
  background-color: #4396c2;
  border-color: #4396c2;
}

.apply-settings-wrapper .btn-warning {
  background-color: #5ebd7b;
  border-color: #5ebd7b;
  color: white;
}

.apply-settings-wrapper .btn-warning:hover {
  background-color: #4cb66c;
  border-color: #4cb66c;
}

.status-wrapper {
  position: relative;
}

.status-wrapper:hover .tooltipCustom {
  visibility: visible;
  opacity: 1;
}

.status-wrapper .tooltipCustom {
  top: 50%;
  transform: translateY(-50%);
  min-width: 200px;
  width: auto;
  left: 140%;
  font-size: 12px;
}

.settingswrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
}

.settingswrapper .intersection_icon {
  position: absolute;
  left: 0px;
  font-size: 12px;
}

.settingswrapper .top_level_icon {
  font-size: 14px;
  margin-right: 10px;
  margin-left: 0px;
  width: 15px;
}

.settingswrapper .hidable {
  position: absolute;
  right: 0px;
  font-size: 18px;
}

.settingswrapper .hidable_small {
  font-size: 14px;
}

.settingswrapper .hidable_large {
  font-size: 24px;
}

.settingswrapper * .hidden {
  display: none;
}

.settingswrapper .level1 {
  padding-left: 0px;
}

.settingswrapper .deploy-messages-wrapper {
  position: absolute;
  z-index: 1000;
  bottom: 15px;
  left: 370px;
}

#settings-section-wrapper {
  width: 100%;
  position: relative;
  max-height: 100%;
  overflow: auto;
}

#settings-section-wrapper #settings_section {
  position: relative;
  width: auto;
}

#settings-section-wrapper #loading-intersection-wrapper {
  position: absolute;
  top: 0;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.settingssidenav {
  width: 280px;
  min-width: 280px;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  border-right: 1px solid #d9d9d9;
  margin-left: 0px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 61px);
}

.settingssidenav .general-control-wrapper {
  padding-right: 20px;
  margin-top: 25px;
}

.settingssidenav .scrollGradient {
  background: linear-gradient(#f7f7f7 33%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #f7f7f7 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(158, 158, 158, 0.5), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(158, 158, 158, 0.5), rgba(0, 0, 0, 0)) 0 100%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 15px, 100% 15px, 100% 5px, 100% 5px;
}

.settingssidenav .general-intersections-wrapper {
  position: relative;
}

.settingssidenav .general-intersections-wrapper > .config-dropdown {
  margin-right: 20px;
}

.settingssidenav .intersection-scroll-container {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0px;
}

.settingssidenav .apply-settings-wrapper {
  flex-grow: 0;
  margin-bottom: 15px;
  padding-right: 20px;
}

.settingssidenav .apply-settings-wrapper .row {
  margin-right: 0;
}

.settingssidenav .apply-settings-wrapper .row .btn {
  font-size: 0.9rem;
}

.settingssidenav .apply-settings-wrapper .row .btn .badge {
  font-size: 0.8rem;
  top: auto;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.menu_item, .dropdown {
  cursor: pointer;
  /*outline: 1px solid grey;*/
  outline: none;
  display: flex;
  align-items: center;
}

.menu_item:hover, .dropdown:hover {
  color: #56a1c8;
}

.level1 {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}

.level2 {
  position: relative;
}

#approaches .level2 {
  padding-left: 25px;
}

.level3 {
  padding-left: 20px;
  position: relative;
}

.menu_item.current {
  color: #56a1c8;
  font-weight: 500;
}

.dropdown_container {
  display: none;
  max-height: 500px;
}

.dropdown_container_showing {
  display: block;
  overflow: scroll;
  max-height: 600px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  margin-bottom: auto;
}

.dropdown_container_showing .level2 {
  font-size: 13px;
}

.dropdown_container_showing .level2.dropdown_container {
  padding-top: 3px;
  padding-left: 5px;
  border-right: 1px solid #d9d9d9;
  margin-right: 6px;
}

.dropdown_container_showing .edges-dropdown .expand-more, .dropdown_container_showing .edges-dropdown .expand-less {
  right: 6px;
}

.dropdown_container_showing .edges-dropdown-container {
  padding-left: 14px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-left: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  overflow: visible;
}

.dropdown_container_showing .edges-dropdown-container .border-cover {
  bottom: -4px;
  background-color: #f7f7f7;
  left: 8px;
  width: 100%;
  height: 5px;
  position: absolute;
}

.edge_dd_cont {
  padding-bottom: 10px;
  max-height: 150px;
}

.int_dd_cont {
  margin-bottom: 5px;
}

.scrollGradient {
  background: linear-gradient(#ffffff 33%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(158, 158, 158, 0.5), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(158, 158, 158, 0.5), rgba(0, 0, 0, 0)) 0 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 15px, 100% 15px, 100% 5px, 100% 5px;
}

.configuration-header {
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

h5 {
  margin-bottom: 30px;
}

.int_separator {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #d9d9d9;
  margin-right: 20px;
}

.blank_wrapper {
  flex: auto;
}

.save_wrapper {
  flex: auto;
  text-align: center;
  max-width: 100px;
}

.progress_wrapper {
  vertical-align: middle;
  flex: 1 1 2px;
}

.save_button {
  color: #56a1c8;
  border: 1px solid #56a1c8;
  border-radius: 3px;
  background-color: transparent;
  margin: auto;
  font-size: 12px;
  display: inline-block;
}

.save_in_progress {
  color: #757575;
  border-color: #757575;
  cursor: default;
}

.small_progress {
  width: 1.5em;
  height: 1.5em;
  font-size: 12px;
  padding: .01em;
}

.hide {
  display: none !important;
}

.saved_status_text {
  float: right;
  margin-right: 5px;
  font-weight: normal;
}

.checkmark_saved {
  background: #5ebd7b;
}

.checkmark_saved:before {
  width: 3px;
  height: 12px;
  left: 7px;
  top: 2px;
}

.checkmark_saved:after {
  width: 4px;
  height: 3px;
  left: 4px;
  top: 11px;
}

.checkmark_failed {
  background: #eb2b0e;
}

.checkmark_failed:before {
  width: 3px;
  height: 11px;
  left: 6.25px;
  top: 2.25px;
}

.checkmark_failed:after {
  width: 11px;
  height: 3px;
  left: 2.4px;
  top: 6.4px;
}

#checkmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  vertical-align: middle;
  float: right;
  margin-right: 5px;
}

#checkmark:before {
  content: "";
  position: absolute;
  background-color: #fff;
}

#checkmark:after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.hideMe {
  -webkit-animation: cssAnimation 3s forwards;
  animation: cssAnimation 3s forwards;
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.tooltip {
  pointer-events: none;
}

.session-history-wrapper {
  height: calc(100vh - 61px);
}

.session-select-wrapper {
  padding-top: 15px;
  max-height: calc(100vh - 61px);
  overflow: scroll;
  padding-bottom: 15px;
}

.session-select-wrapper .nav-pills .nav-item {
  flex: 1;
}

.session-select-wrapper .nav-pills .nav-item .nav-link {
  font-size: 0.9rem;
}

.config-summary-header {
  display: flex;
  color: #6f6e6e;
  padding: 0.5rem 0.8rem;
  font-size: 14px;
}

.config-summary-header .intersection-header {
  width: 282px;
}

.intersection-wrapper-click {
  min-height: 50px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  padding: 0.5rem 0.8rem;
}

.intersection-wrapper-click.inactive {
  background-color: #d8d8d8;
}

.intersection-wrapper-click:hover:not(.inactive) {
  background-color: #f5f3f3;
}

.settings_session_summary {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
}

.session_summary h6 {
  font-size: 0.9rem;
}

.list-group-item .action-button {
  color: #495057;
  font-size: 18px;
  background-color: #e4e4e4;
  padding: 5px 5px;
  border-radius: 4px;
  width: 40px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
}

.list-group-item .action-button:hover {
  background-color: #d8d7d7;
}

.settings_session_summary, .review-deployment-wrapper, .applied-configs-wrapper, .awaiting-restart-container {
  overflow: scroll;
  max-height: calc(100vh - 61px);
}

.settings_session_summary .session-intersection-list-wrapper, .review-deployment-wrapper .session-intersection-list-wrapper, .applied-configs-wrapper .session-intersection-list-wrapper, .awaiting-restart-container .session-intersection-list-wrapper {
  margin-bottom: auto;
  overflow: scroll;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.settings_session_summary .title-wrapper, .review-deployment-wrapper .title-wrapper, .applied-configs-wrapper .title-wrapper, .awaiting-restart-container .title-wrapper {
  margin-top: 22px;
  margin-bottom: 10px;
}

.settings_session_summary .title-wrapper h5, .review-deployment-wrapper .title-wrapper h5, .applied-configs-wrapper .title-wrapper h5, .awaiting-restart-container .title-wrapper h5 {
  padding: 0;
}

.settings_session_summary .list-group-item, .review-deployment-wrapper .list-group-item, .applied-configs-wrapper .list-group-item, .awaiting-restart-container .list-group-item {
  border: none;
  background-color: transparent;
}

.settings_session_summary .list-group-item:not(:first-child), .review-deployment-wrapper .list-group-item:not(:first-child), .applied-configs-wrapper .list-group-item:not(:first-child), .awaiting-restart-container .list-group-item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.settings_session_summary .list-group-item .intersection-title-wrapper, .review-deployment-wrapper .list-group-item .intersection-title-wrapper, .applied-configs-wrapper .list-group-item .intersection-title-wrapper, .awaiting-restart-container .list-group-item .intersection-title-wrapper {
  display: flex;
  align-items: center;
  width: 305px;
  margin-right: 2rem;
  position: relative;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper, .awaiting-restart-container .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper {
  position: absolute;
  right: 50px;
  top: 3px;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .material-icons, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .material-icons, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .material-icons, .awaiting-restart-container .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .material-icons {
  font-size: 18px;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .reachable, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .reachable, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .reachable, .awaiting-restart-container .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .reachable {
  color: #5ebd7b;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .not-reachable, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .not-reachable, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .not-reachable, .awaiting-restart-container .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .not-reachable {
  color: red;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .warning, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .warning, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .warning, .awaiting-restart-container .list-group-item .intersection-title-wrapper .intersection-reachable-wrapper .warning {
  color: #ffc107;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip, .awaiting-restart-container .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip {
  position: absolute;
  left: calc(100% + -35px);
  top: 1px;
  width: max-content;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 0.25rem;
  z-index: 5;
  display: none;
  max-width: 360px;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.not-reachable, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.not-reachable, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.not-reachable, .awaiting-restart-container .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.not-reachable {
  background-color: red;
  color: white;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.reachable, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.reachable, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.reachable, .awaiting-restart-container .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.reachable {
  background-color: #5ebd7b;
  color: white;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.warning, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.warning, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.warning, .awaiting-restart-container .list-group-item .intersection-title-wrapper .vpn-reachable-tooltip.warning {
  background-color: #ffc107;
}

.settings_session_summary .list-group-item .intersection-title-wrapper .status-wrapper .material-icons, .settings_session_summary .list-group-item .intersection-title-wrapper .status-wrapper .material-icons-outlined, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .status-wrapper .material-icons, .review-deployment-wrapper .list-group-item .intersection-title-wrapper .status-wrapper .material-icons-outlined, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .status-wrapper .material-icons, .applied-configs-wrapper .list-group-item .intersection-title-wrapper .status-wrapper .material-icons-outlined, .awaiting-restart-container .list-group-item .intersection-title-wrapper .status-wrapper .material-icons, .awaiting-restart-container .list-group-item .intersection-title-wrapper .status-wrapper .material-icons-outlined {
  font-size: 22px;
}

.settings_session_summary .list-group-item .intersection-name, .review-deployment-wrapper .list-group-item .intersection-name, .applied-configs-wrapper .list-group-item .intersection-name, .awaiting-restart-container .list-group-item .intersection-name {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}

.settings_session_summary .list-group-item .config-change-wrapper, .review-deployment-wrapper .list-group-item .config-change-wrapper, .applied-configs-wrapper .list-group-item .config-change-wrapper, .awaiting-restart-container .list-group-item .config-change-wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.settings_session_summary .list-group-item .config-change-wrapper .deployment-state, .review-deployment-wrapper .list-group-item .config-change-wrapper .deployment-state, .applied-configs-wrapper .list-group-item .config-change-wrapper .deployment-state, .awaiting-restart-container .list-group-item .config-change-wrapper .deployment-state {
  margin-left: 2.5rem;
  display: flex;
  font-weight: 500;
}

.settings_session_summary .list-group-item .config-change-wrapper .deployment-state span, .review-deployment-wrapper .list-group-item .config-change-wrapper .deployment-state span, .applied-configs-wrapper .list-group-item .config-change-wrapper .deployment-state span, .awaiting-restart-container .list-group-item .config-change-wrapper .deployment-state span {
  margin-right: 5px;
}

.settings_session_summary .list-group-item .config-change-wrapper .deployment-state.success, .review-deployment-wrapper .list-group-item .config-change-wrapper .deployment-state.success, .applied-configs-wrapper .list-group-item .config-change-wrapper .deployment-state.success, .awaiting-restart-container .list-group-item .config-change-wrapper .deployment-state.success {
  color: #5ebd7b;
}

.settings_session_summary .list-group-item .config-change-wrapper .deployment-state.success span, .review-deployment-wrapper .list-group-item .config-change-wrapper .deployment-state.success span, .applied-configs-wrapper .list-group-item .config-change-wrapper .deployment-state.success span, .awaiting-restart-container .list-group-item .config-change-wrapper .deployment-state.success span {
  font-weight: 700;
}

.settings_session_summary .list-group-item .config-change-wrapper .deployment-state.failure, .review-deployment-wrapper .list-group-item .config-change-wrapper .deployment-state.failure, .applied-configs-wrapper .list-group-item .config-change-wrapper .deployment-state.failure, .awaiting-restart-container .list-group-item .config-change-wrapper .deployment-state.failure {
  color: #de5e3b;
}

.settings_session_summary .list-group-item .config-change-wrapper .config-change-summary, .review-deployment-wrapper .list-group-item .config-change-wrapper .config-change-summary, .applied-configs-wrapper .list-group-item .config-change-wrapper .config-change-summary, .awaiting-restart-container .list-group-item .config-change-wrapper .config-change-summary {
  min-width: 0;
  margin-left: 2rem;
}

.settings_session_summary .list-group-item .config-change-wrapper .badge, .review-deployment-wrapper .list-group-item .config-change-wrapper .badge, .applied-configs-wrapper .list-group-item .config-change-wrapper .badge, .awaiting-restart-container .list-group-item .config-change-wrapper .badge {
  position: absolute;
  right: 97%;
  min-width: 18px;
  text-align: center;
}

.settings_session_summary .list-group-item .applied-indicator, .review-deployment-wrapper .list-group-item .applied-indicator, .applied-configs-wrapper .list-group-item .applied-indicator, .awaiting-restart-container .list-group-item .applied-indicator {
  border: 1px solid #5ebd7b;
  color: #5ebd7b;
  padding: 4px 5px;
  margin-right: 0.8rem;
  font-size: 12px;
  border-radius: 5px;
  height: 28px;
}

.settings_session_summary .list-group-item .updates-button-wrapper, .review-deployment-wrapper .list-group-item .updates-button-wrapper, .applied-configs-wrapper .list-group-item .updates-button-wrapper, .awaiting-restart-container .list-group-item .updates-button-wrapper {
  position: relative;
  width: 40px;
  margin: 0 0.8rem;
}

.settings_session_summary .list-group-item .updates-button-wrapper .corner-indicator, .review-deployment-wrapper .list-group-item .updates-button-wrapper .corner-indicator, .applied-configs-wrapper .list-group-item .updates-button-wrapper .corner-indicator, .awaiting-restart-container .list-group-item .updates-button-wrapper .corner-indicator {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  font-size: 0.7rem;
  border-radius: 500px;
}

.settings_session_summary .list-group-item .action-button, .review-deployment-wrapper .list-group-item .action-button, .applied-configs-wrapper .list-group-item .action-button, .awaiting-restart-container .list-group-item .action-button {
  color: #495057;
  font-size: 18px;
  background-color: #e4e4e4;
  padding: 5px 5px;
  border-radius: 4px;
  width: 40px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
}

.settings_session_summary .list-group-item .action-button:hover, .review-deployment-wrapper .list-group-item .action-button:hover, .applied-configs-wrapper .list-group-item .action-button:hover, .awaiting-restart-container .list-group-item .action-button:hover {
  background-color: #d8d7d7;
}

.settings_session_summary .list-group-item .action-button.active, .review-deployment-wrapper .list-group-item .action-button.active, .applied-configs-wrapper .list-group-item .action-button.active, .awaiting-restart-container .list-group-item .action-button.active {
  background-color: #56a1c8;
  color: white;
}

.settings_session_summary .list-group-item .all-changes-wrapper, .review-deployment-wrapper .list-group-item .all-changes-wrapper, .applied-configs-wrapper .list-group-item .all-changes-wrapper, .awaiting-restart-container .list-group-item .all-changes-wrapper {
  padding: 0.7rem 1rem;
  font-size: 0.8rem;
  color: #737373;
  display: none;
  background-color: #f9f9f9;
}

.settings_session_summary .list-group-item .all-changes-wrapper p, .review-deployment-wrapper .list-group-item .all-changes-wrapper p, .applied-configs-wrapper .list-group-item .all-changes-wrapper p, .awaiting-restart-container .list-group-item .all-changes-wrapper p {
  margin: 0;
}

.settings_session_summary .list-group-item .truncate p, .review-deployment-wrapper .list-group-item .truncate p, .applied-configs-wrapper .list-group-item .truncate p, .awaiting-restart-container .list-group-item .truncate p {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 30px;
  color: #737373;
  max-height: 57px;
}

.settings_session_summary .code-button-wrapper, .review-deployment-wrapper .code-button-wrapper, .applied-configs-wrapper .code-button-wrapper, .awaiting-restart-container .code-button-wrapper {
  position: relative;
}

.settings_session_summary .code-button-wrapper .spinner-border, .review-deployment-wrapper .code-button-wrapper .spinner-border, .applied-configs-wrapper .code-button-wrapper .spinner-border, .awaiting-restart-container .code-button-wrapper .spinner-border {
  width: 1rem;
  height: 1rem;
  display: none;
  border-width: 0.15rem;
  margin-right: 0.5rem;
  position: absolute;
  top: 0.4rem;
  right: 4px;
  background-color: #e4e4e4;
}

.settings_session_summary .loading-wrapper, .review-deployment-wrapper .loading-wrapper, .applied-configs-wrapper .loading-wrapper, .awaiting-restart-container .loading-wrapper {
  position: absolute;
  left: 370px;
  display: none;
}

.settings_session_summary .loading-wrapper .spinner-border, .review-deployment-wrapper .loading-wrapper .spinner-border, .applied-configs-wrapper .loading-wrapper .spinner-border, .awaiting-restart-container .loading-wrapper .spinner-border {
  width: 1.5rem;
  height: 1.5rem;
}

.settings_session_summary .json-viewer, .review-deployment-wrapper .json-viewer, .applied-configs-wrapper .json-viewer, .awaiting-restart-container .json-viewer {
  padding-top: 10px;
}

.settings_session_summary .deploy-changes-wrapper, .review-deployment-wrapper .deploy-changes-wrapper, .applied-configs-wrapper .deploy-changes-wrapper, .awaiting-restart-container .deploy-changes-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.review-deployment-wrapper {
  padding: 0 40px;
  overflow: auto;
}

.review-deployment-wrapper > form {
  margin-bottom: 0;
}

.review-deployment-wrapper .intersection-list {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin-top: 10px;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.review-deployment-wrapper .intersection-list .checkbox-wrapper {
  width: 15px;
  height: 15px;
  margin-right: 1rem;
}

.review-deployment-wrapper .intersection-list .checkbox-wrapper .int_checkbox {
  margin: auto 0;
  width: 15px;
  height: 15px;
}

.review-deployment-wrapper .intersection-list .no-connection-icon {
  font-size: 15px;
  margin-right: 0.5rem;
  margin-left: -1rem;
  display: none;
}

.review-deployment-wrapper .intersection-list .list-group-item {
  border: none;
}

.review-deployment-wrapper .intersection-list .list-group-item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.review-deployment-wrapper .select-all-checkbox-wrapper {
  display: flex;
  text-align: center;
  padding: 0px calc(0.8rem + 1px);
  margin-top: 20px;
}

.review-deployment-wrapper .select-all-checkbox-wrapper #select_all_checkbox {
  margin: auto 0;
  width: 15px;
  height: 15px;
  margin-right: 1rem;
}

.review-deployment-wrapper .select-all-checkbox-wrapper label {
  font-size: 0.9rem;
}

.review-deployment-wrapper .overall-options-wrapper {
  display: flex;
  align-items: baseline;
  max-width: 1200px;
  justify-content: space-between;
}

.review-deployment-wrapper .name_deploy_session h4 {
  margin: 0;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.review-deployment-wrapper .name_deploy_session input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid grey;
  outline: none;
  width: 300px;
}

.review-deployment-wrapper .deploy-changes-wrapper {
  display: flex;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 477px;
  justify-content: space-between;
}

.staging-page-loading-wrapper {
  position: absolute;
  z-index: 100000000;
  /* top: 0; */
  bottom: 0px;
  left: 40px;
  /* right: 40px; */
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  background-color: #5ebd7b;
  display: none;
  padding: 15px 20px;
  max-width: calc(100vw - 130px);
  width: 1200px;
  margin-right: 40px;
  border-radius: 5px 5px 0 0;
  color: white;
}

.staging-page-loading-wrapper .spinner-border {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: text-bottom;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 94.4%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.staging-page-loading-wrapper .loading-text {
  padding: 5px 20px;
  border-radius: 5px;
  flex: 1;
  font-size: 15px;
}

.edges-dropdown-container .level4 {
  width: 201px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.table td, .table th {
  padding: .25rem;
}

.hide {
  display: none !important;
}

.top_level_icon {
  font-size: 30px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}

#diff_load_progress {
  display: inline;
  text-align: center;
}

* .hidden {
  display: none;
}

.hidable {
  font-size: 18px;
}

.config-dropdown {
  cursor: pointer;
  width: 100%;
}

.config-dropdown span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 94%;
}

.intersection_diffs {
  display: none;
}

#deployed_history p, #saved_history p {
  color: grey;
  margin-top: 20px;
  text-align: center;
}

.session-top-wrapper {
  align-items: center;
}

.session-title-wrapper {
  display: flex;
  align-items: center;
  max-width: 72%;
}

.session-title-wrapper h6 {
  margin-bottom: 0;
  font-size: 14px;
}

.session-title-wrapper .fail-save-label {
  margin-right: 10px;
  padding: 2px 5px;
  background-color: #d8d8d8;
  border-radius: 5px;
  font-size: 12px;
}

.box-equal {
  background-color: white;
}

.box-not-equal {
  background-color: #7ef7a33d;
}

.box-not-available {
  background-color: #ddeef6;
}

.box-old-value {
  background-color: #e9e9e9;
}

.color-box {
  height: 15px;
  width: 15px;
  border-radius: 3px;
}

.box-equal, .box-not-equal, .box-not-available {
  border: 1px solid #d1d1d1;
}

.tooltip-grid {
  display: none;
  grid-template-columns: 0.18fr 1fr;
  grid-row-gap: 10px;
  width: 175px;
  font-size: 12px;
  background-color: white;
  position: absolute;
  bottom: 100%;
  left: 95px;
  FONT-VARIANT: JIS04;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  padding: 10px;
}

.tooltip-grid .vertical-line {
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #d1d1d1;
  top: 105px;
  left: 17px;
}

.btn-success {
  background-color: #5ebd7b;
  border-color: #5ebd7b;
}

.btn-success:hover {
  background-color: #4cb66c;
  border-color: #4cb66c;
}

.awaiting-restart-container {
  padding: 0 40px;
  max-height: auto;
  max-width: 1400px;
}

.awaiting-restart-container h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  margin-top: 21px;
}

.awaiting-restart-container .session-intersection-list-wrapper.scrollGradient {
  overflow: visible;
  margin-bottom: 40px;
}

.awaiting-restart-container .deploy-message {
  position: relative;
}

.iconnav {
  position: absolute;
  z-index: 900;
  width: 100%;
  top: 30px;
}

.iconnav .btnNavIcon.upload-wrapper {
  padding: 2px 10px;
  margin: 0;
  border-radius: 0 10px 0 0;
}

.iconnav a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.buttonTray {
  display: flex;
  text-align: center;
  width: max-content;
  margin: auto;
  background-color: #f0f0f0;
  border-radius: 10px;
  position: relative;
  align-items: center;
}

.buttonTray .deploy-message {
  position: absolute;
  width: 100%;
  top: 150%;
  border-radius: 10px;
  border: none;
  bottom: auto;
  left: auto;
}

.buttonTray .deploy-message .toast-header {
  background-color: transparent;
  border: none;
}

.buttonTray .deploy-message.success {
  background-color: #c5e4c5;
}

.buttonTray .deploy-message.error {
  background-color: #f1c6c6;
}

.buttonTray .upload-confirm-wrapper {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0%;
  border-radius: 10px;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.buttonTray .upload-confirm-wrapper p {
  font-size: 0.8rem;
  margin: 0;
  flex: 1;
  text-align: left;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.buttonTray .upload-confirm-wrapper .clear-selection .material-icons {
  font-size: 22px;
}

.btnNavIcon {
  margin: 0 10px;
  line-height: 1;
  color: #696969;
  display: flex;
  align-items: center;
  height: 29px;
  position: relative;
}

.sidenav {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 50px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  opacity: 0.8;
}

.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

.sidenav a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 150px;
  font-size: 60px;
  margin-left: 50px;
  margin-top: 5px;
}

#contentBody {
  flex: auto;
  position: relative;
}

#map {
  flex: auto;
  height: 100%;
  width: 100%;
}

#overlay {
  background: rgba(0, 0, 0, 0);
  display: none;
  width: 100%;
  height: 100%;
  left: 50px;
  /*opacity: 0%;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.dot {
  height: 50px;
  width: 50px;
  z-index: -1;
  background-color: #bbb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  opacity: 0.0;
  pointer-events: all;
  cursor: pointer;
}

.infoMiniBox {
  position: absolute;
  width: 366px;
  margin-top: 40px;
  max-height: calc(100vh - 201px);
  background-color: black;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #757575;
  border-right: none;
  opacity: 0.0;
  z-index: -1;
  overflow: auto;
  top: 100px;
  right: 0px;
}

.infoMinBoxTitle {
  /*position: absolute;*/
  top: 0;
  /*left: 0;*/
  font-size: 24px;
  /*margin-left: 20px;*/
  margin-top: 8px;
  text-align: center;
  display: block;
  height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

.infoMinBoxTitle:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.commandTitle:hover {
  color: #56a1c8 !important;
}

#controlStatus {
  font-size: 14px;
  /*margin-top: 8px;*/
  text-align: center;
  display: block;
  height: 30px;
  color: #757575;
  /*text-decoration: none;*/
  white-space: nowrap;
  overflow: hidden;
}

#intInfoBody {
  color: #f1f1f1;
  font-size: 11px;
  position: absolute;
  top: 50px;
  left: 0;
  margin-left: 20px;
  margin-top: 100px;
  width: 85%;
}

#editSidebar {
  display: block;
  justify-content: center;
  margin-top: 10px;
}

.editSidebar a {
  color: #ffffff;
  font-size: 11px;
  padding: 1em;
}

.edgeOrder {
  color: #818181;
  font-size: 11px;
  padding: 1em;
  text-decoration: none;
}

.edgeOrder a {
  color: #818181;
  text-decoration: none;
}

.edgeOrder a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.edgeUpBtn {
  color: #000000;
  transform: rotate(180deg);
}

.edgeDownBtn {
  color: #000000;
}

#editButtonContainer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#editButton {
  position: relative;
  background-color: #FF0010;
  color: #ffffff;
  opacity: .8;
  z-index: -1;
  border: none;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
}

#editButton:focus {
  outline: none;
}

#editButton:active {
  outline: none;
  border: none;
}

#videoStream {
  position: absolute;
  left: 80%;
  height: 100%;
  width: 356px;
  top: 0;
  padding-top: 60px;
  z-index: 99999;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  opacity: 1;
}

.stream {
  z-index: 99999;
  margin: 5px;
}

.btnNavIcon:hover {
  color: #f1f1f1;
  cursor: pointer;
}

.btnNavIcon:hover .material-icons-mapcontrol.md1::before {
  color: black;
}

.material-icons-mapcontrol::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  vertical-align: middle;
  margin: auto;
  display: inline-flex;
  text-align: center;
  color: #696969;
}

.material-icons-mapcontrol-active::before {
  color: #56a1c8 !important;
}

#openbtn::before {
  content: "menu";
}

#fullmapbtn::before {
  content: "notifications";
}

#livetvbtn::before {
  content: "live_tv";
}

#commandBtn::before {
  content: "control_point_duplicate";
}

/* #downloadbtn::before{
  content:"save_alt";
} */
/* #uploadbtn::before {
  content:"file_upload";
} */
#tablebtn::before {
  /*content:"view_list";*/
  /*content:"view_module";*/
  content: "view_comfy";
}

#alerttogglebtn::before {
  content: "bug_report";
}

.delete-menu {
  position: absolute;
  background: white;
  padding: 3px;
  color: #666;
  font-weight: bold;
  border: 1px solid #999;
  font-family: sans-serif;
  font-size: 12px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  margin-left: 10px;
  cursor: pointer;
}

.delete-menu:hover {
  background: #eee;
}

/* Style the Intersection Highlight tab */
#intersectionInfo {
  /* Style the buttons inside the tab */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
}

#intersectionInfo .tab {
  overflow: hidden;
  border: none;
  position: relative;
  /*background-color: #f1f1f1;*/
  /*margin-top: 50px;*/
}

#intersectionInfo .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  /*padding: 14px 16px;*/
  /*transition: 0.3s;*/
  font-size: 17px;
  color: #f1f1f1;
  /*width: 57px;*/
  width: 20%;
  height: 40px;
}

#intersectionInfo .tab button:hover {
  background-color: #ddd;
  color: #000000;
}

#intersectionInfo .tab button.active {
  background-color: #ccc;
  color: #818181;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  max-height: calc(100vh - 40px - 60px - 50px - 85px);
  /*padding: 6px 12px;*/
  /*margin-left: 0px;*/
  border: none;
  color: #f1f1f1;
  text-decoration-color: #f1f1f1;
  overflow-x: hidden;
  overflow-y: auto;
}

.tabcontent text {
  margin-left: 8px;
}

#video {
  padding-left: 0px;
}

/*img {
  line-height: 2;
  text-align: center;
}*/
img:before {
  /*content: "Video loads when connected to VPN";*/
  font-size: 16px;
  color: #757575;
  background-color: #757575;
  border: 2px dotted #757575;
  border-radius: 5px;
}

img:after {
  content: "Video loads over VPN";
  display: block;
  font-size: 16px;
  color: #757575;
  position: relative;
  top: -140px;
  left: 0;
  width: 100%;
  text-align: center;
}

.material-icons-mapcontrol {
  color: #696969;
}

/* Material buttons for tabs */
.material-icons2::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  vertical-align: middle;
  margin: auto;
  display: inline-flex;
  text-align: center;
  margin-top: -0.085em;
  /*color: #7bb0ce; */
  /*color: #f1f1f1; */
  color: #757575;
}

.status-map-tab #statusbtn::before {
  content: "info";
}

.status-map-tab #videobtn::before {
  content: "videocam";
}

.status-map-tab #logicbtn::before {
  content: "traffic";
}

.status-map-tab #statsbtn::before {
  content: "show_chart";
}

.status-map-tab #settingsbtn::before {
  content: "settings";
}

#playsettingsicon {
  font-size: 36px;
  vertical-align: middle;
  display: inline-flex;
}

.settingsControls {
  /*display: flex;*/
  /*display: inline-block;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  height: 34px;
  margin-top: 10px;
}

.settingsControls button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  color: #7bb0ce;
  height: 27px;
}

.settingsControls button:hover {
  color: #ffffff;
}

.settingsTab {
  display: flex;
  /*align-items: left;*/
  justify-content: center;
  margin-top: 10px;
}

.settingsTab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  /*color: #f1f1f1;*/
  color: #757575;
  /*width: 25%;*/
  float: left;
  height: 24px;
}

/* Change background color of buttons on hover */
.settingsTab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.settingsTab button.active {
  background-color: #ccc;
  color: #818181;
}

.settingsTabContent {
  display: none;
  padding: 6px 0px;
  max-height: calc(100vh - 40px - 60px - 50px - 40px - 27px - 10px - 24px);
  border: none;
  color: #f1f1f1;
  text-decoration-color: #f1f1f1;
  overflow-x: hidden;
  overflow-y: scroll;
}

#toggleDiv {
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 0%;
  right: 0%;
}

.switch {
  position: relative;
  vertical-align: middle;
  width: 60px;
  height: 34px;
  margin-bottom: 0px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #757575;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #f1f1f1;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3181ad;
}

/*input:focus + .slider {
  box-shadow: 0 0 3px #2196F3;
}*/
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#toggleLabelOffBox {
  position: absolute;
  display: inline-block;
  line-height: 2.0;
  left: 20px;
}

#toggleLabelOff {
  font-size: 16px;
  color: #757575;
}

#toggleLabelOnBox {
  position: absolute;
  display: inline-block;
  line-height: 2.0;
  right: 20px;
}

#toggleLabelOn {
  font-size: 16px;
  color: #757575;
}

#confirmControlChange {
  display: none;
}

#control_change_form {
  text-align: center;
}

.buttonLoading {
  background: url("{% static 'loading1.gif' %}");
}

#commandProgress {
  display: none;
  position: absolute;
  right: 100px;
  margin-top: 3px;
  color: #3181ad;
}

.commandBtnHighlighted {
  color: #f1f1f1 !important;
}

.miniIntList {
  color: #c1c1c1;
  font-size: 12px;
  padding: .5em;
  text-decoration: none;
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
}

.miniIntList .mini-icon-wrapper {
  width: 34px;
  display: flex;
  justify-content: center;
}

.miniIntList a {
  color: #c1c1c1;
  text-decoration: none;
}

.miniIntList a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.control_force_btn, #selectAll, #deselectAll {
  font-size: 14px;
}

.miniIntStatusControl {
  height: 15px;
  width: 15px;
  background-color: #c1c1c1;
  border-radius: 50%;
  display: inline-block;
}

.miniIntStatusStandby {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
  display: inline-block;
}

.miniIntStatusMaintenance {
  height: 20px;
  width: 20px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" stroke="lightblue" viewBox="-12.7 -12.7 26 26"><path  d="M-12-12M12 1.616V-1.616C10.349-2.203 9.306-2.368 8.781-3.635V-3.636C8.254-4.907 8.881-5.77 9.628-7.343L7.343-9.628C5.782-8.886 4.91-8.253 3.636-8.781H3.635C2.366-9.307 2.2-10.357 1.616-12H-1.616C-2.198-10.365-2.365-9.308-3.635-8.781H-3.636C-4.907-8.253-5.768-8.879-7.343-9.628L-9.628-7.343C-8.883-5.775-8.253-4.909-8.781-3.636-9.308-2.365-10.365-2.198-12-1.616V1.616C-10.368 2.196-9.308 2.365-8.781 3.635-8.251 4.917-8.895 5.801-9.628 7.342L-7.343 9.628C-5.781 8.885-4.909 8.253-3.636 8.781H-3.635C-2.365 9.307-2.199 10.36-1.616 12H1.616C2.198 10.364 2.366 9.31 3.643 8.778H3.644C4.906 8.254 5.764 8.879 7.342 9.629L9.627 7.343C8.883 5.78 8.252 4.91 8.779 3.637 9.306 2.366 10.367 2.197 12 1.616ZM0 4C-2.209 4-4 2.209-4 0S-2.209-4 0-4 4-2.209 4 0 2.209 4 0 4Z" ></path></svg>');
  display: inline-block;
}

.tooltipMapControl {
  visibility: hidden;
  position: absolute;
  width: 120px;
  background-color: #d1d1d1;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  top: 135%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

.tooltipMapControl::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #d1d1d1 transparent;
}

.btnNavIcon:hover .tooltipMapControl {
  visibility: visible;
  z-index: 99999;
  opacity: .8;
}

.miniMaterialIcon {
  font-size: 20px;
  line-height: .5;
}

.reset-map:hover {
  color: #000000 !important;
}

.reset-map {
  color: #696969;
}

.progressrow {
  padding-bottom: 5px;
  white-space: nowrap;
  display: flex;
  margin-left: 8px;
}

.progress-title {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  margin: 0 0 0 10px;
  white-space: nowrap;
}

.progress {
  line-height: 15px;
  border-radius: 0px 0px 0px 0px;
  background: #f0f0f0;
  margin-bottom: 10px;
  overflow: visible;
  min-width: 35%;
}

.progress .progress-bar {
  position: relative;
  border-radius: 0px 0px 0px 0px;
  border-left: 2px solid;
  animation: animate-positive 1s;
}

.progress .progress-value {
  display: block;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 0;
  right: 1px;
}

#commandWindow .tab {
  position: relative;
}

.maintenance-controls {
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}

@keyframes animate-positive {
  0% {
    width: 0%;
  }
}

html, body {
  height: 100%;
}

.intListHeader {
  width: auto;
  background-color: #2b2b2b;
  color: white;
  cursor: default;
  padding: 10px;
  margin-left: 8px;
  margin-right: 8px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  flex-grow: 1;
}

.ui-datepicker-inline {
  z-index: 5;
}

.resultsSummary {
  color: white;
}

.lineSeparator {
  height: 1px;
  margin-left: 18px;
  margin-right: 18px;
  border-bottom: 1px solid #404040;
}

.intContainWrapper {
  height: calc(100% - 81px);
  overflow-y: auto;
}

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

.collapsible, .noncollapsible {
  width: auto;
  background-color: #2b2b2b;
  color: white;
  cursor: pointer;
  padding: 14px 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  flex-grow: 1;
}

.noncollapsible.approach {
  cursor: default;
}

.collapsible.active, .collapsible:hover, .noncollapsible:hover {
  background-color: #56a1c8;
  box-shadow: 2px;
  /*border: 1px solid #000000;*/
}

.allbtn:focus, .collapsible:focus, .noncollapsible:focus, .showObjBtn:focus {
  outline: none;
}

.allbtn {
  float: right;
  background-color: #2b2b2b;
  color: white;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-size: 15px;
  line-height: 20px;
  padding: 18px;
  border: none;
  display: none;
}

.allbtn:hover {
  background-color: #3d7591;
}

.input-group.date .form-control {
  font-size: 14px;
  height: 33px;
}

.input-group.date .form-control.date-input {
  border-radius: 0.25rem;
}

.expandIcon {
  content: '+';
  color: white;
  font-weight: bold;
  float: right;
  min-width: 10px;
  text-align: right;
  display: none;
}

.approachContainer {
  display: flex;
}

.showObjBtn {
  background-color: #636363;
  color: white;
}

.showObjBtn.active, .showObjBtn:hover {
  background-color: #5c8256;
}

.mapBtn {
  display: none;
}

.approach {
  background-color: #636363;
  padding: 12px;
  padding-right: 18px;
  font-size: 12px;
  width: 100%;
}

.approach.active, .approach:hover {
  background-color: #68ab5e;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #3d7591;
  padding-left: 20px;
  border: none;
}

.content.dep {
  background-color: #64855f;
}

.departure {
  cursor: default;
  background-color: #7e9671;
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  color: white;
  font-size: 10px;
  padding: 5px;
}

.departure.active, .departure:hover {
  background-color: #64855f;
}

.departure * {
  pointer-events: none;
}

.depval {
  min-width: 110px;
  text-align: center;
  float: right;
}

.shiftOverRatio {
  margin-right: -7px;
}

.ratio {
  float: right;
  min-width: 20px;
}

.tabsContainer {
  flex: 1 1 auto;
  width: 100%;
  flex-direction: column;
  grid-template-columns: 1fr 505px;
  grid-template-rows: auto 1fr;
  position: relative;
  max-height: calc(100vh - 111px);
}

.statsTabsContainer {
  display: grid;
}

.tabsContainer.hidden {
  display: none;
}

.tabsButtonsFlexWrapper {
  background-color: #2b2b2b;
  height: 47px;
  grid-column: 2;
  border-left: 1px solid #404040;
}

.tabsButtons {
  width: 100%;
  display: inline-flex;
  /* position: absolute; */
  vertical-align: top;
  justify-content: space-between;
  margin-top: 5px;
  padding: 0 18px 0 17px;
}

.tabsButtons button {
  background: none;
  border: none;
  outline: none;
  z-index: 0;
  min-width: 140px;
  color: white;
  border: 1px solid white;
  border-radius: 3px 3px 0 0;
  padding: 4px;
  font-size: 14px;
  border: none;
  border-bottom: 1px white solid;
  transition: all 0.1s ease-in-out;
}

.tabsButtons button.selected {
  border: none;
  border-bottom: 1px white solid;
  /* border-radius: 3px; */
  color: white;
  z-index: 2;
  background-color: #56a1c8;
  /* border-radius: 0; */
}

.tabsButtons button:hover:not(.selected) {
  background-color: #504f4f;
}

.tabFlexWrapper {
  width: 100%;
  position: relative;
  grid-column: 1;
  grid-row: 1 / 3;
  height: calc(100vh - 111px);
}

.downloadStatsWrapper {
  text-align: center;
  min-width: 140px;
  border: 1px solid white;
  font-size: 14px;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}

.downloadStatsWrapper:hover {
  background-color: #504f4f;
}

.downloadStatsWrapper span {
  color: white;
  vertical-align: top;
  /* padding-top: 3px; */
  display: inline-block;
  margin-right: 3px;
  /* padding-top: 3px; */
}

#downloadStats {
  display: inline-block;
  color: white;
  font-size: 20px;
}

.tab {
  /*height: calc(100vh - 76px);*/
  height: 100%;
  /*flex: 1 0 auto;*/
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
}

#mapbox {
  flex: 10 1 auto;
  order: 0;
  width: auto;
  min-width: 400px;
  position: relative;
}

#mapbox #loading-stats-map-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff75;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.vehicle-stats-toast-container {
  position: absolute;
  z-index: 200;
  overflow-y: scroll;
  max-height: 100%;
  padding: 30px;
  right: 0;
  top: 0;
}

.vehicle-stats-toast-container .toast .toast-header {
  color: white;
  background-color: #e33639;
}

#map {
  position: relative;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.results {
  order: 1;
  border-left: 1px solid #404040;
  height: calc(100vh - 159px);
}

.results.results_inactive {
  display: none;
}

@media only screen and (max-width: 800px) {
  .tab {
    flex-direction: column;
  }
}

.get-dates-button {
  height: 33px;
  /* width: 35px; */
  border-radius: 5px;
  background-color: transparent;
  color: #5ebd7b;
  border: 1px solid #5ebd7b;
  outline: none !important;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.get-dates-button:hover {
  background: #4cb66c;
  color: white;
}

.compare-button {
  height: 33px;
  font-size: 14px;
  border-radius: 5px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  outline: none !important;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.range-two-wrapper {
  position: absolute;
  top: 111px;
  z-index: 5;
  display: flex;
  left: 50px;
  align-items: center;
  background-color: #2b2b2b;
  padding: 8px 0px 8px 18px;
}

.range-two-wrapper .rangeInputTitle {
  font-size: 12px;
  margin-right: 18px;
}

#setupQuery i {
  font-size: 22px;
  vertical-align: middle;
  display: inline-flex;
}

#setupQuery i.hidden {
  display: none;
}

#setupBtnWrapper {
  width: 100px;
  margin: auto;
  text-align: center;
}

#currentQuerySummary {
  background-color: #2b2b2b;
  height: 50px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

#currentQuerySummary.active {
  height: 100%;
}

.querySummaryWrapper {
  height: 100%;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
}

.querySummaryWrapper .selectpicker {
  font-size: 14px;
}

.querySummaryWrapper .dropdown-toggle {
  font-size: 14px;
  padding: 5px;
  line-height: 21px;
}

.querySummaryWrapper .dropdown-toggle:after {
  margin-top: 2px;
}

.querySummaryWrapper > * {
  color: white;
}

.rangeWrapper {
  flex: 1 1 auto;
  margin: auto;
  display: flex;
  align-items: baseline;
  padding: 0 18px;
}

.rangeWrapper .rangeTitle {
  font-size: 12px;
  margin-right: 20px;
}

.rangeWrapper #myForm {
  display: flex;
  align-items: center;
  margin: 0;
}

.rangeWrapper #myForm .rangeInputWrapper:not(.hidden) {
  display: flex;
}

.rangeWrapper #myForm .rangeInputWrapper:not(.hidden) .input-group.date .datetimepicker-input {
  font-size: 14px;
  padding: 5px;
  line-height: 1rem;
  height: 33px;
}

.rangeWrapper #myForm .rangeInputWrapper:not(.hidden) .input-group.date .input-group-append .input-group-text {
  padding: 7px 9px;
}

.rangeWrapper #myForm .submitBtnWrap {
  margin-top: 0;
}

.rangeWrapper #myForm .form-group {
  margin-bottom: 0;
  margin-right: 10px;
}

.rangeText {
  font-size: 10px;
  text-align: center;
  max-height: 30px;
  overflow: auto;
}

#vs {
  width: 30px;
  margin: auto;
}

#queryWrapper {
  background-color: #2b2b2b;
  display: flex;
  align-items: center;
}

.dates-selector-wrapper {
  display: flex;
  margin-right: 17px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid white;
  border-radius: 5px;
  height: 33px;
  overflow: hidden;
}

.dates-selector-wrapper .dates-selector {
  width: 355px;
  background-color: transparent;
  color: white;
  outline: none !important;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  border: none;
  padding: 0;
  margin: 0;
  height: 33px;
}

.dates-selector-wrapper .dates-selector.active {
  background-color: white;
  color: black;
}

.dates-selector-wrapper .dates-selector#dates-1-button {
  border-right: 1px solid white;
}

#queryAdjust {
  color: white;
}

#queryAdjust.hidden {
  display: none;
}

#rangeInputWrapper {
  width: 75%;
  margin: auto;
  margin-top: 50px;
}

.comparisonRange.hidden {
  display: none;
}

.submitBtnWrap {
  text-align: center;
  margin-top: 20px;
}

#mapSelectWrapper {
  display: flex;
  flex-flow: row nowrap;
  max-height: 500px;
  display: none;
}

#intNamesList {
  width: 250px;
  overflow: auto;
  border: 1px solid #757575;
}

#selectionMap {
  flex: 1;
}

.intSelectList > * {
  background-color: #2b2b2b;
  height: 30px;
  padding-top: 0px;
  font-size: 12px;
}

.custom-control-label::before,
.custom-control-label::after {
  top: .15rem !important;
  width: .85rem !important;
  height: .85rem !important;
}

.selectionMapBox {
  flex: 1;
}

#selectionMap {
  height: 100%;
}

.pageFlexBox {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
  background-color: #2b2b2b;
}

input:checked + #data_toggle {
  background-color: #3181ad;
}

input:checked + #data_toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

#data_toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #757575;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

#data_toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #f1f1f1;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

#toggleWrapper {
  text-align: center;
  height: 50px;
  display: flex;
  flex-flow: row nowrap;
  display: none;
}

.toggleLabel {
  font-size: 16px;
  color: #757575;
}

#toggleLabelOff {
  text-align: right;
  flex: 1;
}

#toggleLabelOn {
  text-align: left;
  flex: 1;
}

#rangeInputWrapper #toggleDiv {
  text-align: center;
  width: 100px;
}

.toggleSwitch {
  position: relative;
  vertical-align: middle;
  width: 60px;
  height: 34px;
  margin-bottom: 0px;
}

#controlSlider {
  opacity: 0;
  width: 0;
  height: 0;
}

.intersection-page-wrapper {
  /*.infoMinBoxTitle:hover {
      color: #f1f1f1;
      text-decoration: none;
  }*/
  /* Style the Intersection Highlight tab */
  /* Style the buttons inside the tab */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
}

.intersection-page-wrapper .btnNavIcon:hover {
  color: #f1f1f1;
  cursor: pointer;
}

.intersection-page-wrapper .btnNavIcon:hover .material-icons.md1::before {
  color: #f1f1f1;
}

.intersection-page-wrapper .material-icons::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  vertical-align: middle;
  margin: auto;
  display: inline-flex;
  text-align: center;
  color: #7bb0ce;
}

.intersection-page-wrapper .material-icons-selected::before {
  color: #f1f1f1 !important;
}

.intersection-page-wrapper .infoMinBoxTitle {
  font-size: 30px;
  display: inline;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  color: #7bb0ce;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 50px;
  cursor: default;
}

.intersection-page-wrapper .material-icons2::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  vertical-align: middle;
  margin: auto;
  display: inline-flex;
  text-align: center;
  margin-top: -0.085em;
  /*color: #7bb0ce; */
  /*color: #f1f1f1; */
  color: #757575;
}

.intersection-page-wrapper .intersection-tab #dashbtn::before {
  content: "dashboard";
}

.intersection-page-wrapper .intersection-tab #statusbtn::before {
  content: "info";
}

.intersection-page-wrapper .intersection-tab #videobtn::before {
  content: "videocam";
}

.intersection-page-wrapper .intersection-tab #logicbtn::before {
  content: "traffic";
}

.intersection-page-wrapper .intersection-tab #statsbtn::before {
  content: "show_chart";
}

.intersection-page-wrapper .intersection-tab #settingsbtn::before {
  content: "settings";
}

.intersection-page-wrapper .intersection-tab {
  overflow: hidden;
  border: none;
  width: 50%;
  height: 100%;
  max-width: 580px;
}

.intersection-page-wrapper .intersection-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  color: #f1f1f1;
  width: 25%;
  height: 100%;
}

.intersection-page-wrapper .intersection-tab button:hover {
  background-color: #ddd;
  color: #000000;
}

.intersection-page-wrapper .intersection-tab button.active {
  background-color: #ccc;
  color: #818181;
}

.intersection-page-wrapper #fullmapbtn::before {
  content: "map";
}

.detection-wrapper {
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  width: 100%;
  overflow: scroll;
}

.detection-wrapper #detection_form {
  max-width: 1050px;
  flex: 1;
}

.detection-wrapper #detection_form .table {
  margin-bottom: 0;
  border: 1px solid #dee2e6;
}

.detection-wrapper #detection_form .table thead th {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
  border-bottom: none;
}

.detection-wrapper #detection_form .table:not(:last-child) {
  margin-bottom: 2rem;
}

.detection-wrapper #detection_form .forwarding_table {
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
}

.detection-wrapper #detection_form .approach-section-wrapper, .detection-wrapper #detection_form .depart-section-wrapper {
  padding-bottom: 50px;
}

.detection-wrapper #detection_form .flex-outer {
  padding-left: 0px;
}

.detection-wrapper tr.detector-row input[type="checkbox"] {
  margin-top: 3px;
}

.detection-wrapper .flex-outer > li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  /*background-color: #f2f2f2;*/
}

.detection-wrapper .table td, .detection-wrapper .table th {
  padding: .4rem .25rem;
  font-size: 12px;
  border-right: 1px solid #dee2e6;
}

.detection-wrapper .approach_edge {
  /*background-color: #c5e6e3;*/
  background-color: #ddf0d8;
}

.detection-wrapper .depart_edge {
  /*background-color: #e6d7c5;*/
  background-color: #d8e8f0;
}

.detection-wrapper .flex-outer > li > * > label {
  font-size: 12px;
  font-weight: bold;
}

.detection-wrapper .num_input {
  width: 90px;
  text-align: left;
  font-size: 12px;
}

.detection-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 120px;
}

.detection-wrapper .forward_interface {
  /*border: 1px solid red;*/
  /*margin-bottom: 20px;*/
}

.detection-wrapper .forward_interface_title {
  /*border: 1px solid blue;*/
}

.detection-wrapper .device_wrapper {
  display: flex;
  flex-direction: column;
  /*padding-left: 20px;*/
}

.detection-wrapper .device_wrapper > label {
  margin-left: 5px;
}

.detection-wrapper .device {
  /*margin-bottom: 10px;*/
  padding-left: 0px;
  padding-right: 0px;
  /*border: 1px dashed #757575;*/
  /*background-color: #f2f2f2;*/
}

.detection-wrapper .device > li {
  display: flex;
  margin-bottom: 7px;
}

.detection-wrapper .stopbar_lane > li {
  display: flex;
  margin-bottom: 3px;
}

.detection-wrapper .lane_label {
  margin-left: 40px;
  width: 20px;
  font-size: 14px;
}

.detection-wrapper .connections_label {
  /*margin-top: 15px;*/
}

.detection-wrapper .connection_attribute_label {
  margin-bottom: 0;
  font-size: 10px;
  margin-left: 10px;
  text-align: center;
}

.detection-wrapper .approach_type_label {
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

.detection-wrapper .attribute_label {
  margin-bottom: 0;
  font-size: 14px;
  width: 150px;
}

.detection-wrapper .attribute_val {
  margin-left: 10px;
}

.detection-wrapper .long_box {
  width: 278px;
}

.detection-wrapper h6 {
  margin: 0;
  padding: 15px 10px;
}

.detection-wrapper select {
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

.detection-wrapper .num_input {
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

.detection-wrapper .bootstrap-select > .dropdown-toggle {
  font-size: 12px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 0px 3px;
  color: inherit;
  background-color: transparent;
}

.detection-wrapper .bootstrap-select > .dropdown-toggle::after {
  margin-top: 2px;
}

.detection-wrapper .green-head, .detection-wrapper .blue-head {
  color: white;
  background-color: #f7f7f7;
}

.detection-wrapper th {
  font-size: 16px !important;
}

.detection-wrapper .mb-30 {
  margin-bottom: 30px !important;
}

.detection-wrapper .saved_status_text {
  float: right;
  margin-right: 5px;
  font-weight: normal;
}

.detection-wrapper .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.detection-wrapper .topright_progress_wrapper {
  flex: none;
}

.detection-wrapper .topright_save_listitem {
  width: 20%;
}

.detection-wrapper .old-zone-id, .detection-wrapper .old-only-on-stage, .detection-wrapper .old-device, .detection-wrapper .old-loc, .detection-wrapper .old-zone-position {
  width: 90%;
  margin: 5px auto 0;
  padding: 1px 3px;
  border-radius: 3px;
  text-align: left;
}

.detection-wrapper .old-zone-id, .detection-wrapper .old-zone-position {
  width: 100%;
}

.detection-wrapper .old-only-on-stage {
  padding: 1px 3.5px;
}

.detection-wrapper .old-device, .detection-wrapper .old-loc {
  padding: 1px 5px;
}

.detection-wrapper .disabled-diff {
  background-color: transparent;
}

.edit-approach-wrapper .flex-outer {
  padding-left: 0px;
}

.edit-approach-wrapper label {
  margin-bottom: 0;
}

.edit-approach-wrapper .flex-outer li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.edit-approach-wrapper .flex-outer li input[type="checkbox"] {
  width: auto;
  margin-right: 12px;
}

.edit-approach-wrapper .flex-outer > li > label {
  flex: 1 0 120px;
  max-width: 220px;
  margin-bottom: 0;
}

.edit-approach-wrapper .flex-outer > li > input,
.edit-approach-wrapper .flex-outer > li > fieldset,
.edit-approach-wrapper .flex-outer > li > div {
  width: 250px;
  text-align: center;
  padding: 1px;
  /*border: 1px #e3e3e3 solid;*/
  margin: 0em;
}

.edit-approach-wrapper .flex-outer > li > div > input {
  text-align: center;
  width: 30px;
}

.edit-approach-wrapper .num_input {
  width: 70px;
  text-align: center;
  height: 21px;
  font-size: 12px;
  margin-right: 18px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.edit-approach-wrapper .flex-outer select {
  text-align-last: center;
  width: 220px;
}

.edit-approach-wrapper .freeflow-speed-container, .edge-length-container {
  width: 169px;
  font-size: 12px;
  padding-left: 43px;
  color: #5b6167;
}

.edit-approach-wrapper .approach_checkmark {
  display: block !important;
}

.edit-approach-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 120px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.edit-approach-wrapper .bootstrap-select > .dropdown-toggle {
  height: 20px;
  font-size: 12px;
  padding: 0 5px;
}

.edit-approach-wrapper .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
}

.edit-approach-wrapper .controller_detector_separator {
  height: 1px;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  margin-bottom: 20px;
}

.edit-approach-wrapper .number-spinner-wrapper {
  width: 170px;
  padding: 0 30px;
}

.edit-approach-wrapper .number-spinner-wrapper .input-group .btn-decrement, .edit-approach-wrapper .number-spinner-wrapper .input-group .btn-increment {
  height: 25px;
  min-width: 25px !important;
  padding: 0;
  padding-bottom: 2px;
}

.edit-approach-wrapper .number-spinner-wrapper .input-group .btn-decrement {
  border-radius: 0.25rem 0 0 0.25rem;
}

.edit-approach-wrapper .number-spinner-wrapper .input-group .btn-increment {
  border-radius: 0 0.25rem 0.25rem 0;
}

.edit-approach-wrapper .number-spinner-wrapper .input-group .form-control {
  padding: 0;
  height: 25px;
  width: 60px;
}

.edit-approach-wrapper .topright_progress_wrapper {
  flex: none;
}

.edit-approach-wrapper .topright_save_listitem {
  width: 20%;
}

.edit-approach-wrapper .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.edit-approach-wrapper .link-lanes-row, .edit-approach-wrapper .lane-dividers-row, .edit-approach-wrapper .lane-geometry-row {
  align-items: baseline;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1px;
}

.edit-approach-wrapper .link-lanes-row .link-lanes-wrapper, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .dropdown, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .dropdown, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .dropdown, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .dropdown, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .dropdown, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .dropdown, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .dropdown, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .dropdown, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .dropdown, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .dropdown, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .dropdown, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .dropdown, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .dropdown, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .dropdown, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .dropdown, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .dropdown, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .dropdown, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .dropdown {
  width: 55px;
}

.edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids:first-of-type {
  margin-right: 10px;
}

.edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-wrapper, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-wrapper, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-wrapper, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-wrapper, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-wrapper, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-wrapper, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-wrapper, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-wrapper, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-wrapper, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 200px;
  margin-bottom: 10px;
}

.edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-wrapper .link-lane-number, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-wrapper .lane-divider-number, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .link-lane-number, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .lane-divider-number, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .link-lane-number, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .lane-divider-number, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-wrapper .link-lane-number, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-wrapper .lane-divider-number, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .link-lane-number, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .lane-divider-number, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .link-lane-number, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .lane-divider-number, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-wrapper .link-lane-number, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-wrapper .lane-divider-number, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .link-lane-number, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .lane-divider-number, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .link-lane-number, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .lane-divider-number, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-wrapper .link-lane-number, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-wrapper .lane-divider-number, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .link-lane-number, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .lane-divider-number, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .link-lane-number, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .lane-divider-number, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-wrapper .link-lane-number, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-wrapper .lane-divider-number, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .link-lane-number, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .lane-divider-number, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .link-lane-number, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .lane-divider-number, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-wrapper .link-lane-number, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-wrapper .lane-divider-number, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .link-lane-number, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .lane-divider-number, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .link-lane-number, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .lane-divider-number, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-wrapper .link-lane-number, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-wrapper .lane-divider-number, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .link-lane-number, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .lane-divider-number, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .link-lane-number, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .lane-divider-number, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-wrapper .link-lane-number, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-wrapper .lane-divider-number, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .link-lane-number, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .lane-divider-number, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .link-lane-number, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .lane-divider-number, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-wrapper .link-lane-number, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-wrapper .lane-divider-number, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .link-lane-number, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .lane-divider-number, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .link-lane-number, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .lane-divider-number {
  width: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-right: 17px;
}

.edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-wrapper .remove-link-lane-button, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-wrapper .remove-lane-divider-button, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .remove-link-lane-button, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-divider-button, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .remove-link-lane-button, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .remove-lane-divider-button, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-wrapper .remove-link-lane-button, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-wrapper .remove-lane-divider-button, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .remove-link-lane-button, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-divider-button, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .remove-link-lane-button, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-divider-button, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-wrapper .remove-link-lane-button, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-wrapper .remove-lane-divider-button, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .remove-link-lane-button, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-divider-button, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .remove-link-lane-button, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-divider-button, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .remove-link-lane-button, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-geometry-button {
  cursor: pointer;
  margin-left: 10px;
  /* color: grey; */
  border-radius: 5px;
  /* text-align: center; */
  padding: 2px 1px 2px 2px;
  font-size: 16px;
  color: #999;
  border: 1px solid #999;
  transition: background-color 0.2s ease-in-out;
}

.edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .link-lanes-wrapper .geometry-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .link-lanes-wrapper .geometry-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .lane-divider-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .link-lanes-wrapper .geometry-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .lane-divider-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-dividers-wrapper .geometry-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .lane-divider-wrapper .remove-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .remove-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-geometry-button:hover {
  background-color: #f8f9fa;
}

.edit-approach-wrapper .link-lanes-row .add-link-lane-button, .edit-approach-wrapper .link-lanes-row .add-lane-divider-button, .edit-approach-wrapper .link-lanes-row .add-lane-geometry-button, .edit-approach-wrapper .lane-dividers-row .add-link-lane-button, .edit-approach-wrapper .lane-dividers-row .add-lane-divider-button, .edit-approach-wrapper .lane-dividers-row .add-lane-geometry-button, .edit-approach-wrapper .lane-geometry-row .add-link-lane-button, .edit-approach-wrapper .lane-geometry-row .add-lane-divider-button, .edit-approach-wrapper .lane-geometry-row .add-lane-geometry-button {
  cursor: pointer;
  width: auto;
  position: absolute;
  left: 115px;
  font-size: 16px;
  top: 5px;
  display: none;
  color: white;
  border-radius: 5px;
  background-color: #5ebd7b;
  border-radius: 12px;
  transition: background-color 0.2s ease-in-out;
}

.edit-approach-wrapper .link-lanes-row .add-link-lane-button:hover, .edit-approach-wrapper .link-lanes-row .add-lane-divider-button:hover, .edit-approach-wrapper .link-lanes-row .add-lane-geometry-button:hover, .edit-approach-wrapper .lane-dividers-row .add-link-lane-button:hover, .edit-approach-wrapper .lane-dividers-row .add-lane-divider-button:hover, .edit-approach-wrapper .lane-dividers-row .add-lane-geometry-button:hover, .edit-approach-wrapper .lane-geometry-row .add-link-lane-button:hover, .edit-approach-wrapper .lane-geometry-row .add-lane-divider-button:hover, .edit-approach-wrapper .lane-geometry-row .add-lane-geometry-button:hover {
  background-color: #4cb66c;
}

.edit-approach-wrapper .link-lanes-row {
  width: 348px;
}

.edit-approach-wrapper .lane-dividers-row {
  width: 348px;
}

.edit-approach-wrapper .basic-settings-wrapper {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.edit-approach-wrapper .basic-settings-wrapper li {
  flex-direction: column;
  align-items: baseline;
}

.edit-approach-wrapper .basic-settings-wrapper li > div {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.edit-approach-wrapper .basic-settings-wrapper .basic-settings-inputs > div {
  justify-content: space-between;
  width: 300px;
}

.edit-approach-wrapper .advanced-settings-wrapper, .edit-approach-wrapper .lane-geometry-outer-wrapper, .edit-approach-wrapper .complex-edge-wrapper {
  padding-left: 10px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.edit-approach-wrapper .advanced-settings-wrapper li, .edit-approach-wrapper .lane-geometry-outer-wrapper li, .edit-approach-wrapper .complex-edge-wrapper li {
  flex-direction: column;
  align-items: baseline;
}

.edit-approach-wrapper .advanced-settings-wrapper li > div, .edit-approach-wrapper .lane-geometry-outer-wrapper li > div, .edit-approach-wrapper .complex-edge-wrapper li > div {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.edit-approach-wrapper .advanced-settings-wrapper li .complex-edge-transition-wrapper, .edit-approach-wrapper .lane-geometry-outer-wrapper li .complex-edge-transition-wrapper, .edit-approach-wrapper .complex-edge-wrapper li .complex-edge-transition-wrapper {
  font-size: 14px;
  padding-left: 19px;
  border-left: 1px solid #2f75ff;
  margin-left: 6px;
  width: auto;
  flex-direction: column;
}

.edit-approach-wrapper .advanced-settings-wrapper li .complex-edge-transition-wrapper .custom-lane-map-toggle-wrapper, .edit-approach-wrapper .lane-geometry-outer-wrapper li .complex-edge-transition-wrapper .custom-lane-map-toggle-wrapper, .edit-approach-wrapper .complex-edge-wrapper li .complex-edge-transition-wrapper .custom-lane-map-toggle-wrapper {
  display: flex;
  align-items: center;
}

.edit-approach-wrapper .advanced-settings-wrapper li .complex-edge-transition-wrapper .lane-map-wrapper, .edit-approach-wrapper .lane-geometry-outer-wrapper li .complex-edge-transition-wrapper .lane-map-wrapper, .edit-approach-wrapper .complex-edge-wrapper li .complex-edge-transition-wrapper .lane-map-wrapper {
  width: 100%;
  margin-top: 5px;
}

.edit-approach-wrapper .advanced-settings-wrapper li .complex-edge-transition-wrapper .lane-map-wrapper > div > div, .edit-approach-wrapper .lane-geometry-outer-wrapper li .complex-edge-transition-wrapper .lane-map-wrapper > div > div, .edit-approach-wrapper .complex-edge-wrapper li .complex-edge-transition-wrapper .lane-map-wrapper > div > div {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.edit-approach-wrapper .advanced-settings-wrapper li .complex-edge-transition-wrapper .lane-map-wrapper > div > div label, .edit-approach-wrapper .lane-geometry-outer-wrapper li .complex-edge-transition-wrapper .lane-map-wrapper > div > div label, .edit-approach-wrapper .complex-edge-wrapper li .complex-edge-transition-wrapper .lane-map-wrapper > div > div label {
  margin-left: 2px;
}

.edit-approach-wrapper .advanced-settings-wrapper li .complex-edge-transition-wrapper input[type="checkbox"], .edit-approach-wrapper .lane-geometry-outer-wrapper li .complex-edge-transition-wrapper input[type="checkbox"], .edit-approach-wrapper .complex-edge-wrapper li .complex-edge-transition-wrapper input[type="checkbox"] {
  width: auto;
  margin-right: 12px;
}

.edit-approach-wrapper .advanced-settings-wrapper .complex-edge-checkbox-wrapper, .edit-approach-wrapper .lane-geometry-outer-wrapper .complex-edge-checkbox-wrapper, .edit-approach-wrapper .complex-edge-wrapper .complex-edge-checkbox-wrapper {
  margin-bottom: 5px;
}

.edit-approach-wrapper .advanced-settings-wrapper .complex-lane-settings-wrapper, .edit-approach-wrapper .lane-geometry-outer-wrapper .complex-lane-settings-wrapper, .edit-approach-wrapper .complex-edge-wrapper .complex-lane-settings-wrapper {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
}

.edit-approach-wrapper .advanced-settings-wrapper .complex-lane-settings-wrapper > div, .edit-approach-wrapper .lane-geometry-outer-wrapper .complex-lane-settings-wrapper > div, .edit-approach-wrapper .complex-edge-wrapper .complex-lane-settings-wrapper > div {
  margin-bottom: 5px;
}

.edit-approach-wrapper .lanes-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
}

.edit-approach-wrapper .lanes-wrapper li {
  flex-direction: column;
}

.edit-approach-wrapper .lanes-wrapper li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  font-size: 14px;
}

.edit-approach-wrapper .lanes-wrapper li > div:first-child {
  margin-bottom: 10px;
}

.edit-approach-wrapper .lanes-wrapper li > div * {
  font-size: 14px;
}

.edit-approach-wrapper .lanes-wrapper li > div .intersection-name {
  width: 170px;
}

.edit-approach-wrapper .lane-geometry-headers {
  font-size: 12px;
  margin-bottom: 10px;
}

.edit-approach-wrapper .lane-geometry-headers span {
  margin-right: 10px;
}

.edit-approach-wrapper .lane-geometry-outer-wrapper {
  margin-bottom: 200px;
}

.edit-approach-wrapper .lane-geometry-row label {
  margin-right: 46px;
  padding-top: 0px;
  position: absolute;
  top: 28px;
}

.edit-approach-wrapper .lane-geometry-row .add-lane-geometry-button {
  top: 32px;
}

.edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper {
  display: grid;
  margin-left: 150px;
}

.edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper {
  width: auto;
}

.edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids.downstream {
  margin-right: 30px;
}

.edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .dropdown.bootstrap-select.ignorekids.upstream {
  margin-right: 46px;
}

.edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper input[type="checkbox"] {
  margin-left: 0px;
  margin-right: 50px;
}

.edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper input[type="checkbox"].passthru {
  margin-left: 0px;
  margin-right: 96px;
}

.edit-approach-wrapper .lane-geometry-row .lane-geometry-wrapper .geometry-wrapper .remove-lane-geometry-button {
  margin-left: 0px;
}

.road-segment-wrapper .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.road-geometry-container .btn-secondary:focus {
  box-shadow: none;
}

.road-geometry-container .active_adding {
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px white, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3) !important;
}

.road-geometry-container .h5_fullwidth {
  display: none;
}

.road-geometry-container .controller_detector_separator {
  display: none;
}

.road-geometry-container .road-segment-wrapper {
  padding-top: 0;
}

.road-geometry-container .edit-approach-wrapper .flex-outer li {
  flex-wrap: unset;
}

.road-geometry-container #save-outer-wrapper {
  left: unset;
}

.road-geometry-container .delete-wireframe-object {
  display: flex;
  width: 100%;
  color: white;
  background-color: #f73a34;
  border: none;
  border-radius: 3px;
  justify-content: center;
}

.road-geometry-container #rename-item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: inherit;
}

.road-geometry-container .rename-btn {
  width: 25%;
  font-size: 0.75em;
  position: relative;
  margin: 0;
}


.road-geometry-container .road-segment-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.road-geometry-container h5 {
  margin-bottom: 20px;
}

.road-geometry-container .edit-approach-wrapper .flex-outer {
  padding-left: 0px;
}

.road-geometry-container .edit-approach-wrapper li.link-lanes-row .add-link-lane-button {
  left: 92px;
}

.road-geometry-container .edit-approach-wrapper li.link-lanes-row .link-lanes-wrapper .lane-wrapper {
  width: 150px;
  margin-left: 9px;
}

.general-settings-form {
  padding-top: 25px;
  margin-left: 40px;
  margin-right: 40px;
}

.general-settings-form .flex-outer {
  padding-left: 20px;
}

.general-settings-form .flex-outer li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.general-settings-form .flex-outer > li > label {
  flex: 1 0 120px;
  max-width: 220px;
}

.general-settings-form .flex-outer > li > input,
.general-settings-form .flex-outer > li > fieldset,
.general-settings-form .flex-outer > li > div {
  width: 250px;
  text-align: center;
  padding: 1px;
  font-size: 12px;
  /*border: 1px #e3e3e3 solid;*/
  margin: 0em;
}

.general-settings-form .flex-outer > li > * > label {
  font-size: 12px;
}

.general-settings-form .flex-outer > li > div > input {
  text-align: center;
  width: auto;
}

.general-settings-form .num_input {
  width: auto;
  text-align: center;
  font-size: 12px;
}

.general-settings-form .flex-outer select {
  text-align-last: center;
  font-size: 12px;
  width: 140px;
  padding: 3px 2px;
  opacity: 1;
}

.general-settings-form .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.forwarding-wrapper {
  /* table.table-fit thead th, table.table-fit tfoot th { */
  /* width: auto !important; */
  /* } */
  /* table.table-fit tbody td, table.table-fit tfoot td {
		width: auto !important;
	} */
}

.forwarding-wrapper .flex-outer {
  padding-left: 30px;
}

.forwarding-wrapper .num_input {
  width: auto;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
}

.forwarding-wrapper .flex-outer select {
  text-align-last: center;
  font-size: 12px;
  width: 220px;
}

.forwarding-wrapper .forward_interface {
  /*border: 1px solid red;*/
  margin-bottom: 20px;
}

.forwarding-wrapper .forward_interface_title {
  /*border: 1px solid blue;*/
}

.forwarding-wrapper .address_set {
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px dashed #757575;
  background-color: #f2f2f2;
}

.forwarding-wrapper .address_set_wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.forwarding-wrapper .attribute_label {
  margin-bottom: 0;
}

.forwarding-wrapper .attribute_val {
  margin-left: 10px;
}

.forwarding-wrapper .approach_checkmark {
  margin-bottom: -10px;
  margin-left: 10px;
}

.forwarding-wrapper .maxlength_div {
  margin-left: 10px;
  padding-left: 10px;
}

.forwarding-wrapper .maxlength_row_data {
  padding-left: 20px;
}

.forwarding-wrapper .table-fit {
  width: 1px !important;
  white-space: nowrap !important;
  /* table-layout: auto !important; */
}

.forwarding-wrapper table tbody:nth-child(even) {
  background-color: #F2F2F2 !important;
}

.forwarding-wrapper table tbody:nth-child(odd) {
  background-color: #FFFFFF !important;
}

.forwarding-wrapper .topright_progress_wrapper {
  flex: none;
}

.forwarding-wrapper .topright_save_listitem {
  width: 40%;
}

.forwarding-wrapper .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.forwarding-wrapper .forwarding-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.forwarding-wrapper .table tr:first-of-type td {
  border-top: none;
}

.forwarding-wrapper .table th {
  border-top: none;
}

.forwarding-wrapper .table td {
  border-top: none;
}

.forwarding-wrapper .table tbody {
  position: relative;
}

.forwarding-wrapper .table tbody .add-forwarding-entry-button-wrapper {
  position: absolute;
  left: -30px;
  top: 4px;
}

.forwarding-wrapper .table tr {
  position: relative;
}

.forwarding-wrapper .table tr .remove-forwarding-wrapper {
  position: absolute;
  right: -35px;
  border-top: none;
}

.forwarding-wrapper .table tr .remove-forwarding-wrapper .remove-forwarding-button {
  cursor: pointer;
  /* color: grey; */
  border-radius: 5px;
  /* text-align: center; */
  padding: 2px 1px 2px 2px;
  font-size: 16px;
  color: #999;
  border: 1px solid #999;
  transition: background-color 0.2s ease-in-out;
}

.forwarding-wrapper .table tr .remove-forwarding-wrapper .remove-forwarding-button:hover {
  background-color: #f8f9fa;
}

.forwarding-wrapper .add-forwarding-button,
.add-row-config-btn {
  cursor: pointer;
  width: auto;
  font-size: 20px;
  color: white;
  border-radius: 5px;
  background-color: #5ebd7b;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
}

.forwarding-wrapper .add-forwarding-button:hover,
.add-row-config-btn:hover {
  background-color: #4cb66c;
}

.surtrac-devices-form label {
  margin-bottom: 0;
  font-size: 14px;
}

.surtrac-devices-form .column-names-wrapper {
  display: flex;
  font-size: 14px;
  color: #6f6e6e;
  margin-bottom: 5px;
}

.surtrac-devices-form .column-names-wrapper div {
  width: 220px;
}


.surtrac-devices-form .refresh-button-wrapper {
  position: absolute;
  right: 0px;
  top: 4px;
}

.surtrac-devices-form .refresh-button-wrapper .refresh-button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.surtrac-devices-form .refresh-button-wrapper .refresh-button span {
  font-size: 19px;
  color: grey;
}

.surtrac-devices-form .input-wrapper {
  position: relative;
}

.surtrac-devices-form .input-wrapper .intersection-reachable-wrapper {
  position: absolute;
  right: 50px;
  top: 4px;
}

.surtrac-devices-form .input-wrapper .intersection-reachable-wrapper .material-icons {
  font-size: 18px;
}

.surtrac-devices-form .input-wrapper .intersection-reachable-wrapper .reachable {
  color: #5ebd7b;
}

.surtrac-devices-form .input-wrapper .intersection-reachable-wrapper .not-reachable {
  color: red;
}

.surtrac-devices-form .input-wrapper .intersection-reachable-wrapper .warning {
  color: #ffc107;
}

.surtrac-devices-form .input-wrapper .vpn-reachable-tooltip, .statuses-tooltip {
  position: absolute;
  left: calc(100% + -45px);
  top: 1px;
  width: 180px;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 0.25rem;
  z-index: 5;
  display: none;
  max-width: 360px;
}
.statuses-tooltip-icon {
  color: #5ebd7b;
  cursor: pointer;
}
.statuses-tooltip {
  left: calc(100%);
  background-color: #5ebd7b;
  color: white;
}

.surtrac-devices-form .input-wrapper .vpn-reachable-tooltip.not-reachable {
  background-color: red;
  color: white;
}

.surtrac-devices-form .input-wrapper .vpn-reachable-tooltip.reachable {
  background-color: #5ebd7b;
  color: white;
}

.surtrac-devices-form .input-wrapper .vpn-reachable-tooltip.warning {
  background-color: #ffc107;
}

.surtrac-devices-form .input-wrapper .intersection-statuses-wrapper {
  position: absolute;
  right: 20px;
  cursor: pointer;
}


.surtrac-devices-form .flex-outer {
  padding-left: 0px;
}

.surtrac-devices-form .flex-outer li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.surtrac-devices-form .flex-outer > li > label {
  width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.surtrac-devices-form .flex-outer > li > input,
.surtrac-devices-form .flex-outer > li > fieldset,
.surtrac-devices-form .flex-outer > li > div {
  width: 220px;
  padding: 1px;
  font-size: 12px;
  margin: 0em;
}

.surtrac-devices-form .flex-outer > li > * > label {
  font-size: 12px;
}

.surtrac-devices-form .num_input {
  width: auto;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  outline: none;
  width: 150px;
}

.surtrac-devices-form .flex-outer select {
  text-align-last: center;
  font-size: 12px;
  width: 220px;
}

.surtrac-devices-form .save_listitem {
  border: none !important;
  margin: 10 0px;
  display: flex;
}

.surtrac-devices-form .blank_wrapper {
  flex: auto;
}

.surtrac-devices-form .save_wrapper {
  flex: auto;
  text-align: center;
  max-width: 100px;
}

.surtrac-devices-form .progress_wrapper {
  vertical-align: middle;
  flex: 1 1 2px;
  /*text-align: left;*/
}

.surtrac-devices-form .save_button {
  color: #56a1c8;
  border: 1px solid #56a1c8;
  border-radius: 3px;
  background-color: transparent;
  margin: auto;
  font-size: 12px;
  display: inline-block;
}

.surtrac-devices-form .save_in_progress {
  color: #757575;
  border-color: #757575;
  cursor: default;
}

.surtrac-devices-form .small_progress {
  width: 1.5em;
  height: 1.5em;
  font-size: 12px;
  padding: .01em;
}

.surtrac-devices-form .hide {
  display: none !important;
}

.surtrac-devices-form .controller_detector_separator {
  height: 1px;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  margin-bottom: 20px;
}

.surtrac-devices-form .topright_progress_wrapper {
  flex: none;
}

.surtrac-devices-form .topright_save_listitem {
  width: 20%;
}

.surtrac-devices-form .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.surtrac-devices-wrapper .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.local-devices-wrapper {
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  /*    .save_listitem {
      border: none !important;
      margin: 10 0px;
      display: flex;
  }
  .blank_wrapper {
      flex: auto;
  }
  .save_wrapper {
      flex: auto;
      text-align: center;
      max-width: 100px;
  }
  .progress_wrapper {
      vertical-align: middle;
      flex: 1 1 2px;
  }
  .save_button {
      color: #56a1c8;
      border: 1px solid #56a1c8;
      border-radius: 3px;
      background-color: transparent;
      margin: auto;
      font-size: 12px;
      display: inline-block;
  }
  .save_in_progress {
      color: #757575;
      border-color: #757575;
      cursor: default;
  }
  .small_progress {
      width: 1.5em;
      height: 1.5em;
      font-size: 12px;
      padding: .01em;
  }
  .hide {
      display: none !important;
  }*/
}

.local-devices-wrapper .local-devices-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.local-devices-wrapper .local-devices-title-wrapper h5 {
  margin-bottom: 0px;
  color: #212529;
}

.local-devices-wrapper .local-devices-title-wrapper .add-devices-wrapper {
  position: absolute;
  right: 0;
}

.local-devices-wrapper .local-devices-title-wrapper .add-devices-wrapper a {
  font-size: 0.9rem;
  cursor: pointer;
}

.local-devices-wrapper .local-devices-title-wrapper .add-devices-wrapper .add-device-button {
  color: #545b62;
  background-color: white;
}

.local-devices-wrapper .local-devices-title-wrapper .add-devices-wrapper .add-device-button:hover {
  background-color: #545b62;
  color: white;
}

.local-devices-wrapper .local-devices-title-wrapper .add-devices-wrapper .add-controller-button {
  color: #3a88b1;
  background-color: white;
  margin-right: 10px;
}

.local-devices-wrapper .local-devices-title-wrapper .add-devices-wrapper .add-controller-button:hover {
  background-color: #4396c2;
  color: white;
}

.local-devices-wrapper .flex-outer {
  padding-left: 0px;
}

.local-devices-wrapper .flex-outer .controller_detector_separator {
  margin-left: 0;
}

.local-devices-wrapper .flex-outer > li, .local-devices-wrapper .flex-outer > .detector-wrapper > li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  /*padding-top: 5px;*/
  margin-bottom: 40px;
  margin-right: 40px;
  border-radius: 5px;
  /*background-color: #f2f2f2;*/
  width: fit-content;
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
  height: fit-content;
  position: relative;
}

.local-devices-wrapper .advanced-wrapper {
  font-size: 12px;
  left: 0;
  /* transform: translateX(-50%); */
  bottom: 0;
  display: flex;
  align-items: center;
  width: calc(100% + 56px);
  margin-left: -28px;
  /* text-align: center; */
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  border-top: 1px solid #d1d1d1;
  color: grey;
}

.local-devices-wrapper .advanced-wrapper:hover {
  background-color: #f1f1f1;
}

.local-devices-wrapper .detector-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.local-devices-wrapper .controller {
  /*background-color: #c5e6e3;*/
  /*background-color: #d3eaeb;*/
}

.local-devices-wrapper .detector {
  /*background-color: #e6d7c5;*/
  /*background-color: #cedded;*/
}

.local-devices-wrapper input[type="input"] {
  font-size: 12px;
  height: 20px;
  outline: none;
}

.local-devices-wrapper .flex-outer > li > * > label {
  font-size: 16px;
  padding: 7px;
  color: #6c757d;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.local-devices-wrapper .controller > .device_wrapper > label .material-icons-outlined {
  font-size: 15px;
  margin-right: 5px;
}

.local-devices-wrapper .detector > .device_wrapper > label {
  background-color: #e3e3e3;
  color: #53585c;
  font-size: 16px;
  padding: 7px 5px 7px 7px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 5px 5px 0 7px;
}

.local-devices-wrapper .detector > .device_wrapper > label .material-icons-outlined {
  font-size: 15px;
  margin-right: 5px;
}

.local-devices-wrapper .detector > .device_wrapper > label .device-options-button {
  cursor: pointer;
  font-size: 20px;
}

.local-devices-wrapper .detector > .device_wrapper > label .detector-outer-options-wrapper {
  margin-bottom: 0px;
  padding-top: 10px;
  top: 0px;
  position: absolute;
  height: 100%;
  width: 25px;
  right: 0px;
}

.local-devices-wrapper .detector > .device_wrapper > label .detector-outer-options-wrapper .detector-options-wrapper {
  display: none;
  position: absolute;
  left: 25px;
  top: 8px;
  width: 40px;
}

.local-devices-wrapper .detector > .device_wrapper > label .detector-outer-options-wrapper .detector-options-wrapper a {
  color: red;
  margin-left: 5px;
}

.local-devices-wrapper .detector > .device_wrapper > label .detector-outer-options-wrapper .detector-options-wrapper a:hover {
  color: #cc0000;
}

.local-devices-wrapper .controller .device_wrapper > label {
  color: #0d80bb;
  background-color: #ddf4ff;
  font-size: 16px;
  padding: 7px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 7px;
}

.local-devices-wrapper .controller .device_wrapper > label .controller-title {
  flex: 1;
}

.local-devices-wrapper .controller .device_wrapper > label .material-icons-outlined {
  font-size: 15px;
  margin-right: 5px;
}

.local-devices-wrapper .detector .detector-title {
  flex: 1;
}

.local-devices-wrapper .num_input {
  width: auto;
  font-size: 12px;
  height: 20px;
}

.local-devices-wrapper .forward_interface {
  /*border: 1px solid red;*/
  /*margin-bottom: 20px;*/
  /*max-width: 434px;*/
}

.local-devices-wrapper .forward_interface_title {
  /*border: 1px solid blue;*/
}

.local-devices-wrapper .device_wrapper {
  display: flex;
  flex-direction: column;
  /*padding-left: 20px;*/
  position: relative;
}

.local-devices-wrapper .device_wrapper > label {
  padding-left: 5px;
}

.local-devices-wrapper .device_wrapper > form {
  margin-bottom: 0px;
}

.local-devices-wrapper .device {
  /*margin-bottom: 10px;*/
  padding-left: 28px;
  padding-right: 28px;
  /*border: 1px dashed #757575;*/
  /*background-color: #f2f2f2;*/
  max-width: 373px;
}

.local-devices-wrapper .device > li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.local-devices-wrapper .device > li > label {
  margin-bottom: 0;
  margin-right: 0px;
  color: grey;
}

.local-devices-wrapper .attribute_label {
  /*margin-bottom: 0;*/
  width: 80px;
  font-size: 14px;
  font-weight: 300;
}

.local-devices-wrapper .attribute_val {
  /*margin-left: 10px;*/
  /*text-align: center;*/
}

.local-devices-wrapper .long_box {
  width: 282px;
}

.local-devices-wrapper .module_settings_wrapper {
  font-size: 12px;
  margin-top: 20px;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.local-devices-wrapper .module_setting {
  font-size: 12px;
  /*flex: auto;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  min-height: 30px;
}

.local-devices-wrapper .module_setting .num_input {
  overflow: hidden;
}

.local-devices-wrapper .default_setting_unchanged {
  color: #999999;
}

.local-devices-wrapper .default_setting_unchanged .num_input {
  /* color: #999999; */
  /* border: #999999 1px solid; */
}

.local-devices-wrapper .settings_label {
  margin: auto;
  white-space: nowrap;
  width: 100px;
  text-align: left;
  margin-right: 120px;
  color: grey;
  font-weight: 300;
}

.local-devices-wrapper .save_listitem {
  border: none !important;
  display: flex;
  align-items: center;
  position: absolute;
  top: -3px;
  right: 37px;
  cursor: pointer;
}

.local-devices-wrapper .save_listitem .progress_wrapper {
  position: absolute;
  left: 125px;
}

.local-devices-wrapper .save_listitem .save_button {
  color: white;
  border: none;
}

.local-devices-wrapper .saved_status_text {
  float: right;
  margin-right: 5px;
  font-weight: normal;
  font-size: 12px;
}

.local-devices-wrapper .checkmark_saved {
  background: #5ebd7b;
}

.local-devices-wrapper .checkmark_saved:before {
  width: 3px;
  height: 12px;
  left: 7px;
  top: 2px;
}

.local-devices-wrapper .checkmark_saved:after {
  width: 4px;
  height: 3px;
  left: 4px;
  top: 11px;
}

.local-devices-wrapper .checkmark_failed {
  background: #eb2b0e;
}

.local-devices-wrapper .checkmark_failed:before {
  width: 3px;
  height: 11px;
  left: 6.25px;
  top: 2.25px;
}

.local-devices-wrapper .checkmark_failed:after {
  width: 11px;
  height: 3px;
  left: 2.4px;
  top: 6.4px;
}

.local-devices-wrapper #checkmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  vertical-align: middle;
  float: right;
  margin-right: 5px;
}

.local-devices-wrapper #checkmark:before {
  content: "";
  position: absolute;
  background-color: #fff;
}

.local-devices-wrapper #checkmark:after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.local-devices-wrapper input {
  border: none;
}

.local-devices-wrapper select {
  border: none;
}

.local-devices-wrapper .detector input {
  border: 1px solid #d1d1d1;
  width: 100%;
  border-radius: 3px;
}

.local-devices-wrapper .detector select {
  border: 1px solid #d1d1d1;
  width: 100%;
  border-radius: 3px;
}

.local-devices-wrapper .detector .attribute_val {
  flex: 1;
}

.local-devices-wrapper .detector .save_listitem {
  background-color: #6c757d;
}

.local-devices-wrapper .controller input {
  border: 1px solid #d1d1d1;
  width: 100%;
  border-radius: 3px;
}

.local-devices-wrapper .controller select {
  border: 1px solid #d1d1d1;
  width: 100%;
  border-radius: 3px;
}

.local-devices-wrapper .controller .attribute_val {
  flex: 1;
}

.local-devices-wrapper .controller .save_listitem {
  background-color: #56a1c8;
}

.local-devices-wrapper .flex-break {
  flex-basis: 100%;
  height: 0;
}

.local-devices-wrapper input {
  transition: background-color 0.1s ease-in-out;
}

.local-devices-wrapper .old-label, .local-devices-wrapper .old-model, .local-devices-wrapper .old-module {
  margin: 5px auto 0;
  padding: 1px 3px;
  text-align: left;
  margin-left: 80px;
  flex: 1;
  font-size: 12px;
  border-radius: 3px;
}

.local-devices-wrapper .old-model, .local-devices-wrapper .old-module {
  padding: 1px 5px;
}

.local-devices-wrapper .old-model-attr {
  margin-left: 220px;
  margin-top: 5px;
  flex: 1;
  text-align: left;
  padding: 1px 3.5px;
  border-radius: 3px;
}

.local-devices-wrapper input[type="checkbox"] {
  height: 13px;
}

.local-devices-wrapper .disabled-diff {
  background-color: transparent;
}

.local-devices-wrapper .advanced-settings-wrapper {
  display: none;
  padding-top: 10px;
  margin-left: -28px;
  padding-left: 28px;
  width: calc(100% + 56px);
  padding-right: 28px;
}

.local-devices-wrapper .receive {
  position: relative;
  padding-left: 8px;
}

.local-devices-wrapper .receive label {
  margin-right: 112px;
}

.local-devices-wrapper .receive::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d1d1d1;
  left: 0px;
  position: absolute;
  top: -5px;
}

.local-devices-wrapper .receive .old-model-attr {
  margin-left: 212px;
}

.local-devices-wrapper .default-tag {
  background-color: #e9e9e9;
  padding: 3px 3px;
  border-radius: 3px;
  color: #5a5a5a;
  font-size: 9px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 110px;
  /* height: 14px; */
  top: 3px;
  line-height: 9px;
}

.local-devices-wrapper .default-tag.hidden {
  display: none;
}

.layout-wrapper {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100%;
  width: 100%;
  overflow: auto;
}

.layout-wrapper #layout_form {
  max-width: 1050px;
  margin-left: 40px;
}

.layout-wrapper .flex-outer {
  padding-left: 0px;
}

.layout-wrapper .flex-outer .controller_detector_separator {
  margin-left: 0px;
}

.layout-wrapper #save_btn_parent {
  margin-left: 40px;
}

.layout-wrapper .road-segment-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.layout-wrapper .road-segment-wrapper h5 {
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 16px;
}

.layout-wrapper .road-segment-wrapper .flex-outer li {
  width: 100%;
}

.layout-wrapper .road-segment-wrapper .edit-approach-wrapper .flex-outer > li > label {
  font-size: 13px;
  margin-bottom: 0;
}

.layout-wrapper .road-segment-wrapper .edit-approach-wrapper li.link-lanes-row {
  align-items: baseline;
}

.layout-wrapper .road-segment-wrapper .edit-approach-wrapper li.link-lanes-row label {
  flex: 1 0 20px;
}

.layout-wrapper .road-segment-wrapper .edit-approach-wrapper li.link-lanes-row .add-link-lane-button {
  left: 70px;
}

.layout-wrapper .road-segment-wrapper .edit-approach-wrapper li.link-lanes-row .link-lanes-wrapper .lane-wrapper {
  margin-left: 56px;
  width: 170px;
}

.layout-wrapper .flex-outer > li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /*padding-top: 5px;*/
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  /*overflow: hidden;*/
  /*background-color: #f2f2f2;*/
  width: fit-content;
}

.layout-wrapper .approach_edge {
  /*background-color: #c5e6e3;*/
  background-color: #ddf0d8;
}

.layout-wrapper .depart_edge {
  /*background-color: #e6d7c5;*/
  background-color: #d8e8f0;
}

.layout-wrapper .flex-outer > li > * > label {
  font-size: 12px;
  font-weight: bold;
}

.layout-wrapper .num_input {
  width: auto;
  text-align: center;
  font-size: 12px;
}

.layout-wrapper .forward_interface {
  /*border: 1px solid red;*/
  /*margin-bottom: 20px;*/
}

.layout-wrapper .forward_interface_title {
  /*border: 1px solid blue;*/
}

.layout-wrapper .device_wrapper {
  display: flex;
  flex-direction: column;
  /*padding-left: 20px;*/
}

.layout-wrapper .device_wrapper > label {
  margin-left: 5px;
}

.layout-wrapper .device {
  /*margin-bottom: 10px;*/
  padding-left: 30px;
  padding-right: 30px;
  /*border: 1px dashed #757575;*/
  /*background-color: #f2f2f2;*/
}

.layout-wrapper .device > li {
  display: flex;
  /*margin-bottom: 7px;*/
  margin: 3px;
  text-align: center;
}

.layout-wrapper .stopbar_lane > li {
  display: flex;
  margin-bottom: 3px;
  border-bottom: 1px solid black;
  height: 22px;
}

.layout-wrapper .lane_label {
  margin-left: 40px;
  width: 20px;
  font-size: 14px;
}

.layout-wrapper .connections_label {
  /*margin-top: 15px;*/
}

.layout-wrapper .connection_attribute_label {
  margin-bottom: 0;
  font-size: 10px;
  /*margin-left: 10px;*/
  text-align: center;
}

.layout-wrapper .approach_type_label {
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

.layout-wrapper .attribute_label {
  margin-bottom: 0;
  font-size: 14px;
  width: 150px;
}

.layout-wrapper .attribute_val {
  margin-left: 10px;
}

.layout-wrapper .long_box {
  width: 278px;
}

.layout-wrapper .short_box {
  width: 30px;
}

.layout-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 110px;
}

.layout-wrapper .bootstrap-select > .dropdown-toggle {
  height: 20px;
  font-size: 12px;
  padding: 0;
}

.layout-wrapper .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
}

.layout-wrapper .noneditable {
  border: none;
  background: none;
}

.layout-wrapper .noneditable:focus {
  outline: none;
}

.layout-wrapper .topright_progress_wrapper {
  flex: none;
}

.layout-wrapper .topright_save_listitem {
  width: 100%;
}

.layout-wrapper .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.layout-wrapper .green-head {
  background-color: #56a1c8;
  color: white;
}

.layout-wrapper .blue-head {
  background-color: #6c757d;
  color: white;
}

.layout-wrapper .table td.fit,
.layout-wrapper .table th.fit {
  white-space: nowrap;
  width: 1%;
}

.layout-wrapper .table {
  margin-bottom: 3rem;
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
}

.layout-wrapper .table thead th {
  border-bottom: none;
}

.layout-wrapper tbody {
  font-size: 12px;
}

.layout-wrapper .approach_table th, .layout-wrapper .approach_table td, .layout-wrapper .forwarding_table th, .layout-wrapper .forwarding_table td {
  text-align: left;
  vertical-align: inherit;
  padding: 8px;
  border-top: none;
}

.layout-wrapper .approach_table tbody tr:nth-child(even) {
  background-color: #F2F2F2 !important;
}

.layout-wrapper .approach_table tbody tr:nth-child(odd) {
  background-color: #FFFFFF !important;
}

.layout-wrapper .results.volumes .tab-content {
  margin: 0 10px 0 0;
}

.layout-wrapper .nav-pills .nav-link.active {
  background-color: #56a1c8;
}

.layout-wrapper .nav-pills .nav-link:hover {
  color: #3a88b1;
}


.timing-wrapper {
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.timing-wrapper #timings_form {
  max-width: 1050px;
}

.timing-wrapper .flex-outer {
  padding-left: 0px;
}

.timing-wrapper .stage {
  background-color: #ddf0d8;
}

.timing-wrapper .table-wrapper {
  margin-bottom: 60px;
}

.timing-wrapper .phase_time_input {
  width: 60px;
  text-align: center;
  font-size: 12px;
  border: none;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

.timing-wrapper .rush-states-table h6, .timing-wrapper .detector-offline-table h6 {
  padding: 15px 0;
  text-align: left;
}

.timing-wrapper .rush-states-table .rush-states-row, .timing-wrapper .rush-states-table .det-offline-row, .timing-wrapper .detector-offline-table .rush-states-row, .timing-wrapper .detector-offline-table .det-offline-row {
  display: flex;
  flex-direction: row;
  width: 400px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.timing-wrapper .rush-states-table .rush-states-row input, .timing-wrapper .rush-states-table .det-offline-row input, .timing-wrapper .detector-offline-table .rush-states-row input, .timing-wrapper .detector-offline-table .det-offline-row input {
  border-radius: 3px;
  border: 1px solid #dee2e6;
  padding: 0 5px;
}

.timing-wrapper .table {
  margin-bottom: 0;
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.timing-wrapper .selectize-input {
  background-color: transparent;
}

.timing-wrapper .dropdown.bootstrap-select {
  border-radius: 3px;
  border: 1px solid #dee2e6;
  padding: 0 5px;
}

.timing-wrapper a:not([href]):not([tabindex]) {
  vertical-align: middle;
}

.timing-wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.timing-wrapper .phase_stage_row_label {
  width: 60px;
  text-align: center;
  font-size: 12px;
  /*color: #757575;*/
  cursor: default;
}

.timing-wrapper .stage_connections_input {
  width: auto;
  text-align: center;
  font-size: 12px;
}

.timing-wrapper .device_wrapper {
  display: flex;
  flex-direction: column;
}

.timing-wrapper .device_wrapper > label {
  margin-left: 5px;
}

.timing-wrapper .data_box {
  padding-left: 30px;
  padding-right: 30px;
}

.timing-wrapper .data_box > li {
  display: flex;
  margin-bottom: 7px;
}

.timing-wrapper .stopbar_lane > li {
  display: flex;
  margin-bottom: 3px;
}

.timing-wrapper .lane_label {
  margin-left: 40px;
  width: 20px;
  font-size: 14px;
}

.timing-wrapper .stage_connections_div {
  width: auto;
  display: flex;
  margin-right: 20px;
}

.timing-wrapper .phase_constraint_div {
  width: 150px;
  display: flex;
}

.timing-wrapper .phase_constraint_label {
  font-size: 10px;
  margin-left: 10px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.timing-wrapper .data_box_label {
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

.timing-wrapper .attribute_label {
  margin-bottom: 0;
  font-size: 14px;
  width: 150px;
}

.timing-wrapper .attribute_val {
  margin-left: 10px;
}

.timing-wrapper .long_box {
  width: 278px;
}

.timing-wrapper h6 {
  margin-bottom: 0px;
  padding: 15px 10px;
  text-align: center;
}

.timing-wrapper .table td, .timing-wrapper .table th {
  padding: 0.4rem .25rem;
  border-bottom: none;
}

.timing-wrapper input[type=checkbox] {
  margin-top: 3px;
}

.timing-wrapper .table td:not(:last-of-type), .timing-wrapper .table th:not(:last-of-type) {
  border-right: 1px solid #dee2e6;
}

.timing-wrapper thead th {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
}

.timing-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 50px;
}

.timing-wrapper .max4itemselect {
  width: 70px !important;
}

.timing-wrapper .max12itemselect {
  width: 150px !important;
}

.timing-wrapper .bootstrap-select > .dropdown-toggle {
  height: 18px;
  font-size: 12px;
  padding: 0;
}

.timing-wrapper .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
}

.timing-wrapper .selectize-control.plugin-remove_button [data-value] .remove {
  width: 8px;
  border-left: none;
  top: -5px;
  font-size: 10px;
  font-weight: normal;
}

.timing-wrapper .selectize-control.plugin-remove_button [data-value] .remove :hover {
  background: none;
}

.timing-wrapper .selectize-control.multi .selectize-input > div {
  margin: 0;
  margin-right: 3px;
  font-size: 12px;
  padding: 0px 3px;
  height: 91%;
  border: 1px solid #b5b3b3;
  border-radius: 2px;
  background: none;
}

.timing-wrapper .selectize-control.plugin-remove_button [data-value] {
  padding-right: 10px !important;
}

.timing-wrapper .selectize-dropdown, .timing-wrapper .selectize-input, .timing-wrapper .selectize-input input {
  line-height: 12px;
  vertical-align: middle;
}

.timing-wrapper .selectize-input {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #dee2e6;
}

.timing-wrapper .selectize-control.multi .selectize-input.has-items {
  padding: 0px;
  height: 100%;
}

.timing-wrapper .selectize-control {
  display: inline-block;
  height: 20px;
}

.timing-wrapper .tooltip_stagelink .tooltip-inner {
  font-size: 12px;
}

.timing-wrapper .tooltip_warning .tooltip-inner {
  font-size: 12px;
  background-color: red;
}

.timing-wrapper .tooltip_warning[x-placement^=bottom] .arrow::before,
.timing-wrapper .tooltip_warning .arrow::before {
  border-bottom-color: red !important;
}

.timing-wrapper .noneditable {
  color: #999999;
}

.timing-wrapper .noneditable:focus {
  outline: none;
}

.timing-wrapper .default_setting_unchanged {
  color: #999999;
}

.timing-wrapper .default_setting_unchanged :checked {
  color: #999999;
  background-color: #999999;
}

.timing-wrapper input:disabled {
  cursor: not-allowed;
}

.timing-wrapper .linked {
  font-size: 13px;
  cursor: default;
}

.timing-wrapper .surtrac_blue {
  color: #56a1c8 !important;
}

.timing-wrapper .constraint_error_minmax {
  color: red;
}

.timing-wrapper .constraint_error_minwalk {
  color: red;
}

.timing-wrapper .setToBlack {
  color: black !important;
}

.timing-wrapper .topright_progress_wrapper {
  flex: none;
}

.timing-wrapper .topright_save_listitem {
  width: 15%;
}

.timing-wrapper .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.timing-wrapper .old-time-ctrl-attr, .timing-wrapper .old-parent, .timing-wrapper .old-use-phase, .timing-wrapper .old-setup-phases, .timing-wrapper .old-setup-connections {
  width: 60px;
  font-size: 12px;
  margin: 3px auto 0;
  border-radius: 3px;
}

.timing-wrapper .old-parent, .timing-wrapper .old-use-phase {
  width: 50px;
}

.timing-wrapper .old-setup-phases {
  width: 70px;
}

.timing-wrapper .old-setup-connections {
  width: 150px;
}

.timing-wrapper .btn-light {
  background-color: transparent;
  border-color: transparent;
}

.timing-wrapper .disabled-diff {
  background-color: transparent;
}

.timing-wrapper td .selectize-dropdown {
  background-color: white;
}

.streaming-wrapper {
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.streaming-wrapper #timings_form {
  max-width: 1050px;
}

.streaming-wrapper .flex-outer {
  padding-left: 0px;
}

.streaming-wrapper .stage {
  background-color: #ddf0d8;
}

.streaming-wrapper .table-wrapper {
  max-width: 1050px;
  margin-bottom: 60px;
}

.streaming-wrapper .phase_time_input {
  width: 60px;
  text-align: center;
  font-size: 12px;
  border: none;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

.streaming-wrapper .edgename-input, .edgename-select {
  width: 210px;
}

.streaming-wrapper .table {
  margin-bottom: 0;
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.streaming-wrapper .selectize-input {
  background-color: transparent;
}

.streaming-wrapper .dropdown.bootstrap-select {
  border-radius: 3px;
  border: 1px solid #dee2e6;
  padding: 0 5px;
}

.streaming-wrapper a:not([href]):not([tabindex]) {
  vertical-align: middle;
}

.streaming-wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.streaming-wrapper .phase_stage_row_label {
  width: 60px;
  text-align: center;
  font-size: 12px;
  /*color: #757575;*/
  cursor: default;
}

.streaming-wrapper .stage_connections_input {
  width: auto;
  text-align: center;
  font-size: 12px;
}

.streaming-wrapper .device_wrapper {
  display: flex;
  flex-direction: column;
}

.streaming-wrapper .device_wrapper > label {
  margin-left: 5px;
}

.streaming-wrapper .data_box {
  padding-left: 30px;
  padding-right: 30px;
}

.streaming-wrapper .data_box > li {
  display: flex;
  margin-bottom: 7px;
}

.streaming-wrapper .stopbar_lane > li {
  display: flex;
  margin-bottom: 3px;
}

.streaming-wrapper .lane_label {
  margin-left: 40px;
  width: 20px;
  font-size: 14px;
}

.streaming-wrapper .stage_connections_div {
  width: auto;
  display: flex;
  margin-right: 20px;
}

.streaming-wrapper .phase_constraint_div {
  width: 150px;
  display: flex;
}

.streaming-wrapper .phase_constraint_label {
  font-size: 10px;
  margin-left: 10px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.streaming-wrapper .data_box_label {
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

.streaming-wrapper .attribute_label {
  margin-bottom: 0;
  font-size: 14px;
  width: 150px;
}

.streaming-wrapper .attribute_val {
  margin-left: 10px;
}

.streaming-wrapper .long_box {
  width: 278px;
}

.streaming-wrapper h6 {
  margin-bottom: 0px;
  padding: 15px 10px;
  text-align: center;
}

.streaming-wrapper .table td, .streaming-wrapper .table th {
  padding: 0.4rem .25rem;
  border-bottom: none;
}

.streaming-wrapper input[type=checkbox] {
  margin-top: 3px;
}

.streaming-wrapper .table .local-cell {
  width: 50px;
}

.streaming-wrapper .table .url-cell input {
  width: 200px;
}

.streaming-wrapper .table td:not(:last-of-type).stage_id.url-cell, .streaming-wrapper .table th:not(:last-of-type).stage_id.url-cell {
  border-right: none;
}

.streaming-wrapper thead th {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
}

.streaming-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):not(.edgename-select) {
  width: 50px;
}

.streaming-wrapper .max4itemselect {
  width: 70px !important;
}

.streaming-wrapper .max12itemselect {
  width: 150px !important;
}

.streaming-wrapper .bootstrap-select > .dropdown-toggle {
  height: 18px;
  font-size: 12px;
  padding: 0;
}

.streaming-wrapper .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
}

.streaming-wrapper .selectize-control.plugin-remove_button [data-value] .remove {
  width: 8px;
  border-left: none;
  top: -5px;
  font-size: 10px;
  font-weight: normal;
}

.streaming-wrapper .selectize-control.plugin-remove_button [data-value] .remove :hover {
  background: none;
}

.streaming-wrapper .selectize-control.multi .selectize-input > div {
  margin: 0;
  margin-right: 3px;
  font-size: 12px;
  padding: 0px 3px;
  height: 91%;
  border: 1px solid #b5b3b3;
  border-radius: 2px;
  background: none;
}

.streaming-wrapper .selectize-control.plugin-remove_button [data-value] {
  padding-right: 10px !important;
}

.streaming-wrapper .selectize-dropdown, .streaming-wrapper .selectize-input, .streaming-wrapper .selectize-input input {
  line-height: 12px;
  vertical-align: middle;
}

.streaming-wrapper .selectize-input {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #dee2e6;
}

.streaming-wrapper .selectize-control.multi .selectize-input.has-items {
  padding: 0px;
  height: 100%;
}

.streaming-wrapper .selectize-control {
  display: inline-block;
  height: 20px;
}

.streaming-wrapper .tooltip_stagelink .tooltip-inner {
  font-size: 12px;
}

.streaming-wrapper .tooltip_warning .tooltip-inner {
  font-size: 12px;
  background-color: red;
}

.streaming-wrapper .tooltip_warning[x-placement^=bottom] .arrow::before,
.streaming-wrapper .tooltip_warning .arrow::before {
  border-bottom-color: red !important;
}

.streaming-wrapper .noneditable {
  color: #999999;
}

.streaming-wrapper .noneditable:focus {
  outline: none;
}

.streaming-wrapper .default_setting_unchanged {
  color: #999999;
}

.streaming-wrapper .default_setting_unchanged :checked {
  color: #999999;
  background-color: #999999;
}

.streaming-wrapper input:disabled {
  cursor: not-allowed;
}

.streaming-wrapper .linked {
  font-size: 13px;
  cursor: default;
}

.streaming-wrapper .surtrac_blue {
  color: #56a1c8 !important;
}

.streaming-wrapper .constraint_error_minmax {
  color: red;
}

.streaming-wrapper .constraint_error_minwalk {
  color: red;
}

.streaming-wrapper .setToBlack {
  color: black !important;
}

.streaming-wrapper .topright_progress_wrapper {
  flex: none;
}

.streaming-wrapper .topright_save_listitem {
  width: 15%;
}

.streaming-wrapper .h5_fullwidth {
  width: 100%;
  color: #212529;
}

.streaming-wrapper .old-refresh, .streaming-wrapper .old-url, .streaming-wrapper .old-label {
  width: 60px;
  font-size: 12px;
  margin: 3px auto 0;
  border-radius: 3px;
  padding: 1px 3px;
}

.streaming-wrapper .old-url {
  width: 200px;
  text-align: left;
}

.streaming-wrapper .old-label {
  width: 132px;
  text-align: left;
}

.streaming-wrapper .old-parent, .streaming-wrapper .old-use-phase {
  width: 50px;
}

.streaming-wrapper .old-setup-phases {
  width: 70px;
}

.streaming-wrapper .old-setup-connections {
  width: 150px;
}

.streaming-wrapper .btn-light {
  background-color: transparent;
  border-color: transparent;
}

.streaming-wrapper .disabled-diff {
  background-color: transparent;
}

.streaming-wrapper textarea.disabled-diff {
  background-color: white;
}

.streaming-wrapper textarea.equal {
  background-color: white;
}

.streaming-wrapper td .selectize-dropdown {
  background-color: white;
}

.streaming-wrapper .show-extra-settings-cell {
  width: 50px;
}

.streaming-wrapper .show-extra-settings {
  margin-top: -10px;
  top: 7px;
  position: relative;
  cursor: pointer;
}

.streaming-wrapper .extra-settings-row {
  background-color: #ececec;
  display: none;
}

.streaming-wrapper .extra-settings-row .video-commands-wrapper {
  display: none;
  padding: 10px 20px;
}

.streaming-wrapper .extra-settings-row .video-commands-wrapper label {
  text-align: left;
  font-size: 14px;
  margin-right: 20px;
}

.streaming-wrapper .extra-settings-row .video-commands-wrapper .video-commands {
  font-size: 12px;
  width: 90%;
}

.streaming-wrapper .video-commands-wrapper {
  display: none;
  padding: 10px 20px;
}

.streaming-wrapper .video-commands-wrapper label {
  text-align: left;
  font-size: 14px;
  margin-right: 20px;
}

.streaming-wrapper .video-commands-wrapper .video-commands {
  font-size: 12px;
  flex: 1;
}

.streaming-wrapper .video-commands-wrapper .old-commands {
  font-size: 12px;
  flex: 1;
  margin-left: 20px;
  resize: none;
}

.streaming-wrapper .num_input {
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

.overview-wrapper {
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  max-width: 1100px;
}

.overview-wrapper .overview-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  justify-content: space-between;
}

.overview-wrapper .overview-title-wrapper > * {
  margin-bottom: 0;
}

.overview-wrapper .num_input {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  /* border-radius: 0.25rem; */
  font-size: 14px;
  outline: none;
  width: 150px;
}

.overview-wrapper .refresh-button-wrapper {
  position: absolute;
  top: 4px;
}

.overview-wrapper .refresh-button-wrapper .refresh-button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.overview-wrapper .refresh-button-wrapper .refresh-button span {
  font-size: 17px;
  color: grey;
}

.overview-wrapper .software-history-link {
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 8px;
  border: 1px solid #56a1c8;
  border-radius: 0.25rem;
  background: #56a1c8;
  color: white;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}

.overview-wrapper .software-history-link span {
  margin-right: 5px;
  font-size: 20px;
}

.overview-wrapper .software-history-link:hover {
  text-decoration: none;
  background-color: #4396c2;
}

.overview-wrapper .intersection-reachable-wrapper {
  position: absolute;
  right: 0;
}

.overview-wrapper .intersection-reachable-wrapper .material-icons {
  font-size: 18px;
}

.overview-wrapper .intersection-reachable-wrapper .material-icons.not-reachable {
  color: red;
}

.overview-wrapper .intersection-reachable-wrapper .material-icons.reachable {
  color: #5ebd7b;
}

.overview-wrapper .intersection-reachable-wrapper .material-icons.warning {
  color: #ffc107;
}

.overview-wrapper #edit-overview-form {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.overview-wrapper #edit-overview-form .edit-metadata-container {
  border-radius: 0.25rem;
  padding: 0.8rem;
  width: 297px;
  margin-right: 40px;
  height: min-content;
}

.overview-wrapper #edit-overview-form .edit-description-container {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 0.8rem 0;
  flex: 1;
}

.overview-wrapper #edit-overview-form .edit-description-container span {
  color: #6f6e6e;
  padding-left: 5px;
  margin-bottom: 7px;
  height: 24px;
  line-height: 24px;
}

.overview-wrapper #edit-overview-form .edit-description-container textarea {
  border: none;
  border-radius: 0.25rem;
  padding: 5px;
  min-height: 62px;
  max-height: 120px;
  font-size: 14px;
}

.overview-wrapper #edit-overview-form .edit-description-container textarea:hover {
  border: 1px solid #dfdfdf;
  padding: 4px;
}

.overview-wrapper #edit-overview-form .edit-description-container textarea:focus {
  border: 1px solid #dfdfdf;
  padding: 4px;
  outline: none;
}

.overview-wrapper .vpn-ip-wrapper, .overview-wrapper .local-ip-wrapper, .overview-wrapper .hostname-wrapper{
  margin-bottom: 10px;
}

.overview-wrapper .vpn-ip-wrapper, .overview-wrapper .hostname-wrapper, .overview-wrapper .local-ip-wrapper, .overview-wrapper .logging-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
  font-size: 14px;
}

.overview-wrapper .vpn-ip-wrapper label, .overview-wrapper .hostname-wrapper label, .overview-wrapper .local-ip-wrapper label, .overview-wrapper .logging-wrapper label {
  margin-bottom: 0;
  color: #6f6e6e;
}

.overview-wrapper .vpn-ip-wrapper .vpn-reachable-tooltip, .overview-wrapper .hostname-wrapper .vpn-reachable-tooltip, .overview-wrapper .local-ip-wrapper .vpn-reachable-tooltip {
  position: absolute;
  left: calc(100% + 15px);
  width: max-content;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 0.25rem;
  display: none;
}

.overview-wrapper .vpn-ip-wrapper .vpn-reachable-tooltip.not-reachable, .overview-wrapper .hostname-wrapper .vpn-reachable-tooltip.not-reachable, .overview-wrapper .local-ip-wrapper .vpn-reachable-tooltip.not-reachable {
  background-color: red;
  color: white;
}

.overview-wrapper .vpn-ip-wrapper .vpn-reachable-tooltip.reachable, .overview-wrapper .hostname-wrapper .vpn-reachable-tooltip.reachable, .overview-wrapper .local-ip-wrapper .vpn-reachable-tooltip.reachable {
  background-color: #5ebd7b;
  color: white;
}

.overview-wrapper .vpn-ip-wrapper .vpn-reachable-tooltip.warning, .overview-wrapper .hostname-wrapper .vpn-reachable-tooltip.warning, .overview-wrapper .local-ip-wrapper .vpn-reachable-tooltip.warning {
  background-color: #ffc107;
}

.overview-wrapper .applied-configs-wrapper {
  overflow: visible;
  max-height: none;
  padding-bottom: 67px;
}

.overview-wrapper .applied-configs-wrapper h6 {
  margin-bottom: 10px;
}

.overview-wrapper .applied-configs-wrapper .intersection-name {
  font-size: 14px;
  color: #737373;
}

.overview-wrapper .applied-configs-wrapper .session-intersection-list-wrapper {
  overflow: visible;
}

#save-outer-wrapper {
  position: fixed;
  bottom: 15px;
  left: 370px;
  height: 35px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

#save-outer-wrapper .save_button_new {
  font-size: 0.9rem;
  float: right;
  z-index: 2;
}

#save-outer-wrapper .status-wrapper {
  padding: 0px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  pointer-events: none;
}

#save-outer-wrapper .save_listitem {
  margin: 0;
}

.test-thingy {
  background-color: white;
}

.save_listitem {
  border: none !important;
  margin: 10 0px;
  display: flex;
  align-items: center;
}

.save_listitem .progress_wrapper {
  position: absolute;
  left: 125px;
}

.flex-outer {
  margin-bottom: 0;
}

.flex-container-save-button {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.forwarding-wrapper, .road-segment-wrapper, .surtrac-devices-wrapper, .database-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  margin-left: 40px;
  margin-right: 40px;
}

.forwarding-wrapper form, .road-segment-wrapper form, .surtrac-devices-wrapper form, .database-wrapper form {
  flex: 1;
}

.database-wrapper .heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.database-wrapper .heading-wrapper h5 {
  margin-bottom: 0;
}

.database-wrapper .info-row {
  font-size: 14px;
  display: flex;
  width: 383px;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 12px;
}

.database-wrapper .info-row span {
  font-weight: 300;
}

.database-wrapper .db-trim-wrapper .table-wrapper {
  border-collapse: separate;
  border-spacing: 0 1em;
  font-size: 14px;
}

.database-wrapper .db-trim-wrapper .table-wrapper tr th {
  font-weight: 300;
  padding-left: 12px;
}

.database-wrapper .db-trim-wrapper .table-wrapper tr th:nth-of-type(2) {
  padding-left: 22px;
}

.database-wrapper .db-trim-wrapper .table-wrapper tr th:nth-of-type(3) {
  padding-left: 18px;
}

.database-wrapper .db-trim-wrapper .table-wrapper .table-row input[type="number"] {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 7px;
  width: 150px;
  outline: none;
}

.database-wrapper .db-trim-wrapper .table-wrapper .table-row td {
  padding-right: 10px;
}

.database-wrapper .db-trim-wrapper .table-wrapper .table-row .retention-time-days {
  color: grey;
}

.database-wrapper .db-trim-wrapper .table-wrapper .table-row .bootstrap-select > .dropdown-toggle {
  font-size: 14px;
}

.database-wrapper .db-trim-wrapper .table-wrapper .table-row input[type="text"] {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 7px;
  outline: none;
}
.retention-add {
  cursor: pointer;
  width: auto;
  font-size: 20px;
  color: white;
  border-radius: 5px;
  background-color: #5ebd7b;;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
  &:hover {
    background-color: darken(#5ebd7b, 5%);
  }
}

.btn-load {
  background-color: #5ebd7b;
  border-color: #5ebd7b;
  color: white;
}

.btn-load:hover {
  background-color: #4cb66c;
  border-color: #4cb66c;
  color: white;
}

.nav-pills .nav-link.active {
  background-color: #56a1c8;
}

.nav-pills .nav-link:not(.active):hover {
  color: #4396c2;
}

.list-group-item.active {
  background-color: #56a1c8;
  border-color: #56a1c8;
}

.list-group-item.active .applied-indicator {
  background-color: #5ebd7b;
  color: white;
}

.btn-primary {
  background-color: #56a1c8;
  border-color: #56a1c8;
}

.btn-primary:hover {
  background-color: #4396c2;
  border-color: #4396c2;
}

.badge-primary {
  background-color: #56a1c8;
}

.session-history-wrapper .loading-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 450px;
  background-color: white;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.session-history-wrapper .applied-indicator {
  border: 1px solid #5ebd7b;
  color: #5ebd7b;
  padding: 4px 5px;
  margin-right: 0.8rem;
  font-size: 12px;
  border-radius: 5px;
  height: 28px;
}

.session-history-wrapper .applied-indicator + .tooltip {
  background-color: blue;
}

.session-history-wrapper .deployed-by-container {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.session-history-wrapper .deployed-by-container span {
  font-size: 80%;
  padding: 0;
  font-weight: 700;
  margin-left: 5px;
}

.controller_detector_separator {
  height: 1px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.toggle-button-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  padding: 8px 20px 8px 0;
  align-items: center;
  position: relative;
}

.toggle-button-wrapper > div {
  margin-right: 5px;
  font-size: 12px;
}

.toggle-button-wrapper .diff-info {
  font-size: 16px;
  margin-right: 5px;
}

.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
}

.tg-list-item {
  margin: 0 2em;
}

h2 {
  color: #777;
}

h4 {
  color: #999;
}

.tgl {
  display: none;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 2em;
  height: 1.1em;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #6c757d;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #5ebd7b;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease;
  border: 1px solid #e8eae9;
}

.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios + .tgl-btn:active:after {
  padding-right: .8em;
}

.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}

.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}

.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all .2s ease;
  font-family: sans-serif;
  background: #888;
}

.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all .2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
  background: #888;
}

.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}

.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all .2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}

.tgl-flat + .tgl-btn:after {
  transition: all .2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}

.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}

.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all .2s ease;
  font-family: sans-serif;
  perspective: 100px;
}

.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all .4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}

.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}

.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}

.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}

.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}

.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.user-profile-wrapper {
  padding: 40px;
}

.user-profile-wrapper form {
  width: 500px;
}

.user-profile-wrapper form > * {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.user-profile-wrapper form > * .description {
  margin-top: 5px;
  font-size: 14px;
  color: grey;
}

.user-profile-wrapper form > * input[type="input"] {
  width: 240px;
}

.user-profile-wrapper form .btn-success {
  font-size: 14px;
  float: right;
  z-index: 2;
}

.routecast-wrapper {
  padding: 10px 40px 0px;
}

.routecast-wrapper .rangeWrapper {
  flex: 1 1 auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.routecast-wrapper .rangeWrapper #myForm {
  align-items: center;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 955px;
}

.routecast-wrapper .rangeWrapper #myForm .dropdown {
  width: 100px;
  border: 1px solid grey;
  border-radius: 0.25rem;
}

.routecast-wrapper .rangeWrapper #myForm .dropdown .dropdown-toggle {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.routecast-wrapper .rangeWrapper #myForm .btn-group-toggle .btn {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  color: grey;
  cursor: pointer;
}

.routecast-wrapper .rangeWrapper #myForm .btn-group-toggle .btn.active {
  background-color: grey;
  color: white;
  outline: none;
}

.routecast-wrapper .rangeWrapper #myForm .transit-select-wrapper {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.routecast-wrapper .rangeWrapper #myForm .transit-select-wrapper .transit-name-label {
  margin-right: 10px;
}

.routecast-wrapper .outer-table-wrapper {
  display: flex;
  flex-direction: row;
  max-height: calc(100vh - 140px);
  overflow: hidden;
}

.routecast-wrapper .outer-table-wrapper .trips-table-wrapper {
  flex: 3;
  overflow-y: scroll;
  border-bottom: 1px solid #e8e8e8;
}

.routecast-wrapper .outer-table-wrapper .trips-table-wrapper .trips-table {
  width: 100%;
}

.routecast-wrapper .outer-table-wrapper .trips-table-wrapper .trips-table thead th {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-top: 10px;
}

.routecast-wrapper .outer-table-wrapper .trips-table-wrapper .trips-table tbody tr {
  border: 1px solid #e8e8e8;
  border-right: none;
}

.routecast-wrapper .outer-table-wrapper .trips-table-wrapper .trips-table tbody tr:last-of-type {
  border-bottom: none;
}

.routecast-wrapper .outer-table-wrapper .trips-table-wrapper .trips-table tbody tr td {
  padding: 5px;
  border-left: 1px solid #e8e8e8;
}

.routecast-wrapper .outer-table-wrapper .summary-wrapper {
  border-left: 1px solid #e8e8e8;
  flex: 1;
  padding-left: 20px;
}

.routecast-wrapper .outer-table-wrapper .summary-wrapper .summary-table {
  width: 100%;
}

.routecast-wrapper .outer-table-wrapper .summary-wrapper .summary-table thead th {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-top: 10px;
}

.routecast-wrapper .outer-table-wrapper .summary-wrapper .summary-table tbody tr {
  border: 1px solid transparent;
}

.routecast-wrapper .outer-table-wrapper .summary-wrapper .summary-table tbody tr td {
  padding: 5px;
}

.add-timing-row-btn{
  cursor: pointer;
  width: auto;
  font-size: 20px;
  color: white;
  border-radius: 5px;
  background-color: #5ebd7b;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
}

.add-timing-row-btn:hover{
  background-color: #4cb66c;
}

.remove-phase-wrapper, .remove-stage-wrapper {
  border-top: none;
  /*needs relative and z-index or btn is covered*/
  position: relative;
  z-index: 1;
}

.remove-phase-wrapper .remove-phase-btn,
.remove-stage-wrapper .remove-stage-btn {
  cursor: pointer;
  /* color: grey; */
  border-radius: 5px;
  /* text-align: center; */
  padding: 2px 1px 2px 2px;
  font-size: 16px;
  color: #999;
  border: 1px solid #999;
  transition: background-color 0.2s ease-in-out;
}

.remove-phase-wrapper .remove-phase-btn:hover,
.remove-stage-wrapper .remove-stage-btn:hover {
  background-color: #f8f9fa;
}
/* CSS for priority policy start */
.p-8 {
  padding-left: 8px;
}
.sliderLabel {
  font-size: 16px;
  color: #757575;
}
.display-flex {
  display: flex;
}
.dir-col {
  flex-direction: column;
}
.dir-row {
  flex-direction: row;
}

.default {
  position: relative;
  top: 0;
  bottom: 0;
  left: 138px;
  width: 2px;
  height: 25px;
  background-color: #757575;
  transform: translateX(50%);
  z-index: -1;
}

.range-input {
  -webkit-appearance: none;
  appearance: none; 
  width: 276px;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 4px;
  background: #ccc;
}

.range-input#transit_busesMultiId, .range-input#transit_busesId {
  margin-left: 7px;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 20px;
  width: 20px;
  background-color: #45789E;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: #45789E;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}
.sliderWrapper {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #757575;
  margin-bottom: 9px;
}
.policiesLabel {
  font-weight: 700;
  font-size: 16px;
  color: #D0D9E1;
}
.priority-policies label {
  color: #757575;
}

#priorityPolicyMulti {
  margin-top: 12px;
  padding: 12px;
}
.tempPolicyClass {
    border: 1px solid #757575;
    border-radius: 6px;
    padding: 4px 16px;
    position: absolute;
    right: 16px;
    background-color: #E7F1FB;
    color: #0C5EAF;
}
#applyOptionsMulti, #applyOptions {
  background-color: white;
  border-radius: 6px;
  border: 1px solid #E6E7EC;
  position: absolute;
  right: 10;
  width: 8.2rem;
  height: 5.2rem;
  box-shadow: 0px 1px 2px 0px #0000000F;
  z-index: 99999;
  color: #212529;
  bottom: 0px;
}

#applyOptionsMulti div,
#applyOptions div {
  padding: 8px;
}
#applyOptionsMulti div:hover,
#applyOptions div:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
#applyOptions div img,
#applyOptionsMulti div img {
  width: 14px; margin-left: 8px;
}

#applyOptions div:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.apply-policy {
  width: 6rem;
  background-color: #45789E;
  color: white;
  font-weight: 400;
  padding: 0.6rem 0.9rem;
  border: 1px solid #45789E;
  border-radius: 4px;
  cursor: pointer;
}
.apply-policy img {
  width: 14px;
  margin-left: 8px;
}
/* CSS for priority policy end */

.timing-policy {
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 60px;
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
}
.timing-policy .sliderLabel {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
}

.timing-priority-policy .range-input {
  width: 100%;
}
.timing-priority-policy #transit_busesId {
  width: 100.2%;
}
.timing-priority-policy .default {
  left: calc(50% - 24px);
}

.reachable-wrapper {
  width: fit-content !important;
  padding-bottom: 20px !important;
  margin-left: 10 !important;
}

.restart-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

.inner-statuses-wrapper {
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tooltip-close-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.statuses-spinner {
  display: flex;
  justify-content: space-around;
  margin: auto;
}

.restart-status {
  display: none;
}

.failed-restart {
  align-self: center;
  color: red;
  margin: auto;
}

.successful-restart {
  display: flex;
  flex-direction: column;
  margin: auto;
}

.restart-notice {
  font-size: 0.5rem;
}

.restart-spinner {
  margin: auto;
  display: none;
}