html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

h1, h2, h3, h4 {
  font-weight: 600;
  margin: 0;
  padding: 0; }
  h1.regular, h2.regular, h3.regular, h4.regular {
    font-weight: 400; }
  h1.has-secondary, h2.has-secondary, h3.has-secondary, h4.has-secondary {
    margin-bottom: 5px !important; }

@media (max-width: 768px) {
  h1 {
    font-size: 150%; } }

h2 {
  font-size: 24px;
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem; }

h3 {
  font-size: 18px; }
  h3.heading-row + .description {
    margin-top: -1rem;
    margin-left: 1rem;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2rem; }

.heading-row {
  background: #7b7b7b;
  color: white;
  padding: 0.5rem 1rem; }
  .heading-row.heading {
    margin-bottom: 2rem; }
  .heading-row > h3 {
    margin-bottom: 0;
    color: white; }
  .heading-row.heading.has-controls ul.controls li:not(:first-of-type):before {
    color: white; }
  .heading-row.heading.has-controls ul.controls li a {
    color: white; }
    .heading-row.heading.has-controls ul.controls li a.active {
      color: rgba(255, 255, 255, 0.6); }

.lead {
  font-size: 18px;
  margin-top: 0; }

html {
  position: relative;
  min-height: 100%; }

body {
  background: #F6F6F6;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
  margin: 0 0 115px; }
  @media (max-width: 767px) {
    body {
      font-size: 13px; } }

a {
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }

label {
  font-weight: 600;
  color: #555;
}

