@import '../lib/bootstrap/css/bootstrap.min.css';
@import '../../../ext/font-awesome/css/font-awesome.min.css';
body {
  padding-top: 70px;
  background-color: #d0e2ea;
  color: #434343;
  font-size: small;
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
a {
  color: #249cdb;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.login .panel {
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 5px 5px rgba(0, 0, 0, .2);
}

#action-buttons {
  text-align: center;
  position: relative;
}
.action-buttons-buttons {
  display: inline-block;
  margin: 0 auto;
}
.action-buttons-buttons button,
.action-buttons-buttons input[type="submit"] {
  float: right;
  margin: 0 5px;
}
/* action buttons spinner */
#action-buttons .spinner {
  visibility: hidden;
  display: inline-block;
  margin: 2px 0 0 5px;
  position: absolute;
}
td.field {
  vertical-align: middle;
}
.fieldlabel {
  font-weight: bold;
}
.pagination,
.dglimit {
  margin: 10px 0;
}
span.form-control-static {
  display: block;
}
@media (min-width: 768px) {
  .pagination,
  .dglimit {
    text-align: right;
  }
  .dgridsummary {
    margin-top: 10px;
    display: block;
    text-align: right;
  }
}
@media (max-width: 767px) {
  span.form-control-static {
    padding-top: 0px;
  }
  label.control-label {
    margin-bottom: 0px;
  }
}
.section-item input[type="checkbox"] {
  margin: 8px 0 0;
}
.form-group.required .control-label:before {
  content: "✲";
  color: #c70000;
  font-weight: bold;
}
.error {
  color: #A94442;
}
.clickable {
  cursor: pointer;
}
.tab {
  font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
.tab_selected {
  font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.atkmessages {
  background-color: #EEEEEE;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}
.atkmessages_general,
.atkmessages_success,
.atkmessages_failure,
.atkmessages_warning {
  margin-bottom: 1px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
}
.atkmessages_general {
  background-color: yellow;
  color: #000;
}
.atkmessages_success {
  background-color: #339900;
  color: #fff;
}
.atkmessages_warning {
  background-color: orange;
  color: #000;
}
.atkmessages_warning a {
  color: #000;
}
.atkmessages_failure {
  background-color: #ff0000;
  color: #fff;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
}
.red {
  color: #9a1010;
}
.bold {
  font-weight: bold;
}
.capitalize {
  text-transform: capitalize;
}
#action-helplink {
  width: 100%;
  text-align: right;
  right: 20px;
}
.atkAttrRowHidden {
  display: none !important;
}
.atkfieldset div {
  display: inline-block;
}
div.panel-heading {
  position: relative;
}
.panel-default>.panel-heading {
  background-color: #f2f4f5;
}
/* box spinner */
#atkbusy {
  visibility: hidden;
  position: absolute;
  right: 6px;
  top: 5px;
  color: #808080;
}
/* attributes spinner */
div.atkbusy {
  margin-left: 5px;
  vertical-align: middle;
}
/* action buttons spinner */
#action-buttons .spinner {
  visibility: hidden;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  color: #808080;
}
.input-group {
  margin-bottom: 1em;
}

.nav-tabs>li>a {
  color: #434343;
}
.navbar-brand img {
  max-height: 50px;
}
.navbar-brand.has-logo {
  padding: 0;
}
.section-item input[type="checkbox"].atkFileAttribute.atkcheckbox {
  width: 20px;
  height: 19px;
  float: left;
  margin-top: 2px;
}
br.atkFileAttributeCheckboxSeparator {
  display: none;
}
.form-control {
  border: 1px solid #e2e2e4;
  box-shadow: none;
  color: #555555;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default {
  background-color: #434343;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.dropdown-menu>li>a {
  cursor: pointer;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
  }
}
input[type=radio] {
  margin-right: 5px;
}

#ar_category .table,
#ar_type .table,
#ar_option .table,
#ar_first_class_date_type .table,
#ar_second_class_date_type .table,
#ar_date_type .table {
  width: auto;
  margin-bottom: 0;
}

