
/*-- Styles Readded From Old Core Styles --*/
#ie-banner {
    display: none;
    background-color: #fff1df
  }
  
  #ie-banner p {
    font-size: 20px;
    line-height: 1.16667;
    margin: 0
  }
  
  .new-application-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    min-height: calc(100vh - 395px)
  }
  
  @media (max-width: 767px) {
    .new-application-container {
        flex-direction: column
    }
  }
  
  /* .new-application-container .column-center {
    width: 65%;
    padding: 10px;
    padding-bottom: 100px
  }
  
  @media (max-width: 767px) {
    .new-application-container .column-center {
        width: 100%
    }
  } */
  
  /* .new-application-container .column-center .title {
    color: #37474f;
    padding-left: 10px;
    font-weight: 600
  }
  
  .new-application-container .column-center .subtitle {
    color: #37474f;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 10px
  } */
  
  /* .new-application-container .column-center .subtitle a {
    color: #0a5398 !important
  } */
  
  .new-application-container .column-right {
    padding: 10px;
    width: 30%
  }
  
  .new-application-container .guidelines-container {
    border-radius: 7px;
    padding: 10px;
    border: solid 1px #c6d4de
  }
  
  @media (max-width: 767px) {
    .new-application-container .column-right {
        width: 100%;
        margin-top: 20px
    }
  }
  
  /* .new-application-container .column-right .title {
    color: rgba(50, 49, 48, 0.7);
    font-weight: 600
  }
  
  .new-application-container .column-right .subtitle {
    color: rgba(50, 49, 48, 0.7);
    margin-top: 10px
  } */
  
  .new-application-container .column-right .subtitle+.title {
    margin-top: 20px
  }
  
  .new-application-container .column-right li {
    color: rgba(50, 49, 48, 0.7);
    margin-top: 10px
  }
  
  .new-application-container .column-right li a {
    color: #0a5398 !important
  }
  
  .new-application-container .column-right ul+.title {
    margin-top: 20px
  }
  
  .arrow-image {
	position: absolute;
	top: 20px;
	right: 20px;
    display: flex;
    justify-content: center;
    height: 20px;
	pointer-events: none;
  }
  
  .title {
    font-size: 16px;
    line-height: 1.16667;
    margin: 0
  }
  
  
.accordian {
	display: flex;
	display: block;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	border: solid 1px #ccc;
	background-color: #fff;
	min-height: 50px;
	padding: 20px;
	padding: 0;
	font-size: 16px;
	line-height: 1.16667;
	margin: 0;
	border-radius: 0px !important;
}

.accordian h2 {
	font-size: inherit;
	margin: 0;
}

.accordian h2 button {
	display: block;
	font-family: inherit; 
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	padding: 19px 20px 21px;
	width: 100%;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	text-align: left;
}