h2, h3, h4, h5 {
  color: #555; }

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 2rem 0; }
  hr.light {
    background: #fdfdfd; }
  hr.blank {
    background: none; }

.margin-b {
  margin-bottom: 2rem; }
  .margin-b.reset {
    margin-bottom: 0 !important; }
  .margin-b.lg {
    margin-bottom: 4rem; }
  .margin-b.md {
    margin-bottom: 3rem; }
  .margin-b.sm {
    margin-bottom: 1rem; }
  .margin-b.xs {
    margin-bottom: 0.5rem; }

.margin-t {
  margin-top: 2rem !important; }
  .margin-t.lg {
    margin-top: 4rem !important; }
  .margin-t.md {
    margin-top: 3rem !important; }
  .margin-t.sm {
    margin-top: 1rem !important; }
  .margin-t.xs {
    margin-top: 0.5rem !important; }
  .margin-t.base {
    margin-top: 2rem !important; }
  .margin-t.reset {
    margin-top: 0 !important; }

.margin {
  margin: 2rem; }
  .margin.reset {
    margin: 0 !important; }
  .margin.lg {
    margin: 4rem; }
  .margin.md {
    margin: 3rem; }
  .margin.sm {
    margin: 1rem; }
  .margin.xs {
    margin: 0.5rem; }

.margin-r {
  margin-right: 2rem; }
  .margin-r.reset {
    margin-right: 0 !important; }
  .margin-r.lg {
    margin-right: 4rem; }
  .margin-r.md {
    margin-right: 3rem; }
  .margin-r.sm {
    margin-right: 1rem; }
  .margin-r.xs {
    margin-right: 0.5rem; }

.margin-l {
  margin-left: 2rem; }
  .margin-l.reset {
    margin-left: 0 !important; }
  .margin-l.lg {
    margin-left: 4rem; }
  .margin-l.md {
    margin-left: 3rem; }
  .margin-l.sm {
    margin-left: 1rem; }
  .margin-l.xs {
    margin-left: 0.5rem; }
  .margin-l.auto {
    margin-left: auto; }

.padding-b {
  padding-bottom: 2rem; }
  .padding-b.reset {
    padding-bottom: 0 !important; }
  .padding-b.lg {
    padding-bottom: 4rem; }
  .padding-b.md {
    padding-bottom: 3rem; }
  .padding-b.sm {
    padding-bottom: 1rem; }
  .padding-b.xs {
    padding-bottom: 0.5rem; }

.padding-t {
  padding-top: 2rem; }
  .padding-t.reset {
    padding-top: 0 !important; }
  .padding-t.lg {
    padding-top: 4rem; }
  .padding-t.md {
    padding-top: 3rem; }
  .padding-t.sm {
    padding-top: 1rem; }
  .padding-t.xs {
    padding-top: 0.5rem; }

.padding {
  padding: 2rem; }
  .padding.reset {
    padding: 0 !important; }
  .padding.lg {
    padding: 4rem; }
  .padding.md {
    padding: 3rem; }
  .padding.sm {
    padding: 1rem; }
  .padding.xs {
    padding: 0.5rem; }

.padding-l {
  padding-left: 2rem; }
  .padding-l.reset {
    padding-left: 0 !important; }
  .padding-l.lg {
    padding-left: 4rem; }
  .padding-l.md {
    padding-left: 3rem; }
  .padding-l.sm {
    padding-left: 1rem; }
  .padding-l.xs {
    padding-left: 0.5rem; }

.reset:not([class^="padding"]):not([class^="margin"]) {
  padding: 0;
  margin: 0; }

.min-100 {
  min-width: 100px !important; }

.min-150 {
  min-width: 150px !important; }

.max-220 {
  max-width: 220px !important; }

.max-250 {
  max-width: 250px !important; }

.max-150 {
  max-width: 150px !important; }

.max-100 {
  max-width: 100px !important; }

.max-60 {
  max-width: 60px  !important; }

.text-danger {
  color: #d9534f; }

.text-warning {
  color: #f0ad4e; }

.text-success {
  color: #5cb85c; }

.highlight {
  background: yellow; }

.relative {
  position: relative; }

.brand {
  color: #2e94dc; }

.block {
  display: block; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.italic {
  font-style: italic; }

.center {
  text-align: center; }

.ucase {
  text-transform: uppercase; }

.uline {
  text-decoration: underline; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 600; }

header {
  background: #3fa751;
  position: absolute;
  z-index: 5;
  color: #f6f6f6;
  /*display: block;*/}


@media only screen and (min-width:0) and (max-width: 280px) {
    .flexible-mobile {
        width: 200px;
        height: 10.3rem !important;
        word-break: break-all;
    }

    .navbar-default {
        padding: 1.5rem 0 !important;
    }

    img.user-circle.img-responsive {
        margin-left: 25px;
    }

    .navbar-nav {
        margin: 14.5px -20px;
    }

    .name, .account, .company-name {
        font-size: 78% !important;
        margin-top: 6px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #31823f;
    }

 
}



@media only screen and (min-width:290px) and (max-width: 320px) {
    .flexible-mobile {
        width: 236px;
        height: 10.3rem !important;
        word-break: break-all;
    }

    .navbar-default {
        padding: 1.5rem 0 !important;
    }

    img.user-circle.img-responsive {
        margin-left: 9px;
    }

    .navbar-nav {
        margin: 14.5px -20px;
    }

    .name, .account, .company-name {
        font-size: 78% !important;
        margin-top: 6px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #31823f;
    }

}



@media only screen and (min-width: 768px) {
    header {
        position: relative;
        padding: 1rem 0;
        display: block;
    }
}


@media only screen and (min-width:330px) and (max-width: 360px) {
    .flexible-mobile {
        width: 278px;
        height: 10.3rem !important;
        word-break: break-all;
    }

    .navbar-default {
        padding: 1.5rem 0 !important;
    }

    img.user-circle.img-responsive {
        margin-left: 9px;
    }

    .navbar-nav {
        margin: 14.5px -20px;
    }

    .name, .account, .company-name {
        font-size: 91% !important;
        margin-top: 4px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #31823f;
    }

}

@media only screen and (min-width:360px) and (max-width: 410px) {
    .flexible-mobile {
        width: 278px;
        height: 10.3rem !important;
        word-break: break-all;
    }

    .navbar-default {
        padding: 1.5rem 0 !important;
    }

    img.user-circle.img-responsive {
        margin-left: 9px;
    }

    .navbar-nav {
        margin: 14.5px -20px;
    }

    .name, .account, .company-name {
        font-size: 91% !important;
        margin-top: 4px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #31823f;
    }

  
}



@media only screen and (min-width:411px) and (max-width: 530px) {
    .flexible-mobile {
        width: 79%;
        height: 10.3rem !important;
        word-break: break-all;
    }

    .navbar-default {
        padding: 1.5rem 0 !important;
    }

    img.user-circle.img-responsive {
        margin-left: 9px;
    }

    .navbar-nav {
        margin: 14.5px -20px;
    }

    .name, .account, .company-name {
        font-size: 91% !important;
        margin-top: 4px;
    }


}


@media only screen and (min-width:540px) and (max-width: 670px) {
    .flexible-mobile {
        width: 84%;
        height: 10.3rem !important;
        word-break: break-all;
        padding: 3rem 0;
    }

    .navbar-default {
        padding: 1.5rem 0 !important;
    }

    img.user-circle.img-responsive {
        margin-left: 9px;
    }

    .navbar-nav {
        margin: 14.5px -20px;
    }

    .name, .account, .company-name {
        font-size: 91% !important;
        margin-top: 4px;
    }


}


@media only screen and (min-width:680px) and (max-width: 740px) {
    .flexible-mobile {
        width: 87%;
        height: 10.3rem !important;
        word-break: break-all;
        padding: 3rem 0;
    }

    .navbar-default {
        padding: 1.5rem 0 !important;
    }

    img.user-circle.img-responsive {
        margin-left: 9px;
    }

    .navbar-nav {
        margin: 14.5px -20px;
    }

    .name, .account, .company-name {
        font-size: 91% !important;
        margin-top: 4px;
    }
}

header .container {
   
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  header a {
    color: #f6f6f6; }
    header a:hover, header a:focus, header a:active {
      color: white;
      fill: currentColor; }
  header .navbar-default {
    background: none;
    border: 0;
    margin: 0; }
  header svg * {
    fill: currentColor; }
  header .logo {
      display:none;
    font-size: 28px; }
@media (min-width: 768px) {
    header .logo {display:block}
}
    header .logo img {
      max-width: 250px;
      margin-top: 1rem; }
  @media (min-width: 768px) {
    header .link-settings {
      margin-left: auto; } }

.dropdown {
  margin-left: auto;
  text-align: right;
  position: relative; }
  .dropdown .user-nav-toggle {
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .dropdown .user-nav-toggle:hover {
      text-decoration: none; }
    .dropdown .user-nav-toggle .name {
      font-size: 2rem;
      font-weight: 700; }
    .dropdown .user-nav-toggle .caret {
      margin-left: 1rem; }
    .dropdown .user-nav-toggle .account {
      display: block; }
  .dropdown .user-circle {
    border-radius: 50%;
    height: 50px;
    background: #2a6f36;
    width: 50px;
    font-size: 20px;
    border: 2px solid white;
    margin-left: 2rem;
    text-align: center; }
    .dropdown .user-circle img {
      border-radius: 50%; }
  .dropdown .account span {
    color: rgba(255, 255, 255, 0.8); }
  .dropdown .company-name {
    font-size: 12px;
    font-weight: 700; }
  .dropdown .dropdown-menu {
    background: white;
    width: 100%;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0; }
    .dropdown .dropdown-menu > li a {
      padding: 0.5rem 2rem;
      text-align: left;
      display: block;
      color: #555; }

@media (min-width: 767px) {
    #hover-dropdown {
        display: block;
    }

    #click-dropdown {
        display: none;
    }

    #hover-dropdown:hover > ul {
        display: block;
    }

    #hover-dropdown > ul {
        background: #2a6f36;
    }

    #hover-dropdown > ul li a {
        padding: 0.5rem 2rem;
        display: block;
        color: white;
        text-align: left;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #hover-dropdown {
        display: none;
    }

    #click-dropdown {
        display: block;
    }

    #click-dropdown > ul li a {
        padding: 0.5rem 2rem;
        display: block;
        color: white;
        text-align: left;
        font-size: 12px;
    }
}

.subnav {
  background: #174634;
  display: none;
  padding-top: 1rem;
  display: block;
}

.subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.subnav ul > li a {
  display: block;
  padding: 1rem 2rem 1rem;
  color: white;
  font-size: 16px;
}

.subnav ul > li a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.subnav ul > li.active a {
  color: #555;
  background: white;
  font-weight: 600;
}

.subnav ul > li.active a:hover {
  text-decoration: none;
}

main {
  padding-bottom: 4rem; }
  main > .content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: white; }
.defaultMethodText {
    color: #67b7f4;
    margin-bottom: 5px;
}
.container-flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .container-flex {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }

@media (min-width: 768px) {
  .main-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
@media (max-width: 767px) {
  .main-content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; } }

.heading.has-controls {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
  .heading.has-controls ul.controls {
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .heading.has-controls ul.controls li {
      position: relative; }
      .heading.has-controls ul.controls li:not(:first-of-type):before {
        content: "|";
        display: block;
        position: absolute;
        left: -1px;
        top: 4px;
        font-weight: 400;
        color: rgba(85, 85, 85, 0.5); }
    .heading.has-controls ul.controls a {
      display: block;
      font-weight: 600;
      padding: 0.5rem 1rem;
      text-decoration: underline; }
      .heading.has-controls ul.controls a.active {
        color: rgba(85, 85, 85, 0.7);
        text-decoration: none; }

.page-heading {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .page-heading {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin-bottom: 4rem; } }
  @media (min-width: 768px) {
    .page-heading > .container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .page-heading.dashboard {
    padding: 3rem 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
    position: relative;
    background: -webkit-linear-gradient( top , #fff 0%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%); }
    @media (max-width: 767px) {
      .page-heading.dashboard .search {
        margin-top: 0; } }
.page-heading .heading .page-description {
    font-size: 12px;
    color: #888888; }
    @media (min-width: 768px) {
      .page-heading .heading .page-description {
        font-size: 14px; } }
  .page-heading .controls {
    margin-left: auto; }
  .page-heading .quick-links {
    width: 55%; }
    @media (max-width: 767px) {
      .page-heading .quick-links {
        display: none; } }
    .page-heading .quick-links .links > li {
      background: none;
      border: 0; }
  .page-heading .search {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
    @media (min-width: 768px) {
      .page-heading .search {
        width: 40%;
        margin-left: auto; } }
    @media (max-width: 767px) {
      .page-heading .search {
        margin-top: 2rem; } }
    .page-heading .search > label > span {
      display: block;
      font-size: 12px;
      font-weight: 400; }
    .page-heading .search input, .page-heading .search .btn {
      height: 40px; }
    .page-heading .search .btn-search {
      background: transparent;
      position: absolute;
      right: 0;
      width: 48px; }
      .page-heading .search .btn-search:hover {
        background: #2e94dc; }
        .page-heading .search .btn-search:hover:after {
          background-image: url("/Areas/Portal/Images/svg/ic_search-hover.svg"); }
      .page-heading .search .btn-search:after {
        width: 24px;
        height: 24px;
        content: "";
        background-image: url("/Areas/Portal/Images/svg/ic_search.svg");
        position: absolute;
        top: 7px;
        right: 1rem; }
    .page-heading .search .btn-search-options {
      margin-top: 0.5rem;
      font-size: 13px; }

.results-footer {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .results-footer {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .results-footer nav {
        margin-left: auto; }
      .results-footer .pagination {
        margin: 0; } }
  @media (max-width: 767px) {
    .results-footer .showing-results {
      text-align: center; }
    .results-footer .pagination {
      margin: 3rem 0; }
      .results-footer .pagination > li:first-child > a {
        margin: 0 0.5rem; }
      .results-footer .pagination > li:last-child > a {
        margin: 0 0.5rem; }
      .results-footer .pagination > li > a {
        margin-bottom: 1rem; } }

@media (min-width: 768px) {
  .one-half {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .one-half .full > .inline-form {
      width: 100%;
      display: block; }
    .one-half .inline-form:only-of-type {
      max-width: 47.25%;
      margin-right: auto; } }

.page-top-nav {
  padding: 0.5rem;
  margin-bottom: 3rem; }

.violationType{
  margin-top: 0.5rem;
}

.page-controls {
  margin: 4rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .page-controls .btn:last-of-type {
    margin-left: auto !important; }
  .page-controls .btn.left {
    margin-right: auto;
    margin-left: 0; }
    .page-controls .btn.left + .btn {
      margin-right: 0; }
  .page-controls .btn + .btn {
    margin-left: 2rem; }

.sidebar {
  background: white; }
  @media (max-width: 767px) {
    .sidebar {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1; } }
  .sidebar .content, .sidebar .quick-search, .sidebar > .controls {
    background: #eee; }
    @media (min-width: 768px) {
      .sidebar .content, .sidebar .quick-search, .sidebar > .controls {
        width: 300px;
        margin-left: 3rem; } }
  .sidebar .quick-search, .sidebar .content.first {
    border-top: 1px solid #ddd; }
  .sidebar .content, .sidebar .quick-search, .sidebar .controls:not(.inside) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  .sidebar .controls:not(.inside), .sidebar .content.last {
    border-bottom: 1px solid #ddd; }
  .sidebar .sidebar-content {
    padding: 2rem 2rem 2rem;
      width: 100%;
  }
   .sidebar-content1 {
    padding: 0.5rem 2rem 0.5rem; }
  .sidebar .quick-search {
    padding: 2rem 2rem 0;
    border-bottom: 1px solid #ddd; }
    .sidebar .quick-search h3 {
      padding: 0 0 10px;
      line-height: 20px; }
    .sidebar .quick-search .search {
      padding-bottom: 2rem; }
    .sidebar .quick-search + .content {
      margin-bottom: 0; }
      .sidebar .quick-search + .content .sidebar-content {
        padding-bottom: 0; }
        .sidebar .quick-search + .content .sidebar-content .form-group:last-of-type {
          margin-bottom: 0;
          padding-bottom: 2rem; }
  .sidebar .midbar-content {
    padding: 2rem 0 1rem; }
  .sidebar .has-quick-search .head {
    justify-content: flex-end; }
  .sidebar .has-quick-search .sidebar-content {
    padding-top: 0; }
  .sidebar .has-quick-search h3 {
    padding: 0 0.5rem 2rem 2rem;
    font-size: 14px;
    color: #2e94dc; }
  .sidebar .has-quick-search .btn-collapse {
    margin-left: 0;
    padding: 0 2rem 2rem 0;
    display: flex;
    align-items: center; }
  .sidebar .btn-collapse {
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .sidebar .btn-collapse {
        padding: 2.5rem 2rem; } }
  .sidebar .heading {
    font-size: 18px;
    font-weight: 600; }
    .sidebar .heading + .description {
      margin: 0 0 1rem; }
  .sidebar .btn-default {
    background: white; }
  .sidebar hr {
    margin: 2rem -2rem; }
  .sidebar h4 {
    margin: 2rem 0 1rem;
    font-size: 15px; }
  .sidebar h3 {
    padding: 1rem 2rem; }
    @media (min-width: 768px) {
      .sidebar h3 {
        padding: 2rem; } }
  .sidebar .form-group.inline {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .sidebar .form-group.inline div {
        flex: 1;
    }
    .sidebar .form-group.inline label {
        font-size: 13px;
      line-height: 13px;
        max-width: 35%;
        min-width: 35%;
    }
    .sidebar .form-group.inline .input-group {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .sidebar .form-group.inline .input-group-addon {
      padding: 7px 0;
      width: 30px; }
    .sidebar .form-group.inline .with-operator {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .sidebar .form-group.inline .with-operator select {
        width: 40px;
        margin-right: 1rem; }
    .sidebar .form-group.inline.read-only > label {
      width: 45%;
      margin-bottom: 0; }
    .sidebar .form-group.inline.read-only .result {
      width: 55%;
      font-size: 13px; }
  .sidebar .inline-results {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .sidebar .inline-results:not(:last-of-type) {
      margin-bottom: 1rem; }
    .sidebar .inline-results .result {
      font-size: 16px;
      font-weight: 600; }
  .sidebar .approved {
    margin: -2rem;
    padding: 2rem;
    background: #555;
    color: white; }
    .sidebar .approved > label {
      color: white; }
  .sidebar .radio-inline, .sidebar .checkbox-inline {
    font-size: 13px;
    margin-bottom: 0.5rem; }
  .sidebar .content {
    margin-bottom: 2rem; }
  .sidebar .controls {
    margin-top: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .sidebar .controls button:only-of-type {
      margin-left: auto; }
  .sidebar > .controls {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding: 0 2rem 2rem; }

footer {
  border-top: 1px solid transparent;
  margin-top: 0;
  background: #333;
  color: rgba(255, 255, 255, 0.6);
  padding: 30px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  @media (min-width: 768px) {
    footer {
      height: 115px; } }
  @media (max-width: 768px) {
    footer {
      padding: 3rem 0; } }
  footer .copyright {
    margin: 1rem 0 0;
    font-size: 13px; }
    @media (max-width: 768px) {
      footer .copyright {
        text-align: left;
        margin-top: 2rem; } }
    @media (min-width: 768px) {
      footer .copyright {
        text-align: right; } }
  footer .primary-nav, footer .secondary-nav {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer .primary-nav:before, footer .primary-nav:after, footer .secondary-nav:before, footer .secondary-nav:after {
      content: " ";
      display: table; }
    footer .primary-nav:after, footer .secondary-nav:after {
      clear: both; }
    footer .primary-nav > li, footer .secondary-nav > li {
      float: left;
      margin-right: 2rem;
      opacity: 0.6; }
    footer .primary-nav a, footer .secondary-nav a {
      color: white; }
  footer .primary-nav {
    margin-bottom: 1rem; }
    footer .primary-nav > li {
      font-size: 16px;
      opacity: 1; }

.result {
  margin-left: auto;
    display:inline-block;
}
  .result.price:before {
    content: "$";
    margin-right: 0.25rem; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99996; }
  .loading-overlay label {
    margin: 1rem 0;
    display: block;
    text-align: center;
    color: #555;
    position: relative;
    z-index: 99997; }

.loading-graphic {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .loading-graphic:before {
    position: absolute;
    content: "";
    margin: 5rem 4rem;
    box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.9); }

.loading-graphic .square {
  float: left;
  background: rgba(63, 167, 81, 0.5);
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: 0px 5px 5px 0;
  opacity: 0;
  -webkit-animation-name: gotime;
  -moz-animation-name: gotime;
  animation-name: gotime;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.one {
  -webkit-animation-duration: 7.5s;
  -moz-animation-duration: 7.5s;
  animation-duration: 7.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s; }

.two {
  -webkit-animation-duration: 7.5s;
  -moz-animation-duration: 7.5s;
  animation-duration: 7.5s;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s; }

.three {
  -webkit-animation-duration: 7.5s;
  -moz-animation-duration: 7.5s;
  animation-duration: 7.5s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.four {
  -webkit-animation-duration: 7.5s;
  -moz-animation-duration: 7.5s;
  animation-duration: 7.5s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s; }

/*Animation -- Standard*/
@keyframes gotime {
  0% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0; }
  1.5% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 1; }
  3% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.9; }
  4.5% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.8; }
  6% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.7; }
  7.5% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.6; }
  9% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.5; }
  10.5% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.4; }
  12% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.3; }
  13.5% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.2; }
  15% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.1; }
  16.5% {
    background: #3fa751;
    opacity: 1; }
  18% {
    background: #3fa751;
    opacity: 0.9; }
  19.5% {
    background: #3fa751;
    opacity: 0.8; }
  21% {
    background: #3fa751;
    opacity: 0.7; }
  22.5% {
    background: #3fa751;
    opacity: 0.6; }
  24% {
    background: #3fa751;
    opacity: 0.5; }
  25.5% {
    background: #3fa751;
    opacity: 0.4; }
  27% {
    background: #3fa751;
    opacity: 0.3; }
  28.5% {
    background: #3fa751;
    opacity: 0.2; }
  30% {
    background: #3fa751;
    opacity: 0.1; }
  31.5% {
    background: #2e94dc;
    opacity: 1; }
  33% {
    background: #2e94dc;
    opacity: 0.9; }
  34.5% {
    background: #2e94dc;
    opacity: 0.8; }
  36% {
    background: #2e94dc;
    opacity: 0.7; }
  37.5% {
    background: #2e94dc;
    opacity: 0.6; }
  39% {
    background: #2e94dc;
    opacity: 0.5; }
  40.5% {
    background: #2e94dc;
    opacity: 0.4; }
  42% {
    background: #2e94dc;
    opacity: 0.3; }
  43.5% {
    background: #2e94dc;
    opacity: 0.2; }
  45% {
    background: #2e94dc;
    opacity: 0.1; }
  46.5% {
    background: #277aad;
    opacity: 1; }
  48% {
    background: #277aad;
    opacity: 0.9; }
  49.5% {
    background: #277aad;
    opacity: 0.8; }
  51% {
    background: #277aad;
    opacity: 0.7; }
  52.5% {
    background: #277aad;
    opacity: 0.6; }
  54% {
    background: #277aad;
    opacity: 0.5; }
  55.5% {
    background: #277aad;
    opacity: 0.4; }
  57% {
    background: #277aad;
    opacity: 0.3; }
  58.5% {
    background: #277aad;
    opacity: 0.2; }
  60% {
    background: #277aad;
    opacity: 0.1; }
  61.5% {
    background: #064c51;
    opacity: 1; }
  63% {
    background: #064c51;
    opacity: 0.9; }
  64.5% {
    background: #064c51;
    opacity: 0.8; }
  66% {
    background: #064c51;
    opacity: 0.7; }
  67.5% {
    background: #064c51;
    opacity: 0.6; }
  69% {
    background: #064c51;
    opacity: 0.5; }
  70.5% {
    background: #064c51;
    opacity: 0.4; }
  72% {
    background: #064c51;
    opacity: 0.3; }
  73.5% {
    background: #064c51;
    opacity: 0.2; }
  75% {
    background: #064c51;
    opacity: 0.1; }
  76.5% {
    background: #555;
    opacity: 1; }
  78% {
    background: #555;
    opacity: 0.9; }
  79.5% {
    background: #555;
    opacity: 0.8; }
  81% {
    background: #555;
    opacity: 0.7; }
  82.5% {
    background: #555;
    opacity: 0.6; }
  84% {
    background: #555;
    opacity: 0.5; }
  85.5% {
    background: #555;
    opacity: 0.4; }
  87% {
    background: #555;
    opacity: 0.3; }
  88.5% {
    background: #555;
    opacity: 0.2; }
  90% {
    background: #555;
    opacity: 0.1; }
  100% {
    background: rgba(63, 167, 81, 0.5);
    opacity: 0.0; } }
.list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list.horizontal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .list.horizontal > li {
      float: left; }
      .list.horizontal > li > a:not(.btn-bs) {
        display: block; }
    .list.horizontal.dotted::after {
      clear: both;
      content: "";
      display: table; }
    .list.horizontal.dotted > li {
      position: relative; }
      .list.horizontal.dotted > li:not(:first-of-type) > a:before {
        float: left;
        display: block;
        content: "\00b7";
        font-size: 30px;
        line-height: 20px;
        color: rgba(46, 148, 220, 0.3);
        margin: 0 10px; }
    .list.horizontal.comma > li {
      float: left; }
      .list.horizontal.comma > li + li:before {
        content: ",";
        margin: 0 5px 0 0; }
      .list.horizontal.comma > li > a {
        display: inline-block; }

.btn {
  font-weight: 600;
  border-radius: 0; }
  .btn:not(.multiselect) {
    text-transform: uppercase; }

.btn-xl {
  padding: 1.5rem 4rem; }

.btn-huge {
  padding: 2rem; }

.btn-back {
  margin-right: 4rem;
  font-size: 16px;
  padding-left: 22px;
  display: inline-block;
  position: relative; }
  .btn-back:hover {
    text-decoration: none; }
  .btn-back:before {
    margin-right: 1.5rem;
    font-size: 18px;
    top: 3px;
    left: 0;
    position: relative;
    background: url("/Areas/Portal/Images/svg/ic_arrow-left.svg");
    content: "";
    width: 16px;
    background-size: cover;
    height: 16px;
    position: absolute; }

.document {
  margin-top: 3px;
  margin-bottom: 1rem; }
  .document span {
    display: inline-block;
    font-weight: 600; }
  .document img {
    margin-right: 0.5rem;
    position: relative;
    top: -1px; }

.btn-add {
  color: #2e94dc;
  display: block;
  position: relative;
  margin-top: 3rem; }
  .btn-add span {
    display: block;
    line-height: 26px;
    padding-left: 39px; }
  .btn-add svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px; }
    .btn-add svg * {
      stroke: #2e94dc; }
  .btn-add:hover {
    color: #1f79b8; }
    .btn-add:hover svg * {
      stroke: #1f79b8; }

.btn-add-more {
  padding-left: 25px;
  position: relative;
  display: block; }
  .btn-add-more svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0; }
    .btn-add-more svg circle, .btn-add-more svg line {
      stroke: #2e94dc; }
  .btn-add-more:hover svg circle, .btn-add-more:hover svg line {
    stroke: #1b6aa2; }

.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #ddd;
  color: #2e94dc;
  border-color: #bbb; }
.btn-default .ink {
  background: #cccccc; }

.btn-primary {
  background: #2e94dc; }
  .btn-primary .ink {
    background: #092335; }

.btn-blank {
  background: none;
  color: #2e94dc; }
  .btn-blank.disabled {
    background: none;
    opacity: 0.3; }
/*  .btn-blank:hover :not(.btn-link), :not(.btn-blank:hover.dropdown-toggle):not(.btn-blank:focus.dropdown-toggle):not(.btn-blank:active.dropdown-toggle), .btn-blank:focus :not(.btn-link), .btn-blank:active :not(.btn-link) {
    background: #2287ce; }*/
  .btn-blank:hover, .btn-blank:active, .btn-blank.active {
    color: white; }
  .btn-blank.btn-link {
    padding: 0; }
    .btn-blank.btn-link:hover, .btn-blank.btn-link:focus, .btn-blank.btn-link:active, .btn-blank.btn-link.active {
      text-decoration: underline; }

.btn-more {
  font-size: 13px;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border: 1px solid #eee;
  margin-right: auto;
  color: #2e94dc;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .btn-more .icon {
    margin-left: 1rem;
    height: 16px; }
    .btn-more .icon path {
      fill: #2e94dc; }
  .btn-more:hover {
    background: #2e94dc;
    border-color: #2e94dc;
    color: white; }
    .btn-more:hover .icon path {
      fill: white; }

    button[disabled]{
    cursor: default;
    color: #999;
    background: #DDD;
    border: 1px solid #CCC;
    }

.input-group-addon {
  border-radius: 0; }

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
  padding: 2rem 2rem 0; }
.modal .modal-header {
  border-bottom: 0; }
.modal .modal-title {
  font-size: 20px;
  padding: 0 30px 0 10px; }
.modal .modal-footer {
  border-top: 0;
  padding: 1rem 3rem 2rem; }
.modal .modal-body {
  padding: 1rem 3rem 0; }
  .modal .modal-body::after {
    clear: both;
    content: "";
    display: table; }
.modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }
.modal .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }
.modal .modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all; }
.modal .btn-blank:hover {
  background: #2e94dc; }
  .modal .btn-blank:hover:focus, .modal .btn-blank:hover:active {
    background: #1f79b8; }
.modal h5 {
  font-size: 16px;
  margin: 1rem 0 0; }
  .modal h5 + p {
    margin-top: 0.5rem; }
.modal .label {
  margin-bottom: 1rem; }

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2rem 0; }

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background: white; }

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px; } }
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px; } }
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px; } }
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .toast-message a, .toast-message label {
    color: white; }
  .toast-message a:hover {
    color: #cccccc;
    text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 0 white;
  opacity: 0.8; }
  .toast-close-button:hover, .toast-close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4; }

/* Additional properties for button version iOS requires the button element instead of an anchor tag. If you want the anchor version, it requires `href="#"`. */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  border: 0; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /* overrides */ }
  #toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    background-position: 15px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #ffffff;
    opacity: 0.8; }

#toast-container > :hover {
  opacity: 1;
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #5cb85c; }

.toast-error {
  background-color: #d9534f; }

.toast-info {
  background-color: #5bc0de; }

.toast-warning {
  background-color: #f0ad4e; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4; }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  .highcharts-container{
      width:100%!important;
  }
  .highcharts-container svg{
      width:100%!important;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
    .highcharts-container {
        width: 120% !important;
        height:180% !important;
    }

        .highcharts-container svg {
            width: 110% !important;
            height: 180% !important;
        }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
    .highcharts-container {
        width: 110% !important;
    }

        .highcharts-container svg {
            width: 105% !important;
        }
}
.table.table-collapse {
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .table.table-collapse thead {
      display: none; }
    .table.table-collapse tr {
      margin-bottom: 1rem;
      display: block;
      border: 1px solid #ddd; }
    .table.table-collapse td {
      display: block;
      text-align: right; }
      .table.table-collapse td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: 600; } }
  .table.table-collapse tfoot {
    background: #eee; }
    .table.table-collapse tfoot .checkbox {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .table.table-collapse tfoot .checkbox > label {
        margin-right: 2rem; }

.table-files {
  margin-top: 2rem; }
  .table-files .file-type {
    display: block;
    width: 24px;
    height: 24px; }
    @media (max-width: 768px) {
      .table-files .file-type {
        margin-left: auto; } }
  .table-files tr.pdf .file-type {
    background: url("/Areas/Portal/Images/svg/ic_file-pdf.svg");
    background-size: cover; }
  .table-files tr.doc .file-type {
    background: url("/Areas/Portal/Images/svg/ic_file-word.svg");
    background-size: cover; }
  .table-files tr.img .file-type {
    background: url("/Areas/Portal/Images/svg/ic_file-image.svg");
    background-size: cover; }
  .table-files tr.txt .file-type {
    background: url("/Areas/Portal/Images/svg/ic_file-text.svg");
    background-size: cover; }
  .table-files tr.xls .file-type {
    background: url("/Areas/Portal/Images/svg/ic_file-excel.svg");
    background-size: cover; }
  .table-files tr.msg .file-type {
    background: url("/Areas/Portal/Images/svg/ic_file-msg.jpg");
    background-size: cover; }
  @media (min-width: 768px) {
    .table-files tbody tr > td:first-of-type {
      width: 30px; }
    .table-files tbody tr > td:last-of-type {
      width: 80px; } }

.head-controls {
  margin-left: auto; }

.nav-tabs.bp {
  margin: 0; }
  .nav-tabs.bp > li {
    margin-left: 10px; }
    .nav-tabs.bp > li.active {
      display: none; }
    .nav-tabs.bp > li > a {
      background: #2e94dc;
      color: white;
      border-radius: 0;
      text-transform: uppercase;
      font-weight: bold; }
      .nav-tabs.bp > li > a:hover, .nav-tabs.bp > li > a:active, .nav-tabs.bp > li > a:focus {
        background: #1f79b8;
        border-color: transparent; }

.inline-form {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .inline-form {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .inline-form:nth-of-type(odd) {
        margin-right: 3rem; }
      .inline-form:nth-of-type(even) {
        margin-left: 3rem; }
      .inline-form label {
        width: 33%;
        white-space: nowrap;
        padding: 6px 1rem 0 0; }
      .inline-form .result {
        padding: 6px 0; }
      .inline-form input, .inline-form .select, .inline-form .result {
        width: 66%; }
    .highcharts-container {
        width: 120% !important;
    }

        .highcharts-container svg {
            width: 110% !important;
        }
  }
  .inline-form.required {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .inline-form.required > label {
      position: relative; }
      .inline-form.required > label:before {
        color: red;
        content: "*";
        left: -15px;
        display: block;
        position: absolute; }
    .inline-form.required .validationMessage {
      display: none;
      margin: 0.5rem 0 0 33%;}
    .inline-form.required.state .validationMessage {
      display: none;
       margin: 0rem !important;
    } 
    .inline-form.required .form-control.error {
      border-color: red; }
      .inline-form.required .form-control.error + .validationMessage {
        display: block;
        width: 100%;
        font-size: 12px;
        color: red; }

.one-half.sm .inline-form {
  margin-bottom: 1rem; }

.form-control {
  border-radius: 0; 
}

.select {
  position: relative; }
  .select .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 25px; }
  .select:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0.5rem;
    height: 16px;
    width: 16px;
    background-image: url("/Areas/Portal/Images/svg/ic_select.svg");
    background-size: cover; }

.date-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 7px;
  background: url("/Areas/Portal/Images/svg/ic_calendar.svg");
  background-size: cover; }

.ic.arrow-up {
  background: url("/Areas/Portal/Images/svg/ic_arrow-up.svg"); }
.ic.arrow-down {
  background: url("/Areas/Portal/Images/svg/ic_arrow-down.svg"); }
.ic.clock {
  background: url("/Areas/Portal/Images/svg/ic_clock.svg"); }
.ic.arrow-up, .ic.arrow-down, .ic.clock {
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 auto;
  background-size: cover; }

@font-face {
  font-family: 'icomoon';
  src: url("/Areas/Portal/fonts/icomoon.eot?qceieo");
  src: url("/Areas/Portal/fonts/icomoon.eot?qceieo#iefix") format("embedded-opentype"), url("/Areas/Portal/fonts/icomoon.ttf?qceieo") format("truetype"), url("/Areas/Portal/fonts/icomoon.woff?qceieo") format("woff"), url("/Areas/Portal/fonts/icomoon.svg?qceieo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-transponder:before {
  content: "\e6ab"; }

.icon-file-empty:before {
  content: "\e6b3"; }

.icon-truck:before {
  content: "\e857"; }

.card-collapse {
  font-size: 13px;
  display: block;
  font-weight: 600; }
  .card-collapse:hover, .card-collapse:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .card-collapse {
      border-left: 1px solid #f1f1f1; } }
  .card-collapse svg {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 0.5rem;
    width: 12px;
    height: 10px; }
    .card-collapse svg polygon {
      fill: #2e94dc; }
  .card-collapse.collapsed svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .card-collapse:not(.collapsed) svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .card-collapse.mid-bar h3 {
    padding: 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  .card-collapse.mid-bar .btn-collapse {
    padding: 0; }
  .card-collapse .head {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .card-collapse .section-title {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    padding: 13px 1.5rem; }

  .section-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    padding: 8px; }

.btn-collapse {
  padding: 1.5rem;
  margin-left: auto; }

.sidebar .btn-collapse .title {
  display: none; }

.card-grid .card {
  padding: 1rem 1rem 0rem 1rem;
  border: 1px solid #eee;
  margin-bottom: 2rem;
  font-size: 12px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }
  .card-grid .card .body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .card-grid .card.hover:hover {
    box-shadow: 0 3px 6px rgba(85, 85, 85, 0.16), 0 3px 6px rgba(85, 85, 85, 0.23);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
    .card-grid .card.hover:hover .plate {
      border-color: rgba(46, 148, 220, 0.4); }
  .card-grid .card a.colorless {
    color: #555; }
    .card-grid .card a.colorless:hover {
      text-decoration: none; }
@media (min-width: 1200px) {
  .card-grid:not(.single-line) {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .card-grid:not(.single-line) .card {
      width: 48.75%; }
      .card-grid:not(.single-line) .card:nth-of-type(even) {
        margin-left: auto; }
    .highcharts-container {
        width: 100% !important;
    }

        .highcharts-container svg {
            width: 100% !important;
        }
}
.card-grid label.card {
  cursor: pointer; }
.card-grid a.card {
  cursor: pointer;
  color: #555;
  display: block;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }
  .card-grid a.card:hover {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(85, 85, 85, 0.16), 0 3px 6px rgba(85, 85, 85, 0.23);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
    .card-grid a.card:hover .plate {
      border-color: rgba(46, 148, 220, 0.4); }
  .card-grid a.card:active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(46, 148, 220, 0.12), 0 1px 2px rgba(46, 148, 220, 0.24); }
  .card-grid a.card:active, .card-grid a.card:focus {
    text-decoration: none; }
.card-grid .one-half > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .card-grid .one-half > div:nth-of-type(even) {
      margin-left: auto; } }
.card-grid .one-half label {
  margin-right: 0.5rem; }
.card-grid .plate {
  width: 140px;
  padding: 0.5rem 1rem;
  margin-left: auto;
  border: 3px solid #ddd;
  text-align: center; }
.card-grid .plate .unit .result {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width:70px;
    vertical-align: top;
}
.card-grid .plate .number {
    font-size: 16px;
    font-weight: 600; }
  .card-grid .plate .state:after {
    content: " ";
    margin-left: 3px; }

.widget-row {
  margin: 2rem -1rem 3rem; }
  @media (min-width: 768px) {
    .widget-row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .widget-row:first-of-type {
    margin-top: 0; }
  .widget-row a.widget:hover {
    border-color: rgba(46, 148, 220, 0.3);
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(46, 148, 220, 0.16), 0 3px 6px rgba(46, 148, 220, 0.23);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .widget-row .widget {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
    .widget-row .widget:not(.blank) {
      box-shadow: 0 1px 3px rgba(85, 85, 85, 0.12), 0 1px 2px rgba(85, 85, 85, 0.24); }
    @media (min-width: 768px) {
      .widget-row .widget {
        padding: 2rem;
        margin: 0 1rem; }
        .widget-row .widget:first-of-type {
          padding-left: 2rem; }
        .widget-row .widget:last-of-type {
          padding-right: 2rem; }
        .widget-row .widget.one-one {
          width: 25%;
          max-width: 273px; }
        .widget-row .widget.two-one {
          width: 50%; }
        .widget-row .widget.three-one {
          width: 75%;
          max-width: 75%; }
        .widget-row .widget.four-one {
          width: 100%; } }
    @media (max-width: 768px) {
      .widget-row .widget {
        margin-bottom: 3rem;
        background: #f6f6f6;
        padding: 2rem;
        width: 100%; } }
    .widget-row .widget h3 {
      margin-bottom: 3rem;
      font-weight: 300;
      font-size: 22px;
      line-height: 120%; }
      .widget-row .widget h3 > small {
        display: block;
        font-size: 13px;
        color: #777777;
        font-weight: 400; }
    @media (min-width: 768px) {
      .widget-row .widget.lg {
        -webkit-flex-grow: 2;
        -moz-flex-grow: 2;
        flex-grow: 2;
        -ms-flex-positive: 2;
        width: 45%; } }
    .widget-row .widget.line-chart {
      height: 300px; }
  .widget-row .data-rows > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .widget-row .data-rows > div:not(:last-of-type) {
      margin-bottom: 2rem; }
  .widget-row .data-rows .result {
    font-weight: 600;
    margin-left: auto; }
    .widget-row .data-rows .result.dollars:before {
      content: "$";
      margin-right: 0.25rem; }
  .widget-row .data-rows .heading .result {
    font-size: 20px; }

.highcharts-container svg {
  font-family: "Open Sans", sans-serif !important; }
  .highcharts-container svg .highcharts-title {
    font-weight: 600; }

.activity-list {
  list-style: none;
  margin: 0 -2rem;
  padding: 0; }
  .activity-list > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 8px 2rem; }
    .activity-list > div:nth-of-type(even) {
      background: #f6f6f6; }
    .activity-list > div.danger {
      background: rgba(217, 83, 79, 0.3);
      color: #b52b27; }
      .activity-list > div.danger .description a {
        color: #a02622;
        text-decoration: underline; }
    .activity-list > div.warning {
      background: rgba(240, 173, 78, 0.3); }
    .activity-list > div.info {
      background: rgba(91, 192, 222, 0.3); }
    .activity-list > div .description {
      color: #444;
      margin: 0 3rem 0 0; }
      .activity-list > div .description > span {
        font-weight: 600;
        margin-right: 0.5rem; }
    .activity-list > div .date, .activity-list > div .btn {
      margin-left: auto;
      display: inline-block; }
      .activity-list > div .date + .btn, .activity-list > div .btn + .btn {
        margin-left: 2rem; }
    .activity-list > div .date {
      font-size: 90%;
      width: 100px;
      text-align: right; }

.quick-links.setup {
  padding: 2rem 0;
  background: #f6f6f6;
  margin-bottom: 4rem; }
.quick-links .description {
  margin-top: 0.5rem; }
.quick-links .links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .quick-links .links > li {
    position: relative;
    border: 1px solid #ddd;
    background: white;
    width: 100px;
    margin-right: 1rem;
    padding: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .quick-links .links > li > a {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      color: #555; }
      .quick-links .links > li > a .icon {
        transition: all 0.2s ease; }
      .quick-links .links > li > a:hover {
        text-decoration: none;
        color: #2e94dc; }
        .quick-links .links > li > a:hover .icon polygon, .quick-links .links > li > a:hover .icon polyline, .quick-links .links > li > a:hover .icon line, .quick-links .links > li > a:hover .icon path, .quick-links .links > li > a:hover .icon circle {
          stroke: #2e94dc; }
    .quick-links .links > li .title {
      text-align: center;
      font-size: 12px;
      line-height: 120%;
      margin-top: 1rem;
      font-weight: 600; }
.quick-links .remove {
  background: url("/Areas/Portal/Images/svg/ic_remove.svg");
  display: block;
  width: 14px;
  height: 14px;
  background-size: cover;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.2; }
  .quick-links .remove:hover {
    opacity: 1; }

.grid-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 -10px;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .grid-bg > div {
    width: 267.5px;
    background: #f7f7f7;
    height: 100%;
    margin: 0 10px; }

.widget-grid.dragging .grid-bg > div {
    background: #ddd;
}

.widget-container {
  position: relative; }
    .widget-container .widget-grid {
        margin: 0 -10px;
    }

.add-widget .content {
  padding: 2rem;
  background: #888; }
.add-widget .add-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .add-widget .add-row h3 {
    font-size: 16px;
    margin-right: 6rem;
    color: white; }
  .add-widget .add-row .type {
    width: 25%; }
  .add-widget .add-row .widget {
    width: 33%; }
  .add-widget .add-row select {
    margin-right: 4rem; }
  .add-widget .add-row label {
    color: white;
    margin-right: 1rem;
    margin-bottom: 0; }
  .add-widget .add-row.controls {
    margin-left: 3rem; }
    .add-widget .add-row.controls a:not(.btn) {
      padding: 2rem; }

.dashboard-settings {
  margin: 6rem 0;
  padding: 3rem 0;
  background: #f6f6f6; }
  .dashboard-settings .settings-row {
    margin: 2rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .dashboard-settings .settings-row > div:not(.controls) {
      margin-right: 3rem; }
    .dashboard-settings .settings-row > div.name {
      width: 45%; }
    .dashboard-settings .settings-row > div.checkbox {
      width: 220px; }
      .dashboard-settings .settings-row > div.checkbox label {
        font-size: 12px; }
        .dashboard-settings .settings-row > div.checkbox label > span {
          font-size: 14px;
          font-weight: 600;
          display: block; }
    .dashboard-settings .settings-row > div.controls {
      margin-left: auto; }

.plate-grid .head, .plate-grid .body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }
.plate-grid a.card .transponder, .plate-grid a.card .toll-no,.credit-requests a.card .request-no {
  color: #2e94dc; }
.plate-grid .transponder, .plate-grid .toll-no {
  font-weight: 600;
  font-size: 16px; }
.plate-grid .agency {
  margin-top: 0.5rem;
  font-weight: 600; }
.plate-grid .exit-plaza {
  font-weight: 400;
  margin: 1rem 0;
}
.plate-grid .amount {
  margin-left: auto; }
.plate-grid .location-time {
  width: 60%; }
.plate-grid .toll-detail, .plate-grid .vehicle-detail {
  margin-top: 1rem; }
  .plate-grid .toll-detail .date, .plate-grid .vehicle-detail .date {
    margin-bottom: 1rem;
    margin-top: 3px; }
.plate-grid .vehicle-detail + .toll-detail {
  margin-left: 3rem; }
.plate-grid .toll-detail {
  margin-right: 3rem;
  margin-bottom: 1rem;
}
.plate-grid .date {
  color: #7b7b7b;
  margin-bottom: 3px; }
.plate-grid .amount label, .plate-grid .fee label, .plate-grid .unit label, .plate-grid .cost-center label, .plate-grid .class label, .plate-grid .transponder-no label, .plate-grid .notice label, .plate-grid .speed label {
  margin-bottom: 3px; }
.plate-grid .checkbox {
  margin: 0; }
  .plate-grid .checkbox input[type="checkbox"] {
    position: relative;
    margin: 0 0.5rem 0 0; }
.plate-grid .primary-info .one-half {
  margin: 1rem 0; }
.plate-grid .transponder-detail {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .plate-grid .transponder-detail > div {
    width: 45%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
    .plate-grid .transponder-detail > div .result {
      margin-left: 1rem; }

.single-line.plate-grid .toll-detail, .single-line.plate-grid .vehicle-detail, .single-line.plate-grid .primary-info {
  width: 33%;
  margin-top: 0; }
.single-line.plate-grid .toll {
  font-size: 16px;
  font-weight: 600; }
.single-line.plate-grid .agency {
  margin-top: 0;
  margin-bottom: 3px; }
.single-line.plate-grid .date {
  margin-bottom: 3px;
  margin-top: 0; }
.single-line .update {
  background: #eee;
  margin: 1rem -1rem -1rem;
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .single-line .update > div {
    margin-right: 2rem; }
    .single-line .update > div:not(:last-of-type) {
      width: 30%; }
  .single-line .update > div.new-class {
    width: 150px; }

.equipment section {
  margin-bottom: 3rem; }
.equipment .one-half {
  margin: 0 2rem; }

.equipment-grid .body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }
.equipment-grid .unit-info {
  padding-right: 2rem; }
.equipment-grid .unit label {
  margin-bottom: 0;
  position: relative;
  top: -1px;
  margin-right: 0.5rem; }
.equipment-grid .unit .name {
  font-size: 16px;
  font-weight: 600; }
.equipment-grid .name {
  color: #2e94dc; }
.equipment-grid .transponders {
  list-style: none;
  margin: 1rem 0 1rem;
  padding: 0; }
  .equipment-grid .transponders label {
    margin-bottom: 0; }
.equipment-grid .cost-center label {
  margin-bottom: 0; }

.transpondersVeh {
  list-style: none;
  margin: 1rem 0 1rem;
  padding: 0; }

.transponder-list {
  margin: 4rem 0; }

.lessor-info {
  margin: 4rem 0; }


.add-transponder {
  background: #f6f6f6;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .add-transponder .combobox-container {
    width: 40%;
    margin: 0 2rem; }
    .add-transponder .combobox-container .dropdown-menu {
      width: 100%; }

.vehicle > .updated {
  margin-top: 1rem;
  text-align: center; }
.vehicle > a {
  text-align: center;
  display: block; }
.vehicle .updated {
  margin-top: 1rem; }

.vehicle-info .result {
  display: none; }
.vehicle-info.view input, .vehicle-info.view select, .vehicle-info.view .select, .vehicle-info.view .checkbox {
  display: none; }
.vehicle-info.view .inline-form {
  margin-bottom: 0; }
.vehicle-info.view .result {
  display: block; }

.vehicle-documents {
  list-style: none;
  margin: 0;
  padding: 0; }
  .vehicle-documents > li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .vehicle-documents > li img {
      margin-right: 2rem;
      margin-top: 0.5rem;
      width: 32px;
      height: 32px; }
  .vehicle-documents + a {
    text-align: left;
    margin-top: 2rem;
    margin-left: 52px; }
  .vehicle-documents .detail {
    font-size: 13px; }
    .vehicle-documents .detail a {
      display: block;
      text-decoration: underline;
      font-size: 16px;
      font-weight: 600; }

.unassign {
  background: #555; }

.unassign-transponder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .unassign-transponder label, .unassign-transponder select, .unassign-transponder a {
    margin: 0 0.5rem; }
  .unassign-transponder label {
    color: white; }
    .unassign-transponder label small {
      display: block;
      color: rgba(255, 255, 255, 0.5); }
  .unassign-transponder select {
    margin-left: 2rem; }
  .unassign-transponder .form-control {
    max-width: 200px; }

.order-grid {
  margin-top: 2rem; }
  .order-grid .head {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px; }
  .order-grid .order-no {
    font-weight: 600;
    color: #2e94dc; }
  .order-grid .order-status {
    margin-left: auto; }
  .order-grid .content {
    margin-top: 1rem; }
  .order-grid label {
    margin-bottom: 0;
    margin-right: 0.5rem; }
  .order-grid .order-dates {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .order-grid .order-dates .shipped-date {
      margin-left: auto; }
  .order-grid .order-date, .order-grid .ordered-by, .order-grid .shipped-date {
    margin: 0.5rem 0 0; }
  .order-grid .order-detail {
    margin: 1rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .order-grid .price {
    margin-left: auto;
    font-size: 20px; }
    .order-grid .price:before {
      content: "$";
      margin-right: 3px; }
  .order-grid .items {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px; }
    @media (min-width: 768px) {
      .order-grid .items {
        width: 60%; } }
    .order-grid .items > li {
      float: left; }
      .order-grid .items > li:not(:last-of-type):after {
        content: ",";
        margin-right: 3px; }
  .order-grid .footer {
    background: #eee;
    padding: 1rem;
    margin: 2rem -1rem -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .order-grid .footer a {
      display: block; }
    .order-grid .footer .result {
      margin-left: 0; }
    .order-grid .footer .packing-slip {
      margin-left: auto; }

.new-order .form-group.disabled select, .new-order .form-group.disabled input, .new-order .form-group.disabled a, .new-order .form-group.disabled button, .new-order .form-group.disabled label {
  pointer-events: none;
  opacity: 0.4; }

.new-order-grid > hr {
  margin-top: 0; }
.new-order-grid .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem; }
.new-order-grid .head {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.new-order-grid hr {
  margin-top: 0; }
.new-order-grid .remove {
  margin-left: auto; }
  .new-order-grid .remove img {
    width: 16px;
    height: 16px; }
.new-order-grid .inline-form {
  margin-bottom: 0; }
.new-order-grid .one {
  display: block; }
  .new-order-grid .one > .inline-form {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .new-order-grid .one > .inline-form > label {
      width: 20%; }
    .new-order-grid .one > .inline-form input[type="text"] {
      width: 80%; }
.orders .cost-center-picker {
    max-width: 300px;
}
.orders .shipping-addresses, .orders .cost-center-picker {
  margin: 2rem 0 0; }
  @media (min-width: 768px) {
    .orders .shipping-addresses, .orders .cost-center-picker {
      margin-left: 2rem; } }
  .orders .shipping-addresses .radio {
    margin-bottom: 2rem; }
    .orders .shipping-addresses .radio span {
      font-weight: 600;
      margin-right: 0.5rem; }
.orders .cost-center-picker + h3 {
    margin-top: 2rem;
}
.orders .different-address + hr {
  margin: 4rem 0; }
@media (min-width: 768px) {
  .orders .different-address {
    margin-left: 6rem; }
    .orders .different-address .one-half + .one-half {
      margin-top: 1rem; }
    .orders .different-address .one-half .radio {
      width: 200px; }
    .orders .different-address .one-half > .form-control {
      max-width: 50%;
      margin: 0.5rem 0 0; }
    .orders .different-address .inline {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .orders .different-address .inline > label {
        min-width: 100px;
        margin-top: 0.5rem; margin-right: 3rem; }
      .orders .different-address .inline .form-control {
        width: 100%; }
    .orders .different-address .new-address {
      background: #f6f6f6;
      padding: 2rem; } }
.orders .use-new-address .radio {
  margin-top: 0; }
.orders .shipping-method {
  margin: 1rem 0 0 2rem; }
  @media (min-width: 768px) {
    .orders .shipping-method .one-half > div:nth-of-type(2) {
      margin-left: 10%; } }

.order-summary .block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }
.order-summary label > small {
  display: block;
  font-weight: 400;
  max-width: 100px; }
.order-summary .order-total {
  margin: 2rem -2rem -2rem;
  padding: 2rem;
  background: #d5d5d5; }
.order-summary .total {
  font-size: 20px; }

.profile .user-photo {
  margin-left: 4rem;width:25px; }
  @media (min-width: 768px) {
    .profile .user-photo {
      width: 50%; } }
  .profile .user-photo img {
    min-width: 140px; }
  .profile .user-photo .btn-default {
    display: block;
    max-width: 150px;
    margin-top: 1rem; }
@media (min-width: 768px) {
  .profile .user-detail {
    width: 50%;
    margin-right: 4rem; } }
.profile .inline {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .profile .inline label {
    min-width: 140px; }
.profile .split {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .profile .split > label {
    min-width: 60px;
    text-align: right;
    margin-right: 2rem; }
  .profile .split #city {
    width: 240px; }
  .profile .split select {
    margin-left: 2rem; }
.profile .general-info {
  margin-top: 3rem;
  margin-bottom: 6rem; }
  @media (min-width: 992px) {
    .profile .general-info {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
.profile .other-info {
  margin-top: 4rem;
  margin-bottom: 6rem; }
  @media (min-width: 992px) {
    .profile .other-info {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .profile .other-info .contact-info, .profile .other-info .location-info {
    margin: 0 0 3rem; }
    .profile .other-info .contact-info h3, .profile .other-info .location-info h3 {
      margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .profile .other-info .contact-info, .profile .other-info .location-info {
        width: 50%; } }
  @media (min-width: 992px) {
    .profile .other-info .location-info {
      margin-right: 4rem; }
    .profile .other-info .contact-info {
      margin-left: 4rem; } }

.user-grid {
  width: 100%;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .user-grid {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      box-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: distribute; } }
  .user-grid + .heading-row {
    margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .user-grid:not(.single-line) .card {
      width: 32%; }
      .user-grid:not(.single-line) .card:nth-of-type(even) {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .user-grid .card {
      width: 32%; } }
  .user-grid .card .head {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
    .user-grid .card .head img {
      margin-right: 2rem; }
  .user-grid .card .name {
    font-size: 16px;
    font-weight: 600; }
  .user-grid .card .title {
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: #888888; }

.exclusion-grid .head {
  margin-bottom: 1rem; }
.exclusion-grid .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.exclusion-grid .title {
  font-size: 16px;
  font-weight: 600;
  color: #2e94dc; }
.exclusion-grid .exit-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .exclusion-grid .exit-list > li:not(:first-of-type) {
    margin-top: 1rem; }
  .exclusion-grid .exit-list > li > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.exclusion-grid .agency {
  font-weight: 600;
  font-size: 13px; }
.exclusion-grid .times {
  margin-left: auto; }
.exclusion-grid .times-list {
  list-style: none;
  margin: 0 0 0 1rem;
  padding: 0; }
  .exclusion-grid .times-list label {
    min-width: 55px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0;
    margin-right: 0.5rem; }

.add-exclusions .card.full {
  border: 1px solid #ddd; }
.add-exclusions .head {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.add-exclusions .agency {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  padding: 13px 1.5rem; }
.add-exclusions .heading {
  border-top: 1px solid #eee;
  padding: 1.5rem 1.5rem 2rem; }
.add-exclusions .exit-list, .add-exclusions .radio-group {
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.add-exclusions .exit-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1.5rem 0.5rem; }
  .add-exclusions .exit-list > div {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .add-exclusions .exit-list > div {
        width: 49%; } }
    @media (min-width: 992px) {
      .add-exclusions .exit-list > div:nth-of-type(even) {
        margin-left: auto; } }
  .add-exclusions .exit-list .checkbox {
    margin: 0 auto 0 0;
    font-size: 12px; }
    .add-exclusions .exit-list .checkbox > label {
      margin-top: 2px; }
.add-exclusions .radio-group input[type="radio"] {
  display: none; }
  .add-exclusions .radio-group input[type="radio"]:checked + label {
    background: #aaa;
    color: white; }
.add-exclusions .radio-group label {
  background: #eee;
  padding: 3px 6px;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 11px; }
  .add-exclusions .radio-group label:hover {
    background: #ddd; }
  .add-exclusions .radio-group label.checked {
    background: #aaa;
    color: white; }
.add-exclusions .radio-group > li:not(:last-of-type) label {
  border-right: 1px solid #ccc; }
.add-exclusions h4 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }
.add-exclusions .times-added {
  list-style: none;
  margin: 0;
  padding: 0; }
  .add-exclusions .times-added > li {
    font-size: 13px;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .add-exclusions .times-added > li .day-time {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .add-exclusions .times-added > li .day-time .time {
        margin-left: 0.5rem; }
    .add-exclusions .times-added > li .remove {
      margin-left: auto; }
    .add-exclusions .times-added > li img {
      width: 16px;
      height: 16px; }
.add-exclusions .selected-facilities {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px; }
  .add-exclusions .selected-facilities > li {
    background: white;
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .add-exclusions .selected-facilities > li + li {
      border-top: 1px solid #ddd; }
    .add-exclusions .selected-facilities > li .remove {
      margin-left: auto; }
    .add-exclusions .selected-facilities > li img {
      width: 16px;
      height: 16px;
      margin-left: 1rem; }
  .add-exclusions .selected-facilities .name {
    font-weight: 600; }
  .add-exclusions .selected-facilities .exits {
    margin: 1rem 0;
    padding-left: 2rem;
    font-size: 12px; }

.add-ticket .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .add-ticket .form-group label {
    width: 120px;
    margin-top: 0.5rem; }
  .add-ticket .form-group .form-control {
    max-width: 300px; }
.add-ticket textarea {
  margin-top: 3rem; }
.add-ticket .controls.main {
  margin-top: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .add-ticket .controls.main .btn {
    margin-left: auto; }

@media (min-width: 992px) {
  .edit-ticket .one-half {
    margin: 0 2rem; } }
.edit-ticket .inline-form {
  margin-bottom: 0; }
.edit-ticket .body {
  margin: 1rem 2rem; }
.edit-ticket .main-content hr {
  margin: 4rem 0; }
.edit-ticket .title {
  font-weight: bolder;
  font-size: 18px;
  vertical-align:middle;
  margin: 0 2rem;
}

.post-comment {
  margin-top: 2rem;
  padding: 2rem;
  background: #eee; }
  .post-comment .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
    .post-comment .form-group .btn {
      margin-left: 2rem; }

.comments {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0; }
  .comments > li {
    padding: 2rem; }
    .comments > li:not(:last-of-type) {
      border-bottom: 1px solid #eee; }
    .comments > li:nth-of-type(even) {
      background: #f6f6f6; }
  .comments .post-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .comments .name {
    font-weight: 600;
    font-size: 16px; }
  .comments .post {
    margin: 1rem 0 2rem; }
  .comments img {
    width: 45px;
    height: 45px;
    margin-right: 2rem; }
  .comments .post-time {
    font-size: 13px;
    color: #a2a2a2;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .comments .post-time label {
      margin-right: 1rem;
      color: #a2a2a2; }

.ticket-grid .head {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px; }
.ticket-grid .original {
  margin: 0;
  padding: 0.5rem 0; }
.ticket-grid .recent {
  border-top: 1px dotted #ddd;
  padding-top: 0.5rem;
  margin: 0; }
.ticket-grid .title {
  font-weight: 600; }
.ticket-grid .status {
  margin-left: auto; }
.ticket-grid .content {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ticket-grid .content label {
    margin-right: 1rem; }
    .ticket-grid .content label + div {
      margin-right: 1rem; }
@media (min-width: 768px) {
  .ticket-grid .created-by, .ticket-grid .created-date, .ticket-grid .priority, .ticket-grid .last-updated {
    width: 45%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 768px) {
  .ticket-grid .created-date, .ticket-grid .last-updated {
    margin-left: auto; } }

.template-grid {
  margin: 2rem 0; }
  .template-grid .card {
    padding: 2rem; }
    .template-grid .card .head {
      border-bottom: 1px solid #f6f6f6;
      padding-bottom: 1rem;
      margin-bottom: 2rem; }
  .template-grid .head {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .template-grid .head > div:nth-of-type(2) {
      margin-left: auto; }
    .template-grid .head .name {
      color: #2e94dc; }
      .template-grid .head .name > span {
        color: #555; }
  .template-grid .body {
    margin: 1rem 0 1rem; }
    .template-grid .body > div {
      width: 65%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .template-grid .body > div:nth-of-type(2) {
        margin-left: auto;
        width: 30%; }
      .template-grid .body > div .result {
        margin-left: 1rem; }
    .template-grid .body .widgets > ul {
      list-style: none;
      margin: 0 0 0 1rem;
      padding: 0; }
      .template-grid .body .widgets > ul::after {
        clear: both;
        content: "";
        display: table; }
      .template-grid .body .widgets > ul > li {
        float: left; }
        .template-grid .body .widgets > ul > li:not(:last-of-type):after {
          content: ",";
          margin-right: 3px; }

.accounts h3 {
  margin-bottom: 2rem; }
.accounts .account-type {
  max-width: 400px; }
  .accounts .account-type .radio > label {
    min-width: 110px; }
@media (min-width: 768px) {
  .accounts .one-half {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .accounts .one-half > div {
      width: 47.5%; } }
.accounts .section {
  margin: 4rem 0 0; }
@media (min-width: 768px) {
  .accounts .form-group.inline {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }
.accounts .form-group.inline > label {
  margin: 0; }
  @media (min-width: 768px) {
    .accounts .form-group.inline > label {
      min-width: 140px;
      width: 35%; } }
@media (min-width: 768px) {
  .accounts .form-group.inline.indent {
    margin-left: 2rem; } }
@media (min-width: 768px) {
  .accounts .form-group.inline input, .accounts .form-group.inline .radio-group, .accounts .form-group.inline .select {
    max-width: 65%; } }
.accounts .form-group.inline .radio-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .accounts .form-group.inline .radio-group .radio {
    margin: 0 3rem 0 0; }
.accounts .split {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .accounts .split > label {
    min-width: 60px;
    text-align: right;
    margin-right: 2rem; }
  .accounts .split #city {
    width: 240px; }
  .accounts .split .select {
    margin-left: 2rem; }

.settings .card {
  padding: 2rem; }
  .settings .card .is-active {
    display: none;
    font-weight: 700;
    font-size: 13px;
    color: rgba(85, 85, 85, 0.5); }
  .settings .card.selected .is-active {
    display: block; }
.settings .card-name {
  font-size: 16px;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #2e94dc;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: inline-block; }
  .settings .card-name > span {
    margin-left: auto;
    font-weight: 400; }
.settings .card-no {
  letter-spacing: 8px;
  font-size: 14px;
  text-align: center; }
.settings .expiration {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 14px;
  text-align: right; }
.settings a.card.add-card {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 3rem;
  text-decoration: none;
  color: #2e94dc; }
  .settings a.card.add-card:hover {
    background: #f6f6f6;
    text-decoration: none; }
  .settings a.card.add-card svg {
    width: 20px;
    height: 20px;
    margin-right: 1rem; }
    .settings a.card.add-card svg path {
      fill: #2e94dc; }
  .settings a.card.add-card span {
    font-size: 16px;
    font-weight: 600; }
.settings .card.new {
  margin-right: auto; }
  .settings .card.new .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .settings .card.new .form-group > label {
      min-width: 100px; }
    .settings .card.new .form-group input[type="text"] + label {
      margin-left: 3rem;
      min-width: 40px; }
  .settings .card.new .controls {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem; }
    .settings .card.new .controls a {
      margin-left: auto; }

.bypass-detail, .vehicle-detail {
  margin-top: 1rem;
  width: 50%; }

@-webkit-keyframes highlight {
  0% {
    background: white; }
  50% {
    background: #eee; }
  0% {
    background: white; } }
@-moz-keyframes highlight {
  0% {
    background: white; }
  50% {
    background: #eee; }
  0% {
    background: white; } }
@keyframes highlight {
  0% {
    background: white; }
  50% {
    background: #eee; }
  0% {
    background: white; } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0.5); }
  50% {
    -webkit-transform: scale(1.5);
    color: #2e94dc; }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounce {
  0% {
    -moz-transform: scale(0.5); }
  50% {
    -moz-transform: scale(1.5);
    color: #2e94dc; }
  100% {
    -moz-transform: scale(1); } }
@keyframes bounce {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    color: #2e94dc; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.invoice-grid .head {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 1rem; }
.invoice-grid .invoice-detail, .invoice-grid .invoice-dates {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .invoice-grid .invoice-detail > div, .invoice-grid .invoice-dates > div {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    .invoice-grid .invoice-detail > div .result, .invoice-grid .invoice-dates > div .result {
      margin-left: 1rem; }
.invoice-grid .danger .btn {
  border-color: #d9534f;
  background: #d9534f; }
.invoice-grid .warning .btn {
  border-color: #f0ad4e;
  background: #f0ad4e; }
.invoice-grid .invoice {
  font-weight: 600; }
.invoice-grid .status {
  margin-left: auto; }
.invoice-grid .one-half.controls {
  margin-top: 1rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .invoice-grid .one-half.controls .document {
    margin: 0;
    width: 50%; }

.credit-requests .primary-info {
  font-size: 16px;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .credit-requests .primary-info {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
.credit-requests .request-no {
  font-weight: 600; }
.credit-requests .date {
  margin-bottom: 1rem; }
.credit-requests .body {
  display: block; }
  @media (min-width: 768px) {
    .credit-requests .body {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .credit-requests .body > div {
        width: 50%; } }
.credit-requests .status {
  margin-left: auto; }

.selected-tolls {
  border: 1px solid #ddd;
  margin-bottom: 2rem;
  padding: 1rem; }
  .selected-tolls.highlighted {
    -webkit-animation: highlight 0.3s ease forwards;
    -moz-animation: highlight 0.3s ease forwards;
    animation: highlight 0.3s ease forwards; }
    .selected-tolls.highlighted .number {
      -webkit-animation: bounce 0.3s ease forwards;
      -moz-animation: bounce 0.3s ease forwards;
      animation: bounce 0.3s ease forwards; }
  .selected-tolls .primary {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .selected-tolls .primary > a {
      text-decoration: underline;
      margin-left: 2rem;
      margin-bottom: 10px; }
  .selected-tolls .number {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 1rem 1rem 0.5rem; }
  .selected-tolls h3 {
    margin-bottom: 10px; }
  .selected-tolls .info {
    font-size: 13px; }
  .selected-tolls .toggle {
    margin-left: auto;
    margin-right: 2rem;
    font-size: 13px; }
    .selected-tolls .toggle label {
      font-weight: 600; }

.add-permit section {
  border: 1px solid #ddd;
  margin-bottom: 3rem; }
.add-permit .heading-row {
  margin-bottom: 0; }
.add-permit .one-half {
  padding: 1rem 2rem; }
  .add-permit .one-half .inline-form {
    margin-bottom: 0; }
  .add-permit .one-half .inline-form .split {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .add-permit .one-half .inline-form .split .max-100 {
      position: relative; }
      @media (min-width: 768px) {
        .add-permit .one-half .inline-form .split .max-100:first-of-type {
          margin-right: 2rem; } }
      .add-permit .one-half .inline-form .split .max-100 .form-control {
        width: 100%; }
      .add-permit .one-half .inline-form .split .max-100 > span {
        position: absolute;
        font-size: 13px;
        font-weight: bold;
        color: #999;
        top: 7px;
        right: 10px; }
  .add-permit .one-half:nth-of-type(odd) {
    background: #f6f6f6;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee; }
.add-permit .form-group {
  padding: 1rem 2rem; }

.payment {
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .payment {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.make-payment {
  margin: 0 3rem;
  width: 60%; }
  .make-payment h3 {
    margin-bottom: 1rem; }
  .make-payment input[type="radio"], .make-payment input[type="checkbox"] {
    margin: 0 0.5rem 0 0; }
  .make-payment .table.table-collapse {
    margin-bottom: 4rem; }
    .make-payment .table.table-collapse thead th {
      background: #888;
      color: white; }
  .make-payment .radio label input[type="radio"], .make-payment .radio label input[type="checkbox"], .make-payment .checkbox label input[type="radio"], .make-payment .checkbox label input[type="checkbox"] {
    margin: 4px 1rem 0 -2rem; }
  @media (min-width: 768px) {
    .make-payment .radio, .make-payment .checkbox {
      margin: 0; }
    .make-payment .inline-group {
      margin-bottom: 2rem;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .make-payment .inline-group > label {
        width: 33%;
        margin-right: 2rem; }
      .make-payment .inline-group .radios label {
        display: block;
        font-weight: normal;
        font-size: 13px;
        font-weight: 400; } }
  .make-payment .controls {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .make-payment .controls .btn:last-of-type {
      margin-left: auto; }
  .make-payment .add-on {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .make-payment .add-on > label {
      margin-bottom: 0;
      margin-right: 2rem;
      min-width: 120px; }

.method-of-payment {
  background: #eee;
  padding: 3rem;
  margin-bottom: 3rem; }
  .method-of-payment h3 {
    font-size: 20px;
    margin: 0; }
    .method-of-payment h3 + p {
      margin-top: 0.5rem; }
  .method-of-payment .radio > label {
    display: block;
    margin-bottom: 1rem; }
    .method-of-payment .radio > label > small {
      display: block;
      color: rgba(0, 0, 0, 0.5); }

@media (min-width: 768px) {
  .balance {
    padding-left: 3rem;
    width: 40%;
    border-left: 1px solid #eee; } }
.balance h3 {
  font-size: 20px;
  margin-bottom: 2rem; }
.balance .alert {
  margin-bottom: 0; }
.balance .balance-list > div {
  padding: 0 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem; }
  .balance .balance-list > div:nth-of-type(odd) {
    background: #f6f6f6; }
  .balance .balance-list > div.total {
    background: #ddd;
    padding: 2rem; }
.balance .balance-list .name {
  font-size: 16px;
  font-weight: 600; }
  .balance .balance-list .name > span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: rgba(85, 85, 85, 0.7); }
    .balance .balance-list .name > span a {
      margin-left: 2rem; }
.balance .balance-list .amount {
  margin-left: auto;
  font-size: 18px; }

.payment-history > table.table.table-collapse > tbody > tr.expand td {
  padding: 0;
  border-top: 0; }
.payment-history > table.table.table-collapse > tbody > tr.expand .payment-details {
  padding: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .payment-history > table.table.table-collapse > tbody > tr.expand .payment-details .table {
    width: 70%; }
    .payment-history > table.table.table-collapse > tbody > tr.expand .payment-details .table thead > tr > th {
      background: #888;
      color: white;
      padding: 0.5rem 1rem; }
    .payment-history > table.table.table-collapse > tbody > tr.expand .payment-details .table tbody > tr:nth-of-type(odd) {
      background: #f6f6f6; }
    .payment-history > table.table.table-collapse > tbody > tr.expand .payment-details .table tbody > tr > td {
      padding: 3px 1rem;
      border: 1px solid #eee; }
  .payment-history > table.table.table-collapse > tbody > tr.expand .payment-details .controls {
    width: 25%;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .payment-history > table.table.table-collapse > tbody > tr.expand .payment-details .controls > a:not(:last-of-type) {
      margin-bottom: 2rem; }
.payment-history > table.table.table-collapse > tbody > tr:nth-of-type(4n+1) {
  background: #eee; }
  .payment-history > table.table.table-collapse > tbody > tr:nth-of-type(4n+1) + .expand {
    background: #eee; }

.notifications .card .head {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-bottom: 1rem; }
.notifications .name {
  font-size: 16px; }
.notifications .edit-btn {
  margin-left: auto; }
.notifications .description {
  margin-top: 0;
  font-size: 13px; }
.notifications .status {
  font-style: italic;
  margin-bottom: 1rem; }
.notifications .collapse, .notifications .collapse.in, .notifications .collapsing {
  background: #eee;
  position: relative;
  top: 1rem;
  margin: 0 -1rem;
  padding: 0; }
.notifications .spacer {
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
.notifications .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .notifications .form-group > label {
    margin-bottom: 0; }
  .notifications .form-group > label, .notifications .form-group .select, .notifications .form-group input[type="text"] {
    min-width: 130px; }
  .notifications .form-group .select, .notifications .form-group input[type="text"] {
    margin-left: 1rem; }
  .notifications .form-group:last-of-type {
    margin-bottom: 0; }
.notifications .status {
  margin: 0 0 1rem;
  padding: 0 0 0 2rem; }
.notifications .settings {
  width: 60%; }
.notifications .controls {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-left: auto; }
  .notifications .controls a:first-of-type {
    margin-left: auto;
    margin-right: 1rem; }

.global-search [class^="icon-"] {
  font-size: 28px;
  color: #888; }
.global-search .table-collapse tbody > tr:first-of-type > td {
  border-top: 0; }
.global-search .table-collapse tbody > tr > td {
  font-weight: 400; }
.global-search .table-collapse tbody > tr > td:first-of-type {
  padding: 0 8px;
  vertical-align: middle;
  width: 60px; }
.global-search .table-collapse tbody > tr > td:nth-of-type(2) {
  font-weight: 800; }
.global-search .table-collapse tbody > tr > td:last-of-type {
  text-align: right; }
@media (min-width: 768px) {
  .global-search .table-collapse td:before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: rgba(85, 85, 85, 0.5); } }
.global-search.download-view img {
  width: 28px; }
.global-search.download-view .icon-dl {
  width: 16px;
  position: relative;
  top: -2px;
  margin-right: 1rem; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5); } }
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5); } }
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5); } }
.display-animation > * {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.display-animation > .animated {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1); }

.no-js .display-animation > * {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.combobox-container {
  width: 100%; }
  .combobox-container .dropdown-menu {
    padding: 0; }
    .combobox-container .dropdown-menu > li > a {
      padding: 4px 1rem;
      font-size: 13px; }
  .combobox-container .input-group-addon {
    padding: 6px 6px 6px 4px; }

.form-search .combobox-container,
.form-inline .combobox-container {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top; }

.form-search .combobox-container .input-group-addon,
.form-inline .combobox-container .input-group-addon {
  width: auto; }

.combobox-selected .caret {
  display: none; }

/* :not doesn't work in IE8 */
.combobox-container:not(.combobox-selected) .glyphicon-remove {
  display: none; }

.typeahead-long {
  max-height: 300px;
  overflow-y: auto; }

.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48; }

.control-group.error .combobox-container .caret {
  border-top-color: #B94A48; }

.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853; }

.control-group.warning .combobox-container .caret {
  border-top-color: #C09853; }

.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847; }

.control-group.success .combobox-container .caret {
  border-top-color: #468847; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .multiselect-container .input-group {
    margin: 5px; }
  .multiselect-container input[type="radio"], .multiselect-container input[type="checkbox"] {
    margin-top: 0;
    margin-left: -25px; }
  .multiselect-container > li {
    padding: 0; }
    .multiselect-container > li > a {
      padding: 0; }
      .multiselect-container > li > a.multiselect-all label {
        font-weight: 700; }
      .multiselect-container > li > a > label {
        margin: 0;
        height: 100%;
        cursor: pointer;
        font-weight: 400;
        padding: 3px 20px 3px 40px; }
        .multiselect-container > li > a > label .radio, .multiselect-container > li > a > label .checkbox {
          margin: 0; }
        .multiselect-container > li > a > label > input[type=checkbox] {
          margin-bottom: 5px; }
    .multiselect-container > li.multiselect-group label {
      margin: 0;
      padding: 3px 20px 3px 20px;
      height: 100%;
      font-weight: 700; }
    .multiselect-container > li.multiselect-group-clickable label {
      cursor: pointer; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin: 0 0 0 -20px; }

.multiselect.dropdown-toggle {
  font-size: 12px;
  font-weight: 400; }

.dropdown-menu > li > a {
  padding: 0.5rem 0; }
.dropdown-menu > .active > a label {
  color: white; }

/*!
 * Datepicker for Bootstrap v1.4.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 10px;
  direction: ltr; }

input.datepicker {
  padding: 5px 30px 5px 10px; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker > div {
  display: none; }

.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none; }

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none; }

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative; }
  .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
      left: auto;
      right: 12px; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
      left: auto;
      right: 13px; }
  .bootstrap-timepicker .input-group-addon {
    cursor: pointer; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }
  .bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block; }
  .bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute; }
  .bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute; }
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px; }
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px; }
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px; }
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px; }
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px; }
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px; }
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px; }
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0; }
  .bootstrap-timepicker-widget table td {
    text-align: center;
    margin: 0;
    padding: 2px; }
    .bootstrap-timepicker-widget table td:not(.separator) {
      min-width: 30px; }
    .bootstrap-timepicker-widget table td span {
      width: 100%; }
    .bootstrap-timepicker-widget table td a {
      border: 1px transparent solid;
      width: 100%;
      display: inline-block;
      margin: 0;
      padding: 4px 0;
      outline: 0;
      color: #333; }
      .bootstrap-timepicker-widget table td a:hover {
        text-decoration: none;
        background-color: #f6f6f6;
        border-color: #ddd; }
      .bootstrap-timepicker-widget table td a i {
        margin-top: 2px;
        font-size: 18px; }
    .bootstrap-timepicker-widget table td input {
      width: 35px;
      margin: 0 0 5px;
      text-align: center;
      box-shadow: none;
      border: 1px solid #ddd;
      border-radius: 0;
      font-size: 13px;
      font-weight: 600; }

.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%; }
    .bootstrap-timepicker .dropdown-menu {
      width: 100%; } }

.widget-grid {
    position: relative;
    padding: 2rem 0;
}
.widget-grid > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .widget-grid > ul > div > li {
        background: white;
        padding: 2rem;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 3px rgba(85, 85, 85, 0.12), 0 1px 2px rgba(85, 85, 85, 0.24);
        -webkit-transition: all 0.15s !important;
        -moz-transition: all 0.15s !important;
        transition: all 0.15s !important;
    }
.widget-grid > ul > div > li:hover {
            box-shadow: 0 3px 6px rgba(85, 85, 85, 0.16), 0 3px 6px rgba(85, 85, 85, 0.23);
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            -o-transform: translateY(-3px);
            transform: translateY(-3px);
        }
.widget-grid > ul > li .rm-widget {
            background: url("/Areas/Portal/Images/svg/ic_remove.svg");
            display: block;
            width: 14px;
            height: 14px;
            background-size: cover;
            position: absolute;
            right: 5px;
            top: 5px;
            opacity: 0.2;
        }
    .widget-grid > ul > li .rm-widget:hover {
        opacity: 1;
    }
.widget-grid > ul > li h3 {
            margin-bottom: 2rem;
            font-weight: 300;
            font-size: 22px;
            line-height: 120%;
        }
    .widget-grid > ul > li h3 > small {
        display: block;
        font-size: 13px;
        color: #777777;
        font-weight: 400;
    }
      @media (min-width: 768px) {
        .widget-grid > ul > li.lg {
            -webkit-flex-grow: 2;
            -moz-flex-grow: 2;
            flex-grow: 2;
            -ms-flex-positive: 2;
            width: 45%;
        } }
.widget-grid > ul > li .line-chart {
    height: 230px;
    position: relative;
}
.widget-grid > ul > li .data-rows {
    list-style: none;
    margin: 0;
    padding: 0;
}
        .widget-grid > ul > li .data-rows > div {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
.widget-grid > ul > li .data-rows > div:not(:last-of-type) {
                margin-bottom: 1rem;
            }
    .widget-grid > ul > li .data-rows .result {
        font-weight: 600;
        margin-left: auto;
    }
        .widget-grid > ul > li .data-rows .result.dollars:before {
            content: "$";
            margin-right: 0.25rem;
        }
    .widget-grid > ul > li .data-rows .heading .result {
        font-size: 20px;
    }

.widget-grid > * {
    margin: 0 auto;
    -webkit-transition: height .4s, width .4s;
    -moz-transition: height .4s, width .4s;
    -o-transition: height .4s, width .4s;
    -ms-transition: height .4s, width .4s;
    transition: height .4s, width .4s;
}

.widget-grid .gs-w {
    z-index: 2;
    position: absolute;
    overflow-y: auto
}
.gs-w .noscroll {
    overflow-y: hidden

}


.ready .gs-w:not(.preview-holder) {
  -webkit-transition: opacity .3s, left .3s, top .3s;
  -moz-transition: opacity .3s, left .3s, top .3s;
  -o-transition: opacity .3s, left .3s, top .3s;
  transition: opacity .3s, left .3s, top .3s; }

.ready .gs-w:not(.preview-holder),

.ready .resize-preview-holder {
  -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  transition: opacity .3s, left .3s, top .3s, width .3s, height .3s; }

.widget-grid .preview-holder {
    z-index: 1;
    position: absolute;
    background-color: #fff;
    border-color: #fff;
    opacity: 0.3;
    margin: 0;
}

.widget-grid .player-revert {
    z-index: 10 !important;
    -webkit-transition: left 0.3s, top 0.3s !important;
    -moz-transition: left 0.3s, top 0.3s !important;
    -o-transition: left 0.3s, top 0.3s !important;
    transition: left 0.3s, top 0.3s !important;
}

.widget-grid .dragging,
.widget-grid .resizing {
    z-index: 10 !important;
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}

.gs-resize-handle {
  position: absolute;
  z-index: 1; }

.gs-resize-handle-both {
  width: 20px;
  height: 20px;
  bottom: 0px;
  right: 0px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=");
  background-position: 8px 8px;
  background-repeat: no-repeat;
  cursor: se-resize;
  z-index: 20; }

.gs-resize-handle-x {
  top: 0;
  bottom: 13px;
  right: -5px;
  width: 10px;
  cursor: e-resize; }

.gs-resize-handle-y {
  left: 0;
  right: 13px;
  bottom: -5px;
  height: 10px;
  cursor: s-resize; }

.gs-w:hover .gs-resize-handle,
.resizing .gs-resize-handle {
  opacity: 1; }

.gs-resize-handle,
.gs-w.dragging .gs-resize-handle {
  opacity: 0; }

.gs-resize-disabled .gs-resize-handle {
  display: none !important; }

[data-max-sizex="1"] .gs-resize-handle-x,
[data-max-sizey="1"] .gs-resize-handle-y,
[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
  display: none !important; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  top: 222px;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 60px;
  width: 300px;
  border-radius: 0;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 1; }

#toast-container > :hover {
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATlJREFUeNrsWO0NgjAQhU7ABtwIuAEjMIJuwgiMgBuwgWygblA2cIN6NUdSK2h7StsfvuSFiFx5tvdprpTKPAHImq42JHKkqzu0CAcCskVK5QZJz4PL+p8eKJCd+g4drcMSUXn8cpedqXxF7NU22LuK2ErAqpDcio4Kec62xw55mT8I44sCOTAWPCCPnjYDve8lRDlR0Bv2khE1Tz4BX55xz7QFU0Sr4qA1HVOn2dLjTK/I20I6Lz19Y3rYMY+iXght7m6CoGLki5P2aaatjVqsVMOQAJElgL+I5ETIyBqkoJ4wJsZ5J6ZIAqZ5JzT6SCJ6s5TDD9I2J32D3d51gStot9TeFdRylYF8oZorsZkn9I0mkC80ZitgJ6sL9Yxb4mA2ue/GwOhzRzITWDKzaLCpPE/h/4m7AAMAjvs4pn0vfOEAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUpJREFUeNrsV1ERwjAM3WoAHIADhgKQMAmVMAlIQEIlIKEoYDgAB6CgpLvAhcJGmsG6D97d+9mW16xNmiR3zmVMFMASuAauWr7ZAy1wB6xZqt6BD9TA2sWjRttO/a6Xc6B1/WFRK8qBEnhx38MFNVkOaKaoAU6RhmmjPzlQRmxraMs9rqedUCQe50DDzAjLfPYOBtdqoIIXk+z3mNAfvTugO3L7F1jhmg8Hqmx4VPeLqBDmtjQIKQqF12sqlArv9lRYq4GD7yUYcxdRDgnONJcRJ+AsVkjqQGMbFlaRyN+B1A4obKNEKUTzWaixVxFVLMQWF/bcCDWsPwLfbB4S3QPLHEPAd7ALgcC1Rwk/Np12ZBtGUZFCVAnsddiSxVQz86YaGkk1pR2Rxi3l4MR81nZsum0wGbwpHV1bPorBZBSj2WDDaZ56PL8JMABHpCJ+slLmRgAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAYAAADRcLDBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNrkmNENgjAQhivx3W4gTqBOABvICDiBjoAb6Aa4gW6gG+gGOIE6Qb3TPpCGwhVPaOKf/Ikptnz07lrKQCkliJqBE/ABfBGMGhAhEOAEHoFv4LAPCHz6Rblf1xASfDfa5pwhCYihMBVzzkTQsp8XEAvO5KRA2GKfdwnxAG8q2iM2EKwOgiW4UNXKiWNY7fLnRNmVdwWBvtSAxG0hXKpDNlxff7tiYrmlDfUfEcabgIu2iVk3zS7K2ubEVvHpoSvJCQLDoQSvdq75MQQfjW36W630ApeV2hLLRvh5QYKJSNVvdNLTPWsIXxiI3ykilDa+qb0hMtGzEGLsA8TeBwgvwoHL7LVvCNTUBwjhA8TGBwhMzqcP4Rj9dU4MS7+X4C3DjJwrjgw2YQoU5oE41NturLfeMfGmB/3pwHZQqt3Km07lUneWxiCFviHLyfwlwAAkOOhJeRDmDgAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUpJREFUeNrsV1ERwjAM3WoAHIADhgKQMAmVMAlIQEIlIKEoYDgAB6CgpLvAhcJGmsG6D97d+9mW16xNmiR3zmVMFMASuAauWr7ZAy1wB6xZqt6BD9TA2sWjRttO/a6Xc6B1/WFRK8qBEnhx38MFNVkOaKaoAU6RhmmjPzlQRmxraMs9rqedUCQe50DDzAjLfPYOBtdqoIIXk+z3mNAfvTugO3L7F1jhmg8Hqmx4VPeLqBDmtjQIKQqF12sqlArv9lRYq4GD7yUYcxdRDgnONJcRJ+AsVkjqQGMbFlaRyN+B1A4obKNEKUTzWaixVxFVLMQWF/bcCDWsPwLfbB4S3QPLHEPAd7ALgcC1Rwk/Np12ZBtGUZFCVAnsddiSxVQz86YaGkk1pR2Rxi3l4MR81nZsum0wGbwpHV1bPorBZBSj2WDDaZ56PL8JMABHpCJ+slLmRgAAAABJRU5ErkJggg==") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/*Links Tab*/
.card-grid .card-link {
  padding: 1rem;
  border: 1px solid #eee;
  margin-bottom: 2rem;
  font-size: 12px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  text-decoration: none;
  color: #555;
}

.card-grid a.card-link {
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: #555;
  display: block;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

  .card-grid a.card-link:hover {
    text-decoration: none;
    color: rgba(46, 148, 220, 0.4);
    box-shadow: 0 3px 6px rgba(85, 85, 85, 0.16), 0 3px 6px rgba(85, 85, 85, 0.23);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }

@media (min-width: 1200px) {
  .card-grid:not(.single-line) {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

    .card-grid:not(.single-line) .card-link {
      width: 100%;
    }

      .card-grid:not(.single-line) .card-link:nth-of-type(even) {
        margin-left: auto;
      }
}

.card-collapse-link {
  font-size: 14px;
  display: block;
  font-weight: 600;
  color: #555;
  text-decoration: none;
}

.card-link:hover {
  color: rgba(46, 148, 220, 0.4);
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(85, 85, 85, 0.16), 0 3px 6px rgba(85, 85, 85, 0.23);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

a.card-collapse-link:hover {
  text-decoration: none;
  color: rgba(46, 148, 220, 0.4);
}

a.card-collapse-link:focus {
  color: #555;
}

#dropdown-link a {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  padding: 0px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

  #dropdown-link a:hover {
    color: rgba(46, 148, 220, 0.4);
    text-decoration: none;
  }

.card-collapse-link svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left: 0.5rem;
  width: 12px;
  height: 10px;
  float: right;
}

.card-collapse-link.collapsed svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.card-collapse-link:not(.collapsed) svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

 .mapAcrossTop {
      width: 100%;
      height: 200px;
      border-bottom: 2px solid black;
      margin-bottom: 5px;
      z-index:102;
    }
    #BigMap {
      width:100%;height:100%;z-index:103
    }
    
mappath {
  fill: none;
  stroke-linejoin: round;
}

.land {
  fill: #ddd;
}

.states,
.hexagons path {
  stroke: #fff;
}

#leasefeedrpdown > input{
  width: 250px;
}

.errorMsg {
  color: #B94A48;
  font-weight: bold;
}

.flex-form-label {
    flex-grow: 1;
}

.flex-form-value {
    flex: 3 1 66%;
}

.alert-box {
    font-weight: bold;
    padding: 1em;
    text-align: center;
}
.alert-box p {
    margin: 0;
}
.form-group.inline > select {
    width: 65%;
}
.browse-records-btn {
    display: flex;
    justify-content: center;
}
/*
 ___ _ __ ___   __ _  ___   ___  __ _ ___ ___
/ __| '_ ` _ \ / _` |/ __| / __|/ _` / __/ __|
\__ \ | | | | | (_| | (__  \__ \ (_| \__ \__ \
|___/_| |_| |_|\__,_|\___| |___/\__,_|___/___/

MODIFYING THE CONTENTS OF THE MAIN.CSS FILE
DIRECTLY IS A POOR LIFE DECISION.

Last compiled on:
2015-12-13T22:06:03Z

*/