#ar_category .table td,
#ar_type .table td,
#ar_option .table td,
#ar_first_class_date_type .table td,
#ar_second_class_date_type .table td,
#ar_date_type .table td {
  border-top: 0;
  width: 150px;
}

.table label {
  font-weight: normal;
}

.table-small {
  width: auto;
}

.table-small td {
  padding-right: 20px;
}

.form-control.inline {
  display: inline;
  width: auto;
}

#ar_base_price .input-group,
#ar_price .input-group {
  display: inline-table;
}

#ar_base_price .form-control {
  text-align: right;
}

/*** PANEL SUCCESS ***/
.panel.with-nav-tabs .panel-heading{
  padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
}

.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
  color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
  color: #3c763d;
  background-color: #fff;
  border-color: #d6e9c6;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3c763d;
}
/********************************************************************/

/* DIALOG */
/* ------------------------------------------------------------------ */

.atkdialog .nw {
  background:transparent url(../images/atkdialog_corners_top.gif) no-repeat scroll 0 -25px;
  height:25px;
  padding-left:10px;
}

.atkdialog .ne {
  background:transparent url(../images/atkdialog_corners_top.gif) no-repeat scroll right 0;
  height:25px;
  padding-right:10px;
}

.atkdialog .n {
  background:transparent url(../images/atkdialog_corners_top.gif) repeat-x scroll 0 -50px;
  font-size: 13px;
  font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Trebuchet MS, Arial, Verdana;
  text-transform: capitalize;
  font-weight: bold;
  color: #FFFFFF;
  height:25px;
  margin:0;
  padding:0;
  text-align:center;
  padding-right: 60px;
  padding-top: 3px;
  overflow: hidden;
}

.atkdialog .content {
  background-color:#FDFDFD;
  color:#000;
  font-size: 12px;
  font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Trebuchet MS, Arial, Verdana;
  overflow:auto;
  padding: 0px;
  margin: 0px;
}

.atkdialog .w {
  border-left:1px solid #B9B9B9;
  border-right:1px solid #B9B9B9;
}

.atkdialog .e {
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
}

.atkdialog .sw {
  background:transparent url(../images/atkdialog_corners_bottom.gif) no-repeat scroll 0 -12px;
  font-size:2px;
  height:12px;
  padding-left:6px;
}

.atkdialog .se {
  background:transparent url(../images/atkdialog_corners_bottom.gif) no-repeat scroll right 0;
  font-size:2px;
  height:12px;
  padding-right:6px;
}

.atkdialog .s {
  background:transparent url(../images/atkdialog_corners_bottom.gif) repeat-x scroll 0 -24px;
  font-size:11px;
  height:12px;
  overflow:hidden;
}

.atkdialog .se_resize_handle {
  background:transparent url(../images/atkdialog_sizer.gif) no-repeat scroll right 0;
  font-size:2px;
  height:12px;
  padding-right:12px;
}

.atkdialog .se_sizer {
  width:12px;
  height:12px;
}

.atkdialog .buttons {
  position: absolute;
  top:1px;
  right:10px;
  height: 20px;
}

.atkdialog input[type=button]:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.atkdialog input[type=button] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.atkdialog .buttons a.close {
  background:transparent url(../images/atkdialog_buttons.gif) no-repeat 0 0;
  display:block;
  height:18px;
  float:left;
  width:23px;
  font-size:1px;
  padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/
}

.atkdialog .buttons a:hover.close {
  background:transparent url(../images/atkdialog_buttons.gif) no-repeat 0 -18px;
}

.atkdialog .buttons a.maximize {
  background:transparent url(../images/atkdialog_buttons.gif) no-repeat 0 -36px;
  display:block;
  height:18px;
  float:left;
  width:23px;
  font-size:1px;
  padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/
}
.atkdialog .buttons a:hover.maximize {
  background:transparent url(../images/atkdialog_buttons.gif) no-repeat 0 -54px;
}

.atkdialog .buttons a.minimize {
  background:transparent url(../images/atkdialog_buttons.gif) no-repeat 0 -72px;
  display:block;
  height:18px;
  float:left;
  width:23px;
  font-size:1px;
  padding-top:0px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/
}