.accordian h2 button:not(:disabled):hover {
	background: #fafafa;
}
  
  /* .accordian.top {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px
  }
  
  .accordian.bottom {
    border-bottom: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
  } */
  
  .accordian .accordian-title {
    color: #37474f;
    font-weight: 500;
    margin: 0px;
  }
  
  .accordian.disabled .accordian-title {
    color: #9d9d9d
  }
  
  .column-title {
    font-weight: 600;
    color: #37474f;
    height: 40px
  }
  
  
  .dropbtn {
    background-color: #0a5398;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 10px
  }
  
  .pagination>li>a {
    background-color: transparent;
    border: 0px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center
  }
  
  .pagination>li>a:hover {
    background-color: transparent;
    border-color: transparent
  }
  
  .pagination>li>a:focus {
    background-color: transparent;
    border-color: transparent
  }
  
  .pagination>li>span {
    background-color: transparent;
    border: 0px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center
  }
  
  .pagination>li>span:hover {
    background-color: transparent;
    border-color: transparent
  }
  
  .pagination>li>span:focus {
    background-color: transparent;
    border-color: transparent
  }
  
  .pagination>li:first-child>a:hover {
    background: none
  }
  
  .pagination>li:first-child>span:hover {
    background: none
  }
  
  .pagination>li:last-child>a:hover {
    background: none
  }
  
  .pagination>li:last-child>span:hover {
    background: none
  }
  
  .pagination>.active>a {
    border-color: transparent;
    border-radius: 50%
  }
  
  .pagination>.active>a:hover {
    border-color: transparent;
    border-radius: 50%
  }
  
  .pagination>.active>a:focus {
    border-color: transparent;
    border-radius: 50%
  }
  
  .pagination>.active>span {
    border-color: transparent;
    border-radius: 50%
  }
  
  .pagination>.active>span:hover {
    border-color: transparent;
    border-radius: 50%
  }
  
  .pagination>.active>span:focus {
    border-color: transparent;
    border-radius: 50%
  }
  
  /*.pagination > li > a[onclick], .pagination > li > a[href], .btn-link, .text-link {
    outline: 0;
    font-family: segoe-ui-semibold;
    color: #105CAB;
    cursor: pointer;
  }*/
  /*.pagination > li > a[onclick]:focus, .pagination > li > a[href]:focus, .btn-link:focus, .text-link:focus {
    box-shadow: 0 0 8px;
  }
  .pagination > li > a[onclick]:focus:not(:focus-visible), .pagination > li > a[href]:focus:not(:focus-visible), .btn-link:focus:not(:focus-visible), .text-link:focus:not(:focus-visible) {
    box-shadow: none;
  }
  .pagination > li > a[onclick]:focus-visible, .pagination > li > a[href]:focus-visible, .btn-link:focus-visible, .text-link:focus-visible {
    box-shadow: 0 0 8px;
  }*/
  .pagination > li > a[onclick]:hover, .pagination > li > a[href]:hover, .btn-link:hover, .text-link:hover {
    color: #0c437c;
  }
  .pagination > li > a[onclick]:active, .pagination > li > a[href]:active, .btn-link:active, .text-link:active {
    color: #072a4e;
  }
  .pagination > li > a[onclick]:disabled, .pagination > li > a[href]:disabled, .btn-link:disabled, .text-link:disabled, .pagination > li > a.disabled[onclick], .pagination > li > a.disabled[href], .disabled.btn-link, .disabled.text-link {
    color: #aaa;
    cursor: not-allowed;
  }
  /*
  
  .form-control {
    height: 40px;
  }
  */
  
  /* ------------------------------ COMPONENT: Action Menu ------------------------------ */
  
  /*.btn-reset {
      color: #105CAB;
      background-color: #fff;
      border-color: #105CAB;
  }
  
  .btn-reset:hover {
      color: #105CAB;
      border-color: #105cab;
      background: rgb(234 239 247);
  }
  #searchBtn:hover {
      border-color: #105cab;
      background: rgb(234 239 247);
      z-index:10;
  }*/
  /*
  input.form-control {
      border: 1px solid #ccc;
  }*/
  
  /* ------------------------------ COMPONENT: Pagination [CSS Output] ------------------------------ */
  .pagination > li {
    margin: 0;
  }
  .pagination > li.disabled > a,
  .pagination > li.disabled > a:hover {
    background: none;
    box-shadow: none;
    color: #aaa;
    cursor: default;
  }
  .pagination > li.active > a,
  .pagination > li.active > a:hover {
    background: #fff !important;
    box-shadow: inset 0 0 0 1px #ddd;
    color: #000;
    border-radius: 0;
  }
  .pagination > li > a {
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
  }
  .pagination > li > a[onclick], .pagination > li > a[href] {
    cursor: pointer;
  }
  .pagination > li > a[onclick]:hover, .pagination > li > a[onclick]:focus:hover, .pagination > li > a[href]:hover, .pagination > li > a[href]:focus:hover {
    background: #fff;
    box-shadow: inset 0 0 0 1px #105CAB;
  }
  .pagination > li > a[onclick*=false], .pagination > li > a[onclick*=false]:hover, .pagination > li > a[onclick*=false]:focus:hover {
    background: none;
    box-shadow: none;
    color: #aaa;
    cursor: default;
  }
  .pagination > li:last-child > a[onclick*=false], .pagination > li:last-child > a[onclick*=false]:hover, .pagination > li:last-child > a[onclick*=false]:focus:hover {
    background: none;
    box-shadow: none;
    color: #aaa;
    cursor: default;
  }
  
  /* ------------------------------ PAGE: Search For Grants ------------------------------ */
  /*.search-container {
    padding-top: 16px;
    padding-bottom: 24px;
    background: #eee;
  }*/
  /*span.glyphicon.glyphicon-search {
      color:#105CAB;
  }*/
  /*input.form-control {
      border-radius: 0;
  }*/
  /*.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {*/
  /*    top: 12px!important;
  }
  a.selected {
  color: white!important;
  background-color: #105CAB!important;
  }
  .bootstrap-select > .dropdown-toggle:hover {
      border-color: #105cab!important;
      background: rgb(234 239 247)!important;
  }
  @media (min-width: 768px) {
    .search-container {
      padding-bottom: 40px;
    }
  }
  @media (min-width: 992px) {
    .search-container h1 {
      margin-bottom: 0;
    }
  }
  .search-container .button-group * + button {
    margin-top: 16px;
  }
  @media (min-width: 768px) {
    .search-container .button-group * + button {
      margin-top: 16px;
    }
  }
  @media (min-width: 992px) {
    .search-container .button-group * + button {
      margin-top: 24px;
    }
  }
  .search-container * + .button-group {
    margin-top: 24px;
  }
  @media (min-width: 768px) {
    .search-container * + .button-group {
      margin-top: 32px;
    }
  }
  @media (min-width: 992px) {
    .search-container * + .button-group {
      margin-top: 48px;
    }
  }
  .search-container .form-field-label {
    margin-bottom: 8px;
  }
  
  @media (min-width: 992px) {
    .search-options {
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .search-options > * {
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-end;
    }
  }
  .search-options > * + * {
    margin-top: 16px;
  }
  @media (min-width: 768px) {
    .search-options > * + * {
      margin-top: 16px;
    }
  }
  @media (min-width: 992px) {
    .search-options > * + * {
      margin-top: 24px;
    }
  }
  @media (min-width: 992px) {
    .search-options > * + * {
      margin-top: 0;
    }
  }
  
  .expandable-area {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 16px;
  }
  @media (min-width: 768px) {
    .expandable-area {
      margin-top: 16px;
    }
  }
  @media (min-width: 992px) {
    .expandable-area {
      margin-top: 24px;
    }
  }
  @media (min-width: 992px) {
    .expandable-area {
      margin-top: 8px;
    }
  }
  .expandable-area > *:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .expandable-area > * > .btn-link {
    margin-left: -2px;
    padding-left: 0;
  }
  .expandable-area > * > * {
    margin-top: 16px;
  }
  .expandable-area > * > * > * + * {
    margin-top: 16px;
  }
  @media (min-width: 768px) {
    .expandable-area > * > * > * + * {
      margin-top: 16px;
    }
  }
  @media (min-width: 992px) {
    .expandable-area > * > * > * + * {
      margin-top: 24px;
    }
  }
  @media (min-width: 992px) {
    .expandable-area > * > * > * + * {
      margin-top: 0;
    }
  }
  .expandable-area .in + * .btn-link .glyphicon {
    transform: rotate(90deg);
  }
  
  .advanced-filters > p {
    display: none;
  }
  .advanced-filters > * {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advanced-filters > * > * {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
  @media (min-width: 768px) {
    .advanced-filters > * > * {
      margin-bottom: 16px;
    }
  }
  @media (min-width: 992px) {
    .advanced-filters > * > * {
      margin-bottom: 24px;
    }
  }
  @media (min-width: 992px) {
    .advanced-filters > * > * {
      margin-bottom: 0;
    }
  }
  .advanced-filters .bootstrap-select.dropdown {
    margin-top: 8px;
  }
  
  @media (max-width: 991px) {
    .search-results .text-label {
      min-width: 90px;
      max-width: 90px;
    }
  }
  
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
  }*/
  
  /* ------------------------------ PAGE: Grant and Program Details ------------------------------ */
  .section-description {
    margin-bottom: 16px;
  }
  .subheaders {
      overflow-wrap: break-word;
  }
  @media (min-width: 768px) {
    .section-description {
      margin-bottom: 16px;
    }
  }
  @media (min-width: 992px) {
    .section-description {
      margin-bottom: 24px;
    }
  }
  .section-description * {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: none !important;
    float: none !important;
    transform: none !important;
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    color: #000 !important;
    line-height: 1.4285714286 !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
    text-shadow: none !important;
    text-transform: none !important;
    white-space: normal !important;
    opacity: 1 !important;
  }
  .section-description * + * {
    margin-top: 16px !important;
  }
  .section-description b,
  .section-description strong {
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
  }
  .section-description i,
  .section-description em {
    font-style: italic !important;
  }
  .section-description a[href] {
    color: #105CAB !important;
    text-decoration: underline !important;
  }
  .section-description a[href]:hover {
    text-decoration: none !important;
  }
  .section-description a[href]:active {
    text-decoration: underline !important;
  }
  .section-description ul,
  .section-description ol {
    margin-left: 20px !important;
  }
  .section-description ul > * + *,
  .section-description ol > * + * {
    margin-top: 8px !important;
  }
  .section-description ul,
  .section-description ol {
    list-style-position: outside !important;
  }
  
  /* ------------------------------ PAGE: Grant Details ------------------------------ */
  .applynow-btn {
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 0px;
    font-weight: 600;
    padding: 10px 60px;
    margin-top: 26px;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 600px) {
    #sticky-apply-btn-div {
      background-color: #fff;
      position: fixed;
      bottom: 0;
      padding: 20px;
      box-shadow: 2px 2px 9px 5px #808080;
      z-index: 100;
      left: 0;
      text-align: center;
      width: 100%;
    }
    .applynow-btn {
      margin: 0 auto;
      width: 100%;
    }
  }
  /* ------------------------------ PAGE: Program Details ------------------------------ */
  .program-title {
    text-transform: capitalize;
  }
  
  .page-headers {
    margin: 30px 0px 10px 0px;
  }
  
  body > div.container > div.subheaders > div {
    font-size: 14px !important;
  }
  
  body > div.container > div.page_section.main-content.search-results {
    padding-top: 0px;
  }
  
  /* ------------------------------ PAGE: Create Application ------------------------------ */
  /* .introduction-instructions > div > div > h1 {
    margin: 0px;
    text-transform: capitalize;
    font-size: 40px !important;
  } */
  
  /* .introduction-instructions > div > div > p, .grant-application-title {
    margin: 20px 0px 10px 0px;
    color: #000 !important;
    font-weight: bold;
    font-size: 16px !important;
  } */
  
  /* .introduction-instructions div div * {
    font-size: 14px !important;
  } */
  
  .new-application-container {
    background: #f8f8f8;
  }
  
  /* @media (max-width: 991px) {
    .introduction-instructions > div > div > h1 {
      font-size: 24px !important;
    }
  } */
  
  div.form-action-container-left {
      float: right;
  }
  .accordian-container {
    border-radius: 0px;
    box-shadow: 0 0 0px 0rem;
  }
  .row.form-custom-actions {
      border-top: 1px solid #e5e5e5;
      margin: 20px 0;
      padding: 19px 0 0 0;
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
  .col-sm-6.clearfix {
      width: 100%;
  }
  
  
  .accordian.expanded {
    border: solid 2px #105CAB;
    border-radius: 0px;
    background: #fff;
  }
  .accordian.collapsed {
    background: #fff;
    border-radius: 0px;
  }
  .accordian.disabled {
    background-color: #eee;
  }
  
  div.disabled > div > div > p.accordian-title {
    color: #aaa !important;
  }
  
  /* .accordian .accordian-title {
    color: #000 !important;
    font-size: 16px !important;
  } */
  
  .accordian-content > div > div.xrm-attribute-value > div {
    font-size: 14px !important;
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    color: #000;
    padding: 20px 20px 10px 20px;
  }
  
  .accordian-content {
    padding: 0px;
    background-color: #fafafa;
    border: solid 1px #ccc;
  }
  
  div.dashboard > div {
    font-size: 14px !important;
    color: #000;
  }
  
  .field-label {
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    color: #000 !important;
    padding: 15px 0px 10px 0px;
    font-weight: 600;
  }
  
  div.description.above > div {
    color: #000 !important;
    font-size: 12px !important;
  }
  
  /*.container .fa {
    padding-right: 5px;
  }*/
  
  .fa-pencil,
  .fa-check-circle,
  .fa-exclamation-circle,
  .fa-exclamation-triangle {
    height: 16px;
    width: 16px;
  }
  
  .fa-pencil {
    color: #105CAB;
  }
  
  .fa-check-circle {
    color: #4FAE53;
  }
  
  .fa-exclamation-circle {
    color: #A94442 !important;
  }
  
  .fa-exclamation-triangle {
    color: #E39B00 !important;
  }
  
  .validation-header {
    font-size: 16px !important;
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  
  .alert {
    padding: 20px !important;
  }
  
  html[dir=ltr] li a {
    margin-left: 0px !important;
  }
  
  .crmEntityFormView .validation-summary ul li {
    font-size: 14px !important;
    margin: 0px;
  }
  
  .crmEntityFormView .cell {
    padding: 0px !important;
  }
  
  #InsertButton {
    float: right;
  }
  
  .modal h1 {
    font-size: 24px !important;
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  }
  
  html[dir=ltr] .form-close {
    float: right;
    color: #000;
    right: 3%;
    font-size: 30px;
  }
  
  .modal-form .modal-body iframe {
    height: 300px;
  }
  
  .actions .btn {
    float: right;
  }
  
  .tab, .actions {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  .background-colored {
    background-color: #eee;
    width: 100%;
    height: 20%;
    position: absolute;
    z-index: -10;
  }
  
  /* ------------------------------ PAGE: Message Center ------------------------------ */
  .view_data::after {
    content: "" attr(description) "";
  }
  
  @media (max-width: 991px) {
    .message-center .text-label {
      min-width: 90px;
      max-width: 90px;
    }
  }
  @media (max-width: 991px) {
    .message-center .view_data {
      margin: 8px 0;
    }
  }
  
  /* ------------------------------ PAGE: Form Details ------------------------------ */
  
  /*.align-right {
    text-align-last: right;
   }*/
   .header-info {
     display: flex;
     align-items: center;
   }
  /* .nav-tabs>li>a {
       border-radius: 0;
   }*/
   .application-status {
       font-size: 16px;
   }
   
   .badge-label{
       border-radius: 1em;
       margin-left:10px;
       padding-left: 20px;
       padding-right: 20px;
   }
   span[data-content="Paid"], span[data-content="Approved"] {
      background-color: #4FAE53;
    }
  
    span[data-content="Draft"],  span[data-content="Submitted"], span[data-content="Under Review"], span[data-content="Awaiting Decision"],span[data-content="Pending Signature"], span[data-content="Under Appeal"] {
      background-color: #E39B00;
    }
  
    span[data-content="Processing Payment"],span[data-content="Denied"],span[data-content="Cancelled"],span[data-content="Closed Out"], span[data-content="Terminated"]  {
      background-color: #A94442;
    }
  
  
   .table-container {
       padding-left:0px;
       margin:0px;
       width: 100%!important;
   }
   .table-view-full-width {
     width:100%!important;
   }
   .btn-icon-block {
       display: flex;
       align-items: center;
       justify-content: center;
   }
  /* .tab-pane {
     background-color:white;
     border-bottom: 1px solid #ddd;
     margin-bottom: 50px;
     padding-left: 10px;
     padding-top: 15px;
     padding-bottom: 15px;
   }*/
   .btn-secondary {
     background: white;
       color: #A94442;
       border: 1px solid #A94442;
   }
   .btn-secondary:hover {
       color: #A94442;
       background-color: #EEDAD9;
       border-color: #A94442;
   }
   
   .info-table {
      width:600px;
   }
   
   td.bold {
     color: black;
   }
   
   @media (max-width: 991px){
   .table.info-table > * > * {
     display:table-row!important;
   }
   
   .table.info > *::before  {
     background: white;
   }
   .tab-pane {
      border-bottom: none;
   }
   .form-control-dropdown-mobile {
     padding: 40px 0px;
   }
   
   }
   
   
   .timeline-container {
       display: block;
         -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
   
   }
   
   
   .timeline-ul {
     padding: 0;
     width: 100%;
     list-style: none;
     list-style-type: none;  
   }
   .timeline-li p {
       font-size: 12px;
       white-space: nowrap;
   }
   
   .timeline-li{
     padding: 22px 0px;
     margin: 0;  
   }
   
   .line {
        background: #105CAB;
   }
  
   @media screen and (max-width: 768px) {
       .btn-icon-block{
               margin-bottom: 16px;
       }
   
   }
   
   
   @media screen and (min-width: 1024px) {  
     
  #status-history {
      font-size: 14px;
      padding-left: 8px;
  }
  #status-history-dropdown {
      display: none;
  }
   .timeline-li{
       display: inline-block;
       width: 10%;
       text-align-last: center;
     }
     
   .timeline-li span {
       margin: 0 auto;
     }  
     
     .line{
       height: 3px;
       background: #105CAB;
       display: block;
       position: relative;
       z-index: 1;
       top: 33px;
       margin-left:55px;
      }
  
      .lineHeight {
          display: none;
      }
  
      body > section.page_section.search-container > div > div {
          display: flex;
          justify-content: center;
          align-items: center;
      }
      body > section.page_section.search-container > div > div > div.col-lg-7.col-sm-4 > p {
          margin: 0px;
      }
     
   } 
  
  
   @media screen and (max-width: 1023px) {  
      body > section.page_section.search-container > div > div {
          display: block;
      }
      body > section.page_section.search-container > div > div > div.col-lg-7.col-sm-4 > p {
          margin: 0 0 10px;
      }
      #status-history {
          display: none;
      }
     
      #status-history-dropdown {
      font-size: 14px;
      padding-left: 8px;
      font-weight: 600;
      color: #105CAB;
      line-height: 1.2;
      margin: 0;
      border: none;
      background: white;
      padding: 0px;
      }
  
   .timeline-ul {
       text-align: left;
     }
       
   .timeline-li{
       padding-top: 25px;
     }
   
   .timeline-status{
       margin-top: -20px;
   }
     
    .timeline-li p {
       margin-left: 40px;
       font-size: 14px;
     }
   
     
  .lineHeight {
      width: 3px;
      position: absolute;
      margin-left: 6px;
      margin-top: 30px;
      background: #105CAB;
      display:block;
  }
     
   .timeline-li:nth-child(4) span::after{
       content: "";   
       background: none;
     }
     
   } 
   
   .timeline-li span {
     background-color: #105CAB;  
     border: 2px solid #105CAB;                
     display: inline-block;
     height: 14px;
     width: 14px;
     border-radius: 12px;   
     z-index: 10;
     position: relative;
   }
   .timeline-li:last-child span {
   background-color: white!important;  
     border: 2px solid #105CAB; 
   }
   
   .secondaryReport {
      box-shadow: inset 0px 5px 5px -5px #e6e6e6;
   }
   .secondaryPadding{
      padding-left: 25px;
   }
   div.title p.dataNum {
       padding-left: 25px;
   }
   .col-md-5.title.dataNum {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 14px;
   }
   @media screen and (max-width: 991px) { 
      .secondaryReport {
          margin-left: 0px;
       }
       .secondaryReport::before {
           background:none;
       }
       .secondaryPadding{
          padding-top: 20px!important;
       }
       .col-md-5.title.dataNum {
          padding-top: 0px;
          font-size: 16px;
       }
   }

   /* ------------------------------ RESETS: Normalize - Bootstrap ------------------------------ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  [hidden],
  template {
    display: none;
  }
  
  a {
    background-color: transparent;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  mark {
    background: #ff0;
    color: #000;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  figure {
    margin: 1em 40px;
  }
  
  hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  
  pre {
    overflow: auto;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  legend {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  /* ------------------------------ RESETS: Normalize - Bootstrap - Print ------------------------------ */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  @media print {
    *,
    *:before,
    *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    .navbar {
      display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important;
    }
    .label {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #ddd !important;
    }
  }
  
  /* ------------------------------ RESETS: Normalize ------------------------------ */
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
  }
  
  main {
    display: block;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  img {
    border-style: none;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    margin: 0;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  details {
    display: block;
  }
  
  summary {
    display: list-item;
  }
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none;
  }
  
  /* ------------------------------ FONTS: Glyphicons Halflings ------------------------------ */
  @font-face {
    font-family: "Glyphicons Halflings";
    src: url("../Fonts/glyphicons-halflings-regular.eot");
    src: url("../Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../Fonts/glyphicons-halflings-regular.woff") format("woff"), url("../Fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  }
  
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .glyphicon-asterisk:before {
    content: "\002a";
  }
  
  .glyphicon-plus:before {
    content: "\002b";
  }
  
  .glyphicon-euro:before,
  .glyphicon-eur:before {
    content: "\20ac";
  }
  
  .glyphicon-minus:before {
    content: "\2212";
  }
  
  .glyphicon-cloud:before {
    content: "\2601";
  }
  
  .glyphicon-envelope:before {
    content: "\2709";
  }
  
  .glyphicon-pencil:before {
    content: "\270f";
  }
  
  .glyphicon-glass:before {
    content: "\e001";
  }
  
  .glyphicon-music:before {
    content: "\e002";
  }
  
  .glyphicon-search:before {
    content: "\e003";
  }
  
  .glyphicon-heart:before {
    content: "\e005";
  }
  
  .glyphicon-star:before {
    content: "\e006";
  }
  
  .glyphicon-star-empty:before {
    content: "\e007";
  }
  
  .glyphicon-user:before {
    content: "\e008";
  }
  
  .glyphicon-film:before {
    content: "\e009";
  }
  
  .glyphicon-th-large:before {
    content: "\e010";
  }
  
  .glyphicon-th:before {
    content: "\e011";
  }
  
  .glyphicon-th-list:before {
    content: "\e012";
  }
  
  .glyphicon-ok:before {
    content: "\e013";
  }
  
  .glyphicon-remove:before {
    content: "\e014";
  }
  
  .glyphicon-zoom-in:before {
    content: "\e015";
  }
  
  .glyphicon-zoom-out:before {
    content: "\e016";
  }
  
  .glyphicon-off:before {
    content: "\e017";
  }
  
  .glyphicon-signal:before {
    content: "\e018";
  }
  
  .glyphicon-cog:before {
    content: "\e019";
  }
  
  .glyphicon-trash:before {
    content: "\e020";
  }
  
  .glyphicon-home:before {
    content: "\e021";
  }
  
  .glyphicon-file:before {
    content: "\e022";
  }
  
  .glyphicon-time:before {
    content: "\e023";
  }
  
  .glyphicon-road:before {
    content: "\e024";
  }
  
  .glyphicon-download-alt:before {
    content: "\e025";
  }
  
  .glyphicon-download:before {
    content: "\e026";
  }
  
  .glyphicon-upload:before {
    content: "\e027";
  }
  
  .glyphicon-inbox:before {
    content: "\e028";
  }
  
  .glyphicon-play-circle:before {
    content: "\e029";
  }
  
  .glyphicon-repeat:before {
    content: "\e030";
  }
  
  .glyphicon-refresh:before {
    content: "\e031";
  }
  
  .glyphicon-list-alt:before {
    content: "\e032";
  }
  
  .glyphicon-lock:before {
    content: "\e033";
  }
  
  .glyphicon-flag:before {
    content: "\e034";
  }
  
  .glyphicon-headphones:before {
    content: "\e035";
  }
  
  .glyphicon-volume-off:before {
    content: "\e036";
  }
  
  .glyphicon-volume-down:before {
    content: "\e037";
  }
  
  .glyphicon-volume-up:before {
    content: "\e038";
  }
  
  .glyphicon-qrcode:before {
    content: "\e039";
  }
  
  .glyphicon-barcode:before {
    content: "\e040";
  }
  
  .glyphicon-tag:before {
    content: "\e041";
  }
  
  .glyphicon-tags:before {
    content: "\e042";
  }
  
  .glyphicon-book:before {
    content: "\e043";
  }
  
  .glyphicon-bookmark:before {
    content: "\e044";
  }
  
  .glyphicon-print:before {
    content: "\e045";
  }
  
  .glyphicon-camera:before {
    content: "\e046";
  }
  
  .glyphicon-font:before {
    content: "\e047";
  }
  
  .glyphicon-bold:before {
    content: "\e048";
  }
  
  .glyphicon-italic:before {
    content: "\e049";
  }
  
  .glyphicon-text-height:before {
    content: "\e050";
  }
  
  .glyphicon-text-width:before {
    content: "\e051";
  }
  
  .glyphicon-align-left:before {
    content: "\e052";
  }
  
  .glyphicon-align-center:before {
    content: "\e053";
  }
  
  .glyphicon-align-right:before {
    content: "\e054";
  }
  
  .glyphicon-align-justify:before {
    content: "\e055";
  }
  
  .glyphicon-list:before {
    content: "\e056";
  }
  
  .glyphicon-indent-left:before {
    content: "\e057";
  }
  
  .glyphicon-indent-right:before {
    content: "\e058";
  }
  
  .glyphicon-facetime-video:before {
    content: "\e059";
  }
  
  .glyphicon-picture:before {
    content: "\e060";
  }
  
  .glyphicon-map-marker:before {
    content: "\e062";
  }
  
  .glyphicon-adjust:before {
    content: "\e063";
  }
  
  .glyphicon-tint:before {
    content: "\e064";
  }
  
  .glyphicon-edit:before {
    content: "\e065";
  }
  
  .glyphicon-share:before {
    content: "\e066";
  }
  
  .glyphicon-check:before {
    content: "\e067";
  }
  
  .glyphicon-move:before {
    content: "\e068";
  }
  
  .glyphicon-step-backward:before {
    content: "\e069";
  }
  
  .glyphicon-fast-backward:before {
    content: "\e070";
  }
  
  .glyphicon-backward:before {
    content: "\e071";
  }
  
  .glyphicon-play:before {
    content: "\e072";
  }
  
  .glyphicon-pause:before {
    content: "\e073";
  }
  
  .glyphicon-stop:before {
    content: "\e074";
  }
  
  .glyphicon-forward:before {
    content: "\e075";
  }
  
  .glyphicon-fast-forward:before {
    content: "\e076";
  }
  
  .glyphicon-step-forward:before {
    content: "\e077";
  }
  
  .glyphicon-eject:before {
    content: "\e078";
  }
  
  .glyphicon-chevron-left:before {
    content: "\e079";
  }
  
  .glyphicon-chevron-right:before {
    content: "\e080";
  }
  
  .glyphicon-plus-sign:before {
    content: "\e081";
  }
  
  .glyphicon-minus-sign:before {
    content: "\e082";
  }
  
  .glyphicon-remove-sign:before {
    content: "\e083";
  }
  
  .glyphicon-ok-sign:before {
    content: "\e084";
  }
  
  .glyphicon-question-sign:before {
    content: "\e085";
  }
  
  .glyphicon-info-sign:before {
    content: "\e086";
  }
  
  .glyphicon-screenshot:before {
    content: "\e087";
  }
  
  .glyphicon-remove-circle:before {
    content: "\e088";
  }
  
  .glyphicon-ok-circle:before {
    content: "\e089";
  }
  
  .glyphicon-ban-circle:before {
    content: "\e090";
  }
  
  .glyphicon-arrow-left:before {
    content: "\e091";
  }
  
  .glyphicon-arrow-right:before {
    content: "\e092";
  }
  
  .glyphicon-arrow-up:before {
    content: "\e093";
  }
  
  .glyphicon-arrow-down:before {
    content: "\e094";
  }
  
  .glyphicon-share-alt:before {
    content: "\e095";
  }
  
  .glyphicon-resize-full:before {
    content: "\e096";
  }
  
  .glyphicon-resize-small:before {
    content: "\e097";
  }
  
  .glyphicon-exclamation-sign:before {
    content: "\e101";
  }
  
  .glyphicon-gift:before {
    content: "\e102";
  }
  
  .glyphicon-leaf:before {
    content: "\e103";
  }
  
  .glyphicon-fire:before {
    content: "\e104";
  }
  
  .glyphicon-eye-open:before {
    content: "\e105";
  }
  
  .glyphicon-eye-close:before {
    content: "\e106";
  }
  
  .glyphicon-warning-sign:before {
    content: "\e107";
  }
  
  .glyphicon-plane:before {
    content: "\e108";
  }
  
  .glyphicon-calendar:before {
    content: "\e109";
  }
  
  .glyphicon-random:before {
    content: "\e110";
  }
  
  .glyphicon-comment:before {
    content: "\e111";
  }
  
  .glyphicon-magnet:before {
    content: "\e112";
  }
  
  .glyphicon-chevron-up:before {
    content: "\e113";
  }
  
  .glyphicon-chevron-down:before {
    content: "\e114";
  }
  
  .glyphicon-retweet:before {
    content: "\e115";
  }
  
  .glyphicon-shopping-cart:before {
    content: "\e116";
  }
  
  .glyphicon-folder-close:before {
    content: "\e117";
  }
  
  .glyphicon-folder-open:before {
    content: "\e118";
  }
  
  .glyphicon-resize-vertical:before {
    content: "\e119";
  }
  
  .glyphicon-resize-horizontal:before {
    content: "\e120";
  }
  
  .glyphicon-hdd:before {
    content: "\e121";
  }
  
  .glyphicon-bullhorn:before {
    content: "\e122";
  }
  
  .glyphicon-bell:before {
    content: "\e123";
  }
  
  .glyphicon-certificate:before {
    content: "\e124";
  }
  
  .glyphicon-thumbs-up:before {
    content: "\e125";
  }
  
  .glyphicon-thumbs-down:before {
    content: "\e126";
  }
  
  .glyphicon-hand-right:before {
    content: "\e127";
  }
  
  .glyphicon-hand-left:before {
    content: "\e128";
  }
  
  .glyphicon-hand-up:before {
    content: "\e129";
  }
  
  .glyphicon-hand-down:before {
    content: "\e130";
  }
  
  .glyphicon-circle-arrow-right:before {
    content: "\e131";
  }
  
  .glyphicon-circle-arrow-left:before {
    content: "\e132";
  }
  
  .glyphicon-circle-arrow-up:before {
    content: "\e133";
  }
  
  .glyphicon-circle-arrow-down:before {
    content: "\e134";
  }
  
  .glyphicon-globe:before {
    content: "\e135";
  }
  
  .glyphicon-wrench:before {
    content: "\e136";
  }
  
  .glyphicon-tasks:before {
    content: "\e137";
  }
  
  .glyphicon-filter:before {
    content: "\e138";
  }
  
  .glyphicon-briefcase:before {
    content: "\e139";
  }
  
  .glyphicon-fullscreen:before {
    content: "\e140";
  }
  
  .glyphicon-dashboard:before {
    content: "\e141";
  }
  
  .glyphicon-paperclip:before {
    content: "\e142";
  }
  
  .glyphicon-heart-empty:before {
    content: "\e143";
  }
  
  .glyphicon-link:before {
    content: "\e144";
  }
  
  .glyphicon-phone:before {
    content: "\e145";
  }
  
  .glyphicon-pushpin:before {
    content: "\e146";
  }
  
  .glyphicon-usd:before {
    content: "\e148";
  }
  
  .glyphicon-gbp:before {
    content: "\e149";
  }
  
  .glyphicon-sort:before {
    content: "\e150";
  }
  
  .glyphicon-sort-by-alphabet:before {
    content: "\e151";
  }
  
  .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
  }
  
  .glyphicon-sort-by-order:before {
    content: "\e153";
  }
  
  .glyphicon-sort-by-order-alt:before {
    content: "\e154";
  }
  
  .glyphicon-sort-by-attributes:before {
    content: "\e155";
  }
  
  .glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
  }
  
  .glyphicon-unchecked:before {
    content: "\e157";
  }
  
  .glyphicon-expand:before {
    content: "\e158";
  }
  
  .glyphicon-collapse-down:before {
    content: "\e159";
  }
  
  .glyphicon-collapse-up:before {
    content: "\e160";
  }
  
  .glyphicon-log-in:before {
    content: "\e161";
  }
  
  .glyphicon-flash:before {
    content: "\e162";
  }
  
  .glyphicon-log-out:before {
    content: "\e163";
  }
  
  .glyphicon-new-window:before {
    content: "\e164";
  }
  
  .glyphicon-record:before {
    content: "\e165";
  }
  
  .glyphicon-save:before {
    content: "\e166";
  }
  
  .glyphicon-open:before {
    content: "\e167";
  }
  
  .glyphicon-saved:before {
    content: "\e168";
  }
  
  .glyphicon-import:before {
    content: "\e169";
  }
  
  .glyphicon-export:before {
    content: "\e170";
  }
  
  .glyphicon-send:before {
    content: "\e171";
  }
  
  .glyphicon-floppy-disk:before {
    content: "\e172";
  }
  
  .glyphicon-floppy-saved:before {
    content: "\e173";
  }
  
  .glyphicon-floppy-remove:before {
    content: "\e174";
  }
  
  .glyphicon-floppy-save:before {
    content: "\e175";
  }
  
  .glyphicon-floppy-open:before {
    content: "\e176";
  }
  
  .glyphicon-credit-card:before {
    content: "\e177";
  }
  
  .glyphicon-transfer:before {
    content: "\e178";
  }
  
  .glyphicon-cutlery:before {
    content: "\e179";
  }
  
  .glyphicon-header:before {
    content: "\e180";
  }
  
  .glyphicon-compressed:before {
    content: "\e181";
  }
  
  .glyphicon-earphone:before {
    content: "\e182";
  }
  
  .glyphicon-phone-alt:before {
    content: "\e183";
  }
  
  .glyphicon-tower:before {
    content: "\e184";
  }
  
  .glyphicon-stats:before {
    content: "\e185";
  }
  
  .glyphicon-sd-video:before {
    content: "\e186";
  }
  
  .glyphicon-hd-video:before {
    content: "\e187";
  }
  
  .glyphicon-subtitles:before {
    content: "\e188";
  }
  
  .glyphicon-sound-stereo:before {
    content: "\e189";
  }
  
  .glyphicon-sound-dolby:before {
    content: "\e190";
  }
  
  .glyphicon-sound-5-1:before {
    content: "\e191";
  }
  
  .glyphicon-sound-6-1:before {
    content: "\e192";
  }
  
  .glyphicon-sound-7-1:before {
    content: "\e193";
  }
  
  .glyphicon-copyright-mark:before {
    content: "\e194";
  }
  
  .glyphicon-registration-mark:before {
    content: "\e195";
  }
  
  .glyphicon-cloud-download:before {
    content: "\e197";
  }
  
  .glyphicon-cloud-upload:before {
    content: "\e198";
  }
  
  .glyphicon-tree-conifer:before {
    content: "\e199";
  }
  
  .glyphicon-tree-deciduous:before {
    content: "\e200";
  }
  
  .glyphicon-cd:before {
    content: "\e201";
  }
  
  .glyphicon-save-file:before {
    content: "\e202";
  }
  
  .glyphicon-open-file:before {
    content: "\e203";
  }
  
  .glyphicon-level-up:before {
    content: "\e204";
  }
  
  .glyphicon-copy:before {
    content: "\e205";
  }
  
  .glyphicon-paste:before {
    content: "\e206";
  }
  
  .glyphicon-alert:before {
    content: "\e209";
  }
  
  .glyphicon-equalizer:before {
    content: "\e210";
  }
  
  .glyphicon-king:before {
    content: "\e211";
  }
  
  .glyphicon-queen:before {
    content: "\e212";
  }
  
  .glyphicon-pawn:before {
    content: "\e213";
  }
  
  .glyphicon-bishop:before {
    content: "\e214";
  }
  
  .glyphicon-knight:before {
    content: "\e215";
  }
  
  .glyphicon-baby-formula:before {
    content: "\e216";
  }
  
  .glyphicon-tent:before {
    content: "\26fa";
  }
  
  .glyphicon-blackboard:before {
    content: "\e218";
  }
  
  .glyphicon-bed:before {
    content: "\e219";
  }
  
  .glyphicon-apple:before {
    content: "\f8ff";
  }
  
  .glyphicon-erase:before {
    content: "\e221";
  }
  
  .glyphicon-hourglass:before {
    content: "\231b";
  }
  
  .glyphicon-lamp:before {
    content: "\e223";
  }
  
  .glyphicon-duplicate:before {
    content: "\e224";
  }
  
  .glyphicon-piggy-bank:before {
    content: "\e225";
  }
  
  .glyphicon-scissors:before {
    content: "\e226";
  }
  
  .glyphicon-bitcoin:before {
    content: "\e227";
  }
  
  .glyphicon-btc:before {
    content: "\e227";
  }
  
  .glyphicon-xbt:before {
    content: "\e227";
  }
  
  .glyphicon-yen:before {
    content: "\00a5";
  }
  
  .glyphicon-jpy:before {
    content: "\00a5";
  }
  
  .glyphicon-ruble:before {
    content: "\20bd";
  }
  
  .glyphicon-rub:before {
    content: "\20bd";
  }
  
  .glyphicon-scale:before {
    content: "\e230";
  }
  
  .glyphicon-ice-lolly:before {
    content: "\e231";
  }
  
  .glyphicon-ice-lolly-tasted:before {
    content: "\e232";
  }
  
  .glyphicon-education:before {
    content: "\e233";
  }
  
  .glyphicon-option-horizontal:before {
    content: "\e234";
  }
  
  .glyphicon-option-vertical:before {
    content: "\e235";
  }
  
  .glyphicon-menu-hamburger:before {
    content: "\e236";
  }
  
  .glyphicon-modal-window:before {
    content: "\e237";
  }
  
  .glyphicon-oil:before {
    content: "\e238";
  }
  
  .glyphicon-grain:before {
    content: "\e239";
  }
  
  .glyphicon-sunglasses:before {
    content: "\e240";
  }
  
  .glyphicon-text-size:before {
    content: "\e241";
  }
  
  .glyphicon-text-color:before {
    content: "\e242";
  }
  
  .glyphicon-text-background:before {
    content: "\e243";
  }
  
  .glyphicon-object-align-top:before {
    content: "\e244";
  }
  
  .glyphicon-object-align-bottom:before {
    content: "\e245";
  }
  
  .glyphicon-object-align-horizontal:before {
    content: "\e246";
  }
  
  .glyphicon-object-align-left:before {
    content: "\e247";
  }
  
  .glyphicon-object-align-vertical:before {
    content: "\e248";
  }
  
  .glyphicon-object-align-right:before {
    content: "\e249";
  }
  
  .glyphicon-triangle-right:before {
    content: "\e250";
  }
  
  .glyphicon-triangle-left:before {
    content: "\e251";
  }
  
  .glyphicon-triangle-bottom:before {
    content: "\e252";
  }
  
  .glyphicon-triangle-top:before {
    content: "\e253";
  }
  
  .glyphicon-console:before {
    content: "\e254";
  }
  
  .glyphicon-superscript:before {
    content: "\e255";
  }
  
  .glyphicon-subscript:before {
    content: "\e256";
  }
  
  .glyphicon-menu-left:before {
    content: "\e257";
  }
  
  .glyphicon-menu-right:before {
    content: "\e258";
  }
  
  .glyphicon-menu-down:before {
    content: "\e259";
  }
  
  .glyphicon-menu-up:before {
    content: "\e260";
  }
  
  /* ------------------------------ FONTS: Segoe UI ------------------------------ */
  @font-face {
    font-family: 'Segoe UI';
    src: local("Segoe UI Light"), url("../Fonts/segoe-ui-light.woff2") format("woff2");
    font-weight: 200;
  }
  
  @font-face {
    font-family: 'Segoe UI';
    src: local("Segoe UI Semilight"), url("../Fonts/segoe-ui-semilight.woff2") format("woff2");
    font-weight: 300;
  }
  
  @font-face {
    font-family: 'Segoe UI';
    src: local("Segoe UI"), url("../Fonts/segoe-ui-normal.woff2") format("woff2");
    font-weight: 400;
  }
  
  @font-face {
    font-family: 'Segoe UI';
    src: local("Segoe UI Semibold"), url("../Fonts/segoe-ui-semibold.woff2") format("woff2");
    font-weight: 600;
  }
  
  @font-face {
    font-family: 'Segoe UI';
    src: local("Segoe UI Bold"), url("../Fonts/segoe-ui-bold.woff2") format("woff2");
    font-weight: 700;
  }
  
  [role="button"] {
    cursor: pointer;
  }
  
  .fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 0;
  }
  
  .fade.in {
    opacity: 1;
  }
  
  .collapse {
    display: none;
  }
  
  .collapse.in {
    display: block;
  }
  
  tr .collapse.in {
    display: table-row;
  }
  
  tbody .collapse.in {
    display: table-row-group;
  }
  
  .collapsing {
    -webkit-transition: visibility 0.35s ease;
    transition: visibility 0.35s ease;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  
  .bg-primary,
  a.bg-primary:focus {
    background-color: #0066CC;
  }
  
  a.bg-primary:hover {
    background-color: #004D99;
  }
  
  .bg-success,
  a.bg-success:focus {
    background-color: #4D9900;
  }
  
  a.bg-success:hover {
    background-color: #397300;
  }
  
  .bg-info,
  a.bg-info:focus {
    background-color: #00CCBB;
  }
  
  a.bg-info:hover {
    background-color: #00998C;
  }
  
  .bg-warning,
  a.bg-warning:focus {
    background-color: #E5AC00;
  }
  
  a.bg-warning:hover {
    background-color: #B28600;
  }
  
  .bg-danger,
  a.bg-danger:focus {
    background-color: #E52600;
  }
  
  a.bg-danger:hover {
    background-color: #BF2000;
  }
  
  p {
    margin: 0 0 12px;
  }
  
  .lead {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
  }
  
  @media (min-width: 768px) {
    .lead {
      font-size: 23.9994px;
    }
  }
  
  small,
  .small {
    font-size: 87%;
  }
  
  mark,
  .mark {
    padding: .2em;
    background-color: #ffe289;
  }
  
  .text-primary,
  a.text-primary:focus {
    color: #0066CC;
  }
  
  a.text-primary:hover {
    color: #004D99;
  }
  
  .text-success,
  a.text-success:focus {
    color: #4D9900;
  }
  
  a.text-success:hover {
    color: #397300;
  }
  
  .text-info,
  a.text-info:focus {
    color: #00CCBB;
  }
  
  a.text-info:hover {
    color: #00998C;
  }
  
  .text-warning,
  a.text-warning:focus {
    color: #E5AC00;
  }
  
  a.text-warning:hover {
    color: #B28600;
  }
  
  .text-danger,
  a.text-danger:focus {
    color: #E52600;
  }
  
  a.text-danger:hover {
    color: #BF2000;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-justify {
    text-align: justify;
  }
  
  .text-nowrap {
    white-space: nowrap;
  }
  
  .text-lowercase {
    text-transform: lowercase;
  }
  
  .text-uppercase {
    text-transform: uppercase;
  }
  
  .text-capitalize {
    text-transform: capitalize;
  }
  
  .text-muted {
    color: #808080;
  }
  
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
  }
  
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  
  address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
  }
  
  kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #444444;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0;
  }
  
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }
  
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  
  .text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  [class*="text-ellipsis-"] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  
  .text-ellipsis-2-lines {
    -webkit-line-clamp: 2;
  }
  
  .text-ellipsis-3-lines {
    -webkit-line-clamp: 3;
  }
  
  .text-ellipsis-4-lines {
    -webkit-line-clamp: 4;
  }
  
  .text-ellipsis-5-lines {
    -webkit-line-clamp: 5;
  }
  
  h1,
  .h1 {
    font-size: 40px;
    font-weight: 400;
    color: #111;
    line-height: 1.25;
    font-family: inherit;
  }
  
  @media (min-width: 769px) {
    h1,
    .h1 {
      line-height: 1.25;
    }
  }
  
  @media (min-width: 1181px) {
    h1,
    .h1 {
      font-size: 56px;
      line-height: 1.25;
    }
  }
  
  [class*="inverse"] h1, [class*="inverse"]
  .h1 {
    color: #fff;
  }
  
  h1 small,
  h1 .small,
  .h1 small,
  .h1 .small {
    font-size: 70%;
    font-weight: 400;
    line-height: 1;
    color: #808080;
  }
  
  [class*="inverse"] h1 small, [class*="inverse"]
  h1 .small, [class*="inverse"]
  .h1 small, [class*="inverse"]
  .h1 .small {
    color: #ddd;
  }
  
  h2,
  .h2 {
    font-size: 28px;
    font-weight: 400;
    color: #111;
    line-height: 1.25;
    font-family: inherit;
  }
  
  @media (min-width: 769px) {
    h2,
    .h2 {
      line-height: 1.25;
    }
  }
  
  @media (min-width: 1181px) {
    h2,
    .h2 {
      font-size: 40px;
      line-height: 1.25;
    }
  }
  
  [class*="inverse"] h2, [class*="inverse"]
  .h2 {
    color: #fff;
  }
  
  h2 small,
  h2 .small,
  .h2 small,
  .h2 .small {
    font-size: 70%;
    font-weight: 400;
    line-height: 1;
    color: #808080;
  }
  
  [class*="inverse"] h2 small, [class*="inverse"]
  h2 .small, [class*="inverse"]
  .h2 small, [class*="inverse"]
  .h2 .small {
    color: #ddd;
  }
  
  h3,
  .h3 {
    font-size: 28px;
    font-weight: 400;
    color: #111;
    line-height: 1.25;
    font-family: inherit;
  }
  
  @media (min-width: 769px) {
    h3,
    .h3 {
      line-height: 1.25;
    }
  }
  
  @media (min-width: 1181px) {
    h3,
    .h3 {
      line-height: 1.25;
    }
  }
  
  [class*="inverse"] h3, [class*="inverse"]
  .h3 {
    color: #fff;
  }
  
  h3 small,
  h3 .small,
  .h3 small,
  .h3 .small {
    font-size: 70%;
    font-weight: 400;
    line-height: 1;
    color: #808080;
  }
  
  [class*="inverse"] h3 small, [class*="inverse"]
  h3 .small, [class*="inverse"]
  .h3 small, [class*="inverse"]
  .h3 .small {
    color: #ddd;
  }
  
  h4,
  .h4 {
    font-size: 22px;
    font-weight: 400;
    color: #111;
    line-height: 1.25;
    font-family: inherit;
  }
  
  @media (min-width: 769px) {
    h4,
    .h4 {
      line-height: 1.25;
    }
  }
  
  @media (min-width: 1181px) {
    h4,
    .h4 {
      line-height: 1.25;
    }
  }
  
  [class*="inverse"] h4, [class*="inverse"]
  .h4 {
    color: #fff;
  }
  
  h4 small,
  h4 .small,
  .h4 small,
  .h4 .small {
    font-size: 70%;
    font-weight: 400;
    line-height: 1;
    color: #808080;
  }
  
  [class*="inverse"] h4 small, [class*="inverse"]
  h4 .small, [class*="inverse"]
  .h4 small, [class*="inverse"]
  .h4 .small {
    color: #ddd;
  }
  
  h5,
  .h5 {
    font-size: 18px;
    font-weight: 400;
    color: #111;
    line-height: 1.25;
    font-family: inherit;
  }
  
  @media (min-width: 769px) {
    h5,
    .h5 {
      line-height: 1.25;
    }
  }
  
  @media (min-width: 1181px) {
    h5,
    .h5 {
      line-height: 1.25;
    }
  }
  
  [class*="inverse"] h5, [class*="inverse"]
  .h5 {
    color: #fff;
  }
  
  h5 small,
  h5 .small,
  .h5 small,
  .h5 .small {
    font-size: 70%;
    font-weight: 400;
    line-height: 1;
    color: #808080;
  }
  
  [class*="inverse"] h5 small, [class*="inverse"]
  h5 .small, [class*="inverse"]
  .h5 small, [class*="inverse"]
  .h5 .small {
    color: #ddd;
  }
  
  h6,
  .h6 {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 1.25;
    font-family: inherit;
  }
  
  @media (min-width: 769px) {
    h6,
    .h6 {
      line-height: 1.25;
    }
  }
  
  @media (min-width: 1181px) {
    h6,
    .h6 {
      line-height: 1.25;
    }
  }
  
  [class*="inverse"] h6, [class*="inverse"]
  .h6 {
    color: #fff;
  }
  
  h6 small,
  h6 .small,
  .h6 small,
  .h6 .small {
    font-size: 70%;
    font-weight: 400;
    line-height: 1;
    color: #808080;
  }
  
  [class*="inverse"] h6 small, [class*="inverse"]
  h6 .small, [class*="inverse"]
  .h6 small, [class*="inverse"]
  .h6 .small {
    color: #ddd;
  }
  
  h1,
  h2,
  h3,
  .h1,
  .h2,
  .h3 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  
  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  
  .page-header {
    padding-bottom: 12px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #bbb;
  }
  
  .text-small {
    font-size: 14px;
  }
  
  .text-base {
    font-size: 16px;
  }
  
  .text-large {
    font-size: 18px;
  }
  
  a {
    text-decoration: underline;
    outline-offset: 0;
    color: #0066CC;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  a:active {
    text-decoration: underline;
  }
  
  a:disabled, a.disabled {
    text-decoration: none;
  }
  
  a:focus {
    outline: 2px dashed #0066CC;
  }
  
  a:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  a:focus-visible {
    outline: 2px dashed #0066CC;
  }
  
  a:hover {
    color: #0066CC;
  }
  
  a:active {
    color: #0066CC;
  }
  
  a:focus {
    color: #0066CC;
  }
  
  a:disabled, a.disabled {
    color: #999;
    cursor: not-allowed;
  }
  
  [class*="inverse"] a {
    outline-offset: 0;
    color: #fff;
  }
  
  [class*="inverse"] a:focus {
    outline: 2px dashed #fff;
  }
  
  [class*="inverse"] a:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  [class*="inverse"] a:focus-visible {
    outline: 2px dashed #fff;
  }
  
  [class*="inverse"] a:hover {
    color: #fff;
  }
  
  [class*="inverse"] a:active {
    color: #fff;
  }
  
  [class*="inverse"] a:focus {
    color: #fff;
  }
  
  [class*="inverse"] a:disabled, [class*="inverse"] a.disabled {
    color: rgba(255, 255, 255, 0.4);
  }
  
  figure {
    margin: 0;
  }
  
  img {
    vertical-align: middle;
  }
  
  .img-responsive,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  .img-rounded {
    border-radius: 0;
  }
  
  .img-thumbnail {
    padding: 0;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  
  .img-circle {
    border-radius: 50%;
  }
  
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 768px) {
    .container {
      width: 100%;
    }
  }
  
  @media (min-width: 1180px) {
    .container {
      width: 100%;
    }
  }
  
  @media (min-width: 1400px) {
    .container {
      width: 1400px;
    }
  }
  
  .row {
    margin-right: -40px;
    margin-left: -40px;
  }
  
  .row-no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  
  .pull-right {
    float: right !important;
  }
  
  .pull-left {
    float: left !important;
  }
  
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .affix {
    position: fixed;
  }
  
  .body-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  @media (min-width: 1181px) {
    .body-content {
      padding-top: 40px;
      padding-bottom: 60px;
    }
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-0 {
    margin-top: 0 !important;
  }
  
  .mr-0 {
    margin-right: 0 !important;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0 {
    margin-left: 0 !important;
  }
  
  .mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1 {
    margin-left: 0.25rem !important;
  }
  
  .mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  
  .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .mt-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3 {
    margin-left: 1rem !important;
  }
  
  .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4 {
    margin-left: 1.5rem !important;
  }
  
  .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .mt-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5 {
    margin-left: 3rem !important;
  }
  
  .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .mt-auto {
    margin-top: auto !important;
  }
  
  .mr-auto {
    margin-right: auto !important;
  }
  
  .mb-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto {
    margin-left: auto !important;
  }
  
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  
  .pr-0 {
    padding-right: 0 !important;
  }
  
  .pb-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0 {
    padding-left: 0 !important;
  }
  
  .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1 {
    padding-left: 0.25rem !important;
  }
  
  .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2 {
    padding-left: 0.5rem !important;
  }
  
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  .pt-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3 {
    padding-left: 1rem !important;
  }
  
  .py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  
  .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4 {
    padding-left: 1.5rem !important;
  }
  
  .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .pt-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5 {
    padding-left: 3rem !important;
  }
  
  .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  
  .col-xs-12 {
    width: 100%;
  }
  
  .col-xs-11 {
    width: 91.66666667%;
  }
  
  .col-xs-10 {
    width: 83.33333333%;
  }
  
  .col-xs-9 {
    width: 75%;
  }
  
  .col-xs-8 {
    width: 66.66666667%;
  }
  
  .col-xs-7 {
    width: 58.33333333%;
  }
  
  .col-xs-6 {
    width: 50%;
  }
  
  .col-xs-5 {
    width: 41.66666667%;
  }
  
  .col-xs-4 {
    width: 33.33333333%;
  }
  
  .col-xs-3 {
    width: 25%;
  }
  
  .col-xs-2 {
    width: 16.66666667%;
  }
  
  .col-xs-1 {
    width: 8.33333333%;
  }
  
  .col-xs-pull-12 {
    right: 100%;
  }
  
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  
  .col-xs-pull-9 {
    right: 75%;
  }
  
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  
  .col-xs-pull-6 {
    right: 50%;
  }
  
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  
  .col-xs-pull-3 {
    right: 25%;
  }
  
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  
  .col-xs-pull-0 {
    right: auto;
  }
  
  .col-xs-push-12 {
    left: 100%;
  }
  
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  
  .col-xs-push-9 {
    left: 75%;
  }
  
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  
  .col-xs-push-6 {
    left: 50%;
  }
  
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  
  .col-xs-push-3 {
    left: 25%;
  }
  
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  
  .col-xs-push-0 {
    left: auto;
  }
  
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-pull-11 {
      right: 91.66666667%;
    }
    .col-sm-pull-10 {
      right: 83.33333333%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-8 {
      right: 66.66666667%;
    }
    .col-sm-pull-7 {
      right: 58.33333333%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-5 {
      right: 41.66666667%;
    }
    .col-sm-pull-4 {
      right: 33.33333333%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-2 {
      right: 16.66666667%;
    }
    .col-sm-pull-1 {
      right: 8.33333333%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-push-11 {
      left: 91.66666667%;
    }
    .col-sm-push-10 {
      left: 83.33333333%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-8 {
      left: 66.66666667%;
    }
    .col-sm-push-7 {
      left: 58.33333333%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-5 {
      left: 41.66666667%;
    }
    .col-sm-push-4 {
      left: 33.33333333%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-2 {
      left: 16.66666667%;
    }
    .col-sm-push-1 {
      left: 8.33333333%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
      margin-left: 0%;
    }
  }
  
  @media (min-width: 1180px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-pull-11 {
      right: 91.66666667%;
    }
    .col-md-pull-10 {
      right: 83.33333333%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-8 {
      right: 66.66666667%;
    }
    .col-md-pull-7 {
      right: 58.33333333%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-5 {
      right: 41.66666667%;
    }
    .col-md-pull-4 {
      right: 33.33333333%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-2 {
      right: 16.66666667%;
    }
    .col-md-pull-1 {
      right: 8.33333333%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-push-11 {
      left: 91.66666667%;
    }
    .col-md-push-10 {
      left: 83.33333333%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-8 {
      left: 66.66666667%;
    }
    .col-md-push-7 {
      left: 58.33333333%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-5 {
      left: 41.66666667%;
    }
    .col-md-push-4 {
      left: 33.33333333%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-2 {
      left: 16.66666667%;
    }
    .col-md-push-1 {
      left: 8.33333333%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
      margin-left: 0%;
    }
  }
  
  @media (min-width: 1400px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-pull-11 {
      right: 91.66666667%;
    }
    .col-lg-pull-10 {
      right: 83.33333333%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-8 {
      right: 66.66666667%;
    }
    .col-lg-pull-7 {
      right: 58.33333333%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-5 {
      right: 41.66666667%;
    }
    .col-lg-pull-4 {
      right: 33.33333333%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-2 {
      right: 16.66666667%;
    }
    .col-lg-pull-1 {
      right: 8.33333333%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-push-11 {
      left: 91.66666667%;
    }
    .col-lg-push-10 {
      left: 83.33333333%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-8 {
      left: 66.66666667%;
    }
    .col-lg-push-7 {
      left: 58.33333333%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-5 {
      left: 41.66666667%;
    }
    .col-lg-push-4 {
      left: 33.33333333%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-2 {
      left: 16.66666667%;
    }
    .col-lg-push-1 {
      left: 8.33333333%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
      margin-left: 0%;
    }
  }
  
  .clearfix:before,
  .clearfix:after,
  .dl-horizontal dd:before,
  .dl-horizontal dd:after,
  .container:before,
  .container:after,
  .container-fluid:before,
  .container-fluid:after,
  .row:before,
  .row:after,
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after,
  .btn-toolbar:before,
  .btn-toolbar:after,
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after,
  .nav:before,
  .nav:after,
  .navbar:before,
  .navbar:after,
  .navbar-header:before,
  .navbar-header:after,
  .navbar-collapse:before,
  .navbar-collapse:after,
  .pager:before,
  .pager:after,
  .panel-body:before,
  .panel-body:after,
  .modal-header:before,
  .modal-header:after,
  .modal-footer:before,
  .modal-footer:after {
    display: table;
    content: " ";
  }
  
  .clearfix:after,
  .dl-horizontal dd:after,
  .container:after,
  .container-fluid:after,
  .row:after,
  .form-horizontal .form-group:after,
  .btn-toolbar:after,
  .btn-group-vertical > .btn-group:after,
  .nav:after,
  .navbar:after,
  .navbar-header:after,
  .navbar-collapse:after,
  .pager:after,
  .panel-body:after,
  .modal-header:after,
  .modal-footer:after {
    clear: both;
  }
  
  .hide {
    display: none !important;
  }
  
  .show {
    display: block !important;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .hidden {
    display: none !important;
  }
  
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: none !important;
  }
  
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    table.visible-xs {
      display: table !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
  }
  
  @media (max-width: 767px) {
    .visible-xs-block {
      display: block !important;
    }
  }
  
  @media (max-width: 767px) {
    .visible-xs-inline {
      display: inline !important;
    }
  }
  
  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1179px) {
    .visible-sm {
      display: block !important;
    }
    table.visible-sm {
      display: table !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1179px) {
    .visible-sm-block {
      display: block !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1179px) {
    .visible-sm-inline {
      display: inline !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1179px) {
    .visible-sm-inline-block {
      display: inline-block !important;
    }
  }
  
  @media (min-width: 1180px) and (max-width: 1399px) {
    .visible-md {
      display: block !important;
    }
    table.visible-md {
      display: table !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
  }
  
  @media (min-width: 1180px) and (max-width: 1399px) {
    .visible-md-block {
      display: block !important;
    }
  }
  
  @media (min-width: 1180px) and (max-width: 1399px) {
    .visible-md-inline {
      display: inline !important;
    }
  }
  
  @media (min-width: 1180px) and (max-width: 1399px) {
    .visible-md-inline-block {
      display: inline-block !important;
    }
  }
  
  @media (min-width: 1400px) {
    .visible-lg {
      display: block !important;
    }
    table.visible-lg {
      display: table !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    }
  }
  
  @media (min-width: 1400px) {
    .visible-lg-block {
      display: block !important;
    }
  }
  
  @media (min-width: 1400px) {
    .visible-lg-inline {
      display: inline !important;
    }
  }
  
  @media (min-width: 1400px) {
    .visible-lg-inline-block {
      display: inline-block !important;
    }
  }
  
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1179px) {
    .hidden-sm {
      display: none !important;
    }
  }
  
  @media (min-width: 1180px) and (max-width: 1399px) {
    .hidden-md {
      display: none !important;
    }
  }
  
  @media (min-width: 1400px) {
    .hidden-lg {
      display: none !important;
    }
  }
  
  .visible-print {
    display: none !important;
  }
  
  @media print {
    .visible-print {
      display: block !important;
    }
    table.visible-print {
      display: table !important;
    }
    tr.visible-print {
      display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    }
  }
  
  .visible-print-block {
    display: none !important;
  }
  
  @media print {
    .visible-print-block {
      display: block !important;
    }
  }
  
  .visible-print-inline {
    display: none !important;
  }
  
  @media print {
    .visible-print-inline {
      display: inline !important;
    }
  }
  
  .visible-print-inline-block {
    display: none !important;
  }
  
  @media print {
    .visible-print-inline-block {
      display: inline-block !important;
    }
  }
  
  @media print {
    .hidden-print {
      display: none !important;
    }
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  
  /* -------------------------------- GLOBAL: Global -------------------------------- */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  
  html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  @-ms-viewport {
    width: device-width;
  }
  
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  *,
  textarea,
  select,
  input {
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  [hidden] {
    display: none !important;
  }
  
  body {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    height: auto;
    min-height: 100vh;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    background-color: #fff;
  }
  
  body.no-scroll {
    overflow: hidden;
    max-width: 100vw;
    max-height: 100vh;
  }
  
  body [class*="inverse"] {
    color: #fff;
  }
  
  .bg-accent {
    background: #F2F2F2;
  }
  
  html[dir=ltr] li a {
    margin-left: 0;
  }
  
  /* ------------------------------ COMPONENTS: Caret ------------------------------ */
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid currentcolor;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 6px solid currentcolor;
  }
  
  .btn .caret {
    margin-left: 0;
  }
  
  .btn-lg .caret {
    border-width: 8px 8px 0;
    border-bottom-width: 0;
  }
  
  .dropup .btn-lg .caret {
    border-width: 0 8px 8px;
  }
  
  /* ------------------------------ COMPONENT: Badge ------------------------------ */
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #0066cc;
    border-radius: 16px;
  }
  
  .badge:empty {
    display: none;
  }
  
  .btn .badge {
    position: relative;
    top: -1px;
  }
  
  .btn-xs .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
  }
  
  a.badge:hover,
  a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #0066cc;
    background-color: #ffffff;
  }
  
  .list-group-item > .badge {
    float: right;
  }
  
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  
  .nav-pills > li > a > .badge {
    margin-left: 3px;
  }
  
  .btn-default .badge {
    color: #ffffff;
    background-color: #0066cc;
  }
  
  .btn-primary .badge {
    color: #0066cc;
    background-color: #ffffff;
  }
  
  .btn-success .badge {
    color: #4d9900;
    background-color: #ffffff;
  }
  
  .btn-info .badge {
    color: #00ccbb;
    background-color: #ffffff;
  }
  
  .btn-warning .badge {
    color: #e5ac00;
    background-color: #ffffff;
  }
  
  .btn-danger .badge {
    color: #e52600;
    background-color: #ffffff;
  }
  
  /* ------------------------------ COMPONENTS: Buttons ------------------------------ */
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 7px 15px 9px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3.03px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .btn:hover, .btn:focus, .btn.focus {
    color: #0066CC;
    text-decoration: none;
  }
  
  .btn:active, .btn.active {
    box-shadow: inset 0 0 0 calc(2px - 1px) #0066CC;
    background-image: none;
    outline: 0;
  }
  
  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
  }
  
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=100);
    opacity: 1;
    box-shadow: none;
  }
  
  a.btn {
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
  }
  
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  
  .btn-link {
    font-weight: 600;
    color: #0066CC;
    border-radius: 0;
  }
  
  .btn-link:hover, .btn-link:focus {
    text-decoration: none;
  }
  
  .btn-block {
    display: block;
  }
  
  .btn-blockinput[type="submit"], .btn-blockinput[type="reset"], .btn-blockinput[type="button"] {
    width: 100%;
  }
  
  .btn-block + .btn-block {
    margin-top: 20px;
  }
  
  .btn-default {
    background: #fff;
    border-color: #0066CC;
    color: #0066CC;
  }
  
  .btn-default:hover, .btn-default:focus:hover, .btn-default.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #0066CC;
    background: #D9ECFF;
    border-color: #0066CC;
    color: #0066CC;
  }
  
  .btn-default:active, .btn-default:active:hover, .btn-default.active, .btn-default.active:hover, .btn-default:active:focus, .btn-default.active:focus, .btn-default:active.focus, .btn-default.active.focus,
  .open > .btn-default.dropdown-toggle,
  .open > .btn-default.dropdown-toggle:hover,
  .open > .btn-default.dropdown-toggle:focus,
  .open > .btn-default.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #0066CC;
    background: #B2D9FF;
    border-color: #0066CC;
    color: #0066CC;
  }
  
  .btn-default:focus, .btn-default.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #0066CC;
    background: #fff;
    border-color: #0066CC;
    color: #0066CC;
  }
  
  .btn-default:disabled, .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #ddd;
    background: #F2F2F2;
    border-color: #ddd;
    color: #999;
  }
  
  .btn-default.btn-inverse {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
  
  .btn-default.btn-inverse:hover, .btn-default.btn-inverse:focus:hover, .btn-default.btn-inverse.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
  }
  
  .btn-default.btn-inverse:active, .btn-default.btn-inverse:active:hover, .btn-default.btn-inverse.active, .btn-default.btn-inverse.active:hover, .btn-default.btn-inverse:active:focus, .btn-default.btn-inverse.active:focus, .btn-default.btn-inverse:active.focus, .btn-default.btn-inverse.active.focus,
  .open > .btn-default.btn-inverse.dropdown-toggle,
  .open > .btn-default.btn-inverse.dropdown-toggle:hover,
  .open > .btn-default.btn-inverse.dropdown-toggle:focus,
  .open > .btn-default.btn-inverse.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
    background: rgba(255, 255, 255, 0.4);
    border-color: #fff;
    color: #fff;
  }
  
  .btn-default.btn-inverse:focus, .btn-default.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #fff;
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
  
  .btn-default.btn-inverse:disabled, .btn-default.btn-inverse.disabled, .btn-default.btn-inverse.disabled:hover, .btn-default.btn-inverse.disabled:focus, .btn-default.btn-inverse.disabled.focus, .btn-default.btn-inverse[disabled], .btn-default.btn-inverse[disabled]:hover, .btn-default.btn-inverse[disabled]:focus, .btn-default.btn-inverse[disabled].focus,
  fieldset[disabled] .btn-default.btn-inverse,
  fieldset[disabled] .btn-default.btn-inverse:hover,
  fieldset[disabled] .btn-default.btn-inverse:focus,
  fieldset[disabled] .btn-default.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.2);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
  }
  
  .btn-primary {
    background: #0066CC;
    border-color: #0066CC;
    color: #fff;
  }
  
  .btn-primary:hover, .btn-primary:focus:hover, .btn-primary.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #004D99;
    background: #004D99;
    border-color: #004D99;
    color: #fff;
  }
  
  .btn-primary:active, .btn-primary:active:hover, .btn-primary.active, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus,
  .open > .btn-primary.dropdown-toggle,
  .open > .btn-primary.dropdown-toggle:hover,
  .open > .btn-primary.dropdown-toggle:focus,
  .open > .btn-primary.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #003366;
    background: #003366;
    border-color: #003366;
    color: #fff;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #0066CC;
    background: #0066CC;
    border-color: #0066CC;
    color: #fff;
  }
  
  .btn-primary:disabled, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #999;
  }
  
  .btn-primary.btn-inverse {
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-primary.btn-inverse:hover, .btn-primary.btn-inverse:focus:hover, .btn-primary.btn-inverse.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #111;
  }
  
  .btn-primary.btn-inverse:active, .btn-primary.btn-inverse:active:hover, .btn-primary.btn-inverse.active, .btn-primary.btn-inverse.active:hover, .btn-primary.btn-inverse:active:focus, .btn-primary.btn-inverse.active:focus, .btn-primary.btn-inverse:active.focus, .btn-primary.btn-inverse.active.focus,
  .open > .btn-primary.btn-inverse.dropdown-toggle,
  .open > .btn-primary.btn-inverse.dropdown-toggle:hover,
  .open > .btn-primary.btn-inverse.dropdown-toggle:focus,
  .open > .btn-primary.btn-inverse.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
    background: #ddd;
    border-color: #ddd;
    color: #111;
  }
  
  .btn-primary.btn-inverse:focus, .btn-primary.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #fff;
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-primary.btn-inverse:disabled, .btn-primary.btn-inverse.disabled, .btn-primary.btn-inverse.disabled:hover, .btn-primary.btn-inverse.disabled:focus, .btn-primary.btn-inverse.disabled.focus, .btn-primary.btn-inverse[disabled], .btn-primary.btn-inverse[disabled]:hover, .btn-primary.btn-inverse[disabled]:focus, .btn-primary.btn-inverse[disabled].focus,
  fieldset[disabled] .btn-primary.btn-inverse,
  fieldset[disabled] .btn-primary.btn-inverse:hover,
  fieldset[disabled] .btn-primary.btn-inverse:focus,
  fieldset[disabled] .btn-primary.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.2);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
  }
  
  .btn-success {
    background: #4D9900;
    border-color: #4D9900;
    color: #fff;
  }
  
  .btn-success:hover, .btn-success:focus:hover, .btn-success.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #397300;
    background: #397300;
    border-color: #397300;
    color: #fff;
  }
  
  .btn-success:active, .btn-success:active:hover, .btn-success.active, .btn-success.active:hover, .btn-success:active:focus, .btn-success.active:focus, .btn-success:active.focus, .btn-success.active.focus,
  .open > .btn-success.dropdown-toggle,
  .open > .btn-success.dropdown-toggle:hover,
  .open > .btn-success.dropdown-toggle:focus,
  .open > .btn-success.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #2D5900;
    background: #2D5900;
    border-color: #2D5900;
    color: #fff;
  }
  
  .btn-success:focus, .btn-success.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #4D9900;
    background: #4D9900;
    border-color: #4D9900;
    color: #fff;
  }
  
  .btn-success:disabled, .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #999;
  }
  
  .btn-success.btn-inverse {
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-success.btn-inverse:hover, .btn-success.btn-inverse:focus:hover, .btn-success.btn-inverse.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #111;
  }
  
  .btn-success.btn-inverse:active, .btn-success.btn-inverse:active:hover, .btn-success.btn-inverse.active, .btn-success.btn-inverse.active:hover, .btn-success.btn-inverse:active:focus, .btn-success.btn-inverse.active:focus, .btn-success.btn-inverse:active.focus, .btn-success.btn-inverse.active.focus,
  .open > .btn-success.btn-inverse.dropdown-toggle,
  .open > .btn-success.btn-inverse.dropdown-toggle:hover,
  .open > .btn-success.btn-inverse.dropdown-toggle:focus,
  .open > .btn-success.btn-inverse.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
    background: #ddd;
    border-color: #ddd;
    color: #111;
  }
  
  .btn-success.btn-inverse:focus, .btn-success.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #fff;
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-success.btn-inverse:disabled, .btn-success.btn-inverse.disabled, .btn-success.btn-inverse.disabled:hover, .btn-success.btn-inverse.disabled:focus, .btn-success.btn-inverse.disabled.focus, .btn-success.btn-inverse[disabled], .btn-success.btn-inverse[disabled]:hover, .btn-success.btn-inverse[disabled]:focus, .btn-success.btn-inverse[disabled].focus,
  fieldset[disabled] .btn-success.btn-inverse,
  fieldset[disabled] .btn-success.btn-inverse:hover,
  fieldset[disabled] .btn-success.btn-inverse:focus,
  fieldset[disabled] .btn-success.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.2);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
  }
  
  .btn-info {
    background: #00CCBB;
    border-color: #00CCBB;
    color: #fff;
  }
  
  .btn-info:hover, .btn-info:focus:hover, .btn-info.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #00998C;
    background: #00998C;
    border-color: #00998C;
    color: #fff;
  }
  
  .btn-info:active, .btn-info:active:hover, .btn-info.active, .btn-info.active:hover, .btn-info:active:focus, .btn-info.active:focus, .btn-info:active.focus, .btn-info.active.focus,
  .open > .btn-info.dropdown-toggle,
  .open > .btn-info.dropdown-toggle:hover,
  .open > .btn-info.dropdown-toggle:focus,
  .open > .btn-info.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #00665D;
    background: #00665D;
    border-color: #00665D;
    color: #fff;
  }
  
  .btn-info:focus, .btn-info.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #00CCBB;
    background: #00CCBB;
    border-color: #00CCBB;
    color: #fff;
  }
  
  .btn-info:disabled, .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #999;
  }
  
  .btn-info.btn-inverse {
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-info.btn-inverse:hover, .btn-info.btn-inverse:focus:hover, .btn-info.btn-inverse.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #111;
  }
  
  .btn-info.btn-inverse:active, .btn-info.btn-inverse:active:hover, .btn-info.btn-inverse.active, .btn-info.btn-inverse.active:hover, .btn-info.btn-inverse:active:focus, .btn-info.btn-inverse.active:focus, .btn-info.btn-inverse:active.focus, .btn-info.btn-inverse.active.focus,
  .open > .btn-info.btn-inverse.dropdown-toggle,
  .open > .btn-info.btn-inverse.dropdown-toggle:hover,
  .open > .btn-info.btn-inverse.dropdown-toggle:focus,
  .open > .btn-info.btn-inverse.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
    background: #ddd;
    border-color: #ddd;
    color: #111;
  }
  
  .btn-info.btn-inverse:focus, .btn-info.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #fff;
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-info.btn-inverse:disabled, .btn-info.btn-inverse.disabled, .btn-info.btn-inverse.disabled:hover, .btn-info.btn-inverse.disabled:focus, .btn-info.btn-inverse.disabled.focus, .btn-info.btn-inverse[disabled], .btn-info.btn-inverse[disabled]:hover, .btn-info.btn-inverse[disabled]:focus, .btn-info.btn-inverse[disabled].focus,
  fieldset[disabled] .btn-info.btn-inverse,
  fieldset[disabled] .btn-info.btn-inverse:hover,
  fieldset[disabled] .btn-info.btn-inverse:focus,
  fieldset[disabled] .btn-info.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.2);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
  }
  
  .btn-warning {
    background: #E5AC00;
    border-color: #E5AC00;
    color: #fff;
  }
  
  .btn-warning:hover, .btn-warning:focus:hover, .btn-warning.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #B28600;
    background: #B28600;
    border-color: #B28600;
    color: #fff;
  }
  
  .btn-warning:active, .btn-warning:active:hover, .btn-warning.active, .btn-warning.active:hover, .btn-warning:active:focus, .btn-warning.active:focus, .btn-warning:active.focus, .btn-warning.active.focus,
  .open > .btn-warning.dropdown-toggle,
  .open > .btn-warning.dropdown-toggle:hover,
  .open > .btn-warning.dropdown-toggle:focus,
  .open > .btn-warning.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #806000;
    background: #806000;
    border-color: #806000;
    color: #fff;
  }
  
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #E5AC00;
    background: #E5AC00;
    border-color: #E5AC00;
    color: #fff;
  }
  
  .btn-warning:disabled, .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #999;
  }
  
  .btn-warning.btn-inverse {
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-warning.btn-inverse:hover, .btn-warning.btn-inverse:focus:hover, .btn-warning.btn-inverse.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #111;
  }
  
  .btn-warning.btn-inverse:active, .btn-warning.btn-inverse:active:hover, .btn-warning.btn-inverse.active, .btn-warning.btn-inverse.active:hover, .btn-warning.btn-inverse:active:focus, .btn-warning.btn-inverse.active:focus, .btn-warning.btn-inverse:active.focus, .btn-warning.btn-inverse.active.focus,
  .open > .btn-warning.btn-inverse.dropdown-toggle,
  .open > .btn-warning.btn-inverse.dropdown-toggle:hover,
  .open > .btn-warning.btn-inverse.dropdown-toggle:focus,
  .open > .btn-warning.btn-inverse.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
    background: #ddd;
    border-color: #ddd;
    color: #111;
  }
  
  .btn-warning.btn-inverse:focus, .btn-warning.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #fff;
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-warning.btn-inverse:disabled, .btn-warning.btn-inverse.disabled, .btn-warning.btn-inverse.disabled:hover, .btn-warning.btn-inverse.disabled:focus, .btn-warning.btn-inverse.disabled.focus, .btn-warning.btn-inverse[disabled], .btn-warning.btn-inverse[disabled]:hover, .btn-warning.btn-inverse[disabled]:focus, .btn-warning.btn-inverse[disabled].focus,
  fieldset[disabled] .btn-warning.btn-inverse,
  fieldset[disabled] .btn-warning.btn-inverse:hover,
  fieldset[disabled] .btn-warning.btn-inverse:focus,
  fieldset[disabled] .btn-warning.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.2);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
  }
  
  .btn-danger {
    background: #E52600;
    border-color: #E52600;
    color: #fff;
  }
  
  .btn-danger:hover, .btn-danger:focus:hover, .btn-danger.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #BF2000;
    background: #BF2000;
    border-color: #BF2000;
    color: #fff;
  }
  
  .btn-danger:active, .btn-danger:active:hover, .btn-danger.active, .btn-danger.active:hover, .btn-danger:active:focus, .btn-danger.active:focus, .btn-danger:active.focus, .btn-danger.active.focus,
  .open > .btn-danger.dropdown-toggle,
  .open > .btn-danger.dropdown-toggle:hover,
  .open > .btn-danger.dropdown-toggle:focus,
  .open > .btn-danger.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #8C1700;
    background: #8C1700;
    border-color: #8C1700;
    color: #fff;
  }
  
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #E52600;
    background: #E52600;
    border-color: #E52600;
    color: #fff;
  }
  
  .btn-danger:disabled, .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #999;
  }
  
  .btn-danger.btn-inverse {
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-danger.btn-inverse:hover, .btn-danger.btn-inverse:focus:hover, .btn-danger.btn-inverse.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #F2F2F2;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #111;
  }
  
  .btn-danger.btn-inverse:active, .btn-danger.btn-inverse:active:hover, .btn-danger.btn-inverse.active, .btn-danger.btn-inverse.active:hover, .btn-danger.btn-inverse:active:focus, .btn-danger.btn-inverse.active:focus, .btn-danger.btn-inverse:active.focus, .btn-danger.btn-inverse.active.focus,
  .open > .btn-danger.btn-inverse.dropdown-toggle,
  .open > .btn-danger.btn-inverse.dropdown-toggle:hover,
  .open > .btn-danger.btn-inverse.dropdown-toggle:focus,
  .open > .btn-danger.btn-inverse.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
    background: #ddd;
    border-color: #ddd;
    color: #111;
  }
  
  .btn-danger.btn-inverse:focus, .btn-danger.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #fff;
    background: #fff;
    border-color: #fff;
    color: #111;
  }
  
  .btn-danger.btn-inverse:disabled, .btn-danger.btn-inverse.disabled, .btn-danger.btn-inverse.disabled:hover, .btn-danger.btn-inverse.disabled:focus, .btn-danger.btn-inverse.disabled.focus, .btn-danger.btn-inverse[disabled], .btn-danger.btn-inverse[disabled]:hover, .btn-danger.btn-inverse[disabled]:focus, .btn-danger.btn-inverse[disabled].focus,
  fieldset[disabled] .btn-danger.btn-inverse,
  fieldset[disabled] .btn-danger.btn-inverse:hover,
  fieldset[disabled] .btn-danger.btn-inverse:focus,
  fieldset[disabled] .btn-danger.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.2);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
  }
  
  .btn-link {
    background: #fff;
    border-color: #fff;
    color: #0066CC;
  }
  
  .btn-link:hover, .btn-link:focus:hover, .btn-link.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) #D9ECFF;
    background: #D9ECFF;
    border-color: #D9ECFF;
    color: #0066CC;
  }
  
  .btn-link:active, .btn-link:active:hover, .btn-link.active, .btn-link.active:hover, .btn-link:active:focus, .btn-link.active:focus, .btn-link:active.focus, .btn-link.active.focus,
  .open > .btn-link.dropdown-toggle,
  .open > .btn-link.dropdown-toggle:hover,
  .open > .btn-link.dropdown-toggle:focus,
  .open > .btn-link.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) #B2D9FF;
    background: #B2D9FF;
    border-color: #B2D9FF;
    color: #0066CC;
  }
  
  .btn-link:focus, .btn-link.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) #fff;
    background: #fff;
    border-color: #fff;
    color: #0066CC;
  }
  
  .btn-link:disabled, .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus,
  fieldset[disabled] .btn-link,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus,
  fieldset[disabled] .btn-link.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) transparent;
    background: transparent;
    border-color: transparent;
    color: #999;
  }
  
  .btn-link.btn-inverse {
    background: transparent;
    border-color: transparent;
    color: #fff;
  }
  
  .btn-link.btn-inverse:hover, .btn-link.btn-inverse:focus:hover, .btn-link.btn-inverse.focus:hover {
    box-shadow: inset 0 0 0 calc(2px - 1px) transparent;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    color: #fff;
  }
  
  .btn-link.btn-inverse:active, .btn-link.btn-inverse:active:hover, .btn-link.btn-inverse.active, .btn-link.btn-inverse.active:hover, .btn-link.btn-inverse:active:focus, .btn-link.btn-inverse.active:focus, .btn-link.btn-inverse:active.focus, .btn-link.btn-inverse.active.focus,
  .open > .btn-link.btn-inverse.dropdown-toggle,
  .open > .btn-link.btn-inverse.dropdown-toggle:hover,
  .open > .btn-link.btn-inverse.dropdown-toggle:focus,
  .open > .btn-link.btn-inverse.dropdown-toggle.focus {
    box-shadow: inset 0 0 0 calc(2px - 1px) transparent;
    background: rgba(255, 255, 255, 0.4);
    border-color: transparent;
    color: #fff;
  }
  
  .btn-link.btn-inverse:focus, .btn-link.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) transparent;
    background: transparent;
    border-color: transparent;
    color: #fff;
  }
  
  .btn-link.btn-inverse:disabled, .btn-link.btn-inverse.disabled, .btn-link.btn-inverse.disabled:hover, .btn-link.btn-inverse.disabled:focus, .btn-link.btn-inverse.disabled.focus, .btn-link.btn-inverse[disabled], .btn-link.btn-inverse[disabled]:hover, .btn-link.btn-inverse[disabled]:focus, .btn-link.btn-inverse[disabled].focus,
  fieldset[disabled] .btn-link.btn-inverse,
  fieldset[disabled] .btn-link.btn-inverse:hover,
  fieldset[disabled] .btn-link.btn-inverse:focus,
  fieldset[disabled] .btn-link.btn-inverse.focus {
    box-shadow: inset 0 0 0 calc(1px - 1px) transparent;
    background: transparent;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.4);
  }
  
  .btn-default,
  .btn-primary {
    outline-offset: 0;
  }
  
  .btn-default:focus,
  .btn-primary:focus {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .btn-default:focus:not(:focus-visible),
  .btn-primary:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .btn-default:focus-visible,
  .btn-primary:focus-visible {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .btn-success {
    outline-offset: 0;
  }
  
  .btn-success:focus {
    outline: 2px dashed #4D9900;
    outline-offset: 2px;
  }
  
  .btn-success:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .btn-success:focus-visible {
    outline: 2px dashed #4D9900;
    outline-offset: 2px;
  }
  
  .btn-info {
    outline-offset: 0;
  }
  
  .btn-info:focus {
    outline: 2px dashed #00CCBB;
    outline-offset: 2px;
  }
  
  .btn-info:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .btn-info:focus-visible {
    outline: 2px dashed #00CCBB;
    outline-offset: 2px;
  }
  
  .btn-warning {
    outline-offset: 0;
  }
  
  .btn-warning:focus {
    outline: 2px dashed #E5AC00;
    outline-offset: 2px;
  }
  
  .btn-warning:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .btn-warning:focus-visible {
    outline: 2px dashed #E5AC00;
    outline-offset: 2px;
  }
  
  .btn-danger {
    outline-offset: 0;
  }
  
  .btn-danger:focus {
    outline: 2px dashed #E52600;
    outline-offset: 2px;
  }
  
  .btn-danger:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .btn-danger:focus-visible {
    outline: 2px dashed #E52600;
    outline-offset: 2px;
  }
  
  .btn-default.btn-inverse,
  .btn-primary.btn-inverse,
  .btn-success.btn-inverse,
  .btn-info.btn-inverse,
  .btn-warning.btn-inverse,
  .btn-danger.btn-inverse {
    outline-offset: 0;
  }
  
  .btn-default.btn-inverse:focus,
  .btn-primary.btn-inverse:focus,
  .btn-success.btn-inverse:focus,
  .btn-info.btn-inverse:focus,
  .btn-warning.btn-inverse:focus,
  .btn-danger.btn-inverse:focus {
    outline: 2px dashed #fff;
    outline-offset: 2px;
  }
  
  .btn-default.btn-inverse:focus:not(:focus-visible),
  .btn-primary.btn-inverse:focus:not(:focus-visible),
  .btn-success.btn-inverse:focus:not(:focus-visible),
  .btn-info.btn-inverse:focus:not(:focus-visible),
  .btn-warning.btn-inverse:focus:not(:focus-visible),
  .btn-danger.btn-inverse:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .btn-default.btn-inverse:focus-visible,
  .btn-primary.btn-inverse:focus-visible,
  .btn-success.btn-inverse:focus-visible,
  .btn-info.btn-inverse:focus-visible,
  .btn-warning.btn-inverse:focus-visible,
  .btn-danger.btn-inverse:focus-visible {
    outline: 2px dashed #fff;
    outline-offset: 2px;
  }
  
  .btn-link {
    outline-offset: 0;
  }
  
  .btn-link:focus {
    outline: 2px dashed #0066CC;
  }
  
  .btn-link:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .btn-link:focus-visible {
    outline: 2px dashed #0066CC;
  }
  
  .btn-link.btn-inverse {
    outline-offset: 0;
  }
  
  .btn-link.btn-inverse:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  .btn-link.btn-inverse:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .btn-link.btn-inverse:focus-visible {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  /* ------------------------------ COMPONENTS: Buttons - Sizes ------------------------------ */
  .btn {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: calc((16px * 1.5) + 7px + 9px + (1px * 2));
    border-radius: 3.03px;
    font-size: 16px;
    line-height: 1.5;
    font-size: 16px;
  }
  
  .btn.btn-xs,
  .btn-group-xs > .btn {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: calc((14px * 1.5) + 1px + 3px + (1px * 2));
    border-radius: 2.02px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .btn.btn-sm,
  .btn-group-sm > .btn {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: calc((14px * 1.5) + 4px + 6px + (1px * 2));
    border-radius: 2.02px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .btn.btn-lg,
  .btn-group-lg > .btn {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: calc((18px * 1.5) + 9px + 11px + (1px * 2));
    border-radius: 4.04px;
    font-size: 18px;
    line-height: 1.5;
  }
  
  @media (max-width: 480px) {
    .btn.btn-xs-breakpoint-xs {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 8px;
      padding-right: 8px;
      min-height: calc((14px * 1.5) + 1px + 3px + (1px * 2));
      border-radius: 2.02px;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 481px) and (max-width: 768px) {
    .btn.btn-xs-breakpoint-sm {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 8px;
      padding-right: 8px;
      min-height: calc((14px * 1.5) + 1px + 3px + (1px * 2));
      border-radius: 2.02px;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1180px) {
    .btn.btn-xs-breakpoint-md {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 8px;
      padding-right: 8px;
      min-height: calc((14px * 1.5) + 1px + 3px + (1px * 2));
      border-radius: 2.02px;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 1181px) {
    .btn.btn-xs-breakpoint-lg {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 8px;
      padding-right: 8px;
      min-height: calc((14px * 1.5) + 1px + 3px + (1px * 2));
      border-radius: 2.02px;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  
  @media (max-width: 480px) {
    .btn.btn-sm-breakpoint-xs {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 10px;
      padding-right: 10px;
      min-height: calc((14px * 1.5) + 4px + 6px + (1px * 2));
      border-radius: 2.02px;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 481px) and (max-width: 768px) {
    .btn.btn-sm-breakpoint-sm {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 10px;
      padding-right: 10px;
      min-height: calc((14px * 1.5) + 4px + 6px + (1px * 2));
      border-radius: 2.02px;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1180px) {
    .btn.btn-sm-breakpoint-md {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 10px;
      padding-right: 10px;
      min-height: calc((14px * 1.5) + 4px + 6px + (1px * 2));
      border-radius: 2.02px;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 1181px) {
    .btn.btn-sm-breakpoint-lg {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 10px;
      padding-right: 10px;
      min-height: calc((14px * 1.5) + 4px + 6px + (1px * 2));
      border-radius: 2.02px;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  
  @media (max-width: 480px) {
    .btn.btn-md-breakpoint-xs {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 15px;
      padding-right: 15px;
      min-height: calc((16px * 1.5) + 7px + 9px + (1px * 2));
      border-radius: 3.03px;
      font-size: 16px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 481px) and (max-width: 768px) {
    .btn.btn-md-breakpoint-sm {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 15px;
      padding-right: 15px;
      min-height: calc((16px * 1.5) + 7px + 9px + (1px * 2));
      border-radius: 3.03px;
      font-size: 16px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1180px) {
    .btn.btn-md-breakpoint-md {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 15px;
      padding-right: 15px;
      min-height: calc((16px * 1.5) + 7px + 9px + (1px * 2));
      border-radius: 3.03px;
      font-size: 16px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 1181px) {
    .btn.btn-md-breakpoint-lg {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 15px;
      padding-right: 15px;
      min-height: calc((16px * 1.5) + 7px + 9px + (1px * 2));
      border-radius: 3.03px;
      font-size: 16px;
      line-height: 1.5;
    }
  }
  
  @media (max-width: 480px) {
    .btn.btn-lg-breakpoint-xs {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 20px;
      padding-right: 20px;
      min-height: calc((18px * 1.5) + 9px + 11px + (1px * 2));
      border-radius: 4.04px;
      font-size: 18px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 481px) and (max-width: 768px) {
    .btn.btn-lg-breakpoint-sm {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 20px;
      padding-right: 20px;
      min-height: calc((18px * 1.5) + 9px + 11px + (1px * 2));
      border-radius: 4.04px;
      font-size: 18px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1180px) {
    .btn.btn-lg-breakpoint-md {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 20px;
      padding-right: 20px;
      min-height: calc((18px * 1.5) + 9px + 11px + (1px * 2));
      border-radius: 4.04px;
      font-size: 18px;
      line-height: 1.5;
    }
  }
  
  @media (min-width: 1181px) {
    .btn.btn-lg-breakpoint-lg {
      padding-top: 0;
      padding-bottom: 2px;
      padding-left: 20px;
      padding-right: 20px;
      min-height: calc((18px * 1.5) + 9px + 11px + (1px * 2));
      border-radius: 4.04px;
      font-size: 18px;
      line-height: 1.5;
    }
  }
  
  /* ------------------------------ COMPONENTS: Buttons - Icons ------------------------------ */
  .btn > .glyphicon {
    position: relative;
    top: 2px;
    font-size: 16px;
  }
  
  .btn.btn-xs > .glyphicon {
    font-size: 16px;
  }
  
  .btn.btn-sm > .glyphicon {
    font-size: 16px;
  }
  
  .btn.btn-md > .glyphicon {
    font-size: 16px;
  }
  
  .btn.btn-lg > .glyphicon {
    font-size: 18px;
  }
  
  .btn > .glyphicon-option-horizontal {
    position: relative;
    top: 4px;
  }
  
  /* ------------------------------ COMPONENTS: Buttons - Groups ------------------------------ */
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }
  
  .btn-group > .btn:hover,
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group-vertical > .btn:focus,
  .btn-group > .btn:active,
  .btn-group-vertical > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn.active {
    z-index: 2;
  }
  
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
  
  .btn-toolbar {
    margin-left: -10px;
  }
  
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }
  
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 10px;
  }
  
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group > .btn-group {
    float: left;
  }
  
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  
  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  
  .btn-group > .btn + .dropdown-toggle {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .btn-group.open .dropdown-toggle {
    box-shadow: none;
  }
  
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .btn-group-justified {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
  
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-flex;
    float: none;
    width: auto;
  }
  
  .btn-group-justified > .btn-group .btn {
    width: 100%;
  }
  
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
  }
  
  /* ------------------------------ COMPONENTS: Buttons - Close ------------------------------ */
  .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  
  .close:hover,
  .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  
  /* ------------------------------ COMPONENTS: Forms ------------------------------ */
  /* ------------------------------ COMPONENTS: Form Fields - Structure ------------------------------ */
  .form-group {
    margin-bottom: 16px;
  }
  
  .form-horizontal .form-group {
    margin-right: -20px;
    margin-left: -20px;
  }
  
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Fieldset ------------------------------ */
  fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
    border: 0;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Legend ------------------------------ */
  legend {
    display: block;
    width: 100%;
    padding: 0 0 12px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: inherit;
    color: #111;
    border: 0;
    border-bottom: 1px solid #bbb;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Label ------------------------------ */
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
  }
  
  @media (min-width: 768px) {
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
  }
  
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      padding-top: 8px;
      margin-bottom: 0;
      text-align: right;
    }
    .form-horizontal .form-group-lg .control-label {
      padding-top: 10px;
      font-size: 18px;
    }
    .form-horizontal .form-group-sm .control-label {
      padding-top: 5px;
      font-size: 14px;
    }
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Information Text ------------------------------ */
  .help-block {
    display: block;
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #808080;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Static Value ------------------------------ */
  .form-control-static {
    min-height: 42px;
    padding: 8px 15px 10px;
    margin-bottom: 0;
  }
  
  .form-group-sm .form-control-static {
    min-height: 33px;
    padding: 5px 10px 7px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .form-group-lg .form-control-static {
    min-height: 49px;
    padding: 10px 20px 12px;
    font-size: 18px;
    line-height: 1.5;
  }
  
  @media (min-width: 768px) {
    .form-inline .form-control-static {
      display: inline-block;
    }
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Inputs, Textarea and Select ------------------------------ */
  .form-control {
    -webkit-transition: border-color 0.1s, box-shadow 0.1s;
    transition: border-color 0.1s, box-shadow 0.1s;
    display: block;
    width: 100%;
    height: 42px;
    padding: 7px 15px 9px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3.03px;
    border-width: 1px;
    border-style: solid;
    background-image: none;
    color: #111;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
    color: #999;
  }
  
  .form-control::-moz-placeholder {
    opacity: 1;
  }
  
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  
  .form-control:disabled, .form-control:disabled:hover, .form-control:disabled:active, .form-control:disabled:focus, .form-control[disabled], .form-control[disabled]:hover, .form-control[disabled]:active, .form-control[disabled]:focus, .form-control[readonly], .form-control[readonly]:hover, .form-control[readonly]:active, .form-control[readonly]:focus,
  fieldset:disabled .form-control,
  fieldset:disabled .form-control:hover,
  fieldset:disabled .form-control:active,
  fieldset:disabled .form-control:focus,
  fieldset[disabled] .form-control,
  fieldset[disabled] .form-control:hover,
  fieldset[disabled] .form-control:active,
  fieldset[disabled] .form-control:focus {
    border-color: #ddd !important;
    background-color: #F2F2F2;
    color: #999;
    opacity: 1;
    cursor: not-allowed;
    box-shadow: none;
  }
  
  textarea.form-control {
    height: auto;
  }
  
  @media (min-width: 768px) {
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
  }
  
  .help-block {
    color: #808080;
  }
  
  .control-label,
  .radio,
  .checkbox,
  .radio-inline,
  .checkbox-inline,
  .radio label,
  .checkbox label,
  .radio-inline label,
  .checkbox-inline label {
    color: #111;
  }
  
  .form-control {
    outline-offset: 0;
    border-color: #bbb !important;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .form-control:focus {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .form-control:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .form-control:focus-visible {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .form-control:hover {
    border-color: #0066CC !important;
    box-shadow: inset 0 0 0 1px #0066CC;
  }
  
  .form-control:focus {
    border-color: #0066CC !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .input-group-addon {
    color: #111;
    background-color: #F2F2F2;
    border-color: #bbb !important;
  }
  
  .form-control-feedback {
    color: #111;
  }
  
  .has-error .help-block {
    color: #E52600;
  }
  
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #E52600;
  }
  
  .has-error .form-control {
    outline-offset: 0;
    border-color: #E52600 !important;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-error .form-control:focus {
    outline: 2px dashed #E52600;
    outline-offset: 2px;
  }
  
  .has-error .form-control:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .has-error .form-control:focus-visible {
    outline: 2px dashed #E52600;
    outline-offset: 2px;
  }
  
  .has-error .form-control:hover {
    border-color: #E52600 !important;
    box-shadow: inset 0 0 0 1px #E52600;
  }
  
  .has-error .form-control:focus {
    border-color: #E52600 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-error .input-group-addon {
    color: #E52600;
    background-color: #FFDFD9;
    border-color: #E52600 !important;
  }
  
  .has-error .form-control-feedback {
    color: #E52600;
  }
  
  .has-success .help-block {
    color: #4D9900;
  }
  
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #4D9900;
  }
  
  .has-success .form-control {
    outline-offset: 0;
    border-color: #4D9900 !important;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-success .form-control:focus {
    outline: 2px dashed #4D9900;
    outline-offset: 2px;
  }
  
  .has-success .form-control:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .has-success .form-control:focus-visible {
    outline: 2px dashed #4D9900;
    outline-offset: 2px;
  }
  
  .has-success .form-control:hover {
    border-color: #4D9900 !important;
    box-shadow: inset 0 0 0 1px #4D9900;
  }
  
  .has-success .form-control:focus {
    border-color: #4D9900 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-success .input-group-addon {
    color: #4D9900;
    background-color: #EBF7DF;
    border-color: #4D9900 !important;
  }
  
  .has-success .form-control-feedback {
    color: #4D9900;
  }
  
  .has-warning .help-block {
    color: #B28600;
  }
  
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #B28600;
  }
  
  .has-warning .form-control {
    outline-offset: 0;
    border-color: #E5AC00 !important;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-warning .form-control:focus {
    outline: 2px dashed #E5AC00;
    outline-offset: 2px;
  }
  
  .has-warning .form-control:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .has-warning .form-control:focus-visible {
    outline: 2px dashed #E5AC00;
    outline-offset: 2px;
  }
  
  .has-warning .form-control:hover {
    border-color: #E5AC00 !important;
    box-shadow: inset 0 0 0 1px #E5AC00;
  }
  
  .has-warning .form-control:focus {
    border-color: #E5AC00 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-warning .input-group-addon {
    color: #B28600;
    background-color: #FFF6D9;
    border-color: #E5AC00 !important;
  }
  
  .has-warning .form-control-feedback {
    color: #B28600;
  }
  
  .input-sm,
  .form-group-sm .form-control {
    height: 33px;
    padding: 4px 10px 6px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2.02px;
  }
  
  select.input-sm,
  .form-group-sm select.form-control {
    height: 33px;
    line-height: 1.5;
  }
  
  .input-lg,
  .form-group-lg .form-control {
    height: 49px;
    padding: 9px 20px 11px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4.04px;
  }
  
  select.input-lg,
  .form-group-lg select.form-control {
    height: 49px;
    line-height: 1.5;
  }
  
  textarea.input-sm,
  textarea.input-lg,
  select[multiple].input-sm,
  select[multiple].input-lg,
  .form-group-sm textarea.form-control,
  .form-group-lg textarea.form-control,
  .form-group-sm select[multiple].form-control,
  .form-group-lg select[multiple].form-control {
    height: auto;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Inputs ------------------------------ */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
      line-height: 42px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
      line-height: 33px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
      line-height: 49px;
    }
  }
  
  input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
  }
  
  input[type="file"] {
    display: block;
  }
  
  input[type="file"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  input[type="range"] {
    display: block;
    width: 100%;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Inputs - Feedback Icons ------------------------------ */
  .has-feedback {
    position: relative;
  }
  
  .has-feedback .form-control {
    padding-right: 46px;
  }
  
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none;
    z-index: 2;
  }
  
  .input-lg + .form-control-feedback,
  .input-group-lg + .form-control-feedback,
  .form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
  }
  
  .input-sm + .form-control-feedback,
  .input-group-sm + .form-control-feedback,
  .form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  
  .has-feedback label ~ .form-control-feedback {
    top: 29px;
  }
  
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
  
  @media (min-width: 768px) {
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  
  .form-horizontal .has-feedback .form-control-feedback {
    right: 20px;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Textarea ------------------------------ */
  textarea {
    resize: vertical;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Select ------------------------------ */
  select[multiple],
  select[size] {
    height: auto;
  }
  
  select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  
  select.form-control::-ms-expand {
    display: none;
  }
  
  select.form-control::-ms-value {
    background: transparent;
    color: #111;
  }
  
  select.form-control:focus:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #111;
  }
  
  select.form-control + span {
    position: relative;
    display: block;
    height: 0;
    pointer-events: none;
  }
  
  select.form-control + span::after {
    display: inline-block;
    width: 42px;
    height: 42px;
    content: '';
    position: absolute;
    top: -42px;
    right: 0;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: "Glyphicons Halflings";
    color: #0066CC;
    content: "\e259";
  }
  
  select.form-control:disabled + span::after {
    color: #999;
  }
  
  select.form-control.input-sm + span::after {
    width: 33px;
    height: 33px;
    top: -33px;
    font-size: 14px;
  }
  
  select.form-control.input-lg + span::after {
    width: 49px;
    height: 49px;
    top: -49px;
    font-size: 18px;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Output ------------------------------ */
  output {
    display: block;
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Radio Buttons and Checkboxes ------------------------------ */
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin: 0;
    line-height: normal;
  }
  
  input[type="radio"]:disabled,
  input[type="checkbox"]:disabled,
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"].disabled,
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"],
  fieldset:disabled input[type="radio"],
  fieldset:disabled input[type="checkbox"],
  .radio.disabled label,
  .checkbox.disabled label,
  fieldset[disabled] .radio label,
  fieldset[disabled] .checkbox label,
  fieldset:disabled .radio label,
  fieldset:disabled .checkbox label,
  .radio-inline.disabled,
  .checkbox-inline.disabled,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox-inline,
  fieldset:disabled .radio-inline,
  fieldset:disabled .checkbox-inline {
    cursor: not-allowed;
  }
  
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: none;
  }
  
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
  }
  
  .radio,
  .checkbox {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  
  .radio,
  .radio-inline,
  .checkbox,
  .checkbox-inline {
    position: relative;
  }
  
  .radio label,
  .radio-inline label,
  .checkbox label,
  .checkbox-inline label {
    margin-bottom: 0;
    min-height: 24px;
    padding-left: 34px;
    font-weight: 400;
    cursor: pointer;
  }
  
  .radio + .radio,
  .radio + .checkbox,
  .radio-inline + .radio,
  .radio-inline + .checkbox,
  .checkbox + .radio,
  .checkbox + .checkbox,
  .checkbox-inline + .radio,
  .checkbox-inline + .checkbox {
    margin-top: 0;
  }
  
  .radio-inline,
  .checkbox-inline {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  
  .radio-inline + .radio-inline,
  .radio-inline + .checkbox-inline,
  .checkbox-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 20px;
  }
  
  @media (min-width: 768px) {
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
  }
  
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: 8px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 33px;
  }
  
  .radio label,
  .radio-inline label,
  .checkbox label,
  .checkbox-inline label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
  }
  
  .radio label input,
  .radio-inline label input,
  .checkbox label input,
  .checkbox-inline label input {
    float: left;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .radio label input:disabled ~ span.ui::before,
  .radio-inline label input:disabled ~ span.ui::before,
  .checkbox label input:disabled ~ span.ui::before,
  .checkbox-inline label input:disabled ~ span.ui::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    cursor: not-allowed;
  }
  
  .radio label span.ui,
  .radio-inline label span.ui,
  .checkbox label span.ui,
  .checkbox-inline label span.ui {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
  }
  
  .radio label input:disabled ~ span.ui, .radio label:hover input:disabled ~ span.ui, .radio label:active input:disabled ~ span.ui, .radio label:focus input:disabled ~ span.ui,
  .radio-inline label input:disabled ~ span.ui,
  .radio-inline label:hover input:disabled ~ span.ui,
  .radio-inline label:active input:disabled ~ span.ui,
  .radio-inline label:focus input:disabled ~ span.ui,
  .checkbox label input:disabled ~ span.ui,
  .checkbox label:hover input:disabled ~ span.ui,
  .checkbox label:active input:disabled ~ span.ui,
  .checkbox label:focus input:disabled ~ span.ui,
  .checkbox-inline label input:disabled ~ span.ui,
  .checkbox-inline label:hover input:disabled ~ span.ui,
  .checkbox-inline label:active input:disabled ~ span.ui,
  .checkbox-inline label:focus input:disabled ~ span.ui {
    border-color: #ddd;
    background: #F2F2F2;
    box-shadow: none;
  }
  
  .radio label input:disabled:checked ~ span.ui, .radio label:hover input:disabled:checked ~ span.ui, .radio label:active input:disabled:checked ~ span.ui, .radio label:focus input:disabled:checked ~ span.ui,
  .radio-inline label input:disabled:checked ~ span.ui,
  .radio-inline label:hover input:disabled:checked ~ span.ui,
  .radio-inline label:active input:disabled:checked ~ span.ui,
  .radio-inline label:focus input:disabled:checked ~ span.ui,
  .checkbox label input:disabled:checked ~ span.ui,
  .checkbox label:hover input:disabled:checked ~ span.ui,
  .checkbox label:active input:disabled:checked ~ span.ui,
  .checkbox label:focus input:disabled:checked ~ span.ui,
  .checkbox-inline label input:disabled:checked ~ span.ui,
  .checkbox-inline label:hover input:disabled:checked ~ span.ui,
  .checkbox-inline label:active input:disabled:checked ~ span.ui,
  .checkbox-inline label:focus input:disabled:checked ~ span.ui {
    border-color: #bbb !important;
    background: #bbb !important;
  }
  
  .radio label span.ui,
  .radio-inline label span.ui,
  .checkbox label span.ui,
  .checkbox-inline label span.ui {
    border-color: #bbb;
    background: #fff;
  }
  
  .radio label input,
  .radio-inline label input,
  .checkbox label input,
  .checkbox-inline label input {
    outline-offset: 0;
  }
  
  .radio label input:focus + span,
  .radio-inline label input:focus + span,
  .checkbox label input:focus + span,
  .checkbox-inline label input:focus + span {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .radio label input:focus:not(:focus-visible) + span,
  .radio-inline label input:focus:not(:focus-visible) + span,
  .checkbox label input:focus:not(:focus-visible) + span,
  .checkbox-inline label input:focus:not(:focus-visible) + span {
    outline: 2px dashed transparent;
  }
  
  .radio label input:focus-visible + span,
  .radio-inline label input:focus-visible + span,
  .checkbox label input:focus-visible + span,
  .checkbox-inline label input:focus-visible + span {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .radio label input:checked ~ span.ui,
  .radio-inline label input:checked ~ span.ui,
  .checkbox label input:checked ~ span.ui,
  .checkbox-inline label input:checked ~ span.ui {
    border-color: #0066CC;
    background: #0066CC;
    box-shadow: none;
  }
  
  .radio label:hover span.ui,
  .radio-inline label:hover span.ui,
  .checkbox label:hover span.ui,
  .checkbox-inline label:hover span.ui {
    border-color: #0066CC;
    box-shadow: inset 0 0 0 1px #0066CC;
  }
  
  .radio label:hover input:checked ~ span.ui,
  .radio-inline label:hover input:checked ~ span.ui,
  .checkbox label:hover input:checked ~ span.ui,
  .checkbox-inline label:hover input:checked ~ span.ui {
    border-color: #004D99;
    background: #004D99;
  }
  
  .radio label:active span.ui,
  .radio-inline label:active span.ui,
  .checkbox label:active span.ui,
  .checkbox-inline label:active span.ui {
    border-color: #0066CC;
    background-color: #D9ECFF;
    box-shadow: inset 0 0 0 1px #0066CC;
  }
  
  .radio label:active input:checked ~ span.ui,
  .radio-inline label:active input:checked ~ span.ui,
  .checkbox label:active input:checked ~ span.ui,
  .checkbox-inline label:active input:checked ~ span.ui {
    border-color: #003366;
    background: #003366;
  }
  
  .radio label:focus span.ui,
  .radio-inline label:focus span.ui,
  .checkbox label:focus span.ui,
  .checkbox-inline label:focus span.ui {
    border-color: #0066CC;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-error .radio label span.ui,
  .has-error .radio-inline label span.ui,
  .has-error .checkbox label span.ui,
  .has-error .checkbox-inline label span.ui {
    border-color: #E52600;
    background: #fff;
  }
  
  .has-error .radio label input,
  .has-error .radio-inline label input,
  .has-error .checkbox label input,
  .has-error .checkbox-inline label input {
    outline-offset: 0;
  }
  
  .has-error .radio label input:focus + span,
  .has-error .radio-inline label input:focus + span,
  .has-error .checkbox label input:focus + span,
  .has-error .checkbox-inline label input:focus + span {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .has-error .radio label input:focus:not(:focus-visible) + span,
  .has-error .radio-inline label input:focus:not(:focus-visible) + span,
  .has-error .checkbox label input:focus:not(:focus-visible) + span,
  .has-error .checkbox-inline label input:focus:not(:focus-visible) + span {
    outline: 2px dashed transparent;
  }
  
  .has-error .radio label input:focus-visible + span,
  .has-error .radio-inline label input:focus-visible + span,
  .has-error .checkbox label input:focus-visible + span,
  .has-error .checkbox-inline label input:focus-visible + span {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .has-error .radio label input:checked ~ span.ui,
  .has-error .radio-inline label input:checked ~ span.ui,
  .has-error .checkbox label input:checked ~ span.ui,
  .has-error .checkbox-inline label input:checked ~ span.ui {
    border-color: #E52600;
    background: #E52600;
    box-shadow: none;
  }
  
  .has-error .radio label:hover span.ui,
  .has-error .radio-inline label:hover span.ui,
  .has-error .checkbox label:hover span.ui,
  .has-error .checkbox-inline label:hover span.ui {
    border-color: #E52600;
    box-shadow: inset 0 0 0 1px #E52600;
  }
  
  .has-error .radio label:hover input:checked ~ span.ui,
  .has-error .radio-inline label:hover input:checked ~ span.ui,
  .has-error .checkbox label:hover input:checked ~ span.ui,
  .has-error .checkbox-inline label:hover input:checked ~ span.ui {
    border-color: #BF2000;
    background: #BF2000;
  }
  
  .has-error .radio label:active span.ui,
  .has-error .radio-inline label:active span.ui,
  .has-error .checkbox label:active span.ui,
  .has-error .checkbox-inline label:active span.ui {
    border-color: #E52600;
    background-color: #FFDFD9;
    box-shadow: inset 0 0 0 1px #E52600;
  }
  
  .has-error .radio label:active input:checked ~ span.ui,
  .has-error .radio-inline label:active input:checked ~ span.ui,
  .has-error .checkbox label:active input:checked ~ span.ui,
  .has-error .checkbox-inline label:active input:checked ~ span.ui {
    border-color: #8C1700;
    background: #8C1700;
  }
  
  .has-error .radio label:focus span.ui,
  .has-error .radio-inline label:focus span.ui,
  .has-error .checkbox label:focus span.ui,
  .has-error .checkbox-inline label:focus span.ui {
    border-color: #E52600;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-error .radio label:focus input:checked ~ span.ui,
  .has-error .radio-inline label:focus input:checked ~ span.ui,
  .has-error .checkbox label:focus input:checked ~ span.ui,
  .has-error .checkbox-inline label:focus input:checked ~ span.ui {
    border-color: #E52600;
    background: #E52600;
  }
  
  .has-success .radio label span.ui,
  .has-success .radio-inline label span.ui,
  .has-success .checkbox label span.ui,
  .has-success .checkbox-inline label span.ui {
    border-color: #4D9900;
    background: #fff;
  }
  
  .has-success .radio label input,
  .has-success .radio-inline label input,
  .has-success .checkbox label input,
  .has-success .checkbox-inline label input {
    outline-offset: 0;
  }
  
  .has-success .radio label input:focus + span,
  .has-success .radio-inline label input:focus + span,
  .has-success .checkbox label input:focus + span,
  .has-success .checkbox-inline label input:focus + span {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .has-success .radio label input:focus:not(:focus-visible) + span,
  .has-success .radio-inline label input:focus:not(:focus-visible) + span,
  .has-success .checkbox label input:focus:not(:focus-visible) + span,
  .has-success .checkbox-inline label input:focus:not(:focus-visible) + span {
    outline: 2px dashed transparent;
  }
  
  .has-success .radio label input:focus-visible + span,
  .has-success .radio-inline label input:focus-visible + span,
  .has-success .checkbox label input:focus-visible + span,
  .has-success .checkbox-inline label input:focus-visible + span {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .has-success .radio label input:checked ~ span.ui,
  .has-success .radio-inline label input:checked ~ span.ui,
  .has-success .checkbox label input:checked ~ span.ui,
  .has-success .checkbox-inline label input:checked ~ span.ui {
    border-color: #4D9900;
    background: #4D9900;
    box-shadow: none;
  }
  
  .has-success .radio label:hover span.ui,
  .has-success .radio-inline label:hover span.ui,
  .has-success .checkbox label:hover span.ui,
  .has-success .checkbox-inline label:hover span.ui {
    border-color: #4D9900;
    box-shadow: inset 0 0 0 1px #4D9900;
  }
  
  .has-success .radio label:hover input:checked ~ span.ui,
  .has-success .radio-inline label:hover input:checked ~ span.ui,
  .has-success .checkbox label:hover input:checked ~ span.ui,
  .has-success .checkbox-inline label:hover input:checked ~ span.ui {
    border-color: #397300;
    background: #397300;
  }
  
  .has-success .radio label:active span.ui,
  .has-success .radio-inline label:active span.ui,
  .has-success .checkbox label:active span.ui,
  .has-success .checkbox-inline label:active span.ui {
    border-color: #4D9900;
    background-color: #EBF7DF;
    box-shadow: inset 0 0 0 1px #4D9900;
  }
  
  .has-success .radio label:active input:checked ~ span.ui,
  .has-success .radio-inline label:active input:checked ~ span.ui,
  .has-success .checkbox label:active input:checked ~ span.ui,
  .has-success .checkbox-inline label:active input:checked ~ span.ui {
    border-color: #2D5900;
    background: #2D5900;
  }
  
  .has-success .radio label:focus span.ui,
  .has-success .radio-inline label:focus span.ui,
  .has-success .checkbox label:focus span.ui,
  .has-success .checkbox-inline label:focus span.ui {
    border-color: #4D9900;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-success .radio label:focus input:checked ~ span.ui,
  .has-success .radio-inline label:focus input:checked ~ span.ui,
  .has-success .checkbox label:focus input:checked ~ span.ui,
  .has-success .checkbox-inline label:focus input:checked ~ span.ui {
    border-color: #4D9900;
    background: #4D9900;
  }
  
  .has-warning .radio label span.ui,
  .has-warning .radio-inline label span.ui,
  .has-warning .checkbox label span.ui,
  .has-warning .checkbox-inline label span.ui {
    border-color: #E5AC00;
    background: #fff;
  }
  
  .has-warning .radio label input,
  .has-warning .radio-inline label input,
  .has-warning .checkbox label input,
  .has-warning .checkbox-inline label input {
    outline-offset: 0;
  }
  
  .has-warning .radio label input:focus + span,
  .has-warning .radio-inline label input:focus + span,
  .has-warning .checkbox label input:focus + span,
  .has-warning .checkbox-inline label input:focus + span {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .has-warning .radio label input:focus:not(:focus-visible) + span,
  .has-warning .radio-inline label input:focus:not(:focus-visible) + span,
  .has-warning .checkbox label input:focus:not(:focus-visible) + span,
  .has-warning .checkbox-inline label input:focus:not(:focus-visible) + span {
    outline: 2px dashed transparent;
  }
  
  .has-warning .radio label input:focus-visible + span,
  .has-warning .radio-inline label input:focus-visible + span,
  .has-warning .checkbox label input:focus-visible + span,
  .has-warning .checkbox-inline label input:focus-visible + span {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .has-warning .radio label input:checked ~ span.ui,
  .has-warning .radio-inline label input:checked ~ span.ui,
  .has-warning .checkbox label input:checked ~ span.ui,
  .has-warning .checkbox-inline label input:checked ~ span.ui {
    border-color: #E5AC00;
    background: #E5AC00;
    box-shadow: none;
  }
  
  .has-warning .radio label:hover span.ui,
  .has-warning .radio-inline label:hover span.ui,
  .has-warning .checkbox label:hover span.ui,
  .has-warning .checkbox-inline label:hover span.ui {
    border-color: #E5AC00;
    box-shadow: inset 0 0 0 1px #E5AC00;
  }
  
  .has-warning .radio label:hover input:checked ~ span.ui,
  .has-warning .radio-inline label:hover input:checked ~ span.ui,
  .has-warning .checkbox label:hover input:checked ~ span.ui,
  .has-warning .checkbox-inline label:hover input:checked ~ span.ui {
    border-color: #B28600;
    background: #B28600;
  }
  
  .has-warning .radio label:active span.ui,
  .has-warning .radio-inline label:active span.ui,
  .has-warning .checkbox label:active span.ui,
  .has-warning .checkbox-inline label:active span.ui {
    border-color: #E5AC00;
    background-color: #FFF6D9;
    box-shadow: inset 0 0 0 1px #E5AC00;
  }
  
  .has-warning .radio label:active input:checked ~ span.ui,
  .has-warning .radio-inline label:active input:checked ~ span.ui,
  .has-warning .checkbox label:active input:checked ~ span.ui,
  .has-warning .checkbox-inline label:active input:checked ~ span.ui {
    border-color: #806000;
    background: #806000;
  }
  
  .has-warning .radio label:focus span.ui,
  .has-warning .radio-inline label:focus span.ui,
  .has-warning .checkbox label:focus span.ui,
  .has-warning .checkbox-inline label:focus span.ui {
    border-color: #E5AC00;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .has-warning .radio label:focus input:checked ~ span.ui,
  .has-warning .radio-inline label:focus input:checked ~ span.ui,
  .has-warning .checkbox label:focus input:checked ~ span.ui,
  .has-warning .checkbox-inline label:focus input:checked ~ span.ui {
    border-color: #E5AC00;
    background: #E5AC00;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Radio Buttons and Checkboxes ------------------------------ */
  .radio label span,
  .radio-inline label span {
    border-radius: 12px;
  }
  
  .radio label input:checked ~ span::after,
  .radio-inline label input:checked ~ span::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Radio Buttons and Checkboxes ------------------------------ */
  .checkbox label span.ui::after,
  .checkbox-inline label span.ui::after {
    display: inline-block;
    content: '';
    font-family: "Glyphicons Halflings";
    font-size: 16px;
    color: transparent;
    content: "\e013";
  }
  
  .checkbox label input:checked ~ span.ui::after,
  .checkbox-inline label input:checked ~ span.ui::after {
    color: #fff;
  }
  
  /* ------------------------------ COMPONENTS: Form Fields - Input Groups ------------------------------ */
  [data-toggle="buttons"] > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  
  .input-group .form-control:focus {
    z-index: 3;
  }
  
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 9px 20px 11px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4.04px;
  }
  
  select.input-group-lg > .form-control,
  select.input-group-lg > .input-group-addon,
  select.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    line-height: 49px;
  }
  
  textarea.input-group-lg > .form-control,
  textarea.input-group-lg > .input-group-addon,
  textarea.input-group-lg > .input-group-btn > .btn,
  select[multiple].input-group-lg > .form-control,
  select[multiple].input-group-lg > .input-group-addon,
  select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
  }
  
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 4px 10px 6px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2.02px;
  }
  
  select.input-group-sm > .form-control,
  select.input-group-sm > .input-group-addon,
  select.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    line-height: 33px;
  }
  
  textarea.input-group-sm > .form-control,
  textarea.input-group-sm > .input-group-addon,
  textarea.input-group-sm > .input-group-btn > .btn,
  select[multiple].input-group-sm > .form-control,
  select[multiple].input-group-sm > .input-group-addon,
  select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
  }
  
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  
  .input-group-addon {
    padding: 7px 15px 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #111;
    text-align: center;
    background-color: #F2F2F2;
    border: 1px solid #bbb;
    border-radius: 3.03px;
  }
  
  .input-group-addon.input-sm {
    padding: 4px 10px 6px;
    font-size: 14px;
    border-radius: 2.02px;
  }
  
  .input-group-addon.input-lg {
    padding: 9px 20px 11px;
    font-size: 18px;
    border-radius: 4.04px;
  }
  
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
  }
  
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group-addon:first-child {
    border-right: 0;
  }
  
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group-addon:last-child {
    border-left: 0;
  }
  
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  
  .input-group-btn > .btn {
    position: relative;
  }
  
  .input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
  
  .input-group-btn > .btn:hover,
  .input-group-btn > .btn:focus,
  .input-group-btn > .btn:active {
    z-index: 2;
  }
  
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }
  
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }
  
  @media (min-width: 768px) {
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto;
    }
    .form-inline .input-group > .form-control {
      width: 100%;
    }
  }
  
  /* ------------------------------ COMPONENT: Blockquote ------------------------------ */
  blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 18px;
    border-left: 5px solid #dddddd;
  }
  
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
  }
  
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #bbbbbb;
  }
  
  blockquote footer:before,
  blockquote small:before,
  blockquote .small:before {
    content: "\2014 \00A0";
  }
  
  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #dddddd;
    border-left: 0;
  }
  
  .blockquote-reverse footer:before,
  blockquote.pull-right footer:before,
  .blockquote-reverse small:before,
  blockquote.pull-right small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right .small:before {
    content: "";
  }
  
  .blockquote-reverse footer:after,
  blockquote.pull-right footer:after,
  .blockquote-reverse small:after,
  blockquote.pull-right small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014";
  }
  
  /* ------------------------------ COMPONENTS: Dropdown Menu ------------------------------ */
  .dropup,
  .dropdown {
    position: relative;
  }
  
  .dropdown-toggle:focus {
    outline: 0;
  }
  
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #0066cc;
    text-decoration: none;
    background-color: #d9ecff;
  }
  
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #0066cc;
    text-decoration: none;
    background-color: #b2d9ff;
    outline: 0;
  }
  
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #bbbbbb;
  }
  
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  
  .open > .dropdown-menu {
    display: block;
  }
  
  .open > a {
    outline: 0;
  }
  
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #444444;
    white-space: nowrap;
  }
  
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
  
  @media (min-width: 1180px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0;
    }
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    float: none;
    padding-top: 7px;
    padding-bottom: 9px;
    margin: 0;
    font-size: 16px;
    border-color: rgba(0, 0, 0, 0.25);
    border-radius: 3.03px;
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    text-align: left;
    z-index: 10000;
  }
  
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  
  .dropdown-menu .divider {
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    background-color: #ddd;
  }
  
  .dropdown-menu > li > a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-offset: 0;
    display: block;
    clear: both;
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0066CC;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .dropdown-menu > li > a:focus {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .dropdown-menu > li > a:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .dropdown-menu > li > a:focus-visible {
    outline: 2px dashed #0066CC;
    outline-offset: 2px;
  }
  
  .dropdown-menu > li > a:hover {
    background: #D9ECFF;
  }
  
  .dropdown-menu > li > a:active {
    background: #B2D9FF;
  }
  
  .dropdown-menu > li > a:focus {
    background: #fff;
    color: #0066CC;
  }
  
  .dropdown-menu > li > a:focus:hover {
    background: #D9ECFF;
  }
  
  .dropdown-menu > li > a:focus:active {
    background: #B2D9FF;
  }
  
  .dropdown-menu > li.active > a {
    background: #B2D9FF;
  }
  
  .dropdown-menu > li.active > a:focus {
    background: #B2D9FF;
  }
  
  .dropdown-menu > li.active > a:focus:hover {
    background: #B2D9FF;
  }
  
  .dropdown-menu > li.disabled > a {
    background: #fff;
  }
  
  .dropdown-menu > li.disabled > a:hover {
    background: #fff;
  }
  
  .dropdown-menu > li.disabled > a:active {
    background: #fff;
  }
  
  .dropdown-menu > li.disabled.active > a {
    background: #fff;
  }
  
  .dropdown-menu > li.disabled.active > a:hover {
    background: #fff;
  }
  
  .dropdown-menu > li.selected > a {
    background: #0066CC;
    color: #fff;
  }
  
  .dropdown-menu > li.selected.active > a {
    background: #0066CC;
    color: #fff;
  }
  
  .dropdown-menu > li.selected.active > a:hover {
    background: #0066CC;
    color: #fff;
  }
  
  .dropdown-header {
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    background: #F2F2F2;
    font-weight: 600;
  }
  
  .dropdown-header:not(:first-child) {
    margin-top: 8px;
  }
  
  /* ------------------------------ COMPONENTS: Tabs ------------------------------ */
  .nav.nav-tabs {
    margin-bottom: 24px;
    border-bottom: 1px solid #bbb;
  }
  
  .nav.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  
  .nav.nav-tabs > li + li {
    margin-left: 10px;
  }
  
  .nav.nav-tabs > li > a {
    position: relative;
    margin-right: 0;
    padding: 7px 15px 9px;
    border: 0;
    border-radius: 3.03px 3.03px 0 0;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
  }
  
  .nav.nav-tabs > li > a:hover {
    border: 0;
    background: #D9ECFF;
    color: #111;
  }
  
  .nav.nav-tabs > li > a:active, .nav.nav-tabs > li > a:active:focus {
    border: 0;
    background: #B2D9FF;
    color: #111;
  }
  
  .nav.nav-tabs > li > a:focus {
    border: 0;
    background: #fff;
    color: #111;
  }
  
  .nav.nav-tabs > li.active > a,
  .nav.nav-tabs > li.active > a:hover,
  .nav.nav-tabs > li.active > a:active {
    border: 0;
    background: #F2F2F2;
    color: #111;
    cursor: default;
  }
  
  .nav.nav-tabs > li.disabled > a,
  .nav.nav-tabs > li.disabled > a:hover,
  .nav.nav-tabs > li.disabled > a:focus {
    border: 0;
    background: #fff;
    color: #999;
  }
  
  .nav.nav-tabs > li > a {
    box-shadow: inset 0 -1px 0 0 #bbb;
  }
  
  .nav.nav-tabs > li > a:hover {
    box-shadow: inset 0 -1px 0 0 #bbb;
  }
  
  .nav.nav-tabs > li > a:active, .nav.nav-tabs > li > a:active:focus {
    box-shadow: inset 0 -1px 0 0 #bbb;
  }
  
  .nav.nav-tabs > li > a:focus {
    box-shadow: inset 0 -1px 0 0 #bbb;
  }
  
  .nav.nav-tabs > li.disabled > a,
  .nav.nav-tabs > li.disabled > a:hover,
  .nav.nav-tabs > li.disabled > a:focus {
    box-shadow: inset 0 -1px 0 0 #bbb;
  }
  
  .nav.nav-tabs > li.active > a,
  .nav.nav-tabs > li.active > a:hover,
  .nav.nav-tabs > li.active > a:active {
    box-shadow: inset 0 -5px 0 0 #0066CC;
  }
  
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  
  .nav-tabs.nav-justified > li {
    float: none;
  }
  
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
  }
  
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 3.03px 3.03px 0 0;
    text-align: center;
  }
  
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
      border-bottom: 0;
      border-radius: 3.03px 3.03px 0 0;
    }
  }
  
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 0;
  }
  
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: transparent;
    }
  }
  
  .nav-justified {
    width: 100%;
  }
  
  .nav-justified > li {
    float: none;
  }
  
  @media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
  }
  
  .nav-justified > li > a {
    margin-bottom: 0;
    text-align: center;
  }
  
  @media (min-width: 768px) {
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  
  .nav-justified .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  
  .nav-tabs-justified {
    border-bottom: 0;
  }
  
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 3.03px 3.03px 0 0;
  }
  
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 0;
      border-radius: 3.03px 3.03px 0 0;
    }
  }
  
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 0;
  }
  
  @media (min-width: 768px) {
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: transparent;
    }
  }
  
  .tab-content > .tab-pane {
    display: none;
  }
  
  .tab-content > .active {
    display: block;
  }
  
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  /* ------------------------------ COMPONENTS: Pills ------------------------------ */
  .nav-pills > li {
    float: left;
  }
  
  .nav-pills > li > a {
    border-radius: 0;
  }
  
  .nav-pills > li + li {
    margin-left: 2px;
  }
  
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #0066cc;
  }
  
  .nav-stacked > li {
    float: none;
  }
  
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  
  /* ------------------------------ COMPONENTS: Breadcrumbs ------------------------------ */
  .breadcrumb {
    padding: 0 0;
    margin-bottom: 24px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
  }
  
  .breadcrumb > li {
    display: inline-block;
  }
  
  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #bbbbbb;
    content: "/\00a0";
  }
  
  .breadcrumb > .active {
    color: #bbbbbb;
  }
  
  /* ------------------------------ COMPONENTS: Jumbotron ------------------------------ */
  .jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: inherit;
    background-color: #f8f8f8;
  }
  
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
  }
  
  .jumbotron p {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 200;
  }
  
  .jumbotron > hr {
    border-top-color: #dfdfdf;
  }
  
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0;
  }
  
  .jumbotron .container {
    max-width: 100%;
  }
  
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
      padding-right: 40px;
      padding-left: 40px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
      font-size: 56px;
    }
  }
  
  /* ------------------------------ COMPONENTS: Thumbnails ------------------------------ */
  .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 24px;
    line-height: 1.5;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
  }
  
  .thumbnail > img,
  .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
  }
  
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
    border-color: #0066cc;
  }
  
  .thumbnail .caption {
    padding: 24px;
    color: #111111;
  }
  
  /* ------------------------------ COMPONENTS: Alerts ------------------------------ */
  .alert {
    padding: 16px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 0;
  }
  
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  
  .alert .alert-link {
    font-weight: 600;
  }
  
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  
  .alert > p + p {
    margin-top: 5px;
  }
  
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 36px;
  }
  
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  
  .alert-success {
    color: #264d00;
    background-color: #abff57;
    border-color: #abff57;
  }
  
  .alert-success hr {
    border-top-color: #9fff3d;
  }
  
  .alert-success .alert-link {
    color: #0d1900;
  }
  
  .alert-info {
    color: #00423d;
    background-color: #70fff3;
    border-color: #70fff3;
  }
  
  .alert-info hr {
    border-top-color: #57fff1;
  }
  
  .alert-info .alert-link {
    color: #000f0e;
  }
  
  .alert-warning {
    color: #4c3900;
    background-color: #ffe289;
    border-color: #ffe289;
  }
  
  .alert-warning hr {
    border-top-color: #ffdb70;
  }
  
  .alert-warning .alert-link {
    color: #191300;
  }
  
  .alert-danger {
    color: #991900;
    background-color: #ffaa99;
    border-color: #ffaa99;
  }
  
  .alert-danger hr {
    border-top-color: #ff947f;
  }
  
  .alert-danger .alert-link {
    color: #661100;
  }
  
  /* ------------------------------ COMPONENTS: Progress Bars ------------------------------ */
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  
  @-o-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  
  .progress {
    height: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  
  .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background-color: #0066cc;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  
  .progress-striped .progress-bar,
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
  
  .progress.active .progress-bar,
  .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  
  .progress-bar-success {
    background-color: #4d9900;
  }
  
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .progress-bar-info {
    background-color: #00ccbb;
  }
  
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .progress-bar-warning {
    background-color: #e5ac00;
  }
  
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .progress-bar-danger {
    background-color: #e52600;
  }
  
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  /* ------------------------------ COMPONENTS: Media ------------------------------ */
  .media {
    margin-top: 15px;
  }
  
  .media:first-child {
    margin-top: 0;
  }
  
  .media,
  .media-body {
    overflow: hidden;
    zoom: 1;
  }
  
  .media-body {
    width: 10000px;
  }
  
  .media-object {
    display: block;
  }
  
  .media-object.img-thumbnail {
    max-width: none;
  }
  
  .media-right,
  .media > .pull-right {
    padding-left: 10px;
  }
  
  .media-left,
  .media > .pull-left {
    padding-right: 10px;
  }
  
  .media-left,
  .media-right,
  .media-body {
    display: table-cell;
    vertical-align: top;
  }
  
  .media-middle {
    vertical-align: middle;
  }
  
  .media-bottom {
    vertical-align: bottom;
  }
  
  .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  
  /* ------------------------------ COMPONENTS: List Groups ------------------------------ */
  .list-group {
    padding-left: 0;
    margin-bottom: 20px;
  }
  
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  }
  
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .list-group-item.disabled,
  .list-group-item.disabled:hover,
  .list-group-item.disabled:focus {
    color: #bbbbbb;
    cursor: not-allowed;
    background-color: #f2f2f2;
  }
  
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }
  
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #bbbbbb;
  }
  
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #0066cc;
    border-color: #0066cc;
  }
  
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }
  
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #80bfff;
  }
  
  a.list-group-item,
  button.list-group-item {
    color: #0066cc;
  }
  
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #111111;
  }
  
  a.list-group-item:hover,
  button.list-group-item:hover,
  a.list-group-item:focus,
  button.list-group-item:focus {
    color: #0066cc;
    text-decoration: none;
    background-color: #d9ecff;
  }
  
  button.list-group-item {
    width: 100%;
    text-align: left;
  }
  
  .list-group-item-success {
    color: #264d00;
    background-color: #abff57;
  }
  
  a.list-group-item-success,
  button.list-group-item-success {
    color: #264d00;
  }
  
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-success:hover,
  button.list-group-item-success:hover,
  a.list-group-item-success:focus,
  button.list-group-item-success:focus {
    color: #264d00;
    background-color: #9fff3d;
  }
  
  a.list-group-item-success.active,
  button.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  button.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #264d00;
    border-color: #264d00;
  }
  
  .list-group-item-info {
    color: #00423d;
    background-color: #70fff3;
  }
  
  a.list-group-item-info,
  button.list-group-item-info {
    color: #00423d;
  }
  
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-info:hover,
  button.list-group-item-info:hover,
  a.list-group-item-info:focus,
  button.list-group-item-info:focus {
    color: #00423d;
    background-color: #57fff1;
  }
  
  a.list-group-item-info.active,
  button.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  button.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #00423d;
    border-color: #00423d;
  }
  
  .list-group-item-warning {
    color: #4c3900;
    background-color: #ffe289;
  }
  
  a.list-group-item-warning,
  button.list-group-item-warning {
    color: #4c3900;
  }
  
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-warning:hover,
  button.list-group-item-warning:hover,
  a.list-group-item-warning:focus,
  button.list-group-item-warning:focus {
    color: #4c3900;
    background-color: #ffdb70;
  }
  
  a.list-group-item-warning.active,
  button.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #4c3900;
    border-color: #4c3900;
  }
  
  .list-group-item-danger {
    color: #991900;
    background-color: #ffaa99;
  }
  
  a.list-group-item-danger,
  button.list-group-item-danger {
    color: #991900;
  }
  
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-danger:hover,
  button.list-group-item-danger:hover,
  a.list-group-item-danger:focus,
  button.list-group-item-danger:focus {
    color: #991900;
    background-color: #ff947f;
  }
  
  a.list-group-item-danger.active,
  button.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #991900;
    border-color: #991900;
  }
  
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  
  /* ------------------------------ COMPONENTS: Panels ------------------------------ */
  .panel {
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  
  .panel-body {
    padding: 16px;
  }
  
  .panel-heading {
    padding: 8px 16px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: -1;
    border-top-right-radius: -1;
  }
  
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
  }
  
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
  }
  
  .panel-footer {
    padding: 8px 16px;
    background-color: #f2f2f2;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
  }
  
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: -1;
    border-top-right-radius: -1;
  }
  
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
  }
  
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  
  .list-group + .panel-footer {
    border-top-width: 0;
  }
  
  .panel-group {
    margin-bottom: 24px;
  }
  
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
  }
  
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
  }
  
  .panel-group .panel-footer {
    border-top: 0;
  }
  
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
  }
  
  .panel-default {
    border-color: #dddddd;
  }
  
  .panel-default > .panel-heading {
    color: #111111;
    background-color: #f2f2f2;
    border-color: #dddddd;
  }
  
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
  }
  
  .panel-default > .panel-heading .badge {
    color: #f2f2f2;
    background-color: #111111;
  }
  
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
  }
  
  .panel-primary {
    border-color: #0066cc;
  }
  
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #0066cc;
    border-color: #0066cc;
  }
  
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #0066cc;
  }
  
  .panel-primary > .panel-heading .badge {
    color: #0066cc;
    background-color: #ffffff;
  }
  
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0066cc;
  }
  
  .panel-success {
    border-color: #4d9900;
  }
  
  .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #4d9900;
    border-color: #4d9900;
  }
  
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #4d9900;
  }
  
  .panel-success > .panel-heading .badge {
    color: #4d9900;
    background-color: #ffffff;
  }
  
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4d9900;
  }
  
  .panel-info {
    border-color: #00ccbb;
  }
  
  .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #00ccbb;
    border-color: #00ccbb;
  }
  
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00ccbb;
  }
  
  .panel-info > .panel-heading .badge {
    color: #00ccbb;
    background-color: #ffffff;
  }
  
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00ccbb;
  }
  
  .panel-warning {
    border-color: #e5ac00;
  }
  
  .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #e5ac00;
    border-color: #e5ac00;
  }
  
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e5ac00;
  }
  
  .panel-warning > .panel-heading .badge {
    color: #e5ac00;
    background-color: #ffffff;
  }
  
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e5ac00;
  }
  
  .panel-danger {
    border-color: #e52600;
  }
  
  .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #e52600;
    border-color: #e52600;
  }
  
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e52600;
  }
  
  .panel-danger > .panel-heading .badge {
    color: #e52600;
    background-color: #ffffff;
  }
  
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e52600;
  }
  
  /* ------------------------------ COMPONENTS: Modal Windows ------------------------------ */
  .modal-open {
    overflow: hidden;
  }
  
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  
  .modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #111111;
  }
  
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  
  .modal-backdrop.in {
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  
  .modal-header {
    padding: 16px;
    border-bottom: 1px solid #dddddd;
  }
  
  .modal-header .close {
    margin-top: -2px;
  }
  
  .modal-title {
    margin: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    padding: 16px;
  }
  
  .modal-footer {
    padding: 16px;
    text-align: right;
    border-top: 1px solid #dddddd;
  }
  
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 768px) {
    .modal-dialog {
      width: 640px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 320px;
    }
  }
  
  @media (min-width: 1180px) {
    .modal-lg {
      width: 960px;
    }
  }
  
  /* ------------------------------ COMPONENTS: Wells ------------------------------ */
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  
  .well-lg {
    padding: 24px;
    border-radius: 0;
  }
  
  .well-sm {
    padding: 9px;
    border-radius: 0;
  }
  
  /* ------------------------------ COMPONENTS: Labels (Or Tags) ------------------------------ */
  .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }
  
  a.label:hover,
  a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  
  .label:empty {
    display: none;
  }
  
  .btn .label {
    position: relative;
    top: -1px;
  }
  
  .label-default {
    background-color: #bbbbbb;
  }
  
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: #a2a2a2;
  }
  
  .label-primary {
    background-color: #0066cc;
  }
  
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #004c99;
  }
  
  .label-success {
    background-color: #4d9900;
  }
  
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #336600;
  }
  
  .label-info {
    background-color: #00ccbb;
  }
  
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #00998c;
  }
  
  .label-warning {
    background-color: #e5ac00;
  }
  
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #b28600;
  }
  
  .label-danger {
    background-color: #e52600;
  }
  
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #b21e00;
  }
  
  /* ------------------------------ COMPONENTS: Tooltips ------------------------------ */
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  
  .tooltip.top {
    padding: 6px 0;
    margin-top: -3px;
  }
  
  .tooltip.right {
    padding: 0 6px;
    margin-left: 3px;
  }
  
  .tooltip.bottom {
    padding: 6px 0;
    margin-top: 3px;
  }
  
  .tooltip.left {
    padding: 0 6px;
    margin-left: -3px;
  }
  
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #111111;
  }
  
  .tooltip.top-left .tooltip-arrow {
    right: 6px;
    bottom: 0;
    margin-bottom: -6px;
    border-width: 6px 6px 0;
    border-top-color: #111111;
  }
  
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 6px;
    margin-bottom: -6px;
    border-width: 6px 6px 0;
    border-top-color: #111111;
  }
  
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #111111;
  }
  
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #111111;
  }
  
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #111111;
  }
  
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 6px;
    margin-top: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #111111;
  }
  
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 6px;
    margin-top: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #111111;
  }
  
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #111111;
    border-radius: 0;
  }
  
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  
  /* ------------------------------ COMPONENTS: Popovers ------------------------------ */
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 16px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  
  .popover.top {
    margin-top: -8px;
  }
  
  .popover.right {
    margin-left: 8px;
  }
  
  .popover.bottom {
    margin-top: 8px;
  }
  
  .popover.left {
    margin-left: -8px;
  }
  
  .popover > .arrow {
    border-width: 9px;
  }
  
  .popover > .arrow,
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  
  .popover > .arrow:after {
    content: "";
    border-width: 8px;
  }
  
  .popover.top > .arrow {
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    border-top-color: #dddddd;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
  }
  
  .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -8px;
    content: " ";
    border-top-color: #ffffff;
    border-bottom-width: 0;
  }
  
  .popover.right > .arrow {
    top: 50%;
    left: -9px;
    margin-top: -9px;
    border-right-color: #dddddd;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
  }
  
  .popover.right > .arrow:after {
    bottom: -8px;
    left: 1px;
    content: " ";
    border-right-color: #ffffff;
    border-left-width: 0;
  }
  
  .popover.bottom > .arrow {
    top: -9px;
    left: 50%;
    margin-left: -9px;
    border-top-width: 0;
    border-bottom-color: #dddddd;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  
  .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -8px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #ffffff;
  }
  
  .popover.left > .arrow {
    top: 50%;
    right: -9px;
    margin-top: -9px;
    border-right-width: 0;
    border-left-color: #dddddd;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  
  .popover.left > .arrow:after {
    right: 1px;
    bottom: -8px;
    content: " ";
    border-right-width: 0;
    border-left-color: #ffffff;
  }
  
  .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    border-radius: -1 -1 0 0;
  }
  
  .popover-content {
    padding: 9px 14px;
  }
  
  /* ------------------------------ COMPONENTS: Carousel ------------------------------ */
  .carousel {
    position: relative;
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    line-height: 1;
  }
  
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
    }
  }
  
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  
  .carousel-inner > .active {
    left: 0;
  }
  
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .carousel-inner > .next {
    left: 100%;
  }
  
  .carousel-inner > .prev {
    left: -100%;
  }
  
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  
  .carousel-inner > .active.left {
    left: -100%;
  }
  
  .carousel-inner > .active.right {
    left: 100%;
  }
  
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
  }
  
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
  }
  
  .carousel-control:hover,
  .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
  }
  
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
  }
  
  .carousel-control .icon-prev:before {
    content: "\2039";
  }
  
  .carousel-control .icon-next:before {
    content: "\203a";
  }
  
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 10px;
  }
  
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
  }
  
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  }
  
  .carousel-caption .btn {
    text-shadow: none;
  }
  
  @media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 36px;
      height: 36px;
      margin-top: -12px;
      font-size: 36px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
      margin-left: -12px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
      margin-right: -12px;
    }
    .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    }
  }
  
  /* ------------------------------ COMPONENT: Lists ------------------------------ */
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 12px;
  }
  
  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin-bottom: 0;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  dl {
    margin-top: 0;
    margin-bottom: 24px;
  }
  
  dt,
  dd {
    line-height: 1.5;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-left: 0;
  }
  
  @media (min-width: 1180px) {
    .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .dl-horizontal dd {
      margin-left: 180px;
    }
  }
  
  /* ------------------------------ COMPONENTS: Legends ------------------------------ */
  legend.section-title {
    margin-bottom: 10px !important;
    padding-bottom: 8px;
    border-bottom-width: 1px !important;
    font-size: 28px;
  }
  
  /* ------------------------------ COMPONENTS: Dividers ------------------------------ */
  hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0 solid #bbb;
    border-top-width: 1px;
  }
  
  [class*="inverse"] hr {
    border-color: #fff;
  }
  
  /* ------------------------------ COMPONENT: Table ------------------------------ */
  .table.table-border-top {
    border-top: 1px solid #ddd;
  }
  
  .table.table-border-bottom {
    border-bottom: 1px solid #ddd;
  }
  
  .table-bordered {
    border-color: #ddd;
  }
  
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border-color: #ddd;
  }
  
  /* ------------------------------ COMPONENT: Table - Rows ------------------------------ */
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr:hover > .active,
  .table-hover > tbody > tr.active:hover > th {
    background-color: #F2F2F2;
  }
  
  @media (max-width: 768px) {
    .table-fluid tr {
      overflow: visible;
      border-top: #ddd solid 1px !important;
    }
  }
  
  .table-selectable-row > tbody > tr:hover {
    background-color: #D9ECFF;
  }
  
  .table-selectable-row > tbody > tr.selected {
    background-color: #B2D9FF;
  }
  
  .table-selectable-row > tbody > tr.not-selectable:hover {
    background-color: transparent;
  }
  
  .table-selectable-row.table-hover > tbody > tr.not-selectable:hover {
    background-color: #F2F2F2;
  }
  
  .table-selectable-row.table-striped > tbody > tr:nth-of-type(odd).not-selectable:hover {
    background-color: #F8F8F8;
  }
  
  /* ------------------------------ COMPONENT: Table - Cells - All ------------------------------ */
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media (max-width: 768px) {
    .table > thead > tr > th.text-center,
    .table > tbody > tr > th.text-center,
    .table > tfoot > tr > th.text-center,
    .table > thead > tr > td.text-center,
    .table > tbody > tr > td.text-center,
    .table > tfoot > tr > td.text-center {
      text-align: left;
    }
    .table > thead > tr > th.text-right,
    .table > tbody > tr > th.text-right,
    .table > tfoot > tr > th.text-right,
    .table > thead > tr > td.text-right,
    .table > tbody > tr > td.text-right,
    .table > tfoot > tr > td.text-right {
      text-align: left;
    }
  }
  
  .table > thead > tr > th.contains-component,
  .table > tbody > tr > th.contains-component,
  .table > tfoot > tr > th.contains-component,
  .table > thead > tr > td.contains-component,
  .table > tbody > tr > td.contains-component,
  .table > tfoot > tr > td.contains-component {
    vertical-align: middle;
    padding-top: 3.5px;
    padding-bottom: 4.5px;
  }
  
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .table-condensed > thead > tr > th.contains-component,
  .table-condensed > tbody > tr > th.contains-component,
  .table-condensed > tfoot > tr > th.contains-component,
  .table-condensed > thead > tr > td.contains-component,
  .table-condensed > tbody > tr > td.contains-component,
  .table-condensed > tfoot > tr > td.contains-component {
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 3px;
  }
  
  /* ------------------------------ COMPONENT: Table - Cells - Header ------------------------------ */
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th {
    font-weight: 600;
    color: #111;
    border-top-color: #ddd;
    background: #fff;
  }
  
  .table > thead > tr > th.sort-enabled,
  .table > tbody > tr > th.sort-enabled,
  .table > tfoot > tr > th.sort-enabled {
    padding: 0;
    overflow: hidden;
  }
  
  .table > thead > tr > th.sort-enabled a,
  .table > tbody > tr > th.sort-enabled a,
  .table > tfoot > tr > th.sort-enabled a {
    font-weight: 600;
    color: #111;
    position: relative;
    display: block;
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
  }
  
  .table > thead > tr > th.sort-enabled a::before,
  .table > tbody > tr > th.sort-enabled a::before,
  .table > tfoot > tr > th.sort-enabled a::before {
    display: inline-block;
    height: 100px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
  }
  
  .table > thead > tr > th.sort-enabled a:hover,
  .table > tbody > tr > th.sort-enabled a:hover,
  .table > tfoot > tr > th.sort-enabled a:hover {
    background: #F2F2F2;
  }
  
  .table > thead > tr > th.sort-enabled a:hover::before,
  .table > tbody > tr > th.sort-enabled a:hover::before,
  .table > tfoot > tr > th.sort-enabled a:hover::before {
    background: #F2F2F2;
  }
  
  .table > thead > tr > th.sort-enabled a:active,
  .table > tbody > tr > th.sort-enabled a:active,
  .table > tfoot > tr > th.sort-enabled a:active {
    background: #ddd;
  }
  
  .table > thead > tr > th.sort-enabled a:active::before,
  .table > tbody > tr > th.sort-enabled a:active::before,
  .table > tfoot > tr > th.sort-enabled a:active::before {
    background: #ddd;
  }
  
  .table.table-header-bg > thead > tr > th,
  .table.table-header-bg > tbody > tr > th,
  .table.table-header-bg > tfoot > tr > th {
    background: #F2F2F2;
  }
  
  .table.table-header-bg > thead > tr > th.sort-enabled a:hover,
  .table.table-header-bg > tbody > tr > th.sort-enabled a:hover,
  .table.table-header-bg > tfoot > tr > th.sort-enabled a:hover {
    background: #fff;
  }
  
  .table.table-header-bg > thead > tr > th.sort-enabled a:hover::before,
  .table.table-header-bg > tbody > tr > th.sort-enabled a:hover::before,
  .table.table-header-bg > tfoot > tr > th.sort-enabled a:hover::before {
    background: #fff;
  }
  
  .table.table-header-bg > thead > tr > th.sort-enabled a:active,
  .table.table-header-bg > tbody > tr > th.sort-enabled a:active,
  .table.table-header-bg > tfoot > tr > th.sort-enabled a:active {
    background: #F2F2F2;
  }
  
  .table.table-header-bg > thead > tr > th.sort-enabled a:active::before,
  .table.table-header-bg > tbody > tr > th.sort-enabled a:active::before,
  .table.table-header-bg > tfoot > tr > th.sort-enabled a:active::before {
    background: #F2F2F2;
  }
  
  .table.table-condensed > thead > tr > th.sort-enabled a,
  .table.table-condensed > tbody > tr > th.sort-enabled a,
  .table.table-condensed > tfoot > tr > th.sort-enabled a {
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .table > thead > tr > th {
    border-bottom-color: #ddd;
  }
  
  /* ------------------------------ COMPONENT: Table - Cells - Body ------------------------------ */
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    border-top-width: 1px;
    border-top-color: #ddd;
  }
  
  .table > thead > tr > td > a,
  .table > tbody > tr > td > a,
  .table > tfoot > tr > td > a {
    text-decoration: underline;
  }
  
  .table > thead > tr > td > a:hover,
  .table > tbody > tr > td > a:hover,
  .table > tfoot > tr > td > a:hover {
    text-decoration: none;
  }
  
  .table > thead > tr > td > a:active,
  .table > tbody > tr > td > a:active,
  .table > tfoot > tr > td > a:active {
    text-decoration: underline;
  }
  
  .table > thead > tr > td > a:disabled, .table > thead > tr > td > a.disabled,
  .table > tbody > tr > td > a:disabled,
  .table > tbody > tr > td > a.disabled,
  .table > tfoot > tr > td > a:disabled,
  .table > tfoot > tr > td > a.disabled {
    text-decoration: none;
  }
  
  @media (max-width: 768px) {
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
      border-top-width: 0;
    }
  }
  
  @media (max-width: 768px) {
    .table-fluid > thead > tr > td,
    .table-fluid > tbody > tr > td,
    .table-fluid > tfoot > tr > td {
      padding-top: 5px;
      padding-bottom: 0;
      padding-right: 0;
    }
    .table-fluid > thead > tr > td:first-child,
    .table-fluid > tbody > tr > td:first-child,
    .table-fluid > tfoot > tr > td:first-child {
      padding-top: 10px;
    }
    .table-fluid > thead > tr > td:first-child.title,
    .table-fluid > tbody > tr > td:first-child.title,
    .table-fluid > tfoot > tr > td:first-child.title {
      padding-left: 0 !important;
    }
    .table-fluid > thead > tr > td:first-child.title > *,
    .table-fluid > tbody > tr > td:first-child.title > *,
    .table-fluid > tfoot > tr > td:first-child.title > * {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 18px;
      font-weight: 600;
    }
    .table-fluid > thead > tr > td:first-child.title:before,
    .table-fluid > tbody > tr > td:first-child.title:before,
    .table-fluid > tfoot > tr > td:first-child.title:before {
      display: none;
    }
    .table-fluid > thead > tr > td:last-child,
    .table-fluid > tbody > tr > td:last-child,
    .table-fluid > tfoot > tr > td:last-child {
      padding-bottom: 20px;
    }
    .table-fluid > thead > tr > td:last-child.contains-component,
    .table-fluid > tbody > tr > td:last-child.contains-component,
    .table-fluid > tfoot > tr > td:last-child.contains-component {
      padding-top: 20px;
      padding-left: 0 !important;
    }
    .table-fluid > thead > tr > td:last-child.contains-component a,
    .table-fluid > thead > tr > td:last-child.contains-component button,
    .table-fluid > thead > tr > td:last-child.contains-component .dropdown-menu,
    .table-fluid > tbody > tr > td:last-child.contains-component a,
    .table-fluid > tbody > tr > td:last-child.contains-component button,
    .table-fluid > tbody > tr > td:last-child.contains-component .dropdown-menu,
    .table-fluid > tfoot > tr > td:last-child.contains-component a,
    .table-fluid > tfoot > tr > td:last-child.contains-component button,
    .table-fluid > tfoot > tr > td:last-child.contains-component .dropdown-menu {
      width: 100%;
    }
    .table-fluid > thead > tr > td:before,
    .table-fluid > tbody > tr > td:before,
    .table-fluid > tfoot > tr > td:before {
      font-weight: 600;
      width: 120px;
      margin-left: -130px;
      padding-right: 0;
      word-break: break-word;
    }
    .table-fluid > thead > tr > td > a,
    .table-fluid > tbody > tr > td > a,
    .table-fluid > tfoot > tr > td > a {
      text-decoration: underline;
      display: block;
    }
    .table-fluid > thead > tr > td > a:hover,
    .table-fluid > tbody > tr > td > a:hover,
    .table-fluid > tfoot > tr > td > a:hover {
      text-decoration: none;
    }
    .table-fluid > thead > tr > td > a:active,
    .table-fluid > tbody > tr > td > a:active,
    .table-fluid > tfoot > tr > td > a:active {
      text-decoration: underline;
    }
    .table-fluid > thead > tr > td > a:disabled, .table-fluid > thead > tr > td > a.disabled,
    .table-fluid > tbody > tr > td > a:disabled,
    .table-fluid > tbody > tr > td > a.disabled,
    .table-fluid > tfoot > tr > td > a:disabled,
    .table-fluid > tfoot > tr > td > a.disabled {
      text-decoration: none;
    }
    html[dir=rtl] .table-fluid > thead > tr > td, html[dir=rtl]
    .table-fluid > tbody > tr > td, html[dir=rtl]
    .table-fluid > tfoot > tr > td {
      padding-right: 130px !important;
    }
    html[dir=ltr] .table-fluid > thead > tr > td, html[dir=ltr]
    .table-fluid > tbody > tr > td, html[dir=ltr]
    .table-fluid > tfoot > tr > td {
      padding-left: 130px !important;
    }
  }
  
  @media (max-width: 768px) {
    .table-fluid-label-width-xs > thead > tr > td:before,
    .table-fluid-label-width-xs > tbody > tr > td:before,
    .table-fluid-label-width-xs > tfoot > tr > td:before {
      width: 60px;
      margin-left: -70px;
    }
    html[dir=rtl] .table-fluid-label-width-xs > thead > tr > td, html[dir=rtl]
    .table-fluid-label-width-xs > tbody > tr > td, html[dir=rtl]
    .table-fluid-label-width-xs > tfoot > tr > td {
      padding-right: 70px !important;
    }
    html[dir=ltr] .table-fluid-label-width-xs > thead > tr > td, html[dir=ltr]
    .table-fluid-label-width-xs > tbody > tr > td, html[dir=ltr]
    .table-fluid-label-width-xs > tfoot > tr > td {
      padding-left: 70px !important;
    }
  }
  
  @media (max-width: 768px) {
    .table-fluid-label-width-sm > thead > tr > td:before,
    .table-fluid-label-width-sm > tbody > tr > td:before,
    .table-fluid-label-width-sm > tfoot > tr > td:before {
      width: 90px;
      margin-left: -100px;
    }
    html[dir=rtl] .table-fluid-label-width-sm > thead > tr > td, html[dir=rtl]
    .table-fluid-label-width-sm > tbody > tr > td, html[dir=rtl]
    .table-fluid-label-width-sm > tfoot > tr > td {
      padding-right: 100px !important;
    }
    html[dir=ltr] .table-fluid-label-width-sm > thead > tr > td, html[dir=ltr]
    .table-fluid-label-width-sm > tbody > tr > td, html[dir=ltr]
    .table-fluid-label-width-sm > tfoot > tr > td {
      padding-left: 100px !important;
    }
  }
  
  @media (max-width: 768px) {
    .table-fluid-label-width-md > thead > tr > td:before,
    .table-fluid-label-width-md > tbody > tr > td:before,
    .table-fluid-label-width-md > tfoot > tr > td:before {
      width: 120px;
      margin-left: -130px;
    }
    html[dir=rtl] .table-fluid-label-width-md > thead > tr > td, html[dir=rtl]
    .table-fluid-label-width-md > tbody > tr > td, html[dir=rtl]
    .table-fluid-label-width-md > tfoot > tr > td {
      padding-right: 130px !important;
    }
    html[dir=ltr] .table-fluid-label-width-md > thead > tr > td, html[dir=ltr]
    .table-fluid-label-width-md > tbody > tr > td, html[dir=ltr]
    .table-fluid-label-width-md > tfoot > tr > td {
      padding-left: 130px !important;
    }
  }
  
  @media (max-width: 768px) {
    .table-fluid-label-width-lg > thead > tr > td:before,
    .table-fluid-label-width-lg > tbody > tr > td:before,
    .table-fluid-label-width-lg > tfoot > tr > td:before {
      width: 180px;
      margin-left: -190px;
    }
    html[dir=rtl] .table-fluid-label-width-lg > thead > tr > td, html[dir=rtl]
    .table-fluid-label-width-lg > tbody > tr > td, html[dir=rtl]
    .table-fluid-label-width-lg > tfoot > tr > td {
      padding-right: 190px !important;
    }
    html[dir=ltr] .table-fluid-label-width-lg > thead > tr > td, html[dir=ltr]
    .table-fluid-label-width-lg > tbody > tr > td, html[dir=ltr]
    .table-fluid-label-width-lg > tfoot > tr > td {
      padding-left: 190px !important;
    }
  }
  
  @media (max-width: 768px) {
    .table-fluid-label-width-xl > thead > tr > td:before,
    .table-fluid-label-width-xl > tbody > tr > td:before,
    .table-fluid-label-width-xl > tfoot > tr > td:before {
      width: 240px;
      margin-left: -250px;
    }
    html[dir=rtl] .table-fluid-label-width-xl > thead > tr > td, html[dir=rtl]
    .table-fluid-label-width-xl > tbody > tr > td, html[dir=rtl]
    .table-fluid-label-width-xl > tfoot > tr > td {
      padding-right: 250px !important;
    }
    html[dir=ltr] .table-fluid-label-width-xl > thead > tr > td, html[dir=ltr]
    .table-fluid-label-width-xl > tbody > tr > td, html[dir=ltr]
    .table-fluid-label-width-xl > tfoot > tr > td {
      padding-left: 250px !important;
    }
  }
  
  /* ------------------------------ COMPONENT: Table - Bootstrap Leftovers ------------------------------ */
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
  }
  
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
  }
  
  caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #808080;
    text-align: left;
  }
  
  .table .table {
    background-color: #fff;
  }
  
  .table > thead > tr > td.success,
  .table > tbody > tr > td.success,
  .table > tfoot > tr > td.success,
  .table > thead > tr > th.success,
  .table > tbody > tr > th.success,
  .table > tfoot > tr > th.success,
  .table > thead > tr.success > td,
  .table > tbody > tr.success > td,
  .table > tfoot > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr.success > th,
  .table > tfoot > tr.success > th {
    background-color: #EBF7DF;
  }
  
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr:hover > .success,
  .table-hover > tbody > tr.success:hover > th {
    background-color: #CFE5B8;
  }
  
  .table > thead > tr > td.info,
  .table > tbody > tr > td.info,
  .table > tfoot > tr > td.info,
  .table > thead > tr > th.info,
  .table > tbody > tr > th.info,
  .table > tfoot > tr > th.info,
  .table > thead > tr.info > td,
  .table > tbody > tr.info > td,
  .table > tfoot > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr.info > th,
  .table > tfoot > tr.info > th {
    background-color: #E5FFFD;
  }
  
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover,
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr:hover > .info,
  .table-hover > tbody > tr.info:hover > th {
    background-color: #CCFFFB;
  }
  
  .table > thead > tr > td.warning,
  .table > tbody > tr > td.warning,
  .table > tfoot > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > tbody > tr > th.warning,
  .table > tfoot > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > tbody > tr.warning > td,
  .table > tfoot > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr.warning > th {
    background-color: #FFF6D9;
  }
  
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr:hover > .warning,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: #FFECB2;
  }
  
  .table > thead > tr > td.danger,
  .table > tbody > tr > td.danger,
  .table > tfoot > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > tbody > tr > th.danger,
  .table > tfoot > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > tbody > tr.danger > td,
  .table > tfoot > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr.danger > th {
    background-color: #FFDFD9;
  }
  
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr:hover > .danger,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #FFBFB2;
  }
  
  .table-responsive {
    min-height: .01%;
    overflow-x: auto;
  }
  
  @media screen and (max-width: 768px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 24px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
  }
  
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
  
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
  }
  
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
  }
  
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1;
  }
  
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1;
  }
  
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
  }
  
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
  }
  
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1;
  }
  
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1;
  }
  
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #bbb;
  }
  
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }
  
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  
  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
  }
  
  /* ------------------------------ COMPONENT: Pagination ------------------------------ */
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 0;
  }
  
  .pagination > li {
    display: inline;
  }
  
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 15px;
    margin-left: -1px;
    line-height: 1.5;
    color: #0066cc;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  }
  
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #0066cc;
    background-color: #d9ecff;
    border-color: #cccccc;
  }
  
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .pagination > li.active > a,
  .pagination > li.active > a:hover,
  .pagination > li.active > a:focus,
  .pagination > li.active > span,
  .pagination > li.active > span:hover,
  .pagination > li.active > span:focus {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #0066cc;
    border-color: #0066cc;
  }
  
  .pagination > li.disabled > a,
  .pagination > li.disabled > a:hover,
  .pagination > li.disabled > a:focus,
  .pagination > li.disabled > span,
  .pagination > li.disabled > span:hover,
  .pagination > li.disabled > span:focus {
    color: #bbbbbb;
    cursor: not-allowed;
    background-color: #f2f2f2;
    border-color: #cccccc;
  }
  
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  /* ------------------------------ COMPONENT: Pager ------------------------------ */
  .pager {
    padding-left: 0;
    margin: 24px 0;
    text-align: center;
    list-style: none;
  }
  
  .pager li {
    display: inline;
  }
  
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
  }
  
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #d9ecff;
  }
  
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #bbbbbb;
    cursor: not-allowed;
    background-color: #ffffff;
  }
  
  /* ------------------------------ COMPONENTS: Header ------------------------------ */
  /* ------------------------------ COMPONENTS: Header - Navbar (Primary) ------------------------------ */
  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .nav > li {
    position: relative;
    display: block;
  }
  
  .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 20px;
  }
  
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #d9ecff;
  }
  
  .nav > li.disabled > a {
    color: #bbbbbb;
  }
  
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #bbbbbb;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #d9ecff;
    border-color: #0066cc;
  }
  
  .nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  
  .nav > li > a > img {
    max-width: none;
  }
  
  .navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 24px;
    border: 1px solid transparent;
  }
  
  @media (min-width: 1180px) {
    .navbar {
      border-radius: 0;
    }
  }
  
  @media (min-width: 1180px) {
    .navbar-header {
      float: left;
    }
  }
  
  .navbar-collapse {
    padding-right: 20px;
    padding-left: 20px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  
  .navbar-collapse.in {
    overflow-y: auto;
  }
  
  @media (min-width: 1180px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }
  
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
    }
  }
  
  @media (min-width: 1180px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0;
    }
  }
  
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -20px;
    margin-left: -20px;
  }
  
  @media (min-width: 1180px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
    }
  }
  
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  
  @media (min-width: 1180px) {
    .navbar-static-top {
      border-radius: 0;
    }
  }
  
  .navbar-brand {
    float: left;
    height: 80px;
    padding: 28px 20px;
    font-size: 18px;
    line-height: 24px;
  }
  
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  
  .navbar-brand > img {
    display: block;
  }
  
  @media (min-width: 1180px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -20px;
    }
  }
  
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 20px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
  }
  
  .navbar-toggle:focus {
    outline: 0;
  }
  
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  
  @media (min-width: 1180px) {
    .navbar-toggle {
      display: none;
    }
  }
  
  .navbar-nav {
    margin: 14px -20px;
  }
  
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
  }
  
  @media (max-width: 1179px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 24px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
  }
  
  @media (min-width: 1180px) {
    .navbar-nav {
      float: left;
      margin: 0;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 28px;
      padding-bottom: 28px;
    }
  }
  
  .navbar-form {
    padding: 10px 20px;
    margin-right: -20px;
    margin-left: -20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 19px;
    margin-bottom: 19px;
  }
  
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .navbar-form .form-control-static {
      display: inline-block;
    }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
      width: auto;
    }
    .navbar-form .input-group > .form-control {
      width: 100%;
    }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
      padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  
  @media (max-width: 1179px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
      margin-bottom: 0;
    }
  }
  
  @media (min-width: 1180px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  }
  
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .navbar-btn {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  
  .navbar-btn.btn-sm {
    margin-top: 23.5px;
    margin-bottom: 23.5px;
  }
  
  .navbar-btn.btn-xs {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  
  .navbar-text {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  
  @media (min-width: 1180px) {
    .navbar-text {
      float: left;
      margin-right: 20px;
      margin-left: 20px;
    }
  }
  
  @media (min-width: 1180px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
      margin-right: -20px;
    }
    .navbar-right ~ .navbar-right {
      margin-right: 0;
    }
  }
  
  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  
  .navbar-default .navbar-brand {
    color: #808080;
  }
  
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #676767;
    background-color: transparent;
  }
  
  .navbar-default .navbar-text {
    color: #808080;
  }
  
  .navbar-default .navbar-nav > li > a {
    color: #808080;
  }
  
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #444444;
    background-color: transparent;
  }
  
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #666666;
    background-color: #e7e7e7;
  }
  
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
  
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #666666;
    background-color: #e7e7e7;
  }
  
  @media (max-width: 1179px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #808080;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #444444;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #666666;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent;
    }
  }
  
  .navbar-default .navbar-toggle {
    border-color: #cccccc;
  }
  
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #cccccc;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #808080;
  }
  
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  
  .navbar-default .navbar-link {
    color: #808080;
  }
  
  .navbar-default .navbar-link:hover {
    color: #444444;
  }
  
  .navbar-default .btn-link {
    color: #808080;
  }
  
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #444444;
  }
  
  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
  }
  
  .navbar-inverse {
    /* background-color: #0066cc; */
    background-color: #111;
    border-color: none;
  }
  
  .navbar-inverse .navbar-brand {
    color: #ffffff;
  }
  
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
  }
  
  .navbar-inverse .navbar-text {
    color: #ffffff;
  }
  
  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
  }
  
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    text-decoration: underline;
    /* background-color: #004d99; */
    background-color: transparent;
  }
  
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    text-decoration: underline;
    /* background-color: #003366; */
    background-color: transparent;
  }
  
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #66b2ff;
    background-color: transparent;
  }
  
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #003366;
  }
  
  @media (max-width: 1179px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #ffffff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #ffffff;
      background-color: #004d99;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #ffffff;
      background-color: #003366;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #66b2ff;
      background-color: transparent;
    }
  }
  
  .navbar-inverse .navbar-toggle {
    border-color: #ffffff;
  }
  
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #004d99;
  }
  
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #0054a8;
  }
  
  .navbar-inverse .navbar-link {
    color: #ffffff;
  }
  
  .navbar-inverse .navbar-link:hover {
    color: #ffffff;
  }
  
  .navbar-inverse .btn-link {
    color: #ffffff;
  }
  
  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #ffffff;
  }
  
  .navbar-inverse .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #66b2ff;
  }
  
  .navbar {
    margin-bottom: 0;
  }
  
  .navbar .navbar-collapse {
    border: 0;
  }
  
  @media (max-width: 1180px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      -webkit-transition: box-shadow 0.1s;
      transition: box-shadow 0.1s;
      box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0.2);
    }
  }
  
  @media (max-width: 1180px) {
    .navbar .collapsed ~ .navbar-collapse {
      box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0);
    }
  }
  
  .navbar-static-top {
    border: 0;
  }
  
  /* ------------------------------ COMPONENTS: Header - Navbar (Primary) - Main Nav ------------------------------ */
  .navbar-nav a {
    text-decoration: none;
  }
  
  .navbar-nav .weblink a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-offset: 0;
    font-size: 18px;
  }
  
  .navbar-nav .weblink a:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  .navbar-nav .weblink a:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .navbar-nav .weblink a:focus-visible {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  @media (min-width: 1181px) {
    .navbar-nav .weblink a {
      -webkit-transition: background 0.1s;
      transition: background 0.1s;
      padding-top: calc(((80px - 24px) / 2) - 2px);
      padding-bottom: calc(((80px - 24px) / 2) + 2px);
      font-size: 22px;
    }
    .navbar-nav .weblink a .fa {
      font-size: 20px;
      line-height: 1 !important;
    }
  }
  
  @media (max-width: 1180px) {
    .navbar.navbar-inverse .weblink > a {
      padding: 7px 15px 9px;
      background: #fff;
      color: #0066CC;
    }
    .navbar.navbar-inverse .weblink > a:hover, .navbar.navbar-inverse .weblink > a:hover:focus {
      background: #D9ECFF;
      color: #0066CC;
    }
    .navbar.navbar-inverse .weblink > a:active, .navbar.navbar-inverse .weblink > a:active:focus {
      background: #B2D9FF;
    }
    .navbar.navbar-inverse .weblink > a:focus {
      background: #fff;
      color: #0066CC;
    }
  }
  
  @media (max-width: 1180px) {
    .navbar .navbar-collapse {
      max-height: calc(100vh - 40px - 80px) !important;
      background: #fff;
      overflow-y: auto !important;
      z-index: 10000;
    }
  }
  
  @media (max-width: 1180px) {
    .navbar .navbar-collapse * {
      float: none !important;
    }
    .navbar .navbar-collapse .navbar-right {
      margin-right: 0;
    }
    .navbar .navbar-collapse .navbar-nav {
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 0;
      padding-top: 5px;
      padding-bottom: 10px;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1179px) {
    .navbar .navbar-collapse.collapse {
      display: none !important;
    }
    .navbar .navbar-collapse.collapse.in, .navbar .navbar-collapse.collapsing.in {
      display: block !important;
    }
  }
  
  .navbar-toggle {
    position: absolute;
    top: 16px;
    right: 7px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    background: transparent;
    border: 0 !important;
  }
  
  @media (min-width: 1181px) {
    .navbar-toggle {
      display: none;
    }
  }
  
  .navbar-toggle:hover, .navbar-toggle:hover:focus {
    background: #004D99 !important;
  }
  
  .navbar-toggle:active, .navbar-toggle:active:focus {
    background: #004D99 !important;
  }
  
  .navbar-toggle:focus {
    background: transparent !important;
  }
  
  .navbar-toggle:not(.collapsed) {
    background: #004D99 !important;
  }
  
  .navbar-toggle .icon-bar {
    display: inline-block;
    margin: 0 auto;
    width: 22px;
    height: 2px;
    border-radius: 0;
    border: 0 !important;
  }
  
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  
  /* ------------------------------ COMPONENTS: Header - Navbar (Primary) - Subnav ------------------------------ */
  @media (max-width: 1180px) {
    .navbar .navbar-collapse .navbar-nav .dropdown-toggle {
      font-weight: 700;
      color: #111;
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-toggle:hover, .navbar .navbar-collapse .navbar-nav .dropdown-toggle:hover:focus, .navbar .navbar-collapse .navbar-nav .dropdown-toggle:active, .navbar .navbar-collapse .navbar-nav .dropdown-toggle:active:focus, .navbar .navbar-collapse .navbar-nav .dropdown-toggle:focus {
      background: none;
      color: #111;
      cursor: default;
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-toggle .caret {
      display: none;
    }
  }
  
  .navbar .navbar-collapse .navbar-nav .dropdown-menu .glyphicon {
    margin-left: 8px;
    font-size: 14px;
  }
  
  @media (max-width: 1180px) {
    .navbar .navbar-collapse .navbar-nav .dropdown-menu {
      display: block !important;
      position: static !important;
      float: none !important;
      border: 0 !important;
      box-shadow: none !important;
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a {
      position: relative;
      padding-left: 45px !important;
      color: #0066CC;
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:hover, .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:hover:focus {
      background-color: #D9ECFF;
      color: #0066CC;
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:active, .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:active:focus {
      background-color: #B2D9FF;
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:focus {
      background-color: #fff;
      color: #0066CC;
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a::before {
      display: inline-block;
      content: '';
      position: absolute;
      top: 0;
      left: 24px;
      width: 1px;
      height: 100%;
      border-left: 1px solid rgba(0, 102, 204, 0.3);
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a::after {
      display: inline-block;
      content: '';
      position: absolute;
      top: 21px;
      left: 25px;
      width: 10px;
      height: 1px;
      border-top: 1px solid rgba(0, 102, 204, 0.3);
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu > li:last-child a::before {
      height: 50%;
    }
  }
  
  @media (min-width: 1181px) {
    .navbar .navbar-collapse .navbar-nav .dropdown-menu {
      top: calc(100% - 1px);
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu:not(.pull-right) {
      left: 0;
      right: auto;
    }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu a {
      font-size: 16px;
    }
  }
  
  /* ------------------------------ COMPONENTS: Header - Navbar (Secondary) ------------------------------ */
  /* @-webkit-keyframes AnimationName {
    0% {
      background-position: 0% 50%; }
    50% {
      background-position: 100% 50%; }
    100% {
      background-position: 0% 50%; } }
  
  @-moz-keyframes AnimationName {
    0% {
      background-position: 0% 50%; }
    50% {
      background-position: 100% 50%; }
    100% {
      background-position: 0% 50%; } }
  
  @keyframes AnimationName {
    0% {
      background-position: 0% 50%; }
    50% {
      background-position: 100% 50%; }
    100% {
      background-position: 0% 50%; } } */
  
  .navbar-secondary {
    height: 40px;
    /* background: #004D99; */
    /* background: linear-gradient(270deg, #ff9d00, #e27933, #c90b0b, #8c12ea, #006788, #05781a); */
    background: linear-gradient(90deg, #ff9d00 0%, #e27933 10%, #c90b0b 20%, #8c12ea 40%, #006788 70%, #05781a 95%);
    /* background-size: 1200% 1200%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite; */
  }
  
  .navbar-secondary .container {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  
  .navbar-secondary .container > * {
    /* border-left: 1px solid #0066CC; */
  }
  
  .navbar-secondary .container > *:last-child {
    /* border-right: 1px solid #0066CC; */
  }
  
  .navbar-secondary .container > * + * {
    margin-left: 0;
  }
  
  .navbar-secondary .navbar-links {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-offset: 0;
    display: inline-block;
    height: 40px;
    text-decoration: none;
  }
  
  .navbar-secondary .navbar-links:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  .navbar-secondary .navbar-links:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .navbar-secondary .navbar-links:focus-visible {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  .navbar-secondary .navbar-links:hover {
    text-decoration: none;
  }
  
  .navbar-secondary .navbar-links:hover .username {
    text-decoration: underline;
  }
  
  .navbar-secondary .navbar-links:focus {
    text-decoration: none;
  }
  
  .navbar-secondary .navbar-links:focus .username {
    text-decoration: none;
  }
  
  .navbar-secondary .navbar-links:focus:hover .username {
    text-decoration: underline;
  }
  
  .navbar-secondary .dropdown .navbar-links {
    padding-right: 9px;
  }
  
  .navbar-secondary .dropdown.open .navbar-links:hover .username {
    text-decoration: underline;
  }
  
  .navbar-secondary .navbar-links {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .navbar-secondary .navbar-links:hover {
    /* background: #003366; */
    background: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-secondary .navbar-links:active {
    /* background: #003366; */
    background: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-secondary .dropdown.open .navbar-links {
    /* background: #003366; */
    background: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-secondary .caret {
    margin-left: 5px;
    margin-bottom: 2px;
  }
  
  .navbar-secondary .dropdown-menu .divider {
    display: none;
  }
  
  .navbar-brand {
    position: absolute;
    top: 17.5px;
    display: inline-block;
    float: none;
    margin-left: 0 !important;
    padding: 0 0 0 150px;
    height: 45px;
    width: 150px;
    z-index: 100;
  }
  
  .navbar-brand a {
    outline-offset: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .navbar-brand a:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  .navbar-brand a:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  .navbar-brand a:focus-visible {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  .navbar-brand-text {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
  }
  
  @media (max-width: 767px) {
    .navbar-brand-text {
      display: none;
    }
  }
  
  .navbar-brand-text p {
    margin: auto 0 auto 20px;
    padding-left: 20px;
    border-left: 1px solid #fff;
    white-space: nowrap;
  }
  
  .banner {
    padding-top: 20px;
    padding-bottom: 30px;
    background: #F2F2F2;
  }
  
  .banner.banner-homepage {
    padding: 0;
  }
  
  .banner h1 {
    margin-top: 0;
  }
  
  .banner .container > *:first-child {
    margin-top: 0;
  }
  
  .banner .container > *:last-child {
    margin-bottom: 0;
  }
  
  /* ------------------------------ FOOTER: Footer ------------------------------ */
  .footer {
    margin-top: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #F2F2F2;
  }
  
  .footer[class*="inverse"] {
    background: #111;
  }
  
  @media (min-width: 769px) {
    .footer .footer-content {
      display: flex;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
    }
  }
  
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .footer a {
    position: relative;
  }
  
  .footer-links a {
    display: block;
    color: #808080;
  }
  
  [class*="inverse"] .footer-links a {
    color: #ddd;
  }
  
  @media (max-width: 768px) {
    .footer-links a {
      text-decoration: none;
      padding: 10px 0;
      border-top: 1px solid #bbb;
    }
    .footer-links a:hover {
      text-decoration: underline;
    }
    .footer-links a:active {
      text-decoration: none;
    }
    .footer-links a:disabled, .footer-links a.disabled {
      text-decoration: none;
    }
    [class*="inverse"] .footer-links a {
      border-top-color: rgba(255, 255, 255, 0.3);
    }
    .footer-links li:last-child a {
      border-bottom: 1px solid #bbb;
    }
    [class*="inverse"] .footer-links li:last-child a {
      border-bottom-color: rgba(255, 255, 255, 0.3);
    }
    .footer-links * + ul li:first-child a {
      border-top: 0;
    }
  }
  
  @media (min-width: 769px) {
    .footer-links {
      position: relative;
      right: -15px;
    }
    .footer-links ul {
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      justify-content: flex-end;
    }
    .footer-links ul + * {
      margin-top: 10px;
    }
    .footer-links a {
      padding: 0 15px;
    }
    .footer-links li:not(:first-child) a::after {
      display: inline-block;
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      height: 16px;
      width: 1px;
      background: #bbb;
    }
    [class*="inverse"] .footer-links li:not(:first-child) a::after {
      background: rgba(255, 255, 255, 0.3);
    }
    .footer-links li:not(:first-child) a::after li:first-child {
      display: none;
    }
  }
  
  .footer-information a {
    text-decoration: none;
    color: #808080;
  }
  
  .footer-information a:hover {
    text-decoration: underline;
  }
  
  .footer-information a:active {
    text-decoration: none;
  }
  
  .footer-information a:disabled, .footer-information a.disabled {
    text-decoration: none;
  }
  
  [class*="inverse"] .footer-information a {
    color: #ddd;
  }
  
  .footer-information .copyright {
    color: #808080;
  }
  
  [class*="inverse"] .footer-information .copyright {
    color: #ddd;
  }
  
  @media (max-width: 768px) {
    .footer-information {
      margin-top: 30px;
    }
  }
  
  @media (min-width: 769px) {
    .footer-information {
      position: relative;
      left: -15px;
    }
    .footer-information a,
    .footer-information .copyright {
      padding: 0 15px;
    }
    .footer-information address ul {
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .footer-information address li:not(:last-child) a::after {
      display: inline-block;
      content: '';
      position: absolute;
      top: 4px;
      right: 0;
      height: 16px;
      width: 1px;
      background: #bbb;
    }
    [class*="inverse"] .footer-information address li:not(:last-child) a::after {
      background: rgba(255, 255, 255, 0.3);
    }
  }
  
  /* ------------------------------ PAGE: Homepage - Banner ------------------------------ */
  .banner {
    position: relative;
  }
  
  .banner-image {
    width: 100%;
    min-height: 200px;
    background-image: url("../Images/homehero-trimmed.jpg");
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: cover;
  }
  
  @media (min-width: 769px) {
    .banner-image {
      min-height: 400px;
    }
  }
  
  @media (min-width: 1181px) {
    .banner-image {
      min-height: 500px;
    }
  }
  
  .banner-text {
    padding-top: 18px;
    padding-bottom: 36px;
    background: #111;
  }
  
  @media (min-width: 769px) {
    .banner-text {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent;
    }
    .banner-text.banner-text-top {
      bottom: auto;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    }
    .banner-text.banner-text-bottom {
      top: auto;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    }
    .banner-text.banner-text-left {
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 60%, transparent 60%);
    }
    .banner-text.banner-text-right {
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 60%, transparent 60%);
    }
  }
  
  @media (min-width: 769px) {
    .banner-text h1,
    .banner-text p {
      max-width: 47.45763%;
    }
    .banner-text.banner-text-right h1,
    .banner-text.banner-text-right p {
      margin-left: auto;
    }
    .banner-text .text-large {
      font-size: 22px;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1400px) {
    .banner-text h1,
    .banner-text p {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  @media (min-width: 1181px) {
    .banner-text h1,
    .banner-text p {
      max-width: 560px;
    }
  }
  
  /* ------------------------------ PAGE: Homepage - Tiles ------------------------------ */
  .tiles {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  @media (min-width: 481px) {
    .tiles {
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -20px;
      margin-right: -20px;
    }
  }
  
  .tiles li {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
  }
  
  .tiles li:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .tiles li + li {
    padding-top: 30px;
    border-top: 1px solid #bbb;
  }
  
  @media (min-width: 769px) {
    .tiles li {
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 20px;
      margin-right: 20px;
      width: calc(33.33% - 40px);
      text-align: center;
    }
    .tiles li:not(:last-child) {
      margin-bottom: 0;
    }
    .tiles li + li {
      padding-top: 0;
      border-top: 0;
    }
  }
  
  @media (min-width: 1181px) {
    .tiles li {
      width: calc(25% - 40px);
    }
  }
  
  @media (min-width: 1401px) {
    .tiles li {
      width: calc(20% - 40px);
    }
  }
  
  @media (min-width: 769px) and (max-width: 1180px) {
    .tiles li:nth-child(n + 4) {
      margin-top: 48px;
    }
  }
  
  @media (min-width: 1181px) and (max-width: 1400px) {
    .tiles li:nth-child(n + 5) {
      margin-top: 48px;
    }
  }
  
  @media (min-width: 1401px) {
    .tiles li:nth-child(n + 6) {
      margin-top: 48px;
    }
  }
  
  @media (min-width: 769px) {
    .tiles.tiles-1 li {
      width: calc(100% - 40px);
    }
    .tiles.tiles-1 li:nth-child(n + 2) {
      margin-top: 48px;
    }
  }
  
  @media (min-width: 769px) {
    .tiles.tiles-2 li {
      width: calc(50% - 40px);
    }
    .tiles.tiles-2 li:nth-child(n + 3) {
      margin-top: 48px;
    }
  }
  
  @media (min-width: 769px) {
    .tiles.tiles-3 li:nth-child(n + 4) {
      margin-top: 48px;
    }
  }
  
  @media (min-width: 1181px) {
    .tiles.tiles-3 li {
      width: calc(33.33% - 40px);
    }
  }
  
  @media (min-width: 769px) and (max-width: 1180px) {
    .tiles.tiles-4 li:nth-child(n + 4) {
      margin-top: 48px;
    }
  }
  
  @media (min-width: 1181px) {
    .tiles.tiles-4 li:nth-child(n + 5) {
      margin-top: 48px;
    }
  }
  
  @media (min-width: 1401px) {
    .tiles.tiles-4 li {
      width: calc(25% - 40px);
    }
  }
  
  .tile-icon {
    display: inline-block;
    position: relative;
    height: 0;
    width: 80px;
    padding-top: 80px;
    position: absolute;
    top: calc((100% - calc((16px * 1.5) + 7px + 9px + (1px * 2)) - 24px) / 2);
    left: 0;
    transform: translateY(-50%);
    fill: #0066CC;
  }
  
  .tile-icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  @media (max-width: 768px) {
    .tiles li + li .tile-icon {
      top: calc(((100% - calc((16px * 1.5) + 7px + 9px + (1px * 2)) - 24px - 30px) / 2) + 30px);
    }
  }
  
  @media (min-width: 769px) {
    .tile-icon {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      transform: none;
    }
  }
  
  .tile-title {
    margin-top: 0;
    padding-left: 100px;
  }
  
  @media (min-width: 769px) {
    .tile-title {
      padding-left: 0;
    }
  }
  
  .tile-description {
    margin-bottom: 24px;
    padding-left: 100px;
  }
  
  @media (min-width: 769px) {
    .tile-description {
      padding-left: 0;
    }
  }
  
  .tiles .btn {
    min-width: 160px;
  }
  
  /* ------------------------------ PAGE: Search For Grants ------------------------------ */
  .search-form {
    margin-top: 24px;
  }
  
  @media (min-width: 1181px) {
    .search-form {
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  }
  
  @media (min-width: 769px) {
    .search-fields {
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px;
    }
    .search-fields > div {
      margin: 0 10px;
      width: calc((1 / 3 * 100%) - 20px);
    }
    .search-fields > div.span-2-md {
      width: calc((2 / 3 * 100%) - 20px);
    }
    .search-fields > div.span-3-md {
      width: calc((3 / 3 * 100%) - 20px);
    }
  }
  
  @media (min-width: 1181px) {
    .search-fields {
      padding-right: 30px;
      width: 100%;
    }
    .search-fields > div {
      width: calc((1 / 5 * 100%) - 20px);
    }
    .search-fields > div.span-2-lg {
      width: calc((2 / 5 * 100%) - 20px);
    }
    .search-fields > div.span-3-lg {
      width: calc((3 / 5 * 100%) - 20px);
    }
    .search-fields > div.span-4-lg {
      width: calc((4 / 5 * 100%) - 20px);
    }
    .search-fields > div.span-5-lg {
      width: calc((5 / 5 * 100%) - 20px);
    }
  }
  
  .search-buttons {
    padding-top: 12px;
  }
  
  .search-buttons > div {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .search-buttons .btn + .btn {
    margin-top: 12px;
  }
  
  @media (min-width: 769px) {
    .search-buttons > div {
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .search-buttons .btn {
      min-width: 200px;
    }
    .search-buttons .btn + .btn {
      margin-top: 0;
      margin-left: 20px;
    }
  }
  
  @media (min-width: 1181px) {
    .search-buttons {
      min-width: 291px;
      padding: 29px 0 0 30px;
      border-left: 1px solid #bbb;
    }
    .search-buttons .btn {
      min-width: 120px;
    }
  }
  
  @media (min-width: 1401px) {
    .search-buttons .btn {
      min-width: 120px;
    }
  }
  
  /* ------------------------------ PAGE: My Dashboard ------------------------------ */
  .my-applications .table-filters .btn {
    min-width: 100px;
  }
  
  /* ------------------------------ PLUGINS: Google Translate ------------------------------ */
  .goog-te-gadget {
    font-size: 0 !important;
    color: transparent !important;
  }
  
  .goog-te-gadget > * ~ * {
    display: none;
  }
  
  .goog-logo-link {
    display: none !important;
  }
  
  #google_translate_element {
    position: relative;
  }
  
  #google_translate_element select {
    outline-offset: 0;
    font-size: 14px;
    color: #fff;
    margin: 0;
    height: 40px;
    border: 0;
    padding: 0 27px 0 15px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }
  
  #google_translate_element select:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  #google_translate_element select:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  
  #google_translate_element select:focus-visible {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
  
  #google_translate_element select:hover {
    background-color: #003366;
    text-decoration: underline;
  }
  
  #google_translate_element select + * {
    display: none;
  }
  
  #google_translate_element .caret {
    position: absolute;
    top: calc(50% - 1px - 1px);
    right: 10px;
    border-color: #fff transparent transparent;
    pointer-events: none;
  }




/* ------------------------------ Skip Links ------------------------------ */

.navbar-secondary .container {
  position: relative;
}

.navbar-secondary .container > .skip-links {
  border: 0;
}

.skip-links a {
  text-decoration: none;
  outline-offset: 0;
  position: absolute;
  top: -1000px;
  left: 0;
  margin-left: 20px;
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
}
.skip-links a:hover {
  text-decoration: underline;
}
.skip-links a:active, .skip-links a:focus {
  text-decoration: none;
}
.skip-links a:disabled, .skip-links a.disabled {
  text-decoration: none;
}
.skip-links a:focus {
  outline-width: 2px;
  outline-style: dashed;
  outline-color: #fff;
  outline-offset: -4px;
}
.skip-links a:focus:not(:focus-visible) {
  outline-width: 2px;
  outline-style: dashed;
  outline-color: transparent;
}
.skip-links a:focus-visible {
  outline-width: 2px;
  outline-style: dashed;
  outline-color: #fff;
  outline-offset: -4px;
}
@media (min-width: 769px) {
  .skip-links a {
    margin-left: 20px;
  }
}
@media (min-width: 1181px) {
  .skip-links a {
    margin-left: 20px;
  }
}
.skip-links a, .skip-links a:focus {
  color: #fff;
}
.skip-links a:focus {
  top: 0;
}



/* ------------------------------ Required Form Field Legend ------------------------------ */

.control-label.required-legend {
  display: block;
  font-weight: 400;
}

.control-label {
  color: #111111;
}

.control-label {
  font-size: 16px;
  max-width: 100%;
}

.text-right {
  text-align: right;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.control-label.required-legend::before {
  display: inline;
  position: relative;
  bottom: 0px;
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: red;
  line-height: 1;
  white-space: nowrap;
  content: "*";
  margin-right: 5px;
}



/* ------------------------------ Form Field - Select ------------------------------ */

html[dir=ltr] .crmEntityFormView .cell select {
  float: none;
}



/* ------------------------------ Form Field - MSOS Multiselect ------------------------------ */

.msos-container {
  background: white;
}



/* ------------------------------ Navbar Mobile Dropdown ------------------------------ */

@media (min-width: 768px) {
  .navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}



/* ------------------------------ Banner - Action Button Position ------------------------------ */

@media (max-width: 768px) {
  .banner .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.banner .container .row .dropdown-menu {
  margin-left: 20px;
  margin-right: 20px;
}



/* ------------------------------ Application Details Mobile Dropdown ------------------------------ */

@media (min-width: 1181px) {
  .nav-tabs-mobile {
      margin-bottom: 60px;
  }
}

.nav-tabs-mobile {
  margin-bottom: 40px;
}