.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #d70206; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*# sourceMappingURL=chartist.css.map */
.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px) and (max-width:767px){.container{max-width:748px}.hidden-xs{display:block!important}}@media (min-width:480px){.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{float:left}.col-ms-12{width:100%}.col-ms-11{width:91.66666667%}.col-ms-10{width:83.33333333%}.col-ms-9{width:75%}.col-ms-8{width:66.66666667%}.col-ms-7{width:58.33333333%}.col-ms-6{width:50%}.col-ms-5{width:41.66666667%}.col-ms-4{width:33.33333333%}.col-ms-3{width:25%}.col-ms-2{width:16.66666667%}.col-ms-1{width:8.33333333%}.col-ms-pull-12{right:100%}.col-ms-pull-11{right:91.66666667%}.col-ms-pull-10{right:83.33333333%}.col-ms-pull-9{right:75%}.col-ms-pull-8{right:66.66666667%}.col-ms-pull-7{right:58.33333333%}.col-ms-pull-6{right:50%}.col-ms-pull-5{right:41.66666667%}.col-ms-pull-4{right:33.33333333%}.col-ms-pull-3{right:25%}.col-ms-pull-2{right:16.66666667%}.col-ms-pull-1{right:8.33333333%}.col-ms-pull-0{right:auto}.col-ms-push-12{left:100%}.col-ms-push-11{left:91.66666667%}.col-ms-push-10{left:83.33333333%}.col-ms-push-9{left:75%}.col-ms-push-8{left:66.66666667%}.col-ms-push-7{left:58.33333333%}.col-ms-push-6{left:50%}.col-ms-push-5{left:41.66666667%}.col-ms-push-4{left:33.33333333%}.col-ms-push-3{left:25%}.col-ms-push-2{left:16.66666667%}.col-ms-push-1{left:8.33333333%}.col-ms-push-0{left:auto}.col-ms-offset-12{margin-left:100%}.col-ms-offset-11{margin-left:91.66666667%}.col-ms-offset-10{margin-left:83.33333333%}.col-ms-offset-9{margin-left:75%}.col-ms-offset-8{margin-left:66.66666667%}.col-ms-offset-7{margin-left:58.33333333%}.col-ms-offset-6{margin-left:50%}.col-ms-offset-5{margin-left:41.66666667%}.col-ms-offset-4{margin-left:33.33333333%}.col-ms-offset-3{margin-left:25%}.col-ms-offset-2{margin-left:16.66666667%}.col-ms-offset-1{margin-left:8.33333333%}.col-ms-offset-0{margin-left:0}}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.visible-ms,.visible-xs{display:none!important}.visible-ms-block,.visible-ms-inline,.visible-ms-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:479px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:480px) and (max-width:767px){.visible-ms{display:block!important}table.visible-ms{display:table!important}tr.visible-ms{display:table-row!important}td.visible-ms,th.visible-ms{display:table-cell!important}.visible-ms-block{display:block!important}.visible-ms-inline{display:inline!important}.visible-ms-inline-block{display:inline-block!important}.hidden-ms{display:none!important}}@media (max-width:479px){.hidden-xs{display:none!important}}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://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;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
 * 
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* Picked from bootstrap: .popover, .btn, .text-primary */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  /* The following are set in WordPress (wp-admin/css/revisions.css) - reset them to initial values */
  overflow:visible;
  margin:0;
  padding:0;
  z-index:auto;
  background-color:transparent;
  -webkit-box-shadow:none;
  box-shadow:none;
  bottom:auto;
  left:auto;
  right:auto;
  top:auto;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;

}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.text-primary {
  color: #428bca;
}

/*!
 * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
 */

.clockpicker .input-group-addon {
	cursor: pointer;
}
.clockpicker-moving {
	cursor: move;
}
.clockpicker-align-left.popover > .arrow {
	left: 25px;
}
.clockpicker-align-top.popover > .arrow {
	top: 17px;
}
.clockpicker-align-right.popover > .arrow {
	left: auto;
	right: 25px;
}
.clockpicker-align-bottom.popover > .arrow {
	top: auto;
	bottom: 6px;
}
.clockpicker-popover .popover-title {
	background-color: #fff;
	color: #999;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.clockpicker-popover .popover-title span {
	cursor: pointer;
}
.clockpicker-popover .popover-content {
	background-color: #f8f8f8;
	padding: 12px;
}
.popover-content:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.clockpicker-plate {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	overflow: visible;
	position: relative;
	/* Disable text selection highlighting. Thanks to Hermanya */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
	width: 200px;
	height: 200px;
	position: absolute;
	left: -1px;
	top: -1px;
}
.clockpicker-minutes {
	visibility: hidden;
}
.clockpicker-tick {
	border-radius: 50%;
	color: #666;
	line-height: 26px;
	text-align: center;
	width: 26px;
	height: 26px;
	position: absolute;
	cursor: pointer;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
	background-color: rgb(192, 229, 247);
	background-color: rgba(0, 149, 221, .25);
}
.clockpicker-button {
	background-image: none;
	background-color: #fff;
	border-width: 1px 0 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin: 0;
	padding: 10px 0;
}
.clockpicker-button:hover {
	background-image: none;
	background-color: #ebebeb;
}
.clockpicker-button:focus {
	outline: none!important;
}
.clockpicker-dial {
	-webkit-transition: -webkit-transform 350ms, opacity 350ms;
	-moz-transition: -moz-transform 350ms, opacity 350ms;
	-ms-transition: -ms-transform 350ms, opacity 350ms;
	-o-transition: -o-transform 350ms, opacity 350ms;
	transition: transform 350ms, opacity 350ms;
}
.clockpicker-dial-out {
	opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
	-webkit-transform: scale(.8, .8);
	-moz-transform: scale(.8, .8);
	-ms-transform: scale(.8, .8);
	-o-transform: scale(.8, .8);
	transform: scale(.8, .8);
}
.clockpicker-canvas {
	-webkit-transition: opacity 175ms;
	-moz-transition: opacity 175ms;
	-ms-transition: opacity 175ms;
	-o-transition: opacity 175ms;
	transition: opacity 175ms;
}
.clockpicker-canvas-out {
	opacity: 0.25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
	stroke: none;
	fill: rgb(0, 149, 221);
}
.clockpicker-canvas-bg {
	stroke: none;
	fill: rgb(192, 229, 247);
}
.clockpicker-canvas-bg-trans {
	fill: rgba(0, 149, 221, .25);
}
.clockpicker-canvas line {
	stroke: rgb(0, 149, 221);
	stroke-width: 1;
	stroke-linecap: round;
	/*shape-rendering: crispEdges;*/
}
.clockpicker-button.am-button {
	margin: 1px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	
}
.clockpicker-button.pm-button {
	margin: 1px 1px 1px 136px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}
ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}
ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}
ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

div.DTCR_pointer {
  width: 1px;
  background-color: #337ab7;
  z-index: 201;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/*
 *  webui popover plugin  - v1.2.15
 *  A lightWeight popover plugin with jquery ,enchance the  popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
 *  https://github.com/sandywalker/webui-popover
 *
 *  Made by Sandy Duan
 *  Under MIT License
 */
.webui-popover-content {
  display: none;
}
.webui-popover-rtl {
  direction: rtl;
  text-align: right;
}
/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}
.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block;
}
.webui-popover .webui-popover-content > div:first-child {
  width: 99%;
}
.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.webui-popover-inner .close:after {
  content: "\00D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative;
}
.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}
.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee;
}
.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee;
}
.webui-no-padding .webui-popover-content {
  padding: 0;
}
.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}
.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}
.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}
.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.webui-popover > .webui-arrow {
  border-width: 11px;
}
.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: "";
}
.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333333;
}
.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333333;
}
.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333333;
}
.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333333;
}
.webui-popover i.icon-refresh:before {
  content: "";
}
.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}

span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}

/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10052;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

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

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

.skylo {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 1000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

.skylo .bar{
    width:0%;
    height: 5px;
    margin:0;
    position:relative;
}

.skylo span{
    width:50px;
    height: 100%;
    display:block;
    position:absolute;
    top:0;
    right:0;
   -moz-box-shadow: #0088CC 1px 0 6px 1px;
	-ms-box-shadow: #0088CC 1px 0 6px 1px;
	-webkit-box-shadow: #0088CC 1px 0 10px 1px;
	box-shadow: #0088CC 1px 0 10px 1px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    opacity: 0.6;
}

.skylo .bar-success span{
  -moz-box-shadow: rgb(88,185,87) 1px 0 6px 1px;
	-ms-box-shadow: rgb(88,185,87) 1px 0 6px 1px;
	-webkit-box-shadow: rgb(88,185,87) 1px 0 10px 1px;
	box-shadow: rgb(88,185,87) 1px 0 10px 1px;
}

.skylo .bar-warning span{
  -moz-box-shadow: rgb(242,172,67) 1px 0 6px 1px;
	-ms-box-shadow: rgb(242,172,67) 1px 0 6px 1px;
	-webkit-box-shadow:rgb(242,172,67) 1px 0 10px 1px;
	box-shadow: rgb(242,172,67) 1px 0 10px 1px;
}

.skylo .bar-danger span{
  -moz-box-shadow: rgb(219,82,75) 1px 0 6px 1px;
	-ms-box-shadow: rgb(219,82,75) 1px 0 6px 1px;
	-webkit-box-shadow:rgb(219,82,75) 1px 0 10px 1px;
	box-shadow: rgb(219,82,75) 1px 0 10px 1px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%, 70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%, 70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%, 70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,0.3);background:white;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:0.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:white}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,0.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,0.8);background-color:rgba(255,255,255,0.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,0.4);padding:0 0.4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,0.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:0.5em 1.2em;color:white}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}

/*! =======================================================
                      VERSION  10.6.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}

/**
 * selectize.css (v0.12.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

			#croppic{
				width: 400px;  /* MANDATORY */
				height: 208px; /* MANDATORY */
				position: relative;  /* MANDATORY */
				
				margin: 50px 70px 20px;
				border: 3px  solid #FFF;
				box-sizing: content-box;
				-moz-box-sizing: content-box;
				border-radius: 2px;
				background-image: url(../img/placeholder.png);
				background-repeat: no-repeat;
				background-position: center;
				box-shadow: 8px 8px 0px rgba(0,0,0,0.1);
			}
			
			/* DO NOT CHANGE FROM HERE ( unless u know what u are doing) */
			.cropImgWrapper{
				cursor: -webkit-grab;
				cursor: grab;
			}
			.cropImgWrapper:active{
				cursor: -webkit-grabbing;
				cursor: grabbing;
			}
			
			.cropImgUpload{
				z-index:2;
				position:absolute;
				height:28px;
				display:block;
				top: -30px;
				right: -2px;
				font-family:sans-serif;
				width:20px;
				height:20px;
				text-align:center;
				line-height:20px;
				color:#FFF;
			}
			
			.cropControls{
				z-index:2;
				position:absolute;
				height:30px;
				display:block;
				/* top: -31px; */
				top: -1px;
				right: -1px;
				font-family:sans-serif;
				background-color:rgba(0,0,0,0.35); 
			}
			
			.cropControls i{
				display:block;
				float:left;
				margin:0;
				cursor:pointer;
				background-image:url('../img/cropperIcons.png');	
				width:30px;
				height:30px;
				text-align:center;
				line-height:20px;
				color:#FFF;
				font-size:13px;
				font-weight: bold;
				font-style: normal;
				
			}
			
			.cropControls i:hover{ background-color:rgba(0,0,0,0.7);  }
			
			.cropControls i.cropControlZoomMuchIn{ background-position:0px 0px;}
			.cropControls i.cropControlZoomIn{ background-position:-30px 0px; }
			.cropControls i.cropControlZoomOut{ background-position:-60px 0px; }
			.cropControls i.cropControlZoomMuchOut{ background-position:-90px 0px; }
			.cropControls i.cropControlRotateLeft{ background-position:-210px 0px; }
			.cropControls i.cropControlRotateRight{ background-position:-240px 0px; }
			.cropControls i.cropControlCrop{ background-position:-120px 0px;}
			.cropControls i.cropControlUpload{ background-position:-150px 0px;}
			.cropControls i.cropControlReset{ background-position:-180px 0px;}
			.cropControls i.cropControlRemoveCroppedImage{ background-position:-180px 0px;}
			
			.cropControls i:last-child{
				margin-right:none;
			}
			
			#croppicModal{
				position:fixed;
				width:100%;
				height:100%;
				top: 0;
				left: 0;
				display:block;
				background:rgba(0,0,0,0.8);
				z-index: 10000;
			}
			
			
			/*
			*		PRELOADER 
			*		With courtesy of : http://cssload.net/
			*/
			
			.bubblingG {
				text-align: center;
				width:80px;
				height:50px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin: -18px auto auto -40px;
				z-index:2;
			}

			.bubblingG span {
				display: inline-block;
				vertical-align: middle;
				width: 10px;
				height: 10px;
				margin: 25px auto;
				background: #FFF;
				box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
				-moz-border-radius: 50px;
				-moz-animation: bubblingG 1s infinite alternate;
				-webkit-border-radius: 50px;
				-webkit-animation: bubblingG 1s infinite alternate;
				-ms-border-radius: 50px;
				-ms-animation: bubblingG 1s infinite alternate;
				-o-border-radius: 50px;
				-o-animation: bubblingG 1s infinite alternate;
				border-radius: 50px;
				animation: bubblingG 1s infinite alternate;
				
			}

			#bubblingG_1 {
				-moz-animation-delay: 0s;
				-webkit-animation-delay: 0s;
				-ms-animation-delay: 0s;
				-o-animation-delay: 0s;
				animation-delay: 0s;
			}

			#bubblingG_2 {
				-moz-animation-delay: 0.3s;
				-webkit-animation-delay: 0.3s;
				-ms-animation-delay: 0.3s;
				-o-animation-delay: 0.3s;
				animation-delay: 0.3s;
			}

			#bubblingG_3 {
				-moz-animation-delay: 0.6s;
				-webkit-animation-delay: 0.6s;
				-ms-animation-delay: 0.6s;
				-o-animation-delay: 0.6s;
				animation-delay: 0.6s;
			}

			@-moz-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					-moz-transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					-moz-transform: translateY(-21px);
				}

			}

			@-webkit-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					-webkit-transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					-webkit-transform: translateY(-21px);
				}

			}

			@-ms-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					-ms-transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					-ms-transform: translateY(-21px);
				}

			}

			@-o-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					-o-transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					-o-transform: translateY(-21px);
				}

			}

			@keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					transform: translateY(-21px);
				}

			}
			
			
			/* some reset stlyes */
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
  position: fixed !important;
}

table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}

@charset "UTF-8";
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.rating > label::before,
.fc-list-empty-wrap1 .fc-list-empty:before,
.far,
.fal,
.fab {
  -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.3333333333em;
  line-height: 0.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: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.rating > label.fa-pull-left::before,
.fc-list-empty-wrap1 .fa-pull-left.fc-list-empty:before,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.rating > label.fa-pull-right::before,
.fc-list-empty-wrap1 .fa-pull-right.fc-list-empty:before,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.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-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-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.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-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.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-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.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-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.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-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-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.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-blind:before {
  content: "\f29d"; }

.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-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-bookmark:before {
  content: "\f02e"; }

.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-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-btc:before {
  content: "\f15a"; }

.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-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-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.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-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.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-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.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-square:before {
  content: "\f14a"; }

.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-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.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-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.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-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.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-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.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-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.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-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.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-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.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-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.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-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.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-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.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-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.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-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.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-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.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-fulcrum:before {
  content: "\f50b"; }

.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-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.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-martini:before {
  content: "\f000"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.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-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-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.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-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-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-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.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-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.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-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.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-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.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-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-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.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-meh:before {
  content: "\f11a"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.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-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.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-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.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-old-republic:before {
  content: "\f510"; }

.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-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.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-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-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.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-plane:before {
  content: "\f072"; }

.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-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.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-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.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-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.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-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-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.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-search:before {
  content: "\f002"; }

.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-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-shower:before {
  content: "\f2cc"; }

.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-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.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-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.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-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.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-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-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-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.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-moving:before {
  content: "\f4df"; }

.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-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.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-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-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.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-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.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-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-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.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-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-glass:before {
  content: "\f4e3"; }

.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-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-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.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; }

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts//fa-solid-900.eot");
  src: url("../fonts//fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts//fa-solid-900.woff2") format("woff2"), url("../fonts//fa-solid-900.woff") format("woff"), url("../fonts//fa-solid-900.ttf") format("truetype"), url("../fonts//fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas,
.rating > label::before,
.fc-list-empty-wrap1 .fc-list-empty:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts//fa-brands-400.eot");
  src: url("../fonts//fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts//fa-brands-400.woff2") format("woff2"), url("../fonts//fa-brands-400.woff") format("woff"), url("../fonts//fa-brands-400.ttf") format("truetype"), url("../fonts//fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/**
 * Scaffolding
 */
/**
 * Typography
 */
/**
 * Colours
 */
body {
  letter-spacing: .5px; }

/**
 * Colour transformations
 */
/*
darken($gray-darkest, 4.5%) : #222222
darken($gray-darkest, 1.7%) : #29292a
darken($gray-darkest, 4%)   : #232324
*/
/**
 * Global settings
 */
/**
 * Fonts
 */
/**
 * Forms
 */
/**
 * Buttons
 */
/**
 * Panels
 */
/**
 * Labels
 */
/**
 * Pagination (used in datatables
 */
/**
 * Misc
 */
/**
 * Zebra
 */
/**
 * Pipeline Table
 */
/**
 * File manager
 */
/**
 * bootstrap dropdown menus
 */
.ct-label {
  fill: #fff;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1px;
  stroke-dasharray: 0px; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 12px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #1a98f6; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #1a98f6; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .btn_alt > .caret,
  .dropup > .btn > .caret,
  .dropup > .btn_alt > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #32302f;
  background-color: #eef2f5; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #1a98f6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1a98f6;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 3px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #eef2f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #f7f8fa; }

.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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #eef2f5; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 33px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small,
.small {
  font-size: 84%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #eef2f5; }

.text-primary {
  color: #1a98f6; }

a.text-primary:hover,
a.text-primary:focus {
  color: #087dd5; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #1a98f6; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #087dd5; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #f7f8fa; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #f7f8fa; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #eef2f5; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #f7f8fa;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #a7a7a7;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -10px;
  margin-left: -10px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #eef2f5;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #eef2f5; }

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

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

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

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #a7a7a7;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: rgba(0, 0, 0, 0.87); }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  background-image: none;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #1a98f6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 152, 246, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 152, 246, 0.6); }
  .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f7f8fa;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].btn_alt,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].btn_alt,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn_alt,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].btn_alt,
  .input-group-sm
  input[type="month"] {
    line-height: 28px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].btn_alt,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].btn_alt,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn_alt,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].btn_alt,
  .input-group-lg
  input[type="month"] {
    line-height: 45px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 31px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > .form-control-static.btn_alt, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > .form-control-static.btn_alt {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn_alt {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn_alt {
  height: 28px;
  line-height: 28px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn_alt,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].btn_alt {
  height: auto; }

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 29px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn_alt {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn_alt {
  height: 45px;
  line-height: 45px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn_alt,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].btn_alt {
  height: auto; }

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn_alt + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn_alt + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 23px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #746f6d; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px; }

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px; } }

.btn, .btn_alt {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn_alt:focus, .btn.focus, .focus.btn_alt, .btn:active:focus, .btn_alt:active:focus, .btn:active.focus, .btn_alt:active.focus, .btn.active:focus, .active.btn_alt:focus, .btn.active.focus, .active.focus.btn_alt {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn_alt:hover, .btn:focus, .btn_alt:focus, .btn.focus, .focus.btn_alt {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn_alt:active, .btn.active, .active.btn_alt {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.btn_alt, .btn[disabled], [disabled].btn_alt,
  fieldset[disabled] .btn,
  fieldset[disabled] .btn_alt {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.btn_alt,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn_alt {
  pointer-events: none; }

.btn-default, .reports_date_picker .btn, .reports_date_picker .btn_alt {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .reports_date_picker .btn:focus, .reports_date_picker .btn_alt:focus, .btn-default.focus, .reports_date_picker .focus.btn, .reports_date_picker .focus.btn_alt {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .reports_date_picker .btn:hover, .reports_date_picker .btn_alt:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .reports_date_picker .btn:active, .reports_date_picker .btn_alt:active, .btn-default.active, .reports_date_picker .active.btn, .reports_date_picker .active.btn_alt,
  .open > .btn-default.dropdown-toggle, .reports_date_picker
  .open > .dropdown-toggle.btn, .reports_date_picker
  .open > .dropdown-toggle.btn_alt {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .reports_date_picker .btn:active:hover, .reports_date_picker .btn_alt:active:hover, .btn-default:active:focus, .reports_date_picker .btn:active:focus, .reports_date_picker .btn_alt:active:focus, .btn-default:active.focus, .reports_date_picker .btn:active.focus, .reports_date_picker .btn_alt:active.focus, .btn-default.active:hover, .reports_date_picker .active.btn:hover, .reports_date_picker .active.btn_alt:hover, .btn-default.active:focus, .reports_date_picker .active.btn:focus, .reports_date_picker .active.btn_alt:focus, .btn-default.active.focus, .reports_date_picker .active.focus.btn, .reports_date_picker .active.focus.btn_alt,
    .open > .btn-default.dropdown-toggle:hover, .reports_date_picker
    .open > .dropdown-toggle.btn:hover, .reports_date_picker
    .open > .dropdown-toggle.btn_alt:hover,
    .open > .btn-default.dropdown-toggle:focus, .reports_date_picker
    .open > .dropdown-toggle.btn:focus, .reports_date_picker
    .open > .dropdown-toggle.btn_alt:focus,
    .open > .btn-default.dropdown-toggle.focus, .reports_date_picker
    .open > .dropdown-toggle.focus.btn, .reports_date_picker
    .open > .dropdown-toggle.focus.btn_alt {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .reports_date_picker .disabled.btn:hover, .reports_date_picker .disabled.btn_alt:hover, .btn-default.disabled:focus, .reports_date_picker .disabled.btn:focus, .reports_date_picker .disabled.btn_alt:focus, .btn-default.disabled.focus, .reports_date_picker .disabled.focus.btn, .reports_date_picker .disabled.focus.btn_alt, .btn-default[disabled]:hover, .reports_date_picker [disabled].btn:hover, .reports_date_picker [disabled].btn_alt:hover, .btn-default[disabled]:focus, .reports_date_picker [disabled].btn:focus, .reports_date_picker [disabled].btn_alt:focus, .btn-default[disabled].focus, .reports_date_picker [disabled].focus.btn, .reports_date_picker [disabled].focus.btn_alt,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .reports_date_picker .btn:hover, .reports_date_picker
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .reports_date_picker .btn_alt:hover, .reports_date_picker
  fieldset[disabled] .btn_alt:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .reports_date_picker .btn:focus, .reports_date_picker
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .reports_date_picker .btn_alt:focus, .reports_date_picker
  fieldset[disabled] .btn_alt:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .reports_date_picker .focus.btn, .reports_date_picker
  fieldset[disabled] .focus.btn,
  fieldset[disabled] .reports_date_picker .focus.btn_alt, .reports_date_picker
  fieldset[disabled] .focus.btn_alt {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .reports_date_picker .btn .badge, .reports_date_picker .btn_alt .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add {
  color: #fff;
  background-color: #1a98f6;
  border-color: #098ced; }
  .btn-primary:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:focus, .btn-primary.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.focus.add {
    color: #fff;
    background-color: #087dd5;
    border-color: #054473; }
  .btn-primary:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:hover {
    color: #fff;
    background-color: #087dd5;
    border-color: #0769b2; }
  .btn-primary:active, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:active, .btn-primary.active, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.active.add,
  .open > .btn-primary.dropdown-toggle, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
  .open > a.dropdown-toggle.add {
    color: #fff;
    background-color: #087dd5;
    background-image: none;
    border-color: #0769b2; }
    .btn-primary:active:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:active:hover, .btn-primary:active:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:active:focus, .btn-primary:active.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:active.focus, .btn-primary.active:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.active.add:hover, .btn-primary.active:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.active.add:focus, .btn-primary.active.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.active.focus.add,
    .open > .btn-primary.dropdown-toggle:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
    .open > a.dropdown-toggle.add:hover,
    .open > .btn-primary.dropdown-toggle:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
    .open > a.dropdown-toggle.add:focus,
    .open > .btn-primary.dropdown-toggle.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
    .open > a.dropdown-toggle.focus.add {
      color: #fff;
      background-color: #0769b2;
      border-color: #054473; }
  .btn-primary.disabled:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.disabled.add:hover, .btn-primary.disabled:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.disabled.add:focus, .btn-primary.disabled.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.disabled.focus.add, .btn-primary[disabled]:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a[disabled].add:hover, .btn-primary[disabled]:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a[disabled].add:focus, .btn-primary[disabled].focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a[disabled].focus.add,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
  fieldset[disabled] a.add:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
  fieldset[disabled] a.add:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.focus.add, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
  fieldset[disabled] a.focus.add {
    background-color: #1a98f6;
    border-color: #098ced; }
  .btn-primary .badge, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add .badge {
    color: #1a98f6;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #8bc34a;
  border-color: #7eb73d; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #71a436;
    border-color: #3c571d; }
  .btn-success:hover {
    color: #fff;
    background-color: #71a436;
    border-color: #5f892d; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #71a436;
    background-image: none;
    border-color: #5f892d; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #5f892d;
      border-color: #3c571d; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #8bc34a;
    border-color: #7eb73d; }
  .btn-success .badge {
    color: #8bc34a;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.72);
  border-color: rgba(0, 0, 0, 0.72); }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: rgba(0, 0, 0, 0.72); }
  .btn-info:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: rgba(0, 0, 0, 0.72); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    background-image: none;
    border-color: rgba(0, 0, 0, 0.72); }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.72);
      border-color: rgba(0, 0, 0, 0.72); }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: rgba(0, 0, 0, 0.72);
    border-color: rgba(0, 0, 0, 0.72); }
  .btn-info .badge {
    color: rgba(0, 0, 0, 0.72);
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #c0534d;
  border-color: #b44640; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a13e39;
    border-color: #56211e; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a13e39;
    border-color: #873430; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a13e39;
    background-image: none;
    border-color: #873430; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #873430;
      border-color: #56211e; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #c0534d;
    border-color: #b44640; }
  .btn-danger .badge {
    color: #c0534d;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #1a98f6;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #1a98f6;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #eef2f5;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn_alt {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn_alt {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .btn_alt {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #32302f;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #32302f;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1a98f6;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #eef2f5; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #eef2f5;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .btn_alt,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn_alt {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn_alt:hover, .btn-group > .btn:focus, .btn-group > .btn_alt:focus, .btn-group > .btn:active, .btn-group > .btn_alt:active, .btn-group > .btn.active, .btn-group > .active.btn_alt,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn_alt:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn_alt:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn_alt:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.btn_alt {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn_alt + .btn, .btn-group .btn + .btn_alt, .btn-group .btn_alt + .btn_alt,
.btn-group .btn + .btn-group,
.btn-group .btn_alt + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn_alt,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .btn_alt,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .btn_alt,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn_alt:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .btn_alt:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn_alt:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn_alt:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn_alt {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn_alt:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn_alt:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > .btn_alt + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .btn_alt + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .btn_alt .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .btn_alt .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .btn_alt .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn_alt,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn_alt {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .btn_alt {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn_alt + .btn, .btn-group-vertical > .btn + .btn_alt, .btn-group-vertical > .btn_alt + .btn_alt,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn_alt + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn_alt,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn_alt:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn_alt:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .btn_alt:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn_alt {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn_alt:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn_alt:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .btn_alt,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .btn_alt {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn_alt input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn_alt input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn_alt input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn_alt input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  background-color: #f7f8fa;
  border: 1px solid #e9e9e9;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.btn_alt {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.btn_alt {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 3px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn_alt,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn_alt,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn_alt:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn_alt {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn_alt,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn_alt,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn_alt:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn_alt {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .btn_alt {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .btn_alt + .btn, .input-group-btn > .btn + .btn_alt, .input-group-btn > .btn_alt + .btn_alt {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn_alt:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn_alt:focus, .input-group-btn > .btn:active, .input-group-btn > .btn_alt:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn_alt,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn_alt,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f7f8fa; }
    .nav > li.disabled > a {
      color: #eef2f5; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #eef2f5;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f7f8fa;
    border-color: #1a98f6; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f7f8fa #f7f8fa #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #e9e9e9;
      cursor: default;
      background-color: #eef2f5;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #1a98f6; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #eef2f5; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 16px 10px;
  font-size: 17px;
  line-height: 18px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 16px;
          padding-bottom: 16px; } }

.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.btn_alt {
    margin-top: 11px;
    margin-bottom: 11px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.btn_alt {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 10px;
      margin-left: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #1a98f6;
  border-color: #087dd5; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #087dd5; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #087dd5; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #087dd5; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #087dd5; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #087dd5; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #0986e3; }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #eef2f5; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #a7a7a7;
      text-decoration: none;
      background-color: transparent;
      border: 1px solid #e9e9e9; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #1a98f6;
        background-color: #f7f8fa;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1a98f6;
    border-color: #1a98f6; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #a7a7a7;
    cursor: not-allowed;
    background-color: #eef2f5;
    border-color: #e9e9e9; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border: 1px solid #e9e9e9;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #f7f8fa; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #a7a7a7;
    cursor: not-allowed;
    background-color: transparent; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .btn_alt .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #a7a7a7; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #8e8e8e; }

.label-primary {
  background-color: #1a98f6; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #087dd5; }

.label-success {
  background-color: #8bc34a; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #71a436; }

.label-info {
  background-color: #2d2d2d; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #141414; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #c0534d; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #a13e39; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #eef2f5;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .btn_alt .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn_alt .badge,
  .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn_alt .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #1a98f6;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f7f8fa; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d8dde6; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 59px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #eef2f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #32302f; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1a98f6; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #b7dffc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #1a98f6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #8bc34a; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #eef2f5; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #c0534d; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #eef2f5;
    cursor: not-allowed;
    background-color: #f7f8fa; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #eef2f5; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #1a98f6;
    border-color: #1a98f6; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #def0fe; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 24px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 0px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 24px;
    padding-left: 24px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #a7a7a7;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #a7a7a7; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #1a98f6; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #1a98f6;
    border-color: #1a98f6; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #1a98f6; }
    .panel-primary > .panel-heading .badge {
      color: #1a98f6;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1a98f6; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: transparent; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #2d2d2d;
    border-color: transparent; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-info > .panel-heading .badge {
      color: #2d2d2d;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 3px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .btn_alt + .btn, .modal-footer .btn + .btn_alt, .modal-footer .btn_alt + .btn_alt {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn_alt + .btn, .modal-footer .btn-group .btn + .btn_alt, .modal-footer .btn-group .btn_alt + .btn_alt {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 11px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .btn_alt {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: block !important; } }

@media (min-width: 480px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left; }
  .col-ms-1 {
    width: 8.3333333333%; }
  .col-ms-2 {
    width: 16.6666666667%; }
  .col-ms-3 {
    width: 25%; }
  .col-ms-4 {
    width: 33.3333333333%; }
  .col-ms-5 {
    width: 41.6666666667%; }
  .col-ms-6 {
    width: 50%; }
  .col-ms-7 {
    width: 58.3333333333%; }
  .col-ms-8 {
    width: 66.6666666667%; }
  .col-ms-9 {
    width: 75%; }
  .col-ms-10 {
    width: 83.3333333333%; }
  .col-ms-11 {
    width: 91.6666666667%; }
  .col-ms-12 {
    width: 100%; }
  .col-ms-pull-0 {
    right: auto; }
  .col-ms-pull-1 {
    right: 8.3333333333%; }
  .col-ms-pull-2 {
    right: 16.6666666667%; }
  .col-ms-pull-3 {
    right: 25%; }
  .col-ms-pull-4 {
    right: 33.3333333333%; }
  .col-ms-pull-5 {
    right: 41.6666666667%; }
  .col-ms-pull-6 {
    right: 50%; }
  .col-ms-pull-7 {
    right: 58.3333333333%; }
  .col-ms-pull-8 {
    right: 66.6666666667%; }
  .col-ms-pull-9 {
    right: 75%; }
  .col-ms-pull-10 {
    right: 83.3333333333%; }
  .col-ms-pull-11 {
    right: 91.6666666667%; }
  .col-ms-pull-12 {
    right: 100%; }
  .col-ms-push-0 {
    left: auto; }
  .col-ms-push-1 {
    left: 8.3333333333%; }
  .col-ms-push-2 {
    left: 16.6666666667%; }
  .col-ms-push-3 {
    left: 25%; }
  .col-ms-push-4 {
    left: 33.3333333333%; }
  .col-ms-push-5 {
    left: 41.6666666667%; }
  .col-ms-push-6 {
    left: 50%; }
  .col-ms-push-7 {
    left: 58.3333333333%; }
  .col-ms-push-8 {
    left: 66.6666666667%; }
  .col-ms-push-9 {
    left: 75%; }
  .col-ms-push-10 {
    left: 83.3333333333%; }
  .col-ms-push-11 {
    left: 91.6666666667%; }
  .col-ms-push-12 {
    left: 100%; }
  .col-ms-offset-0 {
    margin-left: 0%; }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%; }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%; }
  .col-ms-offset-3 {
    margin-left: 25%; }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%; }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%; }
  .col-ms-offset-6 {
    margin-left: 50%; }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%; }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%; }
  .col-ms-offset-9 {
    margin-left: 75%; }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%; }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%; }
  .col-ms-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.visible-xs {
  display: none !important; }

.visible-ms {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important; }

@media (max-width: 479px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important; }
  table.visible-ms {
    display: table !important; }
  tr.visible-ms {
    display: table-row !important; }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline-block {
    display: inline-block !important; } }

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important; } }

/**
 * selectize.bootstrap3.css (v0.12.3) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px white;
  box-shadow: inset 0 0 12px 4px white; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #32302f;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: black; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid transparent;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: transparent; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #32302f;
  font-family: inherit;
  font-size: inherit;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #e9e9e9;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .selectize-control.multi .selectize-input.has-items {
    padding: 5px 12px 2px; }
  .selectize-input.full {
    background-color: #fff; }
  .selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important; }
  .selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background: #efefef;
    color: #32302f;
    border: 0 solid transparent; }
    .selectize-control.multi .selectize-input > div.active {
      background: #1a98f6;
      color: #fff;
      border: 0 solid transparent; }
  .selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: white;
    border: 0 solid rgba(77, 77, 77, 0); }
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .selectize-input > input::-ms-clear {
      display: none; }
    .selectize-input > input:focus {
      outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: white;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(255, 237, 40, 0.4);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
  .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 3px 12px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #eef2f5;
    background: #fff;
    cursor: default; }
  .selectize-dropdown .active {
    background-color: #f5f5f5;
    color: #32302f; }
    .selectize-dropdown .active.create {
      color: #32302f; }
  .selectize-dropdown .create {
    color: rgba(50, 48, 47, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #32302f transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #32302f transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff; }

.selectize-dropdown, .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.selectize-dropdown .optgroup-header {
  font-size: 11px;
  line-height: 1.428571429; }

.selectize-dropdown .optgroup:first-child:before {
  display: none; }

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  min-height: 32px; }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .selectize-input.dropdown-active::before {
    display: none; }
  .selectize-input.focus {
    border-color: #1a98f6;
    outline: 0;
    -webkit-box-shadow: "inset 0 1px 1px rgba(black, .075), 0 0 8px rgba(26, 152, 246, 0.6)";
    box-shadow: "inset 0 1px 1px rgba(black, .075), 0 0 8px rgba(26, 152, 246, 0.6)"; }

.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .selectize-input:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px; }

.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/*!
 * Bootstrap Colorpicker v2.5.2
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC");
  cursor: crosshair;
  float: left; }
  .colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px; }
    .colorpicker-saturation i b {
      display: block;
      height: 5px;
      width: 5px;
      border: 1px solid #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px; }

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px; }

.colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC"); }

.colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  display: none; }

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain; }

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500; }

.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0; }

.colorpicker:after {
  clear: both; }

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.colorpicker div {
  position: relative; }

.colorpicker.colorpicker-with-alpha {
  min-width: 140px; }

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block; }

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  background-position: 0 100%; }

.colorpicker-color div {
  height: 10px; }

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both; }

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px; }

.colorpicker-selectors i + i {
  margin-left: 3px; }

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px; }

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto; }

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto; }

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg=="); }

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII="); }

.colorpicker-right:before {
  left: auto;
  right: 6px; }

.colorpicker-right:after {
  left: auto;
  right: 7px; }

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0; }

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0; }

.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block; }

.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none; }

.colorpicker-inline.colorpicker-visible {
  display: inline-block; }

.col-xs-1, .col-xl-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-xl-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-xl-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-xl-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-xl-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-xl-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-xl-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-xl-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-xl-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-xl-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-xl-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-xl-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 1600px) and (max-width: 1920px) {
  .container {
    width: 1600px; } }

@media (min-width: 1600px) and (max-width: 1920px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table !important; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; } }

@media (max-width: 1600px) {
  .hidden-xl {
    display: none !important; } }

@media (max-width: 1600px) {
  .visible-xl {
    display: none !important; } }

/**
*
* STUFF HERE NEEDS TO BE (RE)MOVED
*
*/
.info-tile .tile-body,
.info-tile .tile-heading {
  overflow: hidden; }

.send_update_row.active {
  font-weight: bold; }

.flash-notification {
  margin-top: -12px; }

.jq-toast-wrap.top-right {
  top: 104px; }

.full-height {
  height: 100%; }

.pointer {
  cursor: pointer; }

.text-action {
  color: #FC5F39; }

.ditto_beta_tag:after {
  font-size: 70%;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  content: "Beta";
  color: #FC5F39;
  padding-left: 2px;
  text-decoration: none !important; }

.ditto_new_tag:after {
  font-size: 70%;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  content: "New";
  color: #FC5F39;
  padding-left: 2px;
  text-decoration: none !important; }

.text-secondary {
  color: #FC5F39; }

.text-divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #747474;
  margin: 15px 0; }
  .text-divider > span {
    position: relative;
    display: inline-block;
    font-weight: bold; }
    .text-divider > span:before, .text-divider > span:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 9999px;
      height: 1px;
      background: #747474; }
    .text-divider > span:before {
      right: 100%;
      margin-right: 15px; }
    .text-divider > span:after {
      left: 100%;
      margin-left: 15px; }

.inlineBlock {
  display: inline-block; }

.inlineeBlockImp {
  display: inline-block !important; }

table.dataTable.fixedHeader-floating.myspace-table {
  top: 0 !important; }

.progress-bar-primary {
  color: #fff; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: block;
  padding: 6px 22px 6px 12px;
  font-size: 13px; }

.selectize-dropdown,
.selectize-dropdown.form-control {
  position: absolute;
  z-index: 99; }

.selectize-dropdown .selectize-dropdown-content .optgroup .optgroup-header {
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #f7f8fa;
  margin-bottom: 5px; }

.create_new_job .selectize-dropdown, .add_to_pool_select .selectize-dropdown {
  width: 100%; }
  .create_new_job .selectize-dropdown .selectize-dropdown-header, .add_to_pool_select .selectize-dropdown .selectize-dropdown-header {
    background: #fff; }
  .create_new_job .selectize-dropdown .selectize-dropdown-content, .add_to_pool_select .selectize-dropdown .selectize-dropdown-content {
    padding: 0; }
    .create_new_job .selectize-dropdown .selectize-dropdown-content .optgroup, .add_to_pool_select .selectize-dropdown .selectize-dropdown-content .optgroup {
      border-bottom: none;
      border-top: none;
      margin-bottom: 0;
      margin-top: 0;
      line-height: initial; }
      .create_new_job .selectize-dropdown .selectize-dropdown-content .optgroup::before, .add_to_pool_select .selectize-dropdown .selectize-dropdown-content .optgroup::before {
        display: none; }
      .create_new_job .selectize-dropdown .selectize-dropdown-content .optgroup .optgroup-header, .add_to_pool_select .selectize-dropdown .selectize-dropdown-content .optgroup .optgroup-header {
        font-size: 14px;
        font-weight: bold;
        background: #eef2f5;
        color: #1a98f6;
        padding: 8px 12px;
        border-bottom: none;
        margin-bottom: 0;
        margin-top: 0;
        border-top: none; }
      .create_new_job .selectize-dropdown .selectize-dropdown-content .optgroup .option, .add_to_pool_select .selectize-dropdown .selectize-dropdown-content .optgroup .option {
        padding: 5px 0 5px 25px; }
        .create_new_job .selectize-dropdown .selectize-dropdown-content .optgroup .option .info, .add_to_pool_select .selectize-dropdown .selectize-dropdown-content .optgroup .option .info {
          display: block;
          font-size: 12px;
          color: #747474; }
    .create_new_job .selectize-dropdown .selectize-dropdown-content.hide-archived .option[data-status="archived"], .add_to_pool_select .selectize-dropdown .selectize-dropdown-content.hide-archived .option[data-status="archived"] {
      display: none; }

.select2.selectized, .selectize-control.first {
  z-index: 1000; }

.selectize-control.second {
  z-index: 999; }

.selectize-control.third {
  z-index: 998; }

.selectize-control.multi:not(.mail-contact) .selectize-input > div.item {
  display: inline-block;
  border: 1px solid #747474;
  border-radius: 3px;
  color: #2d2d2d;
  background: #fff;
  font-size: 11px;
  padding: 3px 5px 2px;
  margin: 3px 6px 6px 0;
  font-weight: normal;
  white-space: nowrap;
  height: auto;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 6px 6px 6px 0; }

.selectize-control.mail-contact .selectize-dropdown .mail_contact_result strong {
  font-size: 13px; }

.selectize-control.mail-contact .selectize-dropdown .mail_contact_result p {
  font-size: 11px;
  margin-bottom: 0; }

.selectize-control.mail-contact .selectize-input > div {
  letter-spacing: 0px;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 5px; }

.selectize-control.multi .selectize-input > div.item_alt {
  display: inline-block;
  border: 1px solid #747474;
  border-radius: 3px;
  color: #2d2d2d;
  background: #fff;
  font-size: 11px;
  padding: 3px 5px 2px;
  margin: 3px 6px 6px 0;
  font-weight: normal;
  white-space: nowrap;
  height: auto;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 6px 6px 6px 0; }

.social-account-select .selectize-input.items div::before, .social-account-select .selectize-dropdown-content div::before {
  font-family: "Font Awesome 5 Brands";
  color: #a7a7a7;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900; }

.social-account-select .selectize-input.items div[data-value="linkedin"]::before, .social-account-select .selectize-dropdown-content div[data-value="linkedin"]::before {
  content: "\f08c"; }

.social-account-select .selectize-input.items div[data-value="facebook"]::before, .social-account-select .selectize-dropdown-content div[data-value="facebook"]::before {
  content: "\f09a"; }

.social-account-select .selectize-input.items div[data-value="twitter"]::before, .social-account-select .selectize-dropdown-content div[data-value="twitter"]::before {
  content: "\f099"; }

.social-account-select .selectize-input.items div[data-value="instagram"]::before, .social-account-select .selectize-dropdown-content div[data-value="instagram"]::before {
  content: "\f16d"; }

.social-account-select .selectize-input.items div[data-value="github"]::before, .social-account-select .selectize-dropdown-content div[data-value="github"]::before {
  content: "\f09b"; }

.social-account-select .selectize-input.items div[data-value="youtube"]::before, .social-account-select .selectize-dropdown-content div[data-value="youtube"]::before {
  content: "\f167"; }

.social-account-select .selectize-input.items div[data-value="vimeo"]::before, .social-account-select .selectize-dropdown-content div[data-value="vimeo"]::before {
  content: "\f40a"; }

.social-account-select .selectize-input.items div[data-value="behance"]::before, .social-account-select .selectize-dropdown-content div[data-value="behance"]::before {
  content: "\f1b4"; }

.social-account-select .selectize-input.items div[data-value="skype"]::before, .social-account-select .selectize-dropdown-content div[data-value="skype"]::before {
  content: "\f17e"; }

.social-account-select .selectize-input.items div.item::before, .social-account-select .selectize-dropdown-content div.item::before {
  color: #4e4e4f; }

.chosen-container.chosen-container-multi {
  border: 1px solid #e9e9e9; }
  .chosen-container.chosen-container-multi.chosen-container-active ul.chosen-choices {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 151, 246, 0.6); }
  .chosen-container.chosen-container-multi .chosen-drop {
    top: 110%; }
  .chosen-container.chosen-container-multi ul.chosen-choices {
    border: none;
    padding: 5px; }
    .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice {
      display: inline-block;
      border: 1px solid #747474;
      border-radius: 3px;
      color: #2d2d2d;
      background: #fff;
      font-size: 11px;
      padding: 3px 5px 2px;
      margin: 3px 6px 6px 0;
      font-weight: normal;
      white-space: nowrap;
      height: auto;
      text-transform: capitalize;
      letter-spacing: 0;
      vertical-align: middle;
      margin-bottom: 0px; }
      .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice.search-choice-disabled {
        display: none; }

.selectize-control.create_own > .items > div {
  text-transform: none; }

.selectize-control.single .selectize-input:after {
  right: 6px; }

.input-group select:not(:first-child) + .selectize-control .selectize-input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.input-group .selectize-control:not(:last-child) .selectize-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.selectize-dropdown [data-selectable] .highlight {
  display: inline-block !important; }

div.dataTables_length label {
  margin-bottom: 0 !important; }

table.dataTable thead th {
  background: #f7f8fa !important; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  top: 50%;
  margin-top: -10px; }

table.dataTable .sorting_desc:after,
table.dataTable .sorting_asc:after {
  color: #FC5F39;
  opacity: 0.8 !important; }

table.dataTable thead th {
  text-align: left !important; }

#job_applicant_table_tools {
  background: #f7f8fa; }
  #job_applicant_table_tools .job_application_actions {
    overflow: hidden;
    padding: 10px; }

#croppic {
  width: 300px;
  /* MANDATORY */
  height: 300px;
  /* MANDATORY */
  position: relative;
  /* MANDATORY */
  margin: 50px 70px 20px;
  border: 3px solid #FFF;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-radius: 2px;
  background-image: url(../images/placeholder_company.jpg);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1); }

.cropControls i {
  background-image: url(../images/cropperIcons.png); }

#croppic_profile_photo {
  width: 100%;
  height: 250px;
  position: relative;
  border: 1px solid #ccc;
  margin: 15px 0 !important; }

#croppicModalObj img {
  max-width: none;
  transition: all 0.1s linear; }

/*
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../images/color-picker/saturation.png");
  cursor: crosshair;
  float: left; }

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px; }

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff; }

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px; }

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px; }

.colorpicker-hue {
  background-image: url("../images/color-picker/hue.png"); }

.colorpicker-alpha {
  background-image: url("../images/color-picker/alpha.png");
  display: none; }

.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  max-width: 150px;
  margin-top: 1px;
  z-index: 9999 !important; }

.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table; }

.colorpicker:after {
  clear: both; }

.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table; }

.colorpicker:after {
  clear: both; }

.colorpicker:before {
  content: '';
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  position: absolute;
  top: -7px;
  left: 6px; }

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px; }

.colorpicker div {
  position: relative; }

.colorpicker.alpha {
  min-width: 140px; }

.colorpicker.alpha .colorpicker-alpha {
  display: block; }

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../images/color-picker/alpha.png");
  background-position: 0 100%; }

.colorpicker-color div {
  height: 10px; }

.input-group.color .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.mce-container {
  box-shadow: none !important;
  border-color: #eef2f5 !important; }

.roadmap.roadmap--orientation-auto {
  position: relative;
  width: 95%;
  margin: 0 auto; }
  .roadmap.roadmap--orientation-auto .roadmap__events__event {
    position: absolute;
    width: 280px;
    height: 200px;
    margin-left: -140px;
    list-style: none;
    font-size: 16px;
    pointer-events: none; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event .event {
      position: absolute;
      display: block;
      text-align: center;
      width: 100%;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .roadmap.roadmap--orientation-auto .roadmap__events__event .event .event__date {
        font-weight: 600; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event .event .event__content small {
        display: block; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:after {
      position: absolute;
      content: "";
      display: block;
      background-color: #95cffb;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      width: 4px;
      height: 0;
      border-radius: 2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #FC5F39;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      width: 20px;
      height: 20px;
      border-radius: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      z-index: 2;
      pointer-events: all; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(even) {
      bottom: 0; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(even):before {
        top: -8px; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(even):after {
        top: 0; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(even) .event {
        top: 70px; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(odd) {
      top: 0; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(odd):before {
        bottom: -12px; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(odd):after {
        bottom: -4px; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(odd) .event {
        bottom: 60px; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(1n) .event {
      -webkit-transition-delay: .13s;
      -o-transition-delay: .13s;
      transition-delay: .13s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(1n):after {
      -webkit-transition-delay: .13s;
      -o-transition-delay: .13s;
      transition-delay: .13s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(1n):before {
      -webkit-transition-delay: .13s;
      -o-transition-delay: .13s;
      transition-delay: .13s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(2n) .event {
      -webkit-transition-delay: .26s;
      -o-transition-delay: .26s;
      transition-delay: .26s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(2n):after {
      -webkit-transition-delay: .26s;
      -o-transition-delay: .26s;
      transition-delay: .26s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(2n):before {
      -webkit-transition-delay: .26s;
      -o-transition-delay: .26s;
      transition-delay: .26s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(3n) .event {
      -webkit-transition-delay: .39s;
      -o-transition-delay: .39s;
      transition-delay: .39s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(3n):after {
      -webkit-transition-delay: .39s;
      -o-transition-delay: .39s;
      transition-delay: .39s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(3n):before {
      -webkit-transition-delay: .39s;
      -o-transition-delay: .39s;
      transition-delay: .39s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(4n) .event {
      -webkit-transition-delay: .52s;
      -o-transition-delay: .52s;
      transition-delay: .52s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(4n):after {
      -webkit-transition-delay: .52s;
      -o-transition-delay: .52s;
      transition-delay: .52s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(4n):before {
      -webkit-transition-delay: .52s;
      -o-transition-delay: .52s;
      transition-delay: .52s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(5n) .event {
      -webkit-transition-delay: .65s;
      -o-transition-delay: .65s;
      transition-delay: .65s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(5n):after {
      -webkit-transition-delay: .65s;
      -o-transition-delay: .65s;
      transition-delay: .65s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(5n):before {
      -webkit-transition-delay: .65s;
      -o-transition-delay: .65s;
      transition-delay: .65s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(6n) .event {
      -webkit-transition-delay: .78s;
      -o-transition-delay: .78s;
      transition-delay: .78s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(6n):after {
      -webkit-transition-delay: .78s;
      -o-transition-delay: .78s;
      transition-delay: .78s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(6n):before {
      -webkit-transition-delay: .78s;
      -o-transition-delay: .78s;
      transition-delay: .78s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(7n) .event {
      -webkit-transition-delay: .91s;
      -o-transition-delay: .91s;
      transition-delay: .91s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(7n):after {
      -webkit-transition-delay: .91s;
      -o-transition-delay: .91s;
      transition-delay: .91s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(7n):before {
      -webkit-transition-delay: .91s;
      -o-transition-delay: .91s;
      transition-delay: .91s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(8n) .event {
      -webkit-transition-delay: 1.04s;
      -o-transition-delay: 1.04s;
      transition-delay: 1.04s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(8n):after {
      -webkit-transition-delay: 1.04s;
      -o-transition-delay: 1.04s;
      transition-delay: 1.04s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(8n):before {
      -webkit-transition-delay: 1.04s;
      -o-transition-delay: 1.04s;
      transition-delay: 1.04s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(9n) .event {
      -webkit-transition-delay: 1.17s;
      -o-transition-delay: 1.17s;
      transition-delay: 1.17s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(9n):after {
      -webkit-transition-delay: 1.17s;
      -o-transition-delay: 1.17s;
      transition-delay: 1.17s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(9n):before {
      -webkit-transition-delay: 1.17s;
      -o-transition-delay: 1.17s;
      transition-delay: 1.17s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(10n) .event {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(10n):after {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(10n):before {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(11n) .event {
      -webkit-transition-delay: 1.43s;
      -o-transition-delay: 1.43s;
      transition-delay: 1.43s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(11n):after {
      -webkit-transition-delay: 1.43s;
      -o-transition-delay: 1.43s;
      transition-delay: 1.43s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(11n):before {
      -webkit-transition-delay: 1.43s;
      -o-transition-delay: 1.43s;
      transition-delay: 1.43s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(12n) .event {
      -webkit-transition-delay: 1.56s;
      -o-transition-delay: 1.56s;
      transition-delay: 1.56s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(12n):after {
      -webkit-transition-delay: 1.56s;
      -o-transition-delay: 1.56s;
      transition-delay: 1.56s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(12n):before {
      -webkit-transition-delay: 1.56s;
      -o-transition-delay: 1.56s;
      transition-delay: 1.56s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(13n) .event {
      -webkit-transition-delay: 1.69s;
      -o-transition-delay: 1.69s;
      transition-delay: 1.69s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(13n):after {
      -webkit-transition-delay: 1.69s;
      -o-transition-delay: 1.69s;
      transition-delay: 1.69s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(13n):before {
      -webkit-transition-delay: 1.69s;
      -o-transition-delay: 1.69s;
      transition-delay: 1.69s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(14n) .event {
      -webkit-transition-delay: 1.82s;
      -o-transition-delay: 1.82s;
      transition-delay: 1.82s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(14n):after {
      -webkit-transition-delay: 1.82s;
      -o-transition-delay: 1.82s;
      transition-delay: 1.82s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(14n):before {
      -webkit-transition-delay: 1.82s;
      -o-transition-delay: 1.82s;
      transition-delay: 1.82s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(15n) .event {
      -webkit-transition-delay: 1.95s;
      -o-transition-delay: 1.95s;
      transition-delay: 1.95s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(15n):after {
      -webkit-transition-delay: 1.95s;
      -o-transition-delay: 1.95s;
      transition-delay: 1.95s; }
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(15n):before {
      -webkit-transition-delay: 1.95s;
      -o-transition-delay: 1.95s;
      transition-delay: 1.95s; }
  .roadmap.roadmap--orientation-auto .roadmap__navigation {
    margin: 0; }
    .roadmap.roadmap--orientation-auto .roadmap__navigation > * {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-46%);
      -ms-transform: translateY(-46%);
      -o-transform: translateY(-46%);
      transform: translateY(-46%);
      z-index: 100;
      list-style: none; }
      .roadmap.roadmap--orientation-auto .roadmap__navigation > * a {
        display: block;
        color: #000;
        line-height: 0; }
        .roadmap.roadmap--orientation-auto .roadmap__navigation > * a i {
          font-size: 44px; }
        .roadmap.roadmap--orientation-auto .roadmap__navigation > * a:hover {
          text-decoration: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
      .roadmap.roadmap--orientation-auto .roadmap__navigation > *:first-child {
        left: 0; }
      .roadmap.roadmap--orientation-auto .roadmap__navigation > *:last-child {
        right: 0; }
  .roadmap.roadmap--orientation-auto .roadmap__events {
    position: relative;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    margin: 0 auto;
    padding: 200px 0; }
    .roadmap.roadmap--orientation-auto .roadmap__events:before {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      content: "";
      width: 0%;
      height: 4px;
      background-color: #3f81e7;
      border-radius: 2px;
      -webkit-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear; }

.roadmap.roadmap--orientation-horizontal {
  position: relative;
  width: 95%;
  margin: 0 auto; }
  .roadmap.roadmap--orientation-horizontal .roadmap__events__event {
    position: absolute;
    width: 280px;
    height: 200px;
    margin-left: -140px;
    list-style: none;
    font-size: 16px; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event .event {
      position: absolute;
      display: block;
      text-align: center;
      width: 100%;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .roadmap.roadmap--orientation-horizontal .roadmap__events__event .event .event__date {
        font-weight: 600; }
      .roadmap.roadmap--orientation-horizontal .roadmap__events__event .event .event__content small {
        display: block; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:after {
      position: absolute;
      content: "";
      display: block;
      background-color: #95cffb;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      width: 4px;
      height: 0;
      border-radius: 2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #FC5F39;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      width: 20px;
      height: 20px;
      border-radius: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      z-index: 2; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(odd) {
      bottom: 0; }
      .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(odd):before {
        top: -8px; }
      .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(odd):after {
        top: 0; }
      .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(odd) .event {
        top: 80px; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(even) {
      top: 0; }
      .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(even):before {
        bottom: -12px; }
      .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(even):after {
        bottom: -4px; }
      .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(even) .event {
        bottom: 80px; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(1n) .event {
      -webkit-transition-delay: .13s;
      -o-transition-delay: .13s;
      transition-delay: .13s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(1n):after {
      -webkit-transition-delay: .13s;
      -o-transition-delay: .13s;
      transition-delay: .13s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(1n):before {
      -webkit-transition-delay: .13s;
      -o-transition-delay: .13s;
      transition-delay: .13s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(2n) .event {
      -webkit-transition-delay: .26s;
      -o-transition-delay: .26s;
      transition-delay: .26s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(2n):after {
      -webkit-transition-delay: .26s;
      -o-transition-delay: .26s;
      transition-delay: .26s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(2n):before {
      -webkit-transition-delay: .26s;
      -o-transition-delay: .26s;
      transition-delay: .26s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(3n) .event {
      -webkit-transition-delay: .39s;
      -o-transition-delay: .39s;
      transition-delay: .39s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(3n):after {
      -webkit-transition-delay: .39s;
      -o-transition-delay: .39s;
      transition-delay: .39s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(3n):before {
      -webkit-transition-delay: .39s;
      -o-transition-delay: .39s;
      transition-delay: .39s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(4n) .event {
      -webkit-transition-delay: .52s;
      -o-transition-delay: .52s;
      transition-delay: .52s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(4n):after {
      -webkit-transition-delay: .52s;
      -o-transition-delay: .52s;
      transition-delay: .52s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(4n):before {
      -webkit-transition-delay: .52s;
      -o-transition-delay: .52s;
      transition-delay: .52s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(5n) .event {
      -webkit-transition-delay: .65s;
      -o-transition-delay: .65s;
      transition-delay: .65s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(5n):after {
      -webkit-transition-delay: .65s;
      -o-transition-delay: .65s;
      transition-delay: .65s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(5n):before {
      -webkit-transition-delay: .65s;
      -o-transition-delay: .65s;
      transition-delay: .65s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(6n) .event {
      -webkit-transition-delay: .78s;
      -o-transition-delay: .78s;
      transition-delay: .78s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(6n):after {
      -webkit-transition-delay: .78s;
      -o-transition-delay: .78s;
      transition-delay: .78s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(6n):before {
      -webkit-transition-delay: .78s;
      -o-transition-delay: .78s;
      transition-delay: .78s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(7n) .event {
      -webkit-transition-delay: .91s;
      -o-transition-delay: .91s;
      transition-delay: .91s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(7n):after {
      -webkit-transition-delay: .91s;
      -o-transition-delay: .91s;
      transition-delay: .91s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(7n):before {
      -webkit-transition-delay: .91s;
      -o-transition-delay: .91s;
      transition-delay: .91s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(8n) .event {
      -webkit-transition-delay: 1.04s;
      -o-transition-delay: 1.04s;
      transition-delay: 1.04s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(8n):after {
      -webkit-transition-delay: 1.04s;
      -o-transition-delay: 1.04s;
      transition-delay: 1.04s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(8n):before {
      -webkit-transition-delay: 1.04s;
      -o-transition-delay: 1.04s;
      transition-delay: 1.04s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(9n) .event {
      -webkit-transition-delay: 1.17s;
      -o-transition-delay: 1.17s;
      transition-delay: 1.17s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(9n):after {
      -webkit-transition-delay: 1.17s;
      -o-transition-delay: 1.17s;
      transition-delay: 1.17s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(9n):before {
      -webkit-transition-delay: 1.17s;
      -o-transition-delay: 1.17s;
      transition-delay: 1.17s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(10n) .event {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(10n):after {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(10n):before {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(11n) .event {
      -webkit-transition-delay: 1.43s;
      -o-transition-delay: 1.43s;
      transition-delay: 1.43s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(11n):after {
      -webkit-transition-delay: 1.43s;
      -o-transition-delay: 1.43s;
      transition-delay: 1.43s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(11n):before {
      -webkit-transition-delay: 1.43s;
      -o-transition-delay: 1.43s;
      transition-delay: 1.43s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(12n) .event {
      -webkit-transition-delay: 1.56s;
      -o-transition-delay: 1.56s;
      transition-delay: 1.56s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(12n):after {
      -webkit-transition-delay: 1.56s;
      -o-transition-delay: 1.56s;
      transition-delay: 1.56s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(12n):before {
      -webkit-transition-delay: 1.56s;
      -o-transition-delay: 1.56s;
      transition-delay: 1.56s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(13n) .event {
      -webkit-transition-delay: 1.69s;
      -o-transition-delay: 1.69s;
      transition-delay: 1.69s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(13n):after {
      -webkit-transition-delay: 1.69s;
      -o-transition-delay: 1.69s;
      transition-delay: 1.69s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(13n):before {
      -webkit-transition-delay: 1.69s;
      -o-transition-delay: 1.69s;
      transition-delay: 1.69s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(14n) .event {
      -webkit-transition-delay: 1.82s;
      -o-transition-delay: 1.82s;
      transition-delay: 1.82s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(14n):after {
      -webkit-transition-delay: 1.82s;
      -o-transition-delay: 1.82s;
      transition-delay: 1.82s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(14n):before {
      -webkit-transition-delay: 1.82s;
      -o-transition-delay: 1.82s;
      transition-delay: 1.82s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(15n) .event {
      -webkit-transition-delay: 1.95s;
      -o-transition-delay: 1.95s;
      transition-delay: 1.95s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(15n):after {
      -webkit-transition-delay: 1.95s;
      -o-transition-delay: 1.95s;
      transition-delay: 1.95s; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events__event:nth-child(15n):before {
      -webkit-transition-delay: 1.95s;
      -o-transition-delay: 1.95s;
      transition-delay: 1.95s; }
  .roadmap.roadmap--orientation-horizontal .roadmap__navigation {
    margin: 0; }
    .roadmap.roadmap--orientation-horizontal .roadmap__navigation > * {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-46%);
      -ms-transform: translateY(-46%);
      -o-transform: translateY(-46%);
      transform: translateY(-46%);
      z-index: 100;
      list-style: none; }
      .roadmap.roadmap--orientation-horizontal .roadmap__navigation > * a {
        display: block;
        color: #000;
        line-height: 0; }
        .roadmap.roadmap--orientation-horizontal .roadmap__navigation > * a i {
          font-size: 44px; }
        .roadmap.roadmap--orientation-horizontal .roadmap__navigation > * a:hover {
          text-decoration: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
      .roadmap.roadmap--orientation-horizontal .roadmap__navigation > *:first-child {
        left: 0; }
      .roadmap.roadmap--orientation-horizontal .roadmap__navigation > *:last-child {
        right: 0; }
  .roadmap.roadmap--orientation-horizontal .roadmap__events {
    position: relative;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    margin: 0 auto;
    padding: 200px 0; }
    .roadmap.roadmap--orientation-horizontal .roadmap__events:before {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      content: "";
      width: 0%;
      height: 4px;
      background-color: #3f81e7;
      border-radius: 2px;
      -webkit-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear; }

.roadmap.roadmap--orientation-vertical {
  position: relative;
  width: 100%;
  margin: 40px auto 0; }
  .roadmap.roadmap--orientation-vertical .roadmap__events__event {
    list-style: none;
    font-size: 12px;
    position: relative;
    left: auto !important;
    top: auto;
    bottom: auto;
    margin-left: 0;
    width: auto;
    height: auto;
    min-height: 55px; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event .event {
      position: absolute;
      display: block;
      text-align: left;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      top: -7px;
      bottom: auto;
      width: 35%; }
      .roadmap.roadmap--orientation-vertical .roadmap__events__event .event .event__date {
        font-weight: 600;
        font-size: 9px; }
      .roadmap.roadmap--orientation-vertical .roadmap__events__event .event .event__content .title {
        height: 16px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%; }
      .roadmap.roadmap--orientation-vertical .roadmap__events__event .event .event__content small {
        display: block; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:after {
      position: absolute;
      content: "";
      display: block;
      background-color: #95cffb;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      border-radius: 2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      bottom: auto;
      width: 0;
      height: 4px !important;
      z-index: 1; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #FC5F39;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.3);
      width: 20px;
      height: 20px;
      border-radius: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      top: -8px;
      bottom: auto;
      z-index: 2; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(odd) {
      bottom: 0; }
      .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(odd):before {
        top: -8px; }
      .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(odd):after {
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(even) {
      top: 0; }
      .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(even):before {
        bottom: -12px; }
      .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(even):after {
        bottom: -4px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(even) .event {
        bottom: 80px;
        right: -20px; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(1n) .event {
      -webkit-transition-delay: .13s;
      -o-transition-delay: .13s;
      transition-delay: .13s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(1n):after {
      -webkit-transition-delay: .13s;
      -o-transition-delay: .13s;
      transition-delay: .13s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(1n):before {
      -webkit-transition-delay: .13s;
      -o-transition-delay: .13s;
      transition-delay: .13s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(2n) .event {
      -webkit-transition-delay: .26s;
      -o-transition-delay: .26s;
      transition-delay: .26s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(2n):after {
      -webkit-transition-delay: .26s;
      -o-transition-delay: .26s;
      transition-delay: .26s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(2n):before {
      -webkit-transition-delay: .26s;
      -o-transition-delay: .26s;
      transition-delay: .26s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(3n) .event {
      -webkit-transition-delay: .39s;
      -o-transition-delay: .39s;
      transition-delay: .39s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(3n):after {
      -webkit-transition-delay: .39s;
      -o-transition-delay: .39s;
      transition-delay: .39s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(3n):before {
      -webkit-transition-delay: .39s;
      -o-transition-delay: .39s;
      transition-delay: .39s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(4n) .event {
      -webkit-transition-delay: .52s;
      -o-transition-delay: .52s;
      transition-delay: .52s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(4n):after {
      -webkit-transition-delay: .52s;
      -o-transition-delay: .52s;
      transition-delay: .52s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(4n):before {
      -webkit-transition-delay: .52s;
      -o-transition-delay: .52s;
      transition-delay: .52s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(5n) .event {
      -webkit-transition-delay: .65s;
      -o-transition-delay: .65s;
      transition-delay: .65s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(5n):after {
      -webkit-transition-delay: .65s;
      -o-transition-delay: .65s;
      transition-delay: .65s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(5n):before {
      -webkit-transition-delay: .65s;
      -o-transition-delay: .65s;
      transition-delay: .65s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(6n) .event {
      -webkit-transition-delay: .78s;
      -o-transition-delay: .78s;
      transition-delay: .78s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(6n):after {
      -webkit-transition-delay: .78s;
      -o-transition-delay: .78s;
      transition-delay: .78s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(6n):before {
      -webkit-transition-delay: .78s;
      -o-transition-delay: .78s;
      transition-delay: .78s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(7n) .event {
      -webkit-transition-delay: .91s;
      -o-transition-delay: .91s;
      transition-delay: .91s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(7n):after {
      -webkit-transition-delay: .91s;
      -o-transition-delay: .91s;
      transition-delay: .91s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(7n):before {
      -webkit-transition-delay: .91s;
      -o-transition-delay: .91s;
      transition-delay: .91s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(8n) .event {
      -webkit-transition-delay: 1.04s;
      -o-transition-delay: 1.04s;
      transition-delay: 1.04s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(8n):after {
      -webkit-transition-delay: 1.04s;
      -o-transition-delay: 1.04s;
      transition-delay: 1.04s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(8n):before {
      -webkit-transition-delay: 1.04s;
      -o-transition-delay: 1.04s;
      transition-delay: 1.04s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(9n) .event {
      -webkit-transition-delay: 1.17s;
      -o-transition-delay: 1.17s;
      transition-delay: 1.17s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(9n):after {
      -webkit-transition-delay: 1.17s;
      -o-transition-delay: 1.17s;
      transition-delay: 1.17s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(9n):before {
      -webkit-transition-delay: 1.17s;
      -o-transition-delay: 1.17s;
      transition-delay: 1.17s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(10n) .event {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(10n):after {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(10n):before {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(11n) .event {
      -webkit-transition-delay: 1.43s;
      -o-transition-delay: 1.43s;
      transition-delay: 1.43s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(11n):after {
      -webkit-transition-delay: 1.43s;
      -o-transition-delay: 1.43s;
      transition-delay: 1.43s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(11n):before {
      -webkit-transition-delay: 1.43s;
      -o-transition-delay: 1.43s;
      transition-delay: 1.43s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(12n) .event {
      -webkit-transition-delay: 1.56s;
      -o-transition-delay: 1.56s;
      transition-delay: 1.56s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(12n):after {
      -webkit-transition-delay: 1.56s;
      -o-transition-delay: 1.56s;
      transition-delay: 1.56s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(12n):before {
      -webkit-transition-delay: 1.56s;
      -o-transition-delay: 1.56s;
      transition-delay: 1.56s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(13n) .event {
      -webkit-transition-delay: 1.69s;
      -o-transition-delay: 1.69s;
      transition-delay: 1.69s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(13n):after {
      -webkit-transition-delay: 1.69s;
      -o-transition-delay: 1.69s;
      transition-delay: 1.69s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(13n):before {
      -webkit-transition-delay: 1.69s;
      -o-transition-delay: 1.69s;
      transition-delay: 1.69s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(14n) .event {
      -webkit-transition-delay: 1.82s;
      -o-transition-delay: 1.82s;
      transition-delay: 1.82s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(14n):after {
      -webkit-transition-delay: 1.82s;
      -o-transition-delay: 1.82s;
      transition-delay: 1.82s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(14n):before {
      -webkit-transition-delay: 1.82s;
      -o-transition-delay: 1.82s;
      transition-delay: 1.82s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(15n) .event {
      -webkit-transition-delay: 1.95s;
      -o-transition-delay: 1.95s;
      transition-delay: 1.95s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(15n):after {
      -webkit-transition-delay: 1.95s;
      -o-transition-delay: 1.95s;
      transition-delay: 1.95s; }
    .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(15n):before {
      -webkit-transition-delay: 1.95s;
      -o-transition-delay: 1.95s;
      transition-delay: 1.95s; }
  .roadmap.roadmap--orientation-vertical .roadmap__navigation li {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-46%);
    -ms-transform: translateY(-46%);
    -o-transform: translateY(-46%);
    transform: translateY(-46%);
    z-index: 100;
    list-style: none;
    margin: 0; }
    .roadmap.roadmap--orientation-vertical .roadmap__navigation li a {
      display: block;
      color: #000;
      line-height: 0; }
      .roadmap.roadmap--orientation-vertical .roadmap__navigation li a i {
        font-size: 44px; }
      .roadmap.roadmap--orientation-vertical .roadmap__navigation li a:hover {
        text-decoration: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .roadmap.roadmap--orientation-vertical .roadmap__navigation li:first-child {
      left: 0; }
    .roadmap.roadmap--orientation-vertical .roadmap__navigation li:last-child {
      right: 0; }
  .roadmap.roadmap--orientation-vertical .roadmap__events {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 640px; }
    .roadmap.roadmap--orientation-vertical .roadmap__events:before {
      position: absolute;
      display: block;
      content: "";
      background-color: #3f81e7;
      border-radius: 2px;
      -webkit-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear;
      left: 50%;
      top: 0;
      width: 4px;
      height: -webkit-calc(0% - 0px);
      height: calc(0% - 0px);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events:before {
  width: 100%; }

.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event:before {
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%); }

.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event:after {
  height: 62px; }

.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event .event {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.roadmap.roadmap--orientation-horizontal.roadmap--initialized .roadmap__events:before {
  width: 100%; }

.roadmap.roadmap--orientation-horizontal.roadmap--initialized .roadmap__events .roadmap__events__event:before {
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%); }

.roadmap.roadmap--orientation-horizontal.roadmap--initialized .roadmap__events .roadmap__events__event:after {
  height: 62px; }

.roadmap.roadmap--orientation-horizontal.roadmap--initialized .roadmap__events .roadmap__events__event .event {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events .roadmap__events__event:before {
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%); }

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events .roadmap__events__event:after {
  height: 62px;
  width: 48px; }

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events .roadmap__events__event .event {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events .roadmap__events__event:nth-child(odd):after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events .roadmap__events__event:nth-child(even):after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events:after {
  width: 4px;
  height: -webkit-calc(100% - 120px);
  height: calc(100% - 120px); }

@media only screen and (max-width: 992px) {
  .roadmap.roadmap--orientation-auto {
    margin: 50px auto; }
    .roadmap.roadmap--orientation-auto .roadmap__events {
      padding: 0;
      width: 80%;
      max-width: 640px;
      min-height: 400px; }
      .roadmap.roadmap--orientation-auto .roadmap__events:before {
        left: 50%;
        top: 0;
        width: 4px;
        height: -webkit-calc(0% - 0px);
        height: calc(0% - 0px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    .roadmap.roadmap--orientation-auto .roadmap__events__event {
      position: relative;
      left: auto !important;
      top: auto;
      bottom: auto;
      margin-left: 0;
      width: auto;
      height: auto;
      min-height: 120px; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:before {
        top: -8px;
        bottom: auto; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:after {
        top: 0;
        bottom: auto;
        width: 0;
        height: 4px !important; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event .event {
        top: -15px;
        bottom: auto;
        width: 40%; }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(odd):after {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(even):after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(even) .event {
        right: 0; }
  .roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events:before {
    width: 4px;
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px); }
  .roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event:after {
    width: 48px; }
  .roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event:nth-child(odd):after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event:nth-child(even):after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@media only screen and (max-width: 992px) and (max-width: 600px) {
  .roadmap.roadmap--orientation-auto .roadmap__events__event .event {
    width: 50%; }
  .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(odd) .event {
    margin-left: -10%; }
  .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(even) .event {
    margin-right: -10%; }
  .roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event:after {
    width: 32px; } }

@media only screen and (max-width: 600px) {
  .roadmap.roadmap--orientation-vertical .roadmap__events__event .event {
    width: 50%; }
  .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(odd) .event {
    margin-left: -10%; }
  .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(even) .event {
    margin-right: -10%; }
  .roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events .roadmap__events__event:after {
    width: 32px; } }

.brand-primary-darker-1 {
  background-color: #0983de; }

.brand-primary-darker-2 {
  background-color: #076cb7; }

.brand-primary-darker-3 {
  background-color: #065590; }

.brand-primary-darker-4 {
  background-color: #043e69; }

.brand-primary-lighter-1 {
  background-color: #41aaf8; }

.brand-primary-lighter-2 {
  background-color: #69bbf9; }

.brand-primary-lighter-3 {
  background-color: #90cdfb; }

.brand-primary-lighter-4 {
  background-color: #b7dffc; }

.brand-primary-lighter-5 {
  background-color: #def0fe; }

/**
TODO DELETE this after 23 June 2018, including the actual HTML (search alert-ditto-hire)
 */
.alert-ditto-hire {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FC5F39;
  border-radius: 0; }

img {
  max-width: 100%; }

table {
  width: 100%; }

body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5,
b, strong, label {
  font-weight: 600; }

.uc {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }

#impersonate-header {
  position: absolute;
  right: 0;
  background: #5aaa00; }
  #impersonate-header.demo, #impersonate-header.staging {
    background: rgba(26, 152, 246, 0.5); }
  #impersonate-header.production, #impersonate-header.production_new {
    background: rgba(192, 83, 77, 0.5); }
  #impersonate-header.office365 {
    background: #00a4ef; }
  #impersonate-header .navbar-nav li a.first-level {
    background-color: transparent !important;
    color: #fff !important; }
  #impersonate-header .impersonate-form {
    float: left;
    padding: 0 10px; }
    #impersonate-header .impersonate-form .selectize-control {
      float: left; }
      #impersonate-header .impersonate-form .selectize-control .selectize-input {
        padding: 9px 22px 9px 12px;
        width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #impersonate-header .impersonate-form .btn, #impersonate-header .impersonate-form .btn_alt {
      padding: 9px 12px; }

#impersonate {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #5aaa00;
  padding: 6px 0;
  bottom: 0px; }
  #impersonate .admin-options {
    position: absolute;
    top: 0;
    left: 0; }
  #impersonate ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff; }
    #impersonate ul li {
      display: inline-block;
      margin: 0 20px 0; }
  #impersonate a {
    color: #fff; }
  #impersonate.office365 {
    background: #00B7C3; }
  #impersonate.demo, #impersonate.staging {
    background: rgba(26, 152, 246, 0.5); }
  #impersonate.production_new {
    background: rgba(192, 83, 77, 0.5); }
  #impersonate.staging_new {
    background: #ffcb00; }
    #impersonate.staging_new ul, #impersonate.staging_new a {
      color: #000;
      font-weight: 600; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.page-heading:not(.has-breadcrumb),
.tile {
  border-radius: 3px; }

.page-heading.has-breadcrumb,
.panel .panel-heading {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.page-heading + .breadcrumb,
.panel-footer {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

[data-notify="progressbar"] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  box-shadow: none; }

.text-action {
  color: #FC5F39 !important; }

.t-right {
  text-align: right; }

.no-padding {
  padding: 0 !important; }

ul.job-posting-third-party {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 30px 0; }
  ul.job-posting-third-party li {
    flex-grow: 1;
    flex-basis: 0; }
    ul.job-posting-third-party li label {
      display: block;
      text-align: center;
      border-right: 1px solid #eef2f5; }
      ul.job-posting-third-party li label:before {
        display: block;
        content: ' ';
        background: url(/static/dist/images/sprite_providers.png) 0 0;
        width: 94px;
        height: 31px;
        margin: auto; }
    ul.job-posting-third-party li.pnet label:before {
      background-position-y: 0; }
    ul.job-posting-third-party li.c24 label:before {
      background-position-y: -31px; }
    ul.job-posting-third-party li.cjunction label:before {
      background-position-y: -62px; }
    ul.job-posting-third-party li.cjet label:before {
      background-position-y: -93px; }
    ul.job-posting-third-party li.indeed label:before {
      background-position-y: -124px; }
    ul.job-posting-third-party li.checked label:before {
      background-position-x: -94px; }
    ul.job-posting-third-party li:last-child label {
      border: 0; }
  ul.job-posting-third-party [class*="icheckbox_minimal-"], ul.job-posting-third-party [class*="iradio_minimal-"] {
    float: none !important; }

figure.padded {
  padding: 25px;
  background: #f7f8fa; }

.navbar-fixed-top + #wrapper,
.navbar-fixed-top + #layout-fixed {
  background-color: #eef2f5; }

#wrapper {
  top: 0;
  padding-top: 100px; }
  #wrapper.has-suspend-msg {
    padding-top: 130px; }
  #wrapper.tv_dashboard {
    background: #2d2d2d;
    padding-top: 65px; }
    #wrapper.tv_dashboard h4 {
      color: #fff; }

.sidebar-scroll .static-sidebar {
  top: 60px !important; }

.static-content-wrapper > footer {
  font-size: 9px;
  background: #32302f;
  z-index: 999;
  padding: 6px 10px; }
  .static-content-wrapper > footer,
  .static-content-wrapper > footer a {
    color: #888; }
  .static-content-wrapper > footer li {
    line-height: 20px; }

#back-to-top {
  color: #888; }

.static-sidebar-wrapper, .static-sidebar {
  width: 200px; }

.sidebar-inverse.static-sidebar-wrapper, .sidebar-inverse.fixed-sidebar-wrapper {
  background: rgba(255, 255, 255, 0.95); }

.sidebar a {
  color: #32302f; }

.sidebar nav.widget-body > ul.acc-menu i.fa {
  display: none; }

.sidebar nav.widget-body > ul.acc-menu a .new:after {
  font-size: 70%;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  content: "New";
  color: red;
  padding-left: 2px;
  text-decoration: none !important; }

.sidebar nav.widget-body > ul.acc-menu a .beta:after {
  font-size: 70%;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  content: "Beta";
  color: red;
  padding-left: 2px;
  text-decoration: none !important; }

.sidebar nav.widget-body > ul.acc-menu a:hover {
  background: #e6e6e6; }

.sidebar nav.widget-body > ul.acc-menu li ul {
  padding: 0; }
  .sidebar nav.widget-body > ul.acc-menu li ul a {
    padding: 9px 0 9px 28px; }
    .sidebar nav.widget-body > ul.acc-menu li ul a:hover {
      text-decoration: underline; }

.sidebar nav.widget-body > ul.acc-menu li.active > a {
  color: #1a98f6; }

.sidebar nav.widget-body > ul.acc-menu li.open > a {
  background-color: #eef2f5; }

.sidebar nav.widget-body > ul.acc-menu li.open ul a {
  background-color: #f7f8fa; }

.sidebar nav.widget-body > ul.acc-menu li.disabled a {
  color: #666;
  text-shadow: none;
  cursor: not-allowed; }
  .sidebar nav.widget-body > ul.acc-menu li.disabled a:hover {
    background-color: transparent !important; }

#widget-welcomebox {
  padding: 30px 0;
  border-bottom: 1px solid #e9e9e9;
  text-align: center; }
  #widget-welcomebox .welcome-avatar {
    margin-bottom: 20px; }
  #widget-welcomebox .welcome-options {
    font-size: 17px;
    font-weight: 300; }
    #widget-welcomebox .welcome-options a {
      margin-top: 6px;
      font-size: 22px;
      font-weight: 400; }

.widget-quote {
  border-bottom: 5px solid #1a98f6;
  margin: 30px 15px 0;
  overflow: hidden; }
  .widget-quote p {
    color: #a7a7a7;
    position: relative;
    top: -9px;
    font-size: 14px;
    line-height: 1.428571429; }
  .widget-quote span {
    display: block; }
  .widget-quote label {
    float: right;
    margin-top: 12px; }
    .widget-quote label:before {
      content: '- '; }
  .widget-quote:before {
    content: '"';
    display: block;
    color: #1a98f6;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    font-style: italic; }

.static-content > .page-content:not(.no-page-header) {
  padding-top: 50px; }

.page-heading {
  position: fixed;
  background: #fff;
  margin: 0 0 20px 0 !important;
  padding: 0 12px 0 24px;
  top: 100px;
  z-index: 999;
  width: 100%;
  box-shadow: 7px 0 7px 7px #e9e9e9;
  border-radius: 3px;
  clear: both;
  border: 1px solid #e9e9e9; }
  .page-heading.has-breadcrumb {
    border-width: 1px 1px 0;
    border-radius: 3px 3px 0 0; }
  .page-heading.page_title_no_dropshaddow {
    box-shadow: none; }
  .page-heading .heading-text {
    padding: 15px 0;
    float: left; }
    .page-heading .heading-text > h1,
    .page-heading .heading-text > a {
      color: #1a98f6; }
    .page-heading .heading-text > h1 {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 750px; }
      @media all and (max-width: 1500px) {
        .page-heading .heading-text > h1 {
          max-width: 700px; } }
  .page-heading h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 18px;
    font-weight: 600; }
  .page-heading .header-middle-text {
    margin: 0 auto;
    text-align: center; }
    .page-heading .header-middle-text p {
      position: absolute;
      top: 10px;
      display: inline;
      margin: 3px 0 0 0;
      font-weight: bold;
      font-size: 14px; }
  .page-heading .breadcrumb {
    background: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding: 0 0 0 10px;
    margin-bottom: 0;
    margin-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.54);
    border-radius: 0; }
    .page-heading .breadcrumb a {
      color: rgba(0, 0, 0, 0.72); }
  .page-heading .options {
    float: right;
    padding: 12px 0; }
    .page-heading .options .btn-group {
      margin-top: -3px; }
    .page-heading .options .btn i + span, .page-heading .options .btn_alt i + span {
      margin-left: 6px; }
  .page-heading + .breadcrumb {
    border: 1px solid #e9e9e9;
    box-shadow: none;
    border-width: 0 1px 1px;
    border-radius: 0 0 3px 3px;
    margin: -20px 10px 20px; }
    .page-heading + .breadcrumb a {
      color: #32302f;
      font-size: 11px; }
      .page-heading + .breadcrumb a:hover {
        color: #1a98f6; }
  .page-heading .filters {
    float: right;
    margin-top: 10px; }
    .page-heading .filters > div {
      margin-left: 15px; }
  .page-heading .quick-actions-holder {
    display: table;
    float: right;
    margin-right: 15px; }
    @media (max-width: 1200px) {
      .page-heading .quick-actions-holder {
        display: none; } }
    .page-heading .quick-actions-holder .quick-actions {
      list-style: none;
      margin: 0; }
      .page-heading .quick-actions-holder .quick-actions li {
        display: inline-block;
        border-left: 1px solid #e9e9e9;
        padding: 15px 20px;
        position: relative; }
        .page-heading .quick-actions-holder .quick-actions li:last-child {
          border-right: 1px solid #e9e9e9; }
        .page-heading .quick-actions-holder .quick-actions li a {
          font-weight: bold; }
        .page-heading .quick-actions-holder .quick-actions li .icon-holder {
          position: relative; }
          .page-heading .quick-actions-holder .quick-actions li .icon-holder svg {
            color: #000;
            margin-right: 10px; }
            .page-heading .quick-actions-holder .quick-actions li .icon-holder svg.plus-icon-smaller {
              color: #1a98f6;
              font-size: 9px;
              font-weight: bold;
              right: -5px;
              position: absolute; }

.text-gray {
  color: #a7a7a7; }

.text-anthracite-light {
  color: #79797d; }

.filter-employment-type, .filter-candidate-status {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px; }

.multiselect-native-select .candidate-filter-button {
  padding-left: 5px; }
  .multiselect-native-select .candidate-filter-button .candidate-filter-icon {
    font-size: 13px; }

.filter-user, .search-select, .filter-employment-type, .filter-candidate-status, .filter-user-deactivated {
  position: relative;
  z-index: 6; }
  .filter-user > span, .search-select > span, .filter-employment-type > span, .filter-candidate-status > span, .filter-user-deactivated > span {
    display: inline-block;
    height: 30px;
    border: 1px solid #e9e9e9;
    padding: 5px 6px 5px 10px;
    cursor: pointer; }
  .filter-user .filter-filters, .search-select .filter-filters, .filter-employment-type .filter-filters, .filter-candidate-status .filter-filters, .filter-user-deactivated .filter-filters {
    position: absolute;
    right: 0;
    display: none; }
    .filter-user .filter-filters.search-page-filter, .search-select .filter-filters.search-page-filter, .filter-employment-type .filter-filters.search-page-filter, .filter-candidate-status .filter-filters.search-page-filter, .filter-user-deactivated .filter-filters.search-page-filter {
      left: 0;
      right: auto; }
  .filter-user article, .search-select article, .filter-employment-type article, .filter-candidate-status article, .filter-user-deactivated article {
    background-color: #fff;
    margin-top: 5px;
    float: right;
    min-width: 300px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #DDD; }
    .filter-user article header, .search-select article header, .filter-employment-type article header, .filter-candidate-status article header, .filter-user-deactivated article header {
      font-weight: 600;
      padding: 6px; }
    .filter-user article section, .search-select article section, .filter-employment-type article section, .filter-candidate-status article section, .filter-user-deactivated article section {
      max-height: calc(95vh - 330px);
      overflow-y: scroll; }
    .filter-user article label, .search-select article label, .filter-employment-type article label, .filter-candidate-status article label, .filter-user-deactivated article label {
      font-weight: 400; }
    .filter-user article div.deactivated-users, .search-select article div.deactivated-users, .filter-employment-type article div.deactivated-users, .filter-candidate-status article div.deactivated-users, .filter-user-deactivated article div.deactivated-users {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #000;
      line-height: 0.1em;
      margin: 10px 0 10px;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none; }
      .filter-user article div.deactivated-users span, .search-select article div.deactivated-users span, .filter-employment-type article div.deactivated-users span, .filter-candidate-status article div.deactivated-users span, .filter-user-deactivated article div.deactivated-users span {
        background: #fff;
        padding: 0 10px; }
    .filter-user article ul, .search-select article ul, .filter-employment-type article ul, .filter-candidate-status article ul, .filter-user-deactivated article ul {
      list-style: none;
      padding: 0; }
    .filter-user article ul.user-all, .search-select article ul.user-all, .filter-employment-type article ul.user-all, .filter-candidate-status article ul.user-all, .filter-user-deactivated article ul.user-all {
      margin-bottom: 0; }
    .filter-user article ul.user-me, .search-select article ul.user-me, .filter-employment-type article ul.user-me, .filter-candidate-status article ul.user-me, .filter-user-deactivated article ul.user-me {
      margin-bottom: 0;
      border-bottom: 2px solid #d1d2d2; }
    .filter-user article li, .search-select article li, .filter-employment-type article li, .filter-candidate-status article li, .filter-user-deactivated article li {
      padding: 3px 6px; }
      .filter-user article li label, .search-select article li label, .filter-employment-type article li label, .filter-candidate-status article li label, .filter-user-deactivated article li label {
        margin-bottom: 0;
        cursor: pointer;
        width: 100%; }
        .filter-user article li label > div, .search-select article li label > div, .filter-employment-type article li label > div, .filter-candidate-status article li label > div, .filter-user-deactivated article li label > div {
          margin-right: 6px !important; }
      .filter-user article li.all-team, .search-select article li.all-team, .filter-employment-type article li.all-team, .filter-candidate-status article li.all-team, .filter-user-deactivated article li.all-team {
        border-bottom: 1px solid #e9e9e9;
        background: #f7f8fa; }
    .filter-user article footer, .search-select article footer, .filter-employment-type article footer, .filter-candidate-status article footer, .filter-user-deactivated article footer {
      padding: 6px; }
      .filter-user article footer .btn + .btn, .filter-user article footer .btn_alt + .btn, .filter-user article footer .btn + .btn_alt, .filter-user article footer .btn_alt + .btn_alt, .search-select article footer .btn + .btn, .search-select article footer .btn_alt + .btn, .search-select article footer .btn + .btn_alt, .search-select article footer .btn_alt + .btn_alt, .filter-employment-type article footer .btn + .btn, .filter-employment-type article footer .btn_alt + .btn, .filter-employment-type article footer .btn + .btn_alt, .filter-employment-type article footer .btn_alt + .btn_alt, .filter-candidate-status article footer .btn + .btn, .filter-candidate-status article footer .btn_alt + .btn, .filter-candidate-status article footer .btn + .btn_alt, .filter-candidate-status article footer .btn_alt + .btn_alt, .filter-user-deactivated article footer .btn + .btn, .filter-user-deactivated article footer .btn_alt + .btn, .filter-user-deactivated article footer .btn + .btn_alt, .filter-user-deactivated article footer .btn_alt + .btn_alt {
        margin: 0; }
  .filter-user + article, .search-select + article, .filter-employment-type + article, .filter-candidate-status + article, .filter-user-deactivated + article {
    border-left: 0; }
  .filter-user.open .filter-filters, .search-select.open .filter-filters, .filter-employment-type.open .filter-filters, .filter-candidate-status.open .filter-filters, .filter-user-deactivated.open .filter-filters {
    display: block; }
  .filter-user.active > span, .search-select.active > span, .filter-employment-type.active > span, .filter-candidate-status.active > span, .filter-user-deactivated.active > span {
    background: #4e4e4f;
    color: #fff;
    border-color: #fff; }

.page-content > .flash-notification {
  display: none;
  padding-left: 15px;
  padding-right: 15px; }

#helptext-modal h6 {
  font-weight: bold;
  font-style: italic; }

#helptext-modal form {
  display: inline-block; }

#helptext-modal .modal-body h6, #helptext-modal .modal-body p {
  margin: 0 10px 10px 10px; }

#helptext-modal .feedback {
  float: left; }

#helptext-modal .modal-footer {
  padding-bottom: 0;
  padding-left: 0; }

#topnav.navbar-new {
  height: 60px; }
  #topnav.navbar-new.has-suspend-msg {
    height: 90px; }
  #topnav.navbar-new .suspend-msg {
    background: #FC5F39;
    text-align: center;
    height: 30px; }
    #topnav.navbar-new .suspend-msg p {
      color: #fff;
      font-weight: 600;
      padding-top: 5px;
      display: block; }
  #topnav.navbar-new .flex-wrapper {
    display: flex;
    align-items: center;
    width: 345px;
    height: 60px; }
    #topnav.navbar-new .flex-wrapper:hover .search-wrapper .search-input-holder {
      -webkit-box-shadow: 0px 0px 6px 2px rgba(26, 151, 246, 0.2);
      -moz-box-shadow: 0px 0px 6px 2px rgba(26, 151, 246, 0.2);
      box-shadow: 0px 0px 6px 2px rgba(26, 151, 246, 0.2); }
    #topnav.navbar-new .flex-wrapper .search-wrapper {
      float: left;
      width: auto;
      margin-left: 15px; }
      #topnav.navbar-new .flex-wrapper .search-wrapper .search-input-holder {
        background: #fff;
        color: #000;
        border-color: transparent;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
        #topnav.navbar-new .flex-wrapper .search-wrapper .search-input-holder:hover {
          border-color: transparent;
          -webkit-box-shadow: 0px 0px 6px 2px #1a97f6;
          -moz-box-shadow: 0px 0px 6px 2px #1a97f6;
          box-shadow: 0px 0px 6px 2px #1a97f6; }
        #topnav.navbar-new .flex-wrapper .search-wrapper .search-input-holder input[type="text"] {
          color: #000;
          border-color: #fff;
          font-size: 14px;
          padding: 2px;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          transition: all .5s ease;
          width: 300px;
          height: 28px; }
          #topnav.navbar-new .flex-wrapper .search-wrapper .search-input-holder input[type="text"]::-webkit-input-placeholder, #topnav.navbar-new .flex-wrapper .search-wrapper .search-input-holder input[type="text"]::-moz-placeholder, #topnav.navbar-new .flex-wrapper .search-wrapper .search-input-holder input[type="text"]:-ms-input-placeholder, #topnav.navbar-new .flex-wrapper .search-wrapper .search-input-holder input[type="text"]::placeholder {
            color: #000;
            font-size: 13px; }
        #topnav.navbar-new .flex-wrapper .search-wrapper .search-input-holder .input-group-btn > button {
          background: #fff; }
      #topnav.navbar-new .flex-wrapper .search-wrapper ul.quickfind-tabs li.active a {
        color: #000; }
      #topnav.navbar-new .flex-wrapper .search-wrapper .fields {
        flex-basis: 400px;
        position: relative; }
      #topnav.navbar-new .flex-wrapper .search-wrapper .results {
        border-radius: 3px;
        margin-top: 2px; }
      #topnav.navbar-new .flex-wrapper .search-wrapper footer {
        border-radius: 0 0 3px 3px; }
    #topnav.navbar-new .flex-wrapper .navbar-nav {
      position: absolute;
      right: 0; }
  #topnav.navbar-new .tv-dash-wrapper {
    width: 100%; }
    #topnav.navbar-new .tv-dash-wrapper .navbar-brand, #topnav.navbar-new .tv-dash-wrapper .header-company-logo, #topnav.navbar-new .tv-dash-wrapper .tv-dash-buttons {
      position: absolute;
      top: 15px; }
    #topnav.navbar-new .tv-dash-wrapper .navbar-brand {
      left: 0; }
    #topnav.navbar-new .tv-dash-wrapper .header-clock {
      display: block;
      margin: 15px auto 0;
      width: 100px;
      text-align: center; }
    #topnav.navbar-new .tv-dash-wrapper .tv-dash-buttons {
      right: 70px;
      top: 25px; }
    #topnav.navbar-new .tv-dash-wrapper .header-company-logo {
      right: 0; }
      #topnav.navbar-new .tv-dash-wrapper .header-company-logo img {
        height: 36px;
        width: auto; }
  #topnav.navbar-new.navbar-dittoblue {
    background-color: #1a98f6; }
  #topnav.navbar-new.navbar-midnightblue {
    background-color: #222222 !important;
    /*-webkit-box-shadow: 0 3px 2px 0 rgba(255, 196, 37, 1);
        -moz-box-shadow: 0 3px 2px 0 rgba(255, 196, 37, 1);
        box-shadow: 0 3px 2px 0 rgba(255, 196, 37, 1);*/ }
    #topnav.navbar-new.navbar-midnightblue .navbar-nav.toolbar {
      margin-right: 10px; }
    #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-toggle {
      width: 36px;
      height: 36px;
      color: #a7a7a7;
      border-radius: 3px; }
      #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-toggle .badge {
        font-size: 11px;
        background-color: #FC5F39;
        font-weight: 600; }
      #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-toggle > span {
        font-size: 13px;
        top: -4px; }
        #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-toggle > span span {
          display: none; }
        #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-toggle > span i {
          font-size: 15px; }
        @media all and (min-width: 768px) {
          #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-toggle > span span {
            display: inline; }
          #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-toggle > span i {
            margin-left: 6px; } }
      #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-toggle:not(.help-button):hover {
        background: #1a98f6;
        color: #fff; }
    #topnav.navbar-new.navbar-midnightblue .dropdown.open a .icon-bg, #topnav.navbar-new.navbar-midnightblue .dropdown.open:hover .icon-bg {
      background-color: #1a98f6;
      color: #FFF; }
    #topnav.navbar-new.navbar-midnightblue .dropdown.open > a {
      background: #323233; }
    #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-menu {
      left: auto;
      right: 0;
      padding: 0; }
      #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-menu li a .badge {
        background: #1a98f6; }
      #topnav.navbar-new.navbar-midnightblue .dropdown .dropdown-menu li:last-child a {
        border: 0; }
    #topnav.navbar-new.navbar-midnightblue.is-worldcup {
      background: #063e29;
      background: linear-gradient(90deg, #063e29 0%, #0a5b30 100%);
      border-bottom: 2px solid #ffc425b3 !important; }
      #topnav.navbar-new.navbar-midnightblue.is-worldcup .dropdown .dropdown-toggle {
        color: #f1b000; }
        #topnav.navbar-new.navbar-midnightblue.is-worldcup .dropdown .dropdown-toggle:hover {
          background: #ffc425;
          color: #0c261f; }
      #topnav.navbar-new.navbar-midnightblue.is-worldcup .dropdown.open a .icon-bg, #topnav.navbar-new.navbar-midnightblue.is-worldcup .dropdown.open:hover .icon-bg {
        background-color: #ffc425;
        color: #0c261f; }
      #topnav.navbar-new.navbar-midnightblue.is-worldcup .dropdown.open > a {
        background: #ffc425;
        color: #0c261f; }
  #topnav.navbar-new .nav > li > a:active, #topnav.navbar-new .nav > li > a:focus {
    background: transparent; }
    #topnav.navbar-new .nav > li > a:active .icon-bg, #topnav.navbar-new .nav > li > a:focus .icon-bg {
      background-color: #1a98f6;
      color: #FFF; }
  #topnav.navbar-new.is-worldcup .nav > li > a:active, #topnav.navbar-new.is-worldcup .nav > li > a:focus {
    background: transparent; }
    #topnav.navbar-new.is-worldcup .nav > li > a:active .icon-bg, #topnav.navbar-new.is-worldcup .nav > li > a:focus .icon-bg {
      background-color: #ffc425;
      color: #0c261f; }
  #topnav.navbar-new .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    padding: 0;
    height: 36px; }
    #topnav.navbar-new .navbar-brand img {
      max-width: 100%;
      height: 36px;
      margin: 0 0 0 0; }
  #topnav.navbar-new.is-worldcup .navbar-brand {
    margin-left: -97px;
    height: 60px; }
    #topnav.navbar-new.is-worldcup .navbar-brand img {
      max-width: 100%;
      height: 39.6px;
      margin: 0 0 0 0; }
    #topnav.navbar-new.is-worldcup .navbar-brand span {
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      margin: 9px 0 0 0;
      font-size: 11px;
      color: #fff;
      display: block; }
  #topnav.navbar-new.is-covid19 .navbar-brand .covid19-updates-link {
    position: absolute;
    top: 20px;
    right: -120px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #fff; }
  #topnav.navbar-new #trigger-sidebar .icon-bg {
    cursor: pointer;
    background: #fefefe;
    color: #a7a7a7;
    margin-top: 19px; }
    #topnav.navbar-new #trigger-sidebar .icon-bg:hover {
      background: white; }
  #topnav.navbar-new .user-menu {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 25px; }
  #topnav.navbar-new .icon-bg i {
    margin-left: 0 !important; }
  #topnav.navbar-new .header-notifications .badge, #topnav.navbar-new .header-messages .badge {
    top: -10px;
    right: -10px;
    z-index: 1;
    position: absolute; }
  #topnav.navbar-new #trigger-sidebar,
  #topnav.navbar-new #trigger-infobar {
    display: none; }

#topnav.navbar-old {
  height: 60px; }
  #topnav.navbar-old.has-suspend-msg {
    height: 90px; }
  #topnav.navbar-old .suspend-msg {
    background: #FC5F39;
    text-align: center;
    height: 30px; }
    #topnav.navbar-old .suspend-msg p {
      color: #fff;
      font-weight: 600;
      padding-top: 5px;
      display: block; }
  #topnav.navbar-old .flex-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px; }
    #topnav.navbar-old .flex-wrapper .search-wrapper {
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      #topnav.navbar-old .flex-wrapper .search-wrapper .fields {
        flex-basis: 400px;
        position: relative; }
      #topnav.navbar-old .flex-wrapper .search-wrapper .results {
        border-radius: 3px;
        margin-top: 2px; }
      #topnav.navbar-old .flex-wrapper .search-wrapper footer {
        border-radius: 0 0 3px 3px; }
  #topnav.navbar-old .tv-dash-wrapper {
    width: 100%; }
    #topnav.navbar-old .tv-dash-wrapper .navbar-brand, #topnav.navbar-old .tv-dash-wrapper .header-company-logo, #topnav.navbar-old .tv-dash-wrapper .tv-dash-buttons {
      position: absolute;
      top: 15px; }
    #topnav.navbar-old .tv-dash-wrapper .navbar-brand {
      left: 0; }
    #topnav.navbar-old .tv-dash-wrapper .header-clock {
      display: block;
      margin: 15px auto 0;
      width: 100px;
      text-align: center; }
    #topnav.navbar-old .tv-dash-wrapper .tv-dash-buttons {
      right: 70px;
      top: 25px; }
    #topnav.navbar-old .tv-dash-wrapper .header-company-logo {
      right: 0; }
      #topnav.navbar-old .tv-dash-wrapper .header-company-logo img {
        height: 36px;
        width: auto; }
  #topnav.navbar-old.navbar-midnightblue {
    background-color: #222222; }
    #topnav.navbar-old.navbar-midnightblue .navbar-nav.toolbar {
      margin-right: 10px; }
    #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-toggle {
      width: 36px;
      height: 36px;
      color: #a7a7a7;
      border-radius: 3px; }
      #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-toggle .badge {
        font-size: 11px;
        background-color: #FC5F39;
        font-weight: 600; }
      #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-toggle > span {
        font-size: 13px;
        top: -4px; }
        #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-toggle > span span {
          display: none; }
        #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-toggle > span i {
          font-size: 15px; }
        @media all and (min-width: 768px) {
          #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-toggle > span span {
            display: inline; }
          #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-toggle > span i {
            margin-left: 6px; } }
      #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-toggle:hover {
        background: #1a98f6;
        color: #fff; }
    #topnav.navbar-old.navbar-midnightblue .dropdown.open a .icon-bg, #topnav.navbar-old.navbar-midnightblue .dropdown.open:hover .icon-bg {
      background-color: #1a98f6;
      color: #FFF; }
    #topnav.navbar-old.navbar-midnightblue .dropdown.open > a {
      background: #323233; }
    #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-menu {
      left: auto;
      right: 0;
      padding: 0; }
      #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-menu li a .badge {
        background: #1a98f6; }
      #topnav.navbar-old.navbar-midnightblue .dropdown .dropdown-menu li:last-child a {
        border: 0; }
  #topnav.navbar-old .nav > li > a:active, #topnav.navbar-old .nav > li > a:focus {
    background: transparent; }
    #topnav.navbar-old .nav > li > a:active .icon-bg, #topnav.navbar-old .nav > li > a:focus .icon-bg {
      background-color: #1a98f6;
      color: #FFF; }
  #topnav.navbar-old .navbar-brand {
    padding: 0;
    height: 36px; }
    #topnav.navbar-old .navbar-brand img {
      max-width: 100%;
      height: 36px;
      margin: 0 0 0 12px; }
  #topnav.navbar-old #trigger-sidebar .icon-bg {
    cursor: pointer;
    background: #fefefe;
    color: #a7a7a7;
    margin-top: 19px; }
    #topnav.navbar-old #trigger-sidebar .icon-bg:hover {
      background: white; }
  #topnav.navbar-old .user-menu {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 25px; }
  #topnav.navbar-old .icon-bg i {
    margin-left: 0 !important; }
  #topnav.navbar-old .header-notifications .badge {
    top: -10px;
    right: -10px;
    z-index: 1;
    position: absolute; }
  #topnav.navbar-old #trigger-sidebar,
  #topnav.navbar-old #trigger-infobar {
    display: none; }

#headernav {
  top: 60px;
  z-index: 1002;
  background-color: #2d2d2d;
  width: 100%;
  position: fixed;
  border-radius: 0;
  height: 40px;
  min-height: 40px; }
  #headernav.has-suspend-msg {
    top: 90px; }
  #headernav .navbar-collapse li {
    list-style: none;
    display: block; }
    #headernav .navbar-collapse li i, #headernav .navbar-collapse li svg {
      margin-right: 3px;
      color: #fff; }
    #headernav .navbar-collapse li a {
      color: #eef2f5;
      font-size: 13px;
      background-color: #2d2d2d;
      padding: 10px 15px; }
      #headernav .navbar-collapse li a .new:after {
        font-size: 70%;
        vertical-align: top;
        display: inline-block;
        font-weight: bold;
        content: "New";
        color: #FC5F39;
        padding-left: 2px;
        text-decoration: none !important; }
      #headernav .navbar-collapse li a .beta:after {
        font-size: 70%;
        vertical-align: top;
        display: inline-block;
        font-weight: bold;
        content: "Beta";
        color: #FC5F39;
        text-transform: uppercase;
        padding-left: 2px;
        text-decoration: none !important; }
    #headernav .navbar-collapse li:not(.third-level):hover > ul {
      display: block; }
      #headernav .navbar-collapse li:not(.third-level):hover > ul li a {
        color: #eef2f5; }
        #headernav .navbar-collapse li:not(.third-level):hover > ul li a:hover {
          color: #1a98f6; }
    #headernav .navbar-collapse li:not(.third-level):hover a {
      color: #1a98f6; }
    #headernav .navbar-collapse li.third-level {
      position: relative; }
      #headernav .navbar-collapse li.third-level .caret {
        transform: rotate(-90deg); }
      #headernav .navbar-collapse li.third-level:hover > ul {
        position: absolute;
        display: block;
        left: 180px;
        top: -3px; }
    #headernav .navbar-collapse li ul {
      background: #2d2d2d;
      min-width: 180px; }
      #headernav .navbar-collapse li ul li a {
        font-size: 12px;
        position: relative; }
        #headernav .navbar-collapse li ul li a:hover {
          background-color: #fff;
          color: #076cb7;
          font-weight: 600; }
        #headernav .navbar-collapse li ul li a i {
          display: none; }
        #headernav .navbar-collapse li ul li a .badge {
          top: -1px;
          position: relative;
          font-size: 9px;
          margin-left: 4px; }
    #headernav .navbar-collapse li.active > a {
      background: white;
      color: #1a98f6;
      font-weight: bold;
      padding: 11px 15px; }
      #headernav .navbar-collapse li.active > a > svg {
        color: #1a98f6; }
  #headernav .navbar-collapse .for-small-screens {
    visibility: hidden; }
  @media all and (max-width: 1140px) {
    #headernav .navbar-collapse li a {
      font-size: 19px; }
    #headernav .navbar-collapse ul.nav > li > a > span {
      display: none !important; }
    #headernav .navbar-collapse .for-small-screens {
      visibility: visible; } }

.activities-list ul {
  margin: 0;
  padding: 0; }

.add-activity .alert {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.multiselect-native-select .btn-group.open .dropdown-menu {
  display: table; }

.alert.alert-info {
  background-color: #eef2f5;
  border: 0;
  border-radius: 0;
  color: #e9e9e9; }
  .alert.alert-info strong {
    color: #1a98f6; }

.alert.alert-action {
  background-color: #FC5F39;
  border: 0;
  border-radius: 0;
  color: #fff; }
  .alert.alert-action strong {
    color: #FC5F39; }

.alert.alert-primary {
  background-color: #1a98f6;
  border: 0;
  border-radius: 0;
  color: #fff; }
  .alert.alert-primary strong {
    color: #1a98f6; }

.alert-secondary {
  color: #fff;
  background-color: #FC5F39;
  border-color: #fb3607; }
  .alert-secondary hr {
    border-top-color: #e52f03; }
  .alert-secondary .alert-link {
    color: #e6e6e6; }
  .alert-secondary a {
    color: #fff;
    text-decoration: underline; }

.feature-discontinued {
  display: block;
  width: 100%;
  padding: 5px 0;
  background: #FC5F39;
  text-align: center;
  color: #fff;
  font-weight: bold; }

.badge.badge-primary {
  background-color: #1a98f6; }

.badge.badge-info {
  background-color: #a7a7a7; }

.badge.badge-danger {
  background-color: #c0534d; }

.badge.badge-secondary {
  background-color: #FC5F39; }

.btn, .btn_alt {
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  /*i:first-child {
      margin-right: 4px;
    }

    i:last-child {
      margin-left: 4px;
    }*/ }
  .btn span, .btn_alt span {
    margin-left: 5px; }
  .btn.btn-white, .btn-white.btn_alt {
    color: #fff;
    background-color: #4e4e4f;
    border-color: transparent; }
    .btn.btn-white:focus, .btn-white.btn_alt:focus, .btn.btn-white.focus, .btn-white.focus.btn_alt {
      color: #fff;
      background-color: #353535;
      border-color: transparent; }
    .btn.btn-white:hover, .btn-white.btn_alt:hover {
      color: #fff;
      background-color: #353535;
      border-color: transparent; }
    .btn.btn-white:active, .btn-white.btn_alt:active, .btn.btn-white.active, .btn-white.active.btn_alt,
    .open > .btn.btn-white.dropdown-toggle,
    .open > .btn-white.dropdown-toggle.btn_alt {
      color: #fff;
      background-color: #353535;
      background-image: none;
      border-color: transparent; }
      .btn.btn-white:active:hover, .btn-white.btn_alt:active:hover, .btn.btn-white:active:focus, .btn-white.btn_alt:active:focus, .btn.btn-white:active.focus, .btn-white.btn_alt:active.focus, .btn.btn-white.active:hover, .btn-white.active.btn_alt:hover, .btn.btn-white.active:focus, .btn-white.active.btn_alt:focus, .btn.btn-white.active.focus, .btn-white.active.focus.btn_alt,
      .open > .btn.btn-white.dropdown-toggle:hover,
      .open > .btn-white.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-white.dropdown-toggle:focus,
      .open > .btn-white.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-white.dropdown-toggle.focus,
      .open > .btn-white.dropdown-toggle.focus.btn_alt {
        color: #fff;
        background-color: #232323;
        border-color: transparent; }
    .btn.btn-white.disabled:hover, .btn-white.disabled.btn_alt:hover, .btn.btn-white.disabled:focus, .btn-white.disabled.btn_alt:focus, .btn.btn-white.disabled.focus, .btn-white.disabled.focus.btn_alt, .btn.btn-white[disabled]:hover, .btn-white[disabled].btn_alt:hover, .btn.btn-white[disabled]:focus, .btn-white[disabled].btn_alt:focus, .btn.btn-white[disabled].focus, .btn-white[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-white:hover,
    fieldset[disabled] .btn-white.btn_alt:hover,
    fieldset[disabled] .btn.btn-white:focus,
    fieldset[disabled] .btn-white.btn_alt:focus,
    fieldset[disabled] .btn.btn-white.focus,
    fieldset[disabled] .btn-white.focus.btn_alt {
      background-color: #4e4e4f;
      border-color: transparent; }
    .btn.btn-white .badge, .btn-white.btn_alt .badge {
      color: #4e4e4f;
      background-color: #fff; }
  .btn.btn-red, .btn-red.btn_alt {
    color: #c0534d;
    background-color: #4e4e4f;
    border-color: transparent; }
    .btn.btn-red:focus, .btn-red.btn_alt:focus, .btn.btn-red.focus, .btn-red.focus.btn_alt {
      color: #c0534d;
      background-color: #353535;
      border-color: transparent; }
    .btn.btn-red:hover, .btn-red.btn_alt:hover {
      color: #c0534d;
      background-color: #353535;
      border-color: transparent; }
    .btn.btn-red:active, .btn-red.btn_alt:active, .btn.btn-red.active, .btn-red.active.btn_alt,
    .open > .btn.btn-red.dropdown-toggle,
    .open > .btn-red.dropdown-toggle.btn_alt {
      color: #c0534d;
      background-color: #353535;
      background-image: none;
      border-color: transparent; }
      .btn.btn-red:active:hover, .btn-red.btn_alt:active:hover, .btn.btn-red:active:focus, .btn-red.btn_alt:active:focus, .btn.btn-red:active.focus, .btn-red.btn_alt:active.focus, .btn.btn-red.active:hover, .btn-red.active.btn_alt:hover, .btn.btn-red.active:focus, .btn-red.active.btn_alt:focus, .btn.btn-red.active.focus, .btn-red.active.focus.btn_alt,
      .open > .btn.btn-red.dropdown-toggle:hover,
      .open > .btn-red.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-red.dropdown-toggle:focus,
      .open > .btn-red.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-red.dropdown-toggle.focus,
      .open > .btn-red.dropdown-toggle.focus.btn_alt {
        color: #c0534d;
        background-color: #232323;
        border-color: transparent; }
    .btn.btn-red.disabled:hover, .btn-red.disabled.btn_alt:hover, .btn.btn-red.disabled:focus, .btn-red.disabled.btn_alt:focus, .btn.btn-red.disabled.focus, .btn-red.disabled.focus.btn_alt, .btn.btn-red[disabled]:hover, .btn-red[disabled].btn_alt:hover, .btn.btn-red[disabled]:focus, .btn-red[disabled].btn_alt:focus, .btn.btn-red[disabled].focus, .btn-red[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-red:hover,
    fieldset[disabled] .btn-red.btn_alt:hover,
    fieldset[disabled] .btn.btn-red:focus,
    fieldset[disabled] .btn-red.btn_alt:focus,
    fieldset[disabled] .btn.btn-red.focus,
    fieldset[disabled] .btn-red.focus.btn_alt {
      background-color: #4e4e4f;
      border-color: transparent; }
    .btn.btn-red .badge, .btn-red.btn_alt .badge {
      color: #4e4e4f;
      background-color: #c0534d; }
  .btn.btn-black-outline, .btn-black-outline.btn_alt {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline:focus, .btn-black-outline.btn_alt:focus, .btn.btn-black-outline.focus, .btn-black-outline.focus.btn_alt {
      color: rgba(0, 0, 0, 0.87);
      background-color: #e6e6e6;
      border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline:hover, .btn-black-outline.btn_alt:hover {
      color: rgba(0, 0, 0, 0.87);
      background-color: #e6e6e6;
      border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline:active, .btn-black-outline.btn_alt:active, .btn.btn-black-outline.active, .btn-black-outline.active.btn_alt,
    .open > .btn.btn-black-outline.dropdown-toggle,
    .open > .btn-black-outline.dropdown-toggle.btn_alt {
      color: rgba(0, 0, 0, 0.87);
      background-color: #e6e6e6;
      background-image: none;
      border-color: rgba(0, 0, 0, 0.87); }
      .btn.btn-black-outline:active:hover, .btn-black-outline.btn_alt:active:hover, .btn.btn-black-outline:active:focus, .btn-black-outline.btn_alt:active:focus, .btn.btn-black-outline:active.focus, .btn-black-outline.btn_alt:active.focus, .btn.btn-black-outline.active:hover, .btn-black-outline.active.btn_alt:hover, .btn.btn-black-outline.active:focus, .btn-black-outline.active.btn_alt:focus, .btn.btn-black-outline.active.focus, .btn-black-outline.active.focus.btn_alt,
      .open > .btn.btn-black-outline.dropdown-toggle:hover,
      .open > .btn-black-outline.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-black-outline.dropdown-toggle:focus,
      .open > .btn-black-outline.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-black-outline.dropdown-toggle.focus,
      .open > .btn-black-outline.dropdown-toggle.focus.btn_alt {
        color: rgba(0, 0, 0, 0.87);
        background-color: #d4d4d4;
        border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline.disabled:hover, .btn-black-outline.disabled.btn_alt:hover, .btn.btn-black-outline.disabled:focus, .btn-black-outline.disabled.btn_alt:focus, .btn.btn-black-outline.disabled.focus, .btn-black-outline.disabled.focus.btn_alt, .btn.btn-black-outline[disabled]:hover, .btn-black-outline[disabled].btn_alt:hover, .btn.btn-black-outline[disabled]:focus, .btn-black-outline[disabled].btn_alt:focus, .btn.btn-black-outline[disabled].focus, .btn-black-outline[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-black-outline:hover,
    fieldset[disabled] .btn-black-outline.btn_alt:hover,
    fieldset[disabled] .btn.btn-black-outline:focus,
    fieldset[disabled] .btn-black-outline.btn_alt:focus,
    fieldset[disabled] .btn.btn-black-outline.focus,
    fieldset[disabled] .btn-black-outline.focus.btn_alt {
      background-color: #fff;
      border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline .badge, .btn-black-outline.btn_alt .badge {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline.active, .btn-black-outline.active.btn_alt, .btn.btn-black-outline:active, .btn-black-outline.btn_alt:active, .btn.btn-black-outline:focus, .btn-black-outline.btn_alt:focus {
      background: #4e4e4f !important;
      color: #fff !important; }
  .btn.btn-circle, .btn-circle.btn_alt {
    border-radius: 50%; }
  .btn.btn-black-on-white, .btn-black-on-white.btn_alt {
    color: #000;
    background-color: #fff;
    border-color: transparent; }
    .btn.btn-black-on-white:focus, .btn-black-on-white.btn_alt:focus, .btn.btn-black-on-white.focus, .btn-black-on-white.focus.btn_alt {
      color: #000;
      background-color: #e6e6e6;
      border-color: transparent; }
    .btn.btn-black-on-white:hover, .btn-black-on-white.btn_alt:hover {
      color: #000;
      background-color: #e6e6e6;
      border-color: transparent; }
    .btn.btn-black-on-white:active, .btn-black-on-white.btn_alt:active, .btn.btn-black-on-white.active, .btn-black-on-white.active.btn_alt,
    .open > .btn.btn-black-on-white.dropdown-toggle,
    .open > .btn-black-on-white.dropdown-toggle.btn_alt {
      color: #000;
      background-color: #e6e6e6;
      background-image: none;
      border-color: transparent; }
      .btn.btn-black-on-white:active:hover, .btn-black-on-white.btn_alt:active:hover, .btn.btn-black-on-white:active:focus, .btn-black-on-white.btn_alt:active:focus, .btn.btn-black-on-white:active.focus, .btn-black-on-white.btn_alt:active.focus, .btn.btn-black-on-white.active:hover, .btn-black-on-white.active.btn_alt:hover, .btn.btn-black-on-white.active:focus, .btn-black-on-white.active.btn_alt:focus, .btn.btn-black-on-white.active.focus, .btn-black-on-white.active.focus.btn_alt,
      .open > .btn.btn-black-on-white.dropdown-toggle:hover,
      .open > .btn-black-on-white.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-black-on-white.dropdown-toggle:focus,
      .open > .btn-black-on-white.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-black-on-white.dropdown-toggle.focus,
      .open > .btn-black-on-white.dropdown-toggle.focus.btn_alt {
        color: #000;
        background-color: #d4d4d4;
        border-color: transparent; }
    .btn.btn-black-on-white.disabled:hover, .btn-black-on-white.disabled.btn_alt:hover, .btn.btn-black-on-white.disabled:focus, .btn-black-on-white.disabled.btn_alt:focus, .btn.btn-black-on-white.disabled.focus, .btn-black-on-white.disabled.focus.btn_alt, .btn.btn-black-on-white[disabled]:hover, .btn-black-on-white[disabled].btn_alt:hover, .btn.btn-black-on-white[disabled]:focus, .btn-black-on-white[disabled].btn_alt:focus, .btn.btn-black-on-white[disabled].focus, .btn-black-on-white[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-black-on-white:hover,
    fieldset[disabled] .btn-black-on-white.btn_alt:hover,
    fieldset[disabled] .btn.btn-black-on-white:focus,
    fieldset[disabled] .btn-black-on-white.btn_alt:focus,
    fieldset[disabled] .btn.btn-black-on-white.focus,
    fieldset[disabled] .btn-black-on-white.focus.btn_alt {
      background-color: #fff;
      border-color: transparent; }
    .btn.btn-black-on-white .badge, .btn-black-on-white.btn_alt .badge {
      color: #fff;
      background-color: #000; }
  .btn.btn-grey-light, .btn-grey-light.btn_alt {
    color: #fff;
    background-color: #a7a7a7;
    border-color: transparent; }
    .btn.btn-grey-light:focus, .btn-grey-light.btn_alt:focus, .btn.btn-grey-light.focus, .btn-grey-light.focus.btn_alt {
      color: #fff;
      background-color: #8e8e8e;
      border-color: transparent; }
    .btn.btn-grey-light:hover, .btn-grey-light.btn_alt:hover {
      color: #fff;
      background-color: #8e8e8e;
      border-color: transparent; }
    .btn.btn-grey-light:active, .btn-grey-light.btn_alt:active, .btn.btn-grey-light.active, .btn-grey-light.active.btn_alt,
    .open > .btn.btn-grey-light.dropdown-toggle,
    .open > .btn-grey-light.dropdown-toggle.btn_alt {
      color: #fff;
      background-color: #8e8e8e;
      background-image: none;
      border-color: transparent; }
      .btn.btn-grey-light:active:hover, .btn-grey-light.btn_alt:active:hover, .btn.btn-grey-light:active:focus, .btn-grey-light.btn_alt:active:focus, .btn.btn-grey-light:active.focus, .btn-grey-light.btn_alt:active.focus, .btn.btn-grey-light.active:hover, .btn-grey-light.active.btn_alt:hover, .btn.btn-grey-light.active:focus, .btn-grey-light.active.btn_alt:focus, .btn.btn-grey-light.active.focus, .btn-grey-light.active.focus.btn_alt,
      .open > .btn.btn-grey-light.dropdown-toggle:hover,
      .open > .btn-grey-light.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-grey-light.dropdown-toggle:focus,
      .open > .btn-grey-light.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-grey-light.dropdown-toggle.focus,
      .open > .btn-grey-light.dropdown-toggle.focus.btn_alt {
        color: #fff;
        background-color: #7c7c7c;
        border-color: transparent; }
    .btn.btn-grey-light.disabled:hover, .btn-grey-light.disabled.btn_alt:hover, .btn.btn-grey-light.disabled:focus, .btn-grey-light.disabled.btn_alt:focus, .btn.btn-grey-light.disabled.focus, .btn-grey-light.disabled.focus.btn_alt, .btn.btn-grey-light[disabled]:hover, .btn-grey-light[disabled].btn_alt:hover, .btn.btn-grey-light[disabled]:focus, .btn-grey-light[disabled].btn_alt:focus, .btn.btn-grey-light[disabled].focus, .btn-grey-light[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-grey-light:hover,
    fieldset[disabled] .btn-grey-light.btn_alt:hover,
    fieldset[disabled] .btn.btn-grey-light:focus,
    fieldset[disabled] .btn-grey-light.btn_alt:focus,
    fieldset[disabled] .btn.btn-grey-light.focus,
    fieldset[disabled] .btn-grey-light.focus.btn_alt {
      background-color: #a7a7a7;
      border-color: transparent; }
    .btn.btn-grey-light .badge, .btn-grey-light.btn_alt .badge {
      color: #a7a7a7;
      background-color: #fff; }
  .btn.btn-action, .btn-action.btn_alt, .reports_date_picker .btn.active_date, .reports_date_picker .active_date.btn_alt {
    color: #fff;
    background-color: #FC5F39;
    border-color: transparent; }
    .btn.btn-action:focus, .btn-action.btn_alt:focus, .reports_date_picker .btn.active_date:focus, .reports_date_picker .active_date.btn_alt:focus, .btn.btn-action.focus, .btn-action.focus.btn_alt, .reports_date_picker .btn.focus.active_date, .reports_date_picker .focus.active_date.btn_alt {
      color: #fff;
      background-color: #fb3607;
      border-color: transparent; }
    .btn.btn-action:hover, .btn-action.btn_alt:hover, .reports_date_picker .btn.active_date:hover, .reports_date_picker .active_date.btn_alt:hover {
      color: #fff;
      background-color: #fb3607;
      border-color: transparent; }
    .btn.btn-action:active, .btn-action.btn_alt:active, .reports_date_picker .btn.active_date:active, .reports_date_picker .active_date.btn_alt:active, .btn.btn-action.active, .btn-action.active.btn_alt, .reports_date_picker .btn.active.active_date, .reports_date_picker .active.active_date.btn_alt,
    .open > .btn.btn-action.dropdown-toggle,
    .open > .btn-action.dropdown-toggle.btn_alt, .reports_date_picker
    .open > .btn.dropdown-toggle.active_date, .reports_date_picker
    .open > .dropdown-toggle.active_date.btn_alt {
      color: #fff;
      background-color: #fb3607;
      background-image: none;
      border-color: transparent; }
      .btn.btn-action:active:hover, .btn-action.btn_alt:active:hover, .reports_date_picker .btn.active_date:active:hover, .reports_date_picker .active_date.btn_alt:active:hover, .btn.btn-action:active:focus, .btn-action.btn_alt:active:focus, .reports_date_picker .btn.active_date:active:focus, .reports_date_picker .active_date.btn_alt:active:focus, .btn.btn-action:active.focus, .btn-action.btn_alt:active.focus, .reports_date_picker .btn.active_date:active.focus, .reports_date_picker .active_date.btn_alt:active.focus, .btn.btn-action.active:hover, .btn-action.active.btn_alt:hover, .reports_date_picker .btn.active.active_date:hover, .reports_date_picker .active.active_date.btn_alt:hover, .btn.btn-action.active:focus, .btn-action.active.btn_alt:focus, .reports_date_picker .btn.active.active_date:focus, .reports_date_picker .active.active_date.btn_alt:focus, .btn.btn-action.active.focus, .btn-action.active.focus.btn_alt, .reports_date_picker .btn.active.focus.active_date, .reports_date_picker .active.focus.active_date.btn_alt,
      .open > .btn.btn-action.dropdown-toggle:hover,
      .open > .btn-action.dropdown-toggle.btn_alt:hover, .reports_date_picker
      .open > .btn.dropdown-toggle.active_date:hover, .reports_date_picker
      .open > .dropdown-toggle.active_date.btn_alt:hover,
      .open > .btn.btn-action.dropdown-toggle:focus,
      .open > .btn-action.dropdown-toggle.btn_alt:focus, .reports_date_picker
      .open > .btn.dropdown-toggle.active_date:focus, .reports_date_picker
      .open > .dropdown-toggle.active_date.btn_alt:focus,
      .open > .btn.btn-action.dropdown-toggle.focus,
      .open > .btn-action.dropdown-toggle.focus.btn_alt, .reports_date_picker
      .open > .btn.dropdown-toggle.focus.active_date, .reports_date_picker
      .open > .dropdown-toggle.focus.active_date.btn_alt {
        color: #fff;
        background-color: #db2d03;
        border-color: transparent; }
    .btn.btn-action.disabled:hover, .btn-action.disabled.btn_alt:hover, .reports_date_picker .btn.disabled.active_date:hover, .reports_date_picker .disabled.active_date.btn_alt:hover, .btn.btn-action.disabled:focus, .btn-action.disabled.btn_alt:focus, .reports_date_picker .btn.disabled.active_date:focus, .reports_date_picker .disabled.active_date.btn_alt:focus, .btn.btn-action.disabled.focus, .btn-action.disabled.focus.btn_alt, .reports_date_picker .btn.disabled.focus.active_date, .reports_date_picker .disabled.focus.active_date.btn_alt, .btn.btn-action[disabled]:hover, .btn-action[disabled].btn_alt:hover, .reports_date_picker .btn[disabled].active_date:hover, .reports_date_picker [disabled].active_date.btn_alt:hover, .btn.btn-action[disabled]:focus, .btn-action[disabled].btn_alt:focus, .reports_date_picker .btn[disabled].active_date:focus, .reports_date_picker [disabled].active_date.btn_alt:focus, .btn.btn-action[disabled].focus, .btn-action[disabled].focus.btn_alt, .reports_date_picker .btn[disabled].focus.active_date, .reports_date_picker [disabled].focus.active_date.btn_alt,
    fieldset[disabled] .btn.btn-action:hover,
    fieldset[disabled] .btn-action.btn_alt:hover,
    fieldset[disabled] .reports_date_picker .btn.active_date:hover, .reports_date_picker
    fieldset[disabled] .btn.active_date:hover,
    fieldset[disabled] .reports_date_picker .active_date.btn_alt:hover, .reports_date_picker
    fieldset[disabled] .active_date.btn_alt:hover,
    fieldset[disabled] .btn.btn-action:focus,
    fieldset[disabled] .btn-action.btn_alt:focus,
    fieldset[disabled] .reports_date_picker .btn.active_date:focus, .reports_date_picker
    fieldset[disabled] .btn.active_date:focus,
    fieldset[disabled] .reports_date_picker .active_date.btn_alt:focus, .reports_date_picker
    fieldset[disabled] .active_date.btn_alt:focus,
    fieldset[disabled] .btn.btn-action.focus,
    fieldset[disabled] .btn-action.focus.btn_alt,
    fieldset[disabled] .reports_date_picker .btn.focus.active_date, .reports_date_picker
    fieldset[disabled] .btn.focus.active_date,
    fieldset[disabled] .reports_date_picker .focus.active_date.btn_alt, .reports_date_picker
    fieldset[disabled] .focus.active_date.btn_alt {
      background-color: #FC5F39;
      border-color: transparent; }
    .btn.btn-action .badge, .btn-action.btn_alt .badge, .reports_date_picker .btn.active_date .badge, .reports_date_picker .active_date.btn_alt .badge {
      color: #FC5F39;
      background-color: #fff; }
  .btn.btn-link, .btn-link.btn_alt {
    color: #32302f; }
  .btn.btn-disabled, .btn-disabled.btn_alt {
    background-color: #a7a7a7;
    border-color: #a7a7a7; }
  @media all and (min-width: 768px) {
    .btn + .btn:not(.pull-right), .btn_alt + .btn:not(.pull-right), .btn + .btn_alt:not(.pull-right), .btn_alt + .btn_alt:not(.pull-right) {
      margin-left: 9px; }
    .btn.pull-right + .btn.pull-right, .pull-right.btn_alt + .btn.pull-right, .btn.pull-right + .pull-right.btn_alt, .pull-right.btn_alt + .pull-right.btn_alt {
      margin-right: 9px; } }

div.toggle-group .btn + .btn, div.toggle-group .btn_alt + .btn, div.toggle-group .btn + .btn_alt, div.toggle-group .btn_alt + .btn_alt {
  margin-left: 0; }

.candidate-create-footer .candidate-create-file-select {
  transition: background-color 400ms, border-bottom-color 400ms, border-top-color 400ms, border-right-color 400ms, border-left-color 400ms; }

.candidate-create-footer button svg {
  display: none; }

.btn-single-action svg {
  margin-top: -2px; }

.dropdown-backdrop {
  display: none; }

.btn .fa-spinner, .btn_alt .fa-spinner {
  display: none;
  margin-right: 8px; }

.download_cal_form label.btn.active, .download_cal_form label.active.btn_alt {
  background: #1a98f6;
  color: #fff;
  box-shadow: none; }

.panel.gold-border {
  box-sizing: content-box;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right bottom, #FFDEA8, #FEC84E);
  border-image-slice: 1;
  box-shadow: 2px 2px 3px 0px rgba(254, 200, 78, 0.75);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(254, 200, 78, 0.75);
  -moz-box-shadow: 2px 2px 3px 0px rgba(254, 200, 78, 0.75); }

.panel .panel-body .dino-parsed-cv-content {
  background: red;
  padding-left: 10px;
  padding-bottom: 30px; }
  .panel .panel-body .dino-parsed-cv-content h1 {
    font-size: 24px;
    margin-left: -10px; }
  .panel .panel-body .dino-parsed-cv-content h2 {
    margin: 20px 0 5px -10px;
    font-size: 18px; }
  .panel .panel-body .dino-parsed-cv-content h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d56e;
    margin-left: -10px; }
  .panel .panel-body .dino-parsed-cv-content h4:not(:first-child) {
    margin-top: 20px; }
  .panel .panel-body .dino-parsed-cv-content hr {
    margin: 12px 0 12px -10px; }
  .panel .panel-body .dino-parsed-cv-content ul li {
    margin-bottom: 5px; }

.panel .panel-body .cv-pdf-viewer {
  min-width: 700px;
  min-height: 800px; }

.panel-ditto.parsed-cv-content .cv_contents .tab-pane:not(.active) {
  display: none; }

.panel-ditto.parsed-cv-content .panel-heading .nav-tabs li a {
  color: #747474; }

.panel-ditto.parsed-cv-content .panel-heading .nav-tabs li.active a {
  color: #2d2d2d;
  font-weight: 500;
  border-bottom: 3px solid #2d2d2d !important; }

.candidate-profile-view {
  padding-bottom: 30px; }
  .candidate-profile-view .candidate-profile-top-bar {
    width: 1366px;
    max-width: 100%;
    margin: 25px auto 0; }
    .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder {
      width: 350px; }
      .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation {
        background-color: #fff;
        list-style: none;
        padding: 0;
        margin: 0 20px 0 0;
        flex-direction: row;
        position: relative;
        float: left; }
        .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li {
          float: left;
          margin: 0;
          border-right: 1px solid #e9e9e9; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li.active > a {
            background-color: #f7f8fa; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a {
            display: inline-block;
            padding: 5px 15px;
            align-content: center;
            font-size: 14px; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a {
            color: #747474; }
            .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a.active {
              color: #1a98f6; }
            .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a:focus, .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a:hover {
              background-color: #f7f7f7;
              text-decoration: none; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li svg {
            float: left;
            margin-right: 2px;
            margin-top: 2px; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a > p.block {
            margin: 0;
            font-weight: bold;
            text-transform: uppercase; }
            .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a > p.block > span {
              font-weight: normal;
              text-transform: capitalize;
              font-size: 12px;
              color: #1a98f6; }
              .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a > p.block > span.combined .fa-certificate.blue {
                clip: rect(0px, 6px, 12px, 0px); }
              .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a > p.block > span.combined .fa-check {
                z-index: 10;
                color: #fff; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a > p.details {
            display: block;
            font-size: 10px;
            margin: 0; }
            .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation li > a > p.details span {
              color: #1a98f6; }
        .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation .dropdown {
          position: static; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation .dropdown button {
            padding: 12px 18px 13px;
            border: none;
            border-radius: 0; }
            .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation .dropdown button .owner {
              text-transform: capitalize; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation .dropdown ul {
            left: auto;
            right: auto;
            min-width: 250px; }
            .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation .dropdown ul > li {
              float: none;
              width: 100%; }
              .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation .dropdown ul > li a {
                width: 100%; }
              .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation .dropdown ul > li.active a {
                color: #747474; }
              .candidate-profile-view .candidate-profile-top-bar .candidate-version-holder .version-navigation .dropdown ul > li a:hover {
                color: #747474;
                background-color: #f7f7f7;
                text-decoration: none; }
    .candidate-profile-view .candidate-profile-top-bar .candidate-profile-tabs {
      float: left; }
      .candidate-profile-view .candidate-profile-top-bar .candidate-profile-tabs ul {
        border: none; }
        .candidate-profile-view .candidate-profile-top-bar .candidate-profile-tabs ul li {
          margin-left: 15px; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-profile-tabs ul li.disabled a {
            color: #747474; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-profile-tabs ul li a {
            border: none;
            color: #2d2d2d; }
          .candidate-profile-view .candidate-profile-top-bar .candidate-profile-tabs ul li.active {
            border-bottom: 2px solid #1a98f6; }
            .candidate-profile-view .candidate-profile-top-bar .candidate-profile-tabs ul li.active a {
              border: none;
              color: #1a98f6; }
  .candidate-profile-view .recent-activities li {
    padding-left: 25px;
    position: relative; }
    .candidate-profile-view .recent-activities li:before {
      content: "\f111";
      /* FontAwesome Unicode */
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      margin-left: -1.3em;
      /* same as padding-left set on li */
      width: 15px;
      /* same as padding-left set on li */
      position: absolute;
      top: -2px;
      left: 15px;
      color: #FC5F39; }
    .candidate-profile-view .recent-activities li::after {
      content: "";
      border: 2px solid #d9d7d7;
      position: absolute;
      top: 20px;
      display: block;
      width: 2px;
      left: 3px;
      height: 100%;
      border-radius: 5px; }
    .candidate-profile-view .recent-activities li p {
      margin: 0;
      font-size: 10px; }
      .candidate-profile-view .recent-activities li p.date, .candidate-profile-view .recent-activities li p.type {
        font-weight: bold; }
    .candidate-profile-view .recent-activities li:last-of-type:after {
      display: none; }
  .candidate-profile-view #candidate_profile_main {
    max-width: 100%;
    margin-top: 25px;
    /*@media (min-width: 768px) { width: 750px; } @media (min-width: 992px) { width: 970px; } @media (min-width: 1200px) { }*/ }
    .candidate-profile-view #candidate_profile_main .side-panel {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      float: left; }
      .candidate-profile-view #candidate_profile_main .side-panel.left-panel {
        width: 270px; }
      .candidate-profile-view #candidate_profile_main .side-panel.right-panel {
        width: 395px; }
    .candidate-profile-view #candidate_profile_main .main-panel {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      float: left;
      width: 680px; }
  .candidate-profile-view .tab-content {
    margin-top: 20px; }
    .candidate-profile-view .tab-content .tab-pane {
      position: relative;
      width: 1366px;
      max-width: 100%;
      margin: 0 auto; }
      .candidate-profile-view .tab-content .tab-pane.full-width {
        width: 100%; }
  @media (max-width: 1200px) {
    .candidate-profile-view .candidate-profile-top-bar {
      margin-top: 25px !important; } }
  @media (max-width: 1360px) {
    .candidate-profile-view .candidate-profile-top-bar {
      margin-top: 75px; }
    .candidate-profile-view .left-panel {
      width: 18.38% !important; }
    .candidate-profile-view .main-panel {
      width: 48% !important; }
    .candidate-profile-view .right-panel {
      width: 32.83% !important; } }
  .candidate-profile-view .social-buttons {
    text-align: center; }
    .candidate-profile-view .social-buttons a + a {
      margin: 0; }
  .candidate-profile-view .messages {
    margin: 0 -10px 10px;
    padding: 0 10px; }
  .candidate-profile-view .media {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin-bottom: 10px; }
  .candidate-profile-view .no-files p {
    margin-bottom: 24px; }
  .candidate-profile-view .timeline-panel {
    /* ---- Timeline ---- */ }
    .candidate-profile-view .timeline-panel .timeline-holder {
      width: 100%;
      /*ol.career-timeline {

              position: relative;
              display: block;
              margin: 50px;
              height: 4px;
              background: $brand-primary-lighter-3;


              &:before, &:after {
                content: "";
                position: absolute;
                top: -8px;
                display: block;
                width: 0;
                height: 0;
                border-radius: 10px;
                border: 10px solid $brand-primary;
              }

              &:before {
                left: -5px;
              }

              &:after {
                right: -10px;
                border: 10px solid transparent;
                border-right: 0;
                border-left: 20px solid $brand-primary;
                border-radius: 3px;
              }

              !* ---- Timeline elements ---- *!
              li {

                position: relative;
                display: inline-block;
                float: left;
                width: 20%;
                font: bold 14px arial;
                height: 50px;

                .diplome {

                  position: absolute;
                  top: -47px;
                  left: -8%;
                  text-align: center;
                  width: 100%;
                  color: #000000;

                  span {
                    display: block;
                    color: $gray-darker;
                  }
                }

                .point {
                  top: -8px;
                  left: 40%;
                  display: block;
                  width: 8px;
                  height: 8px;
                  border: 10px solid $brand-secondary;
                  border-radius: 10px;
                  background: #fff;
                  position: absolute;

                  &:after {
                    font-family: "Font Awesome 5 Free";
                    top: -9px;
                    left: -6px;
                    color: $gray-darkest;
                    position: relative;
                    font-size: 11px;
                  }

                  &.work:after {
                    content: "\f0b1";
                  }

                  &.education:after {
                    content: "\f19d";
                  }

                }

                .description {
                  background-color: #f4f4f4;
                  padding: 10px;
                  margin-top: 20px;
                  position: relative;
                  font-weight: normal;
                  z-index: 1;
                  text-align: center;
                  width: 85%;

                  &:before {
                    content: '';
                    width: 0;
                    height: 0;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-bottom: 5px solid #f4f4f4;
                    position: absolute;
                    top: -5px;
                    left: 50%;
                  }

                }

                &:hover {
                  cursor: pointer;
                  color: #48A4D2;

                  .description {
                    //display: block;
                  }
                }

              }

            }*/ }
      .candidate-profile-view .timeline-panel .timeline-holder .roadmap__events {
        padding: 140px 0 !important; }
        .candidate-profile-view .timeline-panel .timeline-holder .roadmap__events .roadmap__events__event {
          height: 140px !important;
          /*&:nth-child(2n) {
                      .event {
                        .event__date {
                          position: absolute;
                          bottom: -18px;
                          text-align: center;
                          width: 100%;
                        }
                      }
                    }*/ }
          .candidate-profile-view .timeline-panel .timeline-holder .roadmap__events .roadmap__events__event .event .event__date {
            font-size: 12px; }
          .candidate-profile-view .timeline-panel .timeline-holder .roadmap__events .roadmap__events__event .event .event__content {
            font-weight: bold;
            font-size: 14px; }
            .candidate-profile-view .timeline-panel .timeline-holder .roadmap__events .roadmap__events__event .event .event__content span {
              display: block;
              font-weight: normal;
              font-size: 12px; }
      .candidate-profile-view .timeline-panel .timeline-holder .roadmap__navigation .btn-circle {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        text-align: center;
        padding: 0;
        border-radius: 50%; }
  .candidate-profile-view .table-candidate-info tbody > tr > td {
    padding: 3px; }

.experience {
  position: relative;
  padding-bottom: 40px; }
  .experience header {
    background-color: #a7a7a7;
    color: #fff;
    border-radius: 3px 3px 0 0;
    border: 1px solid #e9e9e9;
    padding: 12px; }
    .experience header h4, .experience header h5 {
      margin: 0; }
    .experience header h4 {
      margin-bottom: 12px;
      font-size: 18px; }
    .experience header h5 {
      font-size: 15px;
      text-decoration: underline; }
    .experience header p.work-dates {
      margin-top: 10px;
      font-weight: bold; }
  .experience section {
    padding: 12px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #e9e9e9;
    border-width: 0 1px 1px; }
  .experience footer {
    overflow: hidden;
    border: 1px solid #e9e9e9; }
    .experience footer > div {
      clear: both; }
      .experience footer > div:first-child label {
        border-bottom: 1px solid gainsboro; }
      .experience footer > div:first-child span {
        border-bottom: 1px solid #e9e9e9; }
      .experience footer > div label, .experience footer > div span {
        display: block;
        float: left;
        padding: 8px 6px;
        margin: 0; }
      .experience footer > div label {
        background-color: #a7a7a7;
        color: #fff;
        width: 25%; }
      .experience footer > div span {
        background: transparent;
        width: 75%; }
  .experience:first-of-type {
    margin-top: 20px; }
    .experience:first-of-type header {
      background-color: #1a98f6;
      border-color: #1a98f6; }
      .experience:first-of-type header:after {
        border-color: rgba(26, 152, 246, 0);
        border-right-color: #1a98f6; }
    .experience:first-of-type footer > div:first-child label {
      border-color: #e9e9e9; }
    .experience:first-of-type footer > div label {
      background: #1a98f6; }
  .experience:last-of-type {
    padding-bottom: 0; }

.education-history .experience:before, .education-history .experience:after {
  background-color: #6bb9ea; }

.education-history .experience header {
  border-radius: 3px;
  color: #2d2d2d; }
  .education-history .experience header p {
    margin-top: 1em; }

.education-history .experience footer > div label {
  background-color: #6bb9ea; }

.education-history .experience header, .education-history .experience:first-of-type header {
  background-color: transparent;
  border-color: #e9e9e9; }
  .education-history .experience header:after, .education-history .experience:first-of-type header:after {
    border-right-color: #e9e9e9; }

.profile-languages ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.profile-languages li {
  margin: 0 10px 10px; }
  .profile-languages li header {
    background-color: #1a98f6; }
    .profile-languages li header:after {
      display: none; }
  .profile-languages li section {
    text-transform: none;
    font-weight: 300; }
    .profile-languages li section strong {
      font-weight: 400;
      font-size: 16px; }

.circle-item {
  display: block;
  font-weight: 400;
  color: #32302f;
  margin: 15px 0; }
  .circle-item header {
    position: relative;
    border-radius: 50%;
    background: #747474;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px; }
    .circle-item header:after {
      content: attr(data-count);
      position: absolute;
      bottom: 0;
      right: 0;
      background: #a7a7a7;
      width: 24px;
      height: 24px;
      border-radius: 12px;
      text-align: center;
      font-size: 14px;
      line-height: 1;
      padding-top: 5px; }
  .circle-item section {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.428571429;
    height: 40.000000012px; }
  .circle-item:hover {
    text-decoration: none; }
    .circle-item:hover header {
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); }

@media all and (min-width: 992px) {
  .experience {
    padding-left: 50px; }
    .experience:before, .experience:after {
      content: '';
      display: block;
      position: absolute;
      background: #1a98f6; }
    .experience:before {
      height: 100%;
      width: 4px;
      margin-left: -40px; }
    .experience:after {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin-left: -47px;
      top: -10px; }
    .experience:last-of-type:before {
      display: none; }
    .experience header,
    .experience section {
      position: relative;
      top: -20px; }
    .experience header:after {
      right: 100%;
      top: 21px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(167, 167, 167, 0);
      border-right-color: #a7a7a7;
      border-width: 8px;
      margin-top: -8px; }
    .experience footer {
      width: -30px;
      position: absolute;
      left: 0;
      top: -20px;
      border-radius: 3px; }
  .experience-wrapper h3 {
    margin-bottom: 60px; }
  .education-wrapper h4, .education-wrapper h5 {
    margin-bottom: 1em; }
  .education-wrapper h4 {
    color: #4e4e4f;
    font-size: 18px; }
  .education-wrapper h5 {
    font-size: 15px; } }

.cv_contents .pdfviewer {
  height: 99% !important;
  width: 100% !important; }

.panel-body.cv_contents * {
  background: transparent !important;
  color: #000 !important; }

.panel-body.cv_contents .tab-pane {
  position: absolute;
  top: 0; }
  .panel-body.cv_contents .tab-pane:not(.active) {
    opacity: 0;
    z-index: -1; }

.candidate-status-title-dropdown .current-status-title {
  cursor: pointer; }
  .candidate-status-title-dropdown .current-status-title .status-title {
    font-size: 13px; }
  .candidate-status-title-dropdown .current-status-title .edit-candidate-status {
    display: none; }
  .candidate-status-title-dropdown .current-status-title:hover .edit-candidate-status {
    display: inline; }
  .candidate-status-title-dropdown .current-status-title.no-status .status-title {
    font-style: italic; }

.candidate-status-title-dropdown.profile-status .status-dropdown {
  width: 255px; }

.candidate-status-title-dropdown .status-dropdown {
  margin-bottom: 10px; }

.candidate-status-title-dropdown .status-select-controls .status-select-update, .candidate-status-title-dropdown .status-select-controls .status-select-cancel {
  cursor: pointer;
  display: inline !important;
  margin-right: 10px; }

.card {
  font-size: 1em;
  position: relative;
  padding: 0;
  border: none;
  border-radius: .28571429rem;
  background: #fff; }
  .card.card-warning {
    background: #f7c91345; }
    .card.card-warning .card-body .card-text {
      color: #000; }
  .card.card-pullout .card-body {
    padding: 10px; }
    .card.card-pullout .card-body .card-title {
      margin-bottom: 5px;
      font-size: 16px; }
    .card.card-pullout .card-body .card-text {
      font-size: 0.9em; }
  .card .card-img-top {
    display: block;
    width: 100%;
    height: auto; }
  .card .card-action-btn {
    position: absolute;
    top: 31px;
    right: 15px;
    z-index: 33; }
  .card:not(.profile-body) ul {
    list-style: none; }
  .card .card-body {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 30px;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    box-shadow: none; }
    .card .card-body .card-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2857em;
      color: #303030;
      margin-bottom: 25px;
      margin-top: 0; }
      .card .card-body .card-title > span {
        padding-left: 5px;
        color: #919191;
        font-size: 14px; }
      .card .card-body .card-title .summary_line {
        float: right;
        font-size: 14px;
        color: #2d2d2d; }
        .card .card-body .card-title .summary_line span {
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 50%; }
      .card .card-body .card-title .candidate-status-title-dropdown {
        float: right;
        margin: 0 !important; }
        .card .card-body .card-title .candidate-status-title-dropdown .status-colour {
          font-size: 13px; }
        .card .card-body .card-title .candidate-status-title-dropdown .status-form-container {
          font-weight: normal;
          font-size: 11px; }
          .card .card-body .card-title .candidate-status-title-dropdown .status-form-container .status-dropdown {
            margin-bottom: 5px !important;
            font-size: 11px !important; }
            .card .card-body .card-title .candidate-status-title-dropdown .status-form-container .status-dropdown .selectize-input {
              min-width: 175px !important; }
          .card .card-body .card-title .candidate-status-title-dropdown .status-form-container .status-select-controls {
            float: right;
            margin: 0 !important; }
    .card .card-body .card-text {
      clear: both;
      margin-top: .5em;
      color: rgba(0, 0, 0, 0.68); }
    .card .card-body ul.fa-ul {
      margin-left: 20px; }
      .card .card-body ul.fa-ul li {
        padding-left: 15px;
        margin-top: 10px; }
        .card .card-body ul.fa-ul li .fa-li {
          color: #1a98f6; }
    .card .card-body .social-list {
      display: grid;
      grid-template-columns: 25px 25px 25px 25px 25px;
      grid-template-rows: 30px;
      grid-gap: 15px;
      align-items: start;
      background-color: #fff;
      color: #444;
      justify-content: start; }
      .card .card-body .social-list .social-icon {
        font-size: 28px; }
        .card .card-body .social-list .social-icon a, .card .card-body .social-list .social-icon span {
          color: #e9e9e9; }
        .card .card-body .social-list .social-icon.active a {
          color: #1a98f6;
          position: relative; }
          .card .card-body .social-list .social-icon.active a:after {
            font-family: 'Font Awesome 5 Free';
            content: "\f058";
            font-size: 11px;
            color: #8bc34a;
            position: absolute;
            right: -10px; }
    .card .card-body .card-row:not(:first-of-type) {
      padding-top: 15px; }
    .card .card-body .card-row:not(:last-of-type) {
      padding-bottom: 15px;
      border-bottom: 1px solid #e9e9e9; }
    .card .card-body .card-row .field-name {
      font-weight: 600; }
    .card .card-body .card-row .status-icon {
      font-size: 14px; }
      .card .card-body .card-row .status-icon.text-success {
        color: #8bc34a; }
      .card .card-body .card-row .status-icon.text-danger {
        color: #c0534d; }
    .card .card-body .card-footer {
      font-size: 1em;
      position: static;
      top: 0;
      left: 0;
      max-width: 100%;
      padding: .75em 1em;
      color: rgba(0, 0, 0, 0.4);
      border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
      background: #fff; }
  .card .card-row-field {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%; }

.card-inverse .btn, .card-inverse .btn_alt {
  border: 1px solid rgba(0, 0, 0, 0.05); }

.chart-pie,
.chart-doughnut {
  width: 100% !important;
  max-width: 800px;
  height: auto !important; }
  .chart-pie .legend,
  .chart-doughnut .legend {
    align-items: flex-end;
    margin-top: 20px; }
    .chart-pie .legend ul,
    .chart-doughnut .legend ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .chart-pie .legend span,
    .chart-doughnut .legend span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin-right: 6px;
      -webkit-print-color-adjust: exact; }
  @media screen and (min-width: 480px) and (max-width: 992px), screen and (min-width: 1400px) {
    .chart-pie.has-legend .the-chart,
    .chart-doughnut.has-legend .the-chart {
      float: left;
      width: 50%;
      margin-right: 10%; }
    .chart-pie.has-legend .the-legend,
    .chart-doughnut.has-legend .the-legend {
      float: left;
      width: 40%; } }

@media print {
  .legend-print-only .legend {
    display: block; } }

.panel .chart-pie .legend {
  padding-left: 0; }

.chart-custom-bar-horizontal .item {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px; }

.chart-custom-bar-horizontal .bar-bar,
.chart-custom-bar-horizontal .bar-label {
  float: left;
  height: 60px;
  border-radius: 3px; }

.chart-custom-bar-horizontal .bar-label {
  color: #fff;
  padding: 0 10px;
  height: 60px;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 300; }
  .chart-custom-bar-horizontal .bar-label strong {
    font-size: 16px;
    font-weight: 600; }

.chart-custom-bar-horizontal .item.label-outside .bar-label {
  position: static;
  color: #32302f;
  font-weight: 400; }

.panel.panel-chat-wrapper .panel-body {
  padding: 30px; }

/* Basic */
.tab {
  display: block;
  padding: 5px 0; }

a.tab {
  text-decoration: none;
  outline: none; }

#text-messages .media-body {
  cursor: text; }

.no-margin {
  margin: 0; }

.tab:hover,
.active-tab {
  background: #4e4e4f; }

.media,
.media .media {
  margin-top: 0 !important; }

.padding-none {
  padding: 0; }

.border-none {
  border: none; }

.border-right {
  border-right: 1px solid #4e4e4f; }

.innerBox {
  padding: 10px; }

.innerBox-top {
  padding-top: 10px; }

.innerBox-half {
  padding: 5px; }

.innerBox-right {
  padding-right: 10px !important; }

.innerBox-left {
  padding-left: 10px; }

.innerBox-topbottom {
  padding: 10px 0; }

.bg-gray {
  background: #f9f9f9; }

#loadingDiv {
  position: absolute;
  left: 50%;
  top: 20px; }

#loadingDiv,
#loadingDiv-chats,
#loadingDiv-contacts {
  background: url(../img/ajaxloader.gif);
  margin: 10px;
  width: 16px;
  height: 16px;
  display: none; }

#loadingDiv-chats,
#loadingDiv-contacts {
  float: left;
  margin-top: 0;
  margin-right: 0; }

/* end Basic */
ul#messages-stack-list,
#text-messages {
  height: 600px; }

ul#messages-stack-list li {
  cursor: pointer; }

.messages-box a.text-inverse {
  color: #424242;
  outline: 0 none !important; }

.remove-message {
  cursor: pointer; }

.online-indicator {
  display: inline-block;
  font-size: 10px;
  right: 8px;
  width: 10px;
  height: 10px;
  background: #33d058;
  border-radius: 50%; }

label#inline-checkbox {
  display: inline-block;
  text-indent: -15px; }

label#inline-checkbox input {
  padding: 0;
  margin: 0;
  vertical-align: middle; }

label#inline-checkbox span {
  vertical-align: middle;
  padding-top: 2px; }

#send-location-btn {
  display: none; }

.emoticons {
  cursor: pointer; }

.embed-emoticon {
  width: 32px;
  height: 32px; }

.map-embed {
  width: 100%;
  height: 300px; }

.modal {
  overflow-y: auto; }

.modal-dialog.modal-sm {
  max-width: 645px;
  width: 100%; }

#text-messages-request {
  height: 638px; }

.messages-box {
  background: #FAFAFA;
  color: #000; }
  .messages-box .btn i, .messages-box .btn_alt i {
    margin-right: 0; }
  .messages-box .borders {
    border: 1px solid #e9e9e9;
    overflow: hidden; }
  .messages-box .listWrapper,
  .messages-box .messageWrapper {
    min-height: 600px;
    overflow: hidden;
    position: relative;
    padding: 0; }
  .messages-box .listWrapper {
    border-right: 1px solid #e9e9e9; }
  .messages-box .messageWrapper .active-message .media {
    background: #e9e9e9;
    padding: 10px; }
    .messages-box .messageWrapper .active-message .media h4 {
      color: #1a98f6;
      font-weight: 600;
      font-size: 19px; }
    .messages-box .messageWrapper .active-message .media p {
      font-size: 12px;
      color: #4e4e4f; }
  .messages-box .border-bottom {
    border-bottom: 1px solid #e9e9e9; }
  .messages-box .border-top {
    border-top: 1px solid #e9e9e9; }
  .messages-box #tabs-control {
    border-bottom: 1px solid #e9e9e9;
    text-align: center; }
    .messages-box #tabs-control h6 {
      background: #F7F7F7;
      color: #1a98f6; }
  .messages-box #messages-stack-list > li {
    background: #FAFAFA;
    color: #a7a7a7; }
    .messages-box #messages-stack-list > li:hover {
      background: #ededed; }
    .messages-box #messages-stack-list > li.active-message, .messages-box #messages-stack-list > li.active-message:hover {
      background: #eef2f5;
      color: #fff; }
    .messages-box #messages-stack-list > li .media {
      overflow: visible; }
  .messages-box #chat-toolbar {
    background-color: #1a98f6;
    color: #fff;
    padding: 6px 15px;
    line-height: 1; }
    .messages-box #chat-toolbar a {
      color: #fff;
      text-decoration: none;
      margin-right: 10px; }
      .messages-box #chat-toolbar a:hover {
        text-decoration: underline; }
    .messages-box #chat-toolbar i {
      margin-right: 6px; }
  .messages-box #text-messages {
    color: #4e4e4f; }
    .messages-box #text-messages .media-body {
      border-radius: 3px;
      padding: 10px;
      position: relative;
      overflow: visible;
      display: block;
      width: auto;
      font-weight: 400; }
      .messages-box #text-messages .media-body:after {
        right: 100%;
        top: 19px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(26, 152, 246, 0);
        border-right-color: #1a98f6;
        border-width: 6px;
        margin-top: -6px; }
      .messages-box #text-messages .media-body h5 {
        margin: 0 0 12px;
        font-size: 14px;
        font-weight: 600; }
      .messages-box #text-messages .media-body time {
        display: block;
        font-style: italic;
        font-size: .9em;
        margin-top: 6px; }
    .messages-box #text-messages .msg-you .media-body {
      background: #eef2f5;
      color: #4e4e4f; }
      .messages-box #text-messages .msg-you .media-body h5 {
        color: #eef2f5; }
      .messages-box #text-messages .msg-you .media-body:after {
        border-right-color: #eef2f5; }
    .messages-box #text-messages .msg-other,
    .messages-box #text-messages .msg-other a,
    .messages-box #text-messages .msg-other h5 {
      color: #4e4e4f; }
    .messages-box #text-messages .msg-other .media-body {
      background: #c3ebf8; }
      .messages-box #text-messages .msg-other .media-body:after {
        border-right-color: #c3ebf8; }
    .messages-box #text-messages .msg-avatar-wrapper {
      padding-right: 0; }
  .messages-box #type {
    position: relative; }
    .messages-box #type textarea {
      padding: 15px 100px 15px 15px;
      background: #FAFAFA;
      color: #4e4e4f; }
    .messages-box #type .btn, .messages-box #type .btn_alt {
      position: absolute;
      right: 15px;
      bottom: 15px; }
      .messages-box #type .btn i, .messages-box #type .btn_alt i {
        margin-right: 6px; }

.client-object {
  position: relative;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid lightgrey; }
  .client-object.ignore-item {
    background: #eef2f5; }
  .client-object strong {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .client-object span {
    color: #1a98f6;
    cursor: pointer; }
    .client-object span:hover {
      color: #000;
      text-decoration: underline; }
  .client-object div {
    font-size: 12px; }
  .client-object .client-avatar.client-preview-popover {
    position: absolute;
    left: 10px;
    max-width: 30px;
    top: 50%;
    margin-top: -15px;
    padding: 0px;
    width: 30px;
    height: 30px; }
    .client-object .client-avatar.client-preview-popover.custom {
      background: #0a6aa1;
      text-align: center;
      margin-top: -15px; }
      .client-object .client-avatar.client-preview-popover.custom span {
        position: relative;
        top: 7.5px;
        /* 25% of parent */
        font-size: 15px;
        /* 50% of parent */
        line-height: 15px;
        /* 50% of parent */
        color: #fff;
        text-transform: uppercase; }
  .client-object .client-details {
    padding-right: 25px;
    padding-left: 40px;
    overflow: hidden; }

.drag-handle {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  color: #1a98f6;
  cursor: -webkit-grabbing;
  margin-right: 10px;
  padding: 5px; }

.client_stage_row {
  position: relative; }
  .client_stage_row span, .client_stage_row input[type=text] {
    display: inline-block; }
  .client_stage_row .drag-handle {
    font-size: 15px; }
  .client_stage_row .stage_name {
    width: 350px;
    margin-left: 30px; }

.stages-group label {
  margin-left: 0 !important;
  padding-left: 20px;
  opacity: 1; }

.stages-group label.active {
  background: #004653; }

.stages-group label:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 14px solid transparent;
  border-left-color: #1a98f6;
  left: 100%;
  top: -1px;
  opacity: 1;
  z-index: 1; }

.stages-group label.active:after {
  border-left-color: #004653;
  z-index: 2 !important; }

.stages-group label:hover:after {
  border-left-color: #087cd5;
  z-index: 3 !important; }

.stages-group label.active:hover:after {
  border-left-color: #0768b2;
  z-index: 2 !important; }

.drugala-header-row {
  border: 1px solid lightgrey;
  border-right: none;
  border-bottom: 0; }
  .drugala-header-row .stage-column-header {
    padding: 0;
    position: relative; }
    .drugala-header-row .stage-column-header .arrow-right {
      display: none;
      position: absolute;
      height: 49px;
      width: 24px;
      top: 0;
      z-index: 99;
      background: #e2e2e2;
      right: 1px; }
      .drugala-header-row .stage-column-header .arrow-right:after {
        content: '';
        position: absolute;
        transform: rotate(180deg);
        right: 0;
        border-style: solid;
        border-width: 24px 24px 24px 0;
        border-color: transparent #f7f7f7 transparent transparent; }
    .drugala-header-row .stage-column-header h4 {
      padding: 15px 20px;
      border-right: 1px solid lightgrey;
      margin: 0;
      background: #f7f7f7;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .drugala-header-row .stage-column-header h4.active-cont {
        background: #d1f3d5; }

.dragula-row {
  border: 1px solid lightgrey;
  border-right: none; }
  .dragula-row .dragula-col {
    min-height: 400px;
    padding: 0;
    background: #f7f7f7;
    border-right: 1px solid lightgrey;
    border-left: 1px solid lightgrey; }
    .dragula-row .dragula-col.active-cont {
      background: #d1f3d5; }
    .dragula-row .dragula-col.hovering, .dragula-row .dragula-col.active-cont.hovering {
      background: #fff; }

.show-reminder-button {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7.5px;
  font-size: 14px;
  cursor: pointer; }

.drag-handle {
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 12px; }

.popover-heading {
  display: none; }

.webui-popover-inner a.close {
  display: none; }

.client-win-loss {
  width: 100%;
  position: fixed;
  bottom: 80px;
  text-align: center;
  display: none;
  padding-top: 50px;
  height: 60px;
  transition: 0.4s linear all;
  z-index: 999; }
  .client-win-loss.active {
    display: block;
    height: auto; }
    .client-win-loss.active .dragula-container .client-object {
      display: none; }
  .client-win-loss .dragula-container {
    padding: 0;
    height: 60px;
    min-height: 60px !important; }
  .client-win-loss h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px; }
  .client-win-loss .loss {
    background: #f0ad4e; }
  .client-win-loss .win {
    background: #8bc34a; }

.client-preview h3 {
  color: #1a98f6; }

#contacts-table {
  padding-bottom: 25px !important; }
  #contacts-table input, #contacts-table select {
    position: absolute;
    top: 13px; }
  #contacts-table input {
    width: 350px;
    left: 10px; }
  #contacts-table select {
    width: 55px;
    right: 10px; }

.clients-last-activity-label {
  width: 150px; }
  .clients-last-activity-label label {
    overflow: hidden;
    text-overflow: ellipsis; }

.colorpicker.dropdown-menu {
  padding: 4px; }

.color-picker {
  width: 100%; }
  .color-picker .base-colors,
  .color-picker .varied-colors {
    overflow: hidden;
    display: inline-block;
    align-items: center;
    justify-content: center; }
  .color-picker .base-colors {
    width: 31%; }
  .color-picker .colors-devider {
    display: inline-block;
    width: 1%;
    border-left: 2px solid #cacaca;
    height: 35px;
    margin: 0 2%; }
  .color-picker .varied-colors {
    width: 60%; }
  .color-picker .color,
  .color-picker .color-var {
    float: left;
    border-radius: 50%;
    cursor: pointer; }
  .color-picker .color {
    transition: all .2s;
    width: 15px;
    height: 15px;
    margin: 5px; }
    .color-picker .color.active {
      transform: scale(1.3, 1.3); }
  .color-picker .color-var {
    transform: scale(0, 0);
    width: 20px;
    height: 20px;
    margin: 5px; }
    .color-picker .color-var.visible {
      transform: scale(1, 1); }
    .color-picker .color-var.active {
      transform: scale(1.3, 1.3); }

.bg-primary-darker-1,
.bg-primary-darker-2,
.bg-primary-darker-3,
.bg-primary-darker-4 {
  color: #fff; }

.bg-primary-darker-4 {
  background-color: #043e69; }

.bg-primary-darker-3 {
  background-color: #065590; }

.bg-primary-darker-2 {
  background-color: #076cb7; }

.bg-primary-darker-1 {
  background-color: #0983de; }

.bg-primary-lighter-1 {
  background-color: #41aaf8; }

.bg-primary-lighter-2 {
  background-color: #69bbf9; }

.bg-primary-lighter-3 {
  background-color: #90cdfb; }

.bg-primary-lighter-4 {
  background-color: #b7dffc; }

.bg-primary-lighter-5 {
  background-color: #def0fe; }

.card-wrapper .jp-card-logo.jp-card-visa {
  text-indent: -9999px; }
  .card-wrapper .jp-card-logo.jp-card-visa:before {
    display: none; }
  .card-wrapper .jp-card-logo.jp-card-visa:after {
    position: absolute;
    background: url(/static/dist/images/sprite_cards.png) 0 0;
    width: 48px;
    height: 15px;
    left: 50%;
    top: 50%;
    margin-top: -7.5px;
    margin-left: -24px; }

.card-wrapper .jp-card.jp-card-identified .jp-card-front .jp-card-logo,
.card-wrapper .jp-card.jp-card-identified .jp-card-back .jp-card-logo {
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3); }

.card-wrapper .jp-card.jp-card-visa.jp-card-identified .jp-card-front:before,
.card-wrapper .jp-card.jp-card-visa.jp-card-identified .jp-card-back:before {
  background-color: #070707; }

.croppic-wrapper #croppic-original-wrapper {
  display: none;
  border: 0 !important;
  width: 250px;
  height: 250px; }

.croppic-wrapper .placeholder-image {
  border: 1px solid #e9e9e9;
  width: 170px;
  height: 170px;
  margin-bottom: 15px; }

.croppic-wrapper .btn, .croppic-wrapper .btn_alt {
  clear: both; }

.cover-image-croppic-wrapper #croppic-cover-wrapper {
  display: none;
  border: 0 !important;
  width: 1130px;
  height: 250px; }

.cover-image-croppic-wrapper .cover-placeholder {
  border: 1px solid #e9e9e9;
  width: 100%;
  margin-bottom: 15px; }

.cover-image-croppic-wrapper .btn, .cover-image-croppic-wrapper .btn_alt {
  clear: both; }

.register-form .croppic-wrapper {
  text-align: center; }

/**
 * The input wrapper
 */
.date-range-picker {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #e9e9e9; }
  .date-range-picker:hover {
    background: whitesmoke; }

/**
 * The popout window
 */
.daterangepicker .ranges li {
  border-radius: 3px;
  color: #4e4e4f; }
  .daterangepicker .ranges li:hover, .daterangepicker .ranges li.active {
    color: #fff;
    background: #1a98f6; }

.daterangepicker .applyBtn {
  float: right; }

.daterangepicker .cancelBtn {
  margin-left: 0; }

.dropdown-menu {
  display: none;
  padding: 0; }
  .dropdown-menu > li > a {
    padding: 8px 20px; }
    .dropdown-menu > li > a.text-danger {
      color: #c0534d; }
  .dropdown-menu .divider {
    margin: 0; }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #1a98f6;
    color: #fff; }
  .dropdown-menu > .disabled > a {
    color: #e9e9e9; }
  .dropdown-menu.job-quick-stats {
    width: 300px;
    padding: 0 15px 0 15px; }
    .dropdown-menu.job-quick-stats ul {
      padding-left: 0;
      list-style: none; }

.client-status-title-dropdown {
  margin-top: 18px;
  margin-bottom: 9px; }
  .client-status-title-dropdown .edit-candidate-status {
    margin-left: 10px;
    cursor: pointer; }
    .client-status-title-dropdown .edit-candidate-status:hover {
      color: #69bbf9; }
  .client-status-title-dropdown .status-select-controls .hover-link {
    cursor: pointer; }
    .client-status-title-dropdown .status-select-controls .hover-link:hover {
      text-decoration: underline; }
  .client-status-title-dropdown .status-select-controls .status-select-update {
    float: right; }
  .client-status-title-dropdown .status-select-controls .status-select-cancel {
    float: right;
    margin-right: 10px; }

/**
 * Multiselect plugin
 */
.activity-type-select,
.job_substatus {
  display: none; }

/*.activity-type-select + div ul {
  width: 300px;
}*/
[data-key="activities-overview"] .btn-group.open > .dropdown-menu, [data-key="candidate-overview"] .btn-group.open > .dropdown-menu, [data-key="jobs-pipeline-unread"] .btn-group.open > .dropdown-menu {
  display: table !important;
  padding: 5px 10px; }

.candidate-status-checks .btn-group.open > .dropdown-menu {
  display: block !important;
  width: 330px;
  max-height: calc(100vh - 250px);
  overflow-y: scroll; }

.candidate-status-checks.pipeline-candidate-status .btn-group.open > .dropdown-menu {
  max-height: calc(100vh - 450px); }

.candidate-status-checks.profile-candidate-status .btn-group.open > .dropdown-menu {
  max-height: calc(100vh - 350px); }

.job_substatus + div ul {
  width: 200px; }

.box {
  padding: 9px 10px;
  width: 200px;
  position: relative;
  float: right;
  margin-right: 0; }
  .box.has-advanced-upload {
    outline: 2px dashed transparent;
    float: right;
    width: auto;
    max-width: 350px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; }
  .box.is-dragover {
    outline-offset: -10px;
    outline-color: #c8dadf;
    background-color: #a7a7a7; }
  .box > div {
    text-align: center;
    padding: 0px; }
  .box .box__dragndrop,
  .box .box__icon {
    display: none; }
  .box.has-advanced-upload .box__dragndrop {
    margin: -3px 0 0 15px;
    display: inline-block; }
  .box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px; }
  .box.is-uploading .box__input,
  .box.is-success .box__input,
  .box.is-error .box__input {
    visibility: hidden; }
  .box .box__uploading,
  .box .box__success,
  .box .box__error {
    display: none; }
  .box.is-uploading .box__uploading,
  .box.is-success .box__success,
  .box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .box .box__uploading {
    font-style: italic; }
  .box .box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out; }

@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0); }
  75% {
    -webkit-transform: translateY(-50%) scale(1.1); }
  to {
    -webkit-transform: translateY(-50%) scale(1); } }

@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0); }
  75% {
    transform: translateY(-50%) scale(1.1); }
  to {
    transform: translateY(-50%) scale(1); } }
  .box .box__restart {
    font-weight: 700; }
  .box .box__restart:focus,
  .box .box__restart:hover {
    color: #39bfd3; }
  .box .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .box .box__file + label {
    color: #eef2f5;
    text-align: center;
    cursor: pointer;
    display: inline-block; }
    .box .box__file + label, .box .box__file + label strong {
      font-weight: 400; }
  .box .box__file + label:hover {
    color: #1a98f6 !important; }
  .box .box__file:focus + label,
  .box .box__file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .box .box__file + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */ }
  .box .no.box__file + label {
    display: none; }
  .box .no.box__button {
    display: block; }
  .box .box__button {
    display: none; }
  .box.file-dropped .box__button {
    margin: -3px 0 0 15px;
    display: inline-block; }
  .box.file-dropped .box__input label {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    margin-top: 2px;
    color: #fff; }

#dropzone.candidateDrop {
  /* .fileUploader {
           min-height: 150px;
           border: 2px solid rgba(0, 0, 0, 0.3);
           background: white;
           padding: 20px 20px;

         }*/ }
  #dropzone.candidateDrop .uploading-files {
    margin-bottom: 30px; }

#candidate_file_dt .file-upload-progess {
  text-align: right;
  width: 80%; }
  #candidate_file_dt .file-upload-progess label {
    margin-right: 15px; }
  #candidate_file_dt .file-upload-progess .progress {
    display: inline-block;
    width: 40%;
    margin-top: 20px;
    margin-bottom: 0;
    height: 10px; }
    #candidate_file_dt .file-upload-progess .progress .progress-bar {
      -webkit-animation-direction: reverse;
      -moz-animation-direction: reverse;
      -ms-animation-direction: reverse;
      -o-animation-direction: reverse;
      animation-direction: reverse; }

#candidate_file_dt .dz-preview {
  display: none; }

@media all and (min-width: 992px) {
  .flex-same-height-panels {
    display: flex; }
    .flex-same-height-panels > [class*=col-] {
      padding: 0;
      margin-left: 10px;
      margin-right: 10px; }
    .flex-same-height-panels div.flex {
      display: flex; }
    .flex-same-height-panels .panel {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 0; }
    .flex-same-height-panels .panel-body {
      flex-grow: 1; }
  .flex-same-height-tiles {
    display: flex; }
    .flex-same-height-tiles > div {
      display: flex; }
    .flex-same-height-tiles .tile {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 0; }
    .flex-same-height-tiles .tile section {
      flex-grow: 1; }
  .flex {
    display: flex; } }

.flex-column {
  flex-direction: column; }

.input-group-addon {
  background-color: #eef2f5 !important; }
  .input-group-addon svg {
    color: #1a98f6; }

i.fa.fa-primary {
  color: #1a98f6; }

.form-control.lowercase {
  text-transform: lowercase; }

.form-control.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-control.error:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

label.error {
  color: #a94442;
  font-weight: normal; }

label.icheck-tpl,
label.icheck {
  cursor: pointer; }
  label.icheck-tpl > div,
  label.icheck > div {
    margin-right: 6px !important; }

select.select2 + .select2-container {
  width: 100% !important; }

.panel-ditto .repeatable-item {
  margin: 0 -24px;
  padding: 24px; }
  .panel-ditto .repeatable-item.with-separator {
    border-bottom: 1px solid #e9e9e9; }
  .panel-ditto .repeatable-item:first-child.with-separator {
    padding-top: 0; }
  .panel-ditto .repeatable-item:last-child.with-separator {
    border: 0;
    padding-bottom: 0; }

.panel-ditto .languages .repeatable-item {
  padding-top: 9px;
  padding-bottom: 0; }

.password-validate {
  padding: 2px 4px;
  font-size: 90%;
  background-color: #eef2f5;
  border-radius: 3px; }
  .password-validate ul {
    list-style: none;
    margin: 0;
    padding: 4px 8px 4px 24px;
    color: #a7a7a7; }
    .password-validate ul li {
      position: relative; }
    .password-validate ul i, .password-validate ul svg {
      margin-right: 4px;
      position: absolute;
      left: -20px;
      top: 2px; }
      .password-validate ul i.fa-check, .password-validate ul svg.fa-check {
        color: #8bc34a; }
      .password-validate ul i.fa-times, .password-validate ul svg.fa-times {
        color: #c0534d; }

.multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
  padding-left: 5px; }

.multiselect-container .candidate-status-option .checkbox input {
  top: 0; }

.multiselect-container .candidate-status-option .candidate-status-icon {
  display: inline-block;
  vertical-align: top; }

.multiselect-container .candidate-status-option.empty-option {
  border-bottom: 1px solid #eaeaea; }
  .multiselect-container .candidate-status-option.empty-option label {
    font-style: italic; }

.multiselect-container > li.active a, .multiselect-container > li.active a.active, .multiselect-container > li.active a.hover {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.87) !important; }

.icheck .icheckbox_minimal-blue {
  top: -2px; }

.icheck label {
  font-weight: 400;
  cursor: pointer; }

.end_date_field, .recurring_types_field {
  display: none; }

.show-field {
  display: unset; }

form.reminder_add .btn + .btn:not(.pull-right), form.reminder_add .btn_alt + .btn:not(.pull-right), form.reminder_add .btn + .btn_alt:not(.pull-right), form.reminder_add .btn_alt + .btn_alt:not(.pull-right) {
  margin-left: inherit; }

.fc-event {
  border: none;
  padding: 5px; }

.fc-unthemed td.fc-today {
  background: #fff; }

.fc-time-grid-event .fc-title, .fc-time-grid-event.fc-short .fc-title {
  font-size: 12px; }

.fc-time-grid-event .fc-time {
  font-size: 10px; }

.fc-event .fc-bg {
  opacity: 0; }

.fc-time-grid .fc-slats td {
  height: 2em; }

.reminder-buttons-toolbar .reminder_option.active {
  color: #fff;
  border-color: transparent; }

.reminder-buttons-toolbar .reminder_option.focus {
  color: #fff !important; }

.reminder-buttons-toolbar .reminder_option.call.active {
  background: #3f757f; }

.reminder-buttons-toolbar .reminder_option.meeting.active {
  background: #1a98f6; }

.reminder-buttons-toolbar .reminder_option.feedback.active {
  background: #004256; }

.reminder-buttons-toolbar .reminder_option.interview.active {
  background: #005566; }

.reminder-buttons-toolbar .reminder_option.reminder.active {
  background: #2b2b2b; }

.reminder-buttons-toolbar .reminder_option.note.active {
  background: #4a78a7; }

.reminder-filter-button, .calendar-filter-button, .cal_event {
  border-color: transparent !important; }
  .reminder-filter-button.btn-primary:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.reminder-filter-button.add:hover, .calendar-filter-button.btn-primary:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.calendar-filter-button.add:hover, .cal_event.btn-primary:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.cal_event.add:hover {
    border-color: transparent; }
    .reminder-filter-button.btn-primary:hover i, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.reminder-filter-button.add:hover i, .calendar-filter-button.btn-primary:hover i, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.calendar-filter-button.add:hover i, .cal_event.btn-primary:hover i, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.cal_event.add:hover i {
      color: #e2e2e2; }
  .reminder-filter-button.call, .calendar-filter-button.call, .cal_event.call {
    background: #3f757f; }
  .reminder-filter-button.meeting, .calendar-filter-button.meeting, .cal_event.meeting {
    background: #1a98f6; }
  .reminder-filter-button.feedback, .calendar-filter-button.feedback, .cal_event.feedback {
    background: #004256; }
  .reminder-filter-button.interview, .calendar-filter-button.interview, .cal_event.interview {
    background: #005566; }
  .reminder-filter-button.reminder, .calendar-filter-button.reminder, .cal_event.reminder {
    background: #2b2b2b; }
  .reminder-filter-button.note, .calendar-filter-button.note, .cal_event.note {
    background: #4a78a7; }
  .reminder-filter-button.event_done, .calendar-filter-button.event_done, .cal_event.event_done {
    opacity: 0.4 !important; }

.reminder-is-done svg {
  color: #8bc34a;
  cursor: default;
  font-size: 18px;
  line-height: 1.8; }

.reminder-action-icon svg {
  color: #929292;
  font-size: 16px;
  line-height: 1.8;
  transition: 0.3s all linear;
  cursor: pointer;
  margin-top: 5px; }
  .reminder-action-icon svg.hover-icon {
    display: none; }

.reminder-action-icon:hover svg {
  display: none; }

.reminder-action-icon:hover svg.hover-icon {
  display: inline; }

.reminder-done svg:hover {
  color: #1a98f6; }

.delete-reminder svg:hover {
  color: #c0534d; }

.fc-list-table * {
  border-color: #eef2f5 !important; }

.fc-list-table td {
  min-height: 38px; }

.fc-list-table tr.fc-list-heading td {
  background: #f7f7f7 !important; }

.fc-list-table tr.fc-list-item td {
  background: #fff; }

.fc-list-table tr.fc-list-heading td,
.fc-list-table tr.fc-list-item td {
  padding: 10px 8px !important; }

.info-tile .pull-left label {
  margin-bottom: 0; }

.integration-holder {
  position: relative; }
  .integration-holder:not(.integration-holder.itgr-popover) {
    height: 60px; }
  .integration-holder .caption p {
    margin-bottom: 0;
    line-height: 1.3; }
    .integration-holder .caption p:first-of-type {
      margin-bottom: 5px; }
    .integration-holder .caption p:last-of-type {
      margin-top: 10px; }
  .integration-holder .action {
    position: absolute;
    right: 10px;
    top: 13px; }
    .integration-holder .action > span {
      margin-top: 6px; }
  .integration-holder .integration-info {
    cursor: pointer;
    font-size: 20px; }

.integration-holder, .tv-item-list, .panel-job-portals .portal-row {
  position: relative; }
  .integration-holder.new:after, .tv-item-list.new:after, .panel-job-portals .portal-row.new:after {
    font-size: 70%;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    content: "New";
    color: red;
    padding-left: 2px;
    text-decoration: none !important; }
  .integration-holder.is_imporsonating_super_class input, .tv-item-list.is_imporsonating_super_class input, .panel-job-portals .portal-row.is_imporsonating_super_class input {
    border: 1px solid #ff4747; }
    .integration-holder.is_imporsonating_super_class input:focus, .tv-item-list.is_imporsonating_super_class input:focus, .panel-job-portals .portal-row.is_imporsonating_super_class input:focus {
      border-color: #ba0606;
      box-shadow: 0 0 5px #ba0606; }
  .integration-holder .coming-soon-integration, .tv-item-list .coming-soon-integration, .panel-job-portals .portal-row .coming-soon-integration {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FC5F39;
    padding: 3px; }
  .integration-holder .integration-item, .tv-item-list .integration-item, .panel-job-portals .portal-row .integration-item {
    display: block;
    background: url(/static/dist/images/sprite_providers.png?v=3) 0 0;
    width: 94px;
    height: 31px;
    min-height: 27px;
    margin: auto; }
    .integration-holder .integration-item.ditto_new_tag:after, .tv-item-list .integration-item.ditto_new_tag:after, .panel-job-portals .portal-row .integration-item.ditto_new_tag:after {
      position: absolute;
      left: 150px;
      font-size: 12px; }
    .integration-holder .integration-item.left, .tv-item-list .integration-item.left, .panel-job-portals .portal-row .integration-item.left {
      margin: 0; }
    .integration-holder .integration-item.own_site, .tv-item-list .integration-item.own_site, .panel-job-portals .portal-row .integration-item.own_site {
      width: 113px;
      background-position-y: -274px;
      height: 27px; }
      .integration-holder .integration-item.own_site.active, .tv-item-list .integration-item.own_site.active, .panel-job-portals .portal-row .integration-item.own_site.active {
        background-position-x: -114px; }
    .integration-holder .integration-item.pnet, .tv-item-list .integration-item.pnet, .panel-job-portals .portal-row .integration-item.pnet {
      background-position-y: -3px;
      width: 69px;
      height: 28px;
      background-position-x: -13px; }
      .integration-holder .integration-item.pnet.active, .tv-item-list .integration-item.pnet.active, .panel-job-portals .portal-row .integration-item.pnet.active {
        background-position-x: -107px; }
    .integration-holder .integration-item.bizcommunity, .tv-item-list .integration-item.bizcommunity, .panel-job-portals .portal-row .integration-item.bizcommunity {
      width: 142px;
      background-position-y: -155px;
      height: 27px; }
      .integration-holder .integration-item.bizcommunity.active, .tv-item-list .integration-item.bizcommunity.active, .panel-job-portals .portal-row .integration-item.bizcommunity.active {
        background-position-x: -142px; }
    .integration-holder .integration-item.careerjunction, .tv-item-list .integration-item.careerjunction, .panel-job-portals .portal-row .integration-item.careerjunction {
      background-position-y: -62px;
      background-position-x: -9px;
      width: 74px;
      height: 30px; }
      .integration-holder .integration-item.careerjunction.active, .tv-item-list .integration-item.careerjunction.active, .panel-job-portals .portal-row .integration-item.careerjunction.active {
        background-position-x: -103px; }
    .integration-holder .integration-item.cj_api, .tv-item-list .integration-item.cj_api, .panel-job-portals .portal-row .integration-item.cj_api {
      background-position-y: -782px;
      background-position-x: 1px;
      width: 71px;
      height: 32px; }
      .integration-holder .integration-item.cj_api.active, .tv-item-list .integration-item.cj_api.active, .panel-job-portals .portal-row .integration-item.cj_api.active {
        background-position-x: -70px; }
    .integration-holder .integration-item.careers24, .tv-item-list .integration-item.careers24, .panel-job-portals .portal-row .integration-item.careers24 {
      background-position-y: -35px;
      height: 24px;
      width: 94px; }
      .integration-holder .integration-item.careers24.active, .tv-item-list .integration-item.careers24.active, .panel-job-portals .portal-row .integration-item.careers24.active {
        background-position-x: -94px; }
    .integration-holder .integration-item.indeed, .tv-item-list .integration-item.indeed, .panel-job-portals .portal-row .integration-item.indeed {
      background-position-y: -120px;
      width: 75px;
      height: 25px; }
      .integration-holder .integration-item.indeed.active, .tv-item-list .integration-item.indeed.active, .panel-job-portals .portal-row .integration-item.indeed.active {
        background-position-x: -75px; }
    .integration-holder .integration-item.careerjet, .tv-item-list .integration-item.careerjet, .panel-job-portals .portal-row .integration-item.careerjet {
      background-position-y: -95px;
      width: 93px;
      height: 22px; }
      .integration-holder .integration-item.careerjet.active, .tv-item-list .integration-item.careerjet.active, .panel-job-portals .portal-row .integration-item.careerjet.active {
        background-position-x: -94px; }
    .integration-holder .integration-item.jobsportal, .tv-item-list .integration-item.jobsportal, .panel-job-portals .portal-row .integration-item.jobsportal {
      width: 74px;
      background-position-y: -204px;
      height: 26px; }
      .integration-holder .integration-item.jobsportal.active, .tv-item-list .integration-item.jobsportal.active, .panel-job-portals .portal-row .integration-item.jobsportal.active {
        background-position-x: -73px; }
    .integration-holder .integration-item.trovit, .tv-item-list .integration-item.trovit, .panel-job-portals .portal-row .integration-item.trovit {
      width: 62px;
      background-position-y: -241px;
      height: 24px; }
      .integration-holder .integration-item.trovit.active, .tv-item-list .integration-item.trovit.active, .panel-job-portals .portal-row .integration-item.trovit.active {
        background-position-x: -61px; }
    .integration-holder .integration-item.adzuna, .tv-item-list .integration-item.adzuna, .panel-job-portals .portal-row .integration-item.adzuna {
      width: 92px;
      background-position-y: -311px;
      height: 25px; }
      .integration-holder .integration-item.adzuna.active, .tv-item-list .integration-item.adzuna.active, .panel-job-portals .portal-row .integration-item.adzuna.active {
        background-position-x: -92px; }
    .integration-holder .integration-item.jobmail, .tv-item-list .integration-item.jobmail, .panel-job-portals .portal-row .integration-item.jobmail {
      width: 75px;
      height: 27px;
      background-position-y: -347px; }
      .integration-holder .integration-item.jobmail.active, .tv-item-list .integration-item.jobmail.active, .panel-job-portals .portal-row .integration-item.jobmail.active {
        background-position-x: -75px; }
    .integration-holder .integration-item.gumtree, .tv-item-list .integration-item.gumtree, .panel-job-portals .portal-row .integration-item.gumtree {
      width: 132px;
      height: 34px;
      background-position-y: -384px; }
      .integration-holder .integration-item.gumtree.active, .tv-item-list .integration-item.gumtree.active, .panel-job-portals .portal-row .integration-item.gumtree.active {
        background-position-x: -132px; }
    .integration-holder .integration-item.google, .tv-item-list .integration-item.google, .panel-job-portals .portal-row .integration-item.google {
      width: 78px;
      height: 27px;
      background-position-y: -424px; }
      .integration-holder .integration-item.google.active, .tv-item-list .integration-item.google.active, .panel-job-portals .portal-row .integration-item.google.active {
        background-position-x: -79px; }
    .integration-holder .integration-item.locanto, .tv-item-list .integration-item.locanto, .panel-job-portals .portal-row .integration-item.locanto {
      width: 83px;
      height: 27px;
      background-position-y: -452px; }
      .integration-holder .integration-item.locanto.active, .tv-item-list .integration-item.locanto.active, .panel-job-portals .portal-row .integration-item.locanto.active {
        background-position-x: -87px; }
    .integration-holder .integration-item.facebook, .tv-item-list .integration-item.facebook, .panel-job-portals .portal-row .integration-item.facebook {
      width: 28px;
      height: 28px;
      background-position-y: -490px; }
      .integration-holder .integration-item.facebook.active, .tv-item-list .integration-item.facebook.active, .panel-job-portals .portal-row .integration-item.facebook.active {
        background-position-x: -37px; }
    .integration-holder .integration-item.twitter, .tv-item-list .integration-item.twitter, .panel-job-portals .portal-row .integration-item.twitter {
      width: 31px;
      height: 28px;
      background-position-y: -525px; }
      .integration-holder .integration-item.twitter.active, .tv-item-list .integration-item.twitter.active, .panel-job-portals .portal-row .integration-item.twitter.active {
        background-position-x: -37px; }
    .integration-holder .integration-item.linkedin, .tv-item-list .integration-item.linkedin, .panel-job-portals .portal-row .integration-item.linkedin {
      width: 31px;
      height: 31px;
      background-position-y: -558px; }
      .integration-holder .integration-item.linkedin.active, .tv-item-list .integration-item.linkedin.active, .panel-job-portals .portal-row .integration-item.linkedin.active {
        background-position-x: -40px; }
    .integration-holder .integration-item.headhunters_integration, .tv-item-list .integration-item.headhunters_integration, .panel-job-portals .portal-row .integration-item.headhunters_integration {
      width: 31px;
      height: 31px;
      background-position-y: -590px; }
      .integration-holder .integration-item.headhunters_integration.active, .tv-item-list .integration-item.headhunters_integration.active, .panel-job-portals .portal-row .integration-item.headhunters_integration.active {
        background-position-x: -30px; }
    .integration-holder .integration-item.myjobmu, .tv-item-list .integration-item.myjobmu, .panel-job-portals .portal-row .integration-item.myjobmu {
      width: 100px;
      height: 24px;
      background-position-y: -627px; }
      .integration-holder .integration-item.myjobmu.active, .tv-item-list .integration-item.myjobmu.active, .panel-job-portals .portal-row .integration-item.myjobmu.active {
        background-position-x: -110px; }
    .integration-holder .integration-item.talentcom, .tv-item-list .integration-item.talentcom, .panel-job-portals .portal-row .integration-item.talentcom {
      width: 108px;
      height: 20px;
      background-position-y: -655px;
      background-position-x: -4px; }
      .integration-holder .integration-item.talentcom.active, .tv-item-list .integration-item.talentcom.active, .panel-job-portals .portal-row .integration-item.talentcom.active {
        background-position-x: -112px;
        background-position-y: -656px; }
    .integration-holder .integration-item.jooble, .tv-item-list .integration-item.jooble, .panel-job-portals .portal-row .integration-item.jooble {
      width: 92px;
      height: 30px;
      background-position-y: -687px;
      background-position-x: -1px; }
      .integration-holder .integration-item.jooble.active, .tv-item-list .integration-item.jooble.active, .panel-job-portals .portal-row .integration-item.jooble.active {
        background-position-x: -90px; }
    .integration-holder .integration-item.dittojobs, .tv-item-list .integration-item.dittojobs, .panel-job-portals .portal-row .integration-item.dittojobs {
      width: 122px;
      height: 26px;
      min-height: 26px;
      background-position-y: -717px;
      background-position-x: 1px; }
      .integration-holder .integration-item.dittojobs.active, .tv-item-list .integration-item.dittojobs.active, .panel-job-portals .portal-row .integration-item.dittojobs.active {
        background-position-x: -124px; }
    .integration-holder .integration-item.executive_placements, .tv-item-list .integration-item.executive_placements, .panel-job-portals .portal-row .integration-item.executive_placements {
      width: 163px;
      height: 33px;
      background-position-y: -743px;
      background-position-x: 0; }
      .integration-holder .integration-item.executive_placements.active, .tv-item-list .integration-item.executive_placements.active, .panel-job-portals .portal-row .integration-item.executive_placements.active {
        background-position-x: -163px; }

select.job-substatus {
  border: 0;
  box-shadow: none;
  color: #fff;
  line-height: 1;
  padding: .75em 0em .75em .5em;
  height: auto;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }
  select.job-substatus:hover {
    text-decoration: underline;
    cursor: pointer; }
  select.job-substatus option {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    text-align: center; }

#dittoHelpLogo {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 300px; }

.knowledgebase-wrapper {
  font-family: 'Roboto', sans-serif !important;
  padding-top: 0px !important;
  background-color: transparent !important; }
  .knowledgebase-wrapper h1, .knowledgebase-wrapper h2, .knowledgebase-wrapper h3, .knowledgebase-wrapper h4, .knowledgebase-wrapper h5, .knowledgebase-wrapper h6 {
    font-family: 'Roboto', sans-serif !important; }
  .knowledgebase-wrapper #particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease; }
  .knowledgebase-wrapper #particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    background-color: #222222; }
  .knowledgebase-wrapper .knowledgebase-heading {
    width: 100%;
    display: table; }
  .knowledgebase-wrapper .layout-wrapper {
    height: 700px;
    display: block;
    width: 1100px;
    margin: auto; }
    .knowledgebase-wrapper .layout-wrapper .layout-left-nav {
      float: left;
      width: 300px; }
    .knowledgebase-wrapper .layout-wrapper .layout-content-right {
      float: left;
      width: 800px; }
    @media (max-width: 1100px) {
      .knowledgebase-wrapper .layout-wrapper {
        width: 100%; }
        .knowledgebase-wrapper .layout-wrapper .layout-left-nav {
          width: 27%; }
        .knowledgebase-wrapper .layout-wrapper .layout-content-right {
          width: 73%; } }
    @media all and (max-height: 900px) {
      .knowledgebase-wrapper .layout-wrapper {
        height: 65vh; }
        .knowledgebase-wrapper .layout-wrapper .kb-content-wrapper {
          height: 65vh; } }
  .knowledgebase-wrapper .panel {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important; }
  .knowledgebase-wrapper .kb-search-wrapper {
    margin-top: 40px;
    text-align: center; }
    .knowledgebase-wrapper .kb-search-wrapper .search-greeting {
      margin-bottom: 25px; }
      .knowledgebase-wrapper .kb-search-wrapper .search-greeting h2 {
        color: #fff;
        font-size: 32px; }
    .knowledgebase-wrapper .kb-search-wrapper .search-group {
      margin-bottom: 15px;
      position: relative; }
      .knowledgebase-wrapper .kb-search-wrapper .search-group button, .knowledgebase-wrapper .kb-search-wrapper .search-group a {
        margin-bottom: 2px;
        padding: 11px 20px; }
      .knowledgebase-wrapper .kb-search-wrapper .search-group form {
        display: inline; }
        .knowledgebase-wrapper .kb-search-wrapper .search-group form input {
          display: inline-block;
          width: 30%;
          margin: auto;
          padding: 20px 10px; }
      .knowledgebase-wrapper .kb-search-wrapper .search-group #search-suggestions {
        position: absolute;
        top: 42px;
        left: 0;
        right: 59px;
        z-index: 10;
        margin: auto;
        padding: 0;
        width: 30%;
        background-color: white;
        border: 1px solid #e9e9e9;
        text-align: left;
        max-height: 350px;
        overflow: auto; }
        .knowledgebase-wrapper .kb-search-wrapper .search-group #search-suggestions li {
          padding: 10px 20px;
          list-style: none;
          border-top: 1px solid #e9e9e9;
          border-bottom: 1px solid #e9e9e9; }
          .knowledgebase-wrapper .kb-search-wrapper .search-group #search-suggestions li:hover {
            background-color: #e9e9e9; }
          .knowledgebase-wrapper .kb-search-wrapper .search-group #search-suggestions li .post-title {
            color: #1a98f6;
            font-weight: 600; }
  .knowledgebase-wrapper .kb-search-results-wrapper {
    color: white !important;
    margin-top: 25px; }
    .knowledgebase-wrapper .kb-search-results-wrapper h4 {
      text-align: center;
      margin-bottom: 25px; }
    .knowledgebase-wrapper .kb-search-results-wrapper #search-results-list {
      list-style: none;
      padding-left: 0;
      max-height: 645px;
      overflow: hidden; }
      .knowledgebase-wrapper .kb-search-results-wrapper #search-results-list .search-result-wrapper {
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        padding: 10px 0 5px 15px;
        max-height: 150px;
        overflow: hidden;
        white-space: nowrap; }
        .knowledgebase-wrapper .kb-search-results-wrapper #search-results-list .search-result-wrapper .result-title {
          font-weight: bold;
          font-size: 14px; }
        .knowledgebase-wrapper .kb-search-results-wrapper #search-results-list .search-result-wrapper .result-categories {
          font-style: italic;
          font-size: 11px; }
        .knowledgebase-wrapper .kb-search-results-wrapper #search-results-list .search-result-wrapper .keyword {
          padding: 2px 4px;
          font-size: 90%;
          color: #1a98f6;
          border-radius: 3px;
          background-color: transparent;
          border: 1px solid #1a98f6;
          font-family: inherit; }
    .knowledgebase-wrapper .kb-search-results-wrapper .pagination-container {
      text-align: center; }
      .knowledgebase-wrapper .kb-search-results-wrapper .pagination-container .pagination {
        float: none; }
    .knowledgebase-wrapper .kb-search-results-wrapper .no-results {
      padding: 10px;
      text-align: center;
      font-style: italic; }
  .knowledgebase-wrapper .faq-container {
    border-radius: 5px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    min-height: 100%; }
    .knowledgebase-wrapper .faq-container .content-holder {
      padding: 15px 50px !important; }
      .knowledgebase-wrapper .faq-container .content-holder .faq-question .question-dropdown {
        border-bottom: 1px solid #e9e9e9;
        padding: 2px 5px;
        position: relative;
        cursor: pointer; }
        .knowledgebase-wrapper .faq-container .content-holder .faq-question .question-dropdown:hover {
          background-color: #fafafa; }
        .knowledgebase-wrapper .faq-container .content-holder .faq-question .question-dropdown h3 {
          display: inline-block; }
        .knowledgebase-wrapper .faq-container .content-holder .faq-question .question-dropdown .toggle-question {
          font-size: 18px;
          position: absolute;
          right: 15px;
          top: 7px; }
      .knowledgebase-wrapper .faq-container .content-holder .faq-question .question-answer {
        display: none;
        box-shadow: inset 0 6px 5px 2px #e9e9e9;
        border: 1px solid #e9e9e9;
        padding: 10px;
        background-color: #fafafa; }
    .knowledgebase-wrapper .faq-container h1, .knowledgebase-wrapper .faq-container h2 {
      color: #1a98f6; }
    .knowledgebase-wrapper .faq-container h3, .knowledgebase-wrapper .faq-container h3 strong {
      font-size: 18px !important;
      margin-top: 9px; }
    .knowledgebase-wrapper .faq-container h2, .knowledgebase-wrapper .faq-container h2 strong {
      font-size: 22px !important; }
    .knowledgebase-wrapper .faq-container h4, .knowledgebase-wrapper .faq-container h4 strong {
      font-size: 16px !important; }
    .knowledgebase-wrapper .faq-container p, .knowledgebase-wrapper .faq-container li {
      font-size: 14px; }
    .knowledgebase-wrapper .faq-container ol, .knowledgebase-wrapper .faq-container ul {
      padding-left: 16px !important; }
  .knowledgebase-wrapper .kb-content-wrapper {
    margin-top: 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    height: 700px; }
    .knowledgebase-wrapper .kb-content-wrapper .nav-container {
      min-height: 100%;
      background-color: #444444 !important;
      padding: 0;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu {
        opacity: 0;
        transition: 0.2s linear opacity; }
        .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul {
          list-style: none;
          padding-left: 0;
          font-size: 16px; }
          .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li a {
            padding: 10px 0 10px 25px;
            transition: 0.1s linear background;
            width: 100%;
            display: inline-block;
            color: #fff;
            text-decoration: none; }
            .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li a .fa-angle-right {
              position: absolute;
              right: 15px;
              margin-top: 3px; }
            .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li a.active {
              font-weight: bold; }
          .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li.waSlideMenu-back a {
            color: #1a98f6;
            font-weight: bold; }
          .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li.active, .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li.selected, .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li:hover {
            background: rgba(0, 0, 0, 0.32); }
            .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li.active:first-child, .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li.selected:first-child, .knowledgebase-wrapper .kb-content-wrapper .nav-container .slide-menu ul li:hover:first-child {
              border-top-left-radius: 5px; }
    .knowledgebase-wrapper .kb-content-wrapper .content-container {
      min-height: 100%;
      overflow-y: auto;
      background-color: #fff;
      border: 1px solid #e9e9e9; }
      .knowledgebase-wrapper .kb-content-wrapper .content-container h1, .knowledgebase-wrapper .kb-content-wrapper .content-container h2 {
        color: #1a98f6; }
      .knowledgebase-wrapper .kb-content-wrapper .content-container h3, .knowledgebase-wrapper .kb-content-wrapper .content-container h3 strong {
        font-size: 18px !important; }
      .knowledgebase-wrapper .kb-content-wrapper .content-container h2, .knowledgebase-wrapper .kb-content-wrapper .content-container h2 strong {
        font-size: 22px !important; }
      .knowledgebase-wrapper .kb-content-wrapper .content-container p, .knowledgebase-wrapper .kb-content-wrapper .content-container li {
        font-size: 14px; }
      .knowledgebase-wrapper .kb-content-wrapper .content-container ol, .knowledgebase-wrapper .kb-content-wrapper .content-container ul {
        padding-left: 16px !important; }
      .knowledgebase-wrapper .kb-content-wrapper .content-container .welcome-message {
        padding: 15px 50px; }
      .knowledgebase-wrapper .kb-content-wrapper .content-container .content {
        padding: 15px 50px !important; }
        .knowledgebase-wrapper .kb-content-wrapper .content-container .content .content-holder table td {
          padding: 10px 5px;
          border: none !important;
          border-bottom: 1px solid #4e4e4f !important; }
          .knowledgebase-wrapper .kb-content-wrapper .content-container .content .content-holder table td p {
            margin: 0 !important; }
        .knowledgebase-wrapper .kb-content-wrapper .content-container .content .content-holder table tr:last-child td {
          border: none !important; }
        .knowledgebase-wrapper .kb-content-wrapper .content-container .content .content-holder .dashboard-icons {
          position: relative;
          top: 3px;
          color: #32302f;
          font-size: 24px;
          margin-right: 4px; }
          .knowledgebase-wrapper .kb-content-wrapper .content-container .content .content-holder .dashboard-icons svg {
            display: inline-block; }
          .knowledgebase-wrapper .kb-content-wrapper .content-container .content .content-holder .dashboard-icons .fa-plus {
            position: absolute;
            margin-left: -12px;
            font-size: 10px;
            background: #1a98f6;
            color: #fff;
            border-radius: 50%;
            padding: 3px;
            width: 16px;
            height: 16px; }
        .knowledgebase-wrapper .kb-content-wrapper .content-container .content .keywords-container {
          font-size: 16px;
          margin: 25px 0; }
          .knowledgebase-wrapper .kb-content-wrapper .content-container .content .keywords-container .keyword {
            padding: 2px 4px;
            font-size: 90%;
            color: #1a98f6;
            border-radius: 3px;
            background-color: transparent;
            border: 1px solid #1a98f6;
            font-family: inherit; }
  .knowledgebase-wrapper footer {
    background-color: #222222;
    color: white; }
    .knowledgebase-wrapper footer .fa-arrow-up {
      color: white; }

.kb-posts-list .post-edit-btn, .kb-main-categories-list .post-edit-btn, .kb-sub-categories-list .post-edit-btn {
  padding: 10px; }

#jsd-widget {
  bottom: 15px !important; }

.label {
  font-size: 10px;
  padding: .3em .6em; }
  .label.label-prio-urgent {
    background-color: #c0534d; }
  .label.label-prio-high {
    background-color: #f0ad4e; }
  .label.label-prio-low {
    background-color: #adadad; }
  .label.label-prio-standard {
    background-color: #7a7a7a; }
  .label.label-secondary {
    background-color: #FC5F39; }
  .label.label-grey-light {
    color: #fff;
    background: #a7a7a7; }
  .label.label-dark {
    background: #004256; }
  .label.tag-tag {
    padding: .4em .6em .4em;
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px; }
  .label.label-beta {
    font-size: 9px;
    padding: 0.5em .6em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -3px; }
  .label.status-label {
    padding: 0.75em 1em;
    display: block;
    text-transform: uppercase; }

.label.status-label.substatus_1,
.job-substatus[data-substatus-id="1"] {
  background: #8bc34a; }

.label.status-label.substatus_2,
.job-substatus[data-substatus-id="2"] {
  background: #747474; }

.label.status-label.substatus_3,
.job-substatus[data-substatus-id="3"] {
  background: #f0ad4e; }

.label.status-label.substatus_4,
.job-substatus[data-substatus-id="4"] {
  background: #299999; }

.label.status-label.substatus_5,
.job-substatus[data-substatus-id="5"] {
  background: #FC5F39; }

.label.status-label.substatus_6,
.job-substatus[data-substatus-id="6"] {
  background: #1a98f6; }

.label.status-label.substatus_4,
.job-substatus[data-substatus-id="7"] {
  background: #ec929c; }

a.label.owners {
  padding: .5em .6em .5em;
  font-size: 10px;
  background-color: #e2e2e2; }

label.light-gray {
  color: #e9e9e9; }

/**
====== HTML Examples to use the loaders below =======

<section class="loaders"><span class="loader loader-quart"> </span> Loading...</section>
<section class="loaders loaders-bg-2"><span class="loader loader-double"> </span> Loading...</section>
<section class="loaders loaders-bg-3"><span class="loader loader-circles"> </span> Loading...</section>
<section class="loaders loaders-bg-4"><span class="loader loader-bars"><span> </span></span> Loading...</section>

 */
.loaders {
  height: 285px;
  line-height: 285px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 30px; }
  .loaders.in-page {
    height: auto;
    line-height: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.loader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: middle; }

/*	$Loader Quadrant
	========================================================================== */
.loader-quart {
  border-radius: 50px;
  border: 6px solid rgba(255, 255, 255, 0.4); }
  .loader-quart:after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: #1a98f6;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

/*	$Loader Double circle
	========================================================================== */
.loader-double {
  border-radius: 50px;
  border: 6px solid transparent;
  border-top-color: #1a98f6;
  border-bottom-color: #1a98f6;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }
  .loader-double:before, .loader-double:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: #1a98f6;
    border-bottom-color: #1a98f6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-animation: spinreverse 2s linear infinite;
    animation: spinreverse 2s linear infinite; }
  .loader-double:before {
    top: 13px;
    left: 13px;
    bottom: 13px;
    right: 13px;
    -webkit-animation: spinreverse 3s linear infinite;
    animation: spinreverse 3s linear infinite; }

/*	$Loader Multiple circle
	========================================================================== */
.loader-circles {
  border-radius: 50px;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }
  .loader-circles:before, .loader-circles:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50px;
    border: 3px solid transparent;
    border-top-color: #1a98f6;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-animation: spinreverse 5s linear infinite;
    animation: spinreverse 5s linear infinite; }
  .loader-circles:before {
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
    -webkit-animation: spinreverse 10s linear infinite;
    animation: spinreverse 10s linear infinite; }

/*	$Loader Bars
	========================================================================== */
.loader-bars:before,
.loader-bars:after,
.loader-bars span {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 30px;
  background-color: #1a98f6;
  -webkit-animation: grow 1.5s linear infinite;
  animation: grow 1.5s linear infinite; }

.loader-bars:after {
  left: 15px;
  -webkit-animation: grow 1.5s linear -0.5s infinite;
  animation: grow 1.5s linear -0.5s infinite; }

.loader-bars span {
  left: 30px;
  -webkit-animation: grow 1.5s linear -1s infinite;
  animation: grow 1.5s linear -1s infinite; }

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; } }

@keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg); } }

@-webkit-keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    tranform: rotate(-360deg); } }

@keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    tranform: rotate(-360deg); } }

.modal-dialog.wide_modal {
  width: 1300px;
  max-width: 100%; }

.modal-dialog.semi-wide_modal {
  width: 900px;
  max-width: 100%; }

.modal-dialog #credits-form input {
  margin-left: 9px; }

@media all and (max-width: 1300px) {
  .profile_preview.wide_modal {
    width: 900px;
    max-width: 100%; } }

.modal-body {
  background: #f7f8fa; }

.modal-header > button {
  position: absolute;
  right: 15px;
  line-height: 1;
  font-size: 16px;
  padding: 4px 7px 4px 8px;
  text-align: center;
  margin-top: -1px; }
  .modal-header > button span {
    margin: 0; }

.profile-tags-holder label, .file-tags-holder label {
  display: inline-block;
  margin-bottom: 0; }

.profile-tags-holder h5, .file-tags-holder h5 {
  margin-top: 20px; }

.profile-tags-holder div, .file-tags-holder div {
  margin-top: 20px;
  display: block; }

.profile-tags-holder hr, .file-tags-holder hr {
  margin-bottom: 0; }

.pdf-cv-field-select label {
  margin-bottom: 5px; }
  .pdf-cv-field-select label input[type="radio"], .pdf-cv-field-select label input[type="checkbox"] {
    vertical-align: text-bottom; }

#updates-modal .modal-content {
  display: flex;
  flex-direction: column;
  max-height: 90vh; }

#updates-modal .modal-title svg {
  margin-right: 6px; }

#updates-modal .modal-body {
  overflow: auto; }

#updates-modal .modal-footer {
  text-align: left; }
  #updates-modal .modal-footer .btn-link {
    font-size: 12px;
    margin-top: 1px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    padding-left: 0; }

.modal-footer {
  padding: 20px 15px !important; }

.modal-item {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 15px; }
  .modal-item header {
    margin-bottom: 1em; }
    .modal-item header h3 {
      display: inline;
      margin: 0 6px 0 0;
      font-size: 14px;
      font-weight: 600;
      color: #1a98f6; }
    .modal-item header label {
      font-size: 10px; }
  .modal-item section {
    font-size: 12px;
    line-height: 1.78;
    color: #32302f; }
  .modal-item footer {
    color: #747474; }
  .modal-item:last-child {
    margin-bottom: 0; }
  .modal-item label {
    padding: .3em .6em .2em;
    position: relative;
    top: -1px; }
    .modal-item label.label-feature {
      background: #8bc34a; }
    .modal-item label.label-light-feature {
      background: #4fe178; }
    .modal-item label.label-issue, .modal-item label.label-upgrade {
      background: #d413c9; }
    .modal-item label.label-update {
      background: #1a98f6; }
    .modal-item label.label-info {
      background: #747474; }
    .modal-item label.label-fix {
      background: #c0534d; }
    .modal-item label.label-tip {
      background: #ffb600; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */ }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }

.modal-loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  margin-top: -13px;
  margin-left: -13px; }

.modal-is-loading .modal-loader {
  display: block; }

.modal-is-loading .modal-body {
  min-height: 100px; }

.notification-wrapper .notification {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
  background: #fff;
  color: #2d2d2d; }
  .notification-wrapper .notification.unseen {
    background: #f7f8fa; }
    .notification-wrapper .notification.unseen aside {
      color: #1a98f6; }
  .notification-wrapper .notification:hover {
    color: #1a98f6; }
  .notification-wrapper .notification aside,
  .notification-wrapper .notification section {
    float: left;
    padding: 9px; }
  .notification-wrapper .notification aside {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e9e9e9; }
  .notification-wrapper .notification time {
    color: #a7a7a7;
    font-size: 12px; }
  .notification-wrapper .notification section {
    font-size: 13px; }
  .notification-wrapper .notification:first-child {
    border-top: 1px solid #e9e9e9; }
  .notification-wrapper .notification strong {
    white-space: nowrap; }

#topnav .notification-wrapper .notification section {
  min-width: 0px; }
  #topnav .notification-wrapper .notification section header {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

#office365_loading_message {
  padding: 30px;
  background: #fff;
  font-size: 3em;
  font-weight: 300; }

#topnav.navbar-new .header-messages .refresh-messages {
  font-size: 15px;
  outline: none;
  padding: 0 5px; }

#topnav.navbar-new .header-messages .message-item {
  position: relative;
  background: #fafafa; }
  #topnav.navbar-new .header-messages .message-item a {
    display: block;
    text-decoration: none;
    padding: 5px 10px 10px;
    border-bottom: 2px solid #e9e9e9;
    position: relative;
    color: #32302f !important; }
    #topnav.navbar-new .header-messages .message-item a h5 {
      margin: 0;
      font-weight: bold;
      color: #181716 !important; }
      #topnav.navbar-new .header-messages .message-item a h5 span {
        font-weight: normal;
        font-size: 12px; }
    #topnav.navbar-new .header-messages .message-item a .subject {
      display: block;
      margin: 2px 0;
      font-weight: 500; }
    #topnav.navbar-new .header-messages .message-item a .body-preview {
      font-size: 11px;
      line-height: 1.2;
      color: #817c79 !important; }
    #topnav.navbar-new .header-messages .message-item a .received-date {
      position: absolute;
      top: 5px;
      right: 25px; }
    #topnav.navbar-new .header-messages .message-item a .mark-as-read {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 8px;
      color: #bdbdbd; }
      #topnav.navbar-new .header-messages .message-item a .mark-as-read:hover {
        color: rgba(0, 0, 0, 0.54); }
  #topnav.navbar-new .header-messages .message-item:hover {
    background: #e9e9e9; }

#topnav.navbar-new .header-messages .view_all_link {
  padding: 5px 10px;
  font-weight: bold;
  display: block;
  background: #e9e9e9; }
  #topnav.navbar-new .header-messages .view_all_link a.compose {
    float: left; }
  #topnav.navbar-new .header-messages .view_all_link a.view-all {
    float: right; }

.o365-import_list {
  box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;
  padding: 30px 0;
  background: #fff; }
  .o365-import_list .not-imported {
    font-size: 34px;
    text-align: center; }
  .o365-import_list .email-list {
    padding: 10px 0; }
    .o365-import_list .email-list ul {
      list-style: none;
      display: table;
      margin: 10px auto; }
      .o365-import_list .email-list ul li {
        margin-bottom: 5px; }
        .o365-import_list .email-list ul li svg {
          width: 17.5px; }
        .o365-import_list .email-list ul li .email_count {
          display: none;
          font-size: 12px;
          font-weight: bold;
          color: #a7a7a7; }
        .o365-import_list .email-list ul li.active .email_count {
          display: block;
          margin-left: 25px; }
  .o365-import_list .mail-list-btn {
    display: block;
    margin: 10px auto; }

.drawer-trigger-btn {
  position: absolute;
  top: -58px;
  right: 30px;
  padding-right: 20px; }
  .drawer-trigger-btn .count {
    position: absolute;
    right: -0.55em;
    top: -0.95em;
    content: attr(data-count);
    padding: .5em;
    border-radius: 10em;
    line-height: .9em;
    color: white;
    background: rgba(255, 0, 0, 0.95);
    text-align: center;
    min-width: 2em;
    font: bold 0.7em sans-serif; }
  .drawer-trigger-btn.email-accounts-btn {
    right: 85px; }

#mail_client .mail-header-holder {
  background: #f7f8fa;
  padding: 10px;
  -webkit-box-shadow: -1px 5px 5px 0px rgba(201, 201, 201, 0.5);
  -moz-box-shadow: -1px 5px 5px 0px rgba(201, 201, 201, 0.5);
  box-shadow: -1px 5px 5px 0px rgba(201, 201, 201, 0.5); }
  #mail_client .mail-header-holder .multi-switch {
    margin-left: 30px; }

#mail_client h1 {
  font-size: 18px;
  line-height: 40px;
  font-weight: 100; }

#mail_client a {
  text-decoration: none;
  transition-duration: .3s; }
  #mail_client a:hover {
    transition-duration: .05s;
    text-decoration: none; }

#mail_client .circle-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 2px solid #B4BBC1;
  border-radius: 100px;
  font-size: 14px;
  color: #B4BBC1;
  cursor: pointer;
  display: block;
  float: left; }
  #mail_client .circle-icon:hover {
    color: #57636C;
    border-color: #57636C; }

#mail_client .circle-icon.small {
  height: 25px;
  width: 25px;
  line-height: 23px;
  font-size: 11px; }

#mail_client .circle-icon.red {
  color: #D23B3D;
  border-color: #D23B3D; }
  #mail_client .circle-icon.red:hover {
    color: #791C1E;
    border-color: #791C1E; }

#mail_client .checkbox-wrapper {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 1px #A3ADB2;
  border-radius: 1px; }
  #mail_client .checkbox-wrapper input {
    opacity: 0;
    cursor: pointer; }
    #mail_client .checkbox-wrapper input:checked ~ label {
      opacity: 1; }
  #mail_client .checkbox-wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: #A3ADB2;
    opacity: 0;
    transition-duration: .05s; }
    #mail_client .checkbox-wrapper label:hover {
      background: #95a1a6;
      opacity: .5; }
    #mail_client .checkbox-wrapper label:active {
      background: #87949b; }

#mail_client #mainMailClient {
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  transition-duration: .3s;
  background: #fff; }
  #mail_client #mainMailClient .paginationjs {
    position: absolute;
    top: -55px;
    right: 135px;
    display: block;
    width: 60px; }
    #mail_client #mainMailClient .paginationjs .current-stats {
      padding-top: 3px;
      float: left; }
    #mail_client #mainMailClient .paginationjs .paginationjs-pages {
      float: right; }
      #mail_client #mainMailClient .paginationjs .paginationjs-pages ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: center;
        display: inline-block;
        vertical-align: top; }
        #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li {
          display: inline-block;
          vertical-align: top;
          font-size: 1.125rem;
          font-weight: bold;
          margin: 0 2px; }
          #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li.disabled a svg {
            color: transparent; }
          #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li.active a {
            background-color: #1a98f6;
            border-color: #1a98f6;
            color: #fff;
            text-decoration: none; }
          #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li a {
            position: relative;
            border-radius: 4px;
            display: block;
            text-align: center;
            width: 2.625rem;
            height: 2.625rem;
            line-height: 2.625rem;
            margin-left: -1px;
            color: #2f3640;
            text-decoration: none;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            font-size: 14px;
            font-weight: 300; }
            #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li a svg {
              vertical-align: middle;
              color: #2d2d2d; }
            #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li a:hover, #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li a:focus, #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li a:active {
              background-color: #1a98f6;
              border-color: #1a98f6;
              color: #fff;
              text-decoration: none; }
            #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li a:hover svg path, #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li a:focus svg path, #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li a:active svg path {
              fill: #fff; }
          #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li.disabled a:hover, #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li.disabled a:focus, #mail_client #mainMailClient .paginationjs .paginationjs-pages ul li.disabled a:active {
            background-color: transparent;
            border-color: transparent;
            text-decoration: none;
            cursor: default;
            color: #32302f; }
  #mail_client #mainMailClient .overlay {
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    opacity: 0;
    transition-duration: 0s;
    transition-property: opacity; }
  #mail_client #mainMailClient .action-bar {
    padding: 20px 60px;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden; }
    #mail_client #mainMailClient .action-bar li {
      float: left;
      margin-right: 10px; }
  #mail_client #mainMailClient #mainMailClient-nano-wrapper {
    position: static;
    top: 214px;
    bottom: 0;
    height: auto; }
  #mail_client #mainMailClient .message-list {
    display: block;
    padding-left: 0; }
    #mail_client #mainMailClient .message-list li {
      position: relative;
      display: block;
      height: 40px;
      line-height: 40px;
      cursor: default;
      border-bottom: 1px solid #e9e9e9;
      transition-duration: .3s; }
      #mail_client #mainMailClient .message-list li:hover {
        background: #EFEFEF;
        transition-duration: .05s; }
      #mail_client #mainMailClient .message-list li .col {
        float: left;
        position: relative; }
      #mail_client #mainMailClient .message-list li .col-1 {
        width: 250px; }
        #mail_client #mainMailClient .message-list li .col-1 .checkbox-wrapper {
          display: block;
          float: left;
          margin: 15px 10px 0 30px; }
        #mail_client #mainMailClient .message-list li .col-1 .title {
          position: absolute;
          top: 0;
          left: 30px;
          right: 0;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          width: 165px; }
      #mail_client #mainMailClient .message-list li .col-2 {
        position: absolute;
        top: 0;
        left: 200px;
        right: 0;
        bottom: 0; }
        #mail_client #mainMailClient .message-list li .col-2 .subject {
          position: absolute;
          top: 0;
          left: 0;
          right: 200px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          color: #000; }
          #mail_client #mainMailClient .message-list li .col-2 .subject .teaser {
            color: rgba(0, 0, 0, 0.54); }
        #mail_client #mainMailClient .message-list li .col-2 .date {
          position: absolute;
          top: 0;
          right: 0;
          width: 200px;
          padding-left: 80px; }
    #mail_client #mainMailClient .message-list li.active {
      background: #EFEFEF;
      transition-duration: .05s;
      box-shadow: inset 5px 0 0 #FC5F39; }
      #mail_client #mainMailClient .message-list li.active:hover {
        box-shadow: inset 5px 0 0 #FC5F39; }
    #mail_client #mainMailClient .message-list li.selected {
      background: #EFEFEF;
      transition-duration: .05s; }
    #mail_client #mainMailClient .message-list li.unread {
      font-weight: 600;
      color: #555; }
    #mail_client #mainMailClient .message-list li.blue-dot .col-1 .dot {
      border-color: #1BC3E1; }
    #mail_client #mainMailClient .message-list li.orange-dot .col-1 .dot {
      border-color: #E2A917; }
    #mail_client #mainMailClient .message-list li.green-dot .col-1 .dot {
      border-color: #9AE14F; }
  #mail_client #mainMailClient .load-more-link {
    display: block;
    text-align: center;
    margin: 30px 0 100px 0; }

#mail_client .show-main-overlay #mainMailClient .overlay {
  opacity: 1;
  bottom: 0;
  transition-duration: .5s; }

#mail_client .show-sidebar #mainMailClient .header .page-title .sidebar-toggle-btn {
  transition-delay: 0s; }
  #mail_client .show-sidebar #mainMailClient .header .page-title .sidebar-toggle-btn .line-angle1 {
    transform: rotate(-120deg); }
  #mail_client .show-sidebar #mainMailClient .header .page-title .sidebar-toggle-btn .line-angle2 {
    transform: rotate(120deg); }

#mail_client #message {
  position: fixed;
  top: 155px;
  left: 60%;
  bottom: 0;
  height: 80%;
  width: 40%;
  z-index: 5;
  transform: translateX(200%);
  transition-duration: .5s;
  padding: 0;
  background: #e9e9e9;
  box-shadow: 0 7px 7px 7px #a8a8a8; }
  #mail_client #message .scroll-pane {
    margin-right: 10px; }
  #mail_client #message .header {
    margin-bottom: 30px;
    padding: 10px 20px;
    background: #fff; }
    #mail_client #message .header .label-unread {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
      #mail_client #message .header .label-unread:not(.marked) span {
        transition: 0.5s linear all;
        position: relative;
        content: 'Unread'; }
      #mail_client #message .header .label-unread:not(.marked):hover span {
        display: none; }
      #mail_client #message .header .label-unread:not(.marked):hover:after {
        content: 'Mark as Unread'; }
    #mail_client #message .header .page-title {
      display: block;
      float: none;
      margin-bottom: 20px;
      line-height: 1.3; }
      #mail_client #message .header .page-title .icon {
        margin-top: 4px;
        margin-right: 10px;
        top: -8px; }
    #mail_client #message .header .grey {
      margin-left: 10px;
      color: #999; }
    #mail_client #message .header .created_date span {
      font-weight: normal; }
    #mail_client #message .header label {
      display: inline-block; }
    #mail_client #message .header .participant {
      padding-right: 3px;
      font-size: 11px; }
      #mail_client #message .header .participant:not(:last-of-type):after {
        content: ', ';
        display: inline-block;
        color: #000; }
  #mail_client #message #message-nano-wrapper {
    /*position: absolute;
            top: 150px;
            bottom: 0;
            height: auto;
            left: 0;
            right: 0;*/
    width: auto; }
  #mail_client #message .message-container {
    padding: 0 0 20px 0;
    list-style: none;
    margin: 0 15px; }
    #mail_client #message .message-container > li {
      padding: 25px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      background: #FFF;
      margin: 0 0 20px 0;
      position: relative; }
      #mail_client #message .message-container > li:hover .details .left .arrow {
        background: #61C7B3;
        border: 0px solid #61C7B3; }
      #mail_client #message .message-container > li:hover .details .left .arrow.orange {
        background: #E2A917;
        border: 0px solid #E2A917; }
      #mail_client #message .message-container > li:hover .tool-box .blue-hover {
        color: #69bbf9;
        border-color: #69bbf9; }
        #mail_client #message .message-container > li:hover .tool-box .blue-hover:hover {
          color: #1a98f6;
          border-color: #1a98f6; }
      #mail_client #message .message-container > li:hover .tool-box .orange-hover {
        color: #fd886b;
        border-color: #fd886b; }
        #mail_client #message .message-container > li:hover .tool-box .orange-hover:hover {
          color: #FC5F39;
          border-color: #FC5F39; }
      #mail_client #message .message-container > li:hover .show-attachments a {
        color: #1a98f6; }
      #mail_client #message .message-container > li:hover .read_more a {
        color: #FC5F39; }
      #mail_client #message .message-container > li .message {
        margin-bottom: 30px;
        width: 100%;
        height: auto;
        border: none;
        white-space: pre;
        overflow: hidden;
        line-height: 1; }
        #mail_client #message .message-container > li .message p:last-child {
          margin-bottom: 0; }
      #mail_client #message .message-container > li .show-attachments {
        text-align: center; }
        #mail_client #message .message-container > li .show-attachments a {
          color: #e9e9e9;
          font-weight: bold; }
      #mail_client #message .message-container > li .attachments-holder .attachment-list {
        list-style: none;
        width: 100%;
        padding: 0;
        margin-top: 15px; }
        #mail_client #message .message-container > li .attachments-holder .attachment-list li {
          display: inline-block;
          width: 210px;
          position: relative;
          cursor: pointer;
          margin-top: 5px;
          height: 41px; }
          #mail_client #message .message-container > li .attachments-holder .attachment-list li .default-state, #mail_client #message .message-container > li .attachments-holder .attachment-list li .hover-state {
            transition: 0.3s ease-in-out opacity;
            position: absolute;
            top: 0; }
          #mail_client #message .message-container > li .attachments-holder .attachment-list li .default-state {
            background: #f7f8fa;
            padding: 5px; }
            #mail_client #message .message-container > li .attachments-holder .attachment-list li .default-state svg, #mail_client #message .message-container > li .attachments-holder .attachment-list li .default-state .file-details {
              display: inline-block;
              vertical-align: top; }
            #mail_client #message .message-container > li .attachments-holder .attachment-list li .default-state svg {
              font-size: 30px;
              color: #747474; }
            #mail_client #message .message-container > li .attachments-holder .attachment-list li .default-state .file-details p {
              width: 170px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              line-height: 1;
              margin: 0; }
            #mail_client #message .message-container > li .attachments-holder .attachment-list li .default-state .file-details span {
              font-weight: bold;
              color: #747474;
              font-size: 10px; }
          #mail_client #message .message-container > li .attachments-holder .attachment-list li .hover-state {
            opacity: 0;
            background: #e8e8e8;
            text-align: center;
            padding: 10px;
            width: 100%; }
          #mail_client #message .message-container > li .attachments-holder .attachment-list li:hover .default-state {
            opacity: 0; }
          #mail_client #message .message-container > li .attachments-holder .attachment-list li:hover .hover-state {
            opacity: 1; }
      #mail_client #message .message-container > li .read_more {
        text-align: center; }
        #mail_client #message .message-container > li .read_more a {
          color: #e9e9e9;
          font-weight: bold; }
      #mail_client #message .message-container > li .tool-box {
        position: absolute;
        top: 25px;
        right: 25px;
        padding: 8px 10px;
        transition-duration: .3s; }
        #mail_client #message .message-container > li .tool-box a {
          margin-right: 10px; }
          #mail_client #message .message-container > li .tool-box a:last-child {
            margin-right: 0; }
      #mail_client #message .message-container > li.unread {
        -webkit-box-shadow: 5px 5px 5px 0px #999999;
        -moz-box-shadow: 5px 5px 5px 0px #999999;
        box-shadow: 5px 5px 5px 0px #999999; }

#mail_client.show-message #message {
  transition-duration: .3s;
  transform: none; }

#mail_client.show-message #mainMailClient {
  margin-right: 36%; }

#mail_client .nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #mail_client .nano > .nano-content {
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    #mail_client .nano > .nano-content:focus {
      outline: none; }
    #mail_client .nano > .nano-content::-webkit-scrollbar {
      visibility: hidden; }
  #mail_client .nano > .nano-pane {
    background: rgba(117, 117, 117, 0.2);
    position: absolute;
    width: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    visibility: hidden \9;
    opacity: .01;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    #mail_client .nano > .nano-pane > .nano-slider {
      background: #444;
      background: #C7C7C7;
      position: relative;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transition-property: background;
      -moz-transition-property: background;
      -o-transition-property: background;
      transition-property: background; }
    #mail_client .nano > .nano-pane:hover > .nano-slider {
      background: #A6A6A6; }
  #mail_client .nano > .nano-pane.active > .nano-slider {
    background: #A6A6A6; }
  #mail_client .nano:hover > .nano-pane {
    visibility: visible \9;
    opacity: 0.99; }

#mail_client .has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible; }

#mail_client .nano-pane.active {
  visibility: visible \9;
  opacity: 0.99; }

#mail_client .nano-pane.flashed {
  visibility: visible \9;
  opacity: 0.99; }

@media only screen and (min-width: 1499px) {
  #mail_client #mainMailClient .overlay {
    display: none; } }

@media only screen and (max-width: 1500px) {
  #mail_client .show-message #mainMailClient {
    margin-right: 0; }
  #mail_client .show-message #message {
    left: 50%;
    width: 50%; } }

@media only screen and (max-width: 1024px) {
  #mail_client #sidebar {
    transform: translateX(-100%); }
  #mail_client #mainMailClient {
    left: 0;
    box-shadow: none; }
    #mail_client #mainMailClient .header .page-title .sidebar-toggle-btn {
      margin-right: 20px;
      opacity: 1;
      width: 20px; }
  #mail_client .show-sidebar #sidebar {
    transform: none; }
  #mail_client .show-sidebar #mainMailClient {
    transform: translateX(300px); }
  #mail_client .show-message #mainMailClient {
    margin-right: 0; }
  #mail_client .show-message #message {
    left: 20%;
    width: 80%; } }

@media only screen and (max-width: 600px) {
  #mail_client #mainMailClient .header .search-box {
    float: none;
    width: 100%;
    margin-bottom: -110px;
    margin-top: 70px; }
    #mail_client #mainMailClient .header .search-box input {
      width: 100%; }
      #mail_client #mainMailClient .header .search-box input:focus {
        width: 100%; }
  #mail_client #mainMailClient .header .page-title {
    margin-bottom: 50px; }
  #mail_client #mainMailClient #mainMailClient-nano-wrapper {
    position: absolute;
    top: 260px;
    bottom: 0;
    height: auto; }
  #mail_client #mainMailClient .message-list li .col-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 120px;
    width: auto; }
  #mail_client #mainMailClient .message-list li .col-2 {
    right: 0;
    left: auto;
    width: 120px; }
    #mail_client #mainMailClient .message-list li .col-2 .date {
      padding-left: 0;
      position: static; }
    #mail_client #mainMailClient .message-list li .col-2 .subject {
      display: none; } }

#mail_client .scrollbar-holder {
  margin-top: 10px; }
  #mail_client .scrollbar-holder .email-scrollbar {
    width: 100%;
    height: 3px; }
    #mail_client .scrollbar-holder .email-scrollbar .handle {
      width: 100px;
      /* overriden if dynamicHandle: 1 */
      height: 100%;
      background: #e9e9e9; }

#email_accounts {
  position: fixed;
  top: 150px;
  right: -410px;
  background-color: #fff;
  padding: 0 10px;
  color: #222;
  z-index: 9999;
  width: 400px;
  overflow: hidden;
  border: 2px solid rgba(194, 194, 194, 0.8);
  -webkit-box-shadow: -10px 5px 5px 0px rgba(194, 194, 194, 0.8);
  -moz-box-shadow: -10px 5px 5px 0px rgba(194, 194, 194, 0.8);
  box-shadow: -10px 5px 5px 0px rgba(194, 194, 194, 0.8);
  transition: 0.2s linear right; }
  #email_accounts.clients {
    top: 166px; }
  #email_accounts.show-accounts {
    right: 0; }
  #email_accounts .email-accounts-header {
    width: 100%; }
    #email_accounts .email-accounts-header .close-email-accounts {
      position: absolute;
      top: 15px;
      right: 15px; }
  #email_accounts .email-accounts {
    padding: 10px 10px 10px 10px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    width: 100%; }
    #email_accounts .email-accounts ul.email-items {
      padding: 0;
      margin: 0;
      list-style: none; }
      #email_accounts .email-accounts ul.email-items li {
        background: #eef2f5;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 10px;
        position: relative;
        margin-bottom: 10px;
        min-width: 300px; }
        #email_accounts .email-accounts ul.email-items li.active {
          cursor: pointer; }
        #email_accounts .email-accounts ul.email-items li p {
          font-weight: bold;
          margin: 0; }
        #email_accounts .email-accounts ul.email-items li .status {
          font-size: 12px; }
        #email_accounts .email-accounts ul.email-items li .date {
          position: absolute;
          top: 10px;
          right: 10px;
          font-size: 10px; }
        #email_accounts .email-accounts ul.email-items li.active:after {
          content: '»';
          position: absolute;
          opacity: 0;
          bottom: -20px;
          left: -5%;
          margin-right: -22px;
          transition: 0.2s;
          font-size: 30px;
          transform: rotate(180deg); }
        #email_accounts .email-accounts ul.email-items li.active:not(.selected):hover {
          background: #e9e9e9; }
        #email_accounts .email-accounts ul.email-items li.selected {
          background: #FC5F39;
          color: #fff !important; }
        #email_accounts .email-accounts ul.email-items li .disabled-status-help {
          cursor: pointer;
          font-size: 11px; }
        #email_accounts .email-accounts ul.email-items li .request-email-btn {
          position: absolute;
          cursor: pointer;
          bottom: 5px;
          right: 10px; }
        #email_accounts .email-accounts ul.email-items li:hover:after {
          opacity: 1;
          bottom: 0; }

.office365-recipient-details {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden; }
  .office365-recipient-details label {
    margin: 0;
    color: #1a98f6; }
  .office365-recipient-details > p {
    font-size: 10px;
    margin: 0; }
  .office365-recipient-details div {
    font-size: 12px; }
    .office365-recipient-details div span {
      display: inline-block; }
      .office365-recipient-details div span:first-of-type {
        font-weight: 600;
        width: 22px; }
  .office365-recipient-details .email-type label {
    font-size: 11px; }

.o365_compose .recipient {
  margin-bottom: 15px; }

.o365_compose .extra_recipients {
  margin-bottom: 15px;
  text-align: right; }

.o365_compose .subject {
  margin-top: 15px; }

.o365_compose .note-editor {
  z-index: 50; }
  .o365_compose .note-editor .note-toolbar .btn + .btn:not(.pull-right), .o365_compose .note-editor .note-toolbar .btn_alt + .btn:not(.pull-right), .o365_compose .note-editor .note-toolbar .btn + .btn_alt:not(.pull-right), .o365_compose .note-editor .note-toolbar .btn_alt + .btn_alt:not(.pull-right), .o365_compose .note-editor .note-toolbar .btn_alt + .btn:not(.pull-right), .o365_compose .note-editor .note-toolbar .btn_alt + .btn_alt:not(.pull-right), .o365_compose .note-editor .note-toolbar .btn + .btn_alt:not(.pull-right), .o365_compose .note-editor .note-toolbar .btn_alt + .btn_alt:not(.pull-right), .o365_compose .note-editor .note-toolbar .btn_alt + .btn_alt:not(.pull-right) {
    margin-left: -1px; }

.o365_compose .jodit_container {
  position: relative; }
  .o365_compose .jodit_container.disabled > :after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0; }

.o365_compose .o365Attachments {
  position: relative; }
  .o365_compose .o365Attachments.disabled > :after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(247, 248, 250, 0.4);
    top: 0;
    left: 0; }
  .o365_compose .o365Attachments #attachmentUploadBtn {
    margin-bottom: 5px; }
  .o365_compose .o365Attachments .attachment-help {
    margin-bottom: 15px;
    font-style: italic; }
  .o365_compose .o365Attachments .dz-preview {
    padding: 10px 25px 10px 10px;
    border-radius: 2px;
    margin-bottom: 5px; }
    .o365_compose .o365Attachments .dz-preview.dz-success {
      background: #eef2f5; }
    .o365_compose .o365Attachments .dz-preview .dz-image, .o365_compose .o365Attachments .dz-preview .dz-success-mark, .o365_compose .o365Attachments .dz-preview .dz-error-mark, .o365_compose .o365Attachments .dz-preview .dz-error-message {
      display: none; }
    .o365_compose .o365Attachments .dz-preview .dz-details .attach-remove, .o365_compose .o365Attachments .dz-preview .dz-details .dz-size, .o365_compose .o365Attachments .dz-preview .dz-details .dz-filename {
      display: inline-block; }
    .o365_compose .o365Attachments .dz-preview .dz-details .attach-remove {
      padding: 0 5px;
      cursor: pointer;
      font-weight: bold;
      font-size: 14px; }
    .o365_compose .o365Attachments .dz-preview.dz-error {
      background: #e8c0be; }
      .o365_compose .o365Attachments .dz-preview.dz-error .dz-details .attach-remove {
        display: none; }

.o365_compose .btn.submit .fa-spin, .o365_compose .submit.btn_alt .fa-spin {
  display: inline !important;
  margin-right: 0 !important; }

#office365_candidate_inbox ul {
  list-style: none;
  padding: 0; }

#office365_candidate_inbox ul.conversation-items li {
  padding: 10px;
  border: 1px solid #eef2f5;
  display: flex;
  align-items: flex-end; }
  #office365_candidate_inbox ul.conversation-items li .sender {
    display: flex;
    flex-shrink: 0;
    width: 20%;
    margin: 0; }
  #office365_candidate_inbox ul.conversation-items li .content-box {
    display: flex;
    flex: 1 1 auto;
    max-width: 65%; }
    #office365_candidate_inbox ul.conversation-items li .content-box .content {
      white-space: nowrap;
      overflow: hidden;
      align-items: baseline;
      display: flex; }
    #office365_candidate_inbox ul.conversation-items li .content-box .subject {
      flex-shrink: 1;
      white-space: nowrap;
      overflow: hidden; }
    #office365_candidate_inbox ul.conversation-items li .content-box .body-preview {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      flex-basis: 0;
      flex-grow: 1;
      flex-shrink: 1;
      text-align: left;
      font-size: 11px; }
  #office365_candidate_inbox ul.conversation-items li .right-side {
    display: flex;
    width: 15%;
    justify-content: flex-end;
    flex-shrink: 0; }
    #office365_candidate_inbox ul.conversation-items li .right-side .has-attachment {
      margin-right: 10px; }

#office365Nav.navbar {
  background-color: #2d2d2d;
  width: 100%;
  border-radius: 0;
  height: 38px;
  max-height: 38px !important;
  min-height: 38px !important; }
  #office365Nav.navbar .navbar-collapse li {
    list-style: none;
    display: block; }
    #office365Nav.navbar .navbar-collapse li i, #office365Nav.navbar .navbar-collapse li svg {
      margin-right: 3px;
      color: #fff; }
    #office365Nav.navbar .navbar-collapse li a {
      color: #eef2f5;
      font-size: 13px;
      background-color: #2d2d2d;
      padding: 10px 15px; }
      #office365Nav.navbar .navbar-collapse li a .new:after {
        font-size: 70%;
        vertical-align: top;
        display: inline-block;
        font-weight: bold;
        content: "New";
        color: #FC5F39;
        padding-left: 2px;
        text-decoration: none !important; }
      #office365Nav.navbar .navbar-collapse li a .beta:after {
        font-size: 70%;
        vertical-align: top;
        display: inline-block;
        font-weight: bold;
        content: "Beta";
        color: #FC5F39;
        text-transform: uppercase;
        padding-left: 2px;
        text-decoration: none !important; }
    #office365Nav.navbar .navbar-collapse li:hover ul {
      display: block; }
      #office365Nav.navbar .navbar-collapse li:hover ul li a {
        color: #eef2f5; }
        #office365Nav.navbar .navbar-collapse li:hover ul li a:hover {
          color: #1a98f6; }
    #office365Nav.navbar .navbar-collapse li:hover a {
      color: #1a98f6; }
    #office365Nav.navbar .navbar-collapse li ul {
      background: #2d2d2d;
      min-width: 180px; }
      #office365Nav.navbar .navbar-collapse li ul li a {
        font-size: 12px;
        position: relative; }
        #office365Nav.navbar .navbar-collapse li ul li a:hover {
          background-color: #fff;
          color: #076cb7;
          font-weight: 600; }
        #office365Nav.navbar .navbar-collapse li ul li a i {
          display: none; }
        #office365Nav.navbar .navbar-collapse li ul li a .badge {
          top: -1px;
          position: relative;
          font-size: 9px;
          margin-left: 4px; }
  #office365Nav.navbar .navbar-collapse .for-small-screens {
    visibility: hidden; }
  @media all and (max-width: 1140px) {
    #office365Nav.navbar .navbar-collapse li a {
      font-size: 19px; }
    #office365Nav.navbar .navbar-collapse ul.nav > li > a > span {
      display: none !important; }
    #office365Nav.navbar .navbar-collapse .for-small-screens {
      visibility: visible; } }

#signature .preview_holder iframe {
  border: 2px solid #eef2f5; }

.ms-sign-in .login-button {
  padding: 6px;
  font-size: 15px;
  font-weight: 600;
  background: #2f2f2f;
  color: #ffffff;
  display: block;
  width: 237px;
  height: 40px;
  margin-bottom: 15px; }
  .ms-sign-in .login-button:before {
    content: url("/static/assets/images/ms_symbol.png");
    position: relative;
    left: 0;
    top: 4px; }
  .ms-sign-in .login-button span {
    padding-left: 12px; }

.emp-profile {
  margin-top: 30px;
  background: #fff;
  padding: 0 30px 30px; }
  .emp-profile .profile-img {
    text-align: center; }
    .emp-profile .profile-img img {
      width: 100%;
      height: 100%;
      display: block; }
    .emp-profile .profile-img .file {
      position: relative;
      overflow: hidden;
      margin-top: -20%;
      width: 70%;
      border: none;
      border-radius: 0;
      font-size: 15px;
      background: #212529; }
      .emp-profile .profile-img .file input {
        position: absolute;
        opacity: 0;
        right: 0;
        top: 0; }
  .emp-profile .profile-head h5 {
    color: #333; }
  .emp-profile .profile-head h6 {
    color: #0062cc; }
  .emp-profile .profile-head .nav-tabs {
    margin-bottom: 5%; }
    .emp-profile .profile-head .nav-tabs .nav-link {
      font-weight: 600;
      border: none; }
    .emp-profile .profile-head .nav-tabs .nav-item.active .nav-link {
      border: none;
      border-bottom: 2px solid #0062cc;
      background: none;
      color: #0062cc; }
  .emp-profile .profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer; }
  .emp-profile .proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%; }
    .emp-profile .proile-rating span {
      color: #495057;
      font-size: 15px;
      font-weight: 600; }
  .emp-profile .profile-work {
    text-align: left; }
    .emp-profile .profile-work button {
      margin-top: 15px; }

#office365_inbox .mail-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%; }
  #office365_inbox .mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top; }
  #office365_inbox .mail-box .sm-side {
    background: none repeat scroll 0 0 #e5e8ef;
    border-radius: 4px 0 0 4px;
    width: 25%; }
    #office365_inbox .mail-box .sm-side .user-head {
      background: none repeat scroll 0 0 #00a8b3;
      border-radius: 4px 0 0;
      color: #fff;
      min-height: 80px;
      padding: 10px; }
  #office365_inbox .mail-box .lg-side {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 4px 4px 0;
    width: 75%; }

#office365_inbox .user-head .inbox-avatar {
  float: left;
  width: 65px; }
  #office365_inbox .user-head .inbox-avatar img {
    border-radius: 4px; }

#office365_inbox .user-head .user-name {
  display: inline-block;
  margin: 0 0 0 10px; }
  #office365_inbox .user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px; }
    #office365_inbox .user-head .user-name h5 a {
      color: #fff; }
  #office365_inbox .user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px; }

#office365_inbox a.mail-dropdown {
  background: none repeat scroll 0 0 #80d3d9;
  border-radius: 2px;
  color: #01a7b3;
  font-size: 10px;
  margin-top: 20px;
  padding: 3px 5px; }

#office365_inbox .inbox-body {
  padding: 20px; }
  #office365_inbox .inbox-body .modal .modal-body input {
    border: 1px solid #e6e6e6;
    box-shadow: none; }
  #office365_inbox .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none; }

#office365_inbox .btn-compose {
  background: none repeat scroll 0 0 #ff6c60;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  width: 100%; }
  #office365_inbox .btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff; }

#office365_inbox ul.inbox-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%; }
  #office365_inbox ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%; }
    #office365_inbox ul.inbox-nav li a {
      color: #6a6a6a;
      display: inline-block;
      line-height: 45px;
      padding: 0 20px;
      width: 100%; }
      #office365_inbox ul.inbox-nav li a:hover {
        background: none repeat scroll 0 0 #d5d7de;
        color: #6a6a6a; }
      #office365_inbox ul.inbox-nav li a:focus {
        background: none repeat scroll 0 0 #d5d7de;
        color: #6a6a6a; }
      #office365_inbox ul.inbox-nav li a i {
        color: #6a6a6a;
        font-size: 16px;
        padding-right: 10px; }
      #office365_inbox ul.inbox-nav li a span.label {
        margin-top: 13px; }
  #office365_inbox ul.inbox-nav li.active a {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a; }

#office365_inbox .inbox-divider {
  border-bottom: 1px solid #d5d8df; }

#office365_inbox ul.labels-info li {
  margin: 0; }
  #office365_inbox ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase; }
  #office365_inbox ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a; }
    #office365_inbox ul.labels-info li a:hover {
      background: none repeat scroll 0 0 #d5d7de;
      color: #6a6a6a; }
    #office365_inbox ul.labels-info li a:focus {
      background: none repeat scroll 0 0 #d5d7de;
      color: #6a6a6a; }
    #office365_inbox ul.labels-info li a i {
      padding-right: 10px; }

#office365_inbox .nav.nav-pills.nav-stacked.labels-info p {
  color: #9d9f9e;
  font-size: 11px;
  margin-bottom: 0;
  padding: 0 22px; }

#office365_inbox .inbox-head {
  background: none repeat scroll 0 0 #41cac0;
  border-radius: 0 4px 0 0;
  color: #fff;
  min-height: 80px;
  padding: 20px; }
  #office365_inbox .inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px; }
  #office365_inbox .inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px; }
  #office365_inbox .inbox-head .sr-btn {
    background: none repeat scroll 0 0 #00a6b2;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px; }

#office365_inbox .table-inbox {
  border: 1px solid #d3d3d3;
  margin-bottom: 0; }
  #office365_inbox .table-inbox tr td {
    padding: 12px !important; }
    #office365_inbox .table-inbox tr td:hover {
      cursor: pointer; }
    #office365_inbox .table-inbox tr td .fa-star.inbox-started {
      color: #f78a09; }
    #office365_inbox .table-inbox tr td .fa-star {
      color: #d5d5d5; }
      #office365_inbox .table-inbox tr td .fa-star:hover {
        color: #f78a09; }
  #office365_inbox .table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600; }

#office365_inbox ul.inbox-pagination {
  float: right; }
  #office365_inbox ul.inbox-pagination li {
    float: left; }

#office365_inbox .mail-option {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%; }
  #office365_inbox .mail-option .chk-all {
    margin-right: 5px;
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px; }
    #office365_inbox .mail-option .chk-all input[type="checkbox"] {
      margin-top: 0; }
  #office365_inbox .mail-option .btn-group {
    margin-right: 5px; }
    #office365_inbox .mail-option .btn-group a.btn, #office365_inbox .mail-option .btn-group a.btn_alt {
      background: none repeat scroll 0 0 #fcfcfc;
      border: 1px solid #e7e7e7;
      border-radius: 3px !important;
      color: #afafaf;
      display: inline-block;
      padding: 5px 10px; }
    #office365_inbox .mail-option .btn-group a.all {
      border: medium none;
      padding: 0; }

#office365_inbox .inbox-pagination a.np-btn {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #e7e7e7;
  border-radius: 3px !important;
  color: #afafaf;
  display: inline-block;
  padding: 5px 15px;
  margin-left: 5px; }

#office365_inbox .inbox-pagination li span {
  display: inline-block;
  margin-right: 5px;
  margin-top: 7px; }

#office365_inbox .fileinput-button {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #e6e6e6;
  float: left;
  margin-right: 4px;
  overflow: hidden;
  position: relative; }
  #office365_inbox .fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4); }

#office365_inbox .btn-send {
  background: none repeat scroll 0 0 #00a8b3;
  color: #fff; }
  #office365_inbox .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
    background: none repeat scroll 0 0 #009da7; }

#office365_inbox .modal-header h4.modal-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

#office365_inbox .modal-body label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

#office365_inbox .heading-inbox h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px; }

#office365_inbox .sender-info {
  margin-bottom: 20px; }
  #office365_inbox .sender-info img {
    height: 30px;
    width: 30px; }

#office365_inbox .sender-dropdown {
  background: none repeat scroll 0 0 #eaeaea;
  color: #777;
  font-size: 10px;
  padding: 0 3px; }

#office365_inbox .view-mail a {
  color: #ff6c60; }

#office365_inbox .attachment-mail {
  margin-top: 30px; }
  #office365_inbox .attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%; }
    #office365_inbox .attachment-mail ul li {
      float: left;
      margin-bottom: 10px;
      margin-right: 10px;
      width: 150px; }
      #office365_inbox .attachment-mail ul li img {
        width: 100%; }
      #office365_inbox .attachment-mail ul li span {
        float: right; }
  #office365_inbox .attachment-mail .file-name {
    float: left; }
  #office365_inbox .attachment-mail .links {
    display: inline-block;
    width: 100%; }

#office365_inbox .fileupload-buttonbar .btn, #office365_inbox .fileupload-buttonbar .btn_alt {
  margin-bottom: 5px; }

#office365_inbox .fileupload-buttonbar .toggle {
  margin-bottom: 5px; }

#office365_inbox .files .progress {
  width: 200px; }

#office365_inbox .fileupload-processing .fileupload-loading {
  display: block; }

#office365_inbox ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

@media (max-width: 767px) {
  #office365_inbox .files .btn span, #office365_inbox .files .btn_alt span {
    display: none; }
  #office365_inbox .files .preview * {
    width: 40px; }
  #office365_inbox .files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word; }
  #office365_inbox .files .progress {
    width: 20px; }
  #office365_inbox .files .delete {
    width: 60px; } }

#o365_changelog {
  position: fixed;
  top: 150px;
  right: -510px;
  background-color: #fff;
  padding: 0 10px;
  color: #222;
  z-index: 9999;
  width: 500px;
  overflow: hidden;
  border: 2px solid rgba(194, 194, 194, 0.8);
  -webkit-box-shadow: -10px 5px 5px 0px rgba(194, 194, 194, 0.8);
  -moz-box-shadow: -10px 5px 5px 0px rgba(194, 194, 194, 0.8);
  box-shadow: -10px 5px 5px 0px rgba(194, 194, 194, 0.8);
  transition: 0.2s linear right; }
  #o365_changelog.clients {
    top: 166px; }
  #o365_changelog.show-log {
    right: 0; }
  #o365_changelog .changelog-header {
    width: 100%; }
    #o365_changelog .changelog-header .close-changelog {
      position: absolute;
      top: 15px;
      right: 15px; }
  #o365_changelog .changelog-list .changelog {
    background-color: #fff;
    z-index: 1;
    padding: 0 14px 0 40px;
    position: relative;
    color: #222; }
    #o365_changelog .changelog-list .changelog .title {
      margin-bottom: 20px; }
    #o365_changelog .changelog-list .changelog .title h3 {
      font-size: 22px;
      margin-bottom: 5px; }
    #o365_changelog .changelog-list .changelog .title small {
      font-size: 10px;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 1px; }
    #o365_changelog .changelog-list .changelog ul.tasks {
      padding-left: 0;
      list-style: none; }
      #o365_changelog .changelog-list .changelog ul.tasks li {
        position: relative;
        z-index: 8;
        height: 75px;
        padding: 5px; }
        #o365_changelog .changelog-list .changelog ul.tasks li:nth-child(even) {
          background-color: #eef2f5; }
        #o365_changelog .changelog-list .changelog ul.tasks li .task-colour {
          display: block;
          position: absolute;
          left: -18px;
          top: 8px;
          height: 8px;
          width: 8px;
          border-radius: 50%;
          background-color: #4d4d4d; }
        #o365_changelog .changelog-list .changelog ul.tasks li .task-title {
          font-size: 13px;
          display: inline-block;
          width: 350px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        #o365_changelog .changelog-list .changelog ul.tasks li .task-time {
          float: right;
          font-size: 10px;
          color: #888; }
        #o365_changelog .changelog-list .changelog ul.tasks li .task-cat {
          font-size: 10px;
          display: block;
          color: #888; }
        #o365_changelog .changelog-list .changelog ul.tasks li .task-type {
          display: inline-block;
          border: 1px solid #747474;
          border-radius: 3px;
          color: #2d2d2d;
          background: #fff;
          font-size: 11px;
          padding: 3px 5px 2px;
          margin: 3px 6px 6px 0;
          font-weight: normal;
          white-space: nowrap;
          height: auto;
          text-transform: capitalize;
          letter-spacing: 0; }
        #o365_changelog .changelog-list .changelog ul.tasks li .task-type-default {
          font-style: italic;
          font-size: 10px; }
        #o365_changelog .changelog-list .changelog ul.tasks li .changelog-preview-btn {
          position: absolute;
          bottom: 10px;
          right: 15px; }
      #o365_changelog .changelog-list .changelog ul.tasks::after {
        content: '';
        position: absolute;
        height: calc(100% - 55px);
        width: 1px;
        background: #eee;
        left: 25px;
        top: 8px; }
  #o365_changelog .changelog-list .scroll-track {
    z-index: 999; }
  #o365_changelog.with-preview {
    width: 900px; }
    #o365_changelog.with-preview .changelog-list {
      width: 49%;
      float: left; }
    #o365_changelog.with-preview .changelog-preview {
      width: 49%;
      float: right; }

.ditto-sortable-list.email-types-list li {
  background: #f7f7f7;
  color: #32302f; }
  .ditto-sortable-list.email-types-list li .selected-colour {
    position: absolute;
    display: block;
    background: transparent;
    width: 15px;
    height: 15px;
    top: 7px;
    right: 15px; }

.fa-bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 1s infinite linear;
  -o-animation: bounce 1s infinite linear;
  -webkit-animation: bounce 1s infinite linear;
  animation: bounce 1s infinite linear; }

@-webkit-keyframes bounce {
  0% {
    top: 0; }
  50% {
    top: -0.2em; }
  70% {
    top: -0.3em; }
  100% {
    top: 0; } }

@-moz-keyframes bounce {
  0% {
    top: 0; }
  50% {
    top: -0.2em; }
  70% {
    top: -0.3em; }
  100% {
    top: 0; } }

@-o-keyframes bounce {
  0% {
    top: 0; }
  50% {
    top: -0.2em; }
  70% {
    top: -0.3em; }
  100% {
    top: 0; } }

@-ms-keyframes bounce {
  0% {
    top: 0; }
  50% {
    top: -0.2em; }
  70% {
    top: -0.3em; }
  100% {
    top: 0; } }

@keyframes bounce {
  0% {
    top: 0; }
  50% {
    top: -0.2em; }
  70% {
    top: -0.3em; }
  100% {
    top: 0; } }

.pagination {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  float: right; }

.page-loader {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8); }
  .page-loader .sk-cube-grid {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin: -20px 0 -20px;
    position: absolute; }
  .page-loader .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #1a98f6;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .page-loader .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .page-loader .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .page-loader .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .page-loader .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .page-loader .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .page-loader .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .page-loader .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .page-loader .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .page-loader .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.panel {
  margin: 0 0 20px;
  border: 1px solid #e9e9e9;
  box-shadow: none; }
  .panel .panel-heading {
    padding: 0px 24px;
    line-height: 1.428571429;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    border-radius: 3px 3px 0 0; }
    .panel .panel-heading > span,
    .panel .panel-heading > aside,
    .panel .panel-heading .nav-tabs span {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 13px;
      font-weight: 600;
      padding: 18.7142857115px 0; }
  .panel.no-heading {
    padding-right: 20px; }
    .panel.no-heading .panel-heading {
      display: none !important; }
  .panel .panel-body h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1em; }
  .panel .panel-body > h2,
  .panel .panel-body > h3 {
    margin: 0 0 24px; }
  .panel .panel-footer {
    padding: 15px;
    border-radius: 0 0 3px 3px; }
  .panel .panel-body-split {
    padding: 0; }
    .panel .panel-body-split .split {
      padding: 24px 10px;
      border-right: 1px solid #e9e9e9; }
      .panel .panel-body-split .split:last-child {
        border: 0; }
  .panel .panel-padding {
    padding: 24px; }
    .panel .panel-padding.no-ph {
      padding-top: 0;
      padding-bottom: 0; }
    .panel .panel-padding.no-pv {
      padding-left: 0;
      padding-right: 0; }
    .panel .panel-padding.no-top {
      padding-top: 0; }
  @media all and (min-width: 992px) {
    .panel .panel-body-split {
      display: flex; }
      .panel .panel-body-split .split {
        display: flex;
        align-items: center; } }
  .panel.panel-tabs {
    background-color: transparent; }
    .panel.panel-tabs .panel-body {
      background: #fff; }

.panel-info {
  border: 0; }
  .panel-info .panel-heading {
    color: rgba(255, 255, 255, 0.87); }

.panel-primary {
  border: 0; }
  .panel-primary .panel-heading {
    color: rgba(255, 255, 255, 0.87);
    background: #1a98f6; }

.panel-ditto {
  background: none;
  color: #32302f; }
  .panel-ditto .panel-heading,
  .panel-ditto .panel-footer {
    background: #fff;
    color: #32302f; }
  .panel-ditto .panel-heading {
    border: 0;
    padding-right: 13px; }
    .panel-ditto .panel-heading > aside,
    .panel-ditto .panel-heading > span,
    .panel-ditto .panel-heading .nav-tabs span {
      padding: 18.7142857115px 0;
      line-height: 1.428571429; }
      .panel-ditto .panel-heading > aside.caret,
      .panel-ditto .panel-heading > span.caret,
      .panel-ditto .panel-heading .nav-tabs span.caret {
        padding: 0 0; }
    .panel-ditto .panel-heading aside {
      float: right; }
    .panel-ditto .panel-heading .btn, .panel-ditto .panel-heading .btn_alt {
      margin-top: 0; }
    .panel-ditto .panel-heading .nav-tabs {
      float: none;
      margin-left: -24px; }
      .panel-ditto .panel-heading .nav-tabs:not(.new-tabs) li a {
        border: 0 !important; }
      .panel-ditto .panel-heading .nav-tabs:not(.new-tabs) li.active a {
        background: rgba(238, 242, 245, 0.2);
        box-shadow: none; }
      .panel-ditto .panel-heading .nav-tabs.new-tabs li.active a {
        box-shadow: none; }
    .panel-ditto .panel-heading .buttons {
      float: right;
      margin-top: 13px; }
  .panel-ditto .panel-body {
    background: rgba(255, 255, 255, 0.5);
    /*
         * Footers shouldnt be in the body, but when they are (e.g. for tabs), align them.
         * Note: This will break when the body doesn't have padding. Worry for later (or someone else :-) )
        */ }
    .panel-ditto .panel-body.add-padding {
      padding: 24px; }
    .panel-ditto .panel-body .panel-footer {
      margin: 0 -24px -24px; }
  .panel-ditto .panel-footer {
    border-color: #e9e9e9; }
    .panel-ditto .panel-footer .form-inline {
      text-align: right; }

.panel-trans {
  background: transparent; }

.panel-credits {
  text-align: center; }
  .panel-credits strong {
    display: block; }
  .panel-credits header strong {
    font-size: 70px;
    line-height: 1;
    color: #1a98f6; }
  .panel-credits header p {
    font-size: 20px; }
  .panel-credits section strong {
    font-size: 17px;
    font-weight: bold;
    margin: 24px 0; }
  .panel-credits section p {
    margin: 6px 12px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9; }
  .panel-credits footer p {
    margin-bottom: 20px;
    color: #a7a7a7; }
  .panel-credits footer .btn, .panel-credits footer .btn_alt {
    padding-left: 30px;
    padding-right: 30px; }

.panel-financials .panel-body .split {
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 400; }
  .panel-financials .panel-body .split header {
    font-size: 20px;
    color: #32302f;
    margin-bottom: 1em; }
  .panel-financials .panel-body .split section {
    font-size: 45px;
    color: #1a98f6; }

@media all and (max-width: 991px) {
  .panel-financials .panel-body .split + .split {
    padding-top: 0; } }

.panel-details img {
  margin-bottom: 20px; }

.panel-details label {
  display: block; }

.panel-details a:not(.btn):not(.btn_alt) {
  color: inherit; }

@media all and (min-width: 768px) and (max-width: 1199px) {
  .panel-details img {
    margin-bottom: 0; } }

.panel-toggle .panel-heading {
  cursor: pointer;
  user-select: none; }

.panel-toggle .panel-body,
.panel-toggle .panel-footer {
  display: none; }

.panel-toggle.panel-toggle-isopen .panel-body,
.panel-toggle.panel-toggle-isopen .panel-footer {
  display: block; }

.panel-toggle .panel-toggle-toggle {
  position: absolute;
  right: 24px;
  top: 18.7142857115px;
  color: #4e4e4f; }

.panel-toggle textarea {
  resize: vertical; }

.panel-nav-pills .panel-body {
  padding: 4px; }

.panel-nav-pills li > a {
  background: #fff;
  color: #32302f;
  text-transform: uppercase; }

.panel-permissions .panel-body {
  padding: 0 30px; }
  .panel-permissions .panel-body article {
    border-bottom: 1px solid #c9c9c9; }
    .panel-permissions .panel-body article header {
      padding: 20px 10px 20px 0px; }
      .panel-permissions .panel-body article header h5 {
        margin-top: 5px; }
        .panel-permissions .panel-body article header h5 small {
          color: #000; }
      .panel-permissions .panel-body article header .toggle {
        margin: 0px; }
    .panel-permissions .panel-body article section {
      margin: 0 15px; }
      .panel-permissions .panel-body article section .acl-row {
        padding: 3px 15px;
        border-bottom: 1px solid #c9c9c9; }
        .panel-permissions .panel-body article section .acl-row p {
          margin: 10px 0;
          font-weight: bold; }
          .panel-permissions .panel-body article section .acl-row p small {
            display: block;
            font-weight: normal;
            max-width: 450px; }
        .panel-permissions .panel-body article section .acl-row .toggle {
          margin: 5px; }
          .panel-permissions .panel-body article section .acl-row .toggle .toggle.btn, .panel-permissions .panel-body article section .acl-row .toggle .toggle.btn_alt {
            width: 82px; }
        .panel-permissions .panel-body article section .acl-row:last-of-type {
          border-bottom: none; }

#pulloutHolder {
  z-index: 1000; }

.job-candidates {
  position: relative; }

.pipeline-panel.scrolling-table {
  margin-top: 110px; }

.drag_group_handle {
  color: #1a98f6;
  font-size: 16px; }

.table.pipeline-table {
  overflow: auto; }
  .table.pipeline-table.dataTable tbody tr {
    transition: 0.3s linear all; }
    .table.pipeline-table.dataTable tbody tr.drag_group {
      background-color: #e2e2e2; }
  .table.pipeline-table .pipeline-match {
    /*padding:5px 10px;
        border:1px solid $gray-dark;
        white-space: nowrap;*/ }

.drag_group_handle .fa-minus {
  font-size: 12px; }

.inactive_draggable {
  color: #777777; }

.pipeline-container {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  color: #1A97F6;
  border-left: 2px solid #69bbf9;
  border-right: 2px solid #69bbf9;
  width: 84%;
  float: left;
  margin-left: 1%; }
  .pipeline-container.is_first_stage {
    border-left: 3px solid #1a98f6; }
  .pipeline-container.is_last_stage {
    border-right: 3px solid #1a98f6; }

.pipeline-top-row {
  clear: both;
  box-sizing: border-box;
  top: 0px;
  transition: 0.4s linear all;
  z-index: 99;
  position: relative; }
  .pipeline-top-row.full-width {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 150px;
    -webkit-box-shadow: 2px 2px 2px 2px #ccc;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 2px 2px 2px #ccc;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 2px 2px 2px #ccc;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
    .pipeline-top-row.full-width > div:not(.swipes) {
      padding-left: 0;
      padding-right: 0; }
    .pipeline-top-row.full-width .pipeline-col {
      margin-bottom: 0; }
    .pipeline-top-row.full-width .swipes {
      top: 194px;
      height: 80%; }

.pipeline-col {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  float: right;
  width: 100%; }

.stage {
  position: relative;
  display: inline-block;
  left: -29px;
  /* -2px default + 27px offset to hide skewed area on the left side of first element*/
  height: 50px;
  line-height: 50px;
  margin-left: 0px;
  margin-right: 0px;
  counter-increment: steps;
  cursor: pointer;
  transition: background 1s;
  min-height: 30px;
  color: #69bbf9;
  font-size: 16px;
  width: 20%;
  padding-left: 35px;
  font-weight: 500; }
  .stage:hover a {
    text-decoration: underline; }
  .stage a {
    display: block; }
    .stage a span {
      float: right;
      margin-right: 5px; }
  .stage:last-of-type a span {
    margin-right: 25px; }
  @media all and (max-width: 1500px) {
    .stage {
      font-size: 14px; } }
  @media all and (max-width: 1100px) {
    .stage {
      font-size: 12px; } }

.stage:after,
.stage:before {
  position: absolute;
  content: '';
  left: 0;
  height: 50%;
  width: 100%;
  border-style: solid;
  border-width: 2px 3px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 2; }

.stage:before {
  transform: skew(45deg);
  top: 0;
  border-bottom: none;
  transform-origin: top left; }

.stage:after {
  transform: skew(-45deg);
  bottom: 0;
  border-top: none;
  transform-origin: bottom left; }

.stage:nth-of-type(2), .stage:nth-of-type(3) {
  width: 21%; }

.stage.active:after, .stage.active:before {
  border-width: 3px 4px;
  color: #1a98f6;
  background: rgba(167, 167, 167, 0.1); }

.stage.active a {
  font-weight: 700;
  color: #1a98f6; }

.place-reject {
  float: left;
  width: 15%; }
  .place-reject a span {
    float: right;
    margin-right: 15px; }

.place-reject > div {
  padding: 0 5px;
  display: block;
  height: 50px;
  cursor: pointer;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500; }
  .place-reject > div.reject {
    border: solid 2px #fd886b; }
    .place-reject > div.reject a {
      color: #fd886b; }
    .place-reject > div.reject.active {
      border-width: 3px;
      border-color: #FC5F39;
      background: rgba(167, 167, 167, 0.1); }
      .place-reject > div.reject.active a {
        color: #FC5F39; }
    @media all and (max-width: 1500px) {
      .place-reject > div.reject {
        font-size: 14px; } }
    @media all and (max-width: 1100px) {
      .place-reject > div.reject {
        font-size: 12px; } }

.placed-holder {
  text-align: center;
  float: right;
  margin-top: 8px; }
  @media all and (max-width: 1500px) {
    .placed-holder {
      font-size: 12px; } }

.stage.ui-droppable-active:not(.ui-droppable-disabled):hover::before, .stage.ui-droppable-active:not(.ui-droppable-disabled):hover::after {
  background: rgba(167, 167, 167, 0.3); }

.reject.ui-droppable-active:hover {
  background: rgba(167, 167, 167, 0.3); }

.draggingContainer tr {
  display: none; }

.drag_content {
  background-color: white;
  padding: 5px;
  position: relative;
  border: solid #1a98f6;
  color: #1a98f6;
  font-size: 16px;
  z-index: 1000;
  cursor: move;
  transition: 0.4s linear all; }

.drag_group_handle {
  color: #1a98f6;
  font-size: 16px; }

.draggable_handle {
  cursor: move; }

table.dataTable tbody tr {
  transition: 0.3s linear all; }

table.dataTable tbody tr.drag_group {
  background-color: #e2e2e2; }

.drag_group_handle .fa-minus {
  font-size: 12px; }

.inactive_draggable {
  color: #777777;
  cursor: not-allowed; }

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 50;
  top: 0;
  right: 0; }
  .overlay.show-overlay {
    display: block; }
  .overlay.darker {
    background: rgba(0, 0, 0, 0.6); }

.swipes {
  text-align: center;
  visibility: hidden;
  top: 280px;
  z-index: 99;
  position: fixed;
  color: #fff;
  height: 72%;
  transition: 0.4s linear all; }
  .swipes:hover {
    box-shadow: 0 0 11px #000000; }

.swipeleft {
  padding: 0 6px;
  background: linear-gradient(90deg, #c0534d 0%, rgba(192, 83, 77, 0.8) 100%);
  writing-mode: vertical-lr;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  left: 0;
  transform: rotate(180deg); }
  .swipeleft p {
    white-space: nowrap; }

.swiperight {
  padding: 0 6px;
  background: linear-gradient(90deg, rgba(139, 195, 74, 0.8) 0%, #8bc34a 100%);
  right: 0;
  writing-mode: vertical-lr;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
  .swiperight p {
    white-space: nowrap; }

.show-swipes {
  visibility: visible; }

.swipe_drop:before, .swipe_drop:after {
  animation: glow 0.3s linear 1; }

.swipe_reject {
  animation: glow 0.3s linear 2; }

@keyframes glow {
  0% {
    background: rgba(26, 152, 246, 0.3); }
  50% {
    background: rgba(105, 187, 249, 0.3); }
  100% {
    background: rgba(144, 205, 251, 0.3); } }

.candidate-pipeline-search-item .candidate-name {
  font-weight: bold; }

.candidate-pipeline-search-item small {
  font-style: italic; }

.candidate-pipeline-search-item .candidate-contact {
  font-size: 11px; }

.candidates-rejection-mail-sent-wrapper .candidate-select-send-again {
  background: #fff;
  border-radius: 3px;
  padding: 0 5px; }
  .candidates-rejection-mail-sent-wrapper .candidate-select-send-again .check-all-send-again-container > label {
    padding: 10px 5px;
    margin-bottom: 0 !important; }
  .candidates-rejection-mail-sent-wrapper .candidate-select-send-again hr {
    margin: 0 0 5px 0 !important; }
  .candidates-rejection-mail-sent-wrapper .candidate-select-send-again .resend-email-checkbox-container {
    max-height: 100px;
    overflow-y: auto; }
    .candidates-rejection-mail-sent-wrapper .candidate-select-send-again .resend-email-checkbox-container label {
      margin: 0 !important; }
    .candidates-rejection-mail-sent-wrapper .candidate-select-send-again .resend-email-checkbox-container .resend-email-checkbox {
      padding: 5px;
      font-weight: normal; }

.pipeline-select {
  width: 100% !important; }

/*.pool-item {
  display: block;
  font-weight: $font-weight-normal;
  color: $text-color;
  margin: 15px 0;
  header {
    //display: inline-block;
    position: relative;
    background: $gray-darker;

    $font-size: 36px;
    font-size: $font-size;
    line-height: $font-size;
    color: $white;
    padding: 10px;
    height: 120px;

    h4 {
      font-size: 34px;
      margin: 0;
      @include uppercase-style;
    }

    h5 {
      font-size: 16px;
      opacity: 0.54;
      margin: 15px 0;
    }

    h6 {
      font-size: 16px;
      @include uppercase-style;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

  }
  section {
    $font-size: 14px;
    text-align: center;
    font-size: $font-size;
    text-transform: uppercase;

    line-height: $line-height-base;
    height: $font-size * $line-height-base * 2;
  }

  &:hover {
    text-decoration: none;
    header {
      //background: darken($gray-dark, 5%);
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
    }
  }

}

.pool-item-all {
  header:after {
    display: none;
  }
}
*/
.new-pool-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .new-pool-list li {
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    margin: 8px 5px;
    white-space: nowrap;
    height: auto;
    font-weight: 600;
    letter-spacing: 1px; }
    .new-pool-list li a {
      color: #fff; }
      .new-pool-list li a.category-link {
        color: #fff;
        border-radius: 3px 0 0 3px;
        padding: 6px 8px 4px;
        background: #4e4e4f; }
        .new-pool-list li a.category-link.lighter {
          background: rgba(0, 0, 0, 0.54); }
        .new-pool-list li a.category-link.dark {
          background: rgba(0, 0, 0, 0.72); }
        .new-pool-list li a.category-link.darker {
          background: rgba(0, 0, 0, 0.87); }
        .new-pool-list li a.category-link.black {
          background: #000; }
      .new-pool-list li a.pool-link {
        border: 1px solid;
        padding: 5px 8px 3px;
        border-radius: 0 3px 3px 0;
        border-left: none; }
        .new-pool-list li a.pool-link.no-category {
          border-left: 1px solid; }

.add-category {
  border: none !important;
  margin: 0 0 0 10px !important; }
  .add-category .panel-heading {
    padding-left: 5px !important;
    height: 30px; }
    .add-category .panel-heading span {
      text-transform: capitalize;
      padding: 5px 0 0 0 !important; }
  .add-category .panel-body {
    padding: 5px !important; }
  .add-category .description-container {
    height: 75px; }
    .add-category .description-container textarea {
      height: 79px; }

.pools_list {
  list-style: none;
  padding: 0 0 150px 0; }

.categories_list {
  list-style: none;
  padding: 0 20px 0 10px; }

.dashboard-cards {
  position: relative;
  padding-bottom: 50px;
  margin: 0 !important; }
  .dashboard-cards .category-card {
    background-color: #eef2f5;
    width: 100%;
    height: 75px;
    display: inline-block;
    -webkit-perspective: 100000px;
    perspective: 100000px;
    padding: 0 0 0 0 !important;
    margin: 5px 5px 10px 5px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.3s 0s ease-in;
    transition: all 0.3s 0s ease-in;
    cursor: pointer; }
    .dashboard-cards .category-card:hover {
      box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
      transition: all 0.3s ease; }
    .dashboard-cards .category-card .card-title {
      padding: 20px 15px;
      position: relative;
      z-index: 0; }
      .dashboard-cards .category-card .card-title h2 {
        font-size: 24px;
        letter-spacing: -0.05em;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
        height: 100%;
        line-height: 30px; }
        @media screen and (max-width: 1350px) {
          .dashboard-cards .category-card .card-title h2 {
            width: 80%; } }
    .dashboard-cards .category-card .card-description {
      border: 1px solid #eef2f5;
      border-bottom: none;
      position: relative;
      font-size: 14px;
      border-top: 1px solid #ddd;
      padding: 10px 15px 0 15px; }
    .dashboard-cards .category-card .card-actions {
      border: 1px solid #eef2f5;
      border-top: none;
      box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.075);
      padding: 10px;
      text-align: center; }
    .dashboard-cards .category-card .card-flap {
      background: #d9d9d9;
      position: absolute;
      width: 100%;
      -webkit-transform-origin: top;
      transform-origin: top;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg); }
    .dashboard-cards .category-card .category-pool-search {
      margin-bottom: 10px; }
    .dashboard-cards .category-card .flap1 {
      -webkit-transition: all 0.3s 0.3s ease-out;
      transition: all 0.3s 0.3s ease-out;
      z-index: -1; }
      .dashboard-cards .category-card .flap1.opacity {
        opacity: 0.0; }
      .dashboard-cards .category-card .flap1 .card-description {
        overflow-y: auto;
        max-height: 250px; }
    .dashboard-cards .category-card .flap2 {
      -webkit-transition: all 0.3s 0s ease-out;
      transition: all 0.3s 0s ease-out;
      z-index: -2; }
    .dashboard-cards .category-card.d-card-show {
      opacity: 1 !important;
      -webkit-transform: scale(1) !important;
      transform: scale(1) !important; }
      .dashboard-cards .category-card.d-card-show .flap1 {
        -webkit-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
        opacity: 1 !important; }
      .dashboard-cards .category-card.d-card-show .flap2 {
        -webkit-transition: all 0.3s 0.2s ease-out;
        transition: all 0.3s 0.2s ease-out; }
      .dashboard-cards .category-card.d-card-show .card-flap {
        background: #fff;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg); }
    .dashboard-cards .category-card .pool_count {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 15px;
      right: 10px;
      color: #fff;
      text-align: center;
      line-height: 40px;
      border-radius: 100%;
      font-weight: 600;
      transition: all .2s ease; }
  .dashboard-cards.showing .category-card {
    cursor: pointer;
    opacity: 0.6;
    -webkit-transform: scale(0.88);
    transform: scale(0.88); }
    .dashboard-cards.showing .category-card.d-card-show .pool_count {
      color: #ffffff;
      background: #f36525;
      transition: all .2s ease; }
  .dashboard-cards .task-list {
    padding: 0 !important; }
    .dashboard-cards .task-list li {
      padding: 10px 0 10px 10px;
      margin: 3px 0;
      list-style-type: none;
      border-bottom: 1px solid #e9ebed;
      border-left: 3px solid #f36525;
      transition: all .2s ease;
      position: relative;
      /*@media (max-width: 1310px) {

              a ,span {
                font-size:13px;
              }

              span {

              }
            }*/ }
      .dashboard-cards .task-list li:hover {
        background: #ecf0f1;
        transition: all .2s ease; }
      .dashboard-cards .task-list li a {
        color: #4e4e4f;
        text-decoration: none;
        display: inline-block;
        max-width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
      .dashboard-cards .task-list li span {
        position: absolute;
        top: 21px;
        line-height: 1;
        margin-top: -6px;
        right: 10px; }

.dashboard-cards .no-touch .dashboard-cards.showing .category-card:hover {
  opacity: 0.94;
  -webkit-transform: scale(0.92);
  transform: scale(0.92); }

.pool-cards {
  display: block; }
  .pool-cards .pool-card {
    float: left;
    min-width: 200px;
    padding-right: 15px;
    padding-left: 15px;
    width: 16.666%; }
    .pool-cards .pool-card.is-viewing {
      z-index: 55;
      position: relative; }
    .pool-cards .pool-card .pools-container {
      transition: all .2s ease;
      margin: 0 !important;
      padding: 0 !important;
      /* entire container, keeps perspective */
      /*  UPDATED! flip the pane */
      /* flip speed goes here */
      /* hide back of pane during swap */
      /* front pane, placed above back */
      /* back, initially hidden pane */ }
      .pool-cards .pool-card .pools-container .flip-container {
        perspective: 1000px;
        display: inline-block;
        text-align: left;
        transition: 0.6s; }
      .pool-cards .pool-card .pools-container .flip-container.flipped .back {
        transform: rotateY(0deg); }
      .pool-cards .pool-card .pools-container .flip-container.flipped .front {
        transform: rotateY(180deg); }
      .pool-cards .pool-card .pools-container .flip-container, .pool-cards .pool-card .pools-container .front, .pool-cards .pool-card .pools-container .back {
        height: 150px;
        width: 100%; }
      .pool-cards .pool-card .pools-container .flipper {
        transition: 0.6s;
        position: relative; }
      .pool-cards .pool-card .pools-container .front, .pool-cards .pool-card .pools-container .back {
        -webkit-perspective: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        transition: 0.6s;
        position: absolute;
        top: 0;
        left: 0; }
      .pool-cards .pool-card .pools-container .front {
        z-index: 2;
        /* for firefox 31 */
        transform: rotateY(0deg); }
      .pool-cards .pool-card .pools-container .back {
        transform: rotateY(-180deg); }
      .pool-cards .pool-card .pools-container .flip-container .front {
        color: #fff; }
        .pool-cards .pool-card .pools-container .flip-container .front .pool-front-view {
          padding: 20px;
          margin: auto;
          height: 125px; }
          .pool-cards .pool-card .pools-container .flip-container .front .pool-front-view header {
            font-size: 16px; }
            .pool-cards .pool-card .pools-container .flip-container .front .pool-front-view header h4 {
              margin: 0; }
              .pool-cards .pool-card .pools-container .flip-container .front .pool-front-view header h4 a {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                color: #fff;
                text-decoration: none; }
          .pool-cards .pool-card .pools-container .flip-container .front .pool-front-view h5 {
            color: rgba(255, 255, 255, 0.6);
            margin: 15px 0; }
            .pool-cards .pool-card .pools-container .flip-container .front .pool-front-view h5.all_pools_view {
              margin: 5px 0 10px 0; }
            .pool-cards .pool-card .pools-container .flip-container .front .pool-front-view h5.category-title {
              color: #fff;
              margin: 8px 0;
              font-style: italic;
              font-weight: 600;
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              text-decoration: none;
              line-height: 1.3; }
          .pool-cards .pool-card .pools-container .flip-container .front .pool-front-view h6 {
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
          .pool-cards .pool-card .pools-container .flip-container .front .pool-front-view .flip-pool-card {
            position: absolute;
            bottom: 35px;
            right: 20px;
            padding: 20px 5px 10px 20px;
            cursor: pointer; }
      .pool-cards .pool-card .pools-container .flip-container .back {
        height: 285px;
        min-width: 270px;
        margin: auto;
        position: absolute;
        top: -85px;
        border: 2px solid rgba(255, 255, 255, 0.54); }
        @media screen and (max-width: 1800px) {
          .pool-cards .pool-card .pools-container .flip-container .back {
            left: -10px; } }
        @media screen and (max-width: 1700px) {
          .pool-cards .pool-card .pools-container .flip-container .back {
            left: -20px; } }
        @media screen and (max-width: 1575px) {
          .pool-cards .pool-card .pools-container .flip-container .back {
            left: -25px; } }
        @media screen and (max-width: 1500px) {
          .pool-cards .pool-card .pools-container .flip-container .back {
            left: -30px; } }
        .pool-cards .pool-card .pools-container .flip-container .back.move-form-up {
          top: -155px; }
        .pool-cards .pool-card .pools-container .flip-container .back.move-form-down {
          top: -3px; }
        .pool-cards .pool-card .pools-container .flip-container .back .pool-form-btns .flip-pool-card {
          float: left; }
          .pool-cards .pool-card .pools-container .flip-container .back .pool-form-btns .flip-pool-card.to-front {
            cursor: pointer;
            font-weight: bold;
            font-size: medium;
            line-height: 17px;
            padding-left: 7px !important; }
        .pool-cards .pool-card .pools-container .flip-container .back .pool-form-btns .submit-pool-form, .pool-cards .pool-card .pools-container .flip-container .back .pool-form-btns .delete-pool {
          float: right; }
        .pool-cards .pool-card .pools-container .flip-container .back form {
          color: white;
          padding: 10px !important; }
          .pool-cards .pool-card .pools-container .flip-container .back form input, .pool-cards .pool-card .pools-container .flip-container .back form .selectize-input {
            max-height: 32px; }

.pool-colour-picker {
  height: 32px;
  padding: 10px 0;
  text-align: center; }
  .pool-colour-picker.flipper-picker {
    opacity: 0; }
    .pool-colour-picker.flipper-picker.flip-show {
      opacity: 1; }
  .pool-colour-picker .colour-picker-container {
    margin: auto;
    display: inline-block; }
    .pool-colour-picker .colour-picker-container input[type="radio"] {
      display: none; }
    .pool-colour-picker .colour-picker-container label {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 2px;
      cursor: pointer; }
      .pool-colour-picker .colour-picker-container label span {
        display: block;
        width: 100%;
        height: 100%;
        transition: transform .2s ease-in-out; }
        .pool-colour-picker .colour-picker-container label span.green {
          background: #0da58e; }
        .pool-colour-picker .colour-picker-container label span.light-green {
          background: #8cc152; }
        .pool-colour-picker .colour-picker-container label span.yellow {
          background: #fdc02f; }
        .pool-colour-picker .colour-picker-container label span.orange {
          background: #fd9727; }
        .pool-colour-picker .colour-picker-container label span.deep-orange {
          background: #fc5830; }
        .pool-colour-picker .colour-picker-container label span.red {
          background: #e2202c; }
        .pool-colour-picker .colour-picker-container label span.pink {
          background: #dc61b0; }
        .pool-colour-picker .colour-picker-container label span.magenta {
          background: #c632c6; }
        .pool-colour-picker .colour-picker-container label span.purple {
          background: #9b2fae; }
        .pool-colour-picker .colour-picker-container label span.deep-purple {
          background: #673fb4; }
        .pool-colour-picker .colour-picker-container label span.blue {
          background: #4054b2; }
        .pool-colour-picker .colour-picker-container label span.light-blue {
          background: #587bf8; }
        .pool-colour-picker .colour-picker-container label span:hover {
          transform: scale(1.25); }
    .pool-colour-picker .colour-picker-container.not-card label {
      width: 20px;
      height: 20px; }
      .pool-colour-picker .colour-picker-container.not-card label:not(.last) {
        margin-right: 10px; }
      .pool-colour-picker .colour-picker-container.not-card label.last {
        margin-right: 5px; }
    .pool-colour-picker .colour-picker-container.not-card .pool-custom-colour i {
      width: 20px;
      height: 20px;
      margin-bottom: 5px; }
  .pool-colour-picker .colour-picker-divider {
    position: absolute;
    text-align: center;
    display: inline-block; }
    .pool-colour-picker .colour-picker-divider span {
      border-left: 1px solid black; }

.pool-custom-colour {
  display: inline-block; }
  .pool-custom-colour .input-group-addon {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    min-width: 15px !important; }
    .pool-custom-colour .input-group-addon i {
      border: 1px dashed black;
      width: 15px;
      height: 15px;
      margin-bottom: 5px;
      margin-left: 8px;
      transition: transform .2s ease-in-out; }
      .pool-custom-colour .input-group-addon i:not(.not-card) {
        margin-left: 0; }

.help-text {
  padding: 15px !important; }

.categories-panel .controls-section {
  width: 75% !important; }
  .categories-panel .controls-section .btn-group {
    top: 1px;
    right: 10px; }

.category-description {
  height: 100px; }

.popover {
  width: 350px;
  max-width: 350px; }
  .popover .popover-content {
    padding: 0; }

.webui-popover {
  z-index: 9999 !important; }

.webui-popover-ditto-table .webui-popover-content {
  padding: 0; }
  .webui-popover-ditto-table .webui-popover-content table tr td:first-of-type {
    padding-left: 5px; }
  .webui-popover-ditto-table .webui-popover-content table tr td:last-of-type {
    padding-right: 5px; }
  .webui-popover-ditto-table .webui-popover-content table tr.text-danger td {
    color: #c0534d;
    font-weight: bold; }
  .webui-popover-ditto-table .webui-popover-content table tr.text-warning td {
    color: #c77c11; }

.webui-popover-pipeline-popover {
  border-radius: 0; }
  .webui-popover-pipeline-popover .webui-popover-inner .webui-popover-title {
    background: #eef2f5;
    color: #4e4e4f;
    border-radius: 0; }
  .webui-popover-pipeline-popover .webui-popover-inner .webui-popover-content {
    padding: 0; }

.activity-popover-viewer .activity-item {
  border-bottom: 1px solid #eef2f5; }

.activity-popover-viewer .no-permission {
  font-style: italic;
  padding: 15px 0; }

.reminder-popover .popover-heading {
  padding: 7px 10px;
  background: #f5f5f5; }
  .reminder-popover .popover-heading span {
    text-transform: uppercase;
    font-size: 13px;
    color: red; }

.reminder-popover .popover-body div {
  padding: 10px; }
  .reminder-popover .popover-body div span, .reminder-popover .popover-body div p {
    display: inline-block;
    vertical-align: middle; }
  .reminder-popover .popover-body div span.icon {
    font-size: 20px;
    color: lightslategrey; }
  .reminder-popover .popover-body div span.reminder-done {
    margin: 0 20px; }
    .reminder-popover .popover-body div span.reminder-done i {
      font-size: 20px; }
  .reminder-popover .popover-body div p.description {
    padding-top: 10px; }
    .reminder-popover .popover-body div p.description strong {
      font-size: 14px;
      font-weight: 300;
      display: block; }
    .reminder-popover .popover-body div p.description span {
      color: red; }

.reminder-popover .popover-body .well {
  margin: 0 10px 10px;
  background: rgba(151, 212, 232, 0.4);
  border-color: rgba(151, 212, 232, 0.4); }

.reminder-popover .popover-footer {
  padding: 10px 12px 7px;
  background: #f5f5f5;
  text-align: center; }
  .reminder-popover .popover-footer a {
    text-transform: uppercase;
    font-size: 14px; }

body > header.material-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #159756; }
  body > header.material-progress::before, body > header.material-progress::after {
    display: block;
    position: absolute;
    top: 100px;
    z-index: 2;
    width: 0;
    height: 5px;
    background: #afa;
    animation: preloader-front linear 3.5s infinite;
    content: ''; }
  body > header.material-progress::before {
    right: 50%; }
  body > header.material-progress::after {
    left: 50%; }

@keyframes preloader-background {
  0%, 24.9% {
    background-color: #159756; }
  25%, 49.9% {
    background-color: #da4733; }
  50%, 74.9% {
    background-color: #3b78e7; }
  75%, 100% {
    background-color: #fdba2c; } }

@keyframes preloader-front {
  0% {
    width: 0;
    background-color: #da4733; }
  24.9% {
    width: 50%;
    background-color: #da4733; }
  25% {
    width: 0;
    background-color: #3b78e7; }
  49.9% {
    width: 50%;
    background-color: #3b78e7; }
  50% {
    width: 0;
    background-color: #fdba2c; }
  74.9% {
    width: 50%;
    background-color: #fdba2c; }
  75% {
    width: 0%;
    background-color: #159756; }
  100% {
    width: 50%;
    background-color: #159756; } }

.pullout-holder {
  background: #f7f8fa;
  position: fixed;
  z-index: 99;
  right: -690px;
  top: 100px;
  width: 680px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  --webkit-box-shadow: -5px 3px 11px -3px rgba(34, 34, 34, 0.21);
  -moz-box-shadow: -5px 3px 11px -3px rgba(34, 34, 34, 0.21);
  box-shadow: -5px 3px 11px -3px rgba(34, 34, 34, 0.21); }
  .pullout-holder.on {
    right: 0; }

.pullout {
  height: 100%; }
  .pullout .pullout-close {
    cursor: pointer;
    padding: 5px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    transition: 0.05s linear all; }
    .pullout .pullout-close:hover {
      transform: scale(1.2); }
  .pullout .summary {
    padding: 15px;
    background: rgba(255, 255, 255, 0.87);
    min-height: 110px; }
    .pullout .summary ul.contact {
      padding: 0;
      margin: 0;
      font-size: 12px; }
      .pullout .summary ul.contact li {
        display: inline; }
        .pullout .summary ul.contact li:before {
          content: ' | '; }
        .pullout .summary ul.contact li:first-child:before {
          content: ''; }
    .pullout .summary .details {
      width: 310px;
      padding-left: 15px; }
      .pullout .summary .details p {
        margin: 0;
        font-size: 14px;
        overflow: hidden; }
      .pullout .summary .details .social-buttons {
        margin: 0; }
        .pullout .summary .details .social-buttons a {
          font-size: 16px; }
          .pullout .summary .details .social-buttons a + a {
            margin-left: 0px; }
    .pullout .summary.summary-popi .details {
      width: 410px; }
  .pullout .content-tabs {
    border-top: 1px solid #e9e9e9; }
    .pullout .content-tabs ul.ajaxtabs {
      border-bottom: none;
      background: rgba(255, 255, 255, 0.87); }
      .pullout .content-tabs ul.ajaxtabs li:not(.disabled).active a, .pullout .content-tabs ul.ajaxtabs li:not(.disabled):hover a {
        border-top: none;
        border-bottom-color: #f7f8fa;
        color: #000;
        background: #f7f8fa; }
      .pullout .content-tabs ul.ajaxtabs li:not(.disabled) a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #747474;
        border-bottom: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        border-left: none;
        margin-right: 0; }
      .pullout .content-tabs ul.ajaxtabs li.disabled {
        border-right: 1px solid #e9e9e9; }
    .pullout .content-tabs .tab-content {
      background: #f7f8fa;
      padding-bottom: 50px; }
      .pullout .content-tabs .tab-content .tab-pane .scroll-content {
        padding: 15px; }
      .pullout .content-tabs .tab-content table {
        border: 1px solid #e9e9e9; }
        .pullout .content-tabs .tab-content table.table-first-bold td:first-child {
          font-weight: 500;
          border-right: 1px solid #e9e9e9; }
        .pullout .content-tabs .tab-content table td {
          background: rgba(255, 255, 255, 0.87); }
      .pullout .content-tabs .tab-content .add-activity {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 18px; }
      .pullout .content-tabs .tab-content .add-comment {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee; }
        .pullout .content-tabs .tab-content .add-comment .add_comment_btn svg {
          font-size: 16px; }
      .pullout .content-tabs .tab-content .rating-holder {
        display: block;
        width: 100%;
        margin-top: 5px; }
      .pullout .content-tabs .tab-content .comment-editor {
        position: absolute;
        bottom: 10px;
        width: 100%;
        right: -680px;
        padding: 15px;
        background: #fff;
        transition: 0.4s ease all;
        z-index: 999;
        -webkit-box-shadow: -5px -5px 5px 0px #adadad;
        -moz-box-shadow: -5px -5px 5px 0px #adadad;
        box-shadow: -5px -5px 5px 0px #adadad; }
        .pullout .content-tabs .tab-content .comment-editor.active {
          right: 0; }
        .pullout .content-tabs .tab-content .comment-editor .btns-bar {
          margin-top: 10px; }
  .pullout > .panel {
    position: relative; }
    .pullout > .panel > div {
      border-radius: 0; }
    .pullout > .panel > .panel-body {
      padding-bottom: 70px; }
    .pullout > .panel > .panel-footer {
      position: absolute;
      width: 100%;
      bottom: 0; }
  .pullout .tabs-loader {
    display: none;
    position: absolute;
    color: #4e4e4f;
    top: 100px;
    left: 50%;
    margin-left: -15px; }

.tags-holder {
  padding: 20px 30px; }
  .tags-holder .tags-hover {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 0.4em .6em .6em; }
    .tags-holder .tags-hover:hover, .tags-holder .tags-hover.active {
      background: #004256; }

.tags-content {
  font-size: 16px;
  padding: 10px 20px; }

.tags-footer {
  position: absolute;
  bottom: 0; }

.questionnaires {
  margin-bottom: 30px;
  display: flex; }
  .questionnaires a:hover {
    color: #1a98f6; }
  .questionnaires .panel-full {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    flex-shrink: 1;
    flex-basis: auto; }
    .questionnaires .panel-full .panel-heading .pull-right {
      line-height: inherit;
      margin-top: 15px; }
    .questionnaires .panel-full div.panel-body {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      align-items: center; }
  .questionnaires .panel-body {
    padding: 15px; }
  .questionnaires .full-height {
    width: 100%;
    height: 100%; }
    .questionnaires .full-height.panel-body {
      padding-top: 0;
      padding-bottom: 0; }
  .questionnaires .questionnaire-list .questionnaire-item {
    margin: 0 0 7.5px; }
    .questionnaires .questionnaire-list .questionnaire-item:last-child {
      margin-bottom: 0px; }
    .questionnaires .questionnaire-list .questionnaire-item.active a.questionnaire-title {
      background: #1a98f6;
      color: #fff; }
      .questionnaires .questionnaire-list .questionnaire-item.active a.questionnaire-title span {
        color: #fff; }
    .questionnaires .questionnaire-list .questionnaire-item.active svg.arrow-right {
      color: #fff; }
    .questionnaires .questionnaire-list .questionnaire-item > a {
      background: #fff;
      color: #000;
      position: relative; }
      .questionnaires .questionnaire-list .questionnaire-item > a span {
        font-size: 10px;
        display: block;
        color: #747474; }
    .questionnaires .questionnaire-list .questionnaire-item svg.arrow-right {
      position: absolute;
      right: 15px;
      top: 13.5px;
      cursor: pointer; }
    .questionnaires .questionnaire-list .questionnaire-item ul.job-list > li {
      padding: 0;
      margin: 3px 0;
      border: none; }
      .questionnaires .questionnaire-list .questionnaire-item ul.job-list > li > a {
        max-width: 90%;
        color: #1a98f6; }
      .questionnaires .questionnaire-list .questionnaire-item ul.job-list > li .btn-group {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 15px; }
        .questionnaires .questionnaire-list .questionnaire-item ul.job-list > li .btn-group button {
          padding: 2.5px 5px;
          font-size: 8px; }
      .questionnaires .questionnaire-list .questionnaire-item ul.job-list > li.no-job {
        padding: 10px;
        font-style: italic;
        font-size: 11px; }
  .questionnaires .questionnaire-preview-holder {
    display: block;
    width: 100%;
    text-align: left; }
  .questionnaires .questionnaires-empty-list svg {
    margin: 25px 0 30px;
    font-size: 100px; }
  .questionnaires .questionnaires-empty-list a:hover {
    color: #1a98f6; }
  .questionnaires .about-questionnaire {
    text-align: justify;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }

.rendered-form > div {
  margin-bottom: 10px !important; }
  .rendered-form > div:last-child {
    margin-bottom: 0 !important; }
    .rendered-form > div:last-child p, .rendered-form > div:last-child h1, .rendered-form > div:last-child h2 {
      margin-bottom: 0 !important; }

.rendered-form .form-group, .rendered-form .form-header, .rendered-form .form-paragraph {
  padding: 20px;
  background: #fff;
  border-radius: 3px; }
  .rendered-form .form-group label.field-label, .rendered-form .form-header label.field-label, .rendered-form .form-paragraph label.field-label {
    font-size: 20px;
    font-weight: 400; }

.rendered-form h1 {
  font-size: 20px; }

.rendered-form h2.form-header {
  font-size: 16px;
  margin-bottom: 0px; }

.rendered-form .form-header {
  color: #1a98f6;
  margin-top: 0px; }

#job_questionnaire .form-wrap .cb-wrap {
  width: 24%; }
  #job_questionnaire .form-wrap .cb-wrap .frmb-control li {
    border-radius: 5px;
    margin: 5px 0;
    box-shadow: none; }
    #job_questionnaire .form-wrap .cb-wrap .frmb-control li:hover {
      background: #1a98f6;
      color: #fff; }
    #job_questionnaire .form-wrap .cb-wrap .frmb-control li:first-child {
      margin-top: 0; }

#job_questionnaire .form-wrap .stage-wrap {
  width: 74.5%;
  font-size: 12px; }
  #job_questionnaire .form-wrap .stage-wrap .form-group {
    padding: 0; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-header, #job_questionnaire .form-wrap .stage-wrap .frmb .form-paragraph {
    padding: 0px;
    background: #fff; }
  #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 5px; }
    #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .tooltip-element {
      background: #1a98f6; }
      #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .tooltip-element:hover::after {
        background: #1a98f6; }
      #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .tooltip-element:hover::before {
        border-color: #1a98f6 transparent; }
    #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .close-field {
      background: #1a98f6;
      color: #fff;
      padding: 5px 8px;
      border: none;
      border-radius: 3px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 11px; }
    #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 11px; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .field-actions .btn-group .btn, #job_questionnaire .form-wrap .stage-wrap .frmb .field-actions .btn-group .btn_alt {
    color: #fff;
    background: #1a98f6;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 10px;
    padding: 4px 3px;
    line-height: 10px; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .field-actions .btn-group ul li {
    padding: 0; }
    #job_questionnaire .form-wrap .stage-wrap .frmb .field-actions .btn-group ul li a:hover {
      background: #1a98f6;
      color: #fff; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-header {
    color: #1a98f6; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-field .input-wrap > input[type=text] {
    border: none; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-field .field-label {
    font-weight: 600;
    color: #000; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.editing.checkbox-group-field .toggle-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.editing.checkbox-group-field .other-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.editing.checkbox-group-field .multiple-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.radio-group-field.editing .toggle-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.radio-group-field.editing .other-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.radio-group-field.editing .multiple-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.select-field.editing .toggle-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.select-field.editing .other-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.select-field.editing .multiple-wrap {
    display: none; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.editing.checkbox-group-field .field-options > .sortable-options-wrap .option-value, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.editing.checkbox-group-field .field-options > .sortable-options-wrap .option-selected, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.radio-group-field.editing .field-options > .sortable-options-wrap .option-value, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.radio-group-field.editing .field-options > .sortable-options-wrap .option-selected, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.select-field.editing .field-options > .sortable-options-wrap .option-value, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.select-field.editing .field-options > .sortable-options-wrap .option-selected {
    display: none; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.editing.checkbox-group-field .field-options > .sortable-options-wrap .option-label, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.radio-group-field.editing .field-options > .sortable-options-wrap .option-label, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.select-field.editing .field-options > .sortable-options-wrap .option-label {
    width: 65%; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.text-field.editing .subtype-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.text-field.editing .maxlength-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.text-field.editing .value-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.text-field.editing .rows-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.textarea-field.editing .subtype-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.textarea-field.editing .maxlength-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.textarea-field.editing .value-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.textarea-field.editing .rows-wrap {
    display: none; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.editing.date-field .value-wrap {
    display: none; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .form-field.editing.paragraph-field .field-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .paragraph-field.editing .subtype-wrap, #job_questionnaire .form-wrap .stage-wrap .frmb .textarea-field.editing .subtype-wrap {
    display: none; }
  #job_questionnaire .form-wrap .stage-wrap .frmb .sortable-options {
    background: none; }
  #job_questionnaire .form-wrap .stage-wrap .frmb li.ui-state-highlight, #job_questionnaire .form-wrap .stage-wrap .frmb .frmb-placeholder {
    background: #FC5F39;
    background-size: 100% 3px;
    height: 3px !important;
    margin: 10px 0px;
    padding: 0px;
    border-radius: 0;
    clip-path: none;
    animation: PLACEHOLDER .25s forwards; }

.form-group .tooltip-element {
  background: #1a98f6; }
  .form-group .tooltip-element:hover::after {
    background: #1a98f6; }
  .form-group .tooltip-element:hover::before {
    border-color: #1a98f6 transparent; }

.questionnaire-help p {
  margin: 20px 0; }
  .questionnaire-help p strong {
    color: #1a98f6; }
  .questionnaire-help p:first-of-type {
    margin-top: 0; }

#qualifiers .qualifier-item, #qualifier_template .qualifier-item {
  background: #f7f8fa !important;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative; }
  #qualifiers .qualifier-item .delete-qualifier, #qualifier_template .qualifier-item .delete-qualifier {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 2; }
  #qualifiers .qualifier-item #reject_criteria_buttons .notActive, #qualifier_template .qualifier-item #reject_criteria_buttons .notActive {
    color: #3276b1;
    background-color: #fff; }

#qualifiers .tpl, #qualifier_template .tpl {
  display: none; }

#qualifiers_view {
  padding: 0 30px 0 10px; }
  #qualifiers_view .timeline-container {
    margin: auto;
    display: block;
    position: relative; }
  #qualifiers_view .timeline-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block; }
  #qualifiers_view .timeline-container ul.tl li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 2px solid #e9e9e9;
    padding: 0 0 40px 30px;
    position: relative;
    display: flex;
    flex-direction: row; }
  #qualifiers_view .timeline-container ul.tl li.dashed {
    border-left: 1px dashed #e9e9e9; }
  #qualifiers_view .timeline-container ul.tl li .item-icon {
    position: absolute;
    left: -11px;
    top: -5px;
    content: " ";
    border-radius: 500%;
    background: #258CC7;
    height: 20px;
    width: 20px; }
    #qualifiers_view .timeline-container ul.tl li .item-icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #qualifiers_view .timeline-container ul.tl li .item-icon svg.failed {
        background-color: red; }
  #qualifiers_view .timeline-container ul.tl li.failed .item-icon {
    background: rgba(192, 83, 77, 0.37); }
  #qualifiers_view .timeline-container ul.tl li.failed svg path {
    fill: #c0534d; }
  #qualifiers_view .timeline-container ul.tl li.passed .item-icon {
    background: rgba(139, 195, 74, 0.31); }
  #qualifiers_view .timeline-container ul.tl li.passed svg path {
    fill: #62a811; }
  #qualifiers_view .timeline-container ul.tl li:hover::before {
    border-color: #258CC7;
    transition: all 1000ms ease-in-out; }
  #qualifiers_view ul.tl li .item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: -5px; }
  #qualifiers_view ul.tl li .asked-question {
    font-weight: bold;
    color: #747474; }
  #qualifiers_view ul.tl li .ideal-answer {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px; }
  #qualifiers_view ul.tl li .candidate-answer {
    margin-top: 5px; }
  #qualifiers_view ul.tl li .item-timestamp {
    color: #8D8D8D;
    font-size: 12px;
    text-align: right;
    padding-left: 20px; }

.rating {
  border: none;
  float: left; }
  .rating > input {
    display: none; }
  .rating > label::before {
    margin: 5px;
    font-size: 1.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    content: "\f005"; }
  .rating > .half::before {
    content: "\f089";
    position: absolute; }
  .rating > label {
    color: #ddd;
    float: right; }

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #1a98f6; }

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #1a98f6; }

.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 20px;
  height: 25px;
  width: 90px;
  position: relative;
  padding: 0;
  text-shadow: 0 1px 0 #a2a2a2; }

.star-ratings-css.center {
  margin: 0 auto; }

.star-ratings-css-top {
  color: #1a98f6;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden; }

.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0; }

.star-rating {
  color: #1a98f6;
  margin-top: 5px;
  display: inline-block;
  margin-left: 5px; }
  .star-rating span {
    color: black;
    font-weight: normal;
    font-size: 15px; }

.table-reports td {
  height: 56px; }

.daterangepicker .daterangepicker_input {
  display: none; }

#reports_top_nav {
  margin-bottom: 10px; }

#report_holder .reports-heading {
  padding: 20px;
  margin: 0 10px 20px;
  background: #fff; }
  #report_holder .reports-heading h3 {
    margin-top: 0;
    color: #1a98f6; }
  #report_holder .reports-heading p {
    margin-bottom: 0; }

#report_holder .graph-panel {
  padding: 0 20px 30px 0;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  #report_holder .graph-panel .export-graph {
    position: absolute;
    bottom: 35px;
    left: 50px;
    z-index: 9; }
  #report_holder .graph-panel .graph_container {
    position: relative;
    z-index: 1; }
  #report_holder .graph-panel .selector-holder {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 10; }

#report_holder .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#report_holder .dropdown-container, #report_holder .instructions {
  position: relative;
  z-index: 999; }

#report_holder .instructions {
  width: 100%;
  text-align: center; }

#report_holder .dropdown-button {
  float: left;
  width: 100%;
  background: #fff;
  padding: 1px 5px;
  cursor: pointer;
  border: 1px solid lightgray;
  box-sizing: border-box; }
  #report_holder .dropdown-button .dropdown-label, #report_holder .dropdown-button .dropdown-quantity {
    float: left; }
  #report_holder .dropdown-button .dropdown-quantity {
    margin-left: 4px; }
  #report_holder .dropdown-button .fa-filter {
    margin-left: 5px; }

#report_holder .dropdown-list {
  position: absolute;
  border: 1px solid lightgray;
  box-sizing: border-box;
  padding: 0 0 10px 0;
  background: #fff;
  right: 0;
  min-width: 240px;
  top: 35px;
  text-transform: none; }
  #report_holder .dropdown-list input[type="search"] {
    padding: 5px 0; }
  #report_holder .dropdown-list hr {
    margin: 5px; }
  #report_holder .dropdown-list p {
    padding-top: 5px;
    font-weight: 800; }
  #report_holder .dropdown-list ul {
    margin: 10px 0;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0 10px; }
    #report_holder .dropdown-list ul li label {
      font-weight: 400; }
    #report_holder .dropdown-list ul input[type="checkbox"] {
      position: relative;
      top: 2px; }
  #report_holder .dropdown-list button {
    margin: 5px 0 0 10px; }

.comparative-panel .panel-heading span {
  letter-spacing: .45px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
  padding-top: 13px; }

[data-graph_id="questionnaire"] .export-graph {
  bottom: 15px !important;
  left: 15px !important; }

#landing_container {
  height: 100% !important; }
  #landing_container .main-reports-holder, #landing_container .today-snapshop-container {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin: 0 10px; }
    #landing_container .main-reports-holder .report-cat-card, #landing_container .main-reports-holder .report-card, #landing_container .today-snapshop-container .report-cat-card, #landing_container .today-snapshop-container .report-card {
      background-color: #fff;
      margin: 10px 20px;
      -webkit-box-shadow: 0 6px 5px 3px #e9e9e9;
      -moz-box-shadow: 0 6px 5px 3px #e9e9e9;
      box-shadow: 0 6px 5px 3px #e9e9e9; }
      #landing_container .main-reports-holder .report-cat-card:hover, #landing_container .main-reports-holder .report-card:hover, #landing_container .today-snapshop-container .report-cat-card:hover, #landing_container .today-snapshop-container .report-card:hover {
        background-color: #fafafa;
        -webkit-box-shadow: 0 6px 5px 3px #d0d0d0;
        -moz-box-shadow: 0 6px 5px 3px #d0d0d0;
        box-shadow: 0 6px 5px 3px #d0d0d0; }
  #landing_container .main-reports-holder {
    padding: 25px 0; }
    #landing_container .main-reports-holder .report-cat-card {
      text-align: center;
      padding: 20px;
      cursor: pointer;
      height: 125px; }
      #landing_container .main-reports-holder .report-cat-card .icon-holder {
        font-size: 20px;
        display: inline-block;
        padding: 10px 13px;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        left: 45%; }
      #landing_container .main-reports-holder .report-cat-card label {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-top: 65px;
        font-size: 16px; }
  #landing_container .today-snapshop-container {
    margin-top: 25px; }
    #landing_container .today-snapshop-container .graph_container {
      text-align: center; }
      #landing_container .today-snapshop-container .graph_container .stat-graph-heading {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px; }
      #landing_container .today-snapshop-container .graph_container.bottom-graph {
        margin-top: 25px; }
    #landing_container .today-snapshop-container h3 {
      margin: 20px 0; }
    #landing_container .today-snapshop-container .today-snapshot {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-evenly;
      align-items: flex-start; }
    #landing_container .today-snapshop-container .single-stats-container .report-card {
      flex: 1;
      padding: 10px 20px; }
      #landing_container .today-snapshop-container .single-stats-container .report-card label {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        /*&.job-stat {
                      color: $brand-primary;
                    }

                    &.apps-stat {
                      color: $brand-secondary;
                    }

                    &.fin-stat {
                      color: $brand-success;
                    }

                    &.team-stat {
                      color: $brand-warning;
                    }*/ }
      #landing_container .today-snapshop-container .single-stats-container .report-card .stat-count {
        font-size: 24px;
        display: block; }

#reports_accordion li label {
  padding: 10px 15px;
  font-weight: normal;
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 0; }

#reports_accordion li.selected label {
  font-weight: 500; }

#reports_accordion .panel {
  margin-bottom: 15px; }
  #reports_accordion .panel > a {
    color: #000;
    background: #e9e9e9; }

#reports_accordion ul, #reports_accordion ol {
  list-style: none;
  padding-left: 0; }
  #reports_accordion ul li a, #reports_accordion ol li a {
    padding: 5px 0 5px 25px;
    transition: 0.1s linear background;
    width: 100%;
    display: inline-block; }
  #reports_accordion ul li:not(.selected) a:hover, #reports_accordion ol li:not(.selected) a:hover {
    text-decoration: none;
    background: #eef2f5; }
  #reports_accordion ul li.selected, #reports_accordion ol li.selected {
    background: #1a98f6; }
    #reports_accordion ul li.selected a, #reports_accordion ol li.selected a {
      color: #fff;
      font-weight: bold;
      text-decoration: none; }

.social-buttons {
  margin: 12px 0; }
  .social-buttons a {
    color: #a7a7a7;
    font-size: 24px;
    display: inline-block; }
    .social-buttons a:hover {
      color: #1a98f6; }
    .social-buttons a + a {
      margin-left: 12px; }

.user-social-urls .row {
  margin-bottom: 12px; }

.user-social-urls .icon {
  text-align: right; }

.user-social-urls svg {
  font-size: 32px;
  position: relative;
  top: 5px;
  color: #747474; }

.highlight {
  background-color: #fdff61;
  color: #333; }

.search-wrapper#oldSearch {
  width: 100%;
  display: inline-block;
  position: relative; }
  .search-wrapper#oldSearch .fields {
    display: none; }
    .search-wrapper#oldSearch .fields button {
      position: absolute;
      right: 0;
      height: 100%;
      border: 0;
      outline: 0;
      padding-right: 9px;
      background: none; }
  .search-wrapper#oldSearch .tpl {
    display: none; }
  .search-wrapper#oldSearch table.highlight_table tr.active td {
    background: #b7dffc !important; }
  .search-wrapper#oldSearch .results {
    display: none;
    width: 100%; }
    .search-wrapper#oldSearch .results a {
      display: flex;
      padding: 10px;
      color: #32302f;
      font-size: 12px;
      text-decoration: none; }
      .search-wrapper#oldSearch .results a div {
        display: flex;
        flex-grow: 1;
        flex-direction: column; }
      .search-wrapper#oldSearch .results a strong {
        font-size: 14px; }
      .search-wrapper#oldSearch .results a:hover {
        text-decoration: underline; }
      .search-wrapper#oldSearch .results a.header {
        font-size: 14px;
        text-transform: uppercase;
        color: #1a98f6;
        font-weight: 600;
        border-bottom: 1px solid #e9e9e9; }
    .search-wrapper#oldSearch .results p {
      margin: 0; }
    .search-wrapper#oldSearch .results h4.search-subheading {
      color: red; }
    .search-wrapper#oldSearch .results footer {
      display: none;
      background-color: #fff;
      text-align: right;
      padding: 10px; }
      .search-wrapper#oldSearch .results footer a {
        color: #1a98f6;
        display: inline-block;
        font-size: 14px; }
        .search-wrapper#oldSearch .results footer a i {
          margin-left: 6px; }
  .search-wrapper#oldSearch .category {
    border-bottom: 1px solid #eef2f5;
    padding: 0; }
    .search-wrapper#oldSearch .category li {
      border-bottom: 1px solid #e9e9e9;
      min-height: 75px; }
  .search-wrapper#oldSearch ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .search-wrapper#oldSearch ul li {
      clear: both;
      overflow: hidden;
      display: block;
      position: relative; }
      .search-wrapper#oldSearch ul li:last-child {
        border: 0; }
      .search-wrapper#oldSearch ul li:hover, .search-wrapper#oldSearch ul li.active {
        text-decoration: none !important; }
      .search-wrapper#oldSearch ul li.active {
        background-color: #f7f8fa; }
      .search-wrapper#oldSearch ul li img, .search-wrapper#oldSearch ul li div {
        float: left; }
      .search-wrapper#oldSearch ul li img {
        width: 50px;
        height: 50px;
        margin-right: 9px; }
      .search-wrapper#oldSearch ul li div {
        overflow: hidden; }
      .search-wrapper#oldSearch ul li .details {
        margin-left: 10px;
        width: 85%;
        margin-bottom: 10px; }
  .search-wrapper#oldSearch .bootstrap-tagsinput {
    padding: 3px 6px 4px; }
    .search-wrapper#oldSearch .bootstrap-tagsinput .tag {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      padding: .3em .6em .2em; }
      .search-wrapper#oldSearch .bootstrap-tagsinput .tag span {
        display: none; }

.candidate-search-results table {
  border-spacing: 10px;
  border-collapse: separate; }
  .candidate-search-results table tr.active {
    background: #b7dffc !important; }
  .candidate-search-results table tr td a {
    display: flex;
    padding: 4px 20px 4px 0;
    color: #32302f;
    font-size: 12px;
    text-decoration: none; }
    .candidate-search-results table tr td a:hover, .candidate-search-results table tr td a.active {
      text-decoration: none !important;
      outline: none; }
    .candidate-search-results table tr td a.active {
      background-color: #f7f8fa; }
    .candidate-search-results table tr td a strong {
      font-size: 14px; }
    .candidate-search-results table tr td a img, .candidate-search-results table tr td a div {
      float: left; }
    .candidate-search-results table tr td a img {
      width: 50px;
      height: 50px;
      margin-right: 9px; }
    .candidate-search-results table tr td a div {
      overflow: hidden; }
    .candidate-search-results table tr td a .details {
      margin-left: 10px;
      width: 85%;
      margin-bottom: 10px; }

#topnav.navbar-old .search-wrapper {
  width: 300px; }

#topnav.navbar-old .fields {
  display: block; }
  #topnav.navbar-old .fields .bootstrap-tagsinput {
    width: 100%; }

#topnav.navbar-old .results {
  position: absolute;
  background-color: #fff; }
  #topnav.navbar-old .results.box-border {
    border: 1px solid #e9e9e9;
    box-shadow: none; }

#topnav.navbar-old footer .btn-link, #topnav.navbar-old footer svg {
  color: #32302f;
  display: inline-block;
  padding: 0;
  font-size: 13px;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

#candidate-search .search-wrapper#oldSearch .category {
  border-bottom: none; }
  #candidate-search .search-wrapper#oldSearch .category .header {
    display: none; }

#candidate-search .search-wrapper#oldSearch .results a {
  padding-left: 0;
  padding-right: 0; }

#candidate-search .search-wrapper#oldSearch .fields {
  display: block; }
  #candidate-search .search-wrapper#oldSearch .fields button, #candidate-search .search-wrapper#oldSearch .fields input {
    display: none; }

.search-page .search-wrapper#oldSearch {
  display: block;
  float: none;
  width: 100%;
  padding: 15px; }
  .search-page .search-wrapper#oldSearch .tpl,
  .search-page .search-wrapper#oldSearch .results {
    display: block; }
  .search-page .search-wrapper#oldSearch ul a p {
    color: #32302f; }

.document-search-table .panel-heading {
  background: #f9f9f9; }

.search-page h3 {
  padding: 20px 15px 0;
  margin: 0 !important; }

.candidate-search-table {
  padding: 10px; }
  .candidate-search-table tbody tr td {
    padding: 20px 24px;
    border-bottom: 1px solid #e9e9e9;
    background: rgba(255, 255, 255, 0.54); }
    .candidate-search-table tbody tr td.subheading {
      border-top: 1px solid #e9e9e9;
      padding: 10px 12px; }
      .candidate-search-table tbody tr td.subheading h4 {
        color: #747474; }
    .candidate-search-table tbody tr td table td {
      padding: 10px; }
      .candidate-search-table tbody tr td table td:first-child {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd; }
    .candidate-search-table tbody tr td table tr:last-child {
      border-bottom: 1px solid #ddd; }
  .candidate-search-table tbody tr:first-child td {
    border-top: 0; }

.candidate-search-wrapper ul {
  list-style: none; }
  .candidate-search-wrapper ul li {
    display: flex; }
    .candidate-search-wrapper ul li .result-cell:first-child {
      max-width: 90%; }
    .candidate-search-wrapper ul li .result-cell:last-child {
      width: 10%;
      text-align: right; }

.btn-group button svg {
  vertical-align: middle; }

.client-avatar {
  float: left;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  text-transform: uppercase;
  width: 40px;
  height: 40px; }

.search-page-form {
  margin-bottom: 20px; }
  .search-page-form .bootstrap-tagsinput {
    width: 100%;
    padding: 15px; }
    .search-page-form .bootstrap-tagsinput span.tag {
      font-size: 14px;
      font-weight: 500; }

.highlight {
  background-color: #fdff61;
  color: #333; }

.search-wrapper#newSearch {
  width: 100%;
  display: inline-block;
  position: relative; }
  .search-wrapper#newSearch .fields {
    display: none; }
  .search-wrapper#newSearch .tpl {
    display: none; }
  .search-wrapper#newSearch table.highlight_table tr.active td {
    background: #b7dffc !important; }
  .search-wrapper#newSearch .results {
    display: none;
    -webkit-box-shadow: 4px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 6px 3px rgba(0, 0, 0, 0.3);
    border: 2px solid #c5c5c5;
    width: 24vw; }
    .search-wrapper#newSearch .results .heading-top {
      width: 100%;
      padding: 10px 10px;
      text-align: left;
      background: #4e4e4f;
      color: #fff; }
    .search-wrapper#newSearch .results .search-notice {
      padding: 10px; }
      .search-wrapper#newSearch .results .search-notice .spinner {
        color: #4e4e4f; }
      .search-wrapper#newSearch .results .search-notice .magnifier {
        color: #a7a7a7; }
    .search-wrapper#newSearch .results ul a {
      display: flex;
      padding: 10px;
      color: #32302f;
      font-size: 12px;
      text-decoration: none;
      position: relative; }
      .search-wrapper#newSearch .results ul a div {
        display: flex;
        flex-grow: 1;
        flex-direction: column; }
      .search-wrapper#newSearch .results ul a strong {
        font-size: 14px; }
      .search-wrapper#newSearch .results ul a .skill {
        display: inline-table;
        color: #1a98f6;
        border-color: #1a98f6;
        margin-bottom: 0;
        width: min-content;
        position: absolute;
        top: 5px;
        right: 5px; }
        .search-wrapper#newSearch .results ul a .skill.current {
          color: #8bc34a;
          border-color: #8bc34a; }
      .search-wrapper#newSearch .results ul a .search-colour-code {
        vertical-align: bottom; }
      .search-wrapper#newSearch .results ul a.header {
        font-size: 14px;
        text-transform: uppercase;
        color: #1a98f6;
        font-weight: 600;
        border-bottom: 1px solid #e9e9e9; }
    .search-wrapper#newSearch .results ul li.has-children a:before {
      content: '';
      position: absolute;
      top: 50%;
      bottom: 0px;
      left: 6px;
      border-left: 1px solid #1a98f6; }
    .search-wrapper#newSearch .results ul li.has-children a:after {
      content: '';
      position: absolute;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #FC5F39;
      top: 50%;
      bottom: 0px;
      left: 2px;
      margin-top: -5px;
      z-index: 99999; }
    .search-wrapper#newSearch .results ul li.has-children ul {
      margin-right: -12px; }
      .search-wrapper#newSearch .results ul li.has-children ul li {
        border-bottom: none; }
        .search-wrapper#newSearch .results ul li.has-children ul li:after {
          content: "";
          display: block;
          height: 0px;
          width: 20px;
          border-bottom: 1px solid #1a98f6;
          position: absolute;
          left: 7px;
          top: 50%; }
        .search-wrapper#newSearch .results ul li.has-children ul li:last-of-type a::before {
          bottom: 50%; }
        .search-wrapper#newSearch .results ul li.has-children ul li a {
          padding: 5px 10px 5px 40px;
          font-size: 10px;
          position: relative; }
          .search-wrapper#newSearch .results ul li.has-children ul li a::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0px;
            left: 6px;
            border-left: 1px solid #1a98f6; }
          .search-wrapper#newSearch .results ul li.has-children ul li a::after {
            left: 20px; }
          .search-wrapper#newSearch .results ul li.has-children ul li a strong {
            font-size: 12px; }
          .search-wrapper#newSearch .results ul li.has-children ul li a .skill {
            font-size: 9px; }
    .search-wrapper#newSearch .results .full-results-holder a {
      padding: 15px;
      background: #eef2f5;
      display: block;
      position: absolute;
      width: 100%;
      bottom: 0;
      font-size: 16px; }
      .search-wrapper#newSearch .results .full-results-holder a:focus {
        background: #747474;
        color: #fff;
        text-decoration: none; }
    .search-wrapper#newSearch .results p {
      margin: 0; }
    .search-wrapper#newSearch .results h4.search-subheading {
      color: red; }
    .search-wrapper#newSearch .results footer {
      display: none;
      background-color: #fff;
      text-align: right;
      padding: 10px; }
      .search-wrapper#newSearch .results footer a {
        color: #1a98f6;
        display: inline-block;
        font-size: 14px; }
        .search-wrapper#newSearch .results footer a i {
          margin-left: 6px; }
  .search-wrapper#newSearch .category {
    border-bottom: 1px solid #eef2f5;
    padding: 0; }
    .search-wrapper#newSearch .category li {
      border-bottom: 1px solid #e9e9e9; }
  .search-wrapper#newSearch .category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 100%;
    overflow-y: scroll; }
    .search-wrapper#newSearch .category ul li {
      clear: both;
      overflow: hidden;
      display: block;
      position: relative; }
      .search-wrapper#newSearch .category ul li:last-child {
        border: 0; }
      .search-wrapper#newSearch .category ul li a {
        padding: 10px 10px 10px 25px; }
        .search-wrapper#newSearch .category ul li a:hover, .search-wrapper#newSearch .category ul li a:focus, .search-wrapper#newSearch .category ul li a.active {
          background: #e9e9e9;
          text-decoration: none; }
      .search-wrapper#newSearch .category ul li.active {
        background-color: #f7f8fa; }
      .search-wrapper#newSearch .category ul li img, .search-wrapper#newSearch .category ul li div {
        float: left; }
      .search-wrapper#newSearch .category ul li img {
        width: 50px;
        height: 50px;
        margin-right: 9px; }
      .search-wrapper#newSearch .category ul li div {
        overflow: hidden; }
      .search-wrapper#newSearch .category ul li .highlight {
        color: black;
        text-decoration: none;
        background-position-y: 100%;
        background: none;
        /*background-image: linear-gradient(white 50%, gold 50%);
                    background-size: 2px;
                    background-size: auto 175%;*/ }
      .search-wrapper#newSearch .category ul li a:hover .highlight, .search-wrapper#newSearch .category ul li a:focus .highlight {
        background: none;
        color: #1a98f6; }
      .search-wrapper#newSearch .category ul li .details {
        margin-left: 10px;
        width: 85%;
        margin-bottom: 10px; }
  .search-wrapper#newSearch .search-input-holder {
    padding: 3px 6px 4px; }

.search-highlight {
  /*&:hover {
      span.highlight {
        background-position-y: 100%;
      }
    }*/ }
  .search-highlight h5 {
    font-size: 14px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px; }
  .search-highlight p {
    padding: 0 5px 10px; }
  .search-highlight span.highlight {
    color: black;
    text-decoration: none;
    background-position-y: -0%;
    background-image: linear-gradient(white 50%, gold 50%);
    transition: background 150ms ease;
    background-size: 2px;
    background-size: auto 175%; }
  .search-highlight.pipeline-highlight h4 {
    background: #69bbf9;
    padding: 5px 5px 5px 15px;
    color: rgba(255, 255, 255, 0.87);
    font-weight: bold;
    font-size: 15px;
    --webkit-box-shadow: -5px 3px 11px -3px rgba(34, 34, 34, 0.21);
    -moz-box-shadow: -5px 3px 11px -3px rgba(34, 34, 34, 0.21);
    box-shadow: -5px 3px 11px -3px rgba(34, 34, 34, 0.21); }
  .search-highlight.pipeline-highlight h5 {
    font-size: 13px; }
  .search-highlight.pipeline-highlight .match-section {
    padding: 0 0 0 25px;
    margin: 15px 0; }
    .search-highlight.pipeline-highlight .match-section ul.matched-fields {
      list-style: none;
      padding-left: 0; }
      .search-highlight.pipeline-highlight .match-section ul.matched-fields li {
        margin-bottom: 5px; }
    .search-highlight.pipeline-highlight .match-section ul.skills span.highlight {
      color: #1a98f6; }

.search-help-main .panel-heading .nav-tabs li.active a {
  color: #1a98f6; }

.search-help-main .panel-body {
  padding: 0 15px; }

.webui-popover-content:hover .search-highlight span.highlight {
  background-position-y: 100%; }

.candidate-search-results table {
  border-spacing: 10px;
  border-collapse: separate; }
  .candidate-search-results table tr.active {
    background: #b7dffc !important; }
  .candidate-search-results table tr td a {
    display: flex;
    padding: 4px 20px 4px 0;
    color: #32302f;
    font-size: 12px;
    text-decoration: none; }
    .candidate-search-results table tr td a:hover, .candidate-search-results table tr td a.active {
      text-decoration: none !important;
      outline: none; }
    .candidate-search-results table tr td a.active {
      background-color: #f7f8fa; }
    .candidate-search-results table tr td a strong {
      font-size: 14px; }
    .candidate-search-results table tr td a img, .candidate-search-results table tr td a div {
      float: left; }
    .candidate-search-results table tr td a img {
      width: 50px;
      height: 50px;
      margin-right: 9px; }
    .candidate-search-results table tr td a div {
      overflow: hidden; }
    .candidate-search-results table tr td a .details {
      margin-left: 10px;
      width: 85%;
      margin-bottom: 10px; }

#topnav.navbar-new .search-wrapper {
  width: 300px; }

#topnav.navbar-new .fields {
  display: block; }
  #topnav.navbar-new .fields .search-input-holder {
    width: 100%; }

#topnav.navbar-new .results {
  position: absolute;
  background-color: #fff; }
  #topnav.navbar-new .results.box-border {
    border: 1px solid #e9e9e9;
    box-shadow: none; }

#topnav.navbar-new footer .btn-link, #topnav.navbar-new footer svg {
  color: #32302f;
  display: inline-block;
  padding: 0;
  font-size: 13px;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

#candidate-search .search-wrapper#newSearch .category {
  border-bottom: none; }
  #candidate-search .search-wrapper#newSearch .category .header {
    display: none; }

#candidate-search .search-wrapper#newSearch .results a {
  padding-left: 0;
  padding-right: 0; }

#candidate-search .search-wrapper#newSearch .fields {
  display: block; }
  #candidate-search .search-wrapper#newSearch .fields button, #candidate-search .search-wrapper#newSearch .fields input {
    display: none; }

.search-page .search-wrapper#newSearch {
  display: block;
  float: none;
  width: 100%;
  padding: 15px; }
  .search-page .search-wrapper#newSearch .tpl,
  .search-page .search-wrapper#newSearch .results {
    display: block; }
  .search-page .search-wrapper#newSearch ul a p {
    color: #32302f; }

.document-search-table .panel-heading {
  background: #f9f9f9; }

.search-page h3 {
  padding: 20px 15px 0;
  margin: 0 !important; }

.candidate-search-table {
  padding: 10px; }
  .candidate-search-table tbody tr td {
    padding: 20px 24px;
    border-bottom: 1px solid #e9e9e9;
    background: rgba(255, 255, 255, 0.54); }
    .candidate-search-table tbody tr td.subheading {
      border-top: 1px solid #e9e9e9;
      padding: 10px 12px; }
      .candidate-search-table tbody tr td.subheading h4 {
        color: #747474; }
    .candidate-search-table tbody tr td table td {
      padding: 10px; }
      .candidate-search-table tbody tr td table td:first-child {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd; }
    .candidate-search-table tbody tr td table tr:last-child {
      border-bottom: 1px solid #ddd; }
  .candidate-search-table tbody tr:first-child td {
    border-top: 0; }

.ditto-table .panel-heading .search-query-holder .btn-bulk-action {
  margin: 0 30px 0 0; }

.ditto-table .table#search_results_table > tbody > tr > td {
  padding: 2px 6px; }

.search-table .panel-heading {
  padding: 0 10px; }

.search-table .search-query-holder {
  padding: 10px 15px 0 0; }
  .search-table .search-query-holder .search-preview {
    float: left; }
  .search-table .search-query-holder .search-timing {
    float: right; }
  .search-table .search-query-holder .search-input-preview .tag {
    font-size: 10px; }

.search-table .search-filter-holder .tag.label {
  text-transform: capitalize; }

.candidate-search-wrapper ul {
  list-style: none; }
  .candidate-search-wrapper ul li {
    display: flex; }
    .candidate-search-wrapper ul li .result-cell:first-child {
      max-width: 90%; }
    .candidate-search-wrapper ul li .result-cell:last-child {
      width: 10%;
      text-align: right; }

.btn-group button svg {
  vertical-align: middle; }

.client-avatar {
  float: left;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  text-transform: uppercase;
  width: 40px;
  height: 40px; }

.search-page-form {
  margin-bottom: 20px; }
  .search-page-form .bootstrap-tagsinput {
    width: 100%;
    padding: 15px; }
    .search-page-form .bootstrap-tagsinput span.tag {
      font-size: 14px;
      font-weight: 500; }

.search-new {
  margin-top: 15px; }
  .search-new .tabs {
    padding: 0 10px 30px;
    display: flex;
    justify-content: space-between; }
    .search-new .tabs .search-tab {
      width: 32%;
      padding: 20px;
      text-align: center;
      background: #fafafa;
      font-weight: bold;
      font-size: 18px;
      margin: 0 15px; }
      .search-new .tabs .search-tab:first-of-type {
        margin-left: 0; }
      .search-new .tabs .search-tab:last-of-type {
        margin-right: 0; }
      .search-new .tabs .search-tab.active {
        background: #b7dffc;
        color: #FC5F39; }
  .search-new #search_results_table_wrapper #search_results_table tbody tr td {
    font-weight: 500;
    font-size: 12px; }
    .search-new #search_results_table_wrapper #search_results_table tbody tr td > a {
      color: #1a98f6; }
    .search-new #search_results_table_wrapper #search_results_table tbody tr td .gear {
      color: #747474; }
    .search-new #search_results_table_wrapper #search_results_table tbody tr td .search-popover {
      color: #1a98f6;
      font-weight: bold; }
    .search-new #search_results_table_wrapper #search_results_table tbody tr td .right-toolbar-trigger {
      color: #747474; }
  .search-new #search_results_table_wrapper #search_results_table .progress {
    height: 10px;
    margin: 0;
    margin-bottom: 0px; }
    .search-new #search_results_table_wrapper #search_results_table .progress .progress-bar.success {
      background-color: #8bc34a; }
    .search-new #search_results_table_wrapper #search_results_table .progress .progress-bar.danger {
      background-color: #c0534d; }
    .search-new #search_results_table_wrapper #search_results_table .progress .progress-bar.warning {
      background-color: #f0ad4e; }
    .search-new #search_results_table_wrapper #search_results_table .progress .progress-bar.primary {
      background-color: #f0ad4e; }
  .search-new #search_results_table_wrapper .dataTables_info {
    font-weight: bold;
    padding: 20px 0 0 15px; }
  .search-new #search_results_table_wrapper .dataTables_paginate ul {
    padding: 10px 15px 10px 0; }
  .search-new .category-select {
    float: right;
    /*position: absolute;
        right: 25px;
        top: 20px;*/ }
    .search-new .category-select .search-colour-code {
      vertical-align: sub; }
    .search-new .category-select .dropdown.open .dropdown-menu {
      display: table; }
  .search-new .search-widgets {
    background: none;
    margin-bottom: 15px; }
    .search-new .search-widgets.search-filters {
      background: #fff;
      padding: 0 10px; }
    .search-new .search-widgets h3 {
      display: inline-block; }
    .search-new .search-widgets .filter-selects {
      display: inline-block; }
    .search-new .search-widgets input[type="text"] {
      margin: 0 15px;
      width: 200px;
      display: inline-block; }
    .search-new .search-widgets .search-form-holder.query-preview {
      display: inline-block; }
    .search-new .search-widgets .search-form-holder > .btn, .search-new .search-widgets .search-form-holder > .btn_alt {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-left: 0; }
      .search-new .search-widgets .search-form-holder > .btn:hover, .search-new .search-widgets .search-form-holder > .btn_alt:hover, .search-new .search-widgets .search-form-holder > .btn:focus, .search-new .search-widgets .search-form-holder > .btn_alt:focus, .search-new .search-widgets .search-form-holder > .btn:active, .search-new .search-widgets .search-form-holder > .btn_alt:active {
        background: #fff;
        border-color: #ccc; }
    .search-new .search-widgets .search-form-holder .show-search-filters {
      display: inline-block;
      margin-left: 0; }
    .search-new .search-widgets .search-form-holder .search-preview {
      margin-top: 10px;
      width: auto;
      vertical-align: bottom; }
    .search-new .search-widgets .search-form-holder .refine-results {
      padding-top: 20px;
      display: inline-block; }
      .search-new .search-widgets .search-form-holder .refine-results button {
        vertical-align: bottom; }
      .search-new .search-widgets .search-form-holder .refine-results p {
        display: inline-block;
        margin: 0 0 0 10px;
        vertical-align: super;
        color: #747474; }
  .search-new .search-select {
    display: inline-block;
    margin-right: 15px;
    margin-top: 12px;
    cursor: pointer; }
    .search-new .search-select.job-status-search-select .filter-filters {
      left: 0;
      right: unset; }

.search-colour-code {
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  background: #a7a7a7; }
  .search-colour-code.candidates {
    background: #8bc34a; }
  .search-colour-code.jobs {
    background: #f0ad4e; }
  .search-colour-code.clients {
    background: #771e86; }
  .search-colour-code.storage {
    background: #FC5F39; }

.search-popup .selectize-control.multi .selectize-input > div.item {
  display: inline-block;
  border: 1px solid #747474;
  border-radius: 3px;
  color: #2d2d2d;
  background: #fff;
  font-size: 11px;
  padding: 3px 5px 2px;
  margin: 3px 6px 6px 0;
  font-weight: normal;
  white-space: nowrap;
  height: auto;
  text-transform: capitalize;
  letter-spacing: 0; }

.search-popup .well {
  background: #fff; }

.search-popup .boolean-inputs, .search-popup .advanced-boolean {
  position: relative; }
  .search-popup .boolean-inputs .bootstrap-tagsinput, .search-popup .advanced-boolean .bootstrap-tagsinput {
    display: block; }
  .search-popup .boolean-inputs .booleanTypeSwitch, .search-popup .advanced-boolean .booleanTypeSwitch {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #1a98f6;
    cursor: pointer; }
    .search-popup .boolean-inputs .booleanTypeSwitch:hover, .search-popup .advanced-boolean .booleanTypeSwitch:hover {
      text-decoration: underline; }
  .search-popup .boolean-inputs .boolean-error, .search-popup .advanced-boolean .boolean-error {
    display: block;
    padding-top: 5px; }

.search-popup .candidate-form-label {
  font-weight: bold;
  margin-top: 20px;
  display: block; }

.search-popup .partial-match-checkbox {
  margin-top: 10px; }

.search-popup .slider.slider-horizontal {
  width: 100%;
  margin-top: 15px; }

.search-popup .city-search {
  z-index: 9999; }

.search-popup #location-slider:not(.pre-populated) {
  display: none; }

.search-popup #location-slider .slider-selection {
  background: #1a98f6; }

.search-popup #location-slider .slider-track-high {
  background: #b7dffc; }

.search-popup #location-slider .slider-handle {
  background: #043e69; }

.search-popup #locationMap {
  margin-top: 20px;
  height: 300px; }
  .search-popup #locationMap .leaflet-control-attribution {
    display: none; }

.search-popup #location-summary {
  font-size: 14px;
  margin: 10px 0 0 0; }

.search-popup .age-inputs .input-group {
  width: 50%;
  display: inline-table; }
  .search-popup .age-inputs .input-group:last-of-type {
    padding-left: 1%; }

.search-export-holder {
  background: #fff;
  padding: 15px; }

.panel-settings {
  padding: 0 !important; }
  .panel-settings dl {
    margin-bottom: 0; }
  .panel-settings dt, .panel-settings dd {
    padding: 0;
    display: block; }
  .panel-settings dt {
    padding: 6px 10px;
    border: 1px solid #e9e9e9;
    border-width: 1px 0;
    font-size: 14px;
    font-weight: 600; }
  .panel-settings dd {
    background: #FFF; }
    .panel-settings dd .icheck {
      float: right; }
  .panel-settings dd label {
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 10px;
    font-weight: 400;
    margin: 0; }
    .panel-settings dd label:last-child {
      border: 0; }
  .panel-settings .view-type, .panel-settings .sorting-type {
    padding: 12px 12px; }
    .panel-settings .view-type label, .panel-settings .sorting-type label {
      display: block; }
      .panel-settings .view-type label + label.view-type, .panel-settings .view-type label + label.sorting-type, .panel-settings .sorting-type label + label.view-type, .panel-settings .sorting-type label + label.sorting-type {
        padding-top: 0; }

.client-statuses-panel .panel-body, .candidate-job-sources-panel .panel-body, .candidate-statuses-panel .panel-body, .file-types-panel .panel-body, .kb-posts-panel .panel-body {
  padding: 0 24px !important; }

.client-statuses-panel .candidate-sources-list, .client-statuses-panel .client-statuses-list, .client-statuses-panel .job_spec-sources-list, .client-statuses-panel .candidate-statuses-list, .client-statuses-panel .file-types-list, .client-statuses-panel .kb-posts-list, .client-statuses-panel .kb-main-categories-list, .client-statuses-panel .kb-sub-categories-list, .candidate-job-sources-panel .candidate-sources-list, .candidate-job-sources-panel .client-statuses-list, .candidate-job-sources-panel .job_spec-sources-list, .candidate-job-sources-panel .candidate-statuses-list, .candidate-job-sources-panel .file-types-list, .candidate-job-sources-panel .kb-posts-list, .candidate-job-sources-panel .kb-main-categories-list, .candidate-job-sources-panel .kb-sub-categories-list, .candidate-statuses-panel .candidate-sources-list, .candidate-statuses-panel .client-statuses-list, .candidate-statuses-panel .job_spec-sources-list, .candidate-statuses-panel .candidate-statuses-list, .candidate-statuses-panel .file-types-list, .candidate-statuses-panel .kb-posts-list, .candidate-statuses-panel .kb-main-categories-list, .candidate-statuses-panel .kb-sub-categories-list, .file-types-panel .candidate-sources-list, .file-types-panel .client-statuses-list, .file-types-panel .job_spec-sources-list, .file-types-panel .candidate-statuses-list, .file-types-panel .file-types-list, .file-types-panel .kb-posts-list, .file-types-panel .kb-main-categories-list, .file-types-panel .kb-sub-categories-list, .kb-posts-panel .candidate-sources-list, .kb-posts-panel .client-statuses-list, .kb-posts-panel .job_spec-sources-list, .kb-posts-panel .candidate-statuses-list, .kb-posts-panel .file-types-list, .kb-posts-panel .kb-posts-list, .kb-posts-panel .kb-main-categories-list, .kb-posts-panel .kb-sub-categories-list {
  list-style: none;
  padding-left: 0; }
  .client-statuses-panel .candidate-sources-list li input, .client-statuses-panel .client-statuses-list li input, .client-statuses-panel .job_spec-sources-list li input, .client-statuses-panel .candidate-statuses-list li input, .client-statuses-panel .file-types-list li input, .client-statuses-panel .kb-posts-list li input, .client-statuses-panel .kb-main-categories-list li input, .client-statuses-panel .kb-sub-categories-list li input, .candidate-job-sources-panel .candidate-sources-list li input, .candidate-job-sources-panel .client-statuses-list li input, .candidate-job-sources-panel .job_spec-sources-list li input, .candidate-job-sources-panel .candidate-statuses-list li input, .candidate-job-sources-panel .file-types-list li input, .candidate-job-sources-panel .kb-posts-list li input, .candidate-job-sources-panel .kb-main-categories-list li input, .candidate-job-sources-panel .kb-sub-categories-list li input, .candidate-statuses-panel .candidate-sources-list li input, .candidate-statuses-panel .client-statuses-list li input, .candidate-statuses-panel .job_spec-sources-list li input, .candidate-statuses-panel .candidate-statuses-list li input, .candidate-statuses-panel .file-types-list li input, .candidate-statuses-panel .kb-posts-list li input, .candidate-statuses-panel .kb-main-categories-list li input, .candidate-statuses-panel .kb-sub-categories-list li input, .file-types-panel .candidate-sources-list li input, .file-types-panel .client-statuses-list li input, .file-types-panel .job_spec-sources-list li input, .file-types-panel .candidate-statuses-list li input, .file-types-panel .file-types-list li input, .file-types-panel .kb-posts-list li input, .file-types-panel .kb-main-categories-list li input, .file-types-panel .kb-sub-categories-list li input, .kb-posts-panel .candidate-sources-list li input, .kb-posts-panel .client-statuses-list li input, .kb-posts-panel .job_spec-sources-list li input, .kb-posts-panel .candidate-statuses-list li input, .kb-posts-panel .file-types-list li input, .kb-posts-panel .kb-posts-list li input, .kb-posts-panel .kb-main-categories-list li input, .kb-posts-panel .kb-sub-categories-list li input {
    border: none;
    width: 100%; }

.client-statuses-panel .selected-colour, .candidate-job-sources-panel .selected-colour, .candidate-statuses-panel .selected-colour, .file-types-panel .selected-colour, .kb-posts-panel .selected-colour {
  position: absolute;
  display: block;
  background: transparent;
  width: 15px;
  height: 15px;
  top: 0;
  right: 15px;
  font-size: 16px; }

.client-statuses-panel .source-add-container p, .candidate-job-sources-panel .source-add-container p, .candidate-statuses-panel .source-add-container p, .file-types-panel .source-add-container p, .kb-posts-panel .source-add-container p {
  cursor: pointer; }

.settings_nav li label {
  padding: 10px 15px;
  font-weight: 600;
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 0; }

.settings_nav li.selected label {
  font-weight: 500; }

.settings_nav .panel {
  margin-bottom: 15px;
  border: 1px solid #e9e9e9 !important; }
  .settings_nav .panel > a {
    color: #000;
    background: #e9e9e9;
    text-decoration: none; }

.settings_nav ul, .settings_nav ol {
  list-style: none;
  padding-left: 0; }
  .settings_nav ul li a, .settings_nav ul li p, .settings_nav ol li a, .settings_nav ol li p {
    padding: 5px 0 5px 25px;
    transition: 0.1s linear background;
    width: 100%;
    display: inline-block; }
  .settings_nav ul li p, .settings_nav ol li p {
    margin-bottom: 0 !important;
    cursor: not-allowed; }
  .settings_nav ul li:not(.active) a:hover, .settings_nav ol li:not(.active) a:hover {
    text-decoration: none;
    background: #eef2f5; }
  .settings_nav ul li.active, .settings_nav ol li.active {
    background: #1a98f6; }
    .settings_nav ul li.active a, .settings_nav ol li.active a {
      color: #fff;
      font-weight: bold;
      text-decoration: none; }

.settings_nav.ditto_admin_settings label {
  background-color: #f2dede;
  color: #c0534d; }

.panel-job-portals .panel-heading {
  display: none; }

.panel-job-portals .panel-body {
  padding: 0 30px; }
  .panel-job-portals .panel-body article {
    border-bottom: 1px solid #c9c9c9; }
    .panel-job-portals .panel-body article header {
      padding: 20px 10px 20px 0px; }
      .panel-job-portals .panel-body article header h5 {
        margin-top: 5px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px; }
      .panel-job-portals .panel-body article header .toggle {
        margin-right: 10px;
        border-color: #747474; }
        .panel-job-portals .panel-body article header .toggle .toggle.btn, .panel-job-portals .panel-body article header .toggle .toggle.btn_alt {
          width: 85px; }
        .panel-job-portals .panel-body article header .toggle .toggle-on {
          background-color: #8bc34a;
          border-color: #8bc34a; }
    .panel-job-portals .panel-body article section {
      margin: 0 15px; }
      .panel-job-portals .panel-body article section .portal-row {
        padding: 3px 15px;
        border-bottom: 1px solid #c9c9c9; }
        .panel-job-portals .panel-body article section .portal-row .integration-item {
          margin: 15px 5px; }
          .panel-job-portals .panel-body article section .portal-row .integration-item.myjobmu {
            background-position-y: -628px;
            background-position-x: -4px; }
            .panel-job-portals .panel-body article section .portal-row .integration-item.myjobmu.active {
              background-position-x: -110px;
              background-position-y: -627px; }
        .panel-job-portals .panel-body article section .portal-row .portal-has-jobs {
          margin: 20px 5px 5px 5px; }
          .panel-job-portals .panel-body article section .portal-row .portal-has-jobs .inline-popover {
            margin-right: 5px;
            padding: 3px 10px 3px 10px;
            background-color: #8bc34a;
            font-size: 11px;
            line-height: 1.5;
            border-radius: 2px;
            border: 1px solid #747474;
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1px;
            cursor: not-allowed; }
        .panel-job-portals .panel-body article section .portal-row .toggle {
          margin: 9px 5px 5px 5px;
          border-color: #747474; }
          .panel-job-portals .panel-body article section .portal-row .toggle .toggle.btn, .panel-job-portals .panel-body article section .portal-row .toggle .toggle.btn_alt {
            width: 85px; }
          .panel-job-portals .panel-body article section .portal-row .toggle .toggle-on {
            background-color: #8bc34a;
            border-color: #8bc34a; }
        .panel-job-portals .panel-body article section .portal-row:last-of-type {
          border-bottom: none !important; }

ul.skills {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.skills li {
    display: inline-block;
    border: 1px solid #747474;
    border-radius: 3px;
    color: #2d2d2d;
    background: #fff;
    font-size: 11px;
    padding: 3px 5px 2px;
    margin: 3px 6px 6px 0;
    font-weight: normal;
    white-space: nowrap;
    height: auto;
    text-transform: capitalize;
    letter-spacing: 0; }

.skill {
  display: inline-block;
  border: 1px solid #747474;
  border-radius: 3px;
  color: #2d2d2d;
  background: #fff;
  font-size: 11px;
  padding: 3px 5px 2px;
  margin: 3px 6px 6px 0;
  font-weight: normal;
  white-space: nowrap;
  height: auto;
  text-transform: capitalize;
  letter-spacing: 0; }
  .skill.skill-dark {
    border-color: #4e4e4f;
    color: #4e4e4f; }
  .skill.skill-orange {
    border-color: #FC5F39;
    color: #FC5F39; }
  .skill.skill-blue {
    border-color: #1a98f6;
    color: #1a98f6; }

.skylo {
  z-index: 10000; }
  .skylo.progress {
    background: transparent; }

.table td > a:not(.btn):not(.btn_alt) {
  color: inherit; }

.table.tv_dash {
  background: #fff;
  font-size: 16px; }

.ditto-table .panel-heading .panel-ctrls .panel-ctrls-center {
  margin: 0; }

.ditto-table .panel-heading .panel-ctrls .btn, .ditto-table .panel-heading .panel-ctrls .btn_alt,
.ditto-table .panel-heading .panel-ctrls .dataTables_length,
.ditto-table .panel-heading .panel-ctrls .dataTables_filter {
  margin: 12px 0 0; }
  .ditto-table .panel-heading .panel-ctrls .btn label, .ditto-table .panel-heading .panel-ctrls .btn_alt label,
  .ditto-table .panel-heading .panel-ctrls .dataTables_length label,
  .ditto-table .panel-heading .panel-ctrls .dataTables_filter label {
    line-height: 1;
    margin: 0; }

.ditto-table .panel-heading .panel-ctrls .DTTT {
  margin-top: 10px !important; }

.ditto-table .panel-heading .panel-ctrls .panel-ctrls-divider {
  border-right: 1px solid #e9e9e9;
  height: 23px;
  display: inline-block;
  position: relative;
  top: 13px;
  right: 4px;
  margin-left: 11px; }

.ditto-table .panel-heading .btn-bulk-action {
  float: right;
  margin: 12px 0 0 12px; }

.ditto-table .panel-body {
  padding: 0; }
  .ditto-table .panel-body .panel-footer {
    margin: 0; }

.ditto-table table.dataTable {
  border-collapse: collapse !important; }

.ditto-table table.table {
  margin: 0 !important; }

.ditto-table table.highlight_table tr.active td {
  background: #41aaf8 !important;
  color: #fff !important; }

.ditto-table table.highlight_table tr td {
  position: relative; }
  .ditto-table table.highlight_table tr td .candidate-name-cell {
    max-width: 190px;
    display: inline-block;
    margin-left: 25px; }
    @media all and (max-width: 1350px) {
      .ditto-table table.highlight_table tr td .candidate-name-cell {
        max-width: 125px; } }
  .ditto-table table.highlight_table tr td .creation-method-cell {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8.75px; }
  .ditto-table table.highlight_table tr td .candidate-status-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8.75px; }

.ditto-table table {
  margin: 0 !important;
  border: 1px solid #eef2f5;
  border-width: 1px 0 0; }
  .ditto-table table th, .ditto-table table td {
    color: #fff;
    border: 1px solid #eef2f5 !important;
    border-width: 0 1px 1px 0;
    vertical-align: middle !important;
    border-radius: 0 !important; }
    .ditto-table table th:last-child, .ditto-table table td:last-child {
      border-right: 0 !important; }
    .ditto-table table th .icheck, .ditto-table table td .icheck {
      padding-top: 0 !important; }
      .ditto-table table th .icheck > div, .ditto-table table td .icheck > div {
        margin-right: 0 !important; }
  .ditto-table table thead,
  .ditto-table table tfoot {
    font-size: 16px; }
    .ditto-table table thead th,
    .ditto-table table tfoot th {
      text-align: center;
      background: #f7f8fa !important;
      color: #32302f;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.428571429;
      padding: 6.7142857115px; }
      .ditto-table table thead th.text-right,
      .ditto-table table tfoot th.text-right {
        text-align: right; }
      .ditto-table table thead th.sorting_desc,
      .ditto-table table tfoot th.sorting_desc {
        background: #e9e9e9 !important; }
  .ditto-table table:not(.pipeline-table):not(.dark-table):not(.highlight_table) .sorting_1 {
    background: rgba(26, 152, 246, 0.025) !important; }
  .ditto-table table:not(.pipeline-table):not(.dark-table):not(.highlight_table) tr.even .sorting_1 {
    background: rgba(26, 152, 246, 0.05) !important; }
  .ditto-table table.pipeline-table thead th.sorting_desc, .ditto-table table.pipeline-table thead th.sorting_asc {
    color: #1a98f6; }
  .ditto-table table tbody tr td.text-right {
    text-align: right; }
  .ditto-table table tbody tr td:last-child > a:first-child {
    margin-left: 0; }
  .ditto-table table tbody tr td:last-child > a:last-child {
    margin-right: 0; }
  .ditto-table table tbody tr:nth-child(odd) td {
    background: #fff;
    color: #32302f; }
  .ditto-table table tbody tr:nth-child(even) td {
    background: #f7f7f7;
    color: #32302f; }
  .ditto-table table tbody tr:last-child td {
    border-bottom: 0 !important; }
  .ditto-table table tbody tr.unviewed td {
    background: #f7f8fa !important;
    font-weight: bold; }
  .ditto-table table tbody tr:hover td {
    background: #f4f5f8; }
  .ditto-table table .btn + .btn, .ditto-table table .btn_alt + .btn, .ditto-table table .btn + .btn_alt, .ditto-table table .btn_alt + .btn_alt {
    margin-left: 0;
    margin-right: 0; }
  .ditto-table table .btn-group {
    white-space: nowrap; }
    .ditto-table table .btn-group .btn + .btn, .ditto-table table .btn-group .btn_alt + .btn, .ditto-table table .btn-group .btn + .btn_alt, .ditto-table table .btn-group .btn_alt + .btn_alt {
      margin-left: 0; }
  .ditto-table table.pipeline-table tbody tr td {
    background: #fff;
    color: #32302f; }
    .ditto-table table.pipeline-table tbody tr td.read_status svg {
      display: none; }
  .ditto-table table.pipeline-table tbody tr.candidate_unread td {
    background: #ececec;
    color: #32302f;
    border: #a7a7a7;
    position: relative; }
    .ditto-table table.pipeline-table tbody tr.candidate_unread td a.candidate {
      font-weight: 400; }
    .ditto-table table.pipeline-table tbody tr.candidate_unread td.unread_trigger svg {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -5px;
      margin-left: -6px;
      color: #747474; }
    .ditto-table table.pipeline-table tbody tr.candidate_unread td.unread_trigger:hover svg {
      color: #FC5F39; }
  .ditto-table table.pipeline-table tbody tr.candidate_unread.active td a.candidate {
    color: #fff; }

.ditto-table .panel-footer div.dataTables_info {
  padding-top: 8px !important;
  color: #a7a7a7; }

.ditto-table .table-header {
  background: #f7f8fa;
  padding: 5px 24px; }

.ditto-table .no-borders td,
.ditto-table .no-borders th {
  border: 0 !important; }

.ditto-table .last-col-buttons tr td:last-child, .ditto-table .last-col-buttons tr th:last-child {
  white-space: nowrap;
  padding: 4px; }

.ditto-table .table > tbody > tr > td {
  padding: 4px 8px; }

.ditto-datatable.dark-table {
  background: transparent; }
  .ditto-datatable.dark-table .panel-body {
    background: transparent; }
  .ditto-datatable.dark-table table {
    border-style: hidden;
    border-collapse: collapse;
    margin-bottom: 0 !important; }
    .ditto-datatable.dark-table table thead th {
      background: transparent !important;
      color: #1a98f6; }
    .ditto-datatable.dark-table table tbody tr td {
      background: transparent;
      text-align: left;
      color: #fff; }
  .ditto-datatable.dark-table .panel-footer {
    background: transparent; }
  .ditto-datatable.dark-table .panel-heading {
    background: transparent !important; }

#your-week-table .blue-cell {
  background-color: #addafc; }
  #your-week-table .blue-cell.sorting_1 {
    background-color: #addafc !important; }

#your-week-table .orange-cell {
  background-color: #fed9d0; }
  #your-week-table .orange-cell.sorting_1 {
    background-color: #fed9d0 !important; }

#your-week-table .yellow-cell {
  background-color: #fae3c4; }
  #your-week-table .yellow-cell.sorting_1 {
    background-color: #fae3c4 !important; }

#your-week-table .red-cell {
  background-color: #e8c0be; }
  #your-week-table .red-cell.sorting_1 {
    background-color: #e8c0be !important; }

#your-week-table .green-cell {
  background-color: #d5e9bd; }
  #your-week-table .green-cell.sorting_1 {
    background-color: #d5e9bd !important; }

.ditto-tabs {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px; }
  .ditto-tabs > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
    .ditto-tabs > ul li {
      flex-grow: 1;
      flex-basis: 0;
      position: relative;
      padding: 16px 0;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.428571429;
      text-align: center;
      color: #1a98f6; }
      .ditto-tabs > ul li:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        left: 50%;
        background: #eef2f5; }
      .ditto-tabs > ul li:not(.active) {
        color: #f7f8fa;
        cursor: pointer; }
        .ditto-tabs > ul li:not(.active):before {
          transition: left 400ms, width 400ms;
          left: 0;
          width: 100%;
          background: #a7a7a7; }
        .ditto-tabs > ul li:not(.active):hover:before {
          background: #b4b4b4; }
      .ditto-tabs > ul li span {
        position: relative; }
  .ditto-tabs > section {
    display: none;
    padding: 20px; }
    .ditto-tabs > section.active {
      display: block; }
  .ditto-tabs.ditto-tabs-panel > section {
    padding: 20px 0 0;
    background-color: transparent; }

.tabs-list-view .nav-tabs {
  background: #fff;
  border-bottom: none;
  margin-bottom: 20px;
  padding-top: 20px;
  /* -webkit-box-shadow: 0px 7px 5px 0px rgba(184, 184, 184, 1);
         -moz-box-shadow: 0px 7px 5px 0px rgba(184, 184, 184, 1);
         box-shadow: 0px 7px 5px 0px rgba(184, 184, 184, 1);*/ }
  .tabs-list-view .nav-tabs li {
    position: relative; }
  .tabs-list-view .nav-tabs li > a {
    height: 44.288px;
    margin-right: 0;
    border: none;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.72);
    letter-spacing: 1px;
    -webkit-transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -ms-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
    transition: 0.1s ease all; }
  .tabs-list-view .nav-tabs li.active > a, .tabs-list-view .nav-tabs li a:focus, .tabs-list-view .nav-tabs li.active > a:focus, .tabs-list-view .nav-tabs li.active > a:hover {
    background: rgba(255, 255, 255, 0.54);
    color: rgba(0, 0, 0, 0.72);
    font-weight: bold;
    outline: none;
    border: none;
    border-bottom: 3px solid #FC5F39; }
    .tabs-list-view .nav-tabs li.active > a svg:not(.navicon svg), .tabs-list-view .nav-tabs li a:focus svg:not(.navicon svg), .tabs-list-view .nav-tabs li.active > a:focus svg:not(.navicon svg), .tabs-list-view .nav-tabs li.active > a:hover svg:not(.navicon svg) {
      color: #FC5F39; }
  .tabs-list-view .nav-tabs li.active a:after {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #FC5F39; }
  .tabs-list-view .nav-tabs li a:hover {
    background: #eef2f5; }
  .tabs-list-view .nav-tabs .navicon.warning svg {
    color: #f0ad4e; }
  .tabs-list-view .nav-tabs .navicon.success svg {
    color: #8bc34a; }
  .tabs-list-view .nav-tabs .navicon.disabled svg {
    color: #e9e9e9; }

/*
.ajaxtabs {

   li {
    float: left;
    margin-bottom: -1px;
     position: relative;

     a {
       margin-right: 2px;
       line-height: 1.428571429;
       border: 1px solid transparent;
       border-radius: 3px 3px 0 0;
       position: relative;
       padding: 10px 15px;
       color:red;
     }
  }

}*/
.tile {
  background: #fff;
  display: block;
  border-radius: 3px; }
  .tile > header {
    padding: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
  .tile > section {
    padding: 0 11px 11px; }

.dashboard .tile .chart-custom-bar-horizontal {
  margin: 10px; }

.tile {
  margin-bottom: 20px; }
  .tile.separated > section {
    display: flex;
    flex-direction: row; }
    .tile.separated > section article {
      flex-grow: 1;
      flex-basis: 0;
      text-align: center;
      border-right: 1px solid #eef2f5;
      padding: 6px 10px; }
      .tile.separated > section article header {
        font-size: 14px;
        margin-bottom: 12px;
        color: #747474; }
      .tile.separated > section article:last-child {
        border: 0; }
  .tile.time-to-hire > section article section {
    font-size: 24px;
    color: #1a98f6; }
  .tile.time-to-hire > section article:nth-child(1) section {
    color: #00414e; }
  .tile.time-to-hire > section article:nth-child(3) section {
    color: #8bcbdb; }
  .tile.placement-ratio th, .tile.placement-ratio td {
    border: 0 !important; }
  .tile.placement-ratio th {
    text-align: center;
    font-weight: 400; }
  .tile.top-industry > section article section {
    font-size: 16px;
    color: #1a98f6; }
  .tile.top-industry > section article:nth-child(2) section {
    color: #8bcbdb; }

.tiles-1,
.tiles-2 {
  color: #fff; }
  .tiles-1 header,
  .tiles-2 header {
    color: rgba(255, 255, 255, 0.87);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .tiles-1 section,
  .tiles-2 section {
    font-size: 20px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .tiles-1.half section,
  .tiles-2.half section {
    font-size: 24px;
    line-height: 40px; }

.tiles-1 .tile {
  background: #1a98f6; }

.tiles-2 .tile {
  background: #076cb7; }

.icon-tiles {
  display: flex;
  flex-direction: column; }
  .icon-tiles .tile {
    display: flex;
    flex-direction: row;
    flex-grow: 1; }
  .icon-tiles section {
    display: flex;
    flex-direction: column;
    justify-items: left;
    min-width: 0;
    color: #fff; }
  .icon-tiles header,
  .icon-tiles footer {
    display: flex;
    flex-grow: 1;
    flex-basis: 0; }
  .icon-tiles header {
    font-size: 24px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 10px;
    align-items: flex-end; }
  .icon-tiles footer {
    align-items: flex-start;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px; }
  .icon-tiles aside {
    width: 80px;
    padding: 30px 20%;
    flex: 0 0 80px;
    flex-basis: 80px;
    font-size: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b7dffc;
    border-right: 1px solid #fff; }

.reports-candidate .icon-tiles aside {
  padding: 30px 14%; }

.reports-candidate .icon-tiles .tile:nth-child(1),
.reports-financial .icon-tiles .tile:nth-child(1) {
  background-color: #1a98f6; }

.reports-candidate .icon-tiles .tile:nth-child(2),
.reports-financial .icon-tiles .tile:nth-child(2) {
  background-color: #41aaf8; }

.reports-candidate .icon-tiles .tile:nth-child(3),
.reports-financial .icon-tiles .tile:nth-child(3) {
  background-color: #69bbf9; }

.info-tile.tile-danger .tile-heading,
.info-tile.tile-danger .tile-body {
  background: rgba(192, 83, 77, 0.85); }

.info-tile.tile-danger:hover .tile-heading,
.info-tile.tile-danger:hover .tile-body {
  background: #c0534d; }

.info-tile.tile-primary .tile-heading,
.info-tile.tile-primary .tile-body {
  background: rgba(26, 152, 246, 0.85); }

.info-tile.tile-primary:hover .tile-heading,
.info-tile.tile-primary:hover .tile-body {
  background: #1a98f6; }

.info-tile.tile-success .tile-heading,
.info-tile.tile-success .tile-body {
  background: rgba(139, 195, 74, 0.85); }

.info-tile.tile-success:hover .tile-heading,
.info-tile.tile-success:hover .tile-body {
  background: #8bc34a; }

/**
 * Tiles used on e.g. dashboard
 */
.amazo-tile .tile-body .content {
  display: block; }

.timeline:before {
  background-color: #eef2f5; }

.timeline > li .timeline-body {
  background: rgba(238, 242, 245, 0.9); }
  .timeline > li .timeline-body,
  .timeline > li .timeline-body span {
    color: #e9e9e9; }

.timeline > li.timeline-success .timeline-icon {
  background-color: #eef2f5;
  color: #8bc34a; }

.timeline > li.timeline-danger .timeline-icon {
  background-color: #eef2f5;
  color: #c0534d; }

.timeline > li.timeline-danger .timeline-body {
  border-color: #c0534d; }
  .timeline > li.timeline-danger .timeline-body:after {
    border-right-color: #c0534d; }

.timeline > li.timeline-info .timeline-icon {
  background-color: #eef2f5;
  color: #1a98f6; }

.timeline > li.timeline-info .timeline-body {
  border-color: #1a98f6; }
  .timeline > li.timeline-info .timeline-body:after {
    border-right-color: #1a98f6; }

.panel-todo .panel-body {
  display: flex;
  flex-direction: column; }

.panel-todo li .todo-description {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  padding: 11px 12px 11px 0;
  min-height: 38px;
  line-height: normal;
  font-size: 13px; }

.ditto-sortable-list {
  position: relative; }
  .ditto-sortable-list li {
    cursor: move;
    background: #fff;
    color: #32302f;
    border-bottom: 1px solid #eef2f5;
    line-height: 26px;
    padding-left: 16px;
    padding-right: 40px;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden; }
    .ditto-sortable-list li input {
      border: 0;
      background: transparent;
      display: block;
      width: 100%; }
    .ditto-sortable-list li:nth-child(odd) {
      background: #f7f7f7;
      color: #32302f; }
    .ditto-sortable-list li:last-child {
      border-bottom: 0; }
    .ditto-sortable-list li:before {
      content: "";
      position: absolute;
      top: 4px;
      left: 2px;
      width: 8px;
      bottom: 2px;
      border: 0;
      display: inline-block;
      background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAACCAYAAACQahZdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDgzMkM2NjhGOEFCMTFFM0JBNzNDQUM0ODY0QzM5OTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDgzMkM2NjlGOEFCMTFFM0JBNzNDQUM0ODY0QzM5OTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowODMyQzY2NkY4QUIxMUUzQkE3M0NBQzQ4NjRDMzk5MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowODMyQzY2N0Y4QUIxMUUzQkE3M0NBQzQ4NjRDMzk5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PinzHfMAAAAaSURBVHjaYmBgYFBjgAA4zfj//38GdAAQYABGYgNx7lmVnAAAAABJRU5ErkJggg==) repeat-y; }
  .ditto-sortable-list .fa-times {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer; }
    .ditto-sortable-list .fa-times:hover {
      color: #c0534d; }

.todo-completed.has-items {
  border-top: 1px #eef2f5 solid; }

.tv-dash-item-list .empty-message {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10em; }

.tv-dash-item-list .tv-item-list {
  padding-left: 0; }
  .tv-dash-item-list .tv-item-list li {
    display: flex;
    justify-content: space-between;
    background: transparent;
    border: 0;
    box-shadow: none;
    line-height: 1em;
    height: 54px;
    font-size: 18px;
    margin-top: 5px;
    transition: all .1s ease-in-out;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.87);
    /*&.active, &.client-substatus[data-sub-id="1"] {
                background-color: $brand-success;
            }

            &.on_hold, &.client-substatus[data-sub-id="2"] {
                background-color: $gray-darker;
            }

            &.shortlist, &.client-substatus[data-sub-id="3"] {
                background-color: $brand-warning;
            }

            &.interview, &.client-substatus[data-sub-id="4"] {
                background-color: #299999;
            }

            &.requires_action, &.client-substatus[data-sub-id="5"] {
                background-color: $brand-secondary;
            }

            &.placement_made, &.client-substatus[data-sub-id="6"] {
                background-color: $brand-primary;
            }

            &.pending_feedback, &.client-substatus[data-sub-id="7"] {
                background-color: #ec929c;
            }*/
    /*&.item-job_status {
              color: $brand-primary;
            }

            &.item-client_prospects {
              color: $brand-secondary;
            }

            &.item-activites {
              color: $brand-success;
            }

            &.item-sources {
              color: $brand-warning;
            }

            &.item-top_jobs {
              color: $brand-danger;
              margin-bottom: 5px;
            }

            &.integration-list-item {
              background: #eef2f5;
            }*/ }
    .tv-dash-item-list .tv-item-list li:first-line {
      line-height: 1em; }
    .tv-dash-item-list .tv-item-list li:not(.integration-list-item) {
      background: transparent;
      height: 20px; }
    .tv-dash-item-list .tv-item-list li div, .tv-dash-item-list .tv-item-list li div.integration-item {
      align-self: center;
      margin-left: 1em; }
    .tv-dash-item-list .tv-item-list li span {
      color: #fff;
      margin-right: 10px;
      font-weight: bold;
      align-self: center; }
    .tv-dash-item-list .tv-item-list li:hover {
      transform: scale(1.02); }

.header-clock {
  color: #17D4FE;
  font-size: 27px;
  letter-spacing: 4px; }
  .header-clock span {
    animation: blink 1s infinite; }

.active-counts {
  position: absolute;
  top: 15px;
  font-size: 27px; }
  .active-counts.frontend_count {
    left: 375px;
    color: #1a98f6; }
    @media (max-width: 1500px) {
      .active-counts.frontend_count {
        left: 275px; } }
    @media (max-width: 1300px) {
      .active-counts.frontend_count {
        left: 175px; } }
  .active-counts.ats_count {
    right: 375px;
    color: #FC5F39; }
    @media (max-width: 1500px) {
      .active-counts.ats_count {
        right: 275px; } }
    @media (max-width: 1300px) {
      .active-counts.ats_count {
        right: 175px; } }

.tv-dash-tile {
  display: block;
  border-radius: 3px;
  border: 2px solid;
  margin-bottom: 10px;
  box-shadow: 0 0 5px;
  -webkit-box-shadow: 0 0 5px;
  -moz-box-shadow: 0 0 5px; }
  .tv-dash-tile > header {
    padding: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
  .tv-dash-tile > section {
    font-size: 26px;
    padding: 0 11px 11px; }
  .tv-dash-tile.primary {
    color: rgba(26, 152, 246, 0.8); }
  .tv-dash-tile.primary-darker {
    color: rgba(9, 131, 222, 0.8); }
  .tv-dash-tile.purple {
    color: #bc5ed4; }
  .tv-dash-tile.success {
    color: rgba(139, 195, 74, 0.8); }
  .tv-dash-tile.warning {
    color: rgba(240, 173, 78, 0.8); }
  .tv-dash-tile.orange {
    color: rgba(252, 95, 57, 0.8); }

.header-company-logo {
  margin-right: 15px; }
  .header-company-logo img {
    width: 50px; }

.tv_dash_page h1 {
  padding: 10px 0 20px;
  margin: 0 0 30px;
  color: #fff;
  border-bottom: 1px solid white; }
  .tv_dash_page h1 span {
    color: #1a98f6; }

.tv-dash-footer {
  float: right; }

@media all and (max-width: 992px) {
  .tv_dash_page {
    padding-bottom: 60px; }
    .tv_dash_page h1 small {
      display: block;
      padding-top: 5px; }
    .tv_dash_page .row .col-md-3 {
      padding-top: 15px; } }

@media all and (max-width: 616px) {
  .tv-dash-footer {
    display: block;
    float: left;
    padding-top: 10px; } }

h4.tv-dash-subheader {
  color: #1a98f6 !important; }

@keyframes blink {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.tooltip-inner {
  white-space: pre;
  max-width: none; }

.group-item header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .group-item header:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.collection-item header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .collection-item header:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

#talent_com_dashboard .search-panel .search_filters label {
  color: #1a98f6; }

.velocity-grid {
  display: block;
  width: 210px;
  max-width: 100%; }
  .velocity-grid.days30 {
    width: 420px; }
  .velocity-grid span {
    display: inline-block;
    width: 12px;
    /* tweak to taste */
    height: 12px;
    margin-right: 2px;
    /* tiny gap */
    border-radius: 2px;
    /* optional: soften the square */
    /* five shades – 0 = empty, 4 = darkest */ }
    .velocity-grid span.v0 {
      background: #ebedf0; }
    .velocity-grid span.v1 {
      background: #c6e48b; }
    .velocity-grid span.v2 {
      background: #7bc96f; }
    .velocity-grid span.v3 {
      background: #239a3b; }
    .velocity-grid span.v4 {
      background: #196127; }

#scout_companies_table {
  /* ────────────────────────────────────────────────────────────
     * Parent row (already open)
     * ──────────────────────────────────────────────────────────── */
  /* ────────────────────────────────────────────────────────────
     * Child row that holds the sub-table
     * ──────────────────────────────────────────────────────────── */ }
  #scout_companies_table tr.shown {
    /* subtle tint */ }
    #scout_companies_table tr.shown td {
      background: rgba(21, 144, 255, 0.19) !important; }
  #scout_companies_table tr.shown + tr {
    /* nested table ---------------------------------------------------- */ }
    #scout_companies_table tr.shown + tr > td[colspan="8"] {
      /* single spanning cell */
      background: #fff;
      padding: 8px 0;
      border: 0;
      /* remove parent table borders */ }
    #scout_companies_table tr.shown + tr .sub-table {
      display: table;
      width: 100%;
      margin: 24px 0 !important;
      border-collapse: collapse;
      font-size: 12px;
      /* table header */
      /* body cells */
      /* zebra striping */ }
      #scout_companies_table tr.shown + tr .sub-table thead th {
        background: #e9eef5;
        color: #495057;
        font-weight: 600;
        padding: 6px 8px;
        border: 1px solid #dee2e6; }
      #scout_companies_table tr.shown + tr .sub-table tbody td {
        padding: 6px 8px;
        border: 1px solid #dee2e6; }
      #scout_companies_table tr.shown + tr .sub-table tbody tr:nth-child(odd) td {
        background: #f8f9fc; }
      #scout_companies_table tr.shown + tr .sub-table tbody tr:nth-child(even) td {
        background: #fff; }

#scout_chat .conv-list .list-group {
  margin-bottom: 0; }
  #scout_chat .conv-list .list-group .list-group-item span {
    color: #2d2d2d; }
  #scout_chat .conv-list .list-group .list-group-item.active {
    font-weight: bolder; }
    #scout_chat .conv-list .list-group .list-group-item.active span {
      color: #fff; }

#scout_chat .chat-messages {
  /* container scroll / padding handled elsewhere */
  /* wrapper link behaves like a lightweight card */
  /* Citation Card */
  /* inline candidate reference */ }
  #scout_chat .chat-messages .message-row {
    margin-bottom: 15px;
    clear: both;
    /* keep rows separate */
    /* USER (right aligned bubble) ------------------------------ */
    /* ASSISTANT (left aligned bubble) -------------------------- */
    /* bubble --------------------------------------------------- */
    /* colour themes + optional width tweak --------------------- */
    /* timestamp under each bubble ------------------------------ */
    /* --------------------------------------------------
                        Assistant bubble content
            -------------------------------------------------- */ }
    #scout_chat .chat-messages .message-row.row-user {
      text-align: right; }
    #scout_chat .chat-messages .message-row.row-assistant {
      text-align: left; }
    #scout_chat .chat-messages .message-row .message-bubble {
      display: inline-block;
      max-width: 70%;
      /* shared default */
      padding: 8px 12px;
      border-radius: 10px;
      word-wrap: break-word;
      text-align: left;
      /* ← reset so content isn’t right-justified */ }
    #scout_chat .chat-messages .message-row .bubble-user {
      background: #d9edf7;
      /* blue */
      max-width: 40%; }
    #scout_chat .chat-messages .message-row .bubble-assistant {
      background: #f1f1f1;
      /* grey */ }
    #scout_chat .chat-messages .message-row .timestamp {
      margin-top: 4px;
      font-size: 11px;
      color: #666; }
    #scout_chat .chat-messages .message-row .bubble-assistant {
      /* base type */
      font-size: 13px;
      line-height: 1.45;
      color: #333;
      /* universal margins */
      /* headings */
      /* horizontal rule */
      /* paragraphs */
      /* remove pre-wrap padding */
      /* lists */
      /* tables (Markdown) */
      /* inline & block code */ }
      #scout_chat .chat-messages .message-row .bubble-assistant hr,
      #scout_chat .chat-messages .message-row .bubble-assistant h1, #scout_chat .chat-messages .message-row .bubble-assistant h2, #scout_chat .chat-messages .message-row .bubble-assistant h3,
      #scout_chat .chat-messages .message-row .bubble-assistant table,
      #scout_chat .chat-messages .message-row .bubble-assistant p,
      #scout_chat .chat-messages .message-row .bubble-assistant ul {
        margin: 8px 0; }
      #scout_chat .chat-messages .message-row .bubble-assistant h1, #scout_chat .chat-messages .message-row .bubble-assistant h2, #scout_chat .chat-messages .message-row .bubble-assistant h3 {
        font-weight: 600;
        line-height: 1.3; }
      #scout_chat .chat-messages .message-row .bubble-assistant h1 {
        font-size: 18px; }
      #scout_chat .chat-messages .message-row .bubble-assistant h2 {
        font-size: 16px; }
      #scout_chat .chat-messages .message-row .bubble-assistant h3 {
        font-size: 14px; }
      #scout_chat .chat-messages .message-row .bubble-assistant hr {
        height: 1px;
        border: 0;
        background: #b9b9b9; }
      #scout_chat .chat-messages .message-row .bubble-assistant p {
        white-space: normal; }
      #scout_chat .chat-messages .message-row .bubble-assistant ul {
        padding-left: 20px; }
        #scout_chat .chat-messages .message-row .bubble-assistant ul li {
          margin-bottom: 4px; }
      #scout_chat .chat-messages .message-row .bubble-assistant table {
        width: 100%;
        border-collapse: collapse;
        font-size: 12px; }
        #scout_chat .chat-messages .message-row .bubble-assistant table th, #scout_chat .chat-messages .message-row .bubble-assistant table td {
          padding: 4px 6px;
          border: 1px solid #dee2e6; }
        #scout_chat .chat-messages .message-row .bubble-assistant table th {
          background: #f0f3f7;
          font-weight: 600; }
        #scout_chat .chat-messages .message-row .bubble-assistant table tbody tr:nth-child(odd) td {
          background: #f8f9fc; }
        #scout_chat .chat-messages .message-row .bubble-assistant table tbody tr:nth-child(even) td {
          background: #fff; }
      #scout_chat .chat-messages .message-row .bubble-assistant code, #scout_chat .chat-messages .message-row .bubble-assistant pre {
        font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
        font-size: 12px;
        background: #f5f5f5;
        padding: 2px 4px;
        border-radius: 3px; }
      #scout_chat .chat-messages .message-row .bubble-assistant pre {
        display: block;
        padding: 8px;
        white-space: pre;
        /* keep formatting only inside <pre> */
        overflow-x: auto; }
  #scout_chat .chat-messages .citation-card {
    display: block;
    margin: 8px 0;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e5e7ea;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: inherit;
    max-width: 75%;
    transition: box-shadow .15s;
    max-height: 150px;
    overflow: auto;
    /*  0  → fixed via DB (yellow) */
    /*  1  → still missing (red) */ }
    #scout_chat .chat-messages .citation-card.citation-good {
      background: #e7fff0;
      border-color: #91ff9d; }
    #scout_chat .chat-messages .citation-card.citation-found {
      background: #fffbe5;
      border-color: #ffe08a; }
    #scout_chat .chat-messages .citation-card.citation-bad {
      background: #fdecea;
      border-color: #f5a097; }
      #scout_chat .chat-messages .citation-card.citation-bad .cite-header {
        margin-bottom: 0;
        color: #c0534d; }
        #scout_chat .chat-messages .citation-card.citation-bad .cite-header svg {
          color: #c0534d; }
    #scout_chat .chat-messages .citation-card:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
    #scout_chat .chat-messages .citation-card .cite-header {
      font-weight: 700;
      font-size: 15px;
      color: #606060;
      margin-bottom: 6px;
      display: block; }
      #scout_chat .chat-messages .citation-card .cite-header svg {
        margin-right: 6px;
        color: #1590ff; }
    #scout_chat .chat-messages .citation-card .cite-location {
      font-size: 13px;
      color: #6c757d;
      margin: 10px 0;
      display: block; }
      #scout_chat .chat-messages .citation-card .cite-location svg {
        margin-right: 4px; }
    #scout_chat .chat-messages .citation-card .cite-skills {
      display: block; }
      #scout_chat .chat-messages .citation-card .cite-skills span {
        font-size: 10px;
        color: #FFF;
        white-space: nowrap;
        background: rgba(26, 151, 246, 0.7);
        border-radius: 5px;
        padding: 0 8px 1px;
        display: inline-block;
        margin-left: 5px; }
  #scout_chat .chat-messages .candidate-chip {
    display: inline-block;
    padding: 2px 6px;
    margin: 0 2px;
    font-size: 11px;
    line-height: 1.3;
    background: #5bc0de;
    /* Bootstrap info-ish */
    color: #fff;
    border-radius: 8px;
    cursor: default; }

#myspace .main-section {
  padding: 50px 50px 10px; }
  #myspace .main-section .left-panel {
    width: 40%;
    float: left; }
  #myspace .main-section .right-panel {
    width: 55%;
    float: right; }
    #myspace .main-section .right-panel .graph-panel {
      background: #fff; }

#myspace.blank {
  background: #fff;
  color: rgba(0, 0, 0, 0.87); }
  #myspace.blank header .logo {
    width: 310px;
    height: 80px;
    background-image: url("/assets/myspace/images/logo.png");
    background-repeat: no-repeat;
    background-size: cover; }
  #myspace.blank .panel.myspace-panel {
    background: transparent;
    border-color: transparent; }
    #myspace.blank .panel.myspace-panel .panel-heading, #myspace.blank .panel.myspace-panel .panel-body, #myspace.blank .panel.myspace-panel .panel-footer, #myspace.blank .panel.myspace-panel select, #myspace.blank .panel.myspace-panel input, #myspace.blank .panel.myspace-panel a {
      background: transparent;
      border-color: transparent;
      color: #000; }
    #myspace.blank .panel.myspace-panel.ditto-table table thead th, #myspace.blank .panel.myspace-panel.ditto-table table tbody tr td {
      background: transparent !important; }

#myspace a {
  font-weight: bold;
  text-decoration: none;
  color: #1559BB;
  transition: 0.2s ease all; }

#myspace a:hover {
  color: #FFCE95; }

#myspace .container {
  background: #fff;
  width: 95%;
  max-width: 960px;
  margin: auto; }

#myspace header {
  position: relative;
  background: #003594;
  padding: 10px;
  display: grid; }
  #myspace header .logo {
    width: 310px;
    height: 80px;
    background-image: url("/assets/myspace/images/logo.png");
    background-repeat: no-repeat;
    background-size: cover; }

#myspace .search {
  justify-content: space-between;
  grid-row: 1;
  grid-column: 2/4;
  text-align: right;
  font-size: 8px;
  color: #fff;
  line-height: 0; }

#myspace header button#menuToggle {
  z-index: 1000;
  position: absolute;
  top: 6px;
  left: 0px;
  background: transparent;
  outline: 0;
  border: 0;
  display: none; }

#myspace header button#menuToggle svg {
  fill: #fff;
  width: 40px;
  height: 40px; }

#myspace .myspace-nav.nav > li > a {
  color: #fff;
  border: none !important; }
  #myspace .myspace-nav.nav > li > a:hover, #myspace .myspace-nav.nav > li > a:active, #myspace .myspace-nav.nav > li > a:focus {
    background: transparent;
    color: #fff;
    border: none;
    text-decoration: underline; }

#myspace .main {
  display: grid;
  grid-template-columns: 44% 54%;
  margin-top: 30px; }

#myspace .left {
  grid-column: 1;
  padding: 0 30px; }

#myspace .profile {
  display: grid;
  grid-gap: 1em;
  align-items: center; }

#myspace .profile .profilePicture {
  grid-column: 1/2;
  text-align: center;
  margin: auto; }

#myspace .profile .profileInfo {
  grid-column: 2/4; }

#myspace .profile .profileInfo p {
  line-height: 4px;
  font-size: 13px; }

#myspace .onlineNow {
  position: relative;
  margin-left: 20px;
  padding: 15px 0;
  color: green;
  font-weight: bold;
  font-size: 12px; }

#myspace .onlineNow:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -25px;
  display: block;
  height: 20px;
  width: 20px;
  background: url("images/online.gif");
  background-size: cover; }

#myspace .tagline {
  display: block;
  margin: 10px 0 25px 0; }

#myspace .contact {
  border: 1px solid #ccc; }

#myspace .contact h3,
#myspace .userDetails h3 {
  background: #639BD0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #ccc; }

#myspace .contactNav ul {
  margin: 0;
  list-style: none;
  display: inline-block; }

#myspace .contactNav ul li {
  position: relative;
  padding: 5px 8px; }

#myspace .contactNav ul li a {
  font-size: 12px;
  transition: 0.2s ease all; }

#myspace .contactNav ul li svg {
  position: absolute;
  top: 6px;
  left: -20px;
  display: block;
  height: 15px;
  width: 15px;
  background-size: cover;
  fill: #ccc;
  transition: 0.2s ease all; }

#myspace .contactNav ul li:hover a,
#myspace .contactNav ul li:hover svg {
  color: #FFCE95;
  fill: #FFCE95; }

#myspace .userUrl {
  padding: 5px;
  margin: 20px 0;
  border: 1px solid #ccc; }

#myspace .userUrl h4 {
  margin: 0; }

#myspace .musicPlayer {
  position: relative;
  border: 1px solid #333;
  background: linear-gradient(#eee, #ccc);
  padding: 5px;
  margin-bottom: 20px;
  height: 60px; }

#myspace .musicPlayer button {
  position: absolute;
  top: 9px;
  left: 5px;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  background: #eee;
  text-align: center;
  overflow: hidden; }

#myspace .musicPlayer button svg {
  position: absolute; }

#myspace .musicPlayer #playSong {
  opacity: 1; }

#myspace #playSong svg {
  top: 7px;
  left: 9px; }

#myspace .musicPlayer #pauseSong {
  opacity: 0;
  display: none; }

#myspace #pauseSong svg {
  top: 7px;
  left: 7px; }

#myspace .musicPlayer button:focus {
  border-color: #ccc; }

#myspace .musicPlayer button:hover {
  cursor: pointer; }

#myspace .musicPlayer button:hover svg {
  fill: #666; }

#myspace .musicPlayer .songName {
  position: absolute;
  right: 14px;
  top: 13px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  width: 80%;
  margin-top: -5px;
  text-shadow: 0px 3px 0px #333; }

#myspace .musicPlayer .songName #playing {
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 40px;
  background-image: url("images/playing.gif");
  background-size: cover;
  height: 22px;
  width: 75px;
  opacity: 0;
  display: none; }

#myspace .show {
  opacity: 1.0 !important;
  display: block !important; }

#myspace .musicPlayer span {
  display: block;
  font-size: 12px;
  padding: 2px 0 2px 5px; }

#myspace .musicPlayer span.title,
#myspace .musicPlayer span.artist {
  text-shadow: 0px 0px 5px #000; }

#myspace .musicPlayer span.title {
  z-index: 1;
  position: relative;
  font-weight: bold; }

#myspace .musicPlayer span.artist {
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-size: 11px; }

#myspace .userDetails {
  border: 1px solid #ccc;
  text-align: left;
  margin-bottom: 30px; }

#myspace .userDetails th {
  padding: 2px;
  font-size: 12px; }

#myspace .userDetails th:first-child {
  background: #B0D0F2;
  color: #527DAB;
  width: 120px; }

#myspace .userDetails th:last-child {
  background: #D6EBF7;
  width: 226px;
  font-weight: normal; }

#myspace .right {
  grid-column: 2; }

#myspace .right .network {
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: bold; }

#myspace .right h3 {
  display: block;
  background: #FFCE95;
  color: #FD741B;
  padding: 2px 10px;
  font-size: 14px; }

#myspace .right .blurb h4 {
  color: #FD741B;
  margin: 0;
  padding: 0; }

#myspace .right .blurb p {
  padding: 0;
  margin: 0 0 20px 0; }

#myspace .top8 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  margin-bottom: 30px;
  justify-content: space-around; }

#myspace .top8 div {
  text-align: center;
  line-height: 1.8em; }

#myspace .top8 div img {
  display: block;
  height: 80px;
  width: 80px;
  margin: auto;
  border-radius: 5px;
  border: 3px solid transparent; }

#myspace .top8 div a:hover img {
  border-color: #FFCE95; }

@media screen and (max-width: 940px) {
  #myspace .musicPlayer .songName {
    width: 75%; }
  #myspace .musicPlayer .songName #playing {
    right: 5px;
    width: 120px; } }

@media screen and (max-width: 732px) {
  #myspace #menuToggle {
    display: block !important; }
  #myspace .showNav {
    height: 100% !important; }
  #myspace .open svg {
    transform: rotate(135deg); }
  #myspace #menuToggle svg:hover {
    cursor: pointer; }
  #myspace #menuToggle svg {
    transition: 0.2s ease all; }
  #myspace #menuToggle svg.close {
    display: none; }
  #myspace #menuToggle.open svg.opened {
    display: none !important; }
  #myspace #menuToggle.open svg.close {
    display: block !important; }
  #myspace .nav {
    flex-direction: column;
    text-align: center;
    height: 0;
    overflow: hidden; }
  #myspace .nav div a {
    width: 100%;
    padding: 10px 0;
    display: block; }
  #myspace .nav div:nth-child(8) {
    display: none; }
  #myspace .profile {
    justify-content: center; }
  #myspace .profile .profilePicture {
    grid-column: 1/4;
    grid-row: 1;
    text-align: center;
    margin: auto; }
  #myspace .profile .profileInfo {
    grid-column: 1/4;
    grid-row: 2; }
  #myspace .userUrl {
    font-size: 10px; }
  #myspace .musicPlayer .songName {
    width: 68%; }
  #myspace span.title,
  #myspace span.artist {
    font-size: 10px !important; }
  #myspace .songName {
    line-height: 12px; }
  #myspace .top8 {
    grid-template-columns: auto auto auto; } }

@media screen and (max-width: 630px) {
  #myspace .left {
    grid-column: 1/4;
    grid-row: 1;
    max-width: 400px;
    margin: 0px auto 20px auto; }
  #myspace .profile .profilePicture {
    grid-column: 1/2;
    grid-row: 1;
    text-align: center;
    margin: auto; }
  #myspace .profile .profileInfo {
    grid-column: 3/4;
    grid-row: 1; }
  #myspace .userDetails {
    margin: 0; }
  #myspace .musicPlayer {
    max-width: 250px;
    margin: 20px auto 20px auto; }
  #myspace .right {
    grid-column: 1/4;
    grid-row: 2;
    max-width: 360px;
    margin: auto; }
  #myspace .right .network {
    font-size: 14px;
    padding: 0; } }

#myspace.black_and_white {
  background: url("/assets/myspace/images/f_06db1c736a.gif") repeat; }
  #myspace.black_and_white .nav div a {
    color: #ff00b9;
    font-weight: bold;
    font-size: 16px; }
  #myspace.black_and_white header {
    background: #000;
    background-image: url("/assets/myspace/images/f_header_tile.jpg");
    background-repeat: repeat-x;
    background-size: unset;
    -webkit-box-shadow: 5px 5px 5px 0px #ff00b9;
    -moz-box-shadow: 5px 5px 5px 0px #ff00b9;
    box-shadow: 5px 5px 5px 0px #ff00b9; }
    #myspace.black_and_white header .logo {
      width: 370px;
      height: 80px;
      background-image: url("/assets/myspace/images/bn_c09b0b956e.png"); }
  #myspace.black_and_white .panel.myspace-panel {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ff00b9;
    border-width: 3px;
    -webkit-box-shadow: 5px 5px 5px 0px #ff00b9;
    -moz-box-shadow: 5px 5px 5px 0px #ff00b9;
    box-shadow: 5px 5px 5px 0px #ff00b9; }
    #myspace.black_and_white .panel.myspace-panel .panel-heading, #myspace.black_and_white .panel.myspace-panel .panel-body, #myspace.black_and_white .panel.myspace-panel .panel-footer, #myspace.black_and_white .panel.myspace-panel select, #myspace.black_and_white .panel.myspace-panel input, #myspace.black_and_white .panel.myspace-panel a {
      background: #fff;
      border-color: transparent;
      color: #000;
      font-weight: bold; }
    #myspace.black_and_white .panel.myspace-panel.ditto-table table thead th, #myspace.black_and_white .panel.myspace-panel.ditto-table table tbody tr td {
      background: transparent !important;
      border-color: #ff00b9 !important;
      border-width: 3px !important;
      border-left: none !important; }
    #myspace.black_and_white .panel.myspace-panel.ditto-table table thead th, #myspace.black_and_white .panel.myspace-panel.ditto-table table tbody tr td {
      background: #fff !important; }
    #myspace.black_and_white .panel.myspace-panel.ditto-table table tbody tr:last-child td {
      border-bottom: 3px solid #ff00b9 !important; }
    #myspace.black_and_white .panel.myspace-panel button {
      background-color: #ff00b9;
      border-color: #ff00b9; }

@media all and (max-width: 991px) {
  .canditates-overview #job_applicant_table_tools .row > div:first-child {
    margin-bottom: 12px; } }

#candidates-import-result .all-pool-select {
  float: right;
  margin: 7px 12px;
  min-width: 200px; }

#candidates-import-result tr i {
  margin: 0; }
  #candidates-import-result tr i.fa-times {
    display: inline-block; }
  #candidates-import-result tr i.fa-repeat {
    display: none; }

#candidates-import-result tr.disabled i.fa-times {
  display: none; }

#candidates-import-result tr.disabled i.fa-repeat {
  display: inline-block; }

#candidates-import-result tr.disabled input {
  opacity: .3; }

#candidates-import-result tr input.form-control {
  display: block;
  width: 100%; }

#candidates-import-result .btn.btn-primary, #candidates-import-result .btn-primary.btn_alt, #candidates-import-result #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.btn_alt.add, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions #candidates-import-result a.btn_alt.add, #candidates-import-result #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.btn.add, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions #candidates-import-result a.btn.add {
  float: right; }

#candidates-import input[type=file] {
  display: none; }

.ditto-table.add-candidate table {
  margin-bottom: 0 !important; }
  .ditto-table.add-candidate table tr td:first-child, .ditto-table.add-candidate table tr td:last-child, .ditto-table.add-candidate table tr th:first-child, .ditto-table.add-candidate table tr th:last-child {
    display: none; }
  .ditto-table.add-candidate table tbody tr:first-child {
    display: none; }

.parsed-cv-content.sticky {
  position: fixed; }

.parsed-cv-content .panel-heading aside {
  padding: 16px 0 0; }

.parsed-cv-content .panel-body {
  height: 600px;
  overflow: auto; }
  .parsed-cv-content .panel-body > div img {
    display: none; }

.parsed-cv-content.no-formatting .cv_contents {
  width: 100% !important; }
  .parsed-cv-content.no-formatting .cv_contents > div {
    width: 100% !important;
    height: auto !important;
    position: relative;
    padding: 10px; }
    .parsed-cv-content.no-formatting .cv_contents > div p {
      position: static !important;
      white-space: normal !important;
      width: 100% !important; }

.parsed-cv-content .toggle-formatting {
  display: none; }

.parsed-cv-content.type-pdf .toggle-formatting {
  display: inline-block; }

.parsed-cv-content.type-word .cv_contents {
  padding: 15px; }

.candidate_colours_holder {
  width: 50px;
  float: right; }
  .candidate_colours_holder .selectize-dropdown .selectize-dropdown-content .option[data-value="0"] {
    background-color: #B3AFAF; }
  .candidate_colours_holder .selectize-dropdown .selectize-dropdown-content .option[data-value="1"] {
    background-color: #302A2A; }
  .candidate_colours_holder .selectize-dropdown .selectize-dropdown-content .option[data-value="2"] {
    background-color: #D13030; }
  .candidate_colours_holder .selectize-dropdown .selectize-dropdown-content .option[data-value="3"] {
    background-color: #38CF42; }
  .candidate_colours_holder .selectize-dropdown .selectize-dropdown-content .option[data-value="4"] {
    background-color: #154C79; }
  .candidate_colours_holder .selectize-dropdown .selectize-dropdown-content .option[data-value="5"] {
    background-color: #E3E344; }

.candidate_source_icon {
  display: inline-block;
  background: url(/dist/images/integrations_sprite.png?v=3) 0 0;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  vertical-align: sub;
  width: 16px;
  height: 16px; }
  .candidate_source_icon.adzuna {
    background-position: -5px -0px; }
  .candidate_source_icon.bizcommunity {
    background-position: -26px -0px; }
  .candidate_source_icon.careerjet {
    background-position: -47px -0px; }
  .candidate_source_icon.careerjunction {
    background-position: -68px -0px; }
  .candidate_source_icon.careers24 {
    background-position: -5px -21px; }
  .candidate_source_icon.facebook {
    background-position: -26px -21px; }
  .candidate_source_icon.google {
    background-position: -47px -21px; }
  .candidate_source_icon.google_plus {
    background-position: -68px -21px; }
  .candidate_source_icon.gumtree {
    background-position: -5px -42px; }
  .candidate_source_icon.indeed {
    background-position: -26px -42px; }
  .candidate_source_icon.jobmail {
    background-position: -47px -42px; }
  .candidate_source_icon.jobsportal {
    background-position: -68px -42px; }
  .candidate_source_icon.linkedin {
    background-position: -5px -63px; }
  .candidate_source_icon.locanto {
    background-position: -26px -63px; }
  .candidate_source_icon.pnet {
    background-position: -47px -63px; }
  .candidate_source_icon.trovit {
    background-position: -68px -63px; }
  .candidate_source_icon.twitter {
    background-position: -5px -84px; }
  .candidate_source_icon.talentcom {
    background-position: -25px -84px; }
  .candidate_source_icon.jooble {
    background-position: -47px -83px; }
  .candidate_source_icon.direct {
    background-size: 16px 16px !important; }
  .candidate_source_icon.executive_placements {
    background-position: -67px -83px; }

.placed_table .notes-popup-link {
  cursor: pointer; }
  .placed_table .notes-popup-link:hover {
    text-decoration: underline; }

span.candidate_colour {
  width: 10px;
  height: 10px;
  display: inline-block; }

i.creation-method {
  margin-right: 5px; }

.create-candidate-error {
  display: none; }

.header-actions {
  display: none;
  transition: 0.4s linear all; }

.show-header {
  display: unset;
  width: 100%;
  position: fixed;
  z-index: 1001;
  top: 100px;
  left: 0; }
  .show-header .panel {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }

.header-candidate-error {
  display: none;
  color: #c0534d; }

/*
input[name='personal[citizenship]'], input[name='personal[nationality]'], input[name='personal[country]'] {
  &.selectize-control.first {
    z-index: 999;
  }
}*/
.profile_edit_form .smaller-text {
  font-size: smaller; }

.candidate-additional-col {
  padding-left: 0 !important; }

.candidate-create-progress {
  margin: 0 auto;
  height: 75px; }
  .candidate-create-progress .step-progress {
    padding: 0 15% 0 15%;
    position: relative;
    list-style: none;
    text-align: center;
    transition: all 0.6s ease-out; }
    .candidate-create-progress .step-progress span {
      display: block;
      color: #32302f;
      font-weight: bold; }
    .candidate-create-progress .step-progress::before {
      display: inline-block;
      content: '';
      position: absolute;
      top: 0;
      left: 22px;
      width: 10px;
      height: 100%;
      border-left: 2px solid #ccc; }
    .candidate-create-progress .step-progress .step-progress-item {
      counter-increment: list;
      padding-top: 50px;
      list-style-type: none;
      width: 20%;
      float: left;
      font-size: 12px;
      position: relative;
      text-transform: uppercase; }
      .candidate-create-progress .step-progress .step-progress-item:hover {
        cursor: pointer; }
        .candidate-create-progress .step-progress .step-progress-item:hover::after {
          color: #FC5F39;
          border-color: #4e4e4f; }
        .candidate-create-progress .step-progress .step-progress-item:hover span {
          font-weight: bold;
          font-size: 13px; }
      .candidate-create-progress .step-progress .step-progress-item:not(:last-child)::before {
        border-bottom: 2px solid #ccc; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .candidate-create-progress .step-progress .step-progress-item:not(:last-child)::before {
            left: 105px; } }
      .candidate-create-progress .step-progress .step-progress-item::before {
        display: inline-block;
        content: '';
        position: absolute;
        height: 10px;
        width: 100%;
        top: 7px; }
      .candidate-create-progress .step-progress .step-progress-item::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        width: 32px;
        height: 32px;
        border: 2px solid #ccc;
        border-radius: 50%;
        background-color: white;
        text-align: center;
        font-size: 12px;
        line-height: 28px;
        font-family: "Font Awesome 5 Free";
        color: #ccc;
        left: 40%; }
      .candidate-create-progress .step-progress .step-progress-item.is-done::after {
        background-color: #FC5F39;
        color: white;
        border: 2px solid #4e4e4f; }
      .candidate-create-progress .step-progress .step-progress-item.current span {
        color: #FC5F39; }
      .candidate-create-progress .step-progress .step-progress-item.current::after {
        border: 2px solid #4e4e4f; }
      .candidate-create-progress .step-progress .step-progress-item.incomplete::before, .candidate-create-progress .step-progress .step-progress-item.passed::before {
        border-bottom: 2px solid #4e4e4f; }
      .candidate-create-progress .step-progress .step-progress-item.personal::after {
        content: "\f007"; }
      .candidate-create-progress .step-progress .step-progress-item.additional::after {
        content: "\f067"; }
      .candidate-create-progress .step-progress .step-progress-item.workhistory::after {
        content: "\f0b1"; }
      .candidate-create-progress .step-progress .step-progress-item.education::after {
        content: "\f19c"; }
      .candidate-create-progress .step-progress .step-progress-item.customfields::after {
        content: "\f013"; }

.social-account-select > div {
  display: inline-block;
  width: 300px; }

.social-account-select .repeatable-btn-social {
  display: inline-block;
  vertical-align: top; }

.social-accounts-added .input-group {
  width: 400px;
  display: inline-table;
  vertical-align: middle; }
  .social-accounts-added .input-group .input-group-addon,
  .social-accounts-added .input-group .input-group-btn {
    width: auto !important; }
  .social-accounts-added .input-group .input-group-addon svg {
    color: #4e4e4f; }

.social-accounts-added .remove-social {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 20px; }

#candidates-manage .form-error {
  margin: 24px 24px 0 24px; }

#candidates-manage .parsed-cv-content {
  padding-right: 20px;
  background: none; }
  #candidates-manage .parsed-cv-content .cv_contents {
    background: white; }

#candidates-manage .date-warning, #candidates-manage .secondary-date-warning, #candidates-manage .tertiary-date-warning {
  padding-bottom: 15px; }

#candidates-manage .repeatable-btn-social {
  vertical-align: text-bottom;
  margin: 0 0 5px 20px; }

#candidates-manage .candidate-dob {
  line-height: normal; }

#candidates-manage .pools-add-disabled {
  color: #a7a7a7 !important; }

#candidates-manage .disabled-description {
  height: 50px; }

#candidates-manage .sa-id-toggle > small {
  font-weight: bold;
  margin: 10px 15px 0 5px; }

#candidates-manage .id-number-group div:not(.col-sm-3) {
  padding: 0; }

.time-since-candidate-saved {
  font-size: smaller;
  font-weight: bold;
  position: absolute;
  right: 280px;
  top: 16px; }
  @media all and (max-width: 1250px) {
    .time-since-candidate-saved {
      font-size: x-small; } }
  @media all and (max-width: 1185px) {
    .time-since-candidate-saved {
      font-size: xx-small; } }

@media all and (min-height: 850px) {
  .customfields-buffer.active {
    height: 120px; } }

.upload-success, .upload-error {
  font-weight: bold;
  font-size: smaller; }

.iti {
  width: 100%; }

.iti__flag {
  background-image: url("/assets/plugins/intl-tel-input/build/img/flags.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/assets/plugins/intl-tel-input/build/img/flags@2x.png"); } }

.candidates-date-switch span {
  font-size: xx-small; }

#candidate-new .iconcontainer {
  margin-top: 20px;
  margin-bottom: 20px; }

#candidate-new .iconbox {
  background: #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 25px;
  text-align: right;
  display: block;
  margin-top: 60px;
  margin-bottom: 15px; }
  #candidate-new .iconbox:first-of-type, #candidate-new .iconbox:last-of-type {
    margin-top: 50px; }
  #candidate-new .iconbox.dino-box {
    box-shadow: 0px 0px 5px 2px rgba(252, 95, 57, 0.75);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(252, 95, 57, 0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(252, 95, 57, 0.75); }

#candidate-new .iconbox-icon {
  background-color: #1a98f6;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: -70px auto 0;
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  padding-top: 25px; }
  #candidate-new .iconbox-icon.dino-icon-bg {
    background-color: #FC5F39; }
  #candidate-new .iconbox-icon svg {
    color: #fff;
    font-size: 45px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 4px; }
  #candidate-new .iconbox-icon .dino-icon {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background: url(/dist/images/dino.png?v=2) 0 0;
    background-size: contain; }

#candidate-new .featureinfo h4 {
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase; }

#candidate-new .featureinfo > p {
  color: #000000;
  font-size: 14px;
  padding-top: 4px;
  text-align: left;
  font-weight: 300;
  line-height: 1.5; }
  #candidate-new .featureinfo > p strong {
    font-size: 14px;
    font-weight: 500; }

#candidate-new input[type="file"] {
  display: none; }

#candidate-new .dino-animation-gif img {
  display: block;
  margin: 0 auto;
  width: 500px; }

@font-face {
  #candidate-new .dino-animation {
    font-family: system;
    font-style: normal;
    font-weight: 600;
    src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); } }

#candidate-new .dino-animation .dino-words {
  position: relative;
  display: block;
  margin: 10px auto 0;
  text-align: center; }

#candidate-new .dino-animation .word {
  font-size: 28px;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 100%; }

#candidate-new .dino-animation .w1 {
  animation: w1anim 15s infinite; }

#candidate-new .dino-animation .w2 {
  animation: w2anim 15s infinite; }

#candidate-new .dino-animation .w3 {
  animation: w3anim 15s infinite; }

#candidate-new .dino-animation .w4 {
  animation: w4anim 15s infinite; }

#candidate-new .dino-animation .w5 {
  animation: w5anim 15s infinite; }

@keyframes w1anim {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10% {
    opacity: 1; }
  20% {
    opacity: 0; } }

@keyframes w2anim {
  20% {
    opacity: 0; }
  25% {
    opacity: 1; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0; } }

@keyframes w3anim {
  40% {
    opacity: 0; }
  45% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; } }

@keyframes w4anim {
  60% {
    opacity: 0; }
  65% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0; } }

@keyframes w5anim {
  80% {
    opacity: 0; }
  85% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#candidate-new .candidate-create-footer {
  background: none;
  border: none; }

.commissions-overview .skill {
  margin: 0; }

.commissions-overview tbody td:first-child {
  text-align: right;
  width: 20px; }

.commissions-overview .table-skills tbody tr td:nth-child(2) {
  text-align: center; }

.commissions-overview .table-skills tbody tr td:nth-child(3) {
  text-align: right; }

#messages {
  display: flex;
  flex-grow: 1;
  min-height: 400px; }
  #messages > aside {
    flex-basis: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column; }
    #messages > aside .actions {
      display: flex;
      margin-bottom: 6px; }
      #messages > aside .actions form {
        flex-basis: 0;
        flex-grow: 1;
        display: flex;
        margin-right: 10px; }
  #messages .message-wrapper {
    flex-grow: 1;
    display: flex; }
  #messages .thread-list {
    flex-grow: 1;
    background: #fff;
    border-radius: 3px; }
    #messages .thread-list ul {
      padding: 0;
      margin: 0; }

#message {
  flex-grow: 1;
  margin-left: 10px; }

article.thread {
  cursor: pointer;
  clear: both;
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden; }
  article.thread section {
    overflow: hidden; }
  article.thread img {
    float: left;
    width: 50px;
    margin-right: 10px; }
  article.thread hgroup {
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 2px; }
  article.thread time {
    float: right;
    font-size: 12px;
    margin: 2px 0 0 9px;
    line-height: 1.1;
    color: #a7a7a7; }
  article.thread h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0; }
  article.thread p {
    clear: right;
    font-size: 12px;
    color: #a7a7a7;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  article.thread:hover {
    background: #f7f7f7; }
  article.thread.active {
    background: whitesmoke; }
  article.thread.status-new {
    background: #f0f0f0; }
    article.thread.status-new h4 {
      font-family: "Montserrat", sans-serif;
      font-weight: 600; }
    article.thread.status-new p {
      color: #2d2d2d; }
    article.thread.status-new:hover {
      background: #ebebeb; }

.panel-compose > header {
  padding-top: 12px;
  padding-bottom: 12px; }
  .panel-compose > header > strong {
    margin-bottom: 6px;
    display: block; }

.panel-compose > section {
  min-height: 10px; }

#message > article {
  min-height: 400px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  #message > article > header {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eef2f5; }
    #message > article > header.recipient {
      display: flex; }
    #message > article > header h4 {
      margin: 0;
      font-size: 16px;
      color: #1a98f6; }
    #message > article > header p {
      margin: 0;
      font-size: 14px; }
    #message > article > header img {
      max-width: 50px;
      margin-right: 10px;
      float: left; }
    #message > article > header > section {
      flex-grow: 1; }
  #message > article > section {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    flex-direction: row; }
    #message > article > section > div {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      #message > article > section > div .messages {
        flex-grow: 1;
        flex-basis: 0; }
        #message > article > section > div .messages > div {
          height: 100%; }
        #message > article > section > div .messages .messages-content {
          padding: 10px;
          background: #f7f8fa; }
    #message > article > section > aside {
      flex-basis: 240px;
      min-width: 240px;
      max-width: 240px;
      background: #fff;
      border-left: 1px solid #eef2f5; }
      #message > article > section > aside section h3:first-child {
        margin-top: 0; }
      #message > article > section > aside h3 {
        font-size: 16px;
        text-transform: capitalize; }
      #message > article > section > aside h4 {
        font-size: 14px; }
      #message > article > section > aside section {
        padding: 15px;
        border-bottom: 1px solid #eef2f5; }
        #message > article > section > aside section.message-profile {
          text-align: center; }
          #message > article > section > aside section.message-profile img {
            width: 80px;
            border-radius: 50%;
            margin: auto; }
        #message > article > section > aside section.message-profile-files a {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          display: block;
          margin-bottom: 3px; }
        #message > article > section > aside section:last-child {
          border-bottom: 0; }

#message footer.compose {
  background: white;
  border-top: 1px solid #eef2f5;
  padding: 15px;
  display: flex; }
  #message footer.compose > section {
    flex-grow: 1; }
  #message footer.compose > aside {
    flex-basis: 100px;
    display: flex;
    flex-direction: column;
    padding-left: 10px; }
    #message footer.compose > aside > div {
      flex-grow: 1; }

/*** DELETE EVERYTHING BELOW HERE ***/
article.email {
  max-width: 80%;
  clear: both;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px; }
  article.email aside {
    margin-right: 10px; }
  article.email section {
    display: flex;
    flex-direction: column; }
    article.email section > div {
      background: #fff;
      padding: 10px;
      border-radius: 3px;
      margin-bottom: 6px; }
    article.email section footer {
      font-size: 12px;
      color: #a7a7a7; }
  article.email.is-sent {
    float: right; }
    article.email.is-sent section > div {
      background-color: #eef2f5; }
    article.email.is-sent footer {
      text-align: right; }

.thread-tabs {
  display: flex;
  flex-direction: row;
  list-style: none;
  background: #fff;
  padding: 0;
  margin: 0 0 10px; }
  .thread-tabs li {
    flex-grow: 1;
    padding: 12px 6px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 1px solid #eef2f5; }
    .thread-tabs li:hover {
      background: #fafafa; }
    .thread-tabs li.active {
      background: whitesmoke; }
    .thread-tabs li:last-child {
      border-right: 0; }

.thread-filter-wrapper {
  display: flex;
  margin: 0 0 10px; }
  .thread-filter-wrapper input[type=search] {
    margin-right: 12px; }

.mail-optgroup-header {
  padding: 3px 10px;
  font-weight: 400;
  background: #f7f8fa;
  border-bottom: 1px solid #eef2f5; }

ul.attachments {
  list-style: none;
  display: none;
  padding: 0;
  margin: 10px 0 0; }
  ul.attachments li {
    padding-left: 6px; }
    ul.attachments li:not(:first-child) {
      display: inline-block;
      border: 1px solid #747474;
      border-radius: 3px;
      color: #2d2d2d;
      background: #fff;
      font-size: 11px;
      padding: 3px 5px 2px;
      margin: 3px 6px 6px 0;
      font-weight: normal;
      white-space: nowrap;
      height: auto;
      text-transform: capitalize;
      letter-spacing: 0; }
    ul.attachments li:first-child {
      font-weight: 500;
      padding-left: 0; }
      ul.attachments li:first-child:before {
        content: ''; }
    ul.attachments li .remove {
      margin-left: 6px;
      cursor: pointer; }
      ul.attachments li .remove:hover {
        color: #c0534d; }

.mail_contact_select .selectize-dropdown .optgroup:before {
  margin: 0; }

.mail_contact_select .selectize-dropdown-content li {
  display: flex;
  padding: 9px 10px;
  color: #32302f;
  font-size: 12px;
  text-decoration: none; }
  .mail_contact_select .selectize-dropdown-content li img {
    max-width: 40px;
    max-height: 40px; }
  .mail_contact_select .selectize-dropdown-content li div {
    display: flex;
    flex-grow: 1;
    flex-direction: column; }
  .mail_contact_select .selectize-dropdown-content li strong {
    font-size: 14px; }
  .mail_contact_select .selectize-dropdown-content li:hover {
    text-decoration: none; }
  .mail_contact_select .selectize-dropdown-content li.header {
    font-size: 14px;
    text-transform: uppercase;
    color: #1a98f6;
    font-weight: 600; }

.mail_contact_select .selectize-dropdown-content p {
  margin: 0; }

.mail_contact_select .selectize-dropdown-content .optgroup .optgroup-header {
  color: #000; }

.gmail_extra {
  display: none; }

.company-settings #coverimageuploader .hovercover {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.company-settings #coverimageuploader .hovercover1 {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.company-settings #coverimageuploader .hover-div {
  position: absolute;
  right: 1%;
  bottom: 1%; }

.company-settings #coverimageuploader #file-upload {
  display: none; }

.company-settings #coverimageuploader .custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  background-color: #c74d4e;
  cursor: pointer;
  color: #fff; }

.company-settings #coverimageuploader #bgimage {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff; }

.company-settings #coverimageuploader #adjimage {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff; }

.company-settings #coverimageuploader #timelineBackground {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff; }

.company-settings #coverimageuploader #timelineShade {
  min-height: 95px;
  position: absolute;
  margin-top: -95px;
  width: 100%; }

.company-settings #coverimageuploader .timelineUploadBG {
  position: absolute;
  margin-top: 50px;
  margin-left: 813px;
  height: 32px;
  width: 32px; }

.company-settings #coverimageuploader .uploadFile input {
  filter: alpha(opacity=0);
  opacity: 0;
  margin-left: -110px; }

.company-settings #coverimageuploader .custom-file-input {
  height: 25px;
  cursor: pointer; }

.company-settings #coverimageuploader #timelineBGload {
  position: relative;
  overflow: hidden;
  background-color: #ffffff; }

.company-settings #coverimageuploader .headerimage {
  cursor: move; }

.company-settings #coverimageuploader .btn-save-drag {
  position: absolute;
  right: 1%;
  bottom: 1%; }

.fc-list-empty-wrap1 .fc-list-empty {
  font-size: 20px;
  font-weight: 600;
  padding: 24px; }
  .fc-list-empty-wrap1 .fc-list-empty:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    display: block;
    content: "\f073";
    font-size: 60px;
    margin-bottom: 21px; }
  .fc-list-empty-wrap1 .fc-list-empty:after {
    display: block;
    content: 'You can add a new entry by clicking the button in the top right';
    font-size: 13px;
    font-weight: 400; }

@media (max-height: 750px) {
  .fc-list-empty-wrap1 .fc-list-empty {
    font-size: 16px; }
    .fc-list-empty-wrap1 .fc-list-empty:before {
      font-size: 40px; } }

.dashboard .page-content > header {
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  display: flex; }
  .dashboard .page-content > header h1 {
    color: #1a98f6;
    font-size: 20px;
    margin: 0 0 0.4em;
    line-height: 1; }
  .dashboard .page-content > header p {
    font-size: 13px; }
  .dashboard .page-content > header section {
    padding: 0 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #f7f8fa; }
    .dashboard .page-content > header section.welcome {
      flex-basis: 20%;
      max-width: 500px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .dashboard .page-content > header section.welcome p {
        margin: 0; }
    .dashboard .page-content > header section.create {
      flex-basis: 0;
      align-items: center;
      justify-content: center; }
    .dashboard .page-content > header section.tips {
      flex-basis: 15%;
      cursor: pointer;
      max-width: 300px;
      justify-content: center;
      position: relative;
      padding: 14px 20px 14px 54px; }
      .dashboard .page-content > header section.tips:hover {
        text-decoration: underline;
        color: #1a98f6; }
      .dashboard .page-content > header section.tips svg {
        position: absolute;
        left: 20px;
        font-size: 24px;
        color: #1a98f6; }
    .dashboard .page-content > header section:first-child {
      border: 0; }
  .dashboard .page-content > header a:hover {
    text-decoration: none; }
    .dashboard .page-content > header a:hover strong {
      text-decoration: underline; }
  .dashboard .page-content > header a strong {
    font-weight: 400; }
  .dashboard .page-content > header .icons {
    position: relative;
    top: 3px;
    color: #32302f;
    font-size: 24px;
    margin-right: 4px; }
    .dashboard .page-content > header .icons svg {
      display: inline-block; }
    .dashboard .page-content > header .icons .fa-plus {
      position: absolute;
      margin-left: -12px;
      font-size: 10px;
      background: #1a98f6;
      color: #fff;
      border-radius: 50%;
      padding: 3px;
      width: 16px;
      height: 16px; }

.dashboard .panel.calendar .panel-heading time {
  display: inline-block;
  width: 200px;
  text-align: center; }

.dashboard .panel.calendar .panel-body .panel {
  margin: 0;
  border: 0;
  background: transparent; }

.dashboard .panel.calendar .table {
  margin-bottom: 0; }

.dashboard .panel.calendar .fc-btn-next,
.dashboard .panel.calendar .fc-btn-prev {
  cursor: pointer; }
  .dashboard .panel.calendar .fc-btn-next:hover,
  .dashboard .panel.calendar .fc-btn-prev:hover {
    color: #1a98f6; }

.dashboard .panel .fc-scroller {
  max-height: 244px; }

.dashboard .panel-todo .panel-body {
  min-height: 244px; }

.dashboard .panel-todo ul li .drag-todo:after {
  height: auto;
  top: 4px;
  bottom: 4px;
  border: 2px solid transparent;
  background-color: transparent; }

.dashboard .no-todos,
.dashboard .no-action-required {
  text-align: center;
  margin: auto;
  max-width: 400px;
  display: none;
  padding: 24px; }
  .dashboard .no-todos strong,
  .dashboard .no-action-required strong {
    font-size: 20px; }
  .dashboard .no-todos p,
  .dashboard .no-action-required p {
    font-size: 13px; }
  .dashboard .no-todos svg,
  .dashboard .no-action-required svg {
    display: block;
    margin: auto;
    fill: #32302f; }
  @media (max-height: 750px) {
    .dashboard .no-todos,
    .dashboard .no-action-required {
      max-width: 490px; }
      .dashboard .no-todos strong,
      .dashboard .no-action-required strong {
        font-size: 16px; } }

.dashboard .no-todos svg {
  max-width: 56px;
  margin-bottom: 20px; }
  @media (max-height: 750px) {
    .dashboard .no-todos svg {
      max-width: 30px; } }

.dashboard .no-action-required {
  display: block; }
  .dashboard .no-action-required svg {
    max-width: 56px;
    margin-bottom: 20px; }
  @media (max-height: 750px) {
    .dashboard .no-action-required svg {
      max-width: 40px; } }

.dashboard .ui-sortable-handle {
  cursor: move;
  border-bottom: 1px dotted #e9e9e9; }
  .dashboard .ui-sortable-handle:last-child {
    border: 0; }
  .dashboard .ui-sortable-handle i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 15px;
    display: none; }
    .dashboard .ui-sortable-handle i.fa-times {
      color: #c0534d;
      cursor: pointer; }
  .dashboard .ui-sortable-handle:hover {
    background: #f7f8fa; }
    .dashboard .ui-sortable-handle:hover i {
      display: inline-block; }

.dash-job-applications td {
  min-height: 39px; }

.dash-jobs-require .no-action-required p,
.dash-job-applications .no-action-required p {
  margin-bottom: 0; }

#filemanager-wrapper {
  /*
    ::-webkit-scrollbar {
      width: 10px;
      height: 10px;
      background-color: #fff;
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
    }

    ::-webkit-scrollbar:hover {
      background-color: #eee;
    }

    ::-webkit-scrollbar-thumb {
      min-height: 0.8em;
      min-width: 0.8em;
      background-color: rgba(0, 0, 0, .2);
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
    }

    ::-webkit-scrollbar-thumb:hover {
      background-color: #bbb;
    }

    ::-webkit-scrollbar-thumb:active {
      background-color: #888;
    }
    */ }
  #filemanager-wrapper > div {
    background: #fff; }
  #filemanager-wrapper .navbar {
    min-height: 32px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #1a98f6; }
  #filemanager-wrapper .navbar .navbar-collapse {
    overflow: visible;
    padding: 0; }
  #filemanager-wrapper .navbar .navbar-toggle {
    padding: 5px 10px; }
  #filemanager-wrapper .navbar .navbar-brand {
    font-size: inherit;
    height: 55px;
    line-height: 100%; }
  #filemanager-wrapper .progress {
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 420px;
    background: #fafafa;
    height: 30px; }
    #filemanager-wrapper .progress .progress-bar {
      font-size: 14px;
      line-height: 30px;
      min-width: 52px;
      max-width: 100%; }
  #filemanager-wrapper textarea.code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    min-height: 250px;
    resize: vertical;
    color: #000; }
  #filemanager-wrapper .sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
  #filemanager-wrapper .panel-heading {
    border-bottom: 1px solid #e9e9e9;
    min-height: 42px; }
  #filemanager-wrapper .sidebar {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #e9e9e9; }
  #filemanager-wrapper .main {
    border-left: 1px solid #e9e9e9;
    margin-left: -1px; }
  #filemanager-wrapper .btn-go-back {
    margin-top: -5px; }
  #filemanager-wrapper .nav.nav-list li a {
    padding: 5px;
    font-size: 13px; }
    #filemanager-wrapper .nav.nav-list li a i.chevron {
      font-size: 10px;
      color: #c1c1c1;
      font-weight: 200; }
    #filemanager-wrapper .nav.nav-list li a i.folder {
      font-size: 11px;
      color: #565656;
      font-weight: 200; }
  #filemanager-wrapper .nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px; }
    #filemanager-wrapper .nav-sidebar > li > a {
      color: #7a7a7a;
      padding: 7px 0 7px 16px; }
      #filemanager-wrapper .nav-sidebar > li > a a:hover,
      #filemanager-wrapper .nav-sidebar > li > a a:focus {
        background: none;
        color: #0983de; }
    #filemanager-wrapper .nav-sidebar > li.active > a {
      color: #1a98f6; }
  #filemanager-wrapper .main {
    padding: 0; }
    #filemanager-wrapper .main .page-header {
      margin-top: 0; }
  #filemanager-wrapper .file-tree ul.nav.nav-sidebar {
    margin: 0;
    padding: 0 0 0 12px; }
  #filemanager-wrapper .file-tree ul.nav.nav-sidebar:first-child {
    padding-left: 0; }
  #filemanager-wrapper .file-tree ul.nav.nav-sidebar.file-tree-root > li {
    border-left: none;
    padding-left: 0; }
  #filemanager-wrapper .table td {
    vertical-align: middle; }
  #filemanager-wrapper .iconset {
    padding: 10px; }
  #filemanager-wrapper .col-120 {
    width: 100px;
    max-height: 100px;
    float: left;
    margin-bottom: 9px;
    margin-right: 9px; }
  #filemanager-wrapper .col-120:last-child {
    margin-right: 0; }
  #filemanager-wrapper .noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently */ }
  #filemanager-wrapper .iconset .thumbnail {
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
    border: none;
    background: none; }
  #filemanager-wrapper .table-files tr:hover {
    background: #fafafa; }
  #filemanager-wrapper .table-files tr.selected,
  #filemanager-wrapper .table-files tr.selected:hover,
  #filemanager-wrapper .iconset .thumbnail.selected {
    background: #f7f8fa; }
  #filemanager-wrapper .item-list {
    font-size: 13px; }
  #filemanager-wrapper .iconset .thumbnail .item-icon {
    font-size: 32px; }
  #filemanager-wrapper .detail-sources {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word; }
  #filemanager-wrapper .table > thead > tr > th {
    background: #f7f8fa;
    border-bottom-width: 1px;
    padding: 9px 8px 6px;
    text-align: center;
    font-weight: 500; }
  #filemanager-wrapper .upload-dragover .main {
    opacity: .4; }
  #filemanager-wrapper .upload-dragover:before {
    content: "\e198";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    color: #1a98f6;
    font-size: 8em;
    font-family: 'Glyphicons Halflings'; }
  #filemanager-wrapper .upload-list {
    margin-top: 20px; }
  #filemanager-wrapper .spinner-wrapper {
    margin: 0 auto;
    text-align: center;
    margin-top: 8%; }
  #filemanager-wrapper .sortorder:after {
    color: #1a98f6;
    content: '\25bc'; }
  #filemanager-wrapper .sortorder.reverse:after {
    color: #1a98f6;
    content: '\25b2'; }
  #filemanager-wrapper [ng\:cloak], #filemanager-wrapper [ng-cloak],
  #filemanager-wrapper [data-ng-cloak], #filemanager-wrapper [x-ng-cloak],
  #filemanager-wrapper .ng-cloak, #filemanager-wrapper .x-ng-cloak {
    display: none !important; }
  #filemanager-wrapper .mr2 {
    margin-right: 2px; }
  #filemanager-wrapper .mr5 {
    margin-right: 5px; }
  #filemanager-wrapper .mt10 {
    margin-top: 10px; }
  #filemanager-wrapper .mb0 {
    margin-bottom: 0; }
  #filemanager-wrapper .pointer {
    cursor: pointer; }
  #filemanager-wrapper .block {
    display: block; }
  #filemanager-wrapper .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #filemanager-wrapper .selected-file-details {
    padding-left: 20px; }
  #filemanager-wrapper .item-extension::after {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    content: attr(data-ext);
    left: 4px;
    position: absolute;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    top: 21px; }
  #filemanager-wrapper .selected .item-extension::after {
    color: #1a98f6; }
  #filemanager-wrapper .form-control.search-input {
    max-width: 20em;
    display: inline; }
  #filemanager-wrapper .like-code {
    display: inline; }
  #filemanager-wrapper .point {
    margin-right: 8px;
    font-size: 10px; }
  #filemanager-wrapper .navbar .btn.btn-flat, #filemanager-wrapper .navbar .btn-flat.btn_alt {
    padding: 2px;
    width: 32px;
    height: 30px;
    margin-left: 5px; }
  #filemanager-wrapper .navbar-inverse .navbar-toggle .icon-bar {
    background: #fff; }
  #filemanager-wrapper .navbar-inverse .navbar-form input[type="text"] {
    color: #7a7a7a;
    box-shadow: none;
    margin: 0 10px; }
  #filemanager-wrapper .navbar .navbar-form {
    border-bottom: none;
    border-top: none;
    box-shadow: none;
    padding: 0;
    margin: 12px 0; }
  #filemanager-wrapper .breadcrumb {
    background: none;
    padding: 0;
    font-size: 17px;
    margin: 12px 0;
    overflow: hidden;
    max-height: 30px;
    border: 0; }
    #filemanager-wrapper .breadcrumb > .active,
    #filemanager-wrapper .breadcrumb a {
      color: #fff; }
    #filemanager-wrapper .breadcrumb > li + li:before {
      font-family: 'Glyphicons Halflings';
      content: "\e080";
      font-size: 12px;
      color: #fff; }
  #filemanager-wrapper a:hover,
  #filemanager-wrapper a:active,
  #filemanager-wrapper a:focus,
  #filemanager-wrapper table th > a:hover,
  #filemanager-wrapper table th > a:active,
  #filemanager-wrapper table th > a:focus {
    text-decoration: none; }
  #filemanager-wrapper .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden; }
  #filemanager-wrapper .btn.btn-flat, #filemanager-wrapper .btn-flat.btn_alt {
    background: none;
    color: #4e4e4f; }
    #filemanager-wrapper .btn.btn-flat > i, #filemanager-wrapper .btn-flat.btn_alt > i {
      font-size: 18px;
      width: 18px;
      height: 18px;
      line-height: 100%; }
  #filemanager-wrapper .btn-group.open > .btn-flat,
  #filemanager-wrapper .btn.btn-flat,
  #filemanager-wrapper .btn-flat.btn_alt,
  #filemanager-wrapper .btn.btn-flat:active,
  #filemanager-wrapper .btn-flat.btn_alt:active {
    box-shadow: none; }
  #filemanager-wrapper .icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1); }

#context-menu {
  position: absolute;
  display: none;
  z-index: 9999; }
  #context-menu .dropdown-menu {
    font-size: 14px; }
  #context-menu .dropdown-menu > li > a {
    padding: 6px 20px; }
  #context-menu .dropdown-menu > li > a > i {
    margin-right: 4px; }
  #context-menu .dropdown-menu.dropdown-right-click {
    display: block;
    position: static;
    margin-bottom: 5px; }
  #context-menu .dropdown-menu.dropdown-right-click .divider {
    margin: 3px 0; }

.file-type-dropdown .current-file-type {
  width: 100%;
  cursor: pointer; }
  .file-type-dropdown .current-file-type .file-type-title {
    font-size: 13px; }
  .file-type-dropdown .current-file-type .edit-file-type {
    float: right; }
  .file-type-dropdown .current-file-type.no-type .file-type-title {
    font-style: italic; }

.file-type-dropdown .file-type-dropdown {
  margin-bottom: 10px;
  display: block;
  width: 100% !important; }

.file-type-dropdown .file-type-select-controls {
  margin-left: 3px; }
  .file-type-dropdown .file-type-select-controls .file-type-select-update, .file-type-dropdown .file-type-select-controls .file-type-select-cancel {
    cursor: pointer;
    display: inline !important;
    margin-right: 10px; }

.create-jobs-options .icon {
  color: #1a98f6;
  font-size: 120px;
  text-align: center;
  margin-bottom: 30px; }

#transfer-job .arrow {
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }

.advertised-switch {
  display: inline-block; }
  .advertised-switch .btn, .advertised-switch .btn_alt {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-transform: capitalize;
    background-color: #fff;
    border-color: #e9e9e9;
    color: #000; }
    .advertised-switch .btn:first-of-type, .advertised-switch .btn_alt:first-of-type {
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px; }
    .advertised-switch .btn:last-of-type, .advertised-switch .btn_alt:last-of-type {
      border-bottom-right-radius: 10px;
      border-top-right-radius: 10px; }
    .advertised-switch .btn.active, .advertised-switch .active.btn_alt, .advertised-switch .btn:active, .advertised-switch .btn_alt:active, .advertised-switch .btn.focus, .advertised-switch .focus.btn_alt, .advertised-switch .btn.active.focus, .advertised-switch .active.focus.btn_alt {
      color: #fff;
      background-color: #1a98f6;
      border-color: #1a98f6; }

.multi-switch {
  display: inline-block; }
  .multi-switch .btn, .multi-switch .btn_alt {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-transform: capitalize;
    background-color: #fff;
    border-color: #e9e9e9;
    color: #000; }
    .multi-switch .btn:first-of-type, .multi-switch .btn_alt:first-of-type {
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px; }
    .multi-switch .btn:last-of-type, .multi-switch .btn_alt:last-of-type {
      border-bottom-right-radius: 10px;
      border-top-right-radius: 10px; }
    .multi-switch .btn.active, .multi-switch .active.btn_alt, .multi-switch .btn:active, .multi-switch .btn_alt:active, .multi-switch .btn.focus, .multi-switch .focus.btn_alt, .multi-switch .btn.active.focus, .multi-switch .active.focus.btn_alt {
      color: #fff;
      background-color: #1a98f6;
      border-color: #1a98f6; }

.applicant-stages {
  list-style: none;
  padding: 0;
  margin: 4px 0 0; }
  .applicant-stages li a {
    display: block;
    border: 0 !important;
    margin: 0 4px 4px;
    text-align: left;
    font-weight: 400;
    padding: 8px 10px; }
    .applicant-stages li a .badge {
      background-color: rgba(0, 0, 0, 0.2);
      color: rgba(255, 255, 255, 0.87);
      font-weight: 400; }
  .applicant-stages li.close-job {
    margin-top: 12px; }
    .applicant-stages li.close-job a {
      display: inline-block; }

td.advertised-activity-cell {
  text-align: right; }
  td.advertised-activity-cell .info-icons > span {
    margin: 0 5px; }
  td.advertised-activity-cell .jobs-activity-popover {
    cursor: pointer; }
    td.advertised-activity-cell .jobs-activity-popover i, td.advertised-activity-cell .jobs-activity-popover svg {
      color: #747474; }
    td.advertised-activity-cell .jobs-activity-popover.has_activities i, td.advertised-activity-cell .jobs-activity-popover.has_activities svg {
      color: #1a98f6; }
  td.advertised-activity-cell .job-advertise-popover {
    cursor: pointer; }

table .uploaded-files-table-wrapper {
  display: none; }

.commission-wrapper {
  display: none; }

#add_job_questionnaire .className-wrap, #add_job_questionnaire .name-wrap {
  display: none !important; }

.job-view .panel-heading span {
  padding-bottom: 0 !important; }

.job-view .contacts-list h5 {
  margin-left: 9px; }

.job-view .contacts-list label {
  font-weight: normal; }

.response-type-minimum-label {
  font-style: italic;
  font-weight: normal;
  font-size: 12px; }

.job-view, .jobs-sub-panel {
  padding-right: 0 !important;
  padding-left: 0 !important; }

@media (min-width: 1200px) {
  .job-view-left-panel {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  .job-view-right-panel {
    padding-right: 0 !important; } }

.jobs-navigation {
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex-direction: row;
  position: relative; }
  .jobs-navigation li {
    float: left;
    margin: 0;
    border-right: 1px solid #e9e9e9; }
    .jobs-navigation li > a {
      display: inline-block;
      padding: 10px 15px;
      align-content: center;
      font-size: 13px; }
    .jobs-navigation li > a {
      color: #747474; }
      .jobs-navigation li > a.jobs-nav-active {
        color: #1a98f6; }
      .jobs-navigation li > a:focus, .jobs-navigation li > a:hover {
        background-color: #f7f7f7;
        text-decoration: none; }

.client-contacts-job {
  list-style: none;
  padding-left: 0; }

.note-wrapper {
  display: none; }

.placement-report-table {
  width: 100%;
  display: inline-block; }
  .placement-report-table .adress-cell {
    vertical-align: top; }
  .placement-report-table td {
    padding: 5px 0; }
    .placement-report-table td.title-cell {
      font-weight: bold;
      padding-right: 20px; }
  .placement-report-table h4 {
    color: #1a98f6; }
  .placement-report-table .logo-cell img {
    width: 150px;
    padding-right: 20px; }
  .placement-report-table .recruiter-comms {
    vertical-align: top; }

.contacts-table {
  display: inline-block; }
  .contacts-table td {
    vertical-align: top; }
  .contacts-table h4 {
    color: #1a98f6; }
  .contacts-table ul {
    list-style: none; }

.activities-table h4 {
  color: #1a98f6; }

.activities-table td {
  padding: 5px 0; }
  .activities-table td:not(.heading) {
    border-bottom: 1px solid #4e4e4f; }
  .activities-table td.title-cell {
    font-weight: bold; }

.job-report .details .split {
  padding: 20px; }
  .job-report .details .split dt, .job-report .details .split dd {
    margin-bottom: 20px; }
    .job-report .details .split dt:last-of-type, .job-report .details .split dd:last-of-type {
      margin-bottom: 0; }

.job-report .details a {
  color: inherit; }

.job-report .details dl {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #32302f;
  margin-bottom: 0; }

.job-report .details dt {
  clear: both;
  font-weight: 400; }

.job-report .details dd {
  display: inline-block;
  overflow: hidden; }

@media all and (max-width: 991px) {
  .job-report .details .split + .split {
    padding-top: 0; }
  .job-report .details .split dt {
    margin-bottom: 0; } }

@media all and (min-width: 992px) {
  .job-report .details dt, .job-report .details dd {
    float: left; }
  .job-report .details dt {
    width: 40%; }
  .job-report .details dd {
    width: 60%; }
  .job-report .details dt:last-of-type {
    margin-bottom: 0; } }

.job-report .metrics-summary {
  text-align: center; }
  .job-report .metrics-summary article {
    padding: 20px 40px;
    display: inline-block;
    font-weight: 400; }
    .job-report .metrics-summary article header {
      color: #32302f;
      font-size: 20px;
      margin-bottom: 20px; }
    .job-report .metrics-summary article section {
      font-size: 66px;
      color: #1a98f6;
      margin-bottom: 20px; }
    .job-report .metrics-summary article footer {
      font-size: 34px;
      color: #32302f; }

.login-form a.login-logo img {
  width: 300px; }

.log-filter {
  background: #f7f8fa;
  padding: 15px 0; }

#log-view .expand {
  display: none; }
  #log-view .expand ul {
    margin: 1em 0 0; }

#log-view td {
  position: relative;
  vertical-align: top !important; }
  #log-view td i.toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px 10px 10px;
    text-align: center;
    cursor: pointer; }
    #log-view td i.toggle:before {
      content: "\f054"; }
  #log-view td.open .expand {
    display: block; }
  #log-view td.open i.toggle:before {
    content: "\f078"; }

.reports-jobs .flex-column .panel {
  flex-basis: auto; }

@media print {
  .reports-financial figure.padded {
    padding: 0;
    text-align: left;
    margin-bottom: 10px; }
    .reports-financial figure.padded img {
      max-width: 120px !important; }
  #page-report .panel-heading .pull-right {
    display: none; }
  #page-report .icon-tiles {
    display: block;
    overflow: hidden; }
    #page-report .icon-tiles .tile {
      float: left;
      width: 33%;
      margin-bottom: 0; }
    #page-report .icon-tiles header {
      font-size: 18px; }
  #page-report .tiles-1 .tile,
  #page-report .tiles-2 .tile {
    float: left;
    width: 50%;
    margin-bottom: 10px; }
    #page-report .tiles-1 .tile header,
    #page-report .tiles-1 .tile section,
    #page-report .tiles-2 .tile header,
    #page-report .tiles-2 .tile section {
      padding-left: 0; }
    #page-report .tiles-1 .tile section,
    #page-report .tiles-2 .tile section {
      line-height: 1;
      font-size: 18px; }
  #page-report .pie-chart {
    float: left;
    width: 50%;
    min-height: 422px; }
  #page-report .table-reports td {
    height: auto; } }

.styleguide .colours > div {
  padding: 12px;
  margin: 0 4px 4px 0; }

.styleguide .buttons .btn, .styleguide .buttons .btn_alt {
  display: block;
  margin: 0 0 6px; }

/**
 * Scaffolding
 */
/**
 * Typography
 */
/**
 * Colours
 */
body {
  letter-spacing: .5px; }

/**
 * Colour transformations
 */
/*
darken($gray-darkest, 4.5%) : #222222
darken($gray-darkest, 1.7%) : #29292a
darken($gray-darkest, 4%)   : #232324
*/
/**
 * Global settings
 */
/**
 * Fonts
 */
/**
 * Forms
 */
/**
 * Buttons
 */
/**
 * Panels
 */
/**
 * Labels
 */
/**
 * Pagination (used in datatables
 */
/**
 * Misc
 */
/**
 * Zebra
 */
/**
 * Pipeline Table
 */
/**
 * File manager
 */
/**
 * bootstrap dropdown menus
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .btn_alt > .caret,
  .dropup > .btn > .caret,
  .dropup > .btn_alt > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #32302f;
  background-color: #eef2f5; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #1a98f6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1a98f6;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 3px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #eef2f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #f7f8fa; }

.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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #eef2f5; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 33px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small,
.small {
  font-size: 84%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #eef2f5; }

.text-primary {
  color: #1a98f6; }

a.text-primary:hover,
a.text-primary:focus {
  color: #087dd5; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #1a98f6; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #087dd5; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #f7f8fa; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #f7f8fa; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #eef2f5; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #f7f8fa;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #a7a7a7;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -10px;
  margin-left: -10px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #eef2f5;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #eef2f5; }

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

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

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

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #a7a7a7;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: rgba(0, 0, 0, 0.87); }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  background-image: none;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #1a98f6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 152, 246, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 152, 246, 0.6); }
  .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f7f8fa;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].btn_alt,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].btn_alt,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn_alt,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].btn_alt,
  .input-group-sm
  input[type="month"] {
    line-height: 28px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].btn_alt,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].btn_alt,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn_alt,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].btn_alt,
  .input-group-lg
  input[type="month"] {
    line-height: 45px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 31px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > .form-control-static.btn_alt, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > .form-control-static.btn_alt {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn_alt {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn_alt {
  height: 28px;
  line-height: 28px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn_alt,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].btn_alt {
  height: auto; }

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 29px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn_alt {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn_alt {
  height: 45px;
  line-height: 45px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn_alt,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].btn_alt {
  height: auto; }

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn_alt + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn_alt + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 23px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #746f6d; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px; }

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px; } }

.btn, .btn_alt {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn_alt:focus, .btn.focus, .focus.btn_alt, .btn:active:focus, .btn_alt:active:focus, .btn:active.focus, .btn_alt:active.focus, .btn.active:focus, .active.btn_alt:focus, .btn.active.focus, .active.focus.btn_alt {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn_alt:hover, .btn:focus, .btn_alt:focus, .btn.focus, .focus.btn_alt {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn_alt:active, .btn.active, .active.btn_alt {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.btn_alt, .btn[disabled], [disabled].btn_alt,
  fieldset[disabled] .btn,
  fieldset[disabled] .btn_alt {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.btn_alt,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn_alt {
  pointer-events: none; }

.btn-default, .reports_date_picker .btn, .reports_date_picker .btn_alt {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .reports_date_picker .btn:focus, .reports_date_picker .btn_alt:focus, .btn-default.focus, .reports_date_picker .focus.btn, .reports_date_picker .focus.btn_alt {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .reports_date_picker .btn:hover, .reports_date_picker .btn_alt:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .reports_date_picker .btn:active, .reports_date_picker .btn_alt:active, .btn-default.active, .reports_date_picker .active.btn, .reports_date_picker .active.btn_alt,
  .open > .btn-default.dropdown-toggle, .reports_date_picker
  .open > .dropdown-toggle.btn, .reports_date_picker
  .open > .dropdown-toggle.btn_alt {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .reports_date_picker .btn:active:hover, .reports_date_picker .btn_alt:active:hover, .btn-default:active:focus, .reports_date_picker .btn:active:focus, .reports_date_picker .btn_alt:active:focus, .btn-default:active.focus, .reports_date_picker .btn:active.focus, .reports_date_picker .btn_alt:active.focus, .btn-default.active:hover, .reports_date_picker .active.btn:hover, .reports_date_picker .active.btn_alt:hover, .btn-default.active:focus, .reports_date_picker .active.btn:focus, .reports_date_picker .active.btn_alt:focus, .btn-default.active.focus, .reports_date_picker .active.focus.btn, .reports_date_picker .active.focus.btn_alt,
    .open > .btn-default.dropdown-toggle:hover, .reports_date_picker
    .open > .dropdown-toggle.btn:hover, .reports_date_picker
    .open > .dropdown-toggle.btn_alt:hover,
    .open > .btn-default.dropdown-toggle:focus, .reports_date_picker
    .open > .dropdown-toggle.btn:focus, .reports_date_picker
    .open > .dropdown-toggle.btn_alt:focus,
    .open > .btn-default.dropdown-toggle.focus, .reports_date_picker
    .open > .dropdown-toggle.focus.btn, .reports_date_picker
    .open > .dropdown-toggle.focus.btn_alt {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .reports_date_picker .disabled.btn:hover, .reports_date_picker .disabled.btn_alt:hover, .btn-default.disabled:focus, .reports_date_picker .disabled.btn:focus, .reports_date_picker .disabled.btn_alt:focus, .btn-default.disabled.focus, .reports_date_picker .disabled.focus.btn, .reports_date_picker .disabled.focus.btn_alt, .btn-default[disabled]:hover, .reports_date_picker [disabled].btn:hover, .reports_date_picker [disabled].btn_alt:hover, .btn-default[disabled]:focus, .reports_date_picker [disabled].btn:focus, .reports_date_picker [disabled].btn_alt:focus, .btn-default[disabled].focus, .reports_date_picker [disabled].focus.btn, .reports_date_picker [disabled].focus.btn_alt,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .reports_date_picker .btn:hover, .reports_date_picker
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .reports_date_picker .btn_alt:hover, .reports_date_picker
  fieldset[disabled] .btn_alt:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .reports_date_picker .btn:focus, .reports_date_picker
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .reports_date_picker .btn_alt:focus, .reports_date_picker
  fieldset[disabled] .btn_alt:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .reports_date_picker .focus.btn, .reports_date_picker
  fieldset[disabled] .focus.btn,
  fieldset[disabled] .reports_date_picker .focus.btn_alt, .reports_date_picker
  fieldset[disabled] .focus.btn_alt {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .reports_date_picker .btn .badge, .reports_date_picker .btn_alt .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add {
  color: #fff;
  background-color: #1a98f6;
  border-color: #098ced; }
  .btn-primary:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:focus, .btn-primary.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.focus.add {
    color: #fff;
    background-color: #087dd5;
    border-color: #054473; }
  .btn-primary:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:hover {
    color: #fff;
    background-color: #087dd5;
    border-color: #0769b2; }
  .btn-primary:active, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:active, .btn-primary.active, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.active.add,
  .open > .btn-primary.dropdown-toggle, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
  .open > a.dropdown-toggle.add {
    color: #fff;
    background-color: #087dd5;
    background-image: none;
    border-color: #0769b2; }
    .btn-primary:active:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:active:hover, .btn-primary:active:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:active:focus, .btn-primary:active.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:active.focus, .btn-primary.active:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.active.add:hover, .btn-primary.active:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.active.add:focus, .btn-primary.active.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.active.focus.add,
    .open > .btn-primary.dropdown-toggle:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
    .open > a.dropdown-toggle.add:hover,
    .open > .btn-primary.dropdown-toggle:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
    .open > a.dropdown-toggle.add:focus,
    .open > .btn-primary.dropdown-toggle.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
    .open > a.dropdown-toggle.focus.add {
      color: #fff;
      background-color: #0769b2;
      border-color: #054473; }
  .btn-primary.disabled:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.disabled.add:hover, .btn-primary.disabled:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.disabled.add:focus, .btn-primary.disabled.focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.disabled.focus.add, .btn-primary[disabled]:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a[disabled].add:hover, .btn-primary[disabled]:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a[disabled].add:focus, .btn-primary[disabled].focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a[disabled].focus.add,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:hover, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
  fieldset[disabled] a.add:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add:focus, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
  fieldset[disabled] a.add:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.focus.add, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions
  fieldset[disabled] a.focus.add {
    background-color: #1a98f6;
    border-color: #098ced; }
  .btn-primary .badge, #job_questionnaire .form-wrap .stage-wrap .frmb li.form-field .option-actions a.add .badge {
    color: #1a98f6;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #8bc34a;
  border-color: #7eb73d; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #71a436;
    border-color: #3c571d; }
  .btn-success:hover {
    color: #fff;
    background-color: #71a436;
    border-color: #5f892d; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #71a436;
    background-image: none;
    border-color: #5f892d; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #5f892d;
      border-color: #3c571d; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #8bc34a;
    border-color: #7eb73d; }
  .btn-success .badge {
    color: #8bc34a;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.72);
  border-color: rgba(0, 0, 0, 0.72); }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: rgba(0, 0, 0, 0.72); }
  .btn-info:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: rgba(0, 0, 0, 0.72); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    background-image: none;
    border-color: rgba(0, 0, 0, 0.72); }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.72);
      border-color: rgba(0, 0, 0, 0.72); }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: rgba(0, 0, 0, 0.72);
    border-color: rgba(0, 0, 0, 0.72); }
  .btn-info .badge {
    color: rgba(0, 0, 0, 0.72);
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #c0534d;
  border-color: #b44640; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a13e39;
    border-color: #56211e; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a13e39;
    border-color: #873430; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a13e39;
    background-image: none;
    border-color: #873430; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #873430;
      border-color: #56211e; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #c0534d;
    border-color: #b44640; }
  .btn-danger .badge {
    color: #c0534d;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #1a98f6;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #1a98f6;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #eef2f5;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn_alt {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn_alt {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .btn_alt {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #32302f;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #32302f;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1a98f6;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #eef2f5; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #eef2f5;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .btn_alt,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn_alt {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn_alt:hover, .btn-group > .btn:focus, .btn-group > .btn_alt:focus, .btn-group > .btn:active, .btn-group > .btn_alt:active, .btn-group > .btn.active, .btn-group > .active.btn_alt,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn_alt:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn_alt:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn_alt:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.btn_alt {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn_alt + .btn, .btn-group .btn + .btn_alt, .btn-group .btn_alt + .btn_alt,
.btn-group .btn + .btn-group,
.btn-group .btn_alt + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn_alt,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .btn_alt,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .btn_alt,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn_alt:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .btn_alt:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn_alt:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn_alt:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn_alt {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn_alt:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn_alt:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > .btn_alt + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .btn_alt + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .btn_alt .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .btn_alt .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .btn_alt .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn_alt,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn_alt {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .btn_alt {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn_alt + .btn, .btn-group-vertical > .btn + .btn_alt, .btn-group-vertical > .btn_alt + .btn_alt,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn_alt + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn_alt,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn_alt:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn_alt:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .btn_alt:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn_alt {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn_alt:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn_alt:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .btn_alt,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .btn_alt {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn_alt input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn_alt input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn_alt input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn_alt input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  background-color: #f7f8fa;
  border: 1px solid #e9e9e9;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.btn_alt {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.btn_alt {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 3px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn_alt,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn_alt,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn_alt:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn_alt {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn_alt,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn_alt,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn_alt:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn_alt {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .btn_alt {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .btn_alt + .btn, .input-group-btn > .btn + .btn_alt, .input-group-btn > .btn_alt + .btn_alt {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn_alt:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn_alt:focus, .input-group-btn > .btn:active, .input-group-btn > .btn_alt:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn_alt,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn_alt,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f7f8fa; }
    .nav > li.disabled > a {
      color: #eef2f5; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #eef2f5;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f7f8fa;
    border-color: #1a98f6; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f7f8fa #f7f8fa #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #e9e9e9;
      cursor: default;
      background-color: #eef2f5;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #1a98f6; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #eef2f5; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 16px 10px;
  font-size: 17px;
  line-height: 18px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 16px;
          padding-bottom: 16px; } }

.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.btn_alt {
    margin-top: 11px;
    margin-bottom: 11px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.btn_alt {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 10px;
      margin-left: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #1a98f6;
  border-color: #087dd5; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #087dd5; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #087dd5; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #087dd5; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #087dd5; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #087dd5; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #0986e3; }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #eef2f5; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #a7a7a7;
      text-decoration: none;
      background-color: transparent;
      border: 1px solid #e9e9e9; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #1a98f6;
        background-color: #f7f8fa;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1a98f6;
    border-color: #1a98f6; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #a7a7a7;
    cursor: not-allowed;
    background-color: #eef2f5;
    border-color: #e9e9e9; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border: 1px solid #e9e9e9;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #f7f8fa; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #a7a7a7;
    cursor: not-allowed;
    background-color: transparent; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .btn_alt .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #a7a7a7; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #8e8e8e; }

.label-primary {
  background-color: #1a98f6; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #087dd5; }

.label-success {
  background-color: #8bc34a; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #71a436; }

.label-info {
  background-color: #2d2d2d; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #141414; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #c0534d; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #a13e39; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #eef2f5;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .btn_alt .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn_alt .badge,
  .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn_alt .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #1a98f6;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f7f8fa; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d8dde6; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 59px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #eef2f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #32302f; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1a98f6; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #b7dffc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #1a98f6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #8bc34a; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #eef2f5; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #c0534d; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #eef2f5;
    cursor: not-allowed;
    background-color: #f7f8fa; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #eef2f5; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #1a98f6;
    border-color: #1a98f6; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #def0fe; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 24px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 0px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 24px;
    padding-left: 24px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #a7a7a7;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #a7a7a7; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #1a98f6; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #1a98f6;
    border-color: #1a98f6; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #1a98f6; }
    .panel-primary > .panel-heading .badge {
      color: #1a98f6;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1a98f6; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: transparent; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #2d2d2d;
    border-color: transparent; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-info > .panel-heading .badge {
      color: #2d2d2d;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 3px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .btn_alt + .btn, .modal-footer .btn + .btn_alt, .modal-footer .btn_alt + .btn_alt {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn_alt + .btn, .modal-footer .btn-group .btn + .btn_alt, .modal-footer .btn-group .btn_alt + .btn_alt {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 11px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .btn_alt {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.btn, .btn_alt {
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  /*i:first-child {
      margin-right: 4px;
    }

    i:last-child {
      margin-left: 4px;
    }*/ }
  .btn span, .btn_alt span {
    margin-left: 5px; }
  .btn.btn-white, .btn-white.btn_alt {
    color: #fff;
    background-color: #4e4e4f;
    border-color: transparent; }
    .btn.btn-white:focus, .btn-white.btn_alt:focus, .btn.btn-white.focus, .btn-white.focus.btn_alt {
      color: #fff;
      background-color: #353535;
      border-color: transparent; }
    .btn.btn-white:hover, .btn-white.btn_alt:hover {
      color: #fff;
      background-color: #353535;
      border-color: transparent; }
    .btn.btn-white:active, .btn-white.btn_alt:active, .btn.btn-white.active, .btn-white.active.btn_alt,
    .open > .btn.btn-white.dropdown-toggle,
    .open > .btn-white.dropdown-toggle.btn_alt {
      color: #fff;
      background-color: #353535;
      background-image: none;
      border-color: transparent; }
      .btn.btn-white:active:hover, .btn-white.btn_alt:active:hover, .btn.btn-white:active:focus, .btn-white.btn_alt:active:focus, .btn.btn-white:active.focus, .btn-white.btn_alt:active.focus, .btn.btn-white.active:hover, .btn-white.active.btn_alt:hover, .btn.btn-white.active:focus, .btn-white.active.btn_alt:focus, .btn.btn-white.active.focus, .btn-white.active.focus.btn_alt,
      .open > .btn.btn-white.dropdown-toggle:hover,
      .open > .btn-white.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-white.dropdown-toggle:focus,
      .open > .btn-white.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-white.dropdown-toggle.focus,
      .open > .btn-white.dropdown-toggle.focus.btn_alt {
        color: #fff;
        background-color: #232323;
        border-color: transparent; }
    .btn.btn-white.disabled:hover, .btn-white.disabled.btn_alt:hover, .btn.btn-white.disabled:focus, .btn-white.disabled.btn_alt:focus, .btn.btn-white.disabled.focus, .btn-white.disabled.focus.btn_alt, .btn.btn-white[disabled]:hover, .btn-white[disabled].btn_alt:hover, .btn.btn-white[disabled]:focus, .btn-white[disabled].btn_alt:focus, .btn.btn-white[disabled].focus, .btn-white[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-white:hover,
    fieldset[disabled] .btn-white.btn_alt:hover,
    fieldset[disabled] .btn.btn-white:focus,
    fieldset[disabled] .btn-white.btn_alt:focus,
    fieldset[disabled] .btn.btn-white.focus,
    fieldset[disabled] .btn-white.focus.btn_alt {
      background-color: #4e4e4f;
      border-color: transparent; }
    .btn.btn-white .badge, .btn-white.btn_alt .badge {
      color: #4e4e4f;
      background-color: #fff; }
  .btn.btn-red, .btn-red.btn_alt {
    color: #c0534d;
    background-color: #4e4e4f;
    border-color: transparent; }
    .btn.btn-red:focus, .btn-red.btn_alt:focus, .btn.btn-red.focus, .btn-red.focus.btn_alt {
      color: #c0534d;
      background-color: #353535;
      border-color: transparent; }
    .btn.btn-red:hover, .btn-red.btn_alt:hover {
      color: #c0534d;
      background-color: #353535;
      border-color: transparent; }
    .btn.btn-red:active, .btn-red.btn_alt:active, .btn.btn-red.active, .btn-red.active.btn_alt,
    .open > .btn.btn-red.dropdown-toggle,
    .open > .btn-red.dropdown-toggle.btn_alt {
      color: #c0534d;
      background-color: #353535;
      background-image: none;
      border-color: transparent; }
      .btn.btn-red:active:hover, .btn-red.btn_alt:active:hover, .btn.btn-red:active:focus, .btn-red.btn_alt:active:focus, .btn.btn-red:active.focus, .btn-red.btn_alt:active.focus, .btn.btn-red.active:hover, .btn-red.active.btn_alt:hover, .btn.btn-red.active:focus, .btn-red.active.btn_alt:focus, .btn.btn-red.active.focus, .btn-red.active.focus.btn_alt,
      .open > .btn.btn-red.dropdown-toggle:hover,
      .open > .btn-red.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-red.dropdown-toggle:focus,
      .open > .btn-red.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-red.dropdown-toggle.focus,
      .open > .btn-red.dropdown-toggle.focus.btn_alt {
        color: #c0534d;
        background-color: #232323;
        border-color: transparent; }
    .btn.btn-red.disabled:hover, .btn-red.disabled.btn_alt:hover, .btn.btn-red.disabled:focus, .btn-red.disabled.btn_alt:focus, .btn.btn-red.disabled.focus, .btn-red.disabled.focus.btn_alt, .btn.btn-red[disabled]:hover, .btn-red[disabled].btn_alt:hover, .btn.btn-red[disabled]:focus, .btn-red[disabled].btn_alt:focus, .btn.btn-red[disabled].focus, .btn-red[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-red:hover,
    fieldset[disabled] .btn-red.btn_alt:hover,
    fieldset[disabled] .btn.btn-red:focus,
    fieldset[disabled] .btn-red.btn_alt:focus,
    fieldset[disabled] .btn.btn-red.focus,
    fieldset[disabled] .btn-red.focus.btn_alt {
      background-color: #4e4e4f;
      border-color: transparent; }
    .btn.btn-red .badge, .btn-red.btn_alt .badge {
      color: #4e4e4f;
      background-color: #c0534d; }
  .btn.btn-black-outline, .btn-black-outline.btn_alt {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline:focus, .btn-black-outline.btn_alt:focus, .btn.btn-black-outline.focus, .btn-black-outline.focus.btn_alt {
      color: rgba(0, 0, 0, 0.87);
      background-color: #e6e6e6;
      border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline:hover, .btn-black-outline.btn_alt:hover {
      color: rgba(0, 0, 0, 0.87);
      background-color: #e6e6e6;
      border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline:active, .btn-black-outline.btn_alt:active, .btn.btn-black-outline.active, .btn-black-outline.active.btn_alt,
    .open > .btn.btn-black-outline.dropdown-toggle,
    .open > .btn-black-outline.dropdown-toggle.btn_alt {
      color: rgba(0, 0, 0, 0.87);
      background-color: #e6e6e6;
      background-image: none;
      border-color: rgba(0, 0, 0, 0.87); }
      .btn.btn-black-outline:active:hover, .btn-black-outline.btn_alt:active:hover, .btn.btn-black-outline:active:focus, .btn-black-outline.btn_alt:active:focus, .btn.btn-black-outline:active.focus, .btn-black-outline.btn_alt:active.focus, .btn.btn-black-outline.active:hover, .btn-black-outline.active.btn_alt:hover, .btn.btn-black-outline.active:focus, .btn-black-outline.active.btn_alt:focus, .btn.btn-black-outline.active.focus, .btn-black-outline.active.focus.btn_alt,
      .open > .btn.btn-black-outline.dropdown-toggle:hover,
      .open > .btn-black-outline.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-black-outline.dropdown-toggle:focus,
      .open > .btn-black-outline.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-black-outline.dropdown-toggle.focus,
      .open > .btn-black-outline.dropdown-toggle.focus.btn_alt {
        color: rgba(0, 0, 0, 0.87);
        background-color: #d4d4d4;
        border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline.disabled:hover, .btn-black-outline.disabled.btn_alt:hover, .btn.btn-black-outline.disabled:focus, .btn-black-outline.disabled.btn_alt:focus, .btn.btn-black-outline.disabled.focus, .btn-black-outline.disabled.focus.btn_alt, .btn.btn-black-outline[disabled]:hover, .btn-black-outline[disabled].btn_alt:hover, .btn.btn-black-outline[disabled]:focus, .btn-black-outline[disabled].btn_alt:focus, .btn.btn-black-outline[disabled].focus, .btn-black-outline[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-black-outline:hover,
    fieldset[disabled] .btn-black-outline.btn_alt:hover,
    fieldset[disabled] .btn.btn-black-outline:focus,
    fieldset[disabled] .btn-black-outline.btn_alt:focus,
    fieldset[disabled] .btn.btn-black-outline.focus,
    fieldset[disabled] .btn-black-outline.focus.btn_alt {
      background-color: #fff;
      border-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline .badge, .btn-black-outline.btn_alt .badge {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.87); }
    .btn.btn-black-outline.active, .btn-black-outline.active.btn_alt, .btn.btn-black-outline:active, .btn-black-outline.btn_alt:active, .btn.btn-black-outline:focus, .btn-black-outline.btn_alt:focus {
      background: #4e4e4f !important;
      color: #fff !important; }
  .btn.btn-circle, .btn-circle.btn_alt {
    border-radius: 50%; }
  .btn.btn-black-on-white, .btn-black-on-white.btn_alt {
    color: #000;
    background-color: #fff;
    border-color: transparent; }
    .btn.btn-black-on-white:focus, .btn-black-on-white.btn_alt:focus, .btn.btn-black-on-white.focus, .btn-black-on-white.focus.btn_alt {
      color: #000;
      background-color: #e6e6e6;
      border-color: transparent; }
    .btn.btn-black-on-white:hover, .btn-black-on-white.btn_alt:hover {
      color: #000;
      background-color: #e6e6e6;
      border-color: transparent; }
    .btn.btn-black-on-white:active, .btn-black-on-white.btn_alt:active, .btn.btn-black-on-white.active, .btn-black-on-white.active.btn_alt,
    .open > .btn.btn-black-on-white.dropdown-toggle,
    .open > .btn-black-on-white.dropdown-toggle.btn_alt {
      color: #000;
      background-color: #e6e6e6;
      background-image: none;
      border-color: transparent; }
      .btn.btn-black-on-white:active:hover, .btn-black-on-white.btn_alt:active:hover, .btn.btn-black-on-white:active:focus, .btn-black-on-white.btn_alt:active:focus, .btn.btn-black-on-white:active.focus, .btn-black-on-white.btn_alt:active.focus, .btn.btn-black-on-white.active:hover, .btn-black-on-white.active.btn_alt:hover, .btn.btn-black-on-white.active:focus, .btn-black-on-white.active.btn_alt:focus, .btn.btn-black-on-white.active.focus, .btn-black-on-white.active.focus.btn_alt,
      .open > .btn.btn-black-on-white.dropdown-toggle:hover,
      .open > .btn-black-on-white.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-black-on-white.dropdown-toggle:focus,
      .open > .btn-black-on-white.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-black-on-white.dropdown-toggle.focus,
      .open > .btn-black-on-white.dropdown-toggle.focus.btn_alt {
        color: #000;
        background-color: #d4d4d4;
        border-color: transparent; }
    .btn.btn-black-on-white.disabled:hover, .btn-black-on-white.disabled.btn_alt:hover, .btn.btn-black-on-white.disabled:focus, .btn-black-on-white.disabled.btn_alt:focus, .btn.btn-black-on-white.disabled.focus, .btn-black-on-white.disabled.focus.btn_alt, .btn.btn-black-on-white[disabled]:hover, .btn-black-on-white[disabled].btn_alt:hover, .btn.btn-black-on-white[disabled]:focus, .btn-black-on-white[disabled].btn_alt:focus, .btn.btn-black-on-white[disabled].focus, .btn-black-on-white[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-black-on-white:hover,
    fieldset[disabled] .btn-black-on-white.btn_alt:hover,
    fieldset[disabled] .btn.btn-black-on-white:focus,
    fieldset[disabled] .btn-black-on-white.btn_alt:focus,
    fieldset[disabled] .btn.btn-black-on-white.focus,
    fieldset[disabled] .btn-black-on-white.focus.btn_alt {
      background-color: #fff;
      border-color: transparent; }
    .btn.btn-black-on-white .badge, .btn-black-on-white.btn_alt .badge {
      color: #fff;
      background-color: #000; }
  .btn.btn-grey-light, .btn-grey-light.btn_alt {
    color: #fff;
    background-color: #a7a7a7;
    border-color: transparent; }
    .btn.btn-grey-light:focus, .btn-grey-light.btn_alt:focus, .btn.btn-grey-light.focus, .btn-grey-light.focus.btn_alt {
      color: #fff;
      background-color: #8e8e8e;
      border-color: transparent; }
    .btn.btn-grey-light:hover, .btn-grey-light.btn_alt:hover {
      color: #fff;
      background-color: #8e8e8e;
      border-color: transparent; }
    .btn.btn-grey-light:active, .btn-grey-light.btn_alt:active, .btn.btn-grey-light.active, .btn-grey-light.active.btn_alt,
    .open > .btn.btn-grey-light.dropdown-toggle,
    .open > .btn-grey-light.dropdown-toggle.btn_alt {
      color: #fff;
      background-color: #8e8e8e;
      background-image: none;
      border-color: transparent; }
      .btn.btn-grey-light:active:hover, .btn-grey-light.btn_alt:active:hover, .btn.btn-grey-light:active:focus, .btn-grey-light.btn_alt:active:focus, .btn.btn-grey-light:active.focus, .btn-grey-light.btn_alt:active.focus, .btn.btn-grey-light.active:hover, .btn-grey-light.active.btn_alt:hover, .btn.btn-grey-light.active:focus, .btn-grey-light.active.btn_alt:focus, .btn.btn-grey-light.active.focus, .btn-grey-light.active.focus.btn_alt,
      .open > .btn.btn-grey-light.dropdown-toggle:hover,
      .open > .btn-grey-light.dropdown-toggle.btn_alt:hover,
      .open > .btn.btn-grey-light.dropdown-toggle:focus,
      .open > .btn-grey-light.dropdown-toggle.btn_alt:focus,
      .open > .btn.btn-grey-light.dropdown-toggle.focus,
      .open > .btn-grey-light.dropdown-toggle.focus.btn_alt {
        color: #fff;
        background-color: #7c7c7c;
        border-color: transparent; }
    .btn.btn-grey-light.disabled:hover, .btn-grey-light.disabled.btn_alt:hover, .btn.btn-grey-light.disabled:focus, .btn-grey-light.disabled.btn_alt:focus, .btn.btn-grey-light.disabled.focus, .btn-grey-light.disabled.focus.btn_alt, .btn.btn-grey-light[disabled]:hover, .btn-grey-light[disabled].btn_alt:hover, .btn.btn-grey-light[disabled]:focus, .btn-grey-light[disabled].btn_alt:focus, .btn.btn-grey-light[disabled].focus, .btn-grey-light[disabled].focus.btn_alt,
    fieldset[disabled] .btn.btn-grey-light:hover,
    fieldset[disabled] .btn-grey-light.btn_alt:hover,
    fieldset[disabled] .btn.btn-grey-light:focus,
    fieldset[disabled] .btn-grey-light.btn_alt:focus,
    fieldset[disabled] .btn.btn-grey-light.focus,
    fieldset[disabled] .btn-grey-light.focus.btn_alt {
      background-color: #a7a7a7;
      border-color: transparent; }
    .btn.btn-grey-light .badge, .btn-grey-light.btn_alt .badge {
      color: #a7a7a7;
      background-color: #fff; }
  .btn.btn-action, .btn-action.btn_alt, .reports_date_picker .btn.active_date, .reports_date_picker .active_date.btn_alt {
    color: #fff;
    background-color: #FC5F39;
    border-color: transparent; }
    .btn.btn-action:focus, .btn-action.btn_alt:focus, .reports_date_picker .btn.active_date:focus, .reports_date_picker .active_date.btn_alt:focus, .btn.btn-action.focus, .btn-action.focus.btn_alt, .reports_date_picker .btn.focus.active_date, .reports_date_picker .focus.active_date.btn_alt {
      color: #fff;
      background-color: #fb3607;
      border-color: transparent; }
    .btn.btn-action:hover, .btn-action.btn_alt:hover, .reports_date_picker .btn.active_date:hover, .reports_date_picker .active_date.btn_alt:hover {
      color: #fff;
      background-color: #fb3607;
      border-color: transparent; }
    .btn.btn-action:active, .btn-action.btn_alt:active, .reports_date_picker .btn.active_date:active, .reports_date_picker .active_date.btn_alt:active, .btn.btn-action.active, .btn-action.active.btn_alt, .reports_date_picker .btn.active.active_date, .reports_date_picker .active.active_date.btn_alt,
    .open > .btn.btn-action.dropdown-toggle,
    .open > .btn-action.dropdown-toggle.btn_alt, .reports_date_picker
    .open > .btn.dropdown-toggle.active_date, .reports_date_picker
    .open > .dropdown-toggle.active_date.btn_alt {
      color: #fff;
      background-color: #fb3607;
      background-image: none;
      border-color: transparent; }
      .btn.btn-action:active:hover, .btn-action.btn_alt:active:hover, .reports_date_picker .btn.active_date:active:hover, .reports_date_picker .active_date.btn_alt:active:hover, .btn.btn-action:active:focus, .btn-action.btn_alt:active:focus, .reports_date_picker .btn.active_date:active:focus, .reports_date_picker .active_date.btn_alt:active:focus, .btn.btn-action:active.focus, .btn-action.btn_alt:active.focus, .reports_date_picker .btn.active_date:active.focus, .reports_date_picker .active_date.btn_alt:active.focus, .btn.btn-action.active:hover, .btn-action.active.btn_alt:hover, .reports_date_picker .btn.active.active_date:hover, .reports_date_picker .active.active_date.btn_alt:hover, .btn.btn-action.active:focus, .btn-action.active.btn_alt:focus, .reports_date_picker .btn.active.active_date:focus, .reports_date_picker .active.active_date.btn_alt:focus, .btn.btn-action.active.focus, .btn-action.active.focus.btn_alt, .reports_date_picker .btn.active.focus.active_date, .reports_date_picker .active.focus.active_date.btn_alt,
      .open > .btn.btn-action.dropdown-toggle:hover,
      .open > .btn-action.dropdown-toggle.btn_alt:hover, .reports_date_picker
      .open > .btn.dropdown-toggle.active_date:hover, .reports_date_picker
      .open > .dropdown-toggle.active_date.btn_alt:hover,
      .open > .btn.btn-action.dropdown-toggle:focus,
      .open > .btn-action.dropdown-toggle.btn_alt:focus, .reports_date_picker
      .open > .btn.dropdown-toggle.active_date:focus, .reports_date_picker
      .open > .dropdown-toggle.active_date.btn_alt:focus,
      .open > .btn.btn-action.dropdown-toggle.focus,
      .open > .btn-action.dropdown-toggle.focus.btn_alt, .reports_date_picker
      .open > .btn.dropdown-toggle.focus.active_date, .reports_date_picker
      .open > .dropdown-toggle.focus.active_date.btn_alt {
        color: #fff;
        background-color: #db2d03;
        border-color: transparent; }
    .btn.btn-action.disabled:hover, .btn-action.disabled.btn_alt:hover, .reports_date_picker .btn.disabled.active_date:hover, .reports_date_picker .disabled.active_date.btn_alt:hover, .btn.btn-action.disabled:focus, .btn-action.disabled.btn_alt:focus, .reports_date_picker .btn.disabled.active_date:focus, .reports_date_picker .disabled.active_date.btn_alt:focus, .btn.btn-action.disabled.focus, .btn-action.disabled.focus.btn_alt, .reports_date_picker .btn.disabled.focus.active_date, .reports_date_picker .disabled.focus.active_date.btn_alt, .btn.btn-action[disabled]:hover, .btn-action[disabled].btn_alt:hover, .reports_date_picker .btn[disabled].active_date:hover, .reports_date_picker [disabled].active_date.btn_alt:hover, .btn.btn-action[disabled]:focus, .btn-action[disabled].btn_alt:focus, .reports_date_picker .btn[disabled].active_date:focus, .reports_date_picker [disabled].active_date.btn_alt:focus, .btn.btn-action[disabled].focus, .btn-action[disabled].focus.btn_alt, .reports_date_picker .btn[disabled].focus.active_date, .reports_date_picker [disabled].focus.active_date.btn_alt,
    fieldset[disabled] .btn.btn-action:hover,
    fieldset[disabled] .btn-action.btn_alt:hover,
    fieldset[disabled] .reports_date_picker .btn.active_date:hover, .reports_date_picker
    fieldset[disabled] .btn.active_date:hover,
    fieldset[disabled] .reports_date_picker .active_date.btn_alt:hover, .reports_date_picker
    fieldset[disabled] .active_date.btn_alt:hover,
    fieldset[disabled] .btn.btn-action:focus,
    fieldset[disabled] .btn-action.btn_alt:focus,
    fieldset[disabled] .reports_date_picker .btn.active_date:focus, .reports_date_picker
    fieldset[disabled] .btn.active_date:focus,
    fieldset[disabled] .reports_date_picker .active_date.btn_alt:focus, .reports_date_picker
    fieldset[disabled] .active_date.btn_alt:focus,
    fieldset[disabled] .btn.btn-action.focus,
    fieldset[disabled] .btn-action.focus.btn_alt,
    fieldset[disabled] .reports_date_picker .btn.focus.active_date, .reports_date_picker
    fieldset[disabled] .btn.focus.active_date,
    fieldset[disabled] .reports_date_picker .focus.active_date.btn_alt, .reports_date_picker
    fieldset[disabled] .focus.active_date.btn_alt {
      background-color: #FC5F39;
      border-color: transparent; }
    .btn.btn-action .badge, .btn-action.btn_alt .badge, .reports_date_picker .btn.active_date .badge, .reports_date_picker .active_date.btn_alt .badge {
      color: #FC5F39;
      background-color: #fff; }
  .btn.btn-link, .btn-link.btn_alt {
    color: #32302f; }
  .btn.btn-disabled, .btn-disabled.btn_alt {
    background-color: #a7a7a7;
    border-color: #a7a7a7; }
  @media all and (min-width: 768px) {
    .btn + .btn:not(.pull-right), .btn_alt + .btn:not(.pull-right), .btn + .btn_alt:not(.pull-right), .btn_alt + .btn_alt:not(.pull-right) {
      margin-left: 9px; }
    .btn.pull-right + .btn.pull-right, .pull-right.btn_alt + .btn.pull-right, .btn.pull-right + .pull-right.btn_alt, .pull-right.btn_alt + .pull-right.btn_alt {
      margin-right: 9px; } }

div.toggle-group .btn + .btn, div.toggle-group .btn_alt + .btn, div.toggle-group .btn + .btn_alt, div.toggle-group .btn_alt + .btn_alt {
  margin-left: 0; }

.candidate-create-footer .candidate-create-file-select {
  transition: background-color 400ms, border-bottom-color 400ms, border-top-color 400ms, border-right-color 400ms, border-left-color 400ms; }

.candidate-create-footer button svg {
  display: none; }

.btn-single-action svg {
  margin-top: -2px; }

.dropdown-backdrop {
  display: none; }

.btn .fa-spinner, .btn_alt .fa-spinner {
  display: none;
  margin-right: 8px; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0; }

#widget-settings .preview-wrapper {
  display: none; }
  #widget-settings .preview-wrapper .col-sm-8 .panel-body {
    max-height: 450px;
    overflow: auto; }

#widget-settings iframe {
  border: 0;
  width: 100%;
  margin: 0;
  display: block; }

#widget-settings .jobs-list.list,
#widget-settings iframe {
  height: 450px; }

#widget-settings .jobs-list.grid,
#widget-settings .grid iframe {
  height: 600px;
  overflow: auto; }

.iframe-overview-wrapper {
  overflow: hidden; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.iframe-search-filter {
  width: 100%;
  display: block;
  padding: 10px; }
  .iframe-search-filter .search {
    width: 100%;
    position: relative; }
    .iframe-search-filter .search .searchTerm {
      width: 100%;
      border: 1px solid #e9e9e9;
      padding: 15px;
      height: 20px;
      border-radius: 2px;
      outline: none;
      color: #000; }
  .iframe-search-filter .filters-boxes {
    width: 90%;
    padding: 15px 0;
    float: left;
    /* Transition */ }
    @media screen and (max-width: 550px) {
      .iframe-search-filter .filters-boxes {
        width: 100%; } }
    .iframe-search-filter .filters-boxes select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      outline: 0;
      box-shadow: none;
      border: 0 !important;
      background: #fff;
      font-size: 12px; }
    .iframe-search-filter .filters-boxes .select {
      position: relative;
      display: inline-block;
      width: 32%;
      height: 3em;
      background: #fff;
      border: 1px solid #e9e9e9;
      overflow: hidden;
      border-radius: .25em; }
      @media screen and (max-width: 550px) {
        .iframe-search-filter .filters-boxes .select {
          display: block;
          width: 100%;
          margin-bottom: 5px; } }
    .iframe-search-filter .filters-boxes select {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 0 0 .5em;
      color: #747474;
      cursor: pointer; }
      .iframe-search-filter .filters-boxes select::-ms-expand {
        display: none; }
    .iframe-search-filter .filters-boxes .select::after {
      content: '\25BC';
      position: absolute;
      top: 25%;
      right: 0;
      font-size: 12px;
      bottom: 0;
      padding: 0 1em;
      pointer-events: none; }
    .iframe-search-filter .filters-boxes .select:hover::after {
      color: #1a98f6; }
    .iframe-search-filter .filters-boxes .select::after {
      -webkit-transition: .25s all ease;
      -o-transition: .25s all ease;
      transition: .25s all ease; }
  .iframe-search-filter .reset-filters {
    padding: 20px 0 15px; }

article.iframe-job {
  border-bottom: 1px solid #EEE; }
  article.iframe-job img {
    max-width: 100%; }
  article.iframe-job .noshow {
    display: none; }
  article.iframe-job h2 {
    font-size: 24px !important;
    margin: 12px 0 !important; }
  article.iframe-job:last-child {
    margin-bottom: 0; }
  article.iframe-job p {
    margin-bottom: 6px;
    font-size: 12px; }
  article.iframe-job .salary_range {
    font-size: 1.2em; }
  article.iframe-job .description_snippit {
    margin-bottom: 1em;
    font-size: 14px; }
  article.iframe-job .apply-button {
    margin: 12px 0 0; }
    article.iframe-job .apply-button a {
      display: inline-block;
      padding: 6px 12px;
      border-radius: 4px;
      position: relative; }

.jobs-list.grid article {
  padding: 10px;
  border: 0 !important; }

.jobs-list.grid section .area {
  font-style: italic; }

.jobs-list.list article {
  padding: 0 !important; }

.jobs-list.list section,
.jobs-list.list .company_logo {
  padding: 10px !important; }

.jobs-list.list .company_logo {
  padding-right: 10px !important; }
  .jobs-list.list .company_logo a {
    display: block !important; }
  .jobs-list.list .company_logo img {
    width: 76px !important;
    min-width: 76px !important; }

.jobs-list.list section h2 {
  font-size: 18px !important;
  margin: 0 0 3px !important; }

.jobs-list.list section p {
  margin: 0 0 2px !important;
  font-size: 14px; }

.jobs-list.list section .salary_range,
.jobs-list.list section .seniority_level,
.jobs-list.list section .area_region {
  font-size: 12px !important; }

.jobs-list.list section .description_snippit {
  margin: 6px 0 !important; }

.jobs-list.list section .industries label {
  display: inline-block;
  border: 1px solid #1A97F6;
  border-radius: 3px;
  color: #1A97F6;
  background: #fff;
  font-size: 10px;
  padding: 6px 8px 4px;
  white-space: nowrap;
  height: auto;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 6px 6px 6px 0; }

.jobs-list.list aside {
  padding: 10px; }

@media all and (min-width: 768px) {
  .jobs-list.list article {
    display: flex !important; }
  .jobs-list.list section {
    flex-grow: 1; }
  .jobs-list.list aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 110px;
    flex-grow: 0;
    flex-shrink: 0;
    border-left-width: 1px;
    border-left-style: solid; } }

@media all and (max-width: 767px) {
  .jobs-list.list .company_logo {
    display: none; }
  .jobs-list.list aside {
    padding-top: 0; }
    .jobs-list.list aside p {
      margin-top: 0; } }

@media all and (min-width: 480px) and (max-width: 767px) {
  body#iframe .jobs-list.grid article.iframe-job {
    float: left;
    width: 45%;
    margin-right: 10%;
    border-bottom: 0; }
    body#iframe .jobs-list.grid article.iframe-job:nth-child(2n) {
      margin-right: 0; }
    body#iframe .jobs-list.grid article.iframe-job:nth-child(2n + 1) {
      clear: both; } }

@media all and (min-width: 768px) {
  body#iframe .jobs-list.grid article.iframe-job {
    float: left;
    width: 30%;
    margin-right: 5%;
    border-bottom: 0; }
    body#iframe .jobs-list.grid article.iframe-job:nth-child(3n) {
      margin-right: 0; }
    body#iframe .jobs-list.grid article.iframe-job:nth-child(3n + 1) {
      clear: both; } }

.iframe-collections-wrapper {
  padding-top: 0; }
  .iframe-collections-wrapper .flex_wrap {
    padding: 0; }
  .iframe-collections-wrapper .flex_item {
    margin: 15px; }
  .iframe-collections-wrapper h3 {
    margin: 0 0 .5em; }
  .iframe-collections-wrapper .collection {
    padding: 15px;
    background: #fff;
    margin-bottom: 15px; }
  .iframe-collections-wrapper .btn-apply {
    padding: 6px 12px;
    border-radius: 4px;
    position: relative;
    background-color: #1a98f6;
    border-color: #1a98f6;
    color: #fff; }
    .iframe-collections-wrapper .btn-apply:active {
      top: 2px; }
  @media all and (min-width: 768px) {
    .iframe-collections-wrapper .flex_wrap {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 0; }
    .iframe-collections-wrapper .flex_item {
      display: flex;
      min-width: 250px;
      flex-direction: column; }
      .iframe-collections-wrapper .flex_item .collection {
        display: flex;
        flex-direction: column; }
      .iframe-collections-wrapper .flex_item p {
        display: flex;
        justify-content: center;
        flex-grow: 1; } }

article.iframe-job {
  -webkit-transition: display linear 0.2s;
  -moz-transition: display linear 0.2s;
  -ms-transition: display linear 0.2s;
  -o-transition: display linear 0.2s;
  transition: display linear 0.2s; }
  article.iframe-job.hidden {
    display: none !important; }
  article.iframe-job.hidden_by_search {
    display: none !important; }

@media print {
  #wrapper {
    padding: 0; }
  .page-content {
    padding: 0; }
  .panel-heading {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .page-heading {
    display: block;
    margin: 20px 0;
    padding: 0 10px !important; }
    .page-heading div {
      display: none; }
  #topnav,
  .static-sidebar-wrapper,
  .static-content-wrapper > footer {
    display: none !important; }
  a[href]:after {
    content: none !important; }
  .panel {
    page-break-inside: avoid; } }