.atkdialog .buttons a:hover.minimize {
  background:transparent url(../images/atkdialog_buttons.gif) no-repeat 0 -90px;
}

.atkdialog .buttons a.minimize.disabled, .atkdialog .buttons.over a.minimize.disabled  {
  background:transparent url(../images/atkdialog_buttons.gif) no-repeat 0 -108px !important;
}

.atkdialog_overlay {
  background-color: #ddd;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.atkdialog_wired {
  background:#FFF;
  border:1px #000 dashed;
  filter:alpha(opacity=60);
  opacity:0.6;
  position:absolute;
  -moz-opacity:0.6;
}

.load_criteria {
  font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  color: #414141;
  text-align: left;
  padding-left: 12px;
  padding: 3px 0px 15px 0px;
  vertical-align: middle;
}
.load_criteria img {
  vertical-align: middle;
}

.save_criteria {
  font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  color: #414141;
  text-align: left;
  padding-left: 12px;
  padding: 15px 0px 3px 0px;
}
.save_criteria #save_criteria {
  margin-left: 21px;
}

.overlib_txt {
  font-size: 11px;
  color: #222;
}

.overlib_bg {
  background-color: #ddd;
}

.overlib_fg {
  background-color: #ffffcc;
}

.atkfieldset div {
  display: inline-block;
}

div.form-inline {
  display: inline-block;
}

#tripInfo {
    background: rgb(0,186,253); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(0,186,253,1) 0%, rgba(133,69,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0,186,253,1) 0%,rgba(133,69,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0,186,253,1) 0%,rgba(133,69,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bafd', endColorstr='#8545ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border-radius: 5px;
    margin-bottom: 2em;
}

#tripInfo .statuses{
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

#tripInfo .statuses p {
  color: rgba(255, 255, 255, .5);
}

#tripInfo .origin-destination {
  margin-top: 10px;
}

#tripInfo .origin-destination p {
  color: rgba(255,255,255,.5);
}

#tripInfo .time-table p {
  color: rgba(255,255,255,.5);
}

#tripInfo .time-table h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
}




#tripInfo h4 small {
    color: #fff;
}

.btn-circle {
  width: 20px;
  height: 20px;
  padding: 3px 0;
  line-height: .9;
  border-radius: 15px;
}

/** dotted routes **/
.dotted-route {
  padding:0;
}

.dotted-route a {
    color: #55f38f;
}

.dotted-route li {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 1em;
  background: #434343;
  margin: 0 5px;
  display: inline-block;
  color: white;
  position: relative;
}

.dotted-route li::before{
  content: '';
  position: absolute;
  top: .9em;
  left: -14px;
  width: 14px;
  height: .2em;
  background: #434343;
}

.dotted-route li:first-child::before {
  display: none;
}

.dotted-route .active {
  background: #434343;
}

.dotted-route .active ~ li {
  background: #aaa;
}

.dotted-route .active ~ li::before {
  background: #aaa;
}

.list-ic a {
    color: #788288;
    text-decoration: none;
}
.list-ic li {
    position: relative;
}
.list-ic li .key {
    display: inline-block;
    font-weight: 800;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    background: #00b369;
    color: white;
    position: relative;
}
.list-ic li::before {
    content: '';
    position: absolute;
    background: #00b369;
    z-index: -1;
}
.list-ic.horizontal li {
    display: inline-block;
}
.list-ic.horizontal li span {
    margin: 0 1em;
}
.list-ic.horizontal li::before {
    top: 0.9em;
    left: -25px;
    width: 4em;
    height: 0.2em;
}
.list-ic.vertical {
    padding: 0;
    margin: 0 0 1em 5px;
}
.list-ic.vertical li {
    list-style-type: none;
    text-align: left;
}
.list-ic.vertical li span {
    margin: .3em 0;
}
.list-ic.vertical li::before {
    top: -15px;
    left: 12px;
    width: 0.2em;
    height: 2em;
}
.list-ic li:first-child::before {
    display: none;
}
.list-ic .active {
    background: dodgerblue;
}
.list-ic .active ~ li {
    background: lightblue;
}
.list-ic .active ~ li::before {
    background: lightblue;
}

