*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-smooth: always;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
}

.page {
  margin-bottom: 40px;
}

.page, footer, .modal {
  box-sizing: border-box;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  color: #333;
}

@media (min-width: 992px) {
  .page, footer, .modal {
    font-size: 16px;
  }
}

.page a:not(.btn-bs), footer a:not(.btn-bs) {
  cursor: pointer;
  transition: all 0.15s ease;
  color: #0075cb;
}

.page a:not(.btn-bs):hover, .page a:not(.btn-bs):focus, .page a:not(.btn-bs):active, footer a:not(.btn-bs):hover, footer a:not(.btn-bs):focus, footer a:not(.btn-bs):active {
  color: #005898;
}

.page a:not(.btn-bs):hover, footer a:not(.btn-bs):hover {
  text-decoration: none;
}

.page label {
  font-weight: 600;
}

.page hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 2rem 0;
}

body .page, td {
  font-family: "Proxima Nova", sans-serif;
  color: #333;
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/proximanova-regular.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P");
  src: url("../fonts/proximanova-regular.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular.woff2?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("woff2"), url("../fonts/proximanova-regular.woff?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("woff"), url("../fonts/proximanova-regular.ttf?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/proximanova-semibold.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P");
  src: url("../fonts/proximanova-semibold.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P#iefix") format("embedded-opentype"), url("../fonts/proximanova-semibold.woff2?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("woff2"), url("../fonts/proximanova-semibold.woff?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("woff"), url("../fonts/proximanova-semibold.ttf?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/proximanova-bold.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P");
  src: url("../fonts/proximanova-bold.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold.woff2?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("woff2"), url("../fonts/proximanova-bold.woff?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("woff"), url("../fonts/proximanova-bold.ttf?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/proximanova-light.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P");
  src: url("../fonts/proximanova-light.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P#iefix") format("embedded-opentype"), url("../fonts/proximanova-light.woff2?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("woff2"), url("../fonts/proximanova-light.woff?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("woff"), url("../fonts/proximanova-light.ttf?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P") format("truetype");
}

@media (max-width: 992px) {
  h1 {
    font-size: 1.6em;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P&1qa8bh");
  src: url("../fonts/icomoon.eot?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P&1qa8bh#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P&1qa8bh") format("woff2"), url("../fonts/icomoon.ttf?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P&1qa8bh") format("truetype"), url("../fonts/icomoon.woff?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P&1qa8bh") format("woff"), url("../fonts/icomoon.svg?orgId=00DA0000000gzL5&orgId=00Dr00000002Y4P&1qa8bh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-], [class*=icon-] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e91f";
}

.icon-circle-check2:before {
  content: "\e920";
}

.icon-circle-check:before {
  content: "\e916";
}

.icon-check:before {
  content: "\e5ca";
}

.icon-help:before {
  content: "\e887";
}

.icon-note:before {
  content: "\e06f";
}

.icon-note_add:before {
  content: "\e89c";
}

.icon-timelapse:before {
  content: "\e422";
}

.icon-cancel2:before {
  content: "\e91d";
}

.icon-highlight_remove:before {
  content: "\e90c";
}

.icon-radio_button_checked:before {
  content: "\e909";
}

.icon-radio_button_unchecked:before {
  content: "\e90a";
}

.icon-add_circle:before {
  content: "\e900";
}

.icon-note-list:before {
  content: "\e91b";
}

.icon-documents:before {
  content: "\e913";
}

.icon-checkmark:before {
  content: "\e921";
}

.icon-plus-alt:before {
  content: "\e914";
}

.icon-minus-alt:before {
  content: "\e915";
}

.icon-enlarge2:before {
  content: "\e91c";
}

.icon-shrink2:before {
  content: "\e91e";
}

.icon-bin:before {
  content: "\e925";
}

.icon-eye:before {
  content: "\e910";
}

.icon-move-down:before {
  content: "\e90d";
}

.icon-move-up:before {
  content: "\e90e";
}

.icon-printer:before {
  content: "\e907";
}

.icon-file-directory:before {
  content: "\e912";
}

.icon-question:before {
  content: "\e911";
}

.icon-pencil:before {
  content: "\e906";
}

.icon-sync:before {
  content: "\e903";
}

.icon-traffic-lights:before {
  content: "\e924";
}

.icon-bubble:before {
  content: "\e923";
}

.icon-bubble-lines:before {
  content: "\e922";
}

.icon-square-right:before {
  content: "\e918";
}

.icon-square-left:before {
  content: "\e919";
}

.icon-checkmark-circle:before {
  content: "\e917";
}

.icon-menu-open:before {
  content: "\e90f";
}

.icon-checkbox-checked:before {
  content: "\e902";
}

.icon-checkbox-unchecked:before {
  content: "\e901";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-calendar-o:before {
  content: "\e908";
}

.icon-chevron-thin-left:before {
  content: "\e91a";
}

.icon-chevron-thin-right:before {
  content: "\e90b";
}

.icon-chevron-down:before {
  content: "\e904";
}

.icon-chevron-up:before {
  content: "\e905";
}

.block {
  display: block;
}

.reset-m {
  margin: 0;
}

.reset-p {
  padding: 0;
}

.reset-mt {
  margin-top: 0;
}

.ml-a {
  margin-left: auto;
}

.ml-sm {
  margin-left: 10px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t-md {
  margin-top: 30px;
}

.m-t {
  margin-top: 20px;
}

.m-t-none {
  margin-top: 0;
}

.m-b {
  margin-bottom: 20px !important;
}

.m-b-md {
  margin-bottom: 30px !important;
}

.m-b-sm {
  margin-bottom: 10px;
}

.p-t {
  padding-top: 20px;
}

.strike {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

.hide {
  display: none !important;
}

.muted {
  color: #999;
}

.nowrap {
  white-space: nowrap;
}

.bold {
  font-weight: 800;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.price:before {
  content: "$";
  padding-right: 5px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.red {
  color: red;
}

.hidden {
  display: none !important;
}

.datePicker, .datepicker {
  z-index: 1151 !important;
}

#errorMessage {
  display: none;
}

.modal-xl {
  max-width: 1200px;
}

body button {
  background: none;
}

.sfdcBody {
  font-size: 12px;
  font-family: inherit;
}

.zen-pipedList {
  position: relative;
  top: 2rem;
  margin-bottom: 1rem !important;
}

.agency-nav {
  background: #0077c8;
  color: white;
  padding: 30px 0;
}

.agency-nav .content {
  align-items: center;
}

.agency-nav a {
  color: white;
  margin-left: 20px;
}

.agency-nav .logo {
  font-size: 34px;
  margin-right: 20px;
  font-weight: 600;
}

footer {
  background: #eee;
  padding: 20px;
}

footer .controls.flex {
  display: flex;
  justify-content: space-between;
}

footer .controls .btn-bs + .btn-bs {
  margin-left: 20px;
}

footer .controls .btn-bs.left {
  margin-right: auto;
}

footer .controls .btn-bs.right {
  margin-left: auto;
}

.page {
  flex: 1;
}

.sub-heading {
  padding-top: 25px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.sub-heading + .page-header .content {
  margin-top: 0;
  padding-top: 0;
}

.page-header .content {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .page-header .content {
    max-width: 1160px;
  }
}

@media (min-width: 768px) {
  .page-header .content {
    justify-content: space-between;
    align-items: center;
  }
}

.page-header h1 {
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
  .page-header h1 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .page-header h1 {
    font-size: 32px;
  }
}

.page-header h2 {
  font-size: 24px;
}

.page-header .controls .btn-bs + .btn-bs {
  margin-left: 20px;
}

.flex-content {
  display: flex;
}

.flex-content .justify-start {
  justify-content: flex-start;
}

.forms-lg .flex-row > label {
  width: 180px;
  margin-bottom: 0;
}

.forms-lg .flex-row .field {
  font-size: 14px;
}

.alert-container {
  font-size: 13px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .alert-container {
    max-width: 1160px;
  }
}

@media (min-width: 768px) {
  .content-header.has-controls {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .content-header.has-controls .controls {
    margin-top: 20px;
  }
}

.content-header h1 {
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  display: block;
}

@media (max-width: 768px) {
  .content-header h1 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .content-header h1 {
    font-size: 36px;
  }
}

.content-header h2 {
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 3px;
  margin-top: 20px;
  display: block;
}

.content-header h2 > span {
  padding-left: 10px;
}

@media (max-width: 768px) {
  .content-header h2 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .content-header h2 {
    font-size: 18px;
  }
}

.content-header .description {
  padding-left: 3px;
  font-size: 14px;
  max-width: 640px;
}

.content.content-body {
  margin-top: 40px;
  position: relative;
}

.content.content-body > .add-button, .content.content-body > .print-button {
  position: absolute;
  right: 30px;
  top: -30px;
}

.content {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .content {
    max-width: 1160px;
  }
}

@media (min-width: 480px) {
  .content.flex.xs {
    display: flex;
  }
}

@media (min-width: 768px) {
  .content.flex.sm {
    display: flex;
  }
}

@media (min-width: 992px) {
  .content.flex.md {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .content.flex.lg {
    display: flex;
  }
}

.flex-row {
  display: flex;
}

.flex-80 {
  width: 80%;
}

.flex-75 {
  width: 75%;
}

.flex-66 {
  width: 66.66%;
}

.flex-60 {
  width: 60%;
}

.flex-50 {
  width: 50%;
}

.flex-40 {
  width: 40%;
}

.flex-33 {
  width: 33.33%;
}

.flex-30 {
  width: 30%;
}

.flex-25 {
  width: 25%;
}

.flex-20 {
  width: 20%;
}

.flex-15 {
  width: 15%;
}

.flex-10 {
  width: 10%;
}

@media (min-width: 768px) {
  .flex.sm {
    display: flex;
  }
}

.flex.one-half {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .flex.one-half {
    justify-content: space-between;
  }
  
  .flex.one-half > div {
    width: 48%;
  }
}

@media (max-width: 992px) {
  .flex.one-half > div {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .two-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .two-col > div {
    width: 48%;
  }
}

.two-col.sm {
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .four-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .four-col > div {
    width: 21%;
  }
  
  .four-col > div:last-of-type {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .three-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .three-col > div {
    width: 32%;
  }
}

body .btn-bs {
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  min-width: 80px;
  padding: 4px 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body .btn-bs.btn-lg {
  font-size: 18px;
  padding: 10px 20px;
  line-height: 1;
}

body .btn-bs.btn-primary {
  background: #0075cb;
  color: white;
}

body .btn-bs.btn-primary:hover {
  border-color: #005898;
  background: #005fa5;
  color: white;
}

body .btn-bs.btn-reset {
  padding: 0;
  margin: 0;
  height: auto;
  min-width: 0;
  line-height: 1;
  border: 0;
  font-weight: normal;
}

body .btn-bs.btn-blank {
  color: #666;
  background: none;
}

body .btn-bs.btn-blank:hover {
  color: #333;
}

body .btn-bs.btn-blank.primary {
  color: #0075cb;
}

body .btn-bs.btn-default {
  background: white;
  border-color: #ccc;
  color: #0075cb;
}

body .btn-bs.btn-default:hover, body .btn-bs.btn-default:focus, body .btn-bs.btn-default:active, body .btn-bs.btn-default.active {
  background: #aaa;
  border-color: #aaa;
  color: white;
}

body .btn-bs .icm {
  font-size: 20px;
}

body .btn-bs .icm + span {
  margin-left: 10px;
}

body .btn-bs:hover, body .btn-bs:active, body .btn-bs:focus {
  text-decoration: none;
}

.arrow-button {
  width: 100%;
  border: 2px solid #eee;
  display: block;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .arrow-button {
    width: 640px;
  }
}

.arrow-button:hover {
  background: #f6f6f6;
}

.arrow-button .body {
  padding: 20px 0 20px 20px;
  width: 85%;
}

.arrow-button .title {
  font-weight: 600;
  font-size: 18px;
}

.arrow-button .copy {
  margin-top: 5px;
  font-size: 13px;
  color: #999;
  font-weight: 600;
}

.arrow-button .control-button {
  padding: 20px;
  font-size: 28px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-icon-button {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.link-icon-button > span {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: -2px;
}

.link-icon-button.disabled, .link-icon-button.disabled:hover, .link-icon-button.disabled:focus {
  color: #888 !important;
  cursor: not-allowed !important;
}

.add-button, .print-button, .folder-button, .back-button {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.add-button:before, .print-button:before, .folder-button:before, .back-button:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: -2px;
}

.add-button:before {
  content: "\e900";
}

.print-button:before {
  content: "\e907";
}

.folder-button:before {
  content: "\e913";
}

.back-button:before {
  content: "\e91a";
}

.back-button {
  margin-top: 10px;
}

.back-button:before {
  font-size: 12px;
  top: -1px;
}

.modal-footer .controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.modal-footer .controls .right, .modal-footer .controls .left {
  flex: 1;
}

@media (min-width: 768px) {
  .modal-footer .controls .right, .modal-footer .controls .left {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .modal-footer .controls .right {
    justify-content: flex-end;
  }
}

.modal-footer .controls .btn-bs + .btn-bs {
  margin-left: 20px;
}

.badge {
  padding: 3px 10px;
  border-radius: 20px;
  background: #ccc;
  font-size: 13px;
  color: #333;
}

.badge.error {
  background: #d9534f;
  color: white;
}

.badge.default {
  background: #aaa;
  color: white;
}

.badge.complete {
  background: #333;
  color: white;
}

.box {
  border: 1px solid #ddd;
}

.box + .box {
  border-top: 0;
}

.box:nth-of-type(odd) {
  background: #f6f6f6;
}

.box .form-group:last-of-type {
  margin-bottom: 0;
}

.box-group + .box-group {
  margin-top: 40px;
}

.box-group > .heading {
  background: #19366a;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .box-group > .heading.has-controls {
    display: flex;
  }
  
  .box-group > .heading.has-controls .controls {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: auto;
  }
  
  .box-group > .heading.has-controls .controls > div {
    margin-left: 30px;
  }
}

.box-group > .content:not(.reset) {
  padding: 20px;
}

.box-group > .content.reset {
  padding: 0;
  margin: 0;
}

.form-row {
  margin-bottom: 30px;
}

.form-row > label {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 10px;
}

.form-row.flex {
  display: flex;
}

@media (min-width: 768px) {
  .form-row.xs .form-control, .form-row.xs .select2, .form-row.xs .result {
    width: 80px;
  }
}

@media (min-width: 768px) {
  .form-row.sm .form-control, .form-row.sm .select2, .form-row.sm .result {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .form-row.md .form-control, .form-row.md .select2, .form-row.md .result {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .form-row.lg .form-control, .form-row.lg .select2, .form-row.lg .result {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .form-row.xl .form-control, .form-row.xl .select2, .form-row.xl .result {
    width: 400px;
  }
}

.form-row .field.sm {
  max-width: 100px;
}

.form-row .field.md {
  max-width: 200px;
}

.form-row .field.has-helper {
  position: relative;
}

.form-row .field.has-helper .popover {
  max-width: 300px;
}

.form-row .field .helper {
  position: absolute;
  right: 10px;
  font-size: 13px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #999;
}

.flex-row {
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .flex-row {
    align-items: center;
    display: flex;
  }
  
  .flex-row .form-group + .form-group {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .flex-row.flex-start {
    align-items: flex-start;
  }
}

.flex-row > label {
  font-weight: 600;
  font-size: 14px;
  width: 140px;
  margin-right: 20px;
}

.flex-row .field {
  width: 100%;
}

.flex-row .field.sm {
  max-width: 100px;
}

.flex-row .field.md {
  max-width: 200px;
}

.flex-row .field.lg {
  max-width: 300px;
}

.flex-row .dateInput {
  display: flex;
  align-items: center;
  max-width: 140px;
}

.flex-row .dateInput > .form-control {
  width: auto;
}

.flex-row .dateFormat {
  font-size: 12px;
  margin-left: 10px;
}

.hint-text .content {
  display: none;
}

.has-error .form-control {
  border-color: #d9534f;
  box-shadow: inset 0 0px 0px 1px #d9534f;
}

.has-success .form-control {
  border-color: #5cb85c;
  box-shadow: inset 0 0px 0px 1px #5cb85c;
}

.select-helper {
  display: flex;
}

.select-helper .select2-container--default .select2-selection--single {
  border-right: 0;
}

.help-btn {
  background: white;
  border: 1px solid #ccc;
  border-left: 0;
  padding: 0 8px 0 0;
  display: flex;
  align-items: center;
  color: #888;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group.has-helper .popover {
  min-width: 240px;
}

.form-group.has-helper .helper {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #888;
  font-size: 14px;
  font-weight: 600;
}

.form-group.has-helper .form-control {
  padding-right: 30px;
}

.form-group.has-helper.helper-left .helper {
  right: auto;
  left: 8px;
  top: 0px;
  height: 100%;
  padding: 6px 0;
  line-height: 1.428571429;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "Proxima Nova", sans-serif;
}

.form-group.has-helper.helper-left .form-control {
  padding-right: 12px;
  padding-left: 20px;
}

.form-group.has-helper .icon-question {
  position: absolute;
  font-size: 16px;
  color: #888;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 24px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.form-group + .hint-text {
  position: absolute;
  width: auto;
  max-width: 300px;
  margin: 5px 20px 0;
  top: 0;
}

.form-group + .hint-text:before {
  content: "\e887";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #ddd;
  margin-top: 28px;
  display: block;
}

.form-group + .hint-text .content {
  display: none;
  padding: 15px;
  background: #88b7d5;
  font-weight: bold;
  color: white;
  font-size: 14px;
  z-index: 5;
  position: relative;
}

.form-group + .hint-text .content:after {
  right: 100%;
  top: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0,0,0,0);
  border-right-color: #88b7d5;
  border-width: 10px;
  margin-top: -10px;
}

.form-group.focused + .hint-text:before, .form-group .select2-container--open + .hint-text:before {
  display: none;
}

.form-group.focused + .hint-text .content, .form-group .select2-container--open + .hint-text .content {
  display: block;
}

.form-group .checkbox:last-of-type, .form-group .radio:last-of-type {
  margin-bottom: 0;
}

.form-group .checkbox:first-of-type, .form-group .radio:first-of-type {
  margin-top: 0;
}

.form-group .checkbox > label, .form-group .radio > label {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1;
}

.form-group .checkbox > label > span, .form-group .radio > label > span {
  width: 100%;
}

.form-group .checkbox input[type=radio], .form-group .checkbox input[type=checkbox], .form-group .radio input[type=radio], .form-group .radio input[type=checkbox] {
  margin: 0 8px 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .form-group .checkbox input[type=radio], .form-group .checkbox input[type=checkbox], .form-group .radio input[type=radio], .form-group .radio input[type=checkbox] {
    zoom: 2;
  }
}

@media (min-width: 768px) {
  .form-group.xs .form-control, .form-group.xs .select2, .form-group.xs .result, .form-group.xs .field, .form-group.xs .btr-dateinput-calendar, .form-group.xs label {
    width: 80px;
  }
}

@media (min-width: 768px) {
  .form-group.sm .form-control, .form-group.sm .select2, .form-group.sm .result, .form-group.sm .field, .form-group.sm .btr-dateinput-calendar, .form-group.sm label {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .form-group.md .form-control, .form-group.md .select2, .form-group.md .result, .form-group.md .field, .form-group.md .btr-dateinput-calendar, .form-group.md label {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .form-group.lg .form-control, .form-group.lg .select2, .form-group.lg .result, .form-group.lg .field, .form-group.lg .btr-dateinput-calendar, .form-group.lg > label {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .form-group.xl .form-control, .form-group.xl .select2, .form-group.xl .result, .form-group.xl .field, .form-group.xl .btr-dateinput-calendar, .form-group.xl label {
    width: 400px;
  }
}

.form-group label {
  font-size: 14px;
}

.form-group .input-sm {
  padding: .25rem .75rem;
}

.form-group .field {
  position: relative;
}

.form-group .field.sm .form-control {
  max-width: 100px;
}

.form-group .field.md .form-control {
  max-width: 200px;
}

.form-group .field.lg .form-control {
  max-width: 300px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  font-family: "Proxima Nova", sans-serif;
}

@media (min-width: 768px) {
  .form-control.md {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .form-control.sm {
    max-width: 100px;
  }
}

.form-control.input-sm {
  min-height: 32px;
  height: 32px;
  font-size: 0.9rem;
}

.checkbox > label, .radio > label {
  font-weight: 400;
}

.form-check-label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
}

.form-check-label input {
  font-size: 1rem;
}

.form-note {
  max-width: 600px;
  padding: 20px;
  background: #eee;
  font-size: 13px;
}

.ns-touch:not(.inline) {
  margin-bottom: 20px;
}

.ns-touch:not(.inline) > label {
  align-items: flex-start;
}

.ns-touch.inline {
  display: inline-flex;
  position: relative;
}

.ns-touch.inline > label {
  margin-right: 20px;
}

.ns-touch span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-left: 10px;
  line-height: 24px;
}

.ns-touch span::-moz-selection {
  background: transparent;
}

.ns-touch span::selection {
  background: transparent;
}

.ns-touch label {
  display: flex;
  align-items: center;
}

.ns-touch .icm {
  color: #aaa;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
}

.ns-touch input {
  position: absolute;
  top: 50%;
  left: 30%;
  opacity: 0;
}

.ns-touch input + i.icm {
  position: relative;
  font-size: 24px;
}

.ns-touch input + i.icm + span {
  color: #333;
  transition: all 0.1s ease;
}

.ns-touch input:checked + i.icm {
  -webkit-animation: icon-beat 0.1s ease;
  animation: icon-beat 0.1s ease;
}

.ns-touch input:checked + i.icm:before {
  color: #0075cb;
}

.ns-touch input:checked + i.icm + span {
  color: #0075cb;
}

.ns-touch input[type=checkbox] + i.icm:before {
  content: "\e901";
}

.ns-touch input[type=checkbox]:checked + i.icm:before {
  content: "\e902";
}

.ns-touch input[type=radio] + i.icm:before {
  content: "\e90a";
}

.ns-touch input[type=radio]:checked + i.icm:before {
  content: "\e909";
}

.btr-dateinput-calendar {
  display: block !important;
}

.btr-dateinput-calendar + time {
  display: block !important;
}

.application-status {
  display: flex;
}

.application-status .sidebar {
  max-width: 400px;
  min-width: 220px;
  margin-right: 40px;
  font-size: 14px;
  border: 2px solid #ddd;
}

.application-status .sidebar .title {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #888;
}

.application-status .sidebar .status {
  padding: 20px 20px 0;
}

.application-status .sidebar .status .body {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 600;
}

.application-status .sidebar .status .body > span {
  display: block;
}

.application-status .sidebar .status .body > span.icon-check {
  color: #5cb85c;
}

.application-status .sidebar .status .body .icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
}

.application-status .sidebar .status .body .icon:before {
  font-size: 24px;
}

.application-status .sidebar .status.submitted .body {
  color: #5cb85c;
}

.application-status .sidebar .status.submitted .body .icon:before {
  content: "\e5ca";
}

.application-status .sidebar .box-row {
  padding: 20px;
}

.application-status .sidebar .box-row:not(:last-of-type) {
  margin-bottom: 20px;
}

.application-status .sidebar .box-row .body {
  font-size: 16px;
}

.application-status > .body {
  max-width: 600px;
}

.application-status > .body h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.application-status > .body .detail {
  font-size: 14px;
  line-height: 1.4;
}

.input-button:not(.inline) {
  width: 300px;
  margin-bottom: 20px;
}

.input-button.inline {
  display: inline-flex;
  margin-top: 10px;
}

.input-button.inline > label {
  min-width: 180px;
  margin-right: 20px;
}

.input-button span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-right: 30px;
}

.input-button span::-moz-selection {
  background: transparent;
}

.input-button span::selection {
  background: transparent;
}

.input-button label {
  display: block;
}

.input-button .icm {
  color: #aaa;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
}

.input-button .wrap {
  border: 1px solid #ddd;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
}

.input-button input {
  position: absolute;
  top: 50%;
  left: 30%;
  opacity: 0;
}

.input-button input + .wrap > span {
  color: #333;
  transition: all 0.1s ease;
}

.input-button input + .wrap > span + i.icm {
  position: relative;
  font-size: 24px;
}

.input-button input:checked + .wrap {
  box-shadow: inset 0 0 0 2px #0075cb;
  border-color: #0075cb;
}

.input-button input:checked + .wrap > span {
  color: #0075cb;
}

.input-button input:checked + .wrap > span + i.icm {
  -webkit-animation: icon-beat 0.1s ease;
  animation: icon-beat 0.1s ease;
}

.input-button input:checked + .wrap > span + i.icm:before {
  color: #0075cb;
}

.input-button input[type=checkbox] + .wrap > span + i.icm:before {
  content: "\e901";
}

.input-button input[type=checkbox]:checked + .wrap > span + i.icm:before {
  content: "\e902";
}

.input-button input[type=radio] + .wrap > span + i.icm:before {
  content: "\e90a";
}

.input-button input[type=radio]:checked + .wrap > span + i.icm:before {
  content: "\e909";
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0,0,0,0.035);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}

.table-responsive {
  overflow-x: initial;
}

@media screen and (max-width: 768px) {
  .table-responsive {
    border: 0;
  }
  
  .table-responsive thead {
    display: none;
  }
  
  .table-responsive tr {
    margin-bottom: 10px;
    display: block;
    border: 1px solid #eee;
    background: white;
  }
  
  .table-responsive td {
    text-align: right;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    border-top: 0 !important;
  }
  
  .table-responsive td:last-child {
    border-bottom: 0;
  }
  
  .table-responsive td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .table-responsive tbody td, .table-responsive tbody th {
    display: block !important;
  }
  
  .table-responsive .block-column {
    text-align: left;
  }
  
  .table-responsive .block-column:before {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.table-header {
  width: 100%;
  background: #ddd;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  display: flex;
  align-items: center;
}

.table-header .controls {
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

.table-default {
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 0;
}

.table-default .small {
  width: 120px;
}

.table-default .x-small {
  width: 80px;
}

.table-default .action {
  vertical-align: middle;
}

.table-default .action .icm {
  font-size: 20px;
}

.table-default .action a + a:before {
  content: "|";
  margin: 0 8px;
  font-size: 20px;
  color: #aaa;
}

.table-default.upper thead > tr > th {
  text-transform: uppercase;
  font-size: 11px;
  background: #eee;
}

.table-default thead {
  border: 1px solid #ccc;
}

.table-default thead tr th:first-of-type {
  padding-left: 10px;
}

.table-default thead tr th:last-of-type {
  padding-right: 10px;
}

.table-default thead tr > th {
  line-height: 1;
  background: #eee;
  padding: 8px 10px 5px;
}

.table-default thead tr.sm > th {
  font-size: 11px;
  padding: 3px 10px;
  background: #f8f8f8;
  font-weight: normal;
  color: #777;
}

.table-default tbody {
  border: 1px solid #eee;
}

.table-default tbody tr > th {
  padding: 8px 10px 5px;
}

.table-default tbody tr > td {
  padding: 5px 10px;
}

.table-default tbody tr > td.fill {
  background: #f8f8f8;
  border: 1px solid #ddd;
}

.table-default tfoot tr > td {
  padding: 0;
}

.table-controls {
  display: flex;
}

.table-controls:not(.reset) {
  padding: 10px;
}

.table-controls > a:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 16px;
  background: #ccc;
  margin: 0 9px 0 11px;
}

.table-controls.reset a {
  padding: 5px 10px 0;
}

.step-nav {
  display: flex;
}

@media (max-width: 768px) {
  .step-nav {
    margin: 10px 0 20px 0;
  }
}

.step-nav .circle {
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  display: block;
}

@media (max-width: 768px) {
  .step-nav .circle {
    margin: 5px;
  }
}

@media (min-width: 768px) {
  .step-nav .circle {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.step-nav a {
  display: block;
}

.step-nav a.active .circle {
  border-color: transparent;
  background: #333;
}

.step-nav a.complete .circle {
  border-color: transparent;
  background: #999;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.step-nav a.complete .circle:before {
  content: "\e5ca";
  color: white;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: fixed;
  -webkit-transform: rotateZ(45deg) translate(50%);
  transform: rotateZ(45deg) translate(50%);
  top: 50%;
  top: calc(50vh - 150px);
  left: 50%;
  z-index: 101;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0075cb;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: rgba(255,255,255,0.8);
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-animation: overlay 1.5s forwards;
  animation: overlay 1.5s forwards;
}

@-webkit-keyframes overlay {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

@keyframes overlay {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.tree {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 7px;
  position: relative;
}

.tree ul > li {
  font-size: 13px;
}

.tree ul ul {
  margin-left: 0.5em;
}

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}

.tree li {
  margin: 0;
  padding: 0 20px;
  line-height: 2em;
  color: #369;
  font-weight: 700;
  position: relative;
}

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}

.tree ul li:last-child:before {
  background: #f6f6f6;
  height: auto;
  top: 1em;
  bottom: 0;
}

.indicator {
  margin-right: 5px;
}

.tree li a {
  text-decoration: none;
  color: #369;
}

.tree li button {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}

.tree li button:active, .tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}

.panel-nys .panel-heading {
  display: flex;
  background: #19366a;
}

.panel-nys .panel-heading.sm {
  padding: 5px;
}

.panel-nys .panel-heading.sm .icm {
  font-size: 14px;
}

.panel-nys .panel-heading.reset {
  padding: 0;
}

.panel-nys .panel-heading.has-rollup .total {
  font-size: 12px;
  text-align: right;
  display: flex;
}

.panel-nys .panel-heading.has-rollup .total:nth-of-type(2) {
  margin-left: auto;
}

.panel-nys .panel-heading.has-rollup .total .name {
  width: 100px;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}

.panel-nys .panel-heading.has-rollup .total > span {
  display: block;
  width: 100px;
  text-align: left;
}

.panel-nys .panel-heading.has-rollup .total + .icm {
  margin-left: 30px;
}

.panel-nys .panel-heading h4 {
  margin: 0;
  padding: 0;
}

.panel-nys .panel-heading .panel-title {
  font-weight: bold;
  font-size: 16px;
  display: block;
}

.panel-nys .panel-heading > a {
  width: 100%;
}

.panel-nys .panel-heading a {
  color: white;
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}

.panel-nys .panel-heading a:hover, .panel-nys .panel-heading a:focus, .panel-nys .panel-heading a:active {
  color: white;
  background: #142b55;
}

.panel-nys .panel-heading a:active {
  background: #0f2141;
}

.panel-nys .panel-heading a.panel-option.pending {
  background: #f0ad4e;
}

.panel-nys .panel-heading a.panel-option.approved {
  background: #5cb85c;
}

.panel-nys .panel-heading a.panel-option.denied {
  background: #d9534f;
}

.panel-nys .panel-heading .controls {
  margin-left: auto;
  width: auto;
  display: flex;
}

.panel-nys .panel-heading .controls > a {
  border-left: 1px solid rgba(255,255,255,0.2);
}

.panel-nys .panel-heading .icm {
  margin-left: auto;
}

.panel-nys .panel-heading .toggle-button .icm {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.panel-nys .panel-heading .toggle-button .icm:before {
  content: "\e904";
}

.panel-nys .panel-heading .toggle-button:not(.collapsed) .icm:before {
  content: "\e905";
}

.panel-nys .panel-body {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.panel-nys .panel-body.sm {
  padding: 5px;
}

.panel-nys .panel-body.md {
  padding: 20px;
}

.panel-nys.link-panel .panel-heading {
  background: none;
}

.panel-nys.link-panel .panel-heading > a {
  color: #0075cb;
}

.panel-nys.link-panel .panel-heading > a:focus, .panel-nys.link-panel .panel-heading > a:active, .panel-nys.link-panel .panel-heading > a:hover {
  background: none;
  color: #0075cb;
}

.panel-nys.link-panel .panel-heading > a:focus h4, .panel-nys.link-panel .panel-heading > a:active h4, .panel-nys.link-panel .panel-heading > a:hover h4 {
  text-decoration: underline;
}

.panel-nys.link-panel .panel-heading .icm {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: -1px;
}

.panel-nys.link-panel .panel-body {
  border: 0;
  padding: 0;
}

.panel-nys.gray-panel {
  margin-bottom: 10px;
}

.panel-nys.gray-panel .panel-heading {
  background: #ddd;
}

.panel-nys.gray-panel .panel-heading > a {
  color: #333;
  padding: 5px 10px;
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: #ccc #ccc #bbb;
}

.panel-nys.gray-panel .panel-heading > a:focus, .panel-nys.gray-panel .panel-heading > a:active, .panel-nys.gray-panel .panel-heading > a:hover {
  background: #ccc;
  color: #333;
}

.panel-nys.gray-panel .panel-heading > a:focus h4, .panel-nys.gray-panel .panel-heading > a:active h4, .panel-nys.gray-panel .panel-heading > a:hover h4 {
  text-decoration: underline;
}

.panel-footer {
  margin-top: 20px;
}

.panel-control {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.panel-control .filters {
  display: flex;
  align-items: center;
}

.panel-control .filters > label {
  width: 80px;
  font-weight: bold;
  margin: 0;
  font-size: 13px;
}

.panel-control .filters .field {
  width: 240px;
}

.panel-control .controls {
  margin-left: auto;
  display: flex;
}

.panel-control .controls .btn-bs + .btn-bs {
  margin-left: 10px;
}

.panel-control .controls button > span, .panel-control .controls a > span {
  margin-right: 10px;
}

.panel-control .controls button:hover, .panel-control .controls button:focus, .panel-control .controls button:active, .panel-control .controls a:hover, .panel-control .controls a:focus, .panel-control .controls a:active {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.panel-group .panel-nys + .panel-nys {
  margin-top: 1px;
}

.module-controls .name {
  color: rgba(255,255,255,0.7);
}

.module-controls .result > input {
  background: none;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 80px;
}

.array {
  border: 1px solid #ddd;
  border-top: 0;
}

.array:nth-of-type(odd) {
  background: #f6f6f6;
}

.array.new .heading {
  min-height: 55px;
}

.array.new .toggle-button {
  display: none;
}

.array .popover {
  background: white;
  padding: 10px;
}

.array .popover.bottom > .arrow:after {
  border-bottom-color: white;
}

.array .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 20px;
}

.array .heading .toggle-button .icm {
  font-size: 25px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.array .heading .toggle-button .icm:before {
  content: "\e904";
}

.array .heading .toggle-button:not(.collapsed) .icm:before {
  content: "\e905";
}

.array .heading .view {
  height: 34px;
  display: flex;
  align-items: center;
}

.array .heading .view .edit-array-name {
  margin-left: 10px;
}

.array .heading .view .btn-edit-array-name {
  margin-left: 5px;
}

.array .heading .field-group {
  display: flex;
}

.array .heading .field-group .form-control {
  margin-right: 10px;
  width: 400px;
}

.array .modules .flex-row {
  margin-bottom: 0;
}

.array .modules .flex-row .form-group label {
  font-size: 13px;
  color: #777;
}

.array .modules .flex-row .form-group > span {
  display: block;
}

@media (min-width: 768px) {
  .array .modules .flex-row .form-group {
    width: 20%;
  }
  
  .array .modules .flex-row .form-group.sm {
    width: 128px;
  }
  
  .array .modules .flex-row .form-group.md {
    width: 255px;
  }
  
  .array .modules .flex-row .form-group.md.long-label .form-control {
    width: 84px !important;
  }
  
  .array .modules .flex-row .form-group.sm .form-control, .array .modules .flex-row .form-group.sm .select2, .array .modules .flex-row .form-group.md .form-control, .array .modules .flex-row .form-group.md .select2 {
    width: 100% !important;
  }
  
  .array .modules .flex-row .form-group:not(:last-of-type) {
    padding-right: 20px;
  }
}

.array .modules .flex-row:last-of-type {
  margin-bottom: 10px;
}

.array .modules .flex-row + .flex-row {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .array .modules .flex-row .controls {
    margin-left: auto;
    align-self: center;
  }
}

.array .breakdown .flex-row {
  margin-bottom: 0;
}

.array .breakdown .form-group {
  width: 360px;
}

.array .breakdown .form-group label {
  font-size: 13px;
  color: #777;
}

.array .breakdown .form-control {
  width: 300px;
}

.array .content {
  padding: 0 20px;
}

.array .name {
  font-weight: 600;
  font-size: 16px;
}

.array .state {
  color: #777;
  text-transform: uppercase;
  font-size: 13px;
}

.array:not(.new) .state {
  position: absolute;
  right: 60px;
  top: 19px;
}

.array + .add-row {
  background: #eee;
  height: 35px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-top: 0;
}

.app-review tbody > tr > td:first-of-type {
  width: 40%;
}

.review-footer {
  position: relative;
  top: -21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ddd;
  font-size: 14px;
  padding: 20px 0;
}

.review-footer > div {
  padding: 0 20px;
}

.review-footer .title {
  font-weight: 600;
  margin-right: 20px;
}

.cert-statement {
  padding: 20px;
}

.cert-statement .title {
  font-weight: 600;
  font-size: 16px;
}

.cert-statement .copy {
  padding: 10px 0 20px;
  max-width: 800px;
  font-size: 14px;
}

.review table {
  font-size: 13px;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}

.review table.table-condensed tbody > tr > td, .review table.table-condensed thead > tr > th {
  padding: 5px 20px;
}

.review table thead > tr > th {
  background: #ddd;
}

.review .box-group + .box-group {
  margin-top: 0;
}

.review .inline-checks {
  display: flex;
}

.review .inline-checks > div {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.review .inline-checks > div > span:first-of-type {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.review .terms {
  padding: 20px;
  background: #f6f6f6;
}

.review .terms .title {
  font-weight: 600;
  font-size: 14px;
}

.review .terms ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.review .terms ul > li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}

.review .terms ul > li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 10px;
  top: 3px;
  background: #555;
}

.review .signature {
  margin-top: 30px;
}

.paperwork table {
  font-size: 13px;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}

.paperwork table.table-condensed tbody > tr > td, .paperwork table.table-condensed thead > tr > th {
  padding: 5px 20px;
}

.paperwork table thead > tr > th {
  background: #ddd;
}

.paperwork .doc {
  width: 330px;
}

.paperwork .status {
  width: 150px;
}

.paperwork .uploaded-document {
  padding-right: 30px;
}

.paperwork .uploaded-document > a:not(:last-of-type):after {
  content: "|";
  margin: 0 5px;
  color: #888;
}

.invoice .page-header h1 {
  font-size: 24px;
  max-width: 600px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .invoice .page-header h1 {
    font-size: 24px;
  }
}

.invoice .page-header .controls .btn-bs {
  margin-left: 10px;
}

.invoice .add-button, .invoice .folder-button {
  display: inline-flex;
  margin: 15px 20px 0;
}

.invoice .invoice-detail {
  display: flex;
  padding: 0 20px;
}

.invoice .invoice-detail > div {
  width: 50%;
  padding-right: 50px;
}

.invoice .invoice-detail .head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.invoice .invoice-detail .head .controls {
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
}

.invoice .invoice-detail .head .controls > a {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.invoice .invoice-detail .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #888;
}

.invoice .item {
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
}

.invoice .item.date .form-control.sm {
  max-width: 100px;
}

.invoice .item .name {
  width: 110px;
  font-weight: 600;
  padding: 4px 0;
  margin-right: 10px;
}

.invoice .item .result .form-control {
  height: 24px;
  padding: 5px;
  width: 250px;
  font-size: 13px;
}

.invoice .section-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 15px;
}

.invoice .section-head .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #888;
}

.invoice .section-head .controls {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}

.invoice .section-head .controls > a {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.invoice .address address {
  font-style: normal;
  font-size: 14px;
}

.invoice .address address > div:first-of-type {
  font-weight: 600;
  margin-bottom: 5px;
}

.invoice .total .name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #888;
  argin-bottom: 10px;
}

.invoice .total .result {
  font-size: 30px;
}

.invoice .box-group {
  margin-bottom: 30px;
}

.invoice .content.flex.sm {
  flex-wrap: wrap;
}

.invoice .project-selector {
  flex-basis: 100%;
}

.invoice .project-selector #projectSelector {
  border: 2px solid #ddd;
}

.ns-invoice .form-title {
  font-size: 16px;
  padding-right: 120px;
  font-weight: bold;
}

.ns-invoice .li-group {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.ns-invoice .li-group.condensed {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.ns-invoice .content.box {
  padding: 10px 0;
}

.ns-invoice .content.box .box-group > .heading {
  padding: 10px;
}

.ns-invoice .content.box .li-group, .ns-invoice .content.box .li-foot {
  padding-left: 10px;
  padding-right: 10px;
}

.ns-invoice .content.box .li-foot {
  font-weight: bold;
}

.ns-invoice .flex-row {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  position: relative;
}

.ns-invoice .flex-row:last-of-type, .ns-invoice .flex-row.reset {
  margin-bottom: 0;
}

.ns-invoice .flex-row label {
  font-weight: bold;
}

.ns-invoice .flex-row .result + label {
  margin-top: 15px;
}

.ns-invoice .box-footer {
  padding: 8px 8px 0;
}

.ns-invoice .delete-column {
  position: absolute;
  right: 10px;
}

.ns-invoice .delete-column a {
  color: red;
  font-size: 16px;
}

.ns-invoice .delete-column a:hover {
  color: #333;
}

.budget-summary {
  display: flex;
  height: 100%;
}

.budget-summary .icon-cancel2 {
  color: #d9534f !important;
}

.budget-summary .icon-checkmark, .budget-summary .icon-checkmark-circle {
  color: #5cb85c !important;
}

.budget-summary .summary-table .val {
  display: inline-block;
  padding: 2px 0;
}

.budget-summary .summary-table thead > tr > th {
  background: none;
}

.budget-summary .summary-table .total .name {
  vertical-align: middle;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
}

.budget-summary .summary-table .name {
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.budget-summary .summary-table .name.reset {
  padding: 0;
}

.budget-summary .summary-table .name > table > thead {
  background: none;
  border: 0;
}

.budget-summary .summary-table .name > span {
  display: inline-block;
  width: 22px;
  text-align: right;
  padding-right: 5px;
}

.budget-summary .summary-table .name .box {
  margin: 0 -1px -1px;
  background: none;
}

.budget-summary .summary-table .name .box > div {
  color: #999;
  padding: 3px 10px 3px 34px;
}

.budget-summary .summary-table .name .box .data-row {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.budget-summary .summary-table .name .box .data-row td {
  color: #999;
  padding: 2px 10px;
}

.budget-summary .summary-table .name .box .data-row td:not(.data-name) {
  width: 110px;
  min-width: 110px;
}

.budget-summary .summary-table .name .box .data-row td.data-name {
  padding-left: 34px;
  width: 100%;
}

.budget-summary .summary-table .name .heading-row {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.budget-summary .summary-table .name .heading-row th {
  color: #888;
  padding: 2px 10px;
  width: 100%;
}

.budget-summary .summary-table .name .heading-row th:not(.row-name) {
  width: 110px;
  min-width: 110px;
  font-size: 11px;
}

.budget-summary .summary-table .name .heading-row th.row-name {
  font-weight: 600;
  padding: 2px 10px;
  color: #444;
}

.budget-summary .summary-table .name .heading-row th.row-name > span {
  display: inline-block;
  width: 22px;
  text-align: right;
  padding: 5px;
}

.budget-summary .sidebar {
  width: 25%;
  height: 100%;
}

.budget-summary .sidebar .side-box {
  background: #f6f6f6;
  padding: 10px 0 20px;
  border: 2px solid #ddd;
}

.budget-summary .body {
  width: 75%;
  padding: 0 0 0 40px;
}

.budget-summary .body .box-group + .box-group {
  margin-top: 20px;
}

.budget-summary .body .box-group > .heading {
  padding: 5px 10px;
  font-size: 16px;
}

.budget-summary .body .result {
  line-height: 20px;
}

.budget-summary .body .delete-column {
  margin: 0;
  right: 5px;
  top: 8px;
}

.budget-summary .body .li-group {
  display: flex;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
}

.budget-summary .body .li-group .title-column {
  display: flex;
  align-items: center;
}

.budget-summary .body .li-group [class^=flex-]:not(.flex-row) {
  padding: 0 5px;
}

.budget-summary .body .li-group [class^=flex-]:not(.flex-row):first-of-type {
  padding-left: 0;
}

.budget-summary .body .li-group [class^=flex-]:not(.flex-row):last-of-type {
  padding-right: 0;
}

.budget-summary .body .li-foot [class^=flex-]:not(.flex-row) {
  padding: 0 5px;
}

.budget-summary .body .li-foot [class^=flex-]:not(.flex-row):first-of-type {
  padding-left: 0;
}

.budget-summary .body .li-foot [class^=flex-]:not(.flex-row):last-of-type {
  padding-right: 0;
}

.status-box {
  border: 2px solid #ddd;
}

.status-box .box {
  border-top: 0;
  border-bottom: 0;
}

.status-box .li-group {
  border-bottom: 0;
}

.icon-sticky-note-o {
  font-size: 15px;
}

.budget-tree [class^=icon-] {
  position: absolute;
  right: -5px;
  top: 3px;
  color: #aaa;
  font-size: 18px;
}

.legend {
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  margin: 20px 0 0;
  padding: 15px;
}

.legend > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legend > ul > li {
  margin: 0;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.legend > ul > li:not(:last-of-type) {
  margin-bottom: 5px;
}

.legend > ul > li > span {
  color: #aaa;
}

.legend > ul > li > span:before {
  font-size: 18px;
}

.sidebar, .budget-summary {
  position: relative;
}

.btn-sidebar {
  color: #444 !important;
  background: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  padding: 2px 0px;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  z-index: 5;
}

.add-budget {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
}

.btn-sidebar:hover {
  background: #666;
  color: #fff !important;
  border-color: #666;
}

.btn-sidebar > span {
  position: relative;
  top: 2px;
}

.btn-close {
  right: -14px;
  top: 39px;
}

.grp-heading {
  background: white;
  padding: 7px 10px 5px;
  font-weight: bold;
  margin-bottom: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-transform: uppercase;
  color: #888;
}

.grp-heading [class^=flex-]:not(.flex-row):not(.ml-a) {
  padding: 0 5px;
}

.grp-heading [class^=flex-]:not(.flex-row):not(.ml-a):first-of-type {
  padding-left: 0;
}

.grp-heading [class^=flex-]:not(.flex-row):not(.ml-a):last-of-type {
  padding-right: 0;
}

.grp-heading > div {
  line-height: 11px;
}

.grp-heading div {
  font-size: 11px;
}

.btn-open {
  left: -20px;
  top: 39px;
}

.budget-summary .sidebar.closed + .body {
  width: 100%;
  padding-left: 0;
}

.btn-notes {
  font-size: 19px;
  margin-left: 10px;
}

.status-row .alert {
  margin: 0;
  text-align: center;
  padding: 10px;
}

@media (min-width: 1200px) {
  .btn-sidebar.btn-open {
    left: -40px;
    top: 39px;
  }
}

.flex-row.condensed .flex-33:last-of-type .result {
  padding-right: 9px;
}

.content.box.reset.total-box {
  border: 2px solid #ddd;
  background: #fff;
}

.total-box .flex-row.li-group.condensed {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  align-items: center;
}

.styleguide .help-block h4 {
  margin: 0;
  padding: 0;
}

.styleguide .help-block > ul {
  padding-left: 20px;
}

.styleguide .help-block > ul > li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 22px;
}

.styleguide .help-block > ul > li > span {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;
}

.styleguide .help-block code {
  background: #eee;
  border: 1px solid rgba(0,0,0,0.3);
  font-weight: bold;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 3px;
}

.deliverables .panel-nys .panel-heading .controls {
  min-width: 109px;
  justify-content: flex-end;
}

.deliverables .upload-controls .form-control {
  font-size: 12px;
  width: auto;
  max-width: 140px;
  margin-right: 10px;
}

.deliverables .documents .table-default tbody tr > td {
  padding: 10px;
}

.deliverables .documents td.reset {
  padding: 0 !important;
}

.deliverables .documents a.deliverable-expand img {
  margin-right: 5px;
  transition: all 0.3s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.deliverables .documents a.deliverable-expand.collapsed img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.deliverables .documents .ic-sm {
  width: 12px;
  height: 12px;
}

.deliverables .documents .btn-attachment img {
  margin-right: 4px;
}

.deliverables .documents .btn-history:after {
  content: "·";
  font-size: 18px;
  margin: 0 3px 0 5px;
}

.deliverables .documents .deliverable-details {
  margin-bottom: 0;
  border: 1px solid #ddd;
  margin: 10px;
  position: relative;
  background: #f6f6f6;
  border: 1px solid #ddd;
}

.deliverables .documents .deliverable-details:after, .deliverables .documents .deliverable-details:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.deliverables .documents .deliverable-details:after {
  border-color: rgba(246,246,246,0);
  border-bottom-color: #f6f6f6;
  border-width: 10px;
  margin-left: -10px;
}

.deliverables .documents .deliverable-details:before {
  border-color: rgba(221,221,221,0);
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}

.deliverables .documents .deliverable-details > div {
  padding: 20px;
}

.deliverables .documents .deliverable-details .notes .disabled-notes {
  min-height: 75px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 6px 12px;
  color: #777;
  display: block;
}

.deliverables .documents .status-row {
  display: flex;
  align-items: center;
}

.deliverables .documents .status-row > span {
  display: block;
  width: 110px;
}

.deliverables .documents .status-row .form-control {
  font-size: 12px;
  width: auto;
  max-width: 110px;
  margin-right: 10px;
  height: auto;
}

.deliverables .documents .document-row {
  display: flex;
}

.deliverables .documents .document-row > div {
  display: flex;
  flex-direction: column;
}

.deliverables .documents .document-row a {
  line-height: 14px;
  display: flex;
  align-items: center;
}

.deliverables .documents .document-row a:not(:last-of-type) {
  margin-bottom: 10px;
}

.add-module {
  display: flex;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  margin-top: 5px;
  align-items: center;
}

.add-module .select2-container {
  width: auto !important;
  margin-left: 10px;
}

.add-module .item .select2-container {
  min-width: 240px;
}

.add-module .qty .select2-container {
  width: 66px !important;
}

.add-module > label {
  font-size: 13px;
  margin-bottom: 0;
}

.add-module .btn-bs {
  margin-left: 10px;
}

.incentiveType label {
  font-size: 15px;
  margin-left: 8px;
  margin-bottom: 0;
}

.incentiveType {
  margin-bottom: 10px;
}

.calculation-totals {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  flex-wrap: wrap;
  margin-left: auto;
  font-size: 13px;
  border: 1px solid #eee;
  padding: 5px 20px;
}

.calculation-totals > .row {
  flex-basis: 100%;
  display: flex;
  min-height: 30px;
}

.calculation-totals > .row > div {
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.calculation-totals > .row > div label {
  margin: 0;
}

.calculation-totals > .row:nth-of-type(even) {
  background: #f6f6f6;
}

.calculation-totals > .row > div:first-of-type {
  width: 100%;
}

.calculation-totals > .row > div:last-of-type {
  text-align: right;
  width: 300px;
}

.total-row {
  border: 2px solid #aaa;
  font-size: 16px;
}

.total-row > div {
  background: #eee;
}

.custom-calculation {
  border: 1px solid #eee;
  padding: 20px;
}

.custom-calculation label {
  width: 500px;
  text-align: right;
}

.custom-calculation .field {
  width: 200px;
}

.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 34px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: default;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 8px 2px 5px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--bootstrap {
  display: block;
}

.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #555;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #555;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #0075cb;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap.input-sm, .select2-container--bootstrap.input-lg {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}

.select2-container--bootstrap.input-sm .select2-selection--single, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 0px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
}

.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap.input-lg .select2-selection--single, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 0px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.has-warning .select2-dropdown, .has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection, .has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown, .has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown, .has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection, .has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-bootstrap-append .select2-container--bootstrap, .select2-bootstrap-append .input-group-btn, .select2-bootstrap-append .input-group-btn .btn, .select2-bootstrap-prepend .select2-container--bootstrap, .select2-bootstrap-prepend .input-group-btn, .select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

.form-inline .select2-container--bootstrap {
  display: inline-block;
}

table.dataTable {
  clear: both;
  max-width: none !important;
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid #eee;
}

table.dataTable td, table.dataTable th {
  box-sizing: content-box;
  padding: 0.5rem 0.75rem;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

.dataTables_length, .dataTables_filter {
  margin-bottom: 10px;
}

.dataTables_length label, .dataTables_filter label {
  font-size: 13px;
  font-weight: 600;
}

div.dataTables_wrapper div.dataTables_length label {
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th {
  background: #eee;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 10px;
  right: 8px;
  display: block;
  font-size: 20px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "";
}

table.dataTable thead .sorting_asc:after {
  content: "\e90d";
}

table.dataTable thead .sorting_desc:after {
  content: "\e90e";
}

table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable {
  border-collapse: separate !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

.dataTables_wrapper table tbody > tr:last-of-type {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.dataTables_wrapper table tbody > tr > td, .dataTables_wrapper table thead > tr > th {
  border: 0;
}

.dataTables_wrapper table tr > td:first-of-type .controls {
  text-align: left;
}

.dataTables_wrapper table .controls {
  text-align: right;
}

.dataTables_wrapper table .controls > a {
  font-weight: 600;
}

.dataTables_wrapper table .controls > a:not(:last-of-type):after {
  content: "|";
  margin: 0 5px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: left;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: left;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #31b131;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0,0,0,0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0,0,0,0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

.dataTables_wrapper .pagination {
  display: flex;
  justify-content: flex-end;
}

h1, h2, h3, h4, h5, h6 {
  display: inline-block;
  font-family: "Proxima Nova", sans-serif;
}

ul li, ol li {
  margin-left: 0;
}

.zen .zen-branding {
  vertical-align: bottom;
}

.noTableFooter {
  margin-left: 0;
}

.bodyDiv .outerNoSidebar, .noSidebarCell, .sidebarCell .fixed {
  padding: 0;
}

#contentWrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.zen-pageFooter span, html .zen .zen-pageFooter .brandQuaternaryFgr {
  color: #666 !important;
}

.zen-pipedList {
  margin-top: 20px !important;
}

@-webkit-keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}