/* line 6, app/assets/stylesheets/aging_lists.scss */
.skeleton-cell {
  padding: 15px;
  height: 48px;
  width: 50px;
  border-bottom: 1px solid #ffffff;
  background-image: linear-gradient(to right, #ffffff 25%, #ffffff 50%, #f6f6f6 75%);
  background-size: 200% 100%;
  animation: loading 1.8s infinite;
}

@keyframes loading {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

/* line 25, app/assets/stylesheets/aging_lists.scss */
.total-row {
  padding-left: 5px;
  border: 1px solid #ce7b8b;
  border-radius: 50px !important;
}

/* line 30, app/assets/stylesheets/aging_lists.scss */
.total-row th {
  background-color: #f7e9ed !important;
  color: #c3536a !important;
}

/* line 36, app/assets/stylesheets/aging_lists.scss */
.column-total-value, .column-total-value:hover {
  background-color: #f8f1e3 !important;
}
@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url(/../icons/fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(/../icons/fonts/icomoon.woff) format("woff"), url(/../icons/fonts/icomoon.ttf) format("truetype"), url(/../icons/fonts/icomoon.svg#icomoon) format("svg");
}

/* line 8, app/assets/stylesheets/datepicker.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 12, app/assets/stylesheets/datepicker.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #2e2e2e;
  font-size: 12px;
  font-family: Tahoma,sans-serif,Arial;
}

@media screen and (min-width: 240px) {
  /* line 20, app/assets/stylesheets/datepicker.scss */
  html, body {
    font-size: 9.6px;
  }
}

@media screen and (min-width: 480px) {
  /* line 23, app/assets/stylesheets/datepicker.scss */
  html, body {
    font-size: 11.273px;
  }
}

@media screen and (min-width: 768px) {
  /* line 26, app/assets/stylesheets/datepicker.scss */
  html, body {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  /* line 29, app/assets/stylesheets/datepicker.scss */
  html, body {
    font-size: 12.4px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 32, app/assets/stylesheets/datepicker.scss */
  html, body {
    font-size: 13.1px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 35, app/assets/stylesheets/datepicker.scss */
  html, body {
    font-size: 14.18px;
  }
}

/* line 38, app/assets/stylesheets/datepicker.scss */
body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 42, app/assets/stylesheets/datepicker.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 46, app/assets/stylesheets/datepicker.scss */
a:link, a:visited, a:hover {
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/datepicker.scss */
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 54, app/assets/stylesheets/datepicker.scss */
#page-container {
  padding-bottom: 20rem;
}

/* line 57, app/assets/stylesheets/datepicker.scss */
.month-picker {
  position: relative;
}

/* line 59, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container {
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 100;
  top: 1px;
  left: -10000px;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
}

@media screen and (max-width: 767px) {
  /* line 68, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container {
    position: fixed;
    top: 0;
    left: -10000px;
    width: 100%;
    height: 100%;
    transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
  }
}

/* line 75, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container.rmp-table {
  display: table;
}

/* line 77, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container.show {
  left: 0;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

/* line 80, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container.show .rmp-overlay {
  left: 0;
}

/* line 82, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9;
  top: 0;
  left: -10000px;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity;
  transform: translateZ(0);
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

@media screen and (max-width: 767px) {
  /* line 95, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-overlay {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

/* line 97, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-cell {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* line 104, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-cell {
    vertical-align: bottom;
  }
}

/* line 106, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0 auto;
  z-index: 10;
  font-size: 1.2rem;
  opacity: 0;
  border-radius: 3px;
  padding: 0.4rem;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  /* line 118, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup {
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 14.4rem;
    transform: translate3d(0, 14.4rem, 0);
  }
  /* line 125, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.range {
    height: 28rem;
    transform: translate3d(0, 28rem, 0);
  }
  /* line 128, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.range .rmp-pad {
    margin-top: 0.4rem;
  }
  /* line 130, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.range .rmp-pad:first-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 133, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup {
    transform: translate3d(0, -64px, 0);
    top: 0;
    width: 20rem;
  }
  /* line 137, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.range {
    width: 40.6rem;
    padding: 0.6rem;
  }
}

/* line 140, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 143, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup:after {
  content: ' ';
  clear: both;
  display: table;
}

/* line 147, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad {
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 150, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup .rmp-pad {
    box-sizing: border-box;
    float: left;
    width: 20rem;
  }
  /* line 154, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup .rmp-pad:nth-of-type(2) {
    float: right;
  }
}

/* line 156, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad > div label {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.4rem;
}

/* line 161, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad > div label b {
  font-weight: normal;
  margin-right: 0.5em;
}

/* line 164, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad > div i {
  font-style: normal;
  text-align: center;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  position: absolute;
  top: 0;
}

/* line 172, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad > div i.prev {
  left: 0;
}

/* line 174, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad > div i.next {
  right: 0;
}

/* line 176, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad ul, .month-picker > .rmp-container .rmp-popup .rmp-pad li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 180, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad ul {
  display: block;
  width: 100%;
}

/* line 183, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad ul:after {
  content: ' ';
  clear: both;
  display: table;
}

/* line 187, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad li {
  display: block;
  float: left;
  text-align: center;
  font-size: 1.15rem;
  border-radius: 3px;
  line-height: 3.3rem;
  box-sizing: border-box;
  padding: 0.05rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 205, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup .rmp-pad li {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  /* line 208, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup .rmp-pad li {
    width: 33.3333333333%;
  }
}

/* line 210, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad li.multiple {
  background-clip: content-box;
}

/* line 212, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup .rmp-pad li.range {
  border-radius: 1px;
}

/* line 214, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.light {
  color: #666;
  background-color: rgba(255, 255, 255, 0.96);
}

@media screen and (max-width: 767px) {
  /* line 218, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.light {
    border-top: 1px solid #ccc;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.08);
  }
  /* line 221, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.light.range .rmp-pad {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
  }
  /* line 223, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.light.range .rmp-pad:first-of-type {
    border-top: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 226, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.light {
    border: 1px solid #ccc;
    box-shadow: 0 1px 5px #ddd;
  }
  /* line 229, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.light.range .rmp-pad {
    background-color: rgba(238, 238, 238, 0.9);
  }
}

/* line 231, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn {
  cursor: pointer;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) {
  /* line 241, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn:hover {
    background-color: rgba(255, 227, 160, 0.59);
  }
}

/* line 243, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn.select {
  background-color: #d3d3d3;
}

/* line 245, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.light .rmp-pad li.active, .month-picker > .rmp-container .rmp-popup.light .rmp-pad li.active:hover {
  background-color: rgba(31, 42, 58, 0.73);
  color: white;
}

/* line 248, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.light .rmp-pad .disable, .month-picker > .rmp-container .rmp-popup.light .rmp-pad .disable:hover, .month-picker > .rmp-container .rmp-popup.light .rmp-pad li.disable, .month-picker > .rmp-container .rmp-popup.light .rmp-pad li.disable:hover {
  background-color: transparent;
  color: #bbb;
  cursor: default;
}

/* line 252, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.dark {
  color: #fff;
  background-color: rgba(50, 50, 50, 0.96);
}

@media screen and (max-width: 767px) {
  /* line 256, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.dark.range .rmp-pad {
    border-top: 1px solid rgba(113, 113, 113, 0.41);
  }
  /* line 258, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.dark.range .rmp-pad:first-of-type {
    border-top: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 261, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.dark.range .rmp-pad {
    background-color: rgba(70, 70, 70, 0.9);
  }
}

/* line 263, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.dark .rmp-pad .rmp-btn {
  cursor: pointer;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) {
  /* line 273, app/assets/stylesheets/datepicker.scss */
  .month-picker > .rmp-container .rmp-popup.dark .rmp-pad .rmp-btn:hover {
    background-color: rgba(255, 210, 96, 0.33);
  }
}

/* line 275, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.dark .rmp-pad .rmp-btn.select {
  background-color: #262828;
}

/* line 277, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.active, .month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.active:hover {
  background-color: rgba(189, 211, 242, 0.7);
  color: #303030;
}

/* line 280, app/assets/stylesheets/datepicker.scss */
.month-picker > .rmp-container .rmp-popup.dark .rmp-pad .disable, .month-picker > .rmp-container .rmp-popup.dark .rmp-pad .disable:hover, .month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.disable, .month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.disable:hover {
  background-color: transparent;
  color: #717171;
  cursor: default;
}

/* line 285, app/assets/stylesheets/datepicker.scss */
.month-picker > .box {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  /* line 288, app/assets/stylesheets/datepicker.scss */
  .month-picker > .box {
    box-sizing: border-box;
    line-height: 5rem;
    font-size: 1.32rem;
    color: #777777;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  /* line 295, app/assets/stylesheets/datepicker.scss */
  .month-picker > .box {
    border: 1px solid #e0e0e0;
    background-color: #f6f6f6;
    padding-left: 0.9rem;
    box-sizing: border-box;
    line-height: 3.2rem;
    font-size: 1.3rem;
    color: #525252;
  }
  /* line 303, app/assets/stylesheets/datepicker.scss */
  .month-picker > .box > label {
    font-size: 1.3rem;
    color: #525252;
  }
}

/* line 307, app/assets/stylesheets/datepicker.scss */
.month-picker .tab.btn {
  font-size: 0;
}

/* line 309, app/assets/stylesheets/datepicker.scss */
.month-picker .tab.btn:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: center;
  width: 3.4rem;
}

/* line 320, app/assets/stylesheets/datepicker.scss */
.month-picker .tab.btn.prev:before {
  content: "";
}

/* line 322, app/assets/stylesheets/datepicker.scss */
.month-picker .tab.btn.next:before {
  content: "";
}

/* line 325, app/assets/stylesheets/datepicker.scss */
.years-panel {
  position: fixed;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -10000px;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
}

/* line 336, app/assets/stylesheets/datepicker.scss */
.years-panel.table {
  display: table;
}

/* line 338, app/assets/stylesheets/datepicker.scss */
.years-panel.show {
  left: 0;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

/* line 341, app/assets/stylesheets/datepicker.scss */
.years-panel.show > .overlay {
  left: 0;
  background-color: rgba(82, 82, 82, 0.49);
}

/* line 344, app/assets/stylesheets/datepicker.scss */
.years-panel > .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: -10000px;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  will-change: opacity;
  transform: translateZ(0);
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

/* line 356, app/assets/stylesheets/datepicker.scss */
.years-panel .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

/* line 363, app/assets/stylesheets/datepicker.scss */
.years-panel .popup {
  display: inline-block;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0 auto;
  z-index: 10;
  font-size: 1.2rem;
  opacity: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.81);
  padding: 1.8rem;
}

/* line 373, app/assets/stylesheets/datepicker.scss */
.years-panel .popup textarea {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.5rem;
  width: 20rem;
  line-height: 150%;
  padding: 1rem;
}

/* line 381, app/assets/stylesheets/datepicker.scss */
.years-panel .popup:after {
  content: ' ';
  clear: both;
  display: table;
}

/* line 385, app/assets/stylesheets/datepicker.scss */
.years-panel.show .popup {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 389, app/assets/stylesheets/datepicker.scss */
.list-area {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  /* line 392, app/assets/stylesheets/datepicker.scss */
  .list-area {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  /* line 397, app/assets/stylesheets/datepicker.scss */
  .list-area > ul {
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 399, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    padding: 0 1.6rem;
  }
  /* line 404, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li:after {
    content: ' ';
    clear: both;
    display: table;
  }
  /* line 408, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label {
    float: left;
    display: block;
    line-height: 5rem;
    color: #440f24;
    font-size: 1.12rem;
  }
  /* line 414, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label b {
    font-size: 1.1em;
  }
  /* line 416, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label span {
    position: absolute;
    display: block;
    font-size: 0.8rem;
    color: #bfbfbf;
    left: 1.6rem;
    top: 1.5em;
  }
  /* line 423, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label span i {
    display: inline-block;
    font-style: normal;
  }
  /* line 426, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label span i.sub-btn {
    display: none;
  }
  /* line 428, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li .edit {
    margin-left: 9rem;
    line-height: 5rem;
  }
}

@media screen and (min-width: 768px) {
  /* line 432, app/assets/stylesheets/datepicker.scss */
  .list-area > ul {
    padding: 1.8rem;
  }
  /* line 434, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li {
    padding: 0.5rem 0 1.4rem;
    font-size: 1.3rem;
  }
  /* line 437, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li:after {
    content: ' ';
    clear: both;
    display: table;
  }
  /* line 441, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label {
    display: block;
    margin-right: 1rem;
    padding: 1px;
    color: #898989;
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
  /* line 448, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label b {
    display: block;
    font-size: 1.1em;
  }
  /* line 451, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label span {
    display: block;
    font-size: 0.9em;
    color: #afafaf;
    margin-top: 0.4em;
  }
  /* line 456, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label span i {
    display: inline-block;
    font-style: normal;
  }
  /* line 459, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li > label span i.sub-btn {
    padding: 0.1rem 0.3rem;
    margin-left: 1.5rem;
    border-radius: 3px;
    background-color: #696969;
    color: white;
    font-size: 0.8em;
    cursor: pointer;
  }
  /* line 467, app/assets/stylesheets/datepicker.scss */
  .list-area > ul > li .edit {
    padding: 1px;
    height: 3.3rem;
  }
}
/*!
 * Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/* line 1, app/assets/stylesheets/picker.scss */
.month-picker {
  position: relative;
}

/* line 4, app/assets/stylesheets/picker.scss */
.month-picker .btn-plain {
  background-color: #fff;
  border: 0 solid;
}

/* line 8, app/assets/stylesheets/picker.scss */
.month-picker .picker {
  display: inline-block;
}

/* line 11, app/assets/stylesheets/picker.scss */
.month-picker .picker .date-str {
  margin: 0 7px;
}

/* line 14, app/assets/stylesheets/picker.scss */
.month-picker .picker .date-str .date {
  margin: 0 5px;
}

/* line 17, app/assets/stylesheets/picker.scss */
.month-picker .sec-wrap {
  position: relative;
}

/* line 20, app/assets/stylesheets/picker.scss */
.month-picker .popover {
  max-width: inherit;
  padding: 10px 0;
}

/* line 24, app/assets/stylesheets/picker.scss */
.month-picker div.head {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

/* line 29, app/assets/stylesheets/picker.scss */
.month-picker div.head .title button {
  margin-top: -7px;
}

/* line 32, app/assets/stylesheets/picker.scss */
.month-picker div.head .title button i {
  font-size: 1.5em;
  color: #999;
}

/* line 36, app/assets/stylesheets/picker.scss */
.month-picker div.head .title button:hover i {
  color: #555;
}

/* line 39, app/assets/stylesheets/picker.scss */
.month-picker div.head .title span.text {
  width: 50%;
  display: inline-block;
}

/* line 43, app/assets/stylesheets/picker.scss */
.month-picker .shortcuts {
  padding: 0 10px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 49, app/assets/stylesheets/picker.scss */
.month-picker .calendar {
  padding: 0 10px 0 0;
}

/* line 52, app/assets/stylesheets/picker.scss */
.month-picker .calendar .year {
  padding: 3px 2px 3px 10px;
  border-right: solid #999 1px;
}

/* line 56, app/assets/stylesheets/picker.scss */
.month-picker .calendar .year.year-start .selected {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
}

/* line 61, app/assets/stylesheets/picker.scss */
.month-picker .calendar .year.year-end .selected {
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* line 66, app/assets/stylesheets/picker.scss */
.month-picker .calendar .mpr-calendar::last-child {
  border-right: none;
}

/* line 69, app/assets/stylesheets/picker.scss */
.month-picker .calendar .months button {
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/picker.scss */
.month-picker .calendar .months .month {
  text-align: center;
  width: 24%;
  float: left;
  display: inline-block;
  margin: 0.5px;
  padding: 0;
  font-size: 0.9em;
  border: 2px solid transparent;
}

/* line 85, app/assets/stylesheets/picker.scss */
.month-picker .calendar .months .month button {
  padding: 15px;
}

/* line 88, app/assets/stylesheets/picker.scss */
.month-picker .calendar .months .month:hover {
  border-color: #40667a;
}

/* line 91, app/assets/stylesheets/picker.scss */
.month-picker .calendar .months .month.highlight {
  background-color: rgba(64, 102, 122, 0.5);
}

/* line 94, app/assets/stylesheets/picker.scss */
.month-picker .calendar .months .month.highlight button {
  color: #fff;
}

/* line 97, app/assets/stylesheets/picker.scss */
.month-picker .calendar .months .month.selected {
  background-color: #40667a;
}

/* line 100, app/assets/stylesheets/picker.scss */
.month-picker .calendar .months .month.selected button {
  color: #fff;
}
/* line 5, app/assets/stylesheets/standards.scss */
select {
  height: 30px;
  border-radius: 4px;
  padding: 6px;
  background-color: #f5f5f5;
  border: solid 0.5px #acacac;
}
/* line 1, app/assets/stylesheets/style.scss */
#center {
  background-color: white;
  min-height: calc(100vh - 75px);
  padding-left: 24px;
}

/* line 5, app/assets/stylesheets/style.scss */
#center.project-management {
  background-color: #f5f5f5;
}

/* line 9, app/assets/stylesheets/style.scss */
.light-blue {
  color: #7DC9E6;
}

/* line 13, app/assets/stylesheets/style.scss */
.with-date-ico {
  position: relative;
}

/* line 16, app/assets/stylesheets/style.scss */
.with-date-ico.chevron::after {
  content: "\f078";
}

/* line 21, app/assets/stylesheets/style.scss */
.with-date-ico::after {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  right: 14px;
  top: 25%;
  position: absolute;
}

/* line 28, app/assets/stylesheets/style.scss */
.with-date-ico select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 60px 3px 10px;
}

/* line 35, app/assets/stylesheets/style.scss */
.input.hidden {
  margin: 0 !important;
}

/* line 38, app/assets/stylesheets/style.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 41, app/assets/stylesheets/style.scss */
.lateral-menu img {
  max-width: 35px;
}

/* line 46, app/assets/stylesheets/style.scss */
iframe {
  width: 100%;
  height: 80vh;
  border: none;
}

/* line 51, app/assets/stylesheets/style.scss */
.italic {
  font-style: italic;
}

/* line 54, app/assets/stylesheets/style.scss */
.newrow {
  background-color: #4aca5a26;
}

/* line 58, app/assets/stylesheets/style.scss */
a.active {
  text-decoration: underline;
}

/* line 61, app/assets/stylesheets/style.scss */
.right-bar {
  border-right: 1px solid grey;
  padding-right: 24px;
  margin-right: 24px;
  height: 80%;
}

/* line 67, app/assets/stylesheets/style.scss */
.align-center {
  align-items: center;
}

/* line 70, app/assets/stylesheets/style.scss */
.vertical-bar {
  width: 1px;
  height: 85%;
  background-color: grey;
  padding: 0 5px;
}

/* line 77, app/assets/stylesheets/style.scss */
table .acumulado-line label {
  justify-content: space-between;
  padding-right: 16px;
  text-align: right;
  align-content: center;
  display: inline-flex !important;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

/* line 88, app/assets/stylesheets/style.scss */
table.segmentado-by-month .acumulado-line label {
  padding-right: 0px !important;
}

/* line 93, app/assets/stylesheets/style.scss */
table.segmentado tr:not(#principal) .acumulado-line label {
  display: inline-block !important;
  width: 100%;
  margin-right: 24px;
}

/* line 102, app/assets/stylesheets/style.scss */
.relative {
  position: relative !important;
  padding: 0 !important;
}

/* line 105, app/assets/stylesheets/style.scss */
.relative i {
  cursor: pointer;
  border: 1px solid;
  padding: 6px;
  border-radius: 10px;
}

/* line 112, app/assets/stylesheets/style.scss */
.valid_result {
  color: #03ab79 !important;
}

/* line 115, app/assets/stylesheets/style.scss */
.invalid_result {
  color: red;
}

/* line 118, app/assets/stylesheets/style.scss */
th.acumulado-header {
  min-width: 100px;
}

/* line 130, app/assets/stylesheets/style.scss */
.upload_settings td {
  text-align: center;
}

/* line 135, app/assets/stylesheets/style.scss */
.report-widget button {
  margin-left: 10px;
}

/* line 141, app/assets/stylesheets/style.scss */
.permitted-months .react-datepicker__input-container input {
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.27);
  border-radius: 6px;
}

/* line 149, app/assets/stylesheets/style.scss */
.coruja {
  height: 120px;
}

/* line 152, app/assets/stylesheets/style.scss */
h1.coruja-h1 {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-weight: 200;
  font-size: 36px;
  color: #6d6d6d;
}

/* line 162, app/assets/stylesheets/style.scss */
.currency-input input {
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 4px;
  color: #333;
}

/* line 170, app/assets/stylesheets/style.scss */
.flex-chart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  height: 27px;
}

/* line 176, app/assets/stylesheets/style.scss */
.flex-chart p {
  width: 100%;
  text-align: right;
  padding-right: 10px;
}

/* line 183, app/assets/stylesheets/style.scss */
.company-select-button:hover {
  background-color: '#d5d5d5';
}

/* line 187, app/assets/stylesheets/style.scss */
.popover-hover {
  background-color: #5b708b;
  color: white;
}

/* line 191, app/assets/stylesheets/style.scss */
.line-total {
  padding-right: 48px;
}

/* line 194, app/assets/stylesheets/style.scss */
.comment-wrapper {
  position: relative;
  padding-left: 16px;
}

/* line 197, app/assets/stylesheets/style.scss */
.comment-wrapper .line-total {
  padding-right: 48px;
}

/* line 200, app/assets/stylesheets/style.scss */
.comment-wrapper .comment-block {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 207, app/assets/stylesheets/style.scss */
.comment-wrapper .edit {
  visibility: hidden;
  cursor: pointer;
}

/* line 212, app/assets/stylesheets/style.scss */
.comment-wrapper:hover .edit {
  visibility: visible;
}

/* line 215, app/assets/stylesheets/style.scss */
.comment-wrapper .hascomment {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #03ab79;
}

/* line 222, app/assets/stylesheets/style.scss */
.hidden-child {
  background: lightgoldenrodyellow !important;
  display: none;
}

/* line 225, app/assets/stylesheets/style.scss */
.hidden-child.subsidiary {
  background: #e4edfd !important;
}

/* line 229, app/assets/stylesheets/style.scss */
.month-picker, .month-picker * {
  box-sizing: border-box;
}

/* line 232, app/assets/stylesheets/style.scss */
* {
  box-sizing: inherit;
}

/* line 235, app/assets/stylesheets/style.scss */
.react-datepicker {
  min-width: 180px;
}

/* line 238, app/assets/stylesheets/style.scss */
.orange-alert {
  position: absolute;
  top: 11px;
  left: 65px;
  border-radius: 16px;
  background: orange;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 252, app/assets/stylesheets/style.scss */
.orange-alert :after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}

/* line 260, app/assets/stylesheets/style.scss */
.report-widget {
  font-family: Roboto;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #676767;
  padding: 15px;
}

/* line 271, app/assets/stylesheets/style.scss */
.widget-footer {
  display: flex;
  justify-content: space-between;
  background: #e5e5e5;
}

/* line 276, app/assets/stylesheets/style.scss */
.white-button {
  font-size: 10px;
  height: 40px;
  padding: 0 30px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #617e94;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 289, app/assets/stylesheets/style.scss */
table.bordered th, table.bordered td {
  border: 1px solid #617e9433;
  padding: 8px;
}

/* line 293, app/assets/stylesheets/style.scss */
table.bordered tbody tr:nth-child(odd) {
  background: #F1F1F1;
}

/* line 298, app/assets/stylesheets/style.scss */
.table-stripped tr:nth-child(even) {
  background-color: #f4f3f3;
}

/* line 303, app/assets/stylesheets/style.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 307, app/assets/stylesheets/style.scss */
a:hover {
  color: #777;
}

/* line 312, app/assets/stylesheets/style.scss */
.field_with_errors {
  position: relative;
}

/* line 315, app/assets/stylesheets/style.scss */
span.error {
  position: absolute;
  font-size: 10px;
  top: 60px;
  left: 0;
  color: #dc5454;
}

/* line 322, app/assets/stylesheets/style.scss */
.radio-vertical label {
  margin: 16px 0 !important;
}

/* line 325, app/assets/stylesheets/style.scss */
select {
  padding: 0;
}

/* line 327, app/assets/stylesheets/style.scss */
#table-result thead th {
  position: sticky;
  top: -41px;
  background-color: white;
}

/* line 328, app/assets/stylesheets/style.scss */
#table-result.segmentado thead th {
  top: -1px;
}

/* line 330, app/assets/stylesheets/style.scss */
.filters form {
  display: flex;
  align-items: center;
}

/* line 334, app/assets/stylesheets/style.scss */
.filters form .input input, .filters form .input select {
  height: 36px;
  width: 100px;
  margin-bottom: 0px;
}

/* line 339, app/assets/stylesheets/style.scss */
.filters form .input input {
  height: 33px;
}

/* line 346, app/assets/stylesheets/style.scss */
.ReactVirtualized__Table__rowColumn {
  height: 35px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-grow: 1 !important;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #617e94;
}

/* line 360, app/assets/stylesheets/style.scss */
tr#principal.formula-grouped:not(.formula-grouped-grupo_especial) {
  border-top: 2px #0099D8 solid;
  border-bottom: 2px #0099D8 solid;
  padding-top: 9px;
}

/* line 365, app/assets/stylesheets/style.scss */
tr#principal.formula-grouped:not(.formula-grouped-grupo_especial):hover td {
  background-color: #cef7f8 !important;
}

/* line 369, app/assets/stylesheets/style.scss */
tr#principal.formula-grouped:not(.formula-grouped-grupo_especial) td {
  background-color: white !important;
}

/* line 374, app/assets/stylesheets/style.scss */
.dontoverflow {
  overflow: inherit !important;
}

/* line 378, app/assets/stylesheets/style.scss */
.selected {
  background: #21ca97;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/* line 387, app/assets/stylesheets/style.scss */
#logo {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

/* line 392, app/assets/stylesheets/style.scss */
.profile-picture {
  height: 200px;
}

/* line 395, app/assets/stylesheets/style.scss */
.relative {
  position: relative;
}

/* line 397, app/assets/stylesheets/style.scss */
.relative #content.company-content {
  background-image: url(/assets/upload-bg-1d845fe8a3667370f4b490eee6efafb13fa740677363a4db3bdbbb1c28a94c3e.png);
}

/* line 400, app/assets/stylesheets/style.scss */
.relative #content {
  position: absolute;
  height: calc(100% - 44px);
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 17px;
  border: dashed 0.5px #d2d2d2;
}

/* line 415, app/assets/stylesheets/style.scss */
.user_profile_picture, .company_logo, .balance_sheet_archive, .cost_center_archive, .budget_archive {
  height: 100%;
  position: relative;
  z-index: 23;
}

/* line 419, app/assets/stylesheets/style.scss */
.user_profile_picture input, .company_logo input, .balance_sheet_archive input, .cost_center_archive input, .budget_archive input {
  opacity: 0;
  height: calc(100% - 28px) !important;
  width: 100%;
}

/* line 427, app/assets/stylesheets/style.scss */
.without-user {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 435, app/assets/stylesheets/style.scss */
.without-user .login-logo img {
  width: 260px;
  margin-bottom: 38px;
}

/* line 440, app/assets/stylesheets/style.scss */
.without-user .login {
  display: flex;
  padding: 0;
}

/* line 443, app/assets/stylesheets/style.scss */
.without-user .login .left {
  flex: 2;
  background-image: url(/assets/loginbg-55677f9eb7cb909d55ec9ae8b124300f56dbacb40c622142c09b9d9ed47e7f90.png);
  width: 476px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: auto 100%;
}

/* line 457, app/assets/stylesheets/style.scss */
.without-user .login .left .img img {
  margin: auto;
  display: block;
}

/* line 461, app/assets/stylesheets/style.scss */
.without-user .login .left h1 {
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #ffffff;
}

/* line 470, app/assets/stylesheets/style.scss */
.without-user .login .left p {
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin: 12px 52px 52px;
}

/* line 480, app/assets/stylesheets/style.scss */
.without-user .login .right {
  flex: 1;
  width: 368px;
  min-height: 500px;
}

/* line 485, app/assets/stylesheets/style.scss */
.without-user .login .right .inner {
  padding: 38px;
}

/* line 488, app/assets/stylesheets/style.scss */
.without-user .login .right .title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #2a3170;
  margin: 105px auto 60px;
  width: 293px;
  text-align: center;
}

/* line 498, app/assets/stylesheets/style.scss */
.without-user .login .right .subtitle {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #0099D8;
  text-align: center;
}

/* line 506, app/assets/stylesheets/style.scss */
.without-user .login .right input[type=text], .without-user .login .right input[type=password] {
  height: 40px;
  border-radius: 6px;
  border: solid 0.5px #d2d2d2;
  background-color: #f5f5f5;
}

/* line 512, app/assets/stylesheets/style.scss */
.without-user .login .right .actions {
  justify-content: space-between;
  align-items: center;
}

/* line 515, app/assets/stylesheets/style.scss */
.without-user .login .right .actions a {
  font-family: Roboto;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #0099D8;
  text-decoration: none;
  text-align: center;
  display: block;
}

/* line 525, app/assets/stylesheets/style.scss */
.without-user .login .right button {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: #0099D8;
  color: white;
  border: none;
  margin-bottom: 10px;
}

/* line 538, app/assets/stylesheets/style.scss */
body {
  background-color: #f5f5f5;
}

/* line 541, app/assets/stylesheets/style.scss */
hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 30px auto;
}

/* line 546, app/assets/stylesheets/style.scss */
h1 {
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.1px;
  color: #2a3170;
  margin: 16px;
}

/* line 554, app/assets/stylesheets/style.scss */
.center {
  flex: 1;
  padding-right: 30px;
}

/* line 558, app/assets/stylesheets/style.scss */
table {
  width: 100%;
  border-collapse: collapse;
}

/* line 561, app/assets/stylesheets/style.scss */
table th {
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.55px;
  color: #0099D8;
  text-align: left;
}

/* line 569, app/assets/stylesheets/style.scss */
table td {
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #617e94;
  border: none;
}

/* line 575, app/assets/stylesheets/style.scss */
table td:first-child {
  padding: 0 20px;
}

/* line 582, app/assets/stylesheets/style.scss */
table thead tr {
  height: 70px;
}

/* line 588, app/assets/stylesheets/style.scss */
table tbody tr {
  height: 27px;
}

/* line 596, app/assets/stylesheets/style.scss */
table.table td {
  font-size: 16px;
  border-bottom: 1px solid;
  padding: 10px 0 !important;
}

/* line 605, app/assets/stylesheets/style.scss */
.table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-0 {
  margin: 0px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-0 {
  margin-top: 0px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-0 {
  margin-bottom: 0px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-0 {
  margin-left: 0px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-0 {
  margin-right: 0px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-0 {
  padding: 0px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-0 {
  padding-top: 0px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-0 {
  padding-bottom: 0px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-0 {
  padding-left: 0px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-0 {
  padding-right: 0px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-8 {
  margin: 8px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-8 {
  margin-top: 8px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-8 {
  margin-bottom: 8px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-8 {
  margin-left: 8px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-8 {
  margin-right: 8px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-8 {
  padding: 8px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-8 {
  padding-top: 8px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-8 {
  padding-bottom: 8px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-8 {
  padding-left: 8px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-8 {
  padding-right: 8px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-10 {
  margin: 10px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-10 {
  margin-top: 10px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-10 {
  margin-left: 10px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-10 {
  margin-right: 10px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-10 {
  padding: 10px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-10 {
  padding-top: 10px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-10 {
  padding-bottom: 10px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-10 {
  padding-left: 10px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-10 {
  padding-right: 10px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-16 {
  margin: 16px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-16 {
  margin-top: 16px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-16 {
  margin-bottom: 16px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-16 {
  margin-left: 16px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-16 {
  margin-right: 16px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-16 {
  padding: 16px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-16 {
  padding-top: 16px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-16 {
  padding-bottom: 16px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-16 {
  padding-left: 16px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-16 {
  padding-right: 16px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-20 {
  margin: 20px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-20 {
  margin-top: 20px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-20 {
  margin-left: 20px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-20 {
  margin-right: 20px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-20 {
  padding: 20px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-20 {
  padding-top: 20px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-20 {
  padding-bottom: 20px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-20 {
  padding-left: 20px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-20 {
  padding-right: 20px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-24 {
  margin: 24px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-24 {
  margin-top: 24px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-24 {
  margin-bottom: 24px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-24 {
  margin-left: 24px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-24 {
  margin-right: 24px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-24 {
  padding: 24px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-24 {
  padding-top: 24px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-24 {
  padding-bottom: 24px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-24 {
  padding-left: 24px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-24 {
  padding-right: 24px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-30 {
  margin: 30px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-30 {
  margin-top: 30px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-30 {
  margin-bottom: 30px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-30 {
  margin-left: 30px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-30 {
  margin-right: 30px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-30 {
  padding: 30px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-30 {
  padding-top: 30px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-30 {
  padding-bottom: 30px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-30 {
  padding-left: 30px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-30 {
  padding-right: 30px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-32 {
  margin: 32px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-32 {
  margin-top: 32px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-32 {
  margin-bottom: 32px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-32 {
  margin-left: 32px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-32 {
  margin-right: 32px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-32 {
  padding: 32px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-32 {
  padding-top: 32px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-32 {
  padding-bottom: 32px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-32 {
  padding-left: 32px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-32 {
  padding-right: 32px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-40 {
  margin: 40px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-40 {
  margin-top: 40px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-40 {
  margin-bottom: 40px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-40 {
  margin-left: 40px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-40 {
  margin-right: 40px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-40 {
  padding: 40px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-40 {
  padding-top: 40px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-40 {
  padding-bottom: 40px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-40 {
  padding-left: 40px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-40 {
  padding-right: 40px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-50 {
  margin: 50px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-50 {
  margin-top: 50px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-50 {
  margin-bottom: 50px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-50 {
  margin-left: 50px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-50 {
  margin-right: 50px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-50 {
  padding: 50px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-50 {
  padding-top: 50px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-50 {
  padding-bottom: 50px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-50 {
  padding-left: 50px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-50 {
  padding-right: 50px;
}

/* line 614, app/assets/stylesheets/style.scss */
.margin-100 {
  margin: 100px;
}

/* line 617, app/assets/stylesheets/style.scss */
.margin-top-100 {
  margin-top: 100px;
}

/* line 620, app/assets/stylesheets/style.scss */
.margin-bottom-100 {
  margin-bottom: 100px;
}

/* line 623, app/assets/stylesheets/style.scss */
.margin-left-100 {
  margin-left: 100px;
}

/* line 626, app/assets/stylesheets/style.scss */
.margin-right-100 {
  margin-right: 100px;
}

/* line 629, app/assets/stylesheets/style.scss */
.padding-100 {
  padding: 100px;
}

/* line 632, app/assets/stylesheets/style.scss */
.padding-top-100 {
  padding-top: 100px;
}

/* line 635, app/assets/stylesheets/style.scss */
.padding-bottom-100 {
  padding-bottom: 100px;
}

/* line 638, app/assets/stylesheets/style.scss */
.padding-left-100 {
  padding-left: 100px;
}

/* line 641, app/assets/stylesheets/style.scss */
.padding-right-100 {
  padding-right: 100px;
}

/* line 645, app/assets/stylesheets/style.scss */
.content-input {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 651, app/assets/stylesheets/style.scss */
.content-input form {
  width: 100%;
}

/* line 653, app/assets/stylesheets/style.scss */
.content-input form ._search_input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 659, app/assets/stylesheets/style.scss */
.content-input form ._search_input input {
  width: 99% !important;
  height: 30px !important;
  border-radius: 4px;
  padding: 3px;
  margin-bottom: 0px;
}

/* line 668, app/assets/stylesheets/style.scss */
.content-input form #search-input {
  width: 90%;
  border-radius: 4px;
  padding: 3px;
}

/* line 675, app/assets/stylesheets/style.scss */
.header.border-bottom {
  background-color: white !important;
  border-bottom: 1px solid #e5e5e5;
}

/* line 679, app/assets/stylesheets/style.scss */
.resumo-executivo-content {
  width: 100%;
}

/* line 683, app/assets/stylesheets/style.scss */
.popup-lateral {
  width: 0;
}

/* line 687, app/assets/stylesheets/style.scss */
.popup.center {
  padding: 0;
}

/* line 690, app/assets/stylesheets/style.scss */
.popup .result-popup-button {
  display: none !important;
}

/* line 693, app/assets/stylesheets/style.scss */
.popup #borboleta {
  max-height: calc(100vh - 211px);
  overflow-y: scroll;
}

/* line 700, app/assets/stylesheets/style.scss */
.popup .bg-content .content {
  height: 98vh;
  overflow-y: scroll;
  max-height: calc(100vh - 233px);
}

/* line 705, app/assets/stylesheets/style.scss */
.popup .bg-content.with-header {
  max-width: 100vw;
  height: calc(100vh - 63px);
}

/* line 712, app/assets/stylesheets/style.scss */
.title {
  font-family: Roboto;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #04297b;
}

/* line 719, app/assets/stylesheets/style.scss */
.subtitle {
  font-family: Roboto;
  margin-top: 3px;
  font-size: 27px;
  font-weight: lighter;
  letter-spacing: 0.6px;
  color: #04297b;
}

/* line 727, app/assets/stylesheets/style.scss */
.bg-content {
  padding: 36px 49px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

/* line 734, app/assets/stylesheets/style.scss */
.bg-content .search-container {
  padding: 15px;
  font-family: Roboto;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #676767;
  border-radius: 6px;
  border: solid 0.5px #d2d2d2;
  background-color: #f5f5f5;
}

/* line 748, app/assets/stylesheets/style.scss */
.bg-content .search-container .search-input {
  width: 100%;
  height: 25px;
  padding: 5px;
  border-radius: 4px;
  background-color: inherit;
  border: 1px solid #e5e5e5;
}

/* line 758, app/assets/stylesheets/style.scss */
.bg-content .title {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #0099D8;
  text-transform: uppercase;
}

/* line 769, app/assets/stylesheets/style.scss */
.bg-content.with-header {
  padding: 0;
}

/* line 772, app/assets/stylesheets/style.scss */
.bg-content > .header {
  height: 70px;
  background-color: #e5e5e5;
  align-items: center;
  display: flex;
}

/* line 777, app/assets/stylesheets/style.scss */
.bg-content > .header .label {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #494949;
  padding-left: 35px;
}

/* line 787, app/assets/stylesheets/style.scss */
.bg-content .content {
  flex: 1;
  flex-wrap: wrap;
  max-height: calc(100vh - 330px);
  overflow-y: scroll;
}

/* line 793, app/assets/stylesheets/style.scss */
.bg-content .widget {
  font-family: Roboto;
  width: 100%;
  border-radius: 5px;
  background-color: #f5f5f5;
  border-radius: 14px;
  box-shadow: 4px 5px 6px lightgrey;
  overflow: hidden;
}

/* line 801, app/assets/stylesheets/style.scss */
.bg-content .widget .arrow-area {
  display: flex;
  width: 25px;
  justify-content: center;
  align-items: center;
  height: 100px;
}

/* line 808, app/assets/stylesheets/style.scss */
.bg-content .widget .title {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #0099D8;
}

/* line 815, app/assets/stylesheets/style.scss */
.bg-content .widget .current-amount {
  font-family: Roboto;
  font-size: 33px;
  letter-spacing: 1.65px;
  color: #676767;
  font-weight: 300;
}

/* line 822, app/assets/stylesheets/style.scss */
.bg-content .widget .description {
  font-size: 12px;
  color: #676767;
}

/* line 826, app/assets/stylesheets/style.scss */
.bg-content .widget .amount {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  margin-left: 8px;
  font-weight: 500;
}

/* line 836, app/assets/stylesheets/style.scss */
.bg-content .widget .amount .icon-content {
  flex: 1;
}

/* line 840, app/assets/stylesheets/style.scss */
.bg-content .widget .amount .values-content {
  flex: 2;
}

/* line 843, app/assets/stylesheets/style.scss */
.bg-content .widget .amount small {
  font-size: 13px;
  font-weight: 300;
}

/* line 848, app/assets/stylesheets/style.scss */
.bg-content .widget .footer-description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #617e94;
  padding-left: 8px;
}

/* line 861, app/assets/stylesheets/style.scss */
.right {
  float: right;
}

/* line 864, app/assets/stylesheets/style.scss */
.flex-start {
  align-items: flex-start;
}

/* line 867, app/assets/stylesheets/style.scss */
button.add {
  height: 40px !important;
}

/* line 870, app/assets/stylesheets/style.scss */
.section-title {
  font-size: 18px;
}

/* line 873, app/assets/stylesheets/style.scss */
.empty-widgets {
  padding: 20px;
}

/* line 875, app/assets/stylesheets/style.scss */
.empty-widgets p {
  color: #2a3170;
  font-size: 16px;
  margin-bottom: 20px;
}

/* line 882, app/assets/stylesheets/style.scss */
.btn {
  height: 40px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #2a3170;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

/* line 894, app/assets/stylesheets/style.scss */
.btn.green {
  background: #0099D8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

/* line 902, app/assets/stylesheets/style.scss */
.btn.blue {
  padding: 0 70px;
}

/* line 905, app/assets/stylesheets/style.scss */
.btn.widget-ico {
  background-image: none !important;
  padding-left: 9px !important;
  display: inline-flex !important;
}

/* line 911, app/assets/stylesheets/style.scss */
.btn.add {
  background-color: #03ab79;
  display: inline-block;
  text-align: center;
  padding: 9px 19px;
  height: auto;
  display: flex;
  align-items: center;
  background-image: url(/assets/btn-add-icn-29dfda6c7a7293503daad047df66bbdf16e6864f278b2a15858b0d6ac873038e.png);
  background-repeat: no-repeat;
  padding-left: 64px;
  background-position: 31px center;
  height: 22px;
  min-width: 88px;
  color: white !important;
}

/* line 926, app/assets/stylesheets/style.scss */
.btn.add:hover {
  color: white;
}

/* line 930, app/assets/stylesheets/style.scss */
.btn.add i {
  font-size: 20px;
  margin-right: 10px;
}

/* line 936, app/assets/stylesheets/style.scss */
.btn.suspend, .btn.edit, .btn.active {
  border-radius: 14px;
  padding: 5px 10px;
}

/* line 940, app/assets/stylesheets/style.scss */
.btn.suspend {
  background-color: #ca2149;
  height: 15px;
}

/* line 944, app/assets/stylesheets/style.scss */
.btn.edit {
  background-color: #acacac;
  height: 15px;
}

/* line 948, app/assets/stylesheets/style.scss */
.btn.active {
  background-color: #21ca97;
  display: inline;
}

/* line 953, app/assets/stylesheets/style.scss */
.width-100 {
  flex: 1;
}

/* line 956, app/assets/stylesheets/style.scss */
.header.notebg {
  background-image: url(/assets/notebg-006ff823d29e524874f88a91f219c3178101770c4636b84260d6e5827dc6ba8d.png);
  background-repeat-y: no-repeat;
  background-position-y: -18px;
  box-shadow: none;
  background-size: 10%;
}

/* line 965, app/assets/stylesheets/style.scss */
.input:not(.radio_buttons) label, .input:not(.boolean) label {
  display: block;
  height: 11px;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.45px;
  color: #494949;
  margin-bottom: 6px;
}

/* line 975, app/assets/stylesheets/style.scss */
.input:not(.radio_buttons) select, .input:not(.radio_buttons) input[type=text], .input:not(.radio_buttons) input[type=tel], .input:not(.radio_buttons) input[type=number], .input:not(.radio_buttons) input[type=password], .input:not(.radio_buttons) input[type=email], .input:not(.boolean) select, .input:not(.boolean) input[type=text], .input:not(.boolean) input[type=tel], .input:not(.boolean) input[type=number], .input:not(.boolean) input[type=password], .input:not(.boolean) input[type=email] {
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 6px;
  border: solid 0.5px #acacac;
  background-color: #f5f5f5;
  text-indent: 6px;
  width: 100%;
  margin-bottom: 27px;
}

/* line 987, app/assets/stylesheets/style.scss */
.input:not(.radio_buttons) select, .input:not(.boolean) select {
  height: 40px;
}

/* line 990, app/assets/stylesheets/style.scss */
.input:not(.radio_buttons) textarea, .input:not(.boolean) textarea {
  width: 100%;
  margin-bottom: 27px;
  min-height: 130px;
}

/* line 997, app/assets/stylesheets/style.scss */
.group {
  margin-bottom: 32px;
}

/* line 1000, app/assets/stylesheets/style.scss */
.group-of-two {
  width: 766px;
  display: flex;
  justify-content: space-around;
}

/* line 1004, app/assets/stylesheets/style.scss */
.group-of-two .input {
  min-height: 68px;
}

/* line 1007, app/assets/stylesheets/style.scss */
.group-of-two > * {
  flex: 1;
}

/* line 1012, app/assets/stylesheets/style.scss */
.configuration-button {
  padding: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #617e94;
  height: 220px;
  margin: 7px;
  text-decoration: none;
  text-align: center;
}

/* line 1023, app/assets/stylesheets/style.scss */
.configuration-button .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 40px);
}

/* line 1030, app/assets/stylesheets/style.scss */
.configuration-button img {
  margin-bottom: 20px;
}

/* line 1033, app/assets/stylesheets/style.scss */
.configuration-button:active, .configuration-button:hover {
  text-decoration: none;
}

/* line 1037, app/assets/stylesheets/style.scss */
.text-center {
  text-align: center;
}

/* line 1040, app/assets/stylesheets/style.scss */
.flex-column {
  flex-direction: column;
}

/* line 1043, app/assets/stylesheets/style.scss */
.flex-row {
  flex-direction: row;
}

/* line 1046, app/assets/stylesheets/style.scss */
.align-center {
  align-items: center;
}

/* line 1049, app/assets/stylesheets/style.scss */
.flex {
  display: flex;
}

/* line 1051, app/assets/stylesheets/style.scss */
.flex .center {
  justify-content: center;
}

/* line 1054, app/assets/stylesheets/style.scss */
.flex .space-between {
  justify-content: space-between;
}

/* line 1057, app/assets/stylesheets/style.scss */
.flex .space-around {
  justify-content: space-around;
}

/* line 1060, app/assets/stylesheets/style.scss */
.flex.row-3 {
  flex-wrap: wrap;
}

/* line 1062, app/assets/stylesheets/style.scss */
.flex.row-3 > * {
  width: 31%;
}

/* line 1069, app/assets/stylesheets/style.scss */
.home-select select {
  height: 40px;
  padding: 0 20px;
}

/* line 1073, app/assets/stylesheets/style.scss */
.width-100-percent {
  width: 100%;
}

/* line 1076, app/assets/stylesheets/style.scss */
.flex-end {
  justify-content: flex-end;
}

/* line 1079, app/assets/stylesheets/style.scss */
.flex-1 {
  flex: 1;
}

/* line 1082, app/assets/stylesheets/style.scss */
.flex-2 {
  flex: 2;
}

/* line 1085, app/assets/stylesheets/style.scss */
.flex-3 {
  flex: 3;
}

/* line 1088, app/assets/stylesheets/style.scss */
.wrapper {
  display: flex;
}

/* line 1094, app/assets/stylesheets/style.scss */
.pagination {
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

/* line 1098, app/assets/stylesheets/style.scss */
.pagination .current {
  background-color: #0099D8;
  color: white;
}

/* line 1103, app/assets/stylesheets/style.scss */
.pagination a, .pagination span, .pagination em {
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #acacac;
  width: 29px;
  height: 29px;
  border-radius: 5px;
  border: solid 1px #acacac;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* line 1118, app/assets/stylesheets/style.scss */
.flex-1 {
  flex: 1;
}

/* line 1121, app/assets/stylesheets/style.scss */
.alert {
  min-height: 74px;
  border-radius: 5px;
  color: white;
  position: absolute !important;
  left: 0;
  right: 0;
  width: 800px;
  max-width: 100%;
  margin: auto;
  top: 33px;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0.7px;
  color: #ffffff;
  display: flex;
  align-items: center;
  z-index: 9999;
}

/* line 1140, app/assets/stylesheets/style.scss */
.alert ul {
  padding: 0 20px;
  width: 100%;
}

/* line 1143, app/assets/stylesheets/style.scss */
.alert ul li {
  width: 100%;
}

/* line 1147, app/assets/stylesheets/style.scss */
.alert .inline-flex {
  display: inline-flex;
  align-items: center;
}

/* line 1150, app/assets/stylesheets/style.scss */
.alert .inline-flex > * {
  margin: 0 4px;
}

/* line 1155, app/assets/stylesheets/style.scss */
.alert .details {
  padding: 15px;
}

/* line 1158, app/assets/stylesheets/style.scss */
.alert .details li {
  font-size: 14px;
  padding: 4px;
}

/* line 1164, app/assets/stylesheets/style.scss */
.alert.alert-warning {
  background-color: #fcac54;
  color: white;
}

/* line 1168, app/assets/stylesheets/style.scss */
.alert.alert-alert {
  background-color: #ca2149;
}

/* line 1171, app/assets/stylesheets/style.scss */
.alert.alert-notice {
  background-color: #009d57;
}

/* line 1174, app/assets/stylesheets/style.scss */
.alert li {
  list-style: none;
}

/* line 1177, app/assets/stylesheets/style.scss */
.alert a.close {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
}

/* line 1191, app/assets/stylesheets/style.scss */
.checkbox input {
  margin-right: 18px;
  position: relative;
}

/* line 1195, app/assets/stylesheets/style.scss */
.checkbox input:checked::after {
  content: '\f00c';
  color: #03ab79;
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

/* line 1209, app/assets/stylesheets/style.scss */
.checkbox input::after {
  background-color: white;
  position: absolute;
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1px solid grey;
  left: -1px;
  top: -4px;
}

/* line 1222, app/assets/stylesheets/style.scss */
span.radio {
  position: relative;
}

/* line 1224, app/assets/stylesheets/style.scss */
span.radio label {
  padding-right: 10px;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 10px;
  font-weight: bold;
  color: #6f6f6f;
}

/* line 1233, app/assets/stylesheets/style.scss */
span.radio input {
  margin-right: 18px;
  position: relative;
}

/* line 1237, app/assets/stylesheets/style.scss */
span.radio input:checked::after {
  content: '\f00c';
  color: #03ab79;
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

/* line 1251, app/assets/stylesheets/style.scss */
span.radio input::after {
  background-color: white;
  position: absolute;
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1px solid grey;
  left: -1px;
  top: -4px;
}

/* line 1268, app/assets/stylesheets/style.scss */
.pointer {
  cursor: pointer;
}

/* line 1273, app/assets/stylesheets/style.scss */
.form-at-index {
  width: 417px;
}

/* line 1278, app/assets/stylesheets/style.scss */
#file-small {
  width: 255px;
  height: 96px;
}

/* line 1281, app/assets/stylesheets/style.scss */
#file-small #content {
  height: 71px;
  border-radius: 6px;
  border: dashed 1px #d2d2d2;
  background-color: #f5f5f5;
  font-family: Roboto;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #676767;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 1294, app/assets/stylesheets/style.scss */
#file-small #content .text {
  padding: 20px;
}

/* line 1300, app/assets/stylesheets/style.scss */
.green-text {
  color: #0099D8;
}

/* line 1303, app/assets/stylesheets/style.scss */
textarea {
  padding: 14px 17px 13px 15px;
  width: calc(255px - 30px);
  height: calc(71px - 28px);
  border-radius: 6px;
  border: solid 0.5px #d2d2d2;
  background-color: #f5f5f5;
}

/* line 1312, app/assets/stylesheets/style.scss */
#table-result-wrapper {
  height: 86%;
  display: flex;
  flex: 1;
}

/* line 1317, app/assets/stylesheets/style.scss */
#table-result-wrapper th:first-child, #table-result-wrapper td:first-child {
  text-align: initial !important;
}

/* line 1322, app/assets/stylesheets/style.scss */
#table-result-wrapper #borboleta th:first-child, #table-result-wrapper #borboleta td:first-child {
  text-align: end !important;
}

/* line 1326, app/assets/stylesheets/style.scss */
#table-result-wrapper #borboleta .filter-head th {
  padding-bottom: 10px;
}

/* line 1331, app/assets/stylesheets/style.scss */
#table-result-wrapper td, #table-result-wrapper th {
  text-align: end !important;
  padding-right: 70px !important;
}

/* line 1337, app/assets/stylesheets/style.scss */
h2.table-chart-title {
  font-size: 18px;
  color: #333333;
  padding-bottom: 16px;
  font-family: Roboto;
}

/* line 1343, app/assets/stylesheets/style.scss */
.table-chart-container {
  max-width: 100%;
  overflow-x: scroll;
}

/* line 1347, app/assets/stylesheets/style.scss */
.table-chart-container .table.table-chart {
  height: 97px;
  margin-top: 38px;
  margin-bottom: 58px;
  min-width: 1200px;
}

/* line 1352, app/assets/stylesheets/style.scss */
.table-chart-container .table.table-chart td {
  font-size: 12px;
  border-bottom: 1px solid;
  padding: 7px 10px !important;
  white-space: nowrap;
}

/* line 1360, app/assets/stylesheets/style.scss */
.table-chart-container .table.table-chart tr td:first-child {
  left: 0;
  position: sticky;
  background-color: white;
  z-index: 2;
  box-shadow: 5px 2px 6px -3px #acacac;
}

/* line 1367, app/assets/stylesheets/style.scss */
.table-chart-container .table.table-chart tr td:last-child {
  right: 0;
  position: sticky;
  background-color: white;
  z-index: 2;
  box-shadow: -5px 2px 6px -3px #acacac;
}

/* line 1378, app/assets/stylesheets/style.scss */
.formula-without-layout td {
  background-color: white !important;
  font-family: Roboto;
  font-size: 12px !important;
  letter-spacing: 0.6px;
  color: #617e94 !important;
  border: none;
  font-weight: 400 !important;
}

/* line 1390, app/assets/stylesheets/style.scss */
.formula-only-index td {
  color: #2a3170;
  background-color: #fcd6a6;
}

/* line 1397, app/assets/stylesheets/style.scss */
#table-result .cost-center-type-total {
  padding-right: 53px;
}

/* line 1400, app/assets/stylesheets/style.scss */
#table-result .indicator-total {
  text-align: right;
  width: 100%;
  padding-right: 10px;
}

/* line 1406, app/assets/stylesheets/style.scss */
#table-result tr td:nth-last-child(2), #table-result tr th:nth-last-child(2) {
  padding-right: 70px !important;
}

/* line 1411, app/assets/stylesheets/style.scss */
#table-result th {
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.55px;
  color: #2a3170;
}

/* line 1420, app/assets/stylesheets/style.scss */
#table-result.segmentado:not(.segmentado-by-month) tr:not(#principal) td:last-child, #table-result.segmentado:not(.segmentado-by-month) td:last-child {
  padding-right: 10px;
  display: flex;
  justify-content: flex-end !important;
  align-items: center;
}

/* line 1428, app/assets/stylesheets/style.scss */
#table-result.segmentado:not(.balance-table):not(.anexo-table) td:last-child {
  display: flex;
  right: 0;
  position: sticky;
  background-color: white;
  z-index: 2;
  box-shadow: -7px 17px 19px -3px #acacac;
  justify-content: space-between;
}

/* line 1440, app/assets/stylesheets/style.scss */
#table-result tr, #table-result tr td {
  height: 30px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 1445, app/assets/stylesheets/style.scss */
#table-result tr td, #table-result tr th {
  font-size: 12px;
  height: 27px;
}

/* line 1449, app/assets/stylesheets/style.scss */
#table-result tr td:nth-child(2), #table-result tr th:nth-child(2) {
  padding-left: 70px;
}

/* line 1452, app/assets/stylesheets/style.scss */
#table-result tr td:last-child, #table-result tr th:last-child {
  padding-left: 70px;
}

/* line 1458, app/assets/stylesheets/style.scss */
#table-result tr#principal td {
  background-color: #f5f5f5;
  color: #0099D8;
  font-weight: bold;
}

/* line 1467, app/assets/stylesheets/style.scss */
#table-result.without-acumulado tr td:last-child, #table-result.without-acumulado tr th:last-child {
  padding-left: 0px;
  border-left: inherit;
}

/* line 1481, app/assets/stylesheets/style.scss */
.filteredRow {
  background-color: #21ca9733;
}

/* line 1484, app/assets/stylesheets/style.scss */
.hover-row, .hover-row.formula-formula-especial {
  background-color: #cef7f8 !important;
}

/* line 1487, app/assets/stylesheets/style.scss */
.hover-row td, .hover-row.formula-formula-especial td {
  background-color: #cef7f8 !important;
}

/* line 1492, app/assets/stylesheets/style.scss */
#borboleta {
  display: flex;
  width: 100%;
  max-height: 63vh;
  overflow-y: scroll;
}

/* line 1497, app/assets/stylesheets/style.scss */
#borboleta tr, #borboleta td {
  height: 35px !important;
}

/* line 1501, app/assets/stylesheets/style.scss */
#borboleta .formula-only-index, #borboleta .formula-only-index td {
  color: #2a3170;
  background-color: #fcd6a6;
}

/* line 1505, app/assets/stylesheets/style.scss */
#borboleta .formula-formula-normal:not(.formula-only-index), #borboleta .formula-formula-normal:not(.formula-only-index) td {
  background-color: #f5f5f5;
  color: #0099D8;
  font-weight: bold;
}

/* line 1510, app/assets/stylesheets/style.scss */
#borboleta .formula-grouped-grupo_especial:not(.formula-only-index), #borboleta .formula-grouped-grupo_especial:not(.formula-only-index) td {
  background-color: #f5f5f5;
  color: #0099D8;
  font-weight: bold;
}

/* line 1516, app/assets/stylesheets/style.scss */
#borboleta .formula-formula-especial, #borboleta .formula-formula-especial td {
  color: #5d92c5;
  background-color: white;
  font-style: italic;
}

/* line 1522, app/assets/stylesheets/style.scss */
#borboleta .green-text {
  color: #0099D8;
}

/* line 1526, app/assets/stylesheets/style.scss */
#borboleta h3 {
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #0099D8;
  padding-bottom: 23px;
  text-align: center;
  border-bottom: 0.5px solid #acacac;
  display: block;
  margin-bottom: 33px;
}

/* line 1537, app/assets/stylesheets/style.scss */
#borboleta input {
  min-width: 100px;
  width: 100px;
  height: 40px;
  border-radius: 6px;
  border: solid 0.5px #acacac;
  background-color: #f5f5f5;
  color: #617e94;
}

/* line 1546, app/assets/stylesheets/style.scss */
#borboleta > .central {
  flex: 1;
  height: 100%;
  box-shadow: 0px 13px 6px 0px #acacac;
  z-index: 2;
}

/* line 1560, app/assets/stylesheets/style.scss */
#borboleta > .central .central-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1566, app/assets/stylesheets/style.scss */
#borboleta > .central tr, #borboleta > .central td {
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1572, app/assets/stylesheets/style.scss */
#borboleta > .lateral-left {
  flex: 3;
}

/* line 1576, app/assets/stylesheets/style.scss */
#borboleta > .lateral-left .green-text td {
  color: #0099D8;
}

/* line 1581, app/assets/stylesheets/style.scss */
#borboleta > .lateral-left table {
  table-layout: fixed;
}

/* line 1583, app/assets/stylesheets/style.scss */
#borboleta > .lateral-left table th:nth-child(5), #borboleta > .lateral-left table th:nth-child(4) {
  width: 85px;
}

/* line 1586, app/assets/stylesheets/style.scss */
#borboleta > .lateral-left table td:last-child {
  padding-right: 10px;
}

/* line 1591, app/assets/stylesheets/style.scss */
#borboleta > .lateral-right {
  flex: 3;
}

/* line 1595, app/assets/stylesheets/style.scss */
#borboleta > .lateral-right .green-text td {
  color: #0099D8;
}

/* line 1599, app/assets/stylesheets/style.scss */
#borboleta > .lateral-right table {
  table-layout: fixed;
}

/* line 1601, app/assets/stylesheets/style.scss */
#borboleta > .lateral-right table th:nth-child(5), #borboleta > .lateral-right table th:nth-child(4) {
  width: 85px;
}

/* line 1607, app/assets/stylesheets/style.scss */
#borboleta .filter-head {
  margin-bottom: 10px;
  position: relative;
}

/* line 1610, app/assets/stylesheets/style.scss */
#borboleta .filter-head input {
  max-width: 65px;
  min-width: 65px;
  font-size: 11px;
}

/* line 1617, app/assets/stylesheets/style.scss */
#borboleta .filter-head:nth-child(1) th:first-child:before {
  content: '';
  background: white;
  width: 314px;
  height: 200px;
  display: block;
  position: absolute;
  left: -262px;
  top: -136px;
}

/* line 1632, app/assets/stylesheets/style.scss */
#borboleta tbody tr {
  height: 40px;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #617e94;
}

/* line 1652, app/assets/stylesheets/style.scss */
.companies-table tbody tr {
  height: 40px;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #617e94;
}

/* line 1667, app/assets/stylesheets/style.scss */
.react-datepicker__navigation {
  height: 0px !important;
}

/* line 1670, app/assets/stylesheets/style.scss */
.react-datepicker__tab-loop {
  width: 0px !important;
}

/* line 1673, app/assets/stylesheets/style.scss */
.daterange {
  display: flex;
}

/* line 1676, app/assets/stylesheets/style.scss */
.daterange > div {
  width: 80px;
  max-width: 100%;
  max-height: 40px;
}

/* line 1680, app/assets/stylesheets/style.scss */
.daterange > div input {
  max-width: 100%;
}

/* line 1685, app/assets/stylesheets/style.scss */
.react-datepicker-wrapper:nth-child(1) {
  margin-right: -2px;
}

/* line 1689, app/assets/stylesheets/style.scss */
.react-datepicker__input-container {
  height: 40px;
}

/* line 1692, app/assets/stylesheets/style.scss */
thead th {
  background: white;
  position: sticky !important;
  top: 0;
  z-index: 3;
}

/* line 1699, app/assets/stylesheets/style.scss */
table.cost-center tr, table.cost-center td, table.cost-center th {
  position: relative;
}

/* line 1702, app/assets/stylesheets/style.scss */
table.cost-center thead th {
  background: white;
  position: sticky !important;
  top: 0;
  z-index: 2;
}

/* line 1708, app/assets/stylesheets/style.scss */
table.cost-center input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/* line 1716, app/assets/stylesheets/style.scss */
table.cost-center input[type="checkbox"]:after {
  background: #F6AB52;
  content: 'variavel';
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  color: white;
  justify-content: center;
  align-items: center;
}

/* line 1727, app/assets/stylesheets/style.scss */
table.cost-center input[type="checkbox"]:checked:after {
  background: #2AB7BA;
  content: 'fixo';
}

/* line 1735, app/assets/stylesheets/style.scss */
.table.borboletachart td, .table.borboletachart th {
  text-align: right;
  padding-right: 10px !important;
}

/* line 1739, app/assets/stylesheets/style.scss */
.table.borboletachart th:first-child, .table.borboletachart td:first-child {
  text-align: left;
}

/* line 1742, app/assets/stylesheets/style.scss */
.table.borboletachart td {
  font-size: 12px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 40px;
  padding: 0 8px;
  border-color: #f1f1f1;
}

/* line 1750, app/assets/stylesheets/style.scss */
.table.borboletachart th {
  background-color: white;
  color: #2a3170;
  font-size: 12px;
  padding: 0 8px;
}

/* line 1757, app/assets/stylesheets/style.scss */
.table.borboletachart tr:hover {
  background-color: #cef7f8 !important;
}

/* line 1758, app/assets/stylesheets/style.scss */
.table.borboletachart tr:hover td {
  background-color: #cef7f8 !important;
}

/* line 1764, app/assets/stylesheets/style.scss */
.table.borboletachart thead tr {
  height: 36px !important;
}

/* line 1770, app/assets/stylesheets/style.scss */
.table.borboletachart .formula-formula-normal:not(.formula-only-index), .table.borboletachart .formula-formula-normal:not(.formula-only-index) td {
  background-color: #f5f5f5;
  color: #0099D8;
  font-weight: bold;
  border: none;
}

/* line 1776, app/assets/stylesheets/style.scss */
.table.borboletachart .formula-grouped-especial:not(.formula-only-index), .table.borboletachart .formula-grouped-especial:not(.formula-only-index) td {
  background-color: #f5f5f5;
  color: #0099D8;
  font-weight: bold;
  border: none;
}

/* line 1785, app/assets/stylesheets/style.scss */
.formula-tabs {
  width: 100%;
}

/* line 1787, app/assets/stylesheets/style.scss */
.formula-tabs .menu {
  justify-content: flex-end;
}

/* line 1789, app/assets/stylesheets/style.scss */
.formula-tabs .menu .active a {
  color: #39aeb5;
}

/* line 1792, app/assets/stylesheets/style.scss */
.formula-tabs .menu a {
  margin: 0 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #2a3170;
  margin: 0 15px;
  cursor: pointer;
  text-decoration: none;
}

/* line 1806, app/assets/stylesheets/style.scss */
#q_label, #q {
  margin-bottom: 0;
}

/* line 1810, app/assets/stylesheets/style.scss */
.container-subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 1818, app/assets/stylesheets/style.scss */
.single-line div {
  max-height: 45px;
}

/* line 1821, app/assets/stylesheets/style.scss */
.single-line div div {
  padding-top: 0px !important;
}

/* line 1824, app/assets/stylesheets/style.scss */
.single-line div div div {
  display: flex !important;
  align-items: center !important;
  padding-left: 5px !important;
}

/* line 1830, app/assets/stylesheets/style.scss */
.single-line div div input {
  padding: 5px !important;
}

/* line 1835, app/assets/stylesheets/style.scss */
.single-line input {
  padding: 4px;
}

/* line 1841, app/assets/stylesheets/style.scss */
.upload .title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #2a3170;
  text-align: left;
  padding: 20px;
}

/* line 1851, app/assets/stylesheets/style.scss */
.upload .send-file {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f1f1f1;
  border: solid 0.5px #acacac;
  margin-right: 10px;
}

/* line 1860, app/assets/stylesheets/style.scss */
.upload .send-file i {
  font-size: 40px;
  color: #2a3170;
}

/* line 1865, app/assets/stylesheets/style.scss */
.upload .send-file .btn-download {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 30px;
  padding: 15px;
  background-color: #0099D8;
  color: white;
  border-radius: 7px;
}

/* line 1879, app/assets/stylesheets/style.scss */
.balance_sheets .title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #2a3170;
  text-align: left;
  padding: 20px;
}

/* line 1889, app/assets/stylesheets/style.scss */
.balance_sheets select {
  max-width: 100px;
}

/* line 1893, app/assets/stylesheets/style.scss */
.balance_sheets .subtitle {
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #2a3170;
  text-align: left;
  padding: 10px;
}

/* line 1903, app/assets/stylesheets/style.scss */
.balance_sheets .continue-parametrization {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f1f1f1;
  border: solid 0.5px #acacac;
  margin-right: 10px;
}

/* line 1914, app/assets/stylesheets/style.scss */
.upload-balancete .input {
  margin-right: 10px;
  flex: 1 1 auto;
}

/* line 1919, app/assets/stylesheets/style.scss */
.input.date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1927, app/assets/stylesheets/style.scss */
.grid-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

/* line 1932, app/assets/stylesheets/style.scss */
.grid-item {
  flex-basis: 20%;
  -ms-flex: auto;
  width: 259px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 3000px) {
  /* line 1941, app/assets/stylesheets/style.scss */
  .grid-item {
    flex-basis: 25%;
  }
}

@media (max-width: 2300px) {
  /* line 1946, app/assets/stylesheets/style.scss */
  .grid-item {
    flex-basis: 33%;
  }
}

@media (max-width: 1846px) {
  /* line 1951, app/assets/stylesheets/style.scss */
  .grid-item {
    flex-basis: 50%;
  }
}

@media (max-width: 1316px) {
  /* line 1956, app/assets/stylesheets/style.scss */
  .grid-item {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 240px) {
  /* line 1961, app/assets/stylesheets/style.scss */
  html, body {
    font-size: 9.6px;
  }
}

@media screen and (min-width: 480px) {
  /* line 1966, app/assets/stylesheets/style.scss */
  html, body {
    font-size: 11.273px;
  }
}

@media screen and (min-width: 768px) {
  /* line 1972, app/assets/stylesheets/style.scss */
  .chart_css {
    margin-left: 10%;
    position: relative;
    margin-top: -20%;
  }
}

@media screen and (min-width: 1280px) {
  /* line 1980, app/assets/stylesheets/style.scss */
  .chart_css {
    margin-left: 24%;
    position: relative;
    margin-top: -47%;
  }
}

@media screen and (min-width: 1440px) {
  /* line 1988, app/assets/stylesheets/style.scss */
  .chart_css {
    margin-left: 16%;
    position: relative;
    margin-top: -20%;
  }
}

@media screen and (min-width: 1920px) {
  /* line 1996, app/assets/stylesheets/style.scss */
  .chart_css {
    margin-left: 10%;
    position: relative;
    margin-top: -10%;
  }
}

/* line 2002, app/assets/stylesheets/style.scss */
table .last-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

/* line 2007, app/assets/stylesheets/style.scss */
table .last-line label {
  margin-right: 10px;
  width: 100%;
  display: inline-block !important;
}

/* line 2015, app/assets/stylesheets/style.scss */
table .last-column label {
  width: 100%;
  margin-right: 10px;
}

/* line 2022, app/assets/stylesheets/style.scss */
.bg-content.with-header {
  max-width: calc(100vw - 154px);
}

/* line 2024, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result {
  white-space: nowrap;
}

/* line 2026, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result tr:hover {
  background-color: #cef7f8 !important;
}

/* line 2028, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result tr:hover td {
  background-color: #cef7f8 !important;
}

/* line 2033, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result td:nth-child(13) {
  padding-right: 20px;
}

/* line 2036, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result th:nth-child(13) {
  padding-right: 20px;
}

/* line 2042, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result tr td:first-child {
  /* Stick to the left */
  left: 0;
  position: sticky;
  background-color: white;
  /* Displayed on top of other rows when scrolling */
  z-index: 2;
}

/* line 2051, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result tr th:first-child {
  /* Stick to the left */
  left: 0;
  position: sticky;
  background-color: white;
  /* Displayed on top of other rows when scrolling */
  z-index: 4;
}

/* line 2063, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result:not(.balance-table):not(.anexo-table) td:first-child {
  box-shadow: -1px 15px 18px -3px #acacac;
}

/* line 2066, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result:not(.balance-table):not(.anexo-table) td:last-child {
  /* Stick to the left */
  right: 0;
  position: sticky;
  background-color: white;
  /* Displayed on top of other rows when scrolling */
  z-index: 2;
  box-shadow: -1px 15px 19px -3px #acacac;
}

/* line 2075, app/assets/stylesheets/style.scss */
.bg-content.with-header #table-result:not(.balance-table):not(.anexo-table) th:last-child {
  /* Stick to the left */
  right: 0;
  position: sticky;
  background-color: white;
  /* Displayed on top of other rows when scrolling */
  z-index: 4;
}

/* line 2086, app/assets/stylesheets/style.scss */
.formula-formula-especial {
  color: #5d92c5 !important;
  background-color: white !important;
  font-style: italic;
}

/* line 2087, app/assets/stylesheets/style.scss */
.formula-formula-especial td {
  color: #5d92c5 !important;
  background-color: white !important;
  height: 40px !important;
}

/* line 2096, app/assets/stylesheets/style.scss */
.formula-formula-especial:hover td {
  color: #5d92c5 !important;
}

/* line 2101, app/assets/stylesheets/style.scss */
.max-width-50 {
  max-width: 50px;
}

/* line 2105, app/assets/stylesheets/style.scss */
#month-range-input {
  position: relative;
  min-width: 60px;
}

/* line 2108, app/assets/stylesheets/style.scss */
#month-range-input .input {
  border-radius: 6px;
  border: solid 0.5px #acacac;
  background-color: #f5f5f5;
  padding: 6px 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2117, app/assets/stylesheets/style.scss */
#month-range-input .input .calendar-ico {
  height: 15px;
}

/* line 2120, app/assets/stylesheets/style.scss */
#month-range-input .input .year {
  font-size: 10px;
  text-align: left;
  color: #676767;
  font-weight: 300;
}

/* line 2126, app/assets/stylesheets/style.scss */
#month-range-input .input .months {
  font-weight: bold;
  text-transform: capitalize;
  color: #676767;
  text-align: left;
}

/* line 2135, app/assets/stylesheets/style.scss */
#month-range-input .selector {
  border-radius: 6px;
  border: solid 0.5px #acacac;
  width: 246px;
  position: absolute;
  top: 45px;
  left: calc(100% - 130px);
  background: #f5f5f5;
  z-index: 5;
  overflow: hidden;
}

/* line 2145, app/assets/stylesheets/style.scss */
#month-range-input .selector.single {
  width: 100px;
  left: calc(100% - 58px);
}

/* line 2149, app/assets/stylesheets/style.scss */
#month-range-input .selector .defined-year {
  align-items: center;
  justify-content: center;
  display: flex;
}

/* line 2154, app/assets/stylesheets/style.scss */
#month-range-input .selector .chevron {
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* line 2160, app/assets/stylesheets/style.scss */
#month-range-input .selector .chevron:hover {
  background-color: #acacac;
}

/* line 2165, app/assets/stylesheets/style.scss */
#month-range-input .selector .disabled {
  color: #d8d8d8;
}

/* line 2168, app/assets/stylesheets/style.scss */
#month-range-input .selector .year-selector {
  background: #eaeaea;
  display: flex;
  justify-content: space-evenly;
  padding: 13px 26px;
  color: #676767;
}

/* line 2175, app/assets/stylesheets/style.scss */
#month-range-input .selector .months-selector {
  display: flex;
  justify-content: space-around;
  text-align: center;
  color: #676767;
  font-weight: 500;
  text-transform: capitalize;
}

/* line 2182, app/assets/stylesheets/style.scss */
#month-range-input .selector .months-selector .month-row {
  padding: 6px 0;
  cursor: default;
}

/* line 2185, app/assets/stylesheets/style.scss */
#month-range-input .selector .months-selector .month-row.active {
  background-color: #0099D8;
  color: #fff;
}

/* line 2191, app/assets/stylesheets/style.scss */
#month-range-input .selector .months-selector .center-line {
  height: 312px;
  width: 1px;
  background: #eaeaea;
  display: block;
}

/* line 2198, app/assets/stylesheets/style.scss */
#month-range-input .selector .filter-button {
  text-align: center;
  padding: 10px;
  background: #eaeaea;
  cursor: pointer;
}

/* line 2207, app/assets/stylesheets/style.scss */
.lateral-menu-button:hover .lateral-menu-icon {
  background: white !important;
}

/* line 2210, app/assets/stylesheets/style.scss */
.report-widget {
  height: calc(100vh - 386px);
  overflow-y: scroll;
}

/* line 2215, app/assets/stylesheets/style.scss */
.popup .report-widget {
  height: 100vh;
  overflow-y: scroll;
}

/* line 2221, app/assets/stylesheets/style.scss */
.front-dashboard-form select, .front-dashboard-form input[type=text] {
  width: 368px;
  height: 40px;
}

/* line 2225, app/assets/stylesheets/style.scss */
.front-dashboard-form .front_dashboard_formula_is_charge {
  margin: 20px 0;
}

@media screen and (max-device-width: 880px) {
  /* line 2232, app/assets/stylesheets/style.scss */
  #borboleta .filter-head:nth-child(1) th:first-child:before {
    content: '';
    background: white;
    width: 370px;
    height: 200px;
    display: block;
    position: absolute;
    left: -360px;
    top: -136px;
  }
  /* line 2243, app/assets/stylesheets/style.scss */
  table:not(.borboletachart) tr, table:not(.borboletachart) th, table:not(.borboletachart) td, table:not(.borboletachart) p {
    font-size: 15px !important;
  }
  /* line 2246, app/assets/stylesheets/style.scss */
  table:not(.borboletachart) .flex-chart p {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  /* line 2253, app/assets/stylesheets/style.scss */
  table:not(.borboletachart) #principal td:last-child, table:not(.borboletachart) #principal th:last-child, table:not(.borboletachart) tr td:last-child, table:not(.borboletachart) tr th:last-child {
    box-shadow: none !important;
  }
  /* line 2258, app/assets/stylesheets/style.scss */
  table:not(.borboletachart) td:last-child {
    padding-right: 4px !important;
    display: flex;
    border-left: 1px solid grey;
  }
  /* line 2274, app/assets/stylesheets/style.scss */
  table:not(.borboletachart) td {
    box-shadow: none !important;
  }
  /* line 2279, app/assets/stylesheets/style.scss */
  #borboleta table td:last-child {
    padding-right: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
  }
  /* line 2288, app/assets/stylesheets/style.scss */
  .lateral-left table, .lateral-right table {
    min-width: 718px;
  }
}

@media (min-width: 992px) {
  /* line 2294, app/assets/stylesheets/style.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 2301, app/assets/stylesheets/style.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 2308, app/assets/stylesheets/style.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 2314, app/assets/stylesheets/style.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 2320, app/assets/stylesheets/style.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2326, app/assets/stylesheets/style.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2332, app/assets/stylesheets/style.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2338, app/assets/stylesheets/style.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2344, app/assets/stylesheets/style.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2350, app/assets/stylesheets/style.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2356, app/assets/stylesheets/style.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2362, app/assets/stylesheets/style.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2368, app/assets/stylesheets/style.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2374, app/assets/stylesheets/style.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 50, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2380, app/assets/stylesheets/style.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 52, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2385, app/assets/stylesheets/style.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2390, app/assets/stylesheets/style.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2395, app/assets/stylesheets/style.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2400, app/assets/stylesheets/style.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2405, app/assets/stylesheets/style.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 2410, app/assets/stylesheets/style.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 2415, app/assets/stylesheets/style.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 2420, app/assets/stylesheets/style.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 2425, app/assets/stylesheets/style.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 2430, app/assets/stylesheets/style.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 2435, app/assets/stylesheets/style.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 2440, app/assets/stylesheets/style.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 2445, app/assets/stylesheets/style.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 2450, app/assets/stylesheets/style.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 2455, app/assets/stylesheets/style.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 2460, app/assets/stylesheets/style.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 2465, app/assets/stylesheets/style.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 2470, app/assets/stylesheets/style.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2475, app/assets/stylesheets/style.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2480, app/assets/stylesheets/style.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2485, app/assets/stylesheets/style.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2490, app/assets/stylesheets/style.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2495, app/assets/stylesheets/style.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2500, app/assets/stylesheets/style.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2505, app/assets/stylesheets/style.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2510, app/assets/stylesheets/style.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2516, app/assets/stylesheets/style.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 38, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2523, app/assets/stylesheets/style.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2530, app/assets/stylesheets/style.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2536, app/assets/stylesheets/style.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2542, app/assets/stylesheets/style.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2548, app/assets/stylesheets/style.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2554, app/assets/stylesheets/style.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2560, app/assets/stylesheets/style.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2566, app/assets/stylesheets/style.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2572, app/assets/stylesheets/style.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2578, app/assets/stylesheets/style.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2584, app/assets/stylesheets/style.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2590, app/assets/stylesheets/style.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 45, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2596, app/assets/stylesheets/style.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 50, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2602, app/assets/stylesheets/style.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 52, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2607, app/assets/stylesheets/style.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2612, app/assets/stylesheets/style.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2617, app/assets/stylesheets/style.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2622, app/assets/stylesheets/style.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2627, app/assets/stylesheets/style.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2632, app/assets/stylesheets/style.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2637, app/assets/stylesheets/style.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2642, app/assets/stylesheets/style.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2647, app/assets/stylesheets/style.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2652, app/assets/stylesheets/style.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2657, app/assets/stylesheets/style.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2662, app/assets/stylesheets/style.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2667, app/assets/stylesheets/style.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 55, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2672, app/assets/stylesheets/style.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2677, app/assets/stylesheets/style.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2682, app/assets/stylesheets/style.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2687, app/assets/stylesheets/style.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2692, app/assets/stylesheets/style.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2697, app/assets/stylesheets/style.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2702, app/assets/stylesheets/style.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2707, app/assets/stylesheets/style.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2712, app/assets/stylesheets/style.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2717, app/assets/stylesheets/style.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2722, app/assets/stylesheets/style.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2727, app/assets/stylesheets/style.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 61, /mnt/c/Users/lucas/Documents/Projects/Agrega/cash/app/assets/stylesheets/angle/bootstrap/mixins/_grid-framework.scss */
  /* line 2732, app/assets/stylesheets/style.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 2736, app/assets/stylesheets/style.scss */
#q_razao_social {
  margin-bottom: 0;
}
/* Example Styles for React Tags*/
/* line 2, app/assets/stylesheets/tag_builder.scss */
#app {
  padding: 40px;
}

/* line 6, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__tags {
  position: relative;
}

/* Styles for the input */
/* line 11, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__tagInput {
  width: 200px;
  border-radius: 2px;
  display: inline-block;
}

/* line 16, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__tagInput input.ReactTags__tagInputField,
div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
  height: 31px;
  margin: 0;
  font-size: 12px;
  width: 100%;
  border: 1px solid #eee;
  padding: 0 4px;
}

/* Styles for selected tags */
/* line 27, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__selected span.ReactTags__tag {
  border: 1px solid #ddd;
  background: #eee;
  font-size: 12px;
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  cursor: move;
  border-radius: 2px;
}

/* line 37, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__selected a.ReactTags__remove {
  color: #aaa;
  margin-left: 5px;
  cursor: pointer;
}

/* Styles for suggestions */
/* line 44, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__suggestions {
  position: absolute;
}

/* line 47, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__suggestions ul {
  list-style-type: none;
  box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.2);
  background: white;
  width: 200px;
}

/* line 53, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__suggestions li {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  margin: 0;
}

/* line 58, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__suggestions li mark {
  text-decoration: underline;
  background: none;
  font-weight: 600;
}

/* line 63, app/assets/stylesheets/tag_builder.scss */
div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
  background: #b7cfe0;
  cursor: pointer;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 # Or if using bootstrap v3:

 */
body{
	margin: 0;
}

.btn-action {
	padding-top: 10px !important;
	min-width: 70px !important;
}

.status-icon {
	margin-top: 27px;
	margin-left: -20px;
	color: white;
	text-transform: lowercase;
}

.sended {
	background-color: cadetblue;
}
.accepted {
	background-color: darkslategrey;
}
.read {
	background-color: darkgoldenrod;
}
.send_error {
	background-color: red;
}

.btn-remove-association {
	padding: 0px !important;
	padding-top: 5px !important;
	border-radius: 16px !important;
	height: 32px !important;
	width: 32px !important;
	margin-top: 20px;
	border-color: gray !important;
	background-color: aliceblue !important;
	margin-left: -20px;
}

.nested-fields {
	margin-bottom: -26px;
}

.select2 {
	width: 100%;
}

.select2-container--default .select2-selection--single {
	background-color: whitesmoke !important;
	height: 40px !important;
	border-radius: 6px !important;
	margin-bottom: 30px;
}
.select2-selection__arrow{
	margin-top: 6px;
}
.select2-selection__rendered{
	margin-top: 6px;
	padding-left: 6px !important;
}

.select2-container--open .select2-dropdown--below {
	margin-top: -30px !important;
}

.check-label {
	vertical-align: text-bottom;
	margin-right: 10px !important;
	margin-top: 12px !important;
}

.active {
	background-color: rgb(12, 121, 85);
	color: white;
}

.waiting {
	background-color: darkgoldenrod;
	border: 1px solid darkgoldenrod;
	color: white;
}
.edit_btn{
	background-color: #808080;
	border: 1px solid #808080;
	color: white;

}
.delete_btn{
	background-color: red;
	border: 1px solid red;
	color: white;

}
.suspended {
	background-color: red;
	border: 1px solid red;
	color: white;
}

.finalized {
	background-color: darkslategrey;
	border: 1px solid darkslategrey;
	color: white;
}

.suspended-button {
	background-color: red;
	border: 1px solid red;
	color: white;
}
.no-suspended-button {
	background-color: none;
	border: 1px solid red;
	color: red;
}

.bg-content.with-header.resumo-executivo-content {
  width: 100%;
  margin-top: -37%;
}
.bg-content.with-header.resumo-executivo-contnt {
	width: 100%;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-ab48303af338f909f2b00197930617e78757aa05fe25a2e4c2b79743aef3d252.eot);
  src: url(/assets/fontawesome-webfont-ab48303af338f909f2b00197930617e78757aa05fe25a2e4c2b79743aef3d252.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-38af9ab8e8340ebba0182e7f6c9ec81038a1fcc162de3393a51bbb9a4153259d.woff2) format('woff2'), url(/assets/fontawesome-webfont-a59f843b55ac195f9f654415c4b63d7936df8d3b8ff70e6a5798007bbcc0733a.woff) format('woff'), url(/assets/fontawesome-webfont-bfd12acc5442a32d63b289c2466d1ae5d13bb2c4be76703b28e25ade7f602532.ttf) format('truetype'), url(/assets/fontawesome-webfont-943c0380c1e1c7d9e167602b295fbafb8dd6c65cc0bab582edd83a01b08ed44f.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