/** tracking list */
[class*=tracking-status-] p {
  margin:0;
  font-size:1.1rem;
  color:#fff;
  text-transform:uppercase;
  text-align:center
}
[class*=tracking-status-] {
  padding:1.6rem 0
}
.tracking-status-intransit {
  background-color:#65aee0
}
.tracking-status-outfordelivery {
  background-color:#f5a551
}
.tracking-status-deliveryoffice {
  background-color:#f7dc6f
}
.tracking-status-delivered {
  background-color:#4cbb87
}
.tracking-status-attemptfail {
  background-color:#b789c7
}
.tracking-status-error,.tracking-status-exception {
  background-color:#d26759
}
.tracking-status-expired {
  background-color:#616e7d
}
.tracking-status-pending {
  background-color:#ccc
}
.tracking-status-inforeceived {
  background-color:#214977
}
.tracking-list {
  border:1px solid #e5e5e5
}
.tracking-content blockquote {
  font-size: 1em;
}
.tracking-item {
  border-left:1px solid #e5e5e5;
  position:relative;
  padding:2rem 1.5rem .5rem 2.5rem;
  margin-left:3rem;
  min-height:5rem
}
.tracking-item:last-child {
  padding-bottom:4rem
}
.tracking-item .tracking-date {
  margin-bottom:.5rem
}
.tracking-item .tracking-date span {
  color:#888;
  font-size:85%;
  padding-left:.4rem
}
.tracking-item .tracking-content {
  padding:.5rem .8rem;
  background-color:#f4f4f4;
  border-radius:.5rem
}
.tracking-item .tracking-content span {
  display:block;
  color:#888;
  font-size:85%
}
.tracking-item .tracking-icon {
  line-height:2.6rem;
  position:absolute;
  left:-1.3rem;
  width:2.6rem;
  height:2.6rem;
  text-align:center;
  border-radius:50%;
  color:#fff
}
.tracking-item .tracking-icon.status-sponsored {
  background-color:#f68
}
.tracking-item .tracking-icon.status-delivered {
  background-color:#4cbb87
}
.tracking-item .tracking-icon.status-outfordelivery {
  background-color:#f5a551
}
.tracking-item .tracking-icon.status-deliveryoffice {
  background-color:#f7dc6f
}
.tracking-item .tracking-icon.status-attemptfail {
  background-color:#b789c7
}
.tracking-item .tracking-icon.status-exception {
  background-color:#d26759
}
.tracking-item .tracking-icon.status-inforeceived {
  background-color:#214977
}
.tracking-item .tracking-icon.status-intransit {
  color:#e5e5e5;
}
@media(min-width:992px) {
  .tracking-item {
    margin-left:10rem
  }
  .tracking-item .tracking-date {
    position:absolute;
    left:-9.4rem;
    text-align:right
  }
  .tracking-item .tracking-date span {
    display:block
  }
  .tracking-item .tracking-content {
    padding:0;
    background-color:transparent
  }
}

/*route details*/
/* Settings */
/* Animations */
@keyframes animatesTopToBottom {
  from {
    background-position: center -4px;
  }
  to {
    background-position: center calc(100% + 4px);
  }
}
@keyframes animatesBottomToTop {
  from {
    background-position: center calc(100% + 4px);
  }
  to {
    background-position: center -4px;
  }
}
@keyframes animatesLeftToRight {
  from {
    background-position: -4px center;
  }
  to {
    background-position: calc(100% + 4px) center;
  }
}
@keyframes animatesRightToLeft {
  from {
    background-position: calc(100% + 4px) center;
  }
  to {
    background-position: -4px center;
  }
}
/* Patterns */
.has-branch.is-branched--from-1 .route-indicator:nth-child(2)::before, .has-branch.is-branched--from-1 .route-indicator:nth-child(2)::after, .has-branch.is-branched--from-2 .route-indicator:nth-child(3)::before, .has-branch.is-branched--from-2 .route-indicator:nth-child(3)::after, .has-branch.is-branched--from-3 .route-indicator:nth-child(4)::before, .has-branch.is-branched--from-3 .route-indicator:nth-child(4)::after, .page:first-child .route-indicator:first-child::before,
.page:last-child .route-indicator:first-child::after,
.has-branch--from-core + .is-branched.has-branch--from-core.ends-branch--1 .route-indicator:nth-child(2)::after,
.has-branch--from-core + .is-branched.has-branch--from-core.ends-branch--1 .route::before,
.has-branch--from-core + .is-branched.has-branch--from-core.ends-branch--1 .route::after,
.has-branch--from-1 + .is-branched.has-branch--from-1 .route-indicator:nth-child(3)::after,
.has-branch--from-2 + .is-branched.has-branch--from-2 .route-indicator:nth-child(4)::after,
.has-branch--from-3 + .is-branched.has-branch--from-3 .route-indicator:nth-child(5)::after, .hide-branches .has-branch .route-indicator:not(:first-child),
.hide-branches .is-branched,
.hide-branches .ends-branch .route::after,
.hide-branches .repeat {
  display: none;
}

.is-branched:not(.has-branch) .route-indicator:not(:last-child), .is-branched--from-core .route-indicator:not(:nth-child(2)), .is-branched--from-1 .route-indicator:not(:nth-child(3)), .is-branched--from-2 .route-indicator:not(:nth-child(4)), .is-branched--from-3 .route-indicator:not(:nth-child(5)), .page:not(.is-branched) .route-indicator:not(:first-child) {
  background-color: transparent;
  border: 0;
}

.ends-branch .route::after, .route-indicator, .route-indicator::before, .route-indicator::after, .repeat, .repeat::before, .repeat::after {
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
  transition-property: background-color, border-color;
}

.ends-branch .route::after, .route-indicator::before, .route-indicator::after, .repeat, .repeat::before, .repeat::after {
  background-color: #ccc;
  content: '';
  position: absolute;
  z-index: -2;
}

.ends-branch .route::after, .route-indicator:not(:first-child)::before, .repeat::before, .repeat::after {
  height: 4px;
}

.route-indicator:first-child::before, .is-branched:not(.has-branch) .route-indicator:not(:first-child):last-child::before, .is-branched.has-branch .route-indicator:not(:first-child):not(:last-child)::before, .route-indicator:first-child::after, .route-indicator:last-child::after, .is-branched.has-branch .route-indicator:not(:last-child)::after, .repeat {
  height: 50%;
  width: 4px;
}

.ends-branch .route.show-previous-route::after, .show-core-route .route-indicator:first-child::before, .show-core-route .route-indicator:first-child::after, .show-previous-route .route-indicator:first-child::before, .route-indicator.show-next-routes::before, .route-indicator.show-next-routes::after, .has-branch .route-indicator.show-next-routes + .route-indicator::before, .has-branch .route-indicator.show-next-routes + .route-indicator::after, .show-branched-route.is-branched--from-core .route-indicator:nth-child(2)::before, .show-branched-route.is-branched--from-1 .route-indicator:nth-child(3)::before, .show-branched-route.is-branched--from-2 .route-indicator:nth-child(4)::before, .show-branched-route.is-branched--from-3 .route-indicator:nth-child(5)::before, .show-next-routes .repeat, .show-next-routes .repeat::before, .show-next-routes .repeat::after {
  background-repeat: no-repeat;
  background-size: 8px 8px;
  transition-delay: 0.3s;
  z-index: -1;
}

.show-core-route .route-indicator:first-child::before, .show-core-route .route-indicator:first-child::after, .show-previous-route .route-indicator:first-child::before, .route-indicator.show-next-routes::after, .is-repeatable--from-core .route-indicator.show-next-routes:nth-child(1)::before, .is-repeatable--from-1 .route-indicator.show-next-routes:nth-child(2)::before, .is-repeatable--from-2 .route-indicator.show-next-routes:nth-child(3)::before, .is-repeatable--from-3 .route-indicator.show-next-routes:nth-child(4)::before, .has-branch .route-indicator.show-next-routes + .route-indicator::after, .show-branched-route.is-branched--from-core .route-indicator:nth-child(2)::before, .show-branched-route.is-branched--from-1 .route-indicator:nth-child(3)::before, .show-branched-route.is-branched--from-2 .route-indicator:nth-child(4)::before, .show-branched-route.is-branched--from-3 .route-indicator:nth-child(5)::before {
  animation: animatesTopToBottom 500ms linear infinite;
  background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z" fill="rgba(255,255,255,.75)"/></svg>');
}

.show-next-routes .repeat {
  animation: animatesBottomToTop 500ms linear infinite;
  background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 1216q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z" fill="rgba(255,255,255,.75)"/></svg>');
}

.has-branch .route-indicator.show-next-routes + .route-indicator::before, .show-next-routes .repeat::before {
  animation: animatesLeftToRight 500ms linear infinite;
  background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1152 896q0 26-19 45l-448 448q-19 19-45 19t-45-19-19-45v-896q0-26 19-45t45-19 45 19l448 448q19 19 19 45z" fill="rgba(255,255,255,.75)"/></svg>');
}

.ends-branch .route.show-previous-route::after, .show-next-routes .repeat::after {
  animation: animatesRightToLeft 500ms linear infinite;
  background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1216 448v896q0 26-19 45t-45 19-45-19l-448-448q-19-19-19-45t19-45l448-448q19-19 45-19t45 19 19 45z" fill="rgba(255,255,255,.75)"/></svg>');
}

.ends-branch .route.show-previous-route::after, .show-core-route .route-indicator:first-child::before, .show-core-route .route-indicator:first-child::after, .show-previous-route .route-indicator:first-child::before, .route-indicator.show-next-routes, .route-indicator.show-next-routes::after, .is-repeatable--from-core .route-indicator.show-next-routes:nth-child(1)::before, .is-repeatable--from-1 .route-indicator.show-next-routes:nth-child(2)::before, .is-repeatable--from-2 .route-indicator.show-next-routes:nth-child(3)::before, .is-repeatable--from-3 .route-indicator.show-next-routes:nth-child(4)::before, .has-branch .route-indicator.show-next-routes + .route-indicator::before, .has-branch .route-indicator.show-next-routes + .route-indicator::after, .show-branched-route.is-branched--from-core .route-indicator:nth-child(2)::before, .show-branched-route.is-branched--from-1 .route-indicator:nth-child(3)::before, .show-branched-route.is-branched--from-2 .route-indicator:nth-child(4)::before, .show-branched-route.is-branched--from-3 .route-indicator:nth-child(5)::before, .show-next-routes .repeat, .show-next-routes .repeat::before, .show-next-routes .repeat::after {
  background-color: green !important;
}

.is-branched--from-core.show-branched-route .route-indicator:nth-child(2), .is-branched--from-1.show-branched-route .route-indicator:nth-child(3), .is-branched--from-2.show-branched-route .route-indicator:nth-child(4), .is-branched--from-3.show-branched-route .route-indicator:nth-child(5), .show-previous-route .route-indicator:first-child, .route-indicator.show-next-routes {
  border-color: green !important;
}

/* Pages */
.page {
  padding-left: 8px;
}

/* Branched pages */
.is-branched {
  background-color: rgba(0, 0, 0, 0.05);
  /* Fade colour of core route lines for branched pages */
  /* Hover effects */
}
.is-branched--from-core .page__title {
  padding-left: 29px;
}
.is-branched--from-1 .page__title {
  padding-left: 53px;
}
.is-branched--from-2 .page__title {
  padding-left: 77px;
}
.is-branched--from-3 .page__title {
  padding-left: 101px;
}
.is-branched .route-indicator:first-child::before, .is-branched .route-indicator:first-child::after, .is-branched.ends-branch .route::before, .is-branched.ends-branch .route::after {
  background-color: #e5e5e5;
}

/* Pages with branches */
.has-branch {
  /* Hide all non-route lines for branched pages */
}

/* Route container */
.route {
  display: inline-block;
  padding: 10px 5px;
  position: relative;
  width: 100px;
  z-index: 1;
}
.ends-branch .route::after {
  border-bottom-right-radius: 4px;
  left: 15px;
  top: 0;
}

/* Route indicators */
.route-indicator {
  background-color: #e5e5e5;
  border: 4px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  width: 16px;
  /* Hide all route points except the first for core pages */
  /* Hover effects */
}
.route-indicator:not(:first-child) {
  /* Position starting route lines */
}
.route-indicator:not(:first-child):last-child::before {
  left: 15px;
  margin-top: -2px;
  top: 50%;
}
.route-indicator::after {
  bottom: 0;
}
.has-branch .route-indicator:last-child::before {
  border-top-right-radius: 4px;
}
.has-branch .route-indicator:not(:first-child):last-child::after {
  height: calc(50% - 2px);
}
.route-indicator.show-next-routes {
  z-index: 1;
}

/* Repeatables */
.repeat {
  height: calc(50% - 4px);
  top: 4px;
  width: 4px;
}
.repeat, .repeat::before, .repeat::after {
  z-index: -3;
}
.repeat::before, .repeat::after {
  width: 18px;
}
.repeat::before {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -4px;
  top: 0;
}
.repeat::after {
  border-bottom-left-radius: 4px;
  margin-bottom: -4px;
  top: 100%;
}
.route-indicator:nth-child(1) .repeat {
  left: -3px;
}
.route-indicator:nth-child(2) .repeat {
  left: 21px;
}
.route-indicator:nth-child(3) .repeat {
  left: 45px;
}
.route-indicator:nth-child(4) .repeat {
  left: 69px;
}

/* Remove top-most route line for first core page, bottom-most route line for last core page, and bottom-most line for dead-end branches */
/* Horizontally position vertical route lines */
.route-indicator:first-child::before,
.route-indicator:first-child::after {
  left: 11px;
}

.is-branched:not(.has-branch--from-core) .route-indicator:nth-child(2):last-child::before,
.has-branch--from-1 .route-indicator:nth-child(2)::before,
.has-branch--from-1 .route-indicator:nth-child(3):last-child::before,
.route-indicator:nth-child(2)::after {
  left: 35px;
}

.is-branched:not(.has-branch--from-1) .route-indicator:nth-child(3):last-child::before,
.has-branch--from-2 .route-indicator:nth-child(3)::before,
.has-branch--from-2 .route-indicator:nth-child(4):last-child::before,
.route-indicator:nth-child(3)::after {
  left: 59px;
}

.is-branched:not(.has-branch--from-2) .route-indicator:nth-child(4):last-child::before,
.has-branch--from-3 .route-indicator:nth-child(4)::before,
.has-branch--from-3 .route-indicator:nth-child(5):last-child::before,
.route-indicator:nth-child(4)::after {
  left: 83px;
}

.is-branched:not(.has-branch--from-3) .route-indicator:nth-child(5):last-child::before,
.route-indicator:nth-child(5)::after {
  left: 107px;
}

/* Vertically position top-most vertical route lines */
.route-indicator:first-child::before,
.is-branched:not(.has-branch) .route-indicator:not(:first-child):last-child::before,
.is-branched.has-branch .route-indicator:not(:first-child):not(:last-child)::before {
  margin-top: 0;
  top: 0;
}

/* Set widths for horizontal route lines */
.route-indicator:nth-child(2):last-child::before,
.ends-branch--1 .route::after {
  width: 24px;
}

.page:not(.is-branched) .route-indicator:nth-child(3):last-child::before,
.ends-branch--2 .route::after {
  width: 48px;
}

.has-branch--from-2 .route-indicator:nth-child(4):last-child::before {
  width: 52px;
}

.page:not(.is-branched) .route-indicator:nth-child(4):last-child::before,
.ends-branch--3 .route::after {
  width: 72px;
}

.has-branch--from-3 .route-indicator:nth-child(5):last-child::before {
  width: 76px;
}

.page:not(.is-branched) .route-indicator:nth-child(5):last-child::before,
.ends-branch--4 .route::after {
  width: 96px;
}

.has-branch--from-1 .route-indicator:nth-child(3):last-child::before,
.has-branch--from-2 .route-indicator:nth-child(4):last-child::before,
.has-branch--from-3 .route-indicator:nth-child(5):last-child::before {
  width: 28px;
}

.editable-checklist label {
  margin:0 1em;
}

/* Dash Box */
.dash-box {
  position: relative;
  background: rgb(255, 86, 65);
  background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
  border-radius: 4px;
  text-align: center;
  margin: 60px 0 50px;
}
.dash-box-icon {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.dash-box-action {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
}
.dash-box-body {
  padding: 50px 20px;
}
.dash-box-icon:after {
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(247, 148, 137, 0.91);
  content: '';
  border-radius: 50%;
  left: -10px;
  top: -10px;
  z-index: -1;
}
.dash-box-icon > i {
  background: #ff5444;
  border-radius: 50%;
  line-height: 40px;
  color: #FFF;
  width: 40px;
  height: 40px;
  font-size:22px;
}
.dash-box-icon:before {
  width: 75px;
  height: 75px;
  position: absolute;
  background: rgba(253, 162, 153, 0.34);
  content: '';
  border-radius: 50%;
  left: -17px;
  top: -17px;
  z-index: -2;
}
.dash-box-action > button {
  border: none;
  background: #FFF;
  border-radius: 19px;
  padding: 7px 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .5px;
  color: #003e85;
  box-shadow: 0 3px 5px #d4d4d4;
}
.dash-box-body > .dash-box-count {
  display: block;
  font-size: 30px;
  color: #FFF;
  font-weight: 300;
}
.dash-box-body > .dash-box-title {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.81);
}


.dash-box.dash-box-color-2 {
  background: rgb(162, 252, 136);
  background: -moz-linear-gradient(top, rgb(162, 252, 136) 1%, rgb(0, 177, 62) 99%);
  background: -webkit-linear-gradient(top, rgba(162, 252, 136, 1) 1%, rgba(0, 177, 62, 1) 99%);
  background: linear-gradient(to bottom, rgba(162, 252, 136, 1) 1%, rgba(0, 177, 62, 1) 99%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#A2FC88', endColorstr='#00B13E', GradientType=0);
}
.dash-box-color-2 .dash-box-icon:after {
  background: rgba(153, 254, 151, 0.81);
}
.dash-box-color-2 .dash-box-icon:before {
  background: rgba(71, 238, 77, 0.64);
}
.dash-box-color-2 .dash-box-icon > i {
  background: #44c241;
}

.dash-box.dash-box-color-3 {
  background: rgb(183,71,247);
  background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
  background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
  background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dash-box-color-3 .dash-box-icon:after {
  background: rgba(180, 70, 245, 0.76);
}
.dash-box-color-3 .dash-box-icon:before {
  background: rgba(226, 132, 255, 0.66);
}
.dash-box-color-3 .dash-box-icon > i {
  background: #8150e4;
}

.dash-box.dash-box-color-4 {
  background: rgb(252, 190, 27);
  background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
  background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
  background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}
.dash-box-color-4 .dash-box-icon:after {
  background: rgba(254, 224, 54, 0.81);
}
.dash-box-color-4 .dash-box-icon:before {
  background: rgba(254, 224, 54, 0.64);
}
.dash-box-color-4 .dash-box-icon > i {
  background: #fb9f28;
}

.list-group-item.active-secondary {
  z-index: 2;
  color: #ffff;
  border-color: #157500;
  background-color: #1a9200;
}


.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 16px; line-height: 16px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 14px; font-size: 14px; line-height: 14px; font-style: normal; }
.hero-widget label { font-size: 12px; }

/* Hide branches */
#HW_badge_cont {
  float: right;
  top: -7px;
  line-height: 1em;
}
#HW_badge_cont::before {
  content: "Release notes:";
  position: absolute;
  left: -107px;
  top: 7px;
}
