@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 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 {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px 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;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #2b3d51;
  background-color: #f5f5f5;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #64b0f2;
  text-decoration: none;
}

a:focus, a:hover {
  color: #1d8cec;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.h1 {
  font-size: 2.5rem;
}

.h2 {
  font-size: 2rem;
}

.h3 {
  font-size: 1.75rem;
}

.h4 {
  font-size: 1.5rem;
}

.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #FAE8C4;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.dl-horizontal {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

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

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.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, .filter-market .col, .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, .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, .slide-version-carousels .col-carousel, .slide-version-carousels .col-annotation, .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, .slide-version-carousels.slide-version-full .col-carousel, .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 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.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, .filter-market .col {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12, .filter-market .col {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .filter-market .col, .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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6, .filter-market .col {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .filter-market .col, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .slide-version-carousels .col-carousel, .slide-version-carousels .col-annotation {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6, .filter-market .col {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12, .slide-version-carousels .col-carousel, .slide-version-carousels .col-annotation {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .slide-version-carousels .col-annotation, .filter-market .col, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .slide-version-carousels .col-carousel, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .slide-version-carousels.slide-version-full .col-carousel {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4, .slide-version-carousels .col-annotation, .filter-market .col {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8, .slide-version-carousels .col-carousel {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12, .slide-version-carousels.slide-version-full .col-carousel {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #f5f5f5;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead 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-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #B6E9DF;
}

.table-hover .table-success:hover {
  background-color: #a2e3d6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a2e3d6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #ABDBE8;
}

.table-hover .table-info:hover {
  background-color: #97d2e3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #97d2e3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #FAE8C4;
}

.table-hover .table-warning:hover {
  background-color: #f8dfac;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f8dfac;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #FFCCC5;
}

.table-hover .table-danger:hover {
  background-color: #ffb6ac;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb6ac;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  border-color: #66afe9;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

.form-control-file,
.form-control-range {
  display: block;
}

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}

@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: 2.25rem;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control {
    line-height: 3.16667rem;
  }
}

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}

.form-control-static.form-control-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, .form-control-static.form-control-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 {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

.form-group {
  margin-bottom: 1rem;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

input[type="radio"]:disabled, input[type="radio"].disabled, .workstream-inactive input.btn[type="radio"]:not(.add-phase),
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled,
.workstream-inactive input.btn[type="checkbox"]:not(.add-phase) {
  cursor: not-allowed;
}

.radio-inline.disabled, .workstream-inactive .radio-inline.btn:not(.add-phase),
.checkbox-inline.disabled,
.workstream-inactive .checkbox-inline.btn:not(.add-phase) {
  cursor: not-allowed;
}

.radio.disabled label, .workstream-inactive .radio.btn:not(.add-phase) label,
.checkbox.disabled label,
.workstream-inactive .checkbox.btn:not(.add-phase) label {
  cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem;
}

.has-success .text-help,
.has-success .form-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: #1bb99a;
}

.has-success .form-control {
  border-color: #1bb99a;
}

.has-success .input-group-addon {
  color: #1bb99a;
  border-color: #1bb99a;
  background-color: #adf3e5;
}

.has-success .form-control-feedback {
  color: #1bb99a;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}

.has-warning .text-help,
.has-warning .form-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: #f1b53d;
}

.has-warning .form-control {
  border-color: #f1b53d;
}

.has-warning .input-group-addon {
  color: #f1b53d;
  border-color: #f1b53d;
  background-color: #fffefb;
}

.has-warning .form-control-feedback {
  color: #f1b53d;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #ff5d48;
}

.has-danger .form-control {
  border-color: #ff5d48;
}

.has-danger .input-group-addon {
  color: #ff5d48;
  border-color: #ff5d48;
  background-color: white;
}

.has-danger .form-control-feedback {
  color: #ff5d48;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media (min-width: 544px) {
  .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 .form-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;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.btn.focus {
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}

.btn.disabled, .workstream-inactive .btn:not(.add-phase), .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

a.btn.disabled, .workstream-inactive a.btn:not(.add-phase),
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #039cfd;
  border-color: #039cfd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #027dcb;
  border-color: #0277c1;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #027dcb;
  border-color: #0277c1;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #027dcb;
  border-color: #0277c1;
  background-image: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0167a8;
  border-color: #014e7f;
}

.btn-primary.disabled:focus, .workstream-inactive .btn-primary.btn:focus:not(.add-phase), .btn-primary.disabled.focus, .workstream-inactive .btn-primary.focus.btn:not(.add-phase), .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #039cfd;
  border-color: #039cfd;
}

.btn-primary.disabled:hover, .workstream-inactive .btn-primary.btn:hover:not(.add-phase), .btn-primary:disabled:hover {
  background-color: #039cfd;
  border-color: #039cfd;
}

.btn-secondary, .review .btn span:not(.swatch) {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover, .review .btn span:hover:not(.swatch) {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus, .review .btn span:focus:not(.swatch), .btn-secondary.focus, .review .btn span.focus:not(.swatch) {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active, .review .btn span:active:not(.swatch), .btn-secondary.active, .review .btn span.active:not(.swatch),
.open > .btn-secondary.dropdown-toggle,
.review .btn .open > span.dropdown-toggle:not(.swatch) {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}

.btn-secondary:active:hover, .review .btn span:active:hover:not(.swatch), .btn-secondary:active:focus, .review .btn span:active:focus:not(.swatch), .btn-secondary:active.focus, .review .btn span:active.focus:not(.swatch), .btn-secondary.active:hover, .review .btn span.active:hover:not(.swatch), .btn-secondary.active:focus, .review .btn span.active:focus:not(.swatch), .btn-secondary.active.focus, .review .btn span.active.focus:not(.swatch),
.open > .btn-secondary.dropdown-toggle:hover,
.review .btn .open > span.dropdown-toggle:hover:not(.swatch),
.open > .btn-secondary.dropdown-toggle:focus,
.review .btn .open > span.dropdown-toggle:focus:not(.swatch),
.open > .btn-secondary.dropdown-toggle.focus,
.review .btn .open > span.dropdown-toggle.focus:not(.swatch) {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-secondary.disabled:focus, .workstream-inactive .btn-secondary.btn:focus:not(.add-phase), .workstream-inactive .review .btn span.btn:focus:not(.add-phase):not(.swatch), .review .btn .workstream-inactive span.btn:focus:not(.add-phase):not(.swatch), .review .btn span.disabled:focus:not(.swatch), .btn-secondary.disabled.focus, .workstream-inactive .btn-secondary.focus.btn:not(.add-phase), .workstream-inactive .review .btn span.focus.btn:not(.add-phase):not(.swatch), .review .btn .workstream-inactive span.focus.btn:not(.add-phase):not(.swatch), .review .btn span.disabled.focus:not(.swatch), .btn-secondary:disabled:focus, .review .btn span:disabled:focus:not(.swatch), .btn-secondary:disabled.focus, .review .btn span:disabled.focus:not(.swatch) {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover, .workstream-inactive .btn-secondary.btn:hover:not(.add-phase), .workstream-inactive .review .btn span.btn:hover:not(.add-phase):not(.swatch), .review .btn .workstream-inactive span.btn:hover:not(.add-phase):not(.swatch), .review .btn span.disabled:hover:not(.swatch), .btn-secondary:disabled:hover, .review .btn span:disabled:hover:not(.swatch) {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.btn-info:hover {
  color: #fff;
  background-color: #23a0c3;
  border-color: #2299ba;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #23a0c3;
  border-color: #2299ba;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #23a0c3;
  border-color: #2299ba;
  background-image: none;
}

.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: #1e87a5;
  border-color: #176b82;
}

.btn-info.disabled:focus, .workstream-inactive .btn-info.btn:focus:not(.add-phase), .btn-info.disabled.focus, .workstream-inactive .btn-info.focus.btn:not(.add-phase), .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.btn-info.disabled:hover, .workstream-inactive .btn-info.btn:hover:not(.add-phase), .btn-info:disabled:hover {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.btn-success {
  color: #fff;
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.btn-success:hover {
  color: #fff;
  background-color: #158c75;
  border-color: #13846e;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #158c75;
  border-color: #13846e;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #158c75;
  border-color: #13846e;
  background-image: none;
}

.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: #106d5b;
  border-color: #0b4a3d;
}

.btn-success.disabled:focus, .workstream-inactive .btn-success.btn:focus:not(.add-phase), .btn-success.disabled.focus, .workstream-inactive .btn-success.focus.btn:not(.add-phase), .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.btn-success.disabled:hover, .workstream-inactive .btn-success.btn:hover:not(.add-phase), .btn-success:disabled:hover {
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.btn-warning {
  color: #fff;
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #eaa211;
  border-color: #e19b10;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #eaa211;
  border-color: #e19b10;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #eaa211;
  border-color: #e19b10;
  background-image: none;
}

.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: #c98b0e;
  border-color: #a3700c;
}

.btn-warning.disabled:focus, .workstream-inactive .btn-warning.btn:focus:not(.add-phase), .btn-warning.disabled.focus, .workstream-inactive .btn-warning.focus.btn:not(.add-phase), .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.btn-warning.disabled:hover, .workstream-inactive .btn-warning.btn:hover:not(.add-phase), .btn-warning:disabled:hover {
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.btn-danger {
  color: #fff;
  background-color: #ff5d48;
  border-color: #ff5d48;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff3015;
  border-color: #ff270b;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff3015;
  border-color: #ff270b;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff3015;
  border-color: #ff270b;
  background-image: none;
}

.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: #f01c00;
  border-color: #c81700;
}

.btn-danger.disabled:focus, .workstream-inactive .btn-danger.btn:focus:not(.add-phase), .btn-danger.disabled.focus, .workstream-inactive .btn-danger.focus.btn:not(.add-phase), .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #ff5d48;
  border-color: #ff5d48;
}

.btn-danger.disabled:hover, .workstream-inactive .btn-danger.btn:hover:not(.add-phase), .btn-danger:disabled:hover {
  background-color: #ff5d48;
  border-color: #ff5d48;
}

.btn-primary-outline {
  color: #039cfd;
  background-image: none;
  background-color: transparent;
  border-color: #039cfd;
}

.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
.open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #039cfd;
  border-color: #039cfd;
}

.btn-primary-outline:hover {
  color: #fff;
  background-color: #039cfd;
  border-color: #039cfd;
}

.btn-primary-outline.disabled:focus, .workstream-inactive .btn-primary-outline.btn:focus:not(.add-phase), .btn-primary-outline.disabled.focus, .workstream-inactive .btn-primary-outline.focus.btn:not(.add-phase), .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
  border-color: #68c4fe;
}

.btn-primary-outline.disabled:hover, .workstream-inactive .btn-primary-outline.btn:hover:not(.add-phase), .btn-primary-outline:disabled:hover {
  border-color: #68c4fe;
}

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
.open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-secondary-outline:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-secondary-outline.disabled:focus, .workstream-inactive .btn-secondary-outline.btn:focus:not(.add-phase), .btn-secondary-outline.disabled.focus, .workstream-inactive .btn-secondary-outline.focus.btn:not(.add-phase), .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
  border-color: white;
}

.btn-secondary-outline.disabled:hover, .workstream-inactive .btn-secondary-outline.btn:hover:not(.add-phase), .btn-secondary-outline:disabled:hover {
  border-color: white;
}

.btn-info-outline {
  color: #3db9dc;
  background-image: none;
  background-color: transparent;
  border-color: #3db9dc;
}

.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
.open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.btn-info-outline:hover {
  color: #fff;
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.btn-info-outline.disabled:focus, .workstream-inactive .btn-info-outline.btn:focus:not(.add-phase), .btn-info-outline.disabled.focus, .workstream-inactive .btn-info-outline.focus.btn:not(.add-phase), .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
  border-color: #93d8ec;
}

.btn-info-outline.disabled:hover, .workstream-inactive .btn-info-outline.btn:hover:not(.add-phase), .btn-info-outline:disabled:hover {
  border-color: #93d8ec;
}

.btn-success-outline {
  color: #1bb99a;
  background-image: none;
  background-color: transparent;
  border-color: #1bb99a;
}

.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
.open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.btn-success-outline:hover {
  color: #fff;
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.btn-success-outline.disabled:focus, .workstream-inactive .btn-success-outline.btn:focus:not(.add-phase), .btn-success-outline.disabled.focus, .workstream-inactive .btn-success-outline.focus.btn:not(.add-phase), .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
  border-color: #54e6c9;
}

.btn-success-outline.disabled:hover, .workstream-inactive .btn-success-outline.btn:hover:not(.add-phase), .btn-success-outline:disabled:hover {
  border-color: #54e6c9;
}

.btn-warning-outline {
  color: #f1b53d;
  background-image: none;
  background-color: transparent;
  border-color: #f1b53d;
}

.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
.open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.btn-warning-outline:hover {
  color: #fff;
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.btn-warning-outline.disabled:focus, .workstream-inactive .btn-warning-outline.btn:focus:not(.add-phase), .btn-warning-outline.disabled.focus, .workstream-inactive .btn-warning-outline.focus.btn:not(.add-phase), .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
  border-color: #f8d99c;
}

.btn-warning-outline.disabled:hover, .workstream-inactive .btn-warning-outline.btn:hover:not(.add-phase), .btn-warning-outline:disabled:hover {
  border-color: #f8d99c;
}

.btn-danger-outline {
  color: #ff5d48;
  background-image: none;
  background-color: transparent;
  border-color: #ff5d48;
}

.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
.open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #ff5d48;
  border-color: #ff5d48;
}

.btn-danger-outline:hover {
  color: #fff;
  background-color: #ff5d48;
  border-color: #ff5d48;
}

.btn-danger-outline.disabled:focus, .workstream-inactive .btn-danger-outline.btn:focus:not(.add-phase), .btn-danger-outline.disabled.focus, .workstream-inactive .btn-danger-outline.focus.btn:not(.add-phase), .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
  border-color: #ffb7ae;
}

.btn-danger-outline.disabled:hover, .workstream-inactive .btn-danger-outline.btn:hover:not(.add-phase), .btn-danger-outline:disabled:hover {
  border-color: #ffb7ae;
}

.btn-link {
  font-weight: normal;
  color: #64b0f2;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #1d8cec;
  text-decoration: none;
  background-color: transparent;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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 .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height;
  transition-property: height;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb > li {
  float: left;
}

.breadcrumb > li + li::before {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #818a91;
  content: "/";
}

.breadcrumb > .active {
  color: #818a91;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.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: 1rem;
  color: #2b3d51;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu.mediabank-top-actions {
  z-index: 50;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #039cfd;
  outline: 0;
}

.dropdown-item.disabled, .workstream-inactive .dropdown-item.btn:not(.add-phase), .dropdown-item.disabled:focus, .workstream-inactive .dropdown-item.btn:focus:not(.add-phase), .dropdown-item.disabled:hover, .workstream-inactive .dropdown-item.btn:hover:not(.add-phase) {
  color: #818a91;
}

.dropdown-item.disabled:focus, .workstream-inactive .dropdown-item.btn:focus:not(.add-phase), .dropdown-item.disabled:hover, .workstream-inactive .dropdown-item.btn:hover:not(.add-phase) {
  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: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  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: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  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: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn-group:focus,
.input-group-btn:last-child > .btn-group:active,
.input-group-btn:last-child > .btn-group:hover {
  z-index: 3;
}

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}

.c-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.c-input > input:checked ~ .c-indicator {
  color: #fff;
  background-color: #0074d9;
}

.c-input > input:focus ~ .c-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

.c-input > input:active ~ .c-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.c-input + .c-input {
  margin-left: 1rem;
}

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.c-checkbox .c-indicator {
  border-radius: .25rem;
}

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

.c-radio .c-indicator {
  border-radius: 50%;
}

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
  display: inline;
}

.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}

.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.c-select:focus {
  border-color: #51a7e8;
  outline: none;
}

.c-select::-ms-expand {
  opacity: 0;
}

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
}

.file-custom::after {
  content: "Choose file...";
}

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled, .workstream-inactive .nav-link.btn:not(.add-phase) {
  color: #818a91;
}

.nav-link.disabled, .workstream-inactive .nav-link.btn:not(.add-phase), .nav-link.disabled:focus, .workstream-inactive .nav-link.btn:focus:not(.add-phase), .nav-link.disabled:hover, .workstream-inactive .nav-link.btn:hover:not(.add-phase) {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: .2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled, .nav-tabs .workstream-inactive .nav-link.btn:not(.add-phase), .workstream-inactive .nav-tabs .nav-link.btn:not(.add-phase), .nav-tabs .nav-link.disabled:focus, .nav-tabs .workstream-inactive .nav-link.btn:focus:not(.add-phase), .workstream-inactive .nav-tabs .nav-link.btn:focus:not(.add-phase), .nav-tabs .nav-link.disabled:hover, .nav-tabs .workstream-inactive .nav-link.btn:hover:not(.add-phase), .workstream-inactive .nav-tabs .nav-link.btn:hover:not(.add-phase) {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #f5f5f5;
  border-color: #ddd #ddd transparent;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: .2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #039cfd;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item + .nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-full {
  z-index: 1000;
}

@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 544px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0.25rem;
}

.card-block {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-primary {
  background-color: #039cfd;
  border-color: #039cfd;
}

.card-success {
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.card-info {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.card-warning {
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.card-danger {
  background-color: #ff5d48;
  border-color: #ff5d48;
}

.card-primary-outline {
  background-color: transparent;
  border-color: #039cfd;
}

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc;
}

.card-info-outline {
  background-color: transparent;
  border-color: #3db9dc;
}

.card-success-outline {
  background-color: transparent;
  border-color: #1bb99a;
}

.card-warning-outline {
  background-color: transparent;
  border-color: #f1b53d;
}

.card-danger-outline {
  background-color: transparent;
  border-color: #ff5d48;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb > li {
  float: left;
}

.breadcrumb > li + li::before {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #818a91;
  content: "/";
}

.breadcrumb > .active {
  color: #818a91;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link, .page-item:first-child .slide-version-control .slide-version-prev, .slide-version-control .page-item:first-child .slide-version-prev, .page-item:first-child .slide-version-control .slide-version-next, .slide-version-control .page-item:first-child .slide-version-next, .page-item:first-child .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .page-item:first-child .owl-prev, .page-item:first-child .search-nav .owl-controls .owl-next, .search-nav .owl-controls .page-item:first-child .owl-next, .page-item:first-child .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .page-item:first-child .owl-dot {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link, .page-item:last-child .slide-version-control .slide-version-prev, .slide-version-control .page-item:last-child .slide-version-prev, .page-item:last-child .slide-version-control .slide-version-next, .slide-version-control .page-item:last-child .slide-version-next, .page-item:last-child .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .page-item:last-child .owl-prev, .page-item:last-child .search-nav .owl-controls .owl-next, .search-nav .owl-controls .page-item:last-child .owl-next, .page-item:last-child .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .page-item:last-child .owl-dot {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link, .page-item.active .slide-version-control .slide-version-prev, .slide-version-control .page-item.active .slide-version-prev, .page-item.active .slide-version-control .slide-version-next, .slide-version-control .page-item.active .slide-version-next, .page-item.active .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .page-item.active .owl-prev, .page-item.active .search-nav .owl-controls .owl-next, .search-nav .owl-controls .page-item.active .owl-next, .page-item.active .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .page-item.active .owl-dot, .page-item.active .page-link:focus, .page-item.active .slide-version-control .slide-version-prev:focus, .slide-version-control .page-item.active .slide-version-prev:focus, .page-item.active .slide-version-control .slide-version-next:focus, .slide-version-control .page-item.active .slide-version-next:focus, .page-item.active .search-nav .owl-controls .owl-prev:focus, .search-nav .owl-controls .page-item.active .owl-prev:focus, .page-item.active .search-nav .owl-controls .owl-next:focus, .search-nav .owl-controls .page-item.active .owl-next:focus, .page-item.active .search-nav .owl-dots .owl-dot:focus, .search-nav .owl-dots .page-item.active .owl-dot:focus, .page-item.active .page-link:hover, .page-item.active .slide-version-control .slide-version-prev:hover, .slide-version-control .page-item.active .slide-version-prev:hover, .page-item.active .slide-version-control .slide-version-next:hover, .slide-version-control .page-item.active .slide-version-next:hover, .page-item.active .search-nav .owl-controls .owl-prev:hover, .search-nav .owl-controls .page-item.active .owl-prev:hover, .page-item.active .search-nav .owl-controls .owl-next:hover, .search-nav .owl-controls .page-item.active .owl-next:hover, .page-item.active .search-nav .owl-dots .owl-dot:hover, .search-nav .owl-dots .page-item.active .owl-dot:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #039cfd;
  border-color: #039cfd;
}

.page-item.disabled .page-link, .workstream-inactive .page-item.btn:not(.add-phase) .page-link, .page-item.disabled .slide-version-control .slide-version-prev, .slide-version-control .page-item.disabled .slide-version-prev, .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-control .slide-version-prev, .slide-version-control .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-prev, .page-item.disabled .slide-version-control .slide-version-next, .slide-version-control .page-item.disabled .slide-version-next, .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-control .slide-version-next, .slide-version-control .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-next, .page-item.disabled .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .page-item.disabled .owl-prev, .workstream-inactive .page-item.btn:not(.add-phase) .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .workstream-inactive .page-item.btn:not(.add-phase) .owl-prev, .page-item.disabled .search-nav .owl-controls .owl-next, .search-nav .owl-controls .page-item.disabled .owl-next, .workstream-inactive .page-item.btn:not(.add-phase) .search-nav .owl-controls .owl-next, .search-nav .owl-controls .workstream-inactive .page-item.btn:not(.add-phase) .owl-next, .page-item.disabled .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .page-item.disabled .owl-dot, .workstream-inactive .page-item.btn:not(.add-phase) .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .workstream-inactive .page-item.btn:not(.add-phase) .owl-dot, .page-item.disabled .page-link:focus, .workstream-inactive .page-item.btn:not(.add-phase) .page-link:focus, .page-item.disabled .slide-version-control .slide-version-prev:focus, .slide-version-control .page-item.disabled .slide-version-prev:focus, .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-control .slide-version-prev:focus, .slide-version-control .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-prev:focus, .page-item.disabled .slide-version-control .slide-version-next:focus, .slide-version-control .page-item.disabled .slide-version-next:focus, .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-control .slide-version-next:focus, .slide-version-control .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-next:focus, .page-item.disabled .search-nav .owl-controls .owl-prev:focus, .search-nav .owl-controls .page-item.disabled .owl-prev:focus, .workstream-inactive .page-item.btn:not(.add-phase) .search-nav .owl-controls .owl-prev:focus, .search-nav .owl-controls .workstream-inactive .page-item.btn:not(.add-phase) .owl-prev:focus, .page-item.disabled .search-nav .owl-controls .owl-next:focus, .search-nav .owl-controls .page-item.disabled .owl-next:focus, .workstream-inactive .page-item.btn:not(.add-phase) .search-nav .owl-controls .owl-next:focus, .search-nav .owl-controls .workstream-inactive .page-item.btn:not(.add-phase) .owl-next:focus, .page-item.disabled .search-nav .owl-dots .owl-dot:focus, .search-nav .owl-dots .page-item.disabled .owl-dot:focus, .workstream-inactive .page-item.btn:not(.add-phase) .search-nav .owl-dots .owl-dot:focus, .search-nav .owl-dots .workstream-inactive .page-item.btn:not(.add-phase) .owl-dot:focus, .page-item.disabled .page-link:hover, .workstream-inactive .page-item.btn:not(.add-phase) .page-link:hover, .page-item.disabled .slide-version-control .slide-version-prev:hover, .slide-version-control .page-item.disabled .slide-version-prev:hover, .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-control .slide-version-prev:hover, .slide-version-control .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-prev:hover, .page-item.disabled .slide-version-control .slide-version-next:hover, .slide-version-control .page-item.disabled .slide-version-next:hover, .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-control .slide-version-next:hover, .slide-version-control .workstream-inactive .page-item.btn:not(.add-phase) .slide-version-next:hover, .page-item.disabled .search-nav .owl-controls .owl-prev:hover, .search-nav .owl-controls .page-item.disabled .owl-prev:hover, .workstream-inactive .page-item.btn:not(.add-phase) .search-nav .owl-controls .owl-prev:hover, .search-nav .owl-controls .workstream-inactive .page-item.btn:not(.add-phase) .owl-prev:hover, .page-item.disabled .search-nav .owl-controls .owl-next:hover, .search-nav .owl-controls .page-item.disabled .owl-next:hover, .workstream-inactive .page-item.btn:not(.add-phase) .search-nav .owl-controls .owl-next:hover, .search-nav .owl-controls .workstream-inactive .page-item.btn:not(.add-phase) .owl-next:hover, .page-item.disabled .search-nav .owl-dots .owl-dot:hover, .search-nav .owl-dots .page-item.disabled .owl-dot:hover, .workstream-inactive .page-item.btn:not(.add-phase) .search-nav .owl-dots .owl-dot:hover, .search-nav .owl-dots .workstream-inactive .page-item.btn:not(.add-phase) .owl-dot:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link, .slide-version-control .slide-version-prev, .slide-version-control .slide-version-next, .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .owl-next, .search-nav .owl-dots .owl-dot {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #64b0f2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .slide-version-control .slide-version-prev:focus, .slide-version-control .slide-version-next:focus, .search-nav .owl-controls .owl-prev:focus, .search-nav .owl-controls .owl-next:focus, .search-nav .owl-dots .owl-dot:focus, .page-link:hover, .slide-version-control .slide-version-prev:hover, .slide-version-control .slide-version-next:hover, .search-nav .owl-controls .owl-prev:hover, .search-nav .owl-controls .owl-next:hover, .search-nav .owl-dots .owl-dot:hover {
  color: #1d8cec;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link, .pagination-lg .slide-version-control .slide-version-prev, .slide-version-control .pagination-lg .slide-version-prev, .pagination-lg .slide-version-control .slide-version-next, .slide-version-control .pagination-lg .slide-version-next, .pagination-lg .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .pagination-lg .owl-prev, .pagination-lg .search-nav .owl-controls .owl-next, .search-nav .owl-controls .pagination-lg .owl-next, .pagination-lg .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .pagination-lg .owl-dot {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
}

.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .slide-version-control .slide-version-prev, .slide-version-control .pagination-lg .page-item:first-child .slide-version-prev, .pagination-lg .page-item:first-child .slide-version-control .slide-version-next, .slide-version-control .pagination-lg .page-item:first-child .slide-version-next, .pagination-lg .page-item:first-child .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .pagination-lg .page-item:first-child .owl-prev, .pagination-lg .page-item:first-child .search-nav .owl-controls .owl-next, .search-nav .owl-controls .pagination-lg .page-item:first-child .owl-next, .pagination-lg .page-item:first-child .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .pagination-lg .page-item:first-child .owl-dot {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .slide-version-control .slide-version-prev, .slide-version-control .pagination-lg .page-item:last-child .slide-version-prev, .pagination-lg .page-item:last-child .slide-version-control .slide-version-next, .slide-version-control .pagination-lg .page-item:last-child .slide-version-next, .pagination-lg .page-item:last-child .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .pagination-lg .page-item:last-child .owl-prev, .pagination-lg .page-item:last-child .search-nav .owl-controls .owl-next, .search-nav .owl-controls .pagination-lg .page-item:last-child .owl-next, .pagination-lg .page-item:last-child .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .pagination-lg .page-item:last-child .owl-dot {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link, .pagination-sm .slide-version-control .slide-version-prev, .slide-version-control .pagination-sm .slide-version-prev, .pagination-sm .slide-version-control .slide-version-next, .slide-version-control .pagination-sm .slide-version-next, .pagination-sm .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .pagination-sm .owl-prev, .pagination-sm .search-nav .owl-controls .owl-next, .search-nav .owl-controls .pagination-sm .owl-next, .pagination-sm .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .pagination-sm .owl-dot {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .slide-version-control .slide-version-prev, .slide-version-control .pagination-sm .page-item:first-child .slide-version-prev, .pagination-sm .page-item:first-child .slide-version-control .slide-version-next, .slide-version-control .pagination-sm .page-item:first-child .slide-version-next, .pagination-sm .page-item:first-child .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .pagination-sm .page-item:first-child .owl-prev, .pagination-sm .page-item:first-child .search-nav .owl-controls .owl-next, .search-nav .owl-controls .pagination-sm .page-item:first-child .owl-next, .pagination-sm .page-item:first-child .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .pagination-sm .page-item:first-child .owl-dot {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .slide-version-control .slide-version-prev, .slide-version-control .pagination-sm .page-item:last-child .slide-version-prev, .pagination-sm .page-item:last-child .slide-version-control .slide-version-next, .slide-version-control .pagination-sm .page-item:last-child .slide-version-next, .pagination-sm .page-item:last-child .search-nav .owl-controls .owl-prev, .search-nav .owl-controls .pagination-sm .page-item:last-child .owl-prev, .pagination-sm .page-item:last-child .search-nav .owl-controls .owl-next, .search-nav .owl-controls .pagination-sm .page-item:last-child .owl-next, .pagination-sm .page-item:last-child .search-nav .owl-dots .owl-dot, .search-nav .owl-dots .pagination-sm .page-item:last-child .owl-dot {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none;
}

.pager::after {
  content: "";
  display: table;
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eceeef;
}

.pager .disabled > a, .pager .workstream-inactive .btn:not(.add-phase) > a, .workstream-inactive .pager .btn:not(.add-phase) > a, .pager .disabled > a:focus, .pager .workstream-inactive .btn:not(.add-phase) > a:focus, .workstream-inactive .pager .btn:not(.add-phase) > a:focus, .pager .disabled > a:hover, .pager .workstream-inactive .btn:not(.add-phase) > a:hover, .workstream-inactive .pager .btn:not(.add-phase) > a:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

.pager .disabled > span, .pager .workstream-inactive .btn:not(.add-phase) > span, .workstream-inactive .pager .btn:not(.add-phase) > span {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

.pager-next > a,
.pager-next > span {
  float: right;
}

.pager-prev > a,
.pager-prev > span {
  float: left;
}

.label, .status-wrapper .status, .new-label-primary, .new-label, .new-label-archived, .new-label-yellow, .new-label-yellow-dark, .new-label-green, .new-label-orange, .new-label-blue {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.label:empty, .status-wrapper .status:empty, .new-label-primary:empty, .new-label:empty, .new-label-archived:empty, .new-label-yellow:empty, .new-label-yellow-dark:empty, .new-label-green:empty, .new-label-orange:empty, .new-label-blue:empty {
  display: none;
}

.btn .label, .btn .status-wrapper .status, .status-wrapper .btn .status, .btn .new-label-primary, .btn .new-label, .btn .new-label-archived, .btn .new-label-yellow, .btn .new-label-yellow-dark, .btn .new-label-green, .btn .new-label-orange, .btn .new-label-blue {
  position: relative;
  top: -1px;
}

a.label:focus, .status-wrapper a.status:focus, a.new-label-primary:focus, a.new-label:focus, a.new-label-archived:focus, a.new-label-yellow:focus, a.new-label-yellow-dark:focus, a.new-label-green:focus, a.new-label-orange:focus, a.new-label-blue:focus, a.label:hover, .status-wrapper a.status:hover, a.new-label-primary:hover, a.new-label:hover, a.new-label-archived:hover, a.new-label-yellow:hover, a.new-label-yellow-dark:hover, a.new-label-green:hover, a.new-label-orange:hover, a.new-label-blue:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.label-default {
  background-color: #818a91;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #687077;
}

.label-primary, .new-label-primary {
  background-color: #039cfd;
}

.label-primary[href]:focus, .new-label-primary[href]:focus, .label-primary[href]:hover, .new-label-primary[href]:hover {
  background-color: #027dcb;
}

.label-success, .new-label {
  background-color: #1bb99a;
}

.label-success[href]:focus, .new-label[href]:focus, .label-success[href]:hover, .new-label[href]:hover {
  background-color: #158c75;
}

.label-info {
  background-color: #3db9dc;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #23a0c3;
}

.label-warning {
  background-color: #f1b53d;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #eaa211;
}

.label-danger {
  background-color: #ff5d48;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #ff3015;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #B6E9DF;
  border-color: #a2e3d6;
  color: #1bb99a;
}

.alert-success hr {
  border-top-color: #8fddce;
}

.alert-success .alert-link {
  color: #158c75;
}

.alert-info {
  background-color: #ABDBE8;
  border-color: #8fcfe0;
  color: #23a0c3;
}

.alert-info hr {
  border-top-color: #7bc6db;
}

.alert-info .alert-link {
  color: #1b7d98;
}

.alert-warning {
  background-color: #FAE8C4;
  border-color: #f8dfac;
  color: #eaa211;
}

.alert-warning hr {
  border-top-color: #f6d695;
}

.alert-warning .alert-link {
  color: #ba810e;
}

.alert-danger {
  background-color: #FFCCC5;
  border-color: #ffb6ac;
  color: #ff3015;
}

.alert-danger hr {
  border-top-color: #ff9f92;
}

.alert-danger .alert-link {
  color: #e11a00;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  color: #0074d9;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value::before {
  content: attr(value);
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none;
  }
  .progress[width="100%"] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}

.progress-striped[value]::-webkit-progress-value {
  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: 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: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  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: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
  .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: 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: 1rem 1rem;
  }
}

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
}

.progress-success[value]::-webkit-progress-value {
  background-color: #1bb99a;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #1bb99a;
}

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #1bb99a;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #3db9dc;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #3db9dc;
}

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #3db9dc;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f1b53d;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #f1b53d;
}

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f1b53d;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #ff5d48;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff5d48;
}

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #ff5d48;
  }
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .workstream-inactive .list-group-item.btn:not(.add-phase), .list-group-item.disabled:focus, .workstream-inactive .list-group-item.btn:focus:not(.add-phase), .list-group-item.disabled:hover, .workstream-inactive .list-group-item.btn:hover:not(.add-phase) {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading, .workstream-inactive .list-group-item.btn:not(.add-phase) .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .workstream-inactive .list-group-item.btn:focus:not(.add-phase) .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .workstream-inactive .list-group-item.btn:hover:not(.add-phase) .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .workstream-inactive .list-group-item.btn:not(.add-phase) .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .workstream-inactive .list-group-item.btn:focus:not(.add-phase) .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .workstream-inactive .list-group-item.btn:hover:not(.add-phase) .list-group-item-text {
  color: #818a91;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #039cfd;
  border-color: #039cfd;
}

.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: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, .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 {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #cdecff;
}

.list-group-item-success {
  color: #1bb99a;
  background-color: #B6E9DF;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #1bb99a;
}

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:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #1bb99a;
  background-color: #a2e3d6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.list-group-item-info {
  color: #23a0c3;
  background-color: #ABDBE8;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #23a0c3;
}

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:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #23a0c3;
  background-color: #97d2e3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #23a0c3;
  border-color: #23a0c3;
}

.list-group-item-warning {
  color: #eaa211;
  background-color: #FAE8C4;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #eaa211;
}

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:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #eaa211;
  background-color: #f8dfac;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #eaa211;
  border-color: #eaa211;
}

.list-group-item-danger {
  color: #ff3015;
  background-color: #FFCCC5;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ff3015;
}

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:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #ff3015;
  background-color: #ffb6ac;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #ff3015;
  border-color: #ff3015;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive, .slide-version-modal.owl-carousel .owl-item .slide-image, .card-carousel .thumb-image, .carousel-view-img .carousel-item-img, #modal-crop .cropper-container-wrapper, .updates-wrapper .card-img-holder {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .slide-version-modal.owl-carousel .owl-item .slide-image .embed-responsive-item, .card-carousel .thumb-image .embed-responsive-item, .carousel-view-img .carousel-item-img .embed-responsive-item, #modal-crop .cropper-container-wrapper .embed-responsive-item, .updates-wrapper .card-img-holder .embed-responsive-item,
.embed-responsive iframe,
.slide-version-modal.owl-carousel .owl-item .slide-image iframe,
.card-carousel .thumb-image iframe,
.carousel-view-img .carousel-item-img iframe,
#modal-crop .cropper-container-wrapper iframe,
.updates-wrapper .card-img-holder iframe,
.embed-responsive embed,
.slide-version-modal.owl-carousel .owl-item .slide-image embed,
.card-carousel .thumb-image embed,
.carousel-view-img .carousel-item-img embed,
#modal-crop .cropper-container-wrapper embed,
.updates-wrapper .card-img-holder embed,
.embed-responsive object,
.slide-version-modal.owl-carousel .owl-item .slide-image object,
.card-carousel .thumb-image object,
.carousel-view-img .carousel-item-img object,
#modal-crop .cropper-container-wrapper object,
.updates-wrapper .card-img-holder object,
.embed-responsive video,
.slide-version-modal.owl-carousel .owl-item .slide-image video,
.card-carousel .thumb-image video,
.carousel-view-img .carousel-item-img video,
#modal-crop .cropper-container-wrapper video,
.updates-wrapper .card-img-holder video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9, .carousel-view-img .carousel-item-img, .modal-doc .document-viewer, #modal-crop .cropper-container-wrapper {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3, .card-carousel .thumb-image, .updates-wrapper .card-img-holder {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-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 rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover, .bw-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
}

.popover.popover-top, .popover-top.bw-popover, .popover.bs-tether-element-attached-bottom, .bs-tether-element-attached-bottom.bw-popover {
  margin-top: -10px;
}

.popover.popover-top .popover-arrow, .popover-top.bw-popover .popover-arrow, .popover.popover-top .bw-popover-arrow, .popover-top.bw-popover .bw-popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow, .bs-tether-element-attached-bottom.bw-popover .popover-arrow, .popover.bs-tether-element-attached-bottom .bw-popover-arrow, .bs-tether-element-attached-bottom.bw-popover .bw-popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #e5e5e5;
  border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after, .popover-top.bw-popover .popover-arrow::after, .popover.popover-top .bw-popover-arrow::after, .popover-top.bw-popover .bw-popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after, .bs-tether-element-attached-bottom.bw-popover .popover-arrow::after, .popover.bs-tether-element-attached-bottom .bw-popover-arrow::after, .bs-tether-element-attached-bottom.bw-popover .bw-popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.popover-right, .popover-right.bw-popover, .popover.bs-tether-element-attached-left, .bs-tether-element-attached-left.bw-popover {
  margin-left: 10px;
}

.popover.popover-right .popover-arrow, .popover-right.bw-popover .popover-arrow, .popover.popover-right .bw-popover-arrow, .popover-right.bw-popover .bw-popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow, .bs-tether-element-attached-left.bw-popover .popover-arrow, .popover.bs-tether-element-attached-left .bw-popover-arrow, .bs-tether-element-attached-left.bw-popover .bw-popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #e5e5e5;
  border-left-width: 0;
}

.popover.popover-right .popover-arrow::after, .popover-right.bw-popover .popover-arrow::after, .popover.popover-right .bw-popover-arrow::after, .popover-right.bw-popover .bw-popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after, .bs-tether-element-attached-left.bw-popover .popover-arrow::after, .popover.bs-tether-element-attached-left .bw-popover-arrow::after, .bs-tether-element-attached-left.bw-popover .bw-popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.popover-bottom, .popover-bottom.bw-popover, .popover.bs-tether-element-attached-top, .bs-tether-element-attached-top.bw-popover {
  margin-top: 10px;
}

.popover.popover-bottom .popover-arrow, .popover-bottom.bw-popover .popover-arrow, .popover.popover-bottom .bw-popover-arrow, .popover-bottom.bw-popover .bw-popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow, .bs-tether-element-attached-top.bw-popover .popover-arrow, .popover.bs-tether-element-attached-top .bw-popover-arrow, .bs-tether-element-attached-top.bw-popover .bw-popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #e5e5e5;
}

.popover.popover-bottom .popover-arrow::after, .popover-bottom.bw-popover .popover-arrow::after, .popover.popover-bottom .bw-popover-arrow::after, .popover-bottom.bw-popover .bw-popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after, .bs-tether-element-attached-top.bw-popover .popover-arrow::after, .popover.bs-tether-element-attached-top .bw-popover-arrow::after, .bs-tether-element-attached-top.bw-popover .bw-popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.popover-left, .popover-left.bw-popover, .popover.bs-tether-element-attached-right, .bs-tether-element-attached-right.bw-popover {
  margin-left: -10px;
}

.popover.popover-left .popover-arrow, .popover-left.bw-popover .popover-arrow, .popover.popover-left .bw-popover-arrow, .popover-left.bw-popover .bw-popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow, .bs-tether-element-attached-right.bw-popover .popover-arrow, .popover.bs-tether-element-attached-right .bw-popover-arrow, .bs-tether-element-attached-right.bw-popover .bw-popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #e5e5e5;
}

.popover.popover-left .popover-arrow::after, .popover-left.bw-popover .popover-arrow::after, .popover.popover-left .bw-popover-arrow::after, .popover-left.bw-popover .bw-popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after, .bs-tether-element-attached-right.bw-popover .popover-arrow::after, .popover.bs-tether-element-attached-right .bw-popover-arrow::after, .bs-tether-element-attached-right.bw-popover .bw-popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title, .dropdown-popover-head, .bw-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0;
}

.popover-content, .bw-popover-content {
  padding: 9px 14px;
}

.popover-arrow, .bw-popover-arrow, .popover-arrow::after, .bw-popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover-arrow, .bw-popover-arrow {
  border-width: 11px;
}

.popover-arrow::after, .bw-popover-arrow::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.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: rgba(0, 0, 0, 0);
  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 {
  text-shadow: none;
}

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix::after, .comments .comment::after, .popover::after, .bw-popover::after, .dropdown-comment .dropdown-item::after, .updates-wrapper .card-type::after {
  content: "";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden !important;
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted, .updates-wrapper .card-icon {
  color: #818a91;
}

.text-primary {
  color: #039cfd !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #027dcb;
}

.text-success {
  color: #1bb99a !important;
}

a.text-success:focus, a.text-success:hover {
  color: #158c75;
}

.text-info {
  color: #3db9dc !important;
}

a.text-info:focus, a.text-info:hover {
  color: #23a0c3;
}

.text-warning {
  color: #f1b53d !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #eaa211;
}

.text-danger {
  color: #ff5d48 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #ff3015;
}

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #039cfd !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #027dcb;
}

.bg-success {
  color: #fff !important;
  background-color: #1bb99a !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #158c75;
}

.bg-info {
  color: #fff !important;
  background-color: #3db9dc !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #23a0c3;
}

.bg-warning {
  color: #fff !important;
  background-color: #f1b53d !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #eaa211;
}

.bg-danger {
  color: #fff !important;
  background-color: #ff5d48 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff3015;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

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

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !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;
  }
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-custom {
  color: #64b0f2;
}

.text-purple {
  color: #9261c6;
}

.text-pink {
  color: #ff7aa3;
}

.text-dark {
  color: #2b3d51;
}

.text-white {
  color: #ffffff;
}

.dropdown-lg {
  width: 280px;
}

.dropdown-menu {
  box-shadow: 0 0px 24px 0 rgba(43, 61, 81, 0.06), 0 1px 0px 0 rgba(43, 61, 81, 0.02);
  border: 1px solid rgba(43, 61, 81, 0.05);
}

.dropdown-arrow:before {
  top: -10px;
  right: 16px;
  left: auto;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #64b0f2;
  border-left: 10px solid transparent;
  position: absolute;
  display: inline-block !important;
  content: '';
}

.dropdown-arrow.dropdown-arrow-success:before {
  border-bottom: 10px solid #1bb99a;
}

.arrow-none:after {
  border: none;
  margin: 0 !important;
}

.list-default {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.column-text {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .column-text {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

html {
  min-height: 100%;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

.container {
  max-width: none;
}

.page-title-box {
  background-color: #ffffff;
  margin: -20px -20px 20px -20px;
  padding: 20px;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.page-title-box .page-title {
  margin-bottom: 0;
  float: left;
}

.page-title-box .breadcrumb {
  float: right;
  background-color: transparent !important;
}

.card-box {
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.header-title {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.page-header {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceeef;
}

.button-list {
  margin-bottom: -5px;
  margin-left: -7px;
}

.button-list button, .button-list a {
  margin: 5px 7px;
}

canvas {
  max-width: 100%;
}

svg {
  max-width: 100%;
}

a:focus {
  outline: none !important;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  width: 100%;
}

/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0) {
  .form-control {
    padding: 0.55rem 0.75rem !important;
  }
  .input-group-addon {
    line-height: inherit !important;
    font-size: 1rem !important;
  }
  .carousel-control span {
    right: 20px;
  }
}

.container {
  width: 90%;
}

.logo {
  float: left;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 60px;
}

.logo span span {
  color: #1bb99a;
}

#topnav {
  right: 0;
  left: 0;
  top: 0;
  z-index: 1070;
  background-color: #ffffff;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 60px;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.always-on-top {
  position: fixed;
}

.scroll-with-content.digital-magazine-topnav {
  margin-top: -60px;
}

.scroll-with-content .digital-magazine-portal-pages {
  display: none;
}

.scroll-with-content ~ .wrapper {
  padding-top: 0;
}

#topnav .topbar-main {
  background-color: #2b3d51;
}

#topnav .topbar-main .badge {
  position: absolute;
  top: 12px;
  right: 7px;
}

#topnav .topbar-main .navbar-nav {
  margin: 0;
}

#topnav .topbar-main .navbar-nav .nav-link {
  padding: 0;
  line-height: 60px;
}

#topnav .topbar-main .navbar-nav .nav-link.nav-user {
  padding: 0 12px;
}

#topnav .navbar-custom {
  background-color: #ffffff;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0 10px 0 0;
  cursor: pointer;
  display: block;
}

#topnav .navbar-toggle:hover {
  background-color: transparent;
}

#topnav .navbar-toggle:hover span {
  background-color: #64b0f2;
}

#topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navbar-toggle:focus span {
  background-color: #64b0f2;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin-top: 22px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .navigation-menu > li.active > a {
  color: #64b0f2;
}

#topnav .navigation-menu > li.active li.active > a {
  color: #64b0f2;
}

#topnav .navigation-menu > li.active li.active li.active > a {
  color: #64b0f2;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #2b3d51;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

#topnav .navigation-menu > li > a:hover {
  color: #64b0f2;
}

#topnav .navigation-menu > li > a:hover i {
  color: #64b0f2;
}

#topnav .navigation-menu > li > a:focus {
  color: #64b0f2;
}

#topnav .navigation-menu > li > a:focus i {
  color: #64b0f2;
}

#topnav .navigation-menu > li > a:active {
  color: #64b0f2;
}

#topnav .navigation-menu > li > a:active i {
  color: #64b0f2;
}

#topnav .navigation-menu > li > a i {
  font-size: 18px;
  margin-right: 5px;
  color: fade(#2b3d51, 80%);
  vertical-align: middle;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*
  Responsive Menu
*/
@media (min-width: 992px) {
  #topnav .navigation-menu > li.last-elements .submenu, #topnav .navigation-menu > li.last-elements .flexMenu-popup {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu, #topnav .navigation-menu > li.last-elements .flexMenu-popup > li.has-submenu .submenu, #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .flexMenu-popup, #topnav .navigation-menu > li.last-elements .flexMenu-popup > li.has-submenu .flexMenu-popup {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu > li:first-of-type a {
    padding-left: 0px;
  }
  #topnav .navigation-menu > li:hover a {
    color: #64b0f2;
  }
  #topnav .navigation-menu > li:hover a i {
    color: #64b0f2;
  }
  #topnav .navigation-menu > li .submenu, #topnav .navigation-menu > li .flexMenu-popup {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 0;
    list-style: none;
    min-width: 200px;
    max-width: 300px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  #topnav .navigation-menu > li .submenu.megamenu, #topnav .navigation-menu > li .megamenu.flexMenu-popup {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li, #topnav .navigation-menu > li .megamenu.flexMenu-popup > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu > li.has-submenu > a:after, #topnav .navigation-menu > li .flexMenu-popup > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    right: 20px;
    font-size: 9px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu, #topnav .navigation-menu > li .flexMenu-popup > li .submenu, #topnav .navigation-menu > li .submenu > li .flexMenu-popup, #topnav .navigation-menu > li .flexMenu-popup > li .flexMenu-popup {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu li, #topnav .navigation-menu > li .flexMenu-popup li {
    position: relative;
    width: 100%;
  }
  #topnav .navigation-menu > li .submenu li ul, #topnav .navigation-menu > li .flexMenu-popup li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a, #topnav .navigation-menu > li .flexMenu-popup li a {
    display: block;
    padding: 10px 30px 10px 20px;
    clear: both;
    white-space: nowrap;
    color: #2b3d51;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #topnav .navigation-menu > li .submenu li a:hover, #topnav .navigation-menu > li .flexMenu-popup li a:hover {
    color: #2b3d51;
    background-color: #f5f5f5;
  }
  #topnav .navigation-menu > li .submenu li span, #topnav .navigation-menu > li .flexMenu-popup li span {
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #949ba1;
  }
  #topnav .navbar-toggle {
    display: none;
  }
}

@media (max-width: 991px) {
  .horizontal .wrapper {
    padding-top: 60px;
  }
  .horizontal .wrapper .btn-group.m-t-15 {
    margin-top: 17px;
  }
  .container {
    width: auto;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 200px;
    max-height: calc(100vh - 100px);
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li > a {
    color: #2b3d51;
    padding: 15px;
  }
  #topnav .navigation-menu > li > a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li .submenu, #topnav .navigation-menu > li .flexMenu-popup {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a, #topnav .navigation-menu > li .flexMenu-popup li a {
    display: block;
    position: relative;
    padding: 7px 30px 7px 20px;
    color: #2b3d51;
  }
  #topnav .navigation-menu > li .submenu li a:hover, #topnav .navigation-menu > li .flexMenu-popup li a:hover {
    color: #64b0f2;
  }
  #topnav .navigation-menu > li .submenu li.has-submenu > a:after, #topnav .navigation-menu > li .flexMenu-popup li.has-submenu > a:after,
  #topnav .navigation-menu > li.has-submenu > a:after {
    content: "\e64b";
    font-family: "themify";
    position: absolute;
    right: 20px;
    font-size: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open, #topnav .navigation-menu > li .open.flexMenu-popup {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu, #topnav .navigation-menu > li .flexMenu-popup .submenu, #topnav .navigation-menu > li .submenu .flexMenu-popup, #topnav .navigation-menu > li .flexMenu-popup .flexMenu-popup {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open, #topnav .navigation-menu > li .flexMenu-popup .submenu.open, #topnav .navigation-menu > li .submenu .open.flexMenu-popup, #topnav .navigation-menu > li .flexMenu-popup .open.flexMenu-popup {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul, #topnav .navigation-menu > li .megamenu.flexMenu-popup > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span, #topnav .navigation-menu > li .megamenu.flexMenu-popup > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
  }
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #64b0f2;
  }
  #topnav .navigation-menu > li .submenu li.has-submenu.open > a:after, #topnav .navigation-menu > li .flexMenu-popup li.has-submenu.open > a:after,
  #topnav .navigation-menu > li.has-submenu.open > a:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  #topnav .navbar-header {
    float: left;
  }
  #navigation {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu, #topnav .navigation-menu > li.has-submenu:hover > .flexMenu-popup {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu, #topnav .navigation-menu > li.has-submenu:hover > .flexMenu-popup > li.has-submenu:hover > .submenu, #topnav .navigation-menu > li.has-submenu:hover > .navigation-menu.submenu > li.has-submenu:hover > .flexMenu-popup, #topnav .navigation-menu > li.has-submenu:hover > .navigation-menu.flexMenu-popup > li.has-submenu:hover > .flexMenu-popup {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

.notification-box {
  margin-right: 10px;
}

.notification-box ul {
  max-height: 60px;
}

.notification-box ul li a {
  font-size: 24px;
  color: #ffffff;
  display: block;
  line-height: 60px;
}

.notification-box .noti-dot {
  position: relative;
  top: -45px;
}

.notification-box .pulse, .notification-box .record-wrapper.recording .js-stop i, .record-wrapper.recording .js-stop .notification-box i {
  width: 2px;
  height: 2px;
  border: 3px solid #ff5d48;
  border-radius: 30px;
  background-color: #ff5d48;
  z-index: 10;
  position: absolute;
  right: 3px;
}

.notification-box .dot {
  border: 4px solid #ff5d48;
  background: transparent;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -12px;
  left: -4px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

.user-box {
  text-align: center;
}

.user-box .user-img {
  position: relative;
}

.user-box .user-status {
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 8px;
  right: 15px;
  line-height: 0px !important;
}

.user-box .user-status i {
  font-size: 12px !important;
}

.user-box .user-status.away i {
  color: #f1b53d;
}

.user-box .user-status.offline i {
  color: #ff5d48;
}

.user-box .user-status.online i {
  color: #1bb99a;
}

.user-box .user-status.busy i {
  color: #818a91;
}

/* Footer */
.footer {
  border-top: 1px solid rgba(67, 89, 102, 0.1);
  bottom: 0px;
  color: #58666e;
  text-align: left;
  padding: 20px 0px;
  position: absolute;
  right: 0px;
  left: 0px;
  z-index: 2;
}

.wrapper {
  padding-top: 100px;
}

/* Notification */
.notification-list {
  margin-left: 0 !important;
}

.notification-list .noti-title {
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #64b0f2;
  margin: -6px 0px 0px 0px;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  color: #ffffff;
  margin: 0;
}

.notification-list .noti-icon {
  font-size: 22px;
  padding: 0 12px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.notification-list .noti-icon-badge {
  height: 10px;
  width: 10px;
  background-color: #ff5d48;
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 8px;
  border-radius: 50%;
  border: 2px solid #2b3d51;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
}

.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  margin-left: 45px;
}

.notification-list .notify-item .notify-details i {
  word-break: break-all;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  font-size: 13px;
}

.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eceeef;
}

.profile-dropdown {
  width: 180px;
}

.profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
  min-width: 22px;
}

.profile-dropdown span {
  vertical-align: middle;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 60px;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
  z-index: 9999;
}

.right-bar {
  background: #ffffff !important;
}

.right-bar .nav-tabs {
  border: none !important;
}

.right-bar .nav-tabs .nav-item {
  float: none;
  display: inline-block;
  margin-bottom: 0;
}

.right-bar .nav-tabs .nav-link {
  border: none !important;
  font-weight: 500;
  font-size: 16px;
  color: #2b3d51;
}

.right-bar .nav-tabs .nav-link.active {
  color: #64b0f2;
  background-color: transparent;
}

.right-bar .tab-content {
  padding: 20px;
  border-top: 2px solid #eceeef;
}

.right-bar .right-bar-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  padding: 0px 10px;
}

.right-bar .nicescroll {
  height: 88%;
}

.right-bar .contact-list {
  max-height: 600px;
}

.right-bar h5 {
  font-size: 15px;
}

@media (max-width: 640px) {
  .btn-group.m-t-15 {
    display: none;
  }
}

@media (max-width: 420px) {
  .topbar-left {
    text-align: center;
    float: left;
  }
  .logo {
    float: none;
  }
  .logo span {
    display: none !important;
  }
}

/* Seach */
.app-search {
  position: relative;
}

.app-search a {
  position: absolute;
  top: 12px;
  right: 25px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.app-search a:hover {
  color: #ffffff;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(129, 138, 145, 0.3);
  font-size: 13px;
  height: 34px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 13px;
  margin-right: 20px;
  background: rgba(129, 138, 145, 0.1);
  box-shadow: none;
  border-radius: 30px;
  width: 200px;
}

.wrapper.right-bar-enabled .right-bar {
  right: 0 !important;
  display: block !important;
}

.page-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 70px;
}

/* ==== START VERTICAL MENU ==== */
.topbar {
  left: 0px;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
}

.topbar .topbar-left {
  background: #ffffff;
  float: left;
  text-align: center;
  height: 60px;
  position: relative;
  width: 250px;
  z-index: 1;
}

.topbar .topbar-left .logo {
  line-height: 60px;
  display: block;
}

.vertical .navbar-custom {
  background-color: #2b3d51;
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 0px 20px;
  margin-left: 250px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 543px) {
  .vertical .navbar-custom {
    padding: 0px 10px;
  }
}

.vertical .navbar-custom .navbar-nav .nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.6);
}

.vertical .logo {
  color: #2b3d51;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: none;
}

.vertical .logo span span {
  color: #64b0f2;
}

.user-box {
  text-align: center;
  padding: 30px 0px 20px 0px;
}

.user-box .user-img {
  position: relative;
  height: 88px;
  width: 88px;
  margin: 0px auto;
}

.user-box h5 a {
  color: #373a3c;
}

.user-box .user-status {
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 7px;
  right: 15px;
}

.user-box .user-status i {
  font-size: 15px;
}

.user-box .user-status.away i {
  color: #f1b53d;
}

.user-box .user-status.offline i {
  color: #ff5d48;
}

.user-box .user-status.online i {
  color: #1bb99a;
}

.user-box .user-status.busy i {
  color: #373a3c;
}

.user-box ul li a {
  color: #373a3c;
}

.user-box ul li a:hover {
  color: #64b0f2;
}

.side-menu {
  top: 60px;
  width: 250px;
  z-index: 100;
  background: #ffffff;
  bottom: 70px;
  margin-bottom: -70px;
  margin-top: 0px;
  padding-bottom: 70px;
  position: absolute;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.vertical .content-page {
  margin-left: 250px;
  overflow: hidden;
}

.vertical .content-page .content {
  padding: 0 5px;
  margin-top: 73px;
}

.side-menu.left {
  position: fixed;
}

body.fixed-left .side-menu.left {
  bottom: 50px;
  margin-bottom: -70px;
  margin-top: 0px;
  padding-bottom: 70px;
  position: fixed;
}

.button-menu-mobile {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 21px;
  line-height: 60px;
  padding: 0px 15px;
  margin-left: -10px;
}

.button-menu-mobile:hover {
  color: #64b0f2;
}

.sidebar-inner {
  height: 100%;
}

.sidebar-menu, .sidebar-menu ul, .sidebar-menu li, .sidebar-menu a,
.context-menu, .context-menu ul, .context-menu li, .context-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.sidebar-menu {
  padding-bottom: 30px;
  width: 100%;
}

.sidebar-menu a {
  line-height: 1.3;
}

.sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  text-rendering: auto;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-family: 'FontAwesome';
  font-size: 16px;
}

.sidebar-menu ul li .menu-arrow:before {
  content: "\f105";
}

.sidebar-menu ul li a.subdrop .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu ul ul {
  display: none;
}

.sidebar-menu ul ul li {
  border-top: 0;
}

.sidebar-menu ul ul li.active a {
  color: #64b0f2;
}

.sidebar-menu ul ul a {
  color: rgba(43, 61, 81, 0.8);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  padding: 8px 20px 8px 60px;
}

.sidebar-menu ul ul a:hover {
  color: #2b3d51;
}

.sidebar-menu ul ul a i {
  margin-right: 5px;
}

.sidebar-menu ul ul ul a {
  padding-left: 80px;
}

.sidebar-menu .label, .sidebar-menu .status-wrapper .status, .status-wrapper .sidebar-menu .status, .sidebar-menu .new-label-primary, .sidebar-menu .new-label, .sidebar-menu .new-label-archived, .sidebar-menu .new-label-yellow, .sidebar-menu .new-label-yellow-dark, .sidebar-menu .new-label-green, .sidebar-menu .new-label-orange, .sidebar-menu .new-label-blue {
  margin-top: 2px;
}

.sidebar-menu .subdrop {
  color: #2b3d51;
}

.context-menu {
  padding-bottom: 30px;
  width: 100%;
}

.context-menu a {
  line-height: 1.3;
}

.context-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Material-Design-Iconic-Font';
  text-rendering: auto;
  line-height: 18px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.context-menu ul li .menu-arrow:before {
  content: '\f2fb';
}

.context-menu ul li .sub-item.subdrop .menu-arrow {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.context-menu ul ul li {
  border-top: 0;
}

.context-menu ul ul li.active a {
  color: #64b0f2;
}

.context-menu ul ul .sub-item {
  color: rgba(43, 61, 81, 0.8);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  padding: 8px 20px 8px 60px;
}

.context-menu ul ul .sub-item:hover {
  color: #2b3d51;
}

.context-menu ul ul .sub-item i {
  margin-right: 5px;
}

.context-menu .label, .context-menu .status-wrapper .status, .status-wrapper .context-menu .status, .context-menu .new-label-primary, .context-menu .new-label, .context-menu .new-label-archived, .context-menu .new-label-yellow, .context-menu .new-label-yellow-dark, .context-menu .new-label-green, .context-menu .new-label-orange, .context-menu .new-label-blue {
  margin-top: 2px;
}

.context-menu .subdrop {
  color: #2b3d51 !important;
}

.sidebar-menu > ul > li > a {
  color: rgba(43, 61, 81, 0.8);
  display: block;
  padding: 15px;
  font-weight: 500;
}

.sidebar-menu > ul > li > a:hover {
  color: #2b3d51;
  text-decoration: none;
}

.sidebar-menu > ul > li > a > span,
.context-menu > ul > li > a > span {
  vertical-align: middle;
}

.sidebar-menu ul li a i,
.context-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

.sidebar-menu ul li a .drop-arrow,
.context-menu ul li a .drop-arrow {
  float: right;
}

.sidebar-menu ul li a .drop-arrow i,
.context-menu ul li a .drop-arrow i {
  margin-right: 0px;
}

.sidebar-menu > ul > li > a.active,
.context-menu > ul > li > a.active {
  color: #ffffff !important;
  background-color: #64b0f2;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
}

.vertical .footer {
  bottom: 0px;
  padding: 19px 30px 20px;
  position: absolute;
  right: 0px;
  left: 250px;
}

@media (max-width: 991px) {
  .vertical .content-page > .content {
    padding: 60px 0 15px 0;
    margin-top: 0;
  }
}

.vertical #wrapper.enlarged .content-page {
  margin-left: 70px;
  -webkit-transition: margin 0.35s;
  transition: margin 0.35s;
}

.vertical #wrapper.enlarged .footer {
  left: 70px;
}

#wrapper.enlarged .menu-title {
  display: none;
}

#wrapper.enlarged .sidebar-menu .menu-arrow {
  display: none !important;
}

#wrapper.enlarged .sidebar-menu ul ul {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#wrapper.enlarged .left.side-menu .sidebar-menu > ul > li > a {
  padding-left: 10px;
}

#wrapper.enlarged .left.side-menu .sidebar-menu > ul > li > a:hover {
  background-color: #64b0f2;
}

#wrapper.enlarged .left.side-menu span.pull-right {
  display: none !important;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li:hover > a {
  background-color: #64b0f2;
  position: relative;
  width: 260px;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  background: #ffffff;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li:hover > ul a {
  background: #ffffff;
  border: none;
  box-shadow: none;
  padding: 15px 20px 15px 15px;
  position: relative;
  width: 190px;
  z-index: 6;
  color: rgba(43, 61, 81, 0.8);
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li:hover > ul a:hover {
  color: #2b3d51;
  background-color: #f5f5f5;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li:hover a span {
  display: inline;
  opacity: 1;
  visibility: visible;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li > ul {
  display: none;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -48px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li > a span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  padding-left: 10px;
}

#wrapper.enlarged .left.side-menu .sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 50px;
  width: 1px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#wrapper.enlarged .left.side-menu .sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background-color: #64b0f2;
  color: #ffffff;
}

#wrapper.enlarged .left.side-menu .sidebar-menu ul > li:hover > a i {
  color: #ffffff;
}

#wrapper.enlarged .navbar-custom {
  margin-left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
  width: 70px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}

@media (max-width: 543px) {
  #wrapper.enlarged .topbar .topbar-left {
    width: 50px;
  }
}

@media (max-width: 543px) {
  #wrapper.enlarged .topbar .topbar-left .logo {
    width: 40px;
  }
}

#wrapper.enlarged .topbar .topbar-left .logo span:not(.mobile-logo), #wrapper.enlarged .topbar .topbar-left .logo img {
  display: none;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
  margin-right: 0px;
}

#wrapper.enlarged .sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}

#wrapper.enlarged .sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}

#wrapper.enlarged .user-detail {
  bottom: 0px;
  padding: 15px 0px;
  width: 70px;
  text-align: center;
}

#wrapper.enlarged .user-detail .dropup {
  margin: 0px auto;
  margin-left: 17px;
}

#wrapper.enlarged .user-detail h5 {
  display: none;
}

#wrapper.enlarged .user-detail p {
  position: absolute;
  right: 15px;
  top: 32px;
}

#wrapper.enlarged .user-detail p span {
  display: none;
}

#wrapper.enlarged .sidebar-menu ul ul li.active a {
  color: #039cfd;
}

#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

#wrapper.right-bar-enabled .left-layout {
  left: 0;
}

/* Seach */
.vertical .app-search {
  position: relative;
  margin-top: 13px;
}

.vertical .app-search a {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.vertical .app-search a:hover {
  color: #ffffff;
}

.vertical .app-search .form-control,
.vertical .app-search .form-control:focus {
  border: 1px solid rgba(129, 138, 145, 0.3);
  font-size: 13px;
  height: 34px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 0;
  background: rgba(129, 138, 145, 0.1);
  box-shadow: none;
  border-radius: 30px;
  width: 200px;
  margin-right: 0;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .vertical .topbar-left {
    width: 70px;
  }
}

@media (max-width: 767px) and (max-width: 543px) {
  .vertical .topbar-left {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .vertical .topbar-left span:not(.mobile-logo) {
    display: none !important;
  }
  .vertical .topbar-left i {
    display: block !important;
    line-height: 60px !important;
  }
  .vertical .topbar-left .logo .mobile-logo {
    display: block;
    margin: 5px auto;
  }
  .vertical .navbar-custom {
    margin-left: 70px !important;
  }
}

@media (max-width: 767px) and (max-width: 543px) {
  .vertical .navbar-custom {
    margin-left: 50px !important;
  }
}

@media (max-width: 767px) {
  .content-page {
    margin-left: 0px !important;
  }
  .footer {
    left: 0px !important;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  div#datatable-buttons_info {
    float: none;
  }
  .ms-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .dropdown-lg {
    width: 200px;
  }
  .notification-list .notify-item {
    padding: 10px 15px;
  }
  .page-title-box .page-title, .page-title-box .breadcrumb {
    float: none;
  }
  .page-title-box .page-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .notification-list .noti-icon {
    font-size: 18px;
    padding: 0 10px;
  }
  .hidden-mobile {
    display: none !important;
  }
}

/* Body min-height set */
.mobile.smallscreen .sidebar-inner.slimscrollleft {
  overflow: scroll !important;
}

/* ==== END VERTICAL MENU ==== */
button:focus {
  outline: none !important;
}

.btn-custom {
  color: #fff;
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.btn-custom:hover {
  color: #fff;
  background-color: #3598ee;
  border-color: #2c93ed;
}

.btn-custom:focus, .btn-custom.focus {
  color: #fff;
  background-color: #3598ee;
  border-color: #2c93ed;
}

.btn-custom:active, .btn-custom.active,
.open > .btn-custom.dropdown-toggle {
  color: #fff;
  background-color: #3598ee;
  border-color: #2c93ed;
  background-image: none;
}

.btn-custom:active:hover, .btn-custom:active:focus, .btn-custom:active.focus, .btn-custom.active:hover, .btn-custom.active:focus, .btn-custom.active.focus,
.open > .btn-custom.dropdown-toggle:hover,
.open > .btn-custom.dropdown-toggle:focus,
.open > .btn-custom.dropdown-toggle.focus {
  color: #fff;
  background-color: #1487eb;
  border-color: #1172c6;
}

.btn-custom.disabled:focus, .workstream-inactive .btn-custom.btn:focus:not(.add-phase), .btn-custom.disabled.focus, .workstream-inactive .btn-custom.focus.btn:not(.add-phase), .btn-custom:disabled:focus, .btn-custom:disabled.focus {
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.btn-custom.disabled:hover, .workstream-inactive .btn-custom.btn:hover:not(.add-phase), .btn-custom:disabled:hover {
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.btn-pink {
  color: #fff;
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}

.btn-pink:hover {
  color: #fff;
  background-color: #ff4780;
  border-color: #ff3d79;
}

.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #ff4780;
  border-color: #ff3d79;
}

.btn-pink:active, .btn-pink.active,
.open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #ff4780;
  border-color: #ff3d79;
  background-image: none;
}

.btn-pink:active:hover, .btn-pink:active:focus, .btn-pink:active.focus, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus,
.open > .btn-pink.dropdown-toggle:hover,
.open > .btn-pink.dropdown-toggle:focus,
.open > .btn-pink.dropdown-toggle.focus {
  color: #fff;
  background-color: #ff2367;
  border-color: #fa004d;
}

.btn-pink.disabled:focus, .workstream-inactive .btn-pink.btn:focus:not(.add-phase), .btn-pink.disabled.focus, .workstream-inactive .btn-pink.focus.btn:not(.add-phase), .btn-pink:disabled:focus, .btn-pink:disabled.focus {
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}

.btn-pink.disabled:hover, .workstream-inactive .btn-pink.btn:hover:not(.add-phase), .btn-pink:disabled:hover {
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}

.btn-dark {
  color: #fff;
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.btn-dark:hover {
  color: #fff;
  background-color: #192430;
  border-color: #161f29;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #192430;
  border-color: #161f29;
}

.btn-dark:active, .btn-dark.active,
.open > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #192430;
  border-color: #161f29;
  background-image: none;
}

.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus,
.open > .btn-dark.dropdown-toggle:hover,
.open > .btn-dark.dropdown-toggle:focus,
.open > .btn-dark.dropdown-toggle.focus {
  color: #fff;
  background-color: #0d1218;
  border-color: black;
}

.btn-dark.disabled:focus, .workstream-inactive .btn-dark.btn:focus:not(.add-phase), .btn-dark.disabled.focus, .workstream-inactive .btn-dark.focus.btn:not(.add-phase), .btn-dark:disabled:focus, .btn-dark:disabled.focus {
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.btn-dark.disabled:hover, .workstream-inactive .btn-dark.btn:hover:not(.add-phase), .btn-dark:disabled:hover {
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.btn-purple {
  color: #fff;
  background-color: #9261c6;
  border-color: #9261c6;
}

.btn-purple:hover {
  color: #fff;
  background-color: #7841b3;
  border-color: #733eac;
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #7841b3;
  border-color: #733eac;
}

.btn-purple:active, .btn-purple.active,
.open > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #7841b3;
  border-color: #733eac;
  background-image: none;
}

.btn-purple:active:hover, .btn-purple:active:focus, .btn-purple:active.focus, .btn-purple.active:hover, .btn-purple.active:focus, .btn-purple.active.focus,
.open > .btn-purple.dropdown-toggle:hover,
.open > .btn-purple.dropdown-toggle:focus,
.open > .btn-purple.dropdown-toggle.focus {
  color: #fff;
  background-color: #673799;
  border-color: #532c7b;
}

.btn-purple.disabled:focus, .workstream-inactive .btn-purple.btn:focus:not(.add-phase), .btn-purple.disabled.focus, .workstream-inactive .btn-purple.focus.btn:not(.add-phase), .btn-purple:disabled:focus, .btn-purple:disabled.focus {
  background-color: #9261c6;
  border-color: #9261c6;
}

.btn-purple.disabled:hover, .workstream-inactive .btn-purple.btn:hover:not(.add-phase), .btn-purple:disabled:hover {
  background-color: #9261c6;
  border-color: #9261c6;
}

.btn-dark-outline {
  color: #2b3d51;
  background-image: none;
  background-color: transparent;
  border-color: #2b3d51;
}

.btn-dark-outline:focus, .btn-dark-outline.focus, .btn-dark-outline:active, .btn-dark-outline.active,
.open > .btn-dark-outline.dropdown-toggle {
  color: #fff;
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.btn-dark-outline:hover {
  color: #fff;
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.btn-dark-outline.disabled:focus, .workstream-inactive .btn-dark-outline.btn:focus:not(.add-phase), .btn-dark-outline.disabled.focus, .workstream-inactive .btn-dark-outline.focus.btn:not(.add-phase), .btn-dark-outline:disabled:focus, .btn-dark-outline:disabled.focus {
  border-color: #4e6f94;
}

.btn-dark-outline.disabled:hover, .workstream-inactive .btn-dark-outline.btn:hover:not(.add-phase), .btn-dark-outline:disabled:hover {
  border-color: #4e6f94;
}

.btn-pink-outline {
  color: #ff7aa3;
  background-image: none;
  background-color: transparent;
  border-color: #ff7aa3;
}

.btn-pink-outline:focus, .btn-pink-outline.focus, .btn-pink-outline:active, .btn-pink-outline.active,
.open > .btn-pink-outline.dropdown-toggle {
  color: #fff;
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}

.btn-pink-outline:hover {
  color: #fff;
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}

.btn-pink-outline.disabled:focus, .workstream-inactive .btn-pink-outline.btn:focus:not(.add-phase), .btn-pink-outline.disabled.focus, .workstream-inactive .btn-pink-outline.focus.btn:not(.add-phase), .btn-pink-outline:disabled:focus, .btn-pink-outline:disabled.focus {
  border-color: #ffe0ea;
}

.btn-pink-outline.disabled:hover, .workstream-inactive .btn-pink-outline.btn:hover:not(.add-phase), .btn-pink-outline:disabled:hover {
  border-color: #ffe0ea;
}

.btn-purple-outline {
  color: #9261c6;
  background-image: none;
  background-color: transparent;
  border-color: #9261c6;
}

.btn-purple-outline:focus, .btn-purple-outline.focus, .btn-purple-outline:active, .btn-purple-outline.active,
.open > .btn-purple-outline.dropdown-toggle {
  color: #fff;
  background-color: #9261c6;
  border-color: #9261c6;
}

.btn-purple-outline:hover {
  color: #fff;
  background-color: #9261c6;
  border-color: #9261c6;
}

.btn-purple-outline.disabled:focus, .workstream-inactive .btn-purple-outline.btn:focus:not(.add-phase), .btn-purple-outline.disabled.focus, .workstream-inactive .btn-purple-outline.focus.btn:not(.add-phase), .btn-purple-outline:disabled:focus, .btn-purple-outline:disabled.focus {
  border-color: #c6ace1;
}

.btn-purple-outline.disabled:hover, .workstream-inactive .btn-purple-outline.btn:hover:not(.add-phase), .btn-purple-outline:disabled:hover {
  border-color: #c6ace1;
}

.btn-rounded {
  border-radius: 2em !important;
  padding: 0.375rem 1.3rem;
}

.btn-label {
  background: rgba(43, 61, 81, 0.1);
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px 0 0 3px;
  margin: -7px -14px;
  margin-right: 12px;
}

.btn-rounded .btn-label {
  padding: 7px 15px 7px 20px;
  margin-left: -20px;
}

.btn-rounded .btn-label-right {
  margin-right: -20px;
  margin-left: 12px;
}

.btn-label-right {
  margin-left: 12px;
  margin-right: -13px;
  border-radius: 0px 3px 3px 0px;
}

/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

/* Custom-modal */
.modal-demo {
  background-color: #ffffff;
  width: 600px;
  border-radius: 4px;
  display: none;
}

.modal-demo.order {
  width: 660px;
}

.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #ffffff;
  opacity: 0.5 !important;
  z-index: 20;
}

.modal-demo .close:hover {
  opacity: 1 !important;
}

.custom-modal-title, .carousel-view .carousel-caption {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #64b0f2;
  color: #ffffff;
  text-align: left;
  margin: 0px;
  min-height: 50px;
}

.custom-modal-text {
  padding: 20px;
  text-align: left;
}

@media (max-width: 543px) {
  .custom-modal-text {
    padding: 10px;
  }
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

.custombox-modal-blur {
  left: 0;
  right: 0;
}

/* =========== */
/* Sweet Alert */
/* =========== */
.sweet-alert {
  padding: 30px 25px;
}

.sweet-alert p {
  font-size: 14px;
  line-height: 22px;
}

.sweet-alert p:last-of-type {
  margin-bottom: 0px !important;
}

.sweet-alert .icon.success .placeholder {
  border: 4px solid rgba(27, 185, 154, 0.3);
}

.sweet-alert .icon.success .line {
  background-color: #1bb99a;
}

.sweet-alert .icon.error {
  border-color: #ff5d48;
}

.sweet-alert .icon.error .line {
  background-color: #ff5d48;
}

.sweet-alert .icon.warning {
  border-color: #f1b53d;
}

.sweet-alert .icon.info {
  border-color: #3db9dc;
}

.sweet-alert .btn-warning:focus, .sweet-alert .btn-info:focus, .sweet-alert .btn-success:focus, .sweet-alert .btn-danger:focus, .sweet-alert .btn-default:focus {
  box-shadow: none;
}

/* =============
   Timeline
============= */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.timeline .time-show {
  margin-bottom: 30px;
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
}

.timeline .time-show a {
  color: #ffffff;
}

.timeline:before {
  background-color: rgba(129, 138, 145, 0.3);
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}

.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  background: #818a91;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 20px;
  left: -54px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}

.timeline .timeline-icon i {
  color: #f5f5f5;
  font-size: 13px;
  margin-top: 4px;
  position: absolute;
  left: 4px;
}

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

h3.timeline-title {
  color: #eceeef;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.timeline-item {
  display: table-row;
}

.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item .timeline-desk .arrow {
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffffff !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 0;
}

.timeline-item .timeline-desk .timeline-box {
  padding: 20px;
}

.timeline-item .timeline-date {
  margin-bottom: 10px;
}

.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ffffff !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -12px;
  position: absolute;
  right: -12px;
  top: 50%;
  width: 0;
}

.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px;
}

.timeline-item.alt:before {
  display: none;
}

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}

.timeline-item.alt h4 {
  text-align: right;
}

.timeline-item.alt p {
  text-align: right;
}

.timeline-item.alt .timeline-date {
  text-align: right;
}

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.timeline-desk h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.timeline-desk .panel {
  background: #ffffff;
  display: block;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: left;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.timeline-desk h5 span {
  color: #eceeef;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.timeline-desk p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.timeline-desk .album {
  margin-top: 12px;
}

.timeline-desk .album a {
  float: left;
  margin-right: 5px;
}

.timeline-desk .album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}

.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}

/* ===========
   Timeline-2
 =============*/
.timeline-2 {
  border-left: 2px solid #64b0f2;
  position: relative;
}

.timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: #64b0f2;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 10px;
  left: 0;
  margin-left: -6px;
  position: absolute;
  top: 5px;
  width: 10px;
}

.time-item {
  border-color: #dee5e7;
  padding-bottom: 10px;
  position: relative;
}

.time-item:before {
  content: " ";
  display: table;
}

.time-item:after {
  background-color: #ffffff;
  border-color: #64b0f2;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item-item:after {
  content: " ";
  display: table;
}

.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.item-info p {
  font-size: 13px;
}

.rating-md i {
  font-size: 18px;
}

.rating-lg i {
  font-size: 24px;
}

/* =============
   Pricing
============= */
.pricing-plan {
  padding-bottom: 50px;
}

.price_card {
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.price_card.active {
  margin: 0 -21px 0 -21px;
  padding-bottom: 30px;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.09), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.price_card.active .pricing-header {
  padding: 20px;
}

.price_card .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
}

.price_card button {
  margin-top: 20px;
}

.pricing-header {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
}

.price {
  display: block;
  font-size: 48px;
  font-weight: 300;
  padding: 30px 0 10px;
  text-align: center;
  width: 100%;
}

.price-features {
  color: #8a8a8a;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 20px;
  text-align: center;
}

.price-features li {
  padding: 15px;
}

.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}

.pricing-item-inner {
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  border-radius: 7px;
  border: 2px solid rgba(151, 160, 175, 0.2);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  vertical-align: middle;
}

.pricing-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}

.pricing-icon {
  font-size: 32px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.pricing-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.pr-list {
  color: #97a0af;
  font-size: 12px;
  font-weight: 400;
  margin: 0 -20px 30px;
  padding: 0;
  text-transform: uppercase;
}

.pr-list li {
  list-style: none;
  padding: 12px 20px;
}

.pricing-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.pricing-num sup {
  font-size: 18px;
  font-weight: 400;
  left: -3px;
  margin-left: -7px;
  position: relative;
  top: -20px;
}

.pr-per {
  color: #97a0af;
  font-size: 12px;
}

.pr-button {
  margin-top: 30px;
}

/* =============
   Gallery
============= */
.portfolioFilter a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.portfolioFilter a:hover {
  color: #1bb99a;
}

.portfolioFilter a.current {
  color: #ffffff;
  background-color: #1bb99a;
}

.thumb {
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}

.thumb a {
  display: block;
  border-radius: 3px;
}

.thumb .thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.thumb .gal-detail {
  padding: 10px;
  position: relative;
  background-color: #ffffff;
}

.thumb .gal-detail h4 {
  font-weight: 600;
  font-size: 16px;
  padding: 0 5px;
}

.thumb .gal-detail p {
  padding: 0 5px;
  font-size: 13px;
}

/* =============
   Maintenance
============= */
.maintenance-icon {
  height: 220px;
  width: 220px;
  margin: 0 auto;
}

.line1 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 0.4s, coding1 ease 6s 4s infinite;
  animation: fadeInLeft both 1s 0.4s, coding1 ease 6s 4s infinite;
}

.line2 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 0.6s, coding2 ease 6s 4s infinite;
  animation: fadeInLeft both 1s 0.6s, coding2 ease 6s 4s infinite;
}

.line3 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 0.8s, coding3 ease 6s 4s infinite;
  animation: fadeInLeft both 1s 0.8s, coding3 ease 6s 4s infinite;
}

.line4 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 1.0s, coding4 ease 6s 4s infinite;
  animation: fadeInLeft both 1s 1.0s, coding4 ease 6s 4s infinite;
}

.line5 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 1.2s, coding5 ease 6s 4s infinite;
  animation: fadeInLeft both 1s 1.2s, coding5 ease 6s 4s infinite;
}

.line6 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 1.4s, coding6 ease 6s 4s infinite;
  animation: fadeInLeft both 1s 1.4s, coding6 ease 6s 4s infinite;
}

.line7 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 1.6s, coding6 ease 6s 4s infinite;
  animation: fadeInLeft both 1s 1.6s, coding6 ease 6s 4s infinite;
}

@-webkit-keyframes coding1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  14% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
  }
  15% {
    -webkit-transform: translate(0, 45px);
    transform: translate(0, 45px);
  }
  30% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 1;
  }
  45% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  60% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  14% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
  }
  15% {
    -webkit-transform: translate(0, 45px);
    transform: translate(0, 45px);
  }
  30% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 1;
  }
  45% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  60% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    opacity: 1;
  }
  29% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  45% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    opacity: 1;
  }
  29% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  45% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 1;
  }
  44% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  60% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 1;
  }
  44% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  60% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 1;
  }
  59% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 1;
  }
  59% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding5 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  60% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 1;
  }
  74% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding5 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  60% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 1;
  }
  74% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding6 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  60% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  75% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 1;
  }
  89% {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding6 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  60% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  75% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 1;
  }
  89% {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* =============
   Count Down
============= */
.count-down-page {
  max-width: 1170px;
  margin: 50px auto;
}

#count-down {
  margin-top: 50px;
}

#count-down .clock-presenter {
  height: 140px;
  line-height: 30px;
  padding: 0 30px;
  text-align: center;
}

#count-down .clock-presenter .digit {
  margin-top: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
}

#count-down .clock-presenter .note {
  position: relative;
  bottom: 0;
  padding-top: 5px;
  cursor: default;
  font-size: 16px;
  color: #1bb99a;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #count-down .clock-presenter .digit {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  #count-down .clock-presenter {
    width: 50%;
    float: left;
  }
  #count-down .clock-presenter .digit {
    font-size: 36px;
  }
  #count-down .hours_dash {
    border-right: none;
  }
}

.diamond {
  margin: 50px auto;
  height: 90px;
  width: 120px;
}

.diamond:after {
  content: "";
  position: absolute;
  height: 14px;
  width: 44px;
  background: rgba(43, 61, 81, 0.1);
  border-radius: 50%;
  margin-top: 0;
  margin-left: 38px;
  z-index: 11;
}

.diamond .top {
  height: 30px;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-bottom: 24px solid #48CFAD;
}

.diamond .top:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 32px;
  margin-top: 6px;
  margin-left: 47px;
  background: #37BC9B;
  -ms-transform: skew(30deg, 20deg);
  -webkit-transform: skew(30deg, 20deg);
  transform: skew(48deg);
}

.diamond .top:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 32px;
  margin-top: 7px;
  margin-left: -13px;
  background: #37BC9B;
  -ms-transform: skew(30deg, 20deg);
  -webkit-transform: skew(30deg, 20deg);
  transform: skew(-48deg);
}

.diamond .bot {
  height: 60px;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #48CFAD;
}

.diamond .bot:before {
  content: "";
  position: absolute;
  height: 60px;
  margin-top: -60px;
  margin-left: -27px;
  border-left: 27px solid transparent;
  border-right: 26px solid transparent;
  border-top: 60px solid #37BC9B;
}

.breadcrumb {
  margin-bottom: 0;
}

/* Carousel */
.carousel-control {
  width: 10%;
}

.carousel-control span {
  position: absolute;
  top: 50%;
  /* pushes the icon in the middle of the height */
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}

.carousel-indicators li {
  border: 2px solid #ffffff;
}

.label, .status-wrapper .status, .new-label-primary, .new-label, .new-label-archived, .new-label-yellow, .new-label-yellow-dark, .new-label-green, .new-label-orange, .new-label-blue {
  padding: .48em .8em 0.3em 0.8em;
  letter-spacing: 0.04em;
}

.label-pink {
  background-color: #ff7aa3;
}

.lable-purple {
  background-color: #9261c6;
}

.label-dark {
  background-color: #2b3d51;
}

/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
  color: #2b3d51;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.pager li > a,
.pager li > span {
  border-radius: 3px;
  color: #2b3d51;
}

.bg-pink {
  background-color: #ff7aa3;
}

.bg-purple {
  background-color: #9261c6;
}

/* Margin / Padding classes */
.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

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

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

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

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

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

@media (max-width: 767px) {
  .m-t-sm-40 {
    margin-top: 40px !important;
  }
}

@media (max-width: 480px) {
  .m-t-xs-40 {
    margin-top: 40px !important;
  }
}

/* Width */
.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.font-13 {
  font-size: 13px;
}

.display-block {
  display: block;
}

/* Demo only */
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
}

.icon-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

.icon-list-demo i {
  text-align: center;
  margin: 0;
  vertical-align: middle;
  font-size: 24px;
  border: 1px solid #eceeef;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  color: rgba(43, 61, 81, 0.7);
  border-radius: 3px;
  display: inline-block;
}

.icon-list-demo .col-md-4 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
}

.icon-list-demo .col-md-4:hover i {
  color: #64b0f2;
}

.icon-list-pe7 i {
  font-size: 28px;
  color: #2b3d51;
}

/* Switchery demo */
.switchery-demo .switchery {
  margin-bottom: 10px;
  margin-right: 5px;
}

.dropdown-example {
  position: static;
  display: block;
  margin-bottom: .25rem;
  clear: left;
}

.col-xs-12, .filter-market .col, .col-sm-12 {
  max-width: 100%;
}

/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0px;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #eceeef;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
  border-color: #eceeef;
}

.fc-button {
  background: #f1f1f1;
  border: none;
  color: #818a91;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #eceeef;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-state-down, .fc-state-active, .fc-state-disabled {
  background-color: #64b0f2 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
}

/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.checkbox .indicator::before,
.checkbox input + label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid rgba(43, 61, 81, 0.5);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
  margin-top: 2px;
}

.checkbox .indicator::after,
.checkbox input + label::after {
  color: #2b3d51;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 2px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 2px;
  width: 16px;
}

.checkbox.details-table {
  margin-top: -20px;
}

.checkbox.details-table.head {
  margin-top: -36px;
}

.checkbox .indicator {
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.checkbox input[type="checkbox"]:disabled + .indicator,
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + .indicator::before,
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type="checkbox"]:checked + .indicator::after,
.checkbox input[type="checkbox"]:checked + label::after {
  content: '\f26b';
  font-family: 'Material-Design-Iconic-Font';
  font-weight: bold;
}

.checkbox input[type="checkbox"]:disabled + .indicator::before,
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #818a91;
  cursor: not-allowed;
}

.checkbox.checkbox-circle .indicator::before,
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single label {
  height: 17px;
}

.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + .indicator::before,
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #039cfd;
  border-color: #039cfd;
}

.checkbox-primary input[type="checkbox"]:checked + .indicator::after,
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff5d48;
  border-color: #ff5d48;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #9261c6;
  border-color: #9261c6;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* Radios */
.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  border-radius: 50%;
  border: 2px solid rgba(43, 61, 81, 0.5);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  margin-top: 2px;
}

.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #818a91;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-custom input[type="radio"] + label::after {
  background-color: #64b0f2;
}

.radio-custom input[type="radio"]:checked + label::before {
  border-color: #64b0f2;
}

.radio-custom input[type="radio"]:checked + label::after {
  background-color: #64b0f2;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #039cfd;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #039cfd;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #039cfd;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #ff5d48;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff5d48;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff5d48;
}

.radio-info input[type="radio"] + label::after {
  background-color: #3db9dc;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #3db9dc;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #3db9dc;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f1b53d;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f1b53d;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f1b53d;
}

.radio-success input[type="radio"] + label::after {
  background-color: #1bb99a;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #1bb99a;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #1bb99a;
}

.radio-purple input[type="radio"] + label::after {
  background-color: #9261c6;
}

.radio-purple input[type="radio"]:checked + label::before {
  border-color: #9261c6;
}

.radio-purple input[type="radio"]:checked + label::after {
  background-color: #9261c6;
}

.radio-pink input[type="radio"] + label::after {
  background-color: #ff7aa3;
}

.radio-pink input[type="radio"]:checked + label::before {
  border-color: #ff7aa3;
}

.radio-pink input[type="radio"]:checked + label::after {
  background-color: #ff7aa3;
}

/* =============
   Notification
============= */
#toast-container > div {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

#toast-container > :hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.toast {
  background-color: #64b0f2;
}

.toast-success {
  background-color: #1bb99a;
  border: 2px solid #1bb99a;
}

.toast-error {
  background-color: #ff5d48;
  border: 2px solid #ff5d48;
}

.toast-info {
  background-color: #3db9dc;
  border: 2px solid #3db9dc;
}

.toast-warning {
  background-color: #f1b53d;
  border: 2px solid #f1b53d;
}

.alerts-demo {
  background-color: #f7f7f9;
  border: 1px solid #eceeef;
  padding: 20px;
}

.progress-sm {
  height: 0.7rem;
}

.progress-xs {
  height: 0.4rem;
}

label {
  font-weight: 500;
}

.input-group-addon {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  width: 100%;
  box-shadow: none;
  padding: 3px 7px 6px;
  border: 1px solid #ccc;
  margin-bottom: 0;
}

.bootstrap-tagsinput .tag.label-info {
  background-color: #ffd34f;
  color: #2b3d51;
  display: inline-block;
  padding: 5px;
}

.bootstrap-tagsinput .tag.label-info-light {
  background-color: #ffe082;
}

.search-input {
  margin-bottom: 10px;
}

.ms-container {
  background: transparent url("../plugins/multiselect/img/multiple-arrow.png") no-repeat 50% 50%;
  width: 100% !important;
  max-width: 360px !important;
}

.ms-container .ms-list {
  box-shadow: none;
  border: 1px solid rgba(43, 61, 81, 0.2);
}

.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border: 1px solid rgba(43, 61, 81, 0.4);
}

.ms-container .ms-selectable {
  box-shadow: none;
  outline: none !important;
}

.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selectable li.ms-hover {
  background-color: #64b0f2;
}

.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selection li.ms-hover {
  background-color: #64b0f2;
}

/* Select 2 */
.select2-container .select2-selection--single {
  height: 34px;
  border: 1px solid rgba(43, 61, 81, 0.3);
  outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 30px;
}

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

.select2-container--default .select2-selection--multiple {
  border: 1px solid rgba(43, 61, 81, 0.3);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 12px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(43, 61, 81, 0.3);
}

.select2-dropdown {
  border: 1px solid rgba(43, 61, 81, 0.3);
  box-shadow: 0 2px 2px rgba(43, 61, 81, 0.15);
}

.select2-search--dropdown {
  padding: 7px;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(43, 61, 81, 0.3);
  outline: none !important;
}

/* AUTOCOMPLETE */
.autocomplete-suggestions {
  border: 1px solid #f9f9f9;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  z-index: 10 !important;
}

.autocomplete-suggestion {
  padding: 4px 10px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}

div.suggestion-holder {
  text-align: left;
  overflow: hidden;
  position: relative;
}
div.suggestion-holder .text {
  position: relative;
  white-space: nowrap;
  left: 0;
}

.autocomplete-no-suggestion {
  padding: 4px 8px;
}

.autocomplete-selected {
  background: rgba(236, 238, 239, 0.5);
  cursor: pointer;
}

.autocomplete-suggestions strong {
  font-weight: 600;
  color: #2b3d51;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #2b3d51;
  display: block;
}

/* Form validation */
.parsley-error {
  border-color: #ff5d48 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ff5d48;
  margin-top: 5px;
}

.bootstrap-timepicker-widget table td input {
  border: 1px solid rgba(43, 61, 81, 0.3);
  width: 35px;
}

.datepicker-dropdown {
  padding: 10px !important;
}

.datepicker td, .datepicker th,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
  width: 30px;
  height: 30px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr .workstream-inactive td.active.btn:hover:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:hover:not(.add-phase),
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr .workstream-inactive td.active.btn:hover:hover:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:hover:hover:not(.add-phase),
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr .workstream-inactive td.active.btn:active:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:active:not(.add-phase),
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr .workstream-inactive td.active.btn:hover:active:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:hover:active:not(.add-phase),
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr .workstream-inactive td.active.active.btn:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.active.btn:not(.add-phase),
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr .workstream-inactive td.active.btn:hover.active:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:hover.active:not(.add-phase),
.datepicker table tr td.active.disabled,
.datepicker table tr .workstream-inactive td.active.btn:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:not(.add-phase),
.datepicker table tr td.active:hover.disabled,
.datepicker table tr .workstream-inactive td.active.btn:hover:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:hover:not(.add-phase),
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr .workstream-inactive td.active.btn:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:not(.add-phase),
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr .workstream-inactive td.active.btn:hover:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:hover:not(.add-phase),
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr .workstream-inactive td.active.btn[disabled]:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn[disabled]:not(.add-phase),
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr .workstream-inactive td.active.btn:hover[disabled]:not(.add-phase),
.workstream-inactive .datepicker table tr td.active.btn:hover[disabled]:not(.add-phase),
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr .workstream-inactive td.selected.btn:not(.add-phase),
.workstream-inactive .datepicker table tr td.selected.btn:not(.add-phase), .datepicker table tr td.selected.disabled:hover, .datepicker table tr .workstream-inactive td.selected.btn:hover:not(.add-phase), .workstream-inactive .datepicker table tr td.selected.btn:hover:not(.add-phase) {
  background-color: #64b0f2 !important;
  color: #ffffff !important;
  background-image: none !important;
  text-shadow: none !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr .workstream-inactive td.today.btn:not(.add-phase), .workstream-inactive .datepicker table tr td.today.btn:not(.add-phase), .datepicker table tr td.today.disabled:hover, .datepicker table tr .workstream-inactive td.today.btn:hover:not(.add-phase), .workstream-inactive .datepicker table tr td.today.btn:hover:not(.add-phase) {
  background-color: #1bb99a !important;
  color: #ffffff !important;
  background-image: none !important;
}

.datepicker-inline {
  border: 2px solid rgba(43, 61, 81, 0.1);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.daterangepicker .input-mini.active {
  border: 1px solid rgba(43, 61, 81, 0.3);
}

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #2b3d51;
  font-weight: 600;
  font-size: 12px;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid rgba(43, 61, 81, 0.3);
  padding: 2px;
  width: 60px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #64b0f2;
  border: 1px solid #64b0f2;
}

/* Wizard */
.wizard > .content {
  background: #ffffff;
  min-height: 240px;
  padding: 20px;
  border: 1px solid #eceeef;
  margin-top: 10px !important;
}

.wizard > .content > .body {
  padding: 0px;
  position: relative;
  width: 100%;
}

.wizard > .content > .body input {
  border: 1px solid #e1e4e6;
}

.wizard > .content > .body ul > li {
  display: block;
  line-height: 30px;
}

.wizard > .content > .body label.error {
  color: #ff5d48;
  margin-left: 0;
  margin-top: 5px;
  font-size: 12px;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-top: 10px;
}

.wizard > .steps a {
  font-size: 16px;
}

.wizard > .steps .number {
  font-size: inherit;
}

.wizard > .steps .disabled a, .wizard > .steps .workstream-inactive .btn:not(.add-phase) a, .workstream-inactive .wizard > .steps .btn:not(.add-phase) a {
  background: #f7f7f9;
  color: #344a62 !important;
  cursor: default;
  border: 1px solid #e8e8ee;
}

.wizard > .steps .disabled a:hover, .wizard > .steps .workstream-inactive .btn:not(.add-phase) a:hover, .workstream-inactive .wizard > .steps .btn:not(.add-phase) a:hover {
  background: #e8e8ee;
  border: 1px solid #dadae3;
}

.wizard > .steps .disabled a:active, .wizard > .steps .workstream-inactive .btn:not(.add-phase) a:active, .workstream-inactive .wizard > .steps .btn:not(.add-phase) a:active {
  background: #e8e8ee;
  border: 1px solid #dadae3;
}

.wizard > .steps .current a {
  background: #64b0f2;
}

.wizard > .steps .current a:hover {
  background: #64b0f2;
}

.wizard > .steps .current a:hover .number {
  color: #ffffff;
}

.wizard > .steps .current a:active {
  background: #64b0f2;
}

.wizard > .steps .current a:active .number {
  color: #ffffff;
}

.wizard > .steps .current a .number {
  color: #ffffff;
}

.wizard > .steps .done a {
  background: #eceeef !important;
  color: #344a62 !important;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
  border-radius: 2px;
}

.wizard > .actions {
  margin-top: 15px !important;
}

.wizard > .actions a {
  background: #64b0f2;
  border-radius: 2px !important;
  color: #ffffff;
}

.wizard > .actions a:hover {
  background: #1d8cec;
  color: #ffffff;
}

.wizard > .actions a:active {
  background: #1d8cec;
  color: #ffffff;
}

.wizard > .actions .disabled a, .wizard > .actions .workstream-inactive .btn:not(.add-phase) a, .workstream-inactive .wizard > .actions .btn:not(.add-phase) a {
  background: #ffffff;
  color: #2b3d51;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .actions .disabled a:hover, .wizard > .actions .workstream-inactive .btn:not(.add-phase) a:hover, .workstream-inactive .wizard > .actions .btn:not(.add-phase) a:hover {
  background: #f7f7f9;
  color: #2b3d51;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .actions .disabled a:active, .wizard > .actions .workstream-inactive .btn:not(.add-phase) a:active, .workstream-inactive .wizard > .actions .btn:not(.add-phase) a:active {
  background: #f7f7f9;
  color: #2b3d51;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard.vertical > .content {
  margin-top: 0px !important;
}

@media (max-width: 560px) {
  .wizard.vertical > .steps, .wizard.vertical > .content {
    width: 100%;
  }
}

.jFiler .jFiler-input-dragDrop {
  width: 100%;
  background-color: #fafafa;
}

.jFiler-theme-default .jFiler-input {
  width: 100%;
}

.jFiler-theme-default .jFiler-input-button {
  background-color: #64b0f2;
  background-image: none !important;
  color: #ffffff;
  border: 1px solid #64b0f2 !important;
}

.form-footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 543px) {
  .form-footer-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  display: none;
}

table.dataTable thead th {
  position: relative;
  background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #2b3d51;
  font-size: 1em;
}

table.dataTable thead th.sorting_asc:after {
  content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
  content: "\f0dd";
}

.table-rep-plugin .pull-right {
  float: right !important;
}

.table-rep-plugin .btn-default {
  background-color: #ffffff;
  border: 1px solid rgba(43, 61, 81, 0.3);
}

.table-rep-plugin .btn-default.btn-primary {
  background-color: #64b0f2;
}

.table-rep-plugin table.focus-on tbody tr.focused th, .table-rep-plugin table.focus-on tbody tr.focused td {
  background-color: #64b0f2;
  color: #ffffff;
}

.sticky-table-header.fixed-solution {
  top: 123px !important;
}

@media (max-width: 992px) {
  .sticky-table-header.fixed-solution {
    top: 60px !important;
  }
}

/* Tablesaw */
.tablesaw thead {
  background: #eceeef;
  background-image: none;
  border: none;
}

.tablesaw thead th {
  text-shadow: none;
  letter-spacing: 0.06em;
}

.tablesaw thead tr:first-child th {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}

.tablesaw thead tr:first-child th {
  font-weight: 600;
  font-family: inherit;
  border: none;
}

.tablesaw td, .tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}

.tablesaw-stack tbody tr, .tablesaw tbody tr {
  border-bottom: none;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175";
}

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #64b0f2 !important;
  background-color: #eceeef;
  outline: none !important;
  box-shadow: none !important;
  background-image: none;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: 0.4em;
}

.tilebox-one i {
  font-size: 30px;
}

.tilebox-two i {
  font-size: 48px;
  opacity: 0.2;
  margin-top: 20px;
}

.widget-user {
  position: relative;
}

.widget-user img {
  width: 60px;
  height: 60px;
}

.user-position {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  font-size: 16px;
  text-align: center;
  right: 0;
  left: auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.user-position span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tilebox-three .bg-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  border: 1px dashed #818a91;
  background-color: #f7f7f9;
  margin-right: 20px;
}

.tilebox-three .bg-icon i {
  line-height: 80px;
  font-size: 36px;
  color: #818a91;
}

/* Inbox-widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f7f7f9;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

.inbox-widget .inbox-item img {
  width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #212325;
  display: block;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #818a91;
  display: block;
  font-size: 12px;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #818a91;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}

/* =============
   Accounts pages
============= */
.account-pages {
  background-image: url(https://version.brandware.nl/files/cache/e44c4a01737e5c2f13c977f73ef0c056_f87.jpg);
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper-page {
  margin: 20px auto;
  position: relative;
  max-width: 480px;
}

@media (max-width: 543px) {
  .wrapper-page {
    width: 95%;
  }
}

.wrapper-page .account-bg {
  background-color: rgba(225, 225, 225, 0.5);
  padding: 7px;
  border-radius: 8px;
}

@media (max-width: 543px) {
  .wrapper-page .account-bg {
    padding: 0;
  }
}

.wrapper-page .card-box {
  box-shadow: none;
}

.wrapper-page .logo {
  float: none !important;
  line-height: 36px;
  font-size: 24px;
  color: #039cfd;
  display: block;
  padding: 0 20px;
  height: 80px;
  width: auto;
}

.wrapper-page .logo i {
  display: none;
}

@media (max-width: 543px) {
  .wrapper-page .logo i {
    display: block;
    font-size: 40px;
  }
}

.wrapper-page .logo img {
  display: block;
  margin: auto;
  width: auto;
}

@media (max-width: 543px) {
  .wrapper-page .logo img {
    display: none;
  }
}

.wrapper-page .logo .mobile-logo {
  display: none;
  height: 80px;
  width: 100%;
}

@media (max-width: 543px) {
  .wrapper-page .logo .mobile-logo {
    display: block !important;
  }
}

.wrapper-page .logo .mobile-logo img {
  display: block !important;
  width: auto;
  margin: 0 auto;
}

.user-thumb {
  position: relative;
  z-index: 999;
}

.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}

.ex-page-content .text-error {
  color: #ffffff;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
}

.ex-page-content .text-error i {
  font-size: 78px;
  padding: 0px 10px;
}

.ex-page-content .text-error.shadow {
  text-shadow: rgba(255, 255, 255, 0.3) 5px 1px, rgba(255, 255, 255, 0.2) 12px 3px, rgba(255, 255, 255, 0.1) 6px 4px;
}

.alert-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.88rem;
}

.alert-content span {
  display: block;
}

@media (max-width: 543px) {
  .alert-content span {
    display: inline;
  }
}

.alert-icon {
  font-size: 18px;
  margin-right: 10px;
}

.alert-warning .link-simple {
  color: #eaa211;
  text-decoration: underline;
}

.modal-terms .nicescroll {
  padding-right: 20px;
}

.modal-terms .modal-footer {
  width: 100%;
  text-align: left;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.modal-terms .modal-footer .btn {
  margin-top: 15px;
}

.modal-terms .modal-footer .btn:first-child {
  margin-right: auto;
}

.modal-terms .modal-footer .btn + .btn {
  margin-left: 0;
}

.block-absolute-top, .block-absolute-bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.block-absolute-top > .block-inner, .block-absolute-bottom > .block-inner {
  display: block;
}

.block {
  background: #f5f5f5;
  padding: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.block-fill-height {
  height: 100.1vh;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.block-fill-height:after {
  content: '';
  display: table-row;
  height: 1%;
}

.block-fill-height .block-header {
  display: table-header-group;
  height: 1%;
}

.block-fill-height .block-header .block-inner {
  vertical-align: top;
}

.block-fill-height .block-content {
  display: table-row;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .block-fill-height .block-content {
    height: 100%;
  }
}

.block-fill-height .block-footer {
  display: table-footer-group;
  height: 1%;
}

.block-fill-height .block-footer .block-inner {
  vertical-align: bottom;
}

.block-fill-height .block-inner {
  display: table-cell;
  vertical-align: middle;
}

.block-fill-height .block-inner:before {
  content: '';
  float: left;
}

.block-white {
  background-color: #ffffff;
}

.block-collapse {
  padding: 0;
}

.block-inverse {
  color: #fff;
}

.block-inverse h1, .block-inverse h2, .block-inverse h3, .block-inverse h4, .block-inverse h5, .block-inverse h6,
.block-inverse .h1, .block-inverse .h2, .block-inverse .h3, .block-inverse .h4, .block-inverse .h5, .block-inverse .h6 {
  color: inherit;
}

.block-absolute-top {
  top: 0;
}

.block-absolute-bottom {
  bottom: 0;
}

.block-relative {
  position: relative;
  z-index: 2;
}

.block-title {
  font-size: 36px;
}

.block-description {
  font-size: 24px;
}

.block-xs {
  padding: 5px 0;
}

.block-sm {
  padding: 15px 0;
}

.block-lg {
  padding: 30px 0;
}

.status-wrapper .status {
  vertical-align: text-top;
  text-align: left;
}

.status-wrapper .status label {
  display: block;
}

.project-overview {
  margin-top: 23px;
}

.project-overview hr {
  margin-top: 0;
}

.project-overview .accordion-arrow {
  color: #2b3d51;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.project-overview .accordion-arrow-btn {
  text-align: right;
  display: block;
  margin-top: 20px;
}

.project-overview .accordion-bar {
  padding: 20px;
  display: block;
  cursor: pointer;
}

.project-overview .accordion-bar[aria-expanded="false"] .accordion-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 543px) {
  .project-overview .accordion-bar {
    padding: 10px;
  }
}

.project-overview .accordion-inner {
  padding: 0 20px 20px;
}

@media (max-width: 543px) {
  .project-overview .accordion-inner {
    padding: 0 10px 10px;
  }
}

.project {
  font-size: 0;
}

.project-item {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .project-item {
    display: block;
  }
}

.project-item-img {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 120px;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .project-item-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .project-item-img {
    margin-bottom: 10px;
  }
}

.project-head::after {
  content: "";
  display: table;
  clear: both;
}

.project-head .pills-wrapper {
  float: right;
}

.project-description {
  margin: 5px 0 6px;
  font-size: 12px;
  padding-right: 150px;
}

@media (max-width: 543px) {
  .project-description {
    padding-right: 0;
  }
}

.project-description-text {
  display: inline-block;
  vertical-align: bottom;
  width: 98%;
  width: calc(100% - 20px);
}

.project-body::after {
  content: "";
  display: table;
  clear: both;
}

.project-body .project-btns {
  float: right;
  margin-left: 20px;
}

.project-footer::after {
  content: "";
  display: table;
  clear: both;
}

.project-footer .project-responsible {
  float: left;
}

.project-footer .project-btns {
  float: right;
}

.project-responsible {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #eceeef;
  padding: 5px;
  line-height: 1;
}

.project-responsible .popover-body h6 {
  margin-bottom: 5px;
}

.project .pills-wrapper {
  margin-top: -5px;
}

a.more, a.less {
  padding: 0 3px;
  display: inline-block;
  vertical-align: bottom;
}

a.more span, a.less span {
  font-size: 14px;
  margin-left: 4px;
}

.jobs-table {
  margin-top: 10px;
}

.jobs-table .table td.table-content {
  width: 40%;
}

.jobs-table .table td.table-content h6 {
  margin-bottom: 0;
  pointer-events: none;
}

.jobs-table .table td.label-empty-wrapper {
  width: 10%;
}

.jobs-table .table td.label-empty-wrapper .label, .jobs-table .table td.label-empty-wrapper .status-wrapper .status, .status-wrapper .jobs-table .table td.label-empty-wrapper .status, .jobs-table .table td.label-empty-wrapper .new-label-primary, .jobs-table .table td.label-empty-wrapper .new-label, .jobs-table .table td.label-empty-wrapper .new-label-archived, .jobs-table .table td.label-empty-wrapper .new-label-yellow, .jobs-table .table td.label-empty-wrapper .new-label-yellow-dark, .jobs-table .table td.label-empty-wrapper .new-label-green, .jobs-table .table td.label-empty-wrapper .new-label-orange, .jobs-table .table td.label-empty-wrapper .new-label-blue {
  pointer-events: none;
}

.jobs-table .table td.table-date {
  width: 12%;
}

.jobs-table .table td.action-col {
  width: 10%;
  white-space: nowrap;
  pointer-events: none;
}

.jobs-table .table td.action-col .table-btns {
  pointer-events: auto;
}

.jobs-table .table tr {
  cursor: pointer;
}

.jobs-table .table .table-content-popover {
  font-size: 12px;
}

.jobs-table .table .table-content-popover-wrap {
  display: inline-block;
}

.jobs-table .table .table-content-popover .fa {
  color: #2b3d51;
  min-width: 15px;
}

.jobs-table .table .progress-wrapper {
  pointer-events: none;
}

.table-row-primary:hover {
  background: rgba(3, 156, 253, 0.2);
}

.table-row-warning:hover {
  background: rgba(241, 181, 61, 0.2);
}

.table-row-success:hover {
  background: rgba(27, 185, 154, 0.2);
}

.table-row-secondary:hover {
  background: rgba(129, 138, 145, 0.2);
}

.table-row-default:hover {
  background: rgba(0, 0, 0, 0.2);
}

.table-row-indicate {
  -webkit-animation: colorchange 2s;
  animation: colorchange 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.label-secondary {
  background: #818a91;
  color: #ffffff;
}

.label-default {
  background: #000;
  color: #ffffff;
}

.progress-wrapper {
  font-size: 0;
}

.progress-wrapper .progress, .progress-wrapper .progress-value {
  font-size: 1rem;
  display: inline-block;
}

.progress-wrapper .progress {
  width: 85%;
  width: calc(100% - 25px);
  margin-bottom: 0;
}

.progress-wrapper .progress[value]::-webkit-progress-value {
  background-color: #2b3d51;
}

.progress-wrapper .progress[value]::-moz-progress-bar {
  background-color: #2b3d51;
}

@media screen and (min-width: 0\0) {
  .progress-wrapper .progress .progress-bar {
    background-color: #2b3d51;
  }
}

.progress-wrapper .progress-value {
  width: 25px;
  text-align: right;
  font-size: 12px;
}

.checkbox-one {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.checkbox-one label {
  display: block;
}

.slimScrollBar {
  opacity: 1 !important;
}

.card-job {
  padding: 20px;
}

.card-job::after {
  content: "";
  display: table;
  clear: both;
}

.card-job-btn {
  margin-bottom: 10px;
  float: right;
  text-align: right;
}

.card-job-btn .btn {
  max-height: 22px;
}

.card-job-btn .btn-filter-icon {
  margin-top: 0;
  padding: 4px 8px 2px;
}

.card-job-btn .btn-secondary, .card-job-btn .review .btn span:not(.swatch), .review .btn .card-job-btn span:not(.swatch) {
  color: #818a91;
}

.card-job-btn .btn-overview {
  line-height: 21px;
}

.card-job-info .card-job-title {
  display: inline-block;
}

.card-job-footer {
  font-size: 12px;
  float: right;
  margin-top: -12px;
}

@media (max-width: 767px) {
  .card-job-footer {
    float: none;
    margin-top: 10px;
  }
}

.card-job-footer .file-type-label {
  font-size: 14px;
}

.card-job .file-type-job {
  font-size: 10px;
}

@media (max-width: 543px) {
  .card-job .file-type-job > span {
    display: block;
    margin-bottom: 5px;
  }
}

.card-job .file-type-annotation {
  margin-bottom: 0.5rem;
}

.card-job-popover {
  font-size: 12px;
}

.card-job-popover .fa {
  color: #2b3d51;
  min-width: 15px;
}

.phase-height {
  margin-top: 10px;
}

.slimScrollDiv .phase-wrapper {
  padding-right: 10px;
}

.phase-wrapper .card-phase {
  padding: 5px;
}

.phase-wrapper .card-phase::after {
  content: "";
  display: table;
  clear: both;
}

.phase-wrapper .card-phase-btn {
  float: right;
  margin-left: 15px;
}

.phase-wrapper .card-phase-disabled .card-job-info {
  position: relative;
}

.phase-wrapper .card-phase-disabled .card-job-info:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  cursor: not-allowed;
}

.phase-wrapper .card-phase:last-child {
  margin-bottom: 0;
}

.phase-wrapper .btn-drag {
  cursor: move;
}

.phase-wrapper .btn-drag i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.workstream-bottom {
  margin-top: 20px;
}

.slide-version-size .page-title-wrapper h6 {
  padding-top: 8px;
}

.slide-version-fold {
  position: relative;
  margin-top: 10px;
}

.slide-version-fold .owl-dots {
  display: none;
}

.slide-version-size .spinner {
  display: block;
  text-align: center;
}

.slide-version-size .slide-version .slide-image {
  height: 480px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 543px) {
  .slide-version-size .slide-version .slide-image {
    height: 300px;
  }
}

.slide-version-size .slide-version .slide-image-item {
  height: 100%;
  position: relative;
}

.slide-version-size .slide-version .slide-image img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.slide-version-size .slide-version .slide-image .carousel-inactive {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-version-size .slide-version .slide-image .carousel-version-inactive {
  position: absolute;
  right: 10%;
  top: 10px;
}

.slide-version-size .slide-version .slide-image .carousel-version-inactive .arrow-note {
  display: inline-block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  font-size: 30px;
  margin-left: 20px;
}

.slide-version-size .slide-version .slide-image .page-preload {
  display: block;
  position: absolute;
}

.slide-version-size .page-title-wrapper .title {
  float: left;
}

@media (max-width: 543px) {
  .slide-version-size .page-title-wrapper .title {
    float: none;
    margin-bottom: 10px;
  }
}

.slide-version-title > div {
  display: inline-block;
  vertical-align: middle;
}

.slide-version-wrapper .slide-version .slide-image-wrapper {
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-position: 0 0,10px 10px;
  background-size: 21px 21px;
  border: 0;
  vertical-align: middle;
}

.slide-image-item .label, .slide-image-item .status-wrapper .status, .status-wrapper .slide-image-item .status, .slide-image-item .new-label-primary, .slide-image-item .new-label, .slide-image-item .new-label-archived, .slide-image-item .new-label-yellow, .slide-image-item .new-label-yellow-dark, .slide-image-item .new-label-green, .slide-image-item .new-label-orange, .slide-image-item .new-label-blue {
  position: absolute;
  right: 10px;
  top: 10px;
}

.slide-image-item .slide-image-overlay {
  position: absolute;
  background: rgba(3, 156, 253, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 20;
}

.slide-image-item:hover .slide-image-overlay {
  opacity: 1;
  visibility: visible;
}

.slide-image-item .slide-image-overlay-buttons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

.slide-version-size .slide-version .slide-image-grid {
  font-size: 0;
  counter-reset: list 0;
}

.slide-version-size .slide-version .slide-image-grid .slide-image-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 50%;
  font-size: 1rem;
  border: 10px solid #fff;
  border-bottom: none;
}

.slide-version-size .slide-version .slide-image-grid .slide-image-item:nth-child(odd) {
  border-left: none;
}

.slide-version-size .slide-version .slide-image-grid .slide-image-item:nth-child(1), .slide-version-size .slide-version .slide-image-grid .slide-image-item:nth-child(2) {
  border-top: none;
}

.slide-version-size .slide-version .slide-image-grid .slide-image-item:before {
  counter-increment: list;
  content: counter(list);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 3px 4px 2px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #e5e5e5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  bottom: 10px;
}

.scroll-gradient {
  position: relative;
}

.scroll-gradient:after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

@media (min-width: 1318px) and (max-width: 1500px) {
  .slide-version-annotation .comment .collapse .dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 323px) and (max-width: 360px) {
  .slide-version-annotation .comment .collapse .dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 1318px) and (max-width: 1500px) {
  .slide-version-annotation .comment .collapse .dropdown:last-child .dropdown-arrow:before, .slide-version-annotation .comment .collapse .dropdown:last-child .dropdown-arrow:after {
    left: auto;
    right: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 323px) and (max-width: 360px) {
  .slide-version-annotation .comment .collapse .dropdown:last-child .dropdown-arrow:before, .slide-version-annotation .comment .collapse .dropdown:last-child .dropdown-arrow:after {
    left: auto;
    right: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.slide-version-control > div {
  display: inline-block;
  vertical-align: middle;
}

.slide-version-control .slide-version-prev, .slide-version-control .slide-version-next {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  float: none;
  display: inline-block;
  color: #2b3d51;
  border-radius: 0.25rem;
  cursor: pointer;
}

.slide-version-control .slide-version-prev.disabled, .slide-version-control .workstream-inactive .slide-version-prev.btn:not(.add-phase), .workstream-inactive .slide-version-control .slide-version-prev.btn:not(.add-phase), .slide-version-control .slide-version-next.disabled, .slide-version-control .workstream-inactive .slide-version-next.btn:not(.add-phase), .workstream-inactive .slide-version-control .slide-version-next.btn:not(.add-phase) {
  cursor: not-allowed;
}

.slide-version-control .slide-version-prev.disabled:hover, .slide-version-control .workstream-inactive .slide-version-prev.btn:hover:not(.add-phase), .workstream-inactive .slide-version-control .slide-version-prev.btn:hover:not(.add-phase), .slide-version-control .slide-version-next.disabled:hover, .slide-version-control .workstream-inactive .slide-version-next.btn:hover:not(.add-phase), .workstream-inactive .slide-version-control .slide-version-next.btn:hover:not(.add-phase) {
  background: #ffffff;
  color: #2b3d51;
}

.slide-version-control .slide-version-prev {
  margin-right: 5px;
}

.slide-version-control .slide-version-next {
  margin-left: 5px;
}

.zoom_container {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.zoom_container .landmarks {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  font-size: 12px;
  color: #ffffff;
}

.zoom_container .landmarks .item {
  position: absolute;
  text-align: center;
  display: none;
  font-size: 18px;
}

.zoom_container .landmarks .mark {
  padding: 0;
  cursor: pointer;
  z-index: 4 !important;
}

.zoom_container .landmarks .mark.yellow {
  color: #f3f315;
}

.zoom_container .landmarks .mark.yellow.is-active {
  text-shadow: 0 0 10px #f3f315;
}

.zoom_container .landmarks .mark.blue {
  color: #0dd5fc;
}

.zoom_container .landmarks .mark.blue.is-active {
  text-shadow: 0 0 10px #0dd5fc;
}

.zoom_container .landmarks .mark.pagenta {
  color: #ff0099;
}

.zoom_container .landmarks .mark.pagenta.is-active {
  text-shadow: 0 0 10px #ff0099;
}

.zoom_container .landmarks .mark.green {
  color: #83f52c;
}

.zoom_container .landmarks .mark.green.is-active {
  text-shadow: 0 0 10px #83f52c;
}

.zoom_container .landmarks .mark.orange {
  color: #ff6700;
}

.zoom_container .landmarks .mark.orange.is-active {
  text-shadow: 0 0 10px #ff6700;
}

.mark-coordinate {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 150px;
}

.mark-coordinate .form-control {
  margin-bottom: 0;
  padding: 0.15rem 0.75rem;
  line-height: 1;
}

@media (max-width: 543px) {
  .popover-job {
    max-width: 180px;
  }
}

.popover-job-info .popover-job {
  height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0;
}

.popover-job-info .popover-job-btn {
  padding: 10px 10px 5px;
}

.slider-preload {
  height: 0;
  padding-bottom: 57%;
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-position: 0 0,10px 10px;
  background-size: 21px 21px;
  border: 0;
  vertical-align: middle;
  position: relative;
}

.slider-preload:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  font-size: 1em;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
}

.slide-version-modal.owl-carousel .owl-item.active img {
  width: auto;
}

.slide-version-modal.owl-carousel .owl-item .slide-image {
  padding-bottom: 57%;
}

.slide-version-modal.owl-carousel .owl-item:not(.active) .slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
  width: auto;
}

.slide-version-modal .owl-thumbs {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  overflow-x: auto;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  counter-reset: list;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.slide-version-modal .owl-thumbs.show {
  height: 52px;
}

.slide-version-modal button.owl-thumb-item {
  width: 100px;
  border: 1px solid #e5e5e5;
  outline: none;
  background: #f7f7f9;
  padding: 0;
  position: relative;
}

.slide-version-modal button.owl-thumb-item:before {
  counter-increment: list;
  content: counter(list);
  font-size: 10px;
  line-height: 1;
  display: block;
  padding: 1px 2px 0;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.slide-version-modal button.owl-thumb-item + button.owl-thumb-item {
  border-left: none;
}

.slide-version-modal button.owl-thumb-item.active {
  background: #e5e5e5;
}

.slide-version-modal button.owl-thumb-item img {
  height: 50px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.slide-version-modal button.owl-thumb-item.indicator {
  background-color: #f3bfb8;
}

.slide-version-modal button.owl-thumb-item.indicator:before {
  background-color: #ff5d48;
  border-color: #ffffff;
  color: #ffffff;
}

.slide-version-fold .owl-thumbs {
  display: none;
}

.annotation-viewer-wrap .annotation-title {
  margin-top: -25px;
}

@media (max-width: 991px) {
  .annotation-viewer-wrap .annotation-title {
    margin-top: 0;
  }
}

.annotation-viewer-wrap .slide-version-head {
  margin-top: -20px;
}

@media (max-width: 543px) {
  .annotation-viewer-wrap .slide-version-head {
    margin-top: 0;
  }
}

.annotation-viewer-wrap .comments-sm {
  margin: 0;
}

.panel-action {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

@media (max-width: 543px) {
  .panel-action {
    text-align: left;
  }
}

.panel-action .icons-btns {
  text-align: left;
}

.panel-action .btn-value {
  position: relative;
}

.panel-action .btn-value .label, .panel-action .btn-value .status-wrapper .status, .status-wrapper .panel-action .btn-value .status, .panel-action .btn-value .new-label-primary, .panel-action .btn-value .new-label, .panel-action .btn-value .new-label-archived, .panel-action .btn-value .new-label-yellow, .panel-action .btn-value .new-label-yellow-dark, .panel-action .btn-value .new-label-green, .panel-action .btn-value .new-label-orange, .panel-action .btn-value .new-label-blue {
  padding: .28em .3em 0.1em 0.3em;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 2;
}

@media (max-width: 543px) {
  .panel-action .btns-wrapper {
    margin-top: 20px;
    text-align: center;
  }
}

.panel-action-modal {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .panel-action-modal {
    margin-bottom: 20px;
  }
}

.panel-action-modal .slide-version-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.panel-action-modal .slide-version-next {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.panel-action-modal .btns-wrapper {
  position: relative;
  text-align: center;
  padding: 9px 0;
  background: #f7f7f9;
  z-index: 10;
}

@media (max-width: 767px) {
  .panel-action-modal .btns-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 543px) {
  .panel-action-modal .btns-wrapper {
    margin-top: 0;
  }
}

.panel-action .slide-version-control {
  text-align: center;
}

.panel-action .slide-version-control > div {
  display: block;
}

.panel-action .slide-version-control .slide-version-prev {
  float: left;
}

.panel-action .slide-version-control .slide-version-next {
  float: right;
}

.slide-version-info {
  font-weight: 500;
}

.indication {
  margin-left: 5px;
}

.panel-action-modal .owl-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}

.panel-action-modal .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #2b3d51;
  display: inline-block;
  cursor: pointer;
}

.panel-action-modal .owl-dot + .owl-dot {
  margin-left: 3px;
}

.panel-action-modal .owl-dot.active {
  background: #2b3d51;
}

.panel-action-modal .btns-wrapper {
  min-height: 39px;
}

.panel-action-transparent .btns-wrapper {
  background: transparent;
}

.upload-files .jFiler-input-dragDrop {
  padding: 5px;
  margin-bottom: 10px;
}

.upload-files .jFiler-input-icon {
  font-size: 36px;
  margin-top: 0;
}

.upload-files .jFiler-input-inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.upload-files .jFiler-input-choose-btn {
  margin-left: 10px;
}

.upload-files .jFiler-input-text span {
  font-size: 14px;
}

.page-title-tasks {
  margin-bottom: 9px;
}

.page-title-comments {
  margin-bottom: 20px;
}

.version-row {
  margin-bottom: 0.375rem;
}

.version-label {
  font-weight: 500;
}

.version-files-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 10px;
}

.version-files-content {
  margin-left: 5px;
}

.version-table {
  table-layout: fixed;
  -ms-word-break: break-all;
  overflow-wrap: break-word;
  margin-top: 20px;
}

.version-table tr td:first-child {
  font-weight: 500;
  width: 35%;
}

@media (max-width: 543px) {
  .version-table tr td:first-child {
    width: 45%;
  }
}

.version-table .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 6px;
  line-height: 40px;
}

.version-table .select2-container .select2-selection--single {
  height: 42px;
}

.version-table .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.version-row .dropdown-comment .dropdown-item:hover {
  border-color: #ccc;
  background: #fff;
  cursor: default;
}

.select2-dropdown {
  z-index: 100001;
}

.select2 span.img,
.select2-results span.img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.select2 .img-select,
.select2-results .img-select {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.list-label {
  font-weight: 500;
}

.task {
  padding: 10px;
  display: block;
  color: #2b3d51;
}

.task-wrapper {
  margin-bottom: 20px;
}

.task-wrapper .card-success {
  background: rgba(27, 185, 154, 0.2);
  border-color: rgba(27, 185, 154, 0.2);
}

.task::after {
  content: "";
  display: table;
  clear: both;
}

.task:hover {
  color: #2b3d51;
}

.task .checkbox {
  float: left;
}

.task .checkbox label {
  display: block;
}

.task .task-content {
  padding-left: 25px;
}

.task .task-content-bottom > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.task .task-content-bottom > div:first-child {
  margin-right: 5px;
}

.task .popover-link {
  cursor: pointer;
}

.task-disabled .checkbox {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}

.task-icon {
  display: inline-block;
  margin-right: 2px;
}

.task hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.modal-lg {
  width: 1200px;
}

.annotations {
  padding-right: 10px;
  position: relative;
}

.annotation-active.annotations-yellow {
  background: #fcfcd0;
}

.annotation-active.annotations-blue {
  background: #cef6fe;
}

.annotation-active.annotations-pagenta {
  background: #ffccea;
}

.annotation-active.annotations-green {
  background: #e6fdd4;
}

.annotation-active.annotations-orange {
  background: #ffe0cc;
}

@media (max-width: 767px) {
  .annotations-wrapper {
    margin-top: 20px;
  }
}

.annotations-inner {
  position: relative;
}

.annotations-inner > .slimScrollDiv {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
}

.annotations-inner .annotation-body {
  min-height: 42px;
}

.annotations-inner .disabled:not(.btn), .annotations-inner .workstream-inactive .btn:not(.btn):not(.add-phase), .workstream-inactive .annotations-inner .btn:not(.btn):not(.add-phase) {
  display: none;
}

.annotations-inner .btn.disabled, .annotations-inner .workstream-inactive .btn:not(.add-phase), .workstream-inactive .annotations-inner .btn:not(.add-phase), .annotations-inner .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
  pointer-events: none;
}

.annotations-inner .textarea-wrapper {
  position: relative;
}

.annotations-inner .textarea-wrapper .comment-textarea {
  padding: 5px 20px 5px 10px;
  min-height: 120px;
}

.annotations-inner .alert {
  margin: 5px 0;
  display: none;
}

.annotations-inner .alert.show {
  display: block;
}

.comments .card-box.comment-add {
  padding: 20px 15px 10px 10px;
}

.close-comment {
  position: absolute;
  right: 4px;
  top: 3px;
  color: #2b3d51;
}

.dropdown-color {
  display: block;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-top: 5px;
}

.dropdown-color .btn, .dropdown-color .dropdown-toggle {
  margin-bottom: 0;
}

.dropdown-color .btn:hover, .dropdown-color .btn:focus, .dropdown-color .dropdown-toggle:hover, .dropdown-color .dropdown-toggle:focus {
  color: inherit;
  background: #ffffff;
}

.dropdown-color .btn.annotation-yellow:hover, .dropdown-color .btn.annotation-yellow:focus, .dropdown-color .btn.annotation-yellow[aria-expanded="true"], .dropdown-color .dropdown-toggle.annotation-yellow:hover, .dropdown-color .dropdown-toggle.annotation-yellow:focus, .dropdown-color .dropdown-toggle.annotation-yellow[aria-expanded="true"] {
  color: #f3f315;
}

.dropdown-color .btn.annotation-blue:hover, .dropdown-color .btn.annotation-blue:focus, .dropdown-color .btn.annotation-blue[aria-expanded="true"], .dropdown-color .dropdown-toggle.annotation-blue:hover, .dropdown-color .dropdown-toggle.annotation-blue:focus, .dropdown-color .dropdown-toggle.annotation-blue[aria-expanded="true"] {
  color: #0dd5fc;
}

.dropdown-color .btn.annotation-pagenta:hover, .dropdown-color .btn.annotation-pagenta:focus, .dropdown-color .btn.annotation-pagenta[aria-expanded="true"], .dropdown-color .dropdown-toggle.annotation-pagenta:hover, .dropdown-color .dropdown-toggle.annotation-pagenta:focus, .dropdown-color .dropdown-toggle.annotation-pagenta[aria-expanded="true"] {
  color: #ff0099;
}

.dropdown-color .btn.annotation-green:hover, .dropdown-color .btn.annotation-green:focus, .dropdown-color .btn.annotation-green[aria-expanded="true"], .dropdown-color .dropdown-toggle.annotation-green:hover, .dropdown-color .dropdown-toggle.annotation-green:focus, .dropdown-color .dropdown-toggle.annotation-green[aria-expanded="true"] {
  color: #83f52c;
}

.dropdown-color .btn.annotation-orange:hover, .dropdown-color .btn.annotation-orange:focus, .dropdown-color .btn.annotation-orange[aria-expanded="true"], .dropdown-color .dropdown-toggle.annotation-orange:hover, .dropdown-color .dropdown-toggle.annotation-orange:focus, .dropdown-color .dropdown-toggle.annotation-orange[aria-expanded="true"] {
  color: #ff6700;
}

.dropdown-color .dropdown-menu {
  min-width: 72px;
  padding: 7px 10px;
  margin: 12px 0 0;
  left: 0;
}

.dropdown-color .dropdown-menu .label-color {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  border-radius: 0.25rem;
}

.dropdown-color .arrow-none:after {
  display: none;
}

.dropdown-color .radio {
  padding-left: 0;
}

.dropdown-color .radio label {
  padding-left: 0;
}

.dropdown-color .radio label:before, .dropdown-color .radio label:after {
  display: none;
}

.comments .dropdown-color .dropdown-arrow:before, .comments .dropdown-color .dropdown-arrow:after {
  left: 4px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.annotation-yellow {
  color: #f3f315;
}

.annotation-blue {
  color: #0dd5fc;
}

.annotation-pagenta {
  color: #ff0099;
}

.annotation-green {
  color: #83f52c;
}

.annotation-orange {
  color: #ff6700;
}

.label-yellow {
  background: #f3f315;
}

.label-blue {
  background: #0dd5fc;
}

.label-pagenta {
  background: #ff0099;
}

.label-green {
  background: #83f52c;
}

.label-orange {
  background: #ff6700;
}

.audio-wrapper {
  text-align: center;
  margin-top: 10px;
}

.audio-wrapper .jp-state-playing .btn .fa-play:before {
  content: "\f04c";
}

.audio-wrapper .jp-duration {
  font-size: 12px;
}

.mfp-content .popover, .mfp-content .bw-popover {
  z-index: 1048;
}

.annotation-edit .annotation-textarea {
  width: 100%;
  min-height: 180px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
}

.annotation-edit .annotation-textarea:focus {
  outline: none;
}

.popover-job {
  padding: 10px;
}

.popover-job-wrapper .popover-title, .popover-job-wrapper .dropdown-popover-head, .popover-job-wrapper .bw-popover-title {
  display: block;
}

.viewport {
  z-index: 1050;
}

.count {
  display: none;
}

.marker {
  font-size: 20px;
  color: #f1b53d;
}

.record-wrapper {
  margin-top: 10px;
  text-align: center;
  line-height: 1;
}

.record-wrapper .timer {
  font-size: 12px;
}

.record-wrapper .js-stop, .record-wrapper .js-trash {
  display: none;
}

.record-wrapper.recording .js-rec, .record-wrapper.recording .js-trash {
  display: none;
}

.record-wrapper.recording .js-stop {
  display: inline-block;
}

.record-wrapper.recording .js-stop i {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.record-wrapper.record-delete .js-stop, .record-wrapper.record-delete .js-rec {
  display: none;
}

.record-wrapper.record-delete .js-trash {
  display: inline-block;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse, .record-wrapper.recording .js-stop i {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.dropdown-arrow-down:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-color: #e5e5e5;
  border-bottom-width: 0;
}

.dropdown-arrow-down:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-color: #fff;
  border-bottom-width: 0;
}

.dropup .dropdown-menu {
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
  padding: 0;
}

.dropdown-popover {
  font-size: 0.875rem;
}

.dropdown-popover-head {
  display: block !important;
}

.dropdown-popover-inner {
  padding: 15px;
  padding-bottom: 0;
}

.dropdown-popover-btns {
  padding: 15px;
}

.checkbox .notification-list .notify-item, .notification-table .notification-list .notify-item {
  padding: 0;
}

.checkbox .notification-list .notify-item .notify-icon, .notification-table .notification-list .notify-item .notify-icon {
  float: none;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 10px;
  margin-right: 3px;
}

.checkbox .notify-text, .notification-table .notify-text {
  display: inline-block;
  vertical-align: middle;
}

.notification-table .spin-wrapper {
  margin-top: 0;
}

.notification-table .nosort::after {
  display: none !important;
}

.notification-table .nosort {
  pointer-events: none !important;
  cursor: default !important;
  padding-right: 0 !important;
}

.notification-table .table td.table-type {
  width: 5%;
}

.notification-table .table td.label-empty-wrapper {
  width: 10%;
}

.notification-table .table td.table-date {
  width: 12%;
}

.notification-table .table td.table-action {
  width: 12%;
}

.notification-table .table td.table-content {
  cursor: pointer;
}

.card-phase-indicate {
  -webkit-animation: colorchange 2s;
  animation: colorchange 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes colorchange {
  0% {
    background: #fff;
  }
  50% {
    background: rgba(255, 93, 72, 0.2);
  }
  100% {
    background: #fff;
  }
}

@keyframes colorchange {
  0% {
    background: #fff;
  }
  50% {
    background: rgba(255, 93, 72, 0.2);
  }
  100% {
    background: #fff;
  }
}

.modal-participating .dropdown-comment .dropdown-item:hover {
  border-color: #ccc;
  background: transparent;
  cursor: auto;
}

.show-thumbs {
  background: rgba(0, 0, 0, 0.4);
  border-color: transparent;
  color: #000;
  padding: 0.3rem 0.35rem;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
}

.show-thumbs span {
  background: #fff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.show-thumbs span:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.show-thumbs:focus, .show-thumbs:hover, .show-thumbs:active {
  background: rgba(0, 0, 0, 0.4);
  border-color: transparent;
  color: #000;
}

.show-thumbs-slider .show-thumbs {
  bottom: 60px;
}

a.alert {
  display: block;
}

a.alert-success:hover {
  color: #1bb99a;
}

.files {
  padding: 10px;
  display: block;
  color: #2b3d51;
}

.files::after {
  content: "";
  display: table;
  clear: both;
}

.files-list {
  margin-bottom: 0.5rem;
}

.files-item::after {
  content: "";
  display: table;
  clear: both;
}

.files-item .buttons {
  float: right;
}

.files-item .image {
  float: left;
  width: 18px;
  height: 22px;
  margin-right: 5px;
}

.files-item .image img {
  width: 100%;
  height: auto;
}

.files-item .download-content {
  width: 80%;
  width: calc(100% - 95px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.files-wrapper {
  margin-bottom: 20px;
}

.files-wrapper .card-success {
  background: rgba(27, 185, 154, 0.2);
  border-color: rgba(27, 185, 154, 0.2);
}

.files .checkbox {
  float: left;
}

.files .checkbox label {
  display: block;
}

.files .checkbox + .files-content {
  padding-left: 25px;
}

.files-content-bottom > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 10px;
}

.files-content-bottom > div:last-child {
  margin-right: 0;
}

.files .popover-link {
  cursor: pointer;
}

.files-icon {
  display: inline-block;
  margin-right: 2px;
}

.files .fa-stack {
  font-size: 0.5rem;
}

.files-success {
  background: rgba(3, 156, 253, 0.2);
  border-color: rgba(3, 156, 253, 0.2);
}

.workstream-inactive .btn:not(.add-phase) {
  cursor: not-allowed;
}

.workstream-inactive .phase-inactive {
  text-align: center;
  padding-left: 20px;
}

.workstream-inactive .phase-inactive .arrow-note {
  display: inline-block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  font-size: 30px;
  margin-left: 20px;
}

.workstream-version-inactive .slide-version-info > div:not(:first-child) {
  display: none;
}

.slide-version-carousels.slide-version-full .col-carousel {
  margin-right: -33.333%;
}

.slide-version-carousels.slide-version-full .col-annotation .slide-version-annotation, .slide-version-carousels.slide-version-full .col-annotation .annotation-title h5 {
  display: none;
}

.btn-annotation-turn {
  color: #818a91;
  background-color: #fff;
  border-color: #ccc;
}

.btn-annotation-turn:hover, .btn-annotation-turn:focus, .btn-annotation-turn:active {
  color: #818a91;
  background-color: #e6e6e6;
  border-color: #ccc;
}

.btn-annotation-turn .fa-sticky-note-o {
  display: none;
}

.btn-annotation-turn.active .fa-sticky-note-o {
  display: inline-block;
}

.btn-annotation-turn.active .fa-sticky-note {
  display: none;
}

.btn-annotation-turn.active:hover, .btn-annotation-turn.active:focus, .btn-annotation-turn.active:active {
  color: #818a91;
  background-color: #e6e6e6;
  border-color: #ccc;
}

.annotation-note.disabled, .workstream-inactive .annotation-note.btn:not(.add-phase) {
  display: none;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.page *:not(.mejs__time),
.custombox-modal-wrapper *,
.mfp-wrap *,
.popover *,
.bw-popover * {
  box-sizing: border-box;
}

.page *:not(.mejs__time)::before, .page *:not(.mejs__time)::after,
.custombox-modal-wrapper *::before,
.custombox-modal-wrapper *::after,
.mfp-wrap *::before,
.mfp-wrap *::after,
.popover *::before,
.bw-popover *::before,
.popover *::after,
.bw-popover *::after {
  box-sizing: inherit;
}

.page {
  position: relative;
  min-height: 100vh;
}

.wrapper {
  padding-bottom: 100px;
  overflow: hidden;
}

body.bg-pattern {
  background: #f5f5f5 url("../images/gallery/pattern.png");
  background-repeat: repeat;
}

body.bg-stretch {
  background: url("../images/gallery/10.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.page-head {
  margin-bottom: 0;
  padding: 0.75rem 0;
}

.link-shadow {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.link-shadow:hover {
  color: #fff;
}

.link-dark {
  color: #2b3d51;
}

.link-underline {
  text-decoration: underline;
}

.link-underline:focus, .link-underline:hover {
  color: #2b3d51;
  text-decoration: none;
}

.link-hover-underline {
  text-decoration: none;
}

.link-hover-underline:focus, .link-hover-underline:hover {
  color: #2b3d51;
  text-decoration: underline;
}

.btn-help, .btn-reset {
  background: #f7f7f9;
  color: #ccc;
}

.page-title {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.4;
}

.page-title-sm {
  margin-bottom: 10px;
  margin-top: 15px;
}

.page-title-wrapper .breadcrumb {
  padding: 0;
}

.page-title-wrapper .btn-group-add {
  float: right;
  text-align: right;
}

@media (max-width: 543px) {
  .page-title-wrapper .btn-group-add {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 20px;
  }
}

.page-title-wrapper .btn-group-add .btn-download {
  font-size: 18px;
  line-height: 21px;
}

.page-title-wrapper .btn-group-buttons .btn-group {
  display: block;
  margin: 10px 0;
}

@media (max-width: 543px) {
  .page-title-wrapper .btn-group-buttons .btn-group {
    margin-bottom: 0;
  }
}

@media (max-width: 543px) {
  .page-title-wrapper .page-title, .page-title-wrapper .breadcrumb {
    overflow: hidden;
    min-width: 180px;
  }
}

@media (max-width: 543px) {
  .page-title-wrapper.page-title-sm .btn-group-add {
    margin-top: 5px;
    margin-left: 0;
  }
}

.page-panel .btn {
  padding: 1px 12px;
  font-size: 14px;
}

.page-panel .btn {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  min-width: 60px;
}

.page-panel .btn:hover, .page-panel .btn:focus {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

.page-panel .btn:first-child {
  border-left: none;
}

.page-panel .btn:last-child {
  border-right: none;
}

.page-panel-favorite .btn {
  min-width: 0;
  border: none;
}

.page-panel-favorite .btn-like {
  margin-left: 5px;
}

.page-panel-favorite .btn-dislike {
  color: #1bb99a;
}

.page-panel-sm .btn {
  padding: 1px 6px;
  min-width: 48px;
  max-height: 25px;
  line-height: 22px;
}

.page-panel-default {
  text-align: center;
}

.page-panel-default .btn {
  border: 1px solid #ccc;
  min-width: 40px;
}

.page-panel-default .btn:last-child {
  border-right: 1px solid #ccc;
}

.page-panel-default .btn:first-child {
  border-left: 1px solid #ccc;
}

.page-panel-default .btn:hover, .page-panel-default .btn:focus {
  border-left-color: #ccc;
  border-right-color: #ccc;
}

.btn-like .like, .btn-heart .like {
  display: none;
}

.btn-dislike .like {
  display: inline-block;
}

.btn-dislike .dislike {
  display: none;
}

.icon-rate {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-heart .icon-dislike, .btn-heart .icon-like {
  min-width: 18px;
}

.btn-heart .icon-dislike:before {
  content: "\f087";
}

.btn-heart .icon-like:before {
  content: "\f164";
}

.btn-like .icon-dislike:before {
  content: "\f006";
}

.btn-like .icon-like:before {
  content: "\f005";
}

.btn-comment .icon-comment:before {
  content: "\f0e5";
}

.jFiler-upload .jFiler-theme-default .jFiler-input-button {
  background-color: #039cfd;
  padding: 0 6px;
}

.jFiler-upload .jFiler-theme-default .jFiler-input-button i {
  font-size: 32px;
}

.checkbox label:before {
  background: #ffffff;
}

@media (max-width: 543px) {
  .p-xs-0 {
    padding: 0 !important;
  }
}

@media (max-width: 543px) {
  .p-t-xs-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-t-md-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 543px) {
  .m-t-xs-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 543px) {
  .btn-p-xs {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.d-inline-block {
  display: inline-block;
}

.lead {
  line-height: 1.3;
}

.text-dark {
  color: #2b3d51;
}

.forgot-password-text {
  font-size: smaller;
}

.footer {
  color: #818a91;
  background: #f5f5f5;
}

.footer a {
  color: #818a91;
}

.footer a:hover {
  color: #5c6469;
}

.bg-notify {
  background: #ffd34f;
  color: #ffffff;
}

.bg-secondary {
  background: #818a91;
  color: #ffffff;
}

.bg-default {
  background: #000;
  color: #ffffff;
}

.bg-grey {
  background: #818a91;
  color: #ffffff;
}

.bg-purple {
  background: #9261c6;
  color: #ffffff;
}

.bg-pink {
  background: #ff7aa3;
  color: #ffffff;
}

.bg-dark-blue {
  background: #3058b7;
  color: #ffffff;
}

.bg-orange {
  background: #FF951A;
  color: #ffffff;
}

.bg-orange-2 {
  background: #FB8500;
  color: #ffffff;
}

.logo {
  height: 50px;
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo img[src$=".svg"] {
    width: 100%;
  }
}

.logo .mobile-logo img {
  display: block !important;
  width: auto;
  margin: 0 auto;
}

.logo .mobile-logo {
  display: none;
  height: 50px;
  width: 50px;
}

@media (max-width: 543px) {
  .logo .mobile-logo {
    margin: 5px 0;
  }
}

.enlarged .logo {
  width: 50px;
}

.enlarged .logo .mobile-logo {
  display: block;
  margin: 5px 0;
}

@media (max-width: 543px) {
  .enlarged .logo .mobile-logo {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .fixed-left .logo {
    width: 50px;
  }
  .fixed-left .logo .mobile-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) and (max-width: 543px) {
  .fixed-left .logo .mobile-logo {
    width: 30px;
  }
}

@media (max-width: 543px) {
  .logo .mobile-logo {
    display: block !important;
  }
}

#topnav .logo {
  display: block;
  margin: 5px 0;
}

#topnav .logo img {
  max-width: 100%;
  display: block;
}

@media (max-width: 543px) {
  #topnav .logo img {
    display: none;
  }
}

#topnav .logo i {
  display: none;
}

@media (max-width: 543px) {
  #topnav .logo i {
    display: block;
    line-height: 60px;
    font-size: 30px;
  }
}

@media (max-width: 543px) {
  #topnav .logo {
    margin: 0;
    width: auto;
  }
}

#topnav .navigation-menu > li > a {
  max-height: 40px;
}

@media (max-width: 767px) {
  #topnav .navigation-menu > li > a {
    max-height: none;
  }
}

.sidebar-menu ul li .menu-arrow {
  width: 40px;
  right: 0;
  text-align: center;
}

.nav-user-female span, .nav-user-male span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: #eceeef;
  color: #2b3d51;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}

.nav-user-female span img, .nav-user-male span img {
  width: auto;
  height: auto;
}

.nav-user-male span:before {
  font-family: 'simple-line-icons';
  content: "\e005";
}

.nav-user-female span:before {
  font-family: 'simple-line-icons';
  content: "\e000";
}

.submenu-column {
  -webkit-column-count: 2;
  column-count: 2;
}

.submenu-column li {
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}

.app-search button {
  position: absolute;
  top: 0;
  right: 25px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: none;
}

@media (min-width: 768px) {
  .app-search-wrapper .collapse {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .app-search-wrapper .app-search .form-control {
    margin-bottom: 13px;
    width: 100%;
  }
}

.app-search-wrapper a.search-toggle {
  display: none;
}

@media (max-width: 767px) {
  .app-search-wrapper a.search-toggle {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 40px;
    font-size: 18px;
    color: #fff;
  }
  .app-search-wrapper a.search-toggle:hover {
    color: #64b0f2;
  }
}

.vertical .app-search-wrapper a.search-toggle {
  font-size: 16px;
  line-height: 60px;
  height: 60px;
}

.horizontal .vertical-menu {
  display: none;
}

.horizontal .horizontal-menu {
  display: block;
}

.vertical .vertical-menu {
  display: block;
}

.vertical .horizontal-menu {
  display: none;
}

.vertical .wrapper {
  padding-top: 0;
}

.vertical .logo i {
  display: none;
}

@media (max-width: 767px) {
  .vertical .logo img {
    display: none;
  }
}

.vertical .container {
  width: 100%;
}

.vertical.fixed-left-void .control-btns {
  left: 80px;
}

.vertical.fixed-left .control-btns {
  left: 260px;
}

.fixed-left-void .logo i {
  display: inline-block;
}

.mfp-bg {
  background: #36404a;
}

.notification-list .dropdown-item {
  white-space: normal;
}

.datatable-notification .table-content span {
  pointer-events: none;
}

.comments.comments-message .comment-avatar {
  margin-right: 15px;
  float: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 543px) {
  .comments.comments-message .comment-avatar {
    margin-right: 5px;
  }
}

.comments.comments-message .comment-user {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-page .card-box {
  background: none;
}

@media (max-width: 543px) {
  .wrapper-page .card-box {
    padding: 10px;
  }
}

.card-content {
  padding: 20px;
}

@media (max-width: 543px) {
  .card-content {
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  .card-content-top {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 768px) {
  .card-content-bottom {
    border-top: none;
    border-top-left-radius: 0;
  }
}

.card-letters {
  padding: 5px;
  font-weight: bold;
  color: #2b3d51;
  display: block;
  background: #e8e8e8;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  padding-left: 0;
  font-size: 0.875rem;
}

.breadcrumb > li + li::before {
  padding-left: .3rem;
  padding-right: .3rem;
}

@media (max-width: 543px) and (orientation: portrait) {
  .breadcrumb-mobile-hide .btn-group {
    margin-bottom: 0;
  }
  .breadcrumb-mobile-hide .breadcrumb {
    display: none;
  }
}

.download-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #55595c;
}

.download-list li {
  border-bottom: 1px solid #fff;
  padding: 7px 0 7px 0;
}

.download-list li::after {
  content: "";
  display: table;
  clear: both;
}

.download-list li:last-child {
  border-bottom: none;
}

.download-list .download-content {
  padding-left: 40px;
  color: #fff;
}

.download-list .download-content > div:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}

.download-list .buttons {
  float: right;
  padding-left: 20px;
  margin-top: 5px;
}

.download-list .buttons .action-share {
  font-size: 14px;
}

.download-list-light {
  background: #fff;
}

.download-list-light li {
  border-bottom-color: #f7f7f9;
}

.download-list-light .download-content, .download-list-light .detail-list {
  color: #2b3d51;
}

.detail-list {
  margin: 0;
  font-size: 9px;
  line-height: 11px;
  color: #fff;
}

.detail-list dt {
  font-weight: normal;
  float: left;
  margin: 0 2px 0 0;
  text-transform: uppercase;
}

.detail-list dd {
  font-weight: normal;
  float: left;
  width: 50px;
  margin: 0 4px 0 0;
}

.btn-icon {
  padding: 0 4px;
  font-size: 18px;
  line-height: 20px;
  min-width: 30px;
}

.btn-icon-sm {
  font-size: 14px;
}

.form-search {
  margin-top: 15px;
}

.form-search .btn {
  padding: 2px 10px;
}

.form-search .btn i {
  font-size: 24px;
  line-height: 27px;
}

.form-search .btn.btn-reset i {
  font-size: 22px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .form-search {
    margin-top: 0;
  }
}

.form-search .btn-reset {
  border-right: 0;
}

.card-filter {
  padding: 0 1rem 1rem;
}

@media (max-width: 543px) {
  .card-filter {
    padding: 0 10px 10px;
  }
}

.card-filter .card-header {
  display: inline-block;
  border-bottom: none;
  border-radius: 4px;
  border: 1px solid #eceeef;
  background: none;
  margin-right: 6px;
  padding: 0;
  min-width: 10%;
  text-align: center;
  margin-top: 1rem;
}

.filter-custom-order .filter-count {
  display: none;
}

.card-filter .mediabank-filters {
  display: none;
}

.card-filter .mediabank-filters .card {
  border: none !important;
}

.card-filter .mediabank-filters .brand-bg {
  background-color: #E8DFF5;
}

.card-filter .mediabank-filters .categories-bg {
  background-color: #ffd7ba;
}

.card-filter .mediabank-filters .market-bg {
  background-color: #DDEDEA;
}

.card-filter .mediabank-filters .tags-bg {
  background-color: #FCF4DD;
}

.card-filter .mediabank-filters .media-type-bg {
  background-color: #FCE1E4;
}

.card-filter .mediabank-filters .win-bg {
  background-color: #DAEAF6;
}

.card-filter .mediabank-filters .filters-bg {
  background-color: #FAF7F0;
}

.card-filter .mediabank-filters .map-bg {
  background-color: #D6CCC2;
}

.card-filter .mediabank-filters .owl-stage-outer {
  position: relative;
}

.card-filter .mediabank-filters .owl-controls .owl-next .button, .card-filter .mediabank-filters .owl-controls .owl-prev .button {
  color: #2b3d51;
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 0 0.75rem;
  line-height: 1.5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  max-height: 39px;
}

.card-filter .mediabank-filters .filter-selected .selected-item-delete, .contact-selected .selected-item-delete {
  margin-left: 8px;
}

.card-filter .mediabank-filters .filter-selected .selected-item, .contact-selected .selected-item {
  display: inline-block;
  border-bottom: none;
  border-radius: 4px;
  border: 1px solid #eceeef;
  margin-right: 6px;
  padding: 5px 5px 5px 5px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}

.card-filter .mediabank-filters .owl-controls .owl-prev {
  position: absolute;
  top: 0;
  left: 0px;
  padding-right: 45px;
  background: linear-gradient(90deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
}

.mediabank-filters .filter-selected .selected-item .selected-item-delete {
  color: #818a91;
}

.card-filter .mediabank-filters .owl-controls .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 45px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
}

.card-filter .mediabank-filters .owl-item .active {
  display: flex;
  justify-content: center;
}

.card-filter .mediabank-filters .filter-selected .selected-item {
  width: max-content;
}

.mediabank-filter-custom-order .card-header {
  position: relative;
}

.card-filter .mediabank-filters .owl-item .selected-item .selected-item-name {
  color: #818a91;
  font-weight: normal;
}

.filter-count {
  display: none;
  position: absolute;
  top: -10px;
  right: -6px;
  background-color: #dbe0d8;
  color: #818a91;
  border-radius: 0.25rem;
  font-size: 10px;
}

.mediabank-filters .filter-selected {
  padding: 18px 0 0;
}

@media (max-width: 543px) {
  .card-filter .card-header {
    width: 100%;
  }
}

.card-filter .card-header.active a {
  background-color: #f8f8f8;
}

.card-filter .card-header a {
  color: #2b3d51;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 15px;
}

.card-filter .card-header a span {
  font-size: 22px;
  vertical-align: middle;
  font-weight: 600;
}

.card-filter .card-header a[aria-expanded="true"] {
  background: #f7f7f9;
}

.card-filter .card-header a[aria-expanded="true"] span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-filter .card-block {
  padding: 0;
}

.card-filter .checkbox-brand label {
  width: 100%;
}

.card-filter .checkbox-brand .filter-brand {
  pointer-events: none;
}

@-moz-document url-prefix() {
  .card-filter .checkbox-brand .filter-brand {
    pointer-events: auto;
  }
}

.card-filter .checkbox-brand .filter-brand img {
  max-width: 100%;
  display: inline-block;
}

.card-filter .card-filter-btns {
  float: right;
  margin-top: 1rem;
}

.card-filter .card-filter-btns .btn {
  padding: 0.25rem 0.5rem;
  color: #818a91;
}

.brands-size .checkbox-brand .filter-brand {
  display: block;
  height: 80px;
}

.brands-size .checkbox-brand .filter-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
  font-family: 'object-fit: contain; object-position: top left;';
}

.set {
  position: relative;
  overflow: visible;
}

.set .set-icon-badge {
  height: 10px;
  width: 10px;
  background-color: #ff5d48;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
}

.card-block-category {
  padding-top: 0;
}

.card-block-category .all + label {
  font-weight: bold;
}

.card-block-category .row, .card-block .filter-type .row {
  font-size: 0;
}

.card-block-category .row .col-sm-3, .card-block .filter-type .row .col-sm-3 {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}

@media (max-width: 543px) {
  .card-block-category .row .col-sm-3, .card-block .filter-type .row .col-sm-3 {
    width: 100%;
  }
}

.card-category-item {
  margin-bottom: 30px;
}

.filter-type i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.btn-filter-icon {
  padding: 0 8px;
  font-size: 27px;
  line-height: 1;
  min-width: 45px;
  vertical-align: top;
  margin-top: 10px;
}

.btn-order.hide {
  display: none;
}

@media (max-width: 543px) {
  .btn-filter-icon {
    min-width: 40px;
  }
}

.btn-undo {
  font-size: 22px;
  line-height: 28px;
  margin-top: 1rem;
}

.total {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 5px;
}

.filter-btns {
  display: inline-block;
  vertical-align: top;
}

.filter-btns .btn-group .btn-filter-icon {
  color: #818a91;
  font-size: 22px;
  line-height: 29px;
}

.label-checkbox {
  background: #ffd34f;
  color: #2b3d51;
  padding: 0.3em 0.8em;
  margin-bottom: 5px;
  font-size: 90%;
  line-height: 1.7;
}

.label-checkbox .checkbox {
  margin-bottom: 0;
}

.label-checkbox .checkbox label:after {
  margin-left: -21px;
  padding-top: 0;
  padding-left: 0;
  top: 1px;
}

.label-checkbox .checkbox label:before {
  background: #ffffff;
}

.checkbox-device .checkbox {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}

.checkbox-device .checkbox:last-child {
  margin-right: 0;
}

.checkbox-device .checkbox i {
  font-size: 32px;
}

.checkbox-device .checkbox label:before, .checkbox-device .checkbox label:after {
  top: 12px;
}

.checkbox-device .checkbox label:after {
  padding-top: 2px;
}

.radio-size .radio {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}

.radio-size .radio:last-child {
  margin-right: 0;
}

.form-small .form-control {
  width: 70px;
  margin-bottom: 10px;
  vertical-align: baseline;
}

@media (max-width: 543px) {
  .form-small .form-control {
    width: 100%;
  }
}

.form-date label {
  vertical-align: middle;
}

.form-date .input-group {
  margin-bottom: 10px;
}

.form-date .input-group .form-control {
  padding: 0.37rem 0.75rem;
}

@media (min-width: 544px) {
  .form-date .input-group .form-control {
    width: 100px;
  }
}

.archive-wrapper {
  margin-top: 50px;
}

.thumb a {
  color: #2b3d51;
}

.input-group-filter .input-group-addon {
  padding: 0;
  background: transparent;
  border: none;
  width: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.input-group-filter .input-group-addon.disable {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.input-group-filter .input-group-addon.disable + .form-control {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.input-group-filter .input-group-addon .btn-filter-icon {
  margin-top: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.input-group-filter .input-group-addon .btn-filter-icon:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 543px) {
  .input-group-filter .input-group-addon .btn-filter-icon {
    padding: 2px 5px;
    min-width: 37px;
    font-size: 24px;
  }
}

.input-group-filter .input-group-addon .btn-filter-icon:hover {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.input-group-filter .input-group-addon .btn-filter-icon:first-child {
  border-left: none;
}

.input-group-filter .form-control {
  padding: 0.3rem 0.75rem;
  margin-left: -1px;
}

.card-gallery-filter {
  padding: 12px 0 0;
  background: transparent;
}

.card-gallery-filter .card-gallery-item {
  display: inline-block;
  position: relative;
}

.card-gallery-filter .card-gallery-item .filter-btns {
  vertical-align: middle;
}

.card-gallery-filter .card-gallery-item .filter-btns .btn-filter-icon {
  margin-top: 0;
}

@media (max-width: 767px) {
  .card-gallery-filter .card-gallery-item {
    margin-right: 10px;
  }
}

@media (max-width: 543px) {
  .card-gallery-filter .card-gallery-item {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .card-gallery-filter .card-gallery-item-display {
    margin-right: 10px;
  }
}

@media (max-width: 543px) {
  .card-gallery-filter .card-gallery-item-display {
    display: block;
  }
}

.card-gallery-filter .card-gallery-btns {
  margin-right: 20px;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .card-gallery-filter .card-gallery-btns {
    margin-right: 5px;
  }
}

@media (max-width: 543px) {
  .card-gallery-filter .card-gallery-btns {
    margin-right: 10px;
  }
}

.card-gallery-filter .card-gallery-item-filter {
  border: 1px solid #ccc;
  padding-left: 8px;
  background: #fff;
  border-radius: 0.25rem;
}

.card-gallery-filter .card-gallery-item-filter label {
  font-weight: normal;
  vertical-align: middle;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .card-gallery-filter .card-gallery-item-filter {
    float: right;
    margin-right: 0;
  }
}

.card-gallery-filter .card-gallery-item-filter .c-select {
  border: none;
  padding: 0.3rem 1.75rem 0.3rem 0.75rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .card-gallery-filter .card-gallery-item-filter .c-select {
    padding: 0.3rem 1.5rem 0.3rem 0.1rem;
  }
}

@media (max-width: 543px) {
  .card-gallery-filter .card-gallery-item-filter .c-select {
    padding-left: 2px;
  }
}

.card-gallery-filter .card-gallery-group-btns {
  float: right;
}

.card-gallery-group-btns.bottom .form-group {
  border: solid 5px white;
  border-radius: 9px;
}

.card-gallery-group-btns.top .form-group {
  border: solid 5px white;
  border-radius: 9px;
}

.card-gallery-group-btns.bottom .form-group.disable {
  border: none;
}

.card-gallery-group-btns.top .form-group.disable {
  border: none;
}

.card-gallery-group-btns.top {
  top: 16vh;
  right: 8vh;
  width: 360px;
  z-index: 100;
}

.card-gallery-group-btns.bottom {
  position: fixed;
  bottom: 8vh;
  right: 8vh;
  width: 360px;
  z-index: 100;
}

.card-gallery-filter .card-gallery-group-btns .form-group {
  margin-bottom: 0;
}

.card-gallery-filter .card-gallery-group-btns .btn-filter-icon {
  min-height: 31px;
}

.card-gallery-filter .card-gallery-group-btns .btn-filter-icon-sm {
  font-size: 22px;
  line-height: 29px;
}

@media (max-width: 543px) {
  .card-gallery-filter .card-gallery-group-btns .btn-filter-icon-sm {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .card-gallery-filter .card-gallery-group-btns {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .card-gallery-filter .total-result-text {
    display: none;
  }
}

.form-inline .input-group > .form-control.results-wrapper {
  width: auto;
}

.results-wrapper .select-item:not(.text-muted) {
  color: #039cfd;
}

.description hr {
  margin: 5px 0;
}

.description .tags {
  display: inline-block;
  color: #2b3d51;
  font-weight: normal;
}

.description .tags:hover {
  color: inherit;
}

.description .tags.label, .description .status-wrapper .tags.status, .status-wrapper .description .tags.status, .description .tags.new-label-primary, .description .tags.new-label, .description .tags.new-label-archived, .description .tags.new-label-yellow, .description .tags.new-label-yellow-dark, .description .tags.new-label-green, .description .tags.new-label-orange, .description .tags.new-label-blue {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.description .tags.label:hover, .description .status-wrapper .tags.status:hover, .status-wrapper .description .tags.status:hover, .description .tags.new-label-primary:hover, .description .tags.new-label:hover, .description .tags.new-label-archived:hover, .description .tags.new-label-yellow:hover, .description .tags.new-label-yellow-dark:hover, .description .tags.new-label-green:hover, .description .tags.new-label-orange:hover, .description .tags.new-label-blue:hover {
  background: rgba(255, 211, 79, 0.7);
}

.description .page-title-wrapper .label, .description .page-title-wrapper .status-wrapper .status, .status-wrapper .description .page-title-wrapper .status, .description .page-title-wrapper .new-label-primary, .description .page-title-wrapper .new-label, .description .page-title-wrapper .new-label-archived, .description .page-title-wrapper .new-label-yellow, .description .page-title-wrapper .new-label-yellow-dark, .description .page-title-wrapper .new-label-green, .description .page-title-wrapper .new-label-orange, .description .page-title-wrapper .new-label-blue {
  vertical-align: middle;
  font-size: 10.5px;
  margin-top: -1.1em;
}

.tags-country {
  margin-bottom: 10px;
}

.tags-country:last-child {
  margin-bottom: 0;
}

.tags-country-title {
  font-style: italic;
}

.tags-country .tags {
  margin-right: 7px;
}

.tags-country .tags:hover {
  color: #64b0f2;
}

.table-details {
  width: auto;
  max-width: none;
}

@media (max-width: 543px) {
  .table-details {
    width: 100%;
    max-width: 100%;
  }
}

.table-details a {
  margin: 5px 0;
}

.table-details thead th {
  border-bottom: 0;
  white-space: nowrap;
}

.table-details tr {
  border-left: 1px solid transparent;
}

.table-details th {
  display: none;
}

.table-details tr:last-child td:last-child {
  border-bottom: none;
}

.table-details tr.active {
  border: 1px solid #039cfd;
}

.table-details tr.active td {
  background: #e5f5fe;
}

@media (min-width: 544px) {
  .table-details tr.active td {
    border: none;
  }
}

.table-details tr.active td .zmdi-plus-square:before {
  content: '\f272';
}

.table-details tr.active + tr td {
  border: none;
}

.table-details tfoot tr td {
  border-top: none;
}

@media (max-width: 543px) {
  .table-details tfoot tr td {
    padding-left: 0;
  }
}

.table-details tr.active-all td .zmdi-plus-square:before {
  content: '\f272';
}

.table-details td {
  display: block;
}

.table-details td:before {
  content: attr(data-th);
  width: 90px;
  display: inline-block;
  position: absolute;
  left: 20px;
}

@media (min-width: 544px) {
  .table-details td:before {
    display: none;
  }
}

@media (max-width: 543px) {
  .table-details td {
    padding-left: 100px;
  }
}

.table-details td.actions, .table-details td.size {
  white-space: nowrap;
}

.table-details td.name {
  width: 62%;
}

@media (max-width: 543px) {
  .table-details td.name {
    width: 100%;
  }
}

.table-details td.actions {
  text-align: right;
}

.table-details td.actions .action-share {
  font-size: 14px;
}

@media (max-width: 543px) {
  .table-details td.actions {
    text-align: left;
  }
}

.table-details th,
.table-details td {
  text-align: left;
}

@media (min-width: 544px) {
  .table-details th,
  .table-details td {
    display: table-cell;
    vertical-align: middle;
  }
}

.table-details-remove td.name {
  width: 77%;
}

@media (max-width: 543px) {
  .table-details-remove td.name {
    width: 100%;
  }
}

@media (max-width: 543px) {
  .table-details:not(.table-scroll) {
    table-layout: fixed;
  }
}

.table-details:not(.table-scroll) td.name {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 543px) {
  .table-details:not(.table-scroll) td.name {
    max-width: 100%;
  }
}

.image-file-icon img {
  width: 25px;
  height: 30px;
}

.table-fullwidth {
  width: 100%;
}

@media (min-width: 544px) {
  .table-scroll {
    width: 100%;
  }
  .table-scroll thead, .table-scroll tbody, .table-scroll tr, .table-scroll td, .table-scroll th {
    display: block;
  }
  .table-scroll tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
  }
  .table-scroll thead th {
    height: 42px;
  }
  .table-scroll tbody {
    overflow-y: auto;
  }
  .table-scroll thead {
    /* fallback */
  }
  .table-scroll tbody td, .table-scroll thead th {
    float: left;
  }
  .table-scroll tbody td:first-child, .table-scroll thead th:first-child {
    width: 10%;
  }
  .table-scroll tbody td:nth-child(2), .table-scroll thead th:nth-child(2) {
    width: 58%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .table-scroll tbody td:nth-child(3), .table-scroll thead th:nth-child(3) {
    width: 16%;
    white-space: nowrap;
  }
  .table-scroll tbody td:nth-child(4), .table-scroll thead th:nth-child(4) {
    width: 16%;
    white-space: nowrap;
  }
  .table-scroll .name, .table-scroll .size {
    padding-top: 15px;
  }
  .table-scroll.table-details-remove tbody td:first-child, .table-scroll.table-details-remove thead th:first-child {
    width: 10%;
  }
  .table-scroll.table-details-remove tbody td:nth-child(2), .table-scroll.table-details-remove thead th:nth-child(2) {
    width: 74%;
  }
  .table-scroll.table-details-remove tbody td:nth-child(3), .table-scroll.table-details-remove thead th:nth-child(3) {
    width: 16%;
    white-space: nowrap;
  }
}

@media (max-width: 543px) {
  .table-scroll {
    display: block;
  }
  .table-scroll thead, .table-scroll tbody, .table-scroll tr, .table-scroll td {
    display: block;
  }
  .table-scroll td {
    position: relative;
  }
}

.download-btns {
  margin-top: 20px;
}

@media (max-width: 543px) {
  .download-btns {
    margin-top: 0;
  }
}

.control-btns {
  position: fixed;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.control-btns .btn-icon {
  padding: 3px 4px;
}

@media (max-width: 991px) {
  .control-btns {
    display: none;
  }
}

.control-btns a:first-child {
  position: absolute;
  left: 0;
  top: 0;
}

.control-btns a:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

.control-btns .arrow-left, .control-btns .arrow-right {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  color: #2b3d51;
}

.control-btns .arrow-left:before {
  content: "\f104";
}

.control-btns .arrow-right:before {
  content: "\f105";
}

.card-border {
  border-color: #ffffff;
}

.card-carousel {
  padding: 20px;
}

@media (max-width: 543px) {
  .card-carousel {
    padding: 10px;
  }
}

.card-carousel .thumb, .card-carousel .item {
  height: 100%;
}

.card-carousel .thumb {
  border: 1px solid #f7f7f9;
  box-shadow: none;
  margin-top: 0;
  position: relative;
}

.card-carousel .thumb .gal-detail {
  max-height: none;
  height: auto;
}

.card-carousel .thumb-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-carousel .thumb-image-sm {
  background-size: auto;
}

.card-carousel .thumb .gal-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.card-carousel .thumb-img {
  background: #ffffff;
}

.card-carousel .thumb-img-transparent {
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-position: 0 0,10px 10px;
  background-size: 21px 21px;
  border: 0;
  vertical-align: middle;
}

.card-carousel .owl-item {
  padding: 1px;
}

.card-carousel .owl-nav .owl-prev, .card-carousel .owl-nav .owl-next {
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  height: 100%;
  width: 5%;
  cursor: pointer;
}

@media (max-width: 543px) {
  .card-carousel .owl-nav .owl-prev, .card-carousel .owl-nav .owl-next {
    width: 10%;
  }
}

.card-carousel .owl-nav .owl-prev {
  background-image: -webkit-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%);
  left: 0;
}

.card-carousel .owl-nav .owl-next {
  background-image: -webkit-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%);
  right: 0;
}

.card-carousel .owl-nav .owl-prev span, .card-carousel .owl-nav .owl-next span {
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #ffffff;
  opacity: 0.5;
}

.card-carousel .owl-nav .owl-prev span:hover, .card-carousel .owl-nav .owl-next span:hover {
  color: #fff;
  opacity: .9;
}

.card-carousel .owl-nav .owl-prev span:before {
  content: "\f104";
}

.card-carousel .owl-nav .owl-next span:before {
  content: "\f105";
}

.review {
  position: relative;
}

.review-image {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.review-image.image-zoom {
  height: 0;
  padding-bottom: 74.9%;
}

.review-image.image-zoom img, .review-image.image-zoom svg {
  display: none;
}

.review-image.image-zoom img {
  max-width: 100%;
  max-height: 100%;
}

.review-image.image-zoom .btn-crop {
  min-height: 50px;
}

.review-image #image_zoom {
  cursor: move;
}

.review-image-transparent {
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-position: 0 0,10px 10px;
  background-size: 21px 21px;
  border: 0;
  vertical-align: middle;
}

.review-image-static img {
  max-width: 100%;
  height: auto;
}

.review-image-type {
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
}

.review-image-type img {
  max-width: 100%;
  height: auto;
}

.review .btn {
  background: rgba(0, 0, 0, 0.4);
  border-color: transparent;
  color: #000;
  padding: 0.3rem 0.35rem;
}

.review .btn span:not(.swatch) {
  background: #fff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.review .btn:focus, .review .btn:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: transparent;
  color: #000;
}

.review .btn-crop {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
}

.review .palette-wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

.review .btn-viewer {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}

@media (max-width: 991px) {
  .review .btn-viewer {
    display: none;
  }
}

.review .btn-info {
  position: absolute;
  left: auto;
  right: 20px;
  top: 17px;
  z-index: 10;
}

@media (max-width: 991px) {
  .review .btn-info {
    display: none;
  }
}

.crop-buttons {
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  width: 97px;
  height: 64px;
  padding: 5px;
}

.crop-buttons-right {
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 5px;
}

.crop-buttons-right .btn {
  background: none;
  padding: 0;
  border: none;
}

.crop-buttons .crop-zoom {
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.crop-buttons .crop-zoom .btn {
  display: block;
  background: none;
  padding: 0;
}

.crop-buttons .crop-zoom .btn:first-child {
  margin-bottom: 4px;
}

.crop-buttons .crop-actions {
  font-size: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65px;
}

.crop-buttons .crop-actions .btn {
  background: none;
  padding: 0;
}

.crop-buttons .crop-actions .crop-up, .crop-buttons .crop-actions .crop-down {
  display: block;
  margin: auto;
}

.review .crop-buttons .btn.crop-plus span, .review .crop-buttons .btn.crop-minus span {
  width: 18px;
  height: 18px;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 0;
}

.crop-review-buttons {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

.crop-review-buttons .c-select {
  padding: 0.3rem 1.75rem 0.3rem 0.75rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 543px) {
  .crop-review-buttons .c-select {
    display: block;
  }
}

.crop-review-buttons .form-inline {
  display: inline-block;
  vertical-align: top;
}

.crop-review-buttons .form-inline label {
  margin-bottom: 0;
}

.crop-review-buttons .form-inline .form-control {
  padding: 0.3rem 0.75rem;
  margin-bottom: 0;
}

@media (max-width: 543px) {
  .crop-review-buttons .form-inline .form-control {
    width: 70px;
    display: inline-block;
  }
}

.crop-review-buttons .dropup .dropdown-menu {
  margin-bottom: 5px;
}

.noSel {
  opacity: 1 !important;
}

.noSel.controlsBg {
  opacity: 0.4 !important;
}

.noSel div[id*=norm]:hover {
  background: #818a91 !important;
}

.smooth_zoom_preloader:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  font-size: 1em;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
}

.smooth_zoom_preloader[style*="background-image: none"]:before,
.smooth_zoom_preloader[style*="background-image:none"]:before {
  display: none;
}

#_zi_icon,
#_zo_icon,
#_md_icon,
#_mr_icon,
#_rs_icon,
#_ml_icon,
#_mu_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#_zi_icon .control-icon,
#_zo_icon .control-icon {
  line-height: 21px;
  font-size: 13px;
}

.control-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 19px;
  color: #000;
  font-size: 11px;
  cursor: pointer;
}

.mejs-container {
  background: transparent;
}

.card-carousel .thumb-img, .card-carousel .thumb a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.portfolioContainer .thumb, .card-carousel .thumb {
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}

.portfolioContainer .thumb a.btn, .card-carousel .thumb a.btn {
  color: #ffffff;
  display: inline-block;
}

.portfolioContainer .thumb .btn-icon, .card-carousel .thumb .btn-icon {
  padding: 5px 8px;
  font-size: 22px;
}

.portfolioContainer .thumb:hover, .card-carousel .thumb:hover {
  border-color: #039cfd;
}

.portfolioContainer .thumb:hover .thumb-checkbox, .card-carousel .thumb:hover .thumb-checkbox {
  display: block;
}

.portfolioContainer .thumb:hover .thumb-overlay, .card-carousel .thumb:hover .thumb-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolioContainer .thumb-content, .card-carousel .thumb-content {
  position: relative;
  min-height: 100px;
}

.portfolioContainer .thumb-overlay, .card-carousel .thumb-overlay {
  position: absolute;
  background: rgba(3, 156, 253, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.portfolioContainer .thumb-overlay .thumb-overlay-buttons, .card-carousel .thumb-overlay .thumb-overlay-buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.portfolioContainer .thumb-files, .card-carousel .thumb-files {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 2px;
  display: block;
}

.portfolioContainer .thumb-files span, .card-carousel .thumb-files span {
  display: inline-block;
  font-size: 10px;
  padding: 0 7px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #2b3d51;
  border-radius: 2px;
  min-width: 41px;
}

.portfolioContainer::after {
  content: "";
  display: table;
  clear: both;
}

.portfolioContainer .thumb {
  border: 2px solid transparent;
}

.portfolioContainer .thumb-img {
  background: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolioContainer .thumb-img img {
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.portfolioContainer .thumb-img-transparent {
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-position: 0 0,10px 10px;
  background-size: 21px 21px;
  border: 0;
  vertical-align: middle;
}

.portfolioContainer .thumb-img-dark {
  background: rgba(0, 0, 0, 0.5);
}

.portfolioContainer .thumb-img-default {
  padding-top: 10px;
  padding-bottom: 10px;
}

.portfolioContainer .thumb-img-default img {
  width: 100%;
  max-width: 100px;
  margin: auto;
}

.portfolioContainer .thumb-checked {
  border-color: #039cfd;
}

.portfolioContainer .thumb-checked .thumb-checkbox {
  display: block;
}

.portfolioContainer .media-audio video, .portfolioContainer .media-audio audio, .portfolioContainer .media-video video, .portfolioContainer .media-video audio {
  display: block;
}

.portfolioContainer .thumb-checkbox {
  position: absolute;
  top: 15px;
  right: 20px;
  display: none;
  z-index: 10;
}

.portfolioContainer .checkbox label::after {
  font-size: 15px;
  width: 24px;
  height: 24px;
  left: 4px;
}

.portfolioContainer .checkbox label::before {
  width: 24px;
  height: 24px;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}

.portfolioContainer .gal-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.bt-image-with-actions-main-and-miniatures.custom-template .portfolioContainer .thumb .thumb-img img {
  width: 100%;
}

.bt-image-with-actions-main-and-miniatures.custom-template .portfolioContainer .gal-title {
  color: #2b3d51;
  font-weight: bold;
}

.order-button-container {
  position: relative;
}

.order-button-container .js-total-orderable-files {
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 20;
  background-color: #dbe0d8;
}

.thumb-media-type .thumb-media {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.thumb-media-type .thumb-media-icon {
  color: #fff;
  text-align: center;
  font-size: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.5;
}

.thumb-media-type .thumb-media-icon i {
  width: 70px;
  height: 70px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 66px;
}

.thumb-media-type .thumb-media-icon i.fa-play {
  padding-left: 7px;
}

.thumb-new .new-label-wrapper {
  position: absolute;
  top: 5px;
  left: 10px;
}

.new-label-archived {
  background: #795548;
}

.new-label-yellow {
  background: #fdf8cc;
  color: #2b3d51;
}

.new-label-yellow-dark {
  background: #f1b53d;
  color: #404040;
}

.new-label-green {
  background: #cefdcc;
  color: #2b3d51;
}

.label-archived {
  background: #795548;
}

.portfolioContainer .card, .portfolioContainer-simple .card {
  padding: 15px 10px;
  background-size: cover;
}

.portfolioContainer .thumb-modal, .portfolioContainer-simple .thumb-modal {
  white-space: normal;
}

.portfolioContainer-simple .card-center {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.portfolioContainer-simple .card-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.portfolioContainer .card-overlay, .portfolioContainer-simple .card-overlay {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.portfolioContainer .card-overlay:before, .portfolioContainer-simple .card-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.media-audio .mejs-container {
  background: #fff;
  max-width: 100%;
}

.media-audio .mejs__container, .media-video .mejs__container {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.media-video .mejs__container:focus, .media-audio .mejs__container:focus {
  outline: none;
}

.media-audio .mejs__overlay, .media-video .mejs__overlay {
  width: 100%;
  height: 100%;
}

.media-audio video, .media-video video {
  width: 100%;
  height: 100%;
}

.carousel-view {
  background: #000;
}

.carousel-view .carousel-caption {
  position: static;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}

.carousel-view .carousel-caption h4 {
  margin-bottom: 0;
}

.carousel-view-img .carousel-item-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-view-img .carousel-item-img-sm {
  background-size: auto;
}

.carousel-view-img .carousel-item-inner {
  position: relative;
}

.carousel-view-img .carousel-item-inner .carousel-file-name {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.carousel-view-img .carousel-item-inner .carousel-file-name span {
  display: inline-block;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  border-radius: 2px;
}

@media (max-width: 543px) {
  .carousel-view-img .carousel-item-inner .carousel-file-name span {
    max-width: 225px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
}

@media (max-width: 543px) {
  .carousel-view-img .carousel-item-inner .carousel-file-name {
    bottom: 0;
  }
}

.fullscreen .carousel-view-img .carousel-item-img {
  position: static;
  padding-bottom: 0;
  height: 100vh;
  background-size: contain;
}

.touch .thumb .thumb-checkbox {
  display: block;
}

.touch .dropdown-comment .dropdown-item .dropdown-checkbox {
  display: block;
}

.carousel-control span {
  left: 0;
  right: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 90%;
  margin: 20px auto;
  border-radius: 4px;
}

@media (max-width: 543px) {
  .white-popup {
    max-width: 95%;
  }
  .white-popup .document-viewer {
    margin: 0 -5px;
  }
}

.white-popup-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #64b0f2;
  color: #ffffff;
  text-align: left;
  margin: 0px;
  min-height: 50px;
}

.white-popup-title .label, .white-popup-title .status-wrapper .status, .status-wrapper .white-popup-title .status, .white-popup-title .new-label-primary, .white-popup-title .new-label, .white-popup-title .new-label-archived, .white-popup-title .new-label-yellow, .white-popup-title .new-label-yellow-dark, .white-popup-title .new-label-green, .white-popup-title .new-label-orange, .white-popup-title .new-label-blue {
  vertical-align: middle;
  font-size: 10.5px;
}

.white-popup-inner {
  padding: 20px;
}

@media (max-width: 543px) {
  .white-popup-inner {
    padding: 10px;
  }
}

.white-popup .mfp-close {
  height: 50px;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
}

.white-popup .mfp-close:hover {
  opacity: 1;
}

.white-popup .description-wrapper {
  position: relative;
}

.white-popup .description-wrapper:after {
  content: '';
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 1;
}

#add-order .nicescroll-lg:after {
  content: '';
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}

@media (max-width: 767px) {
  .white-popup .description-wrapper {
    margin-bottom: 20px;
  }
}

.white-popup .description > div:last-child p {
  position: relative;
  z-index: 2;
}

.modal-demo .mfp-close {
  visibility: hidden;
}

.custombox-modal-blur {
  position: static;
}

.modal-doc {
  width: 1400px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .modal-doc .document-viewer {
    padding-bottom: 142%;
  }
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dashed #373a3c;
}

.modal-view {
  background: transparent;
  width: 1000px;
}

.modal-view .review-image.image-zoom img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.modal-media {
  width: 1000px;
  margin-bottom: 30px;
}

#modal-crop {
  width: 1000px;
}

#modal-crop .cropper-container-wrapper {
  height: 0;
}

#modal-crop .cropper-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#modal-crop .cropper-container-inner .cropper-bg {
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-position: 0 0,10px 10px;
  background-size: 21px 21px;
  border: 0;
  vertical-align: middle;
}

#modal-crop .cropper-container-inner > img {
  visibility: hidden;
}

#modal-crop .cropper-container img {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#modal-crop .cropper-container.inited img {
  opacity: 1;
}

.custom-modal-view .btn-fullscreen, .custom-modal-view .btn-screen {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 24px;
  line-height: 1;
  padding: 0.3rem 0.75rem;
}

.custom-modal-view .btn-add-selection {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 24px;
  line-height: 1;
  padding: 0.3rem 0.75rem;
}

.custom-modal-view .btn-add-selection.selected i.zmdi-plus-square:before {
  content: '\f272';
}

@media (max-width: 991px) {
  .custom-modal-view .btn-fullscreen, .custom-modal-view .btn-screen {
    display: none;
  }
}

.btn-screen {
  display: none;
}

.fullscreen .btn-screen {
  display: inline-block;
}

.fullscreen .btn-fullscreen {
  display: none;
}

.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-view-img .carousel-inner .page-preload {
  display: block;
  position: absolute;
}

.mfp-preloader:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3em;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  content: "\f110";
}

.mfp-arrow {
  position: fixed;
  width: 15px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #ffffff;
}

.mfp-arrow-left:before, .mfp-arrow-left:after, .mfp-arrow-right:before, .mfp-arrow-right:after {
  display: none;
}

.mfp-arrow-left, .mfp-arrow-right {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
}

.mfp-arrow-left:before, .mfp-arrow-right:before {
  display: block;
  border: none;
  position: static;
  margin: 0;
}

.mfp-arrow-left {
  left: 20px;
}

.mfp-arrow-left:before {
  content: "\f104";
}

@media (max-width: 543px) {
  .mfp-arrow-left {
    left: 0;
  }
}

.mfp-arrow-right {
  right: 20px;
}

.mfp-arrow-right:before {
  content: "\f105";
}

@media (max-width: 543px) {
  .mfp-arrow-right {
    right: 0;
  }
}

.accordion-result hr {
  margin-top: 0;
}

.accordion-result .accordion-arrow {
  color: #2b3d51;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-result .accordion-bar {
  padding: 20px;
  display: block;
}

.accordion-result .accordion-bar[aria-expanded="false"] .accordion-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 543px) {
  .accordion-result .accordion-bar {
    padding: 10px;
  }
}

.accordion-result .accordion-inner {
  padding: 0 20px 20px;
}

@media (max-width: 543px) {
  .accordion-result .accordion-inner {
    padding: 0 10px 10px;
  }
}

.accordion-result .accordion-head {
  color: #2b3d51;
  float: left;
}

@media (max-width: 543px) {
  .accordion-result .accordion-head {
    float: none;
    display: block;
  }
}

.accordion-result .files-found {
  color: #2b3d51;
  float: right;
}

.accordion-result .files-found > span {
  position: relative;
  padding: 0 10px;
}

.accordion-result .files-found > span + span:before {
  content: '|';
  position: absolute;
  left: -2px;
  top: 0;
  line-height: 1;
}

@media (max-width: 543px) {
  .accordion-result .files-found {
    float: none;
    display: block;
  }
  .accordion-result .files-found span:first-child {
    padding-left: 0;
  }
}

.owl-carousel .owl-next.disabled, .owl-carousel .workstream-inactive .owl-next.btn:not(.add-phase), .workstream-inactive .owl-carousel .owl-next.btn:not(.add-phase), .owl-carousel .owl-prev.disabled, .owl-carousel .workstream-inactive .owl-prev.btn:not(.add-phase), .workstream-inactive .owl-carousel .owl-prev.btn:not(.add-phase) {
  display: none;
}

.owl-carousel-search {
  text-align: center;
}

.owl-carousel-search .owl-stage-outer {
  text-align: left;
}

@media (max-width: 543px) {
  .owl-carousel-search {
    padding-bottom: 50px;
  }
}

.owl-carousel-search .breadcrumb {
  padding-top: 0.2rem;
  padding-bottom: 0;
}

.owl-carousel-search .search-page-item-inner {
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  padding: 10px;
}

.owl-carousel-search.search-nav {
  padding-bottom: 30px;
}

.owl-carousel-search .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .owl-carousel-search .row {
    display: block;
  }
}

.owl-carousel-mediabank {
  text-align: center;
}

.owl-carousel-mediabank .owl-stage-outer {
  text-align: left;
}

@media (max-width: 543px) {
  .owl-carousel-mediabank .owl-controls {
    display: none;
  }
}

.search-nav {
  padding: 0;
  padding-bottom: 70px;
}

@media (max-width: 543px) {
  .search-nav {
    padding-bottom: 0;
  }
}

.search-nav .owl-nav .owl-prev, .search-nav .owl-nav .owl-next {
  height: calc(100% - 70px);
}

@media (max-width: 543px) {
  .search-nav .owl-nav .owl-prev, .search-nav .owl-nav .owl-next {
    height: 100%;
  }
}

.search-nav .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.search-nav .owl-controls .owl-prev, .search-nav .owl-controls .owl-next {
  float: none;
  display: inline-block;
  color: #2b3d51;
}

.search-nav .owl-controls .owl-prev {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.search-nav .owl-controls .owl-next {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.search-nav .owl-dots {
  display: inline-block;
  text-align: center;
  counter-reset: dots;
}

.search-nav .owl-dots .owl-dot {
  color: #2b3d51;
  float: none;
  display: inline-block;
}

.search-nav .owl-dots .owl-dot span:before {
  counter-increment: dots;
  content: counter(dots);
}

.search-nav .owl-dots .owl-dot:hover {
  color: #039cfd;
}

.search-nav .owl-dots .owl-dot.active {
  background: #eceeef;
  color: #039cfd;
}

textarea.form-control {
  min-height: 150px;
}

textarea.form-control-textarea-sm {
  min-height: 75px;
}

.form-avatar {
  display: inline-block;
  background: #eceeef;
  color: #55595c;
  padding: 10px 20px;
}

.form-avatar:hover, .form-avatar:focus {
  color: #55595c;
}

.filter-disabled {
  position: relative;
}

.filter-disabled:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  cursor: not-allowed;
}

.filter-market .all + label {
  font-weight: bold;
}

.filter-market .row {
  font-size: 0;
}

.filter-market .col {
  font-size: 1rem;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.card-error {
  border-color: #ff5d48;
}

.two-auth-form {
  margin-top: 15px;
}

.two-auth-form .title {
  line-height: 26px;
  float: left;
  margin-right: 10px;
}

.two-auth-form .qr-code-container {
  margin: 10px auto 0;
  display: none;
}

.two-auth-form .save-authentication-code {
  display: none;
}

.two-auth-form .qr-code-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.two-auth-form .qr-code-image-container {
  width: 220px;
  min-height: 220px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-auth-form .qr-code-container .qr-code-image {
  display: none;
}

.two-auth-form .switch-checkbox small {
  width: 28px;
  height: 28px;
}

.external-event {
  cursor: default;
  border-radius: 0.25rem;
}

@media (max-width: 543px) {
  .fc-toolbar .fc-left, .fc-toolbar .fc-right, .fc-toolbar .fc-center {
    margin-bottom: 10px;
  }
}

.fc-scroller {
  height: auto !important;
}

.fc-icon-left-single-arrow:after, .fc-icon-right-single-arrow:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-left-single-arrow:after {
  content: "\f104";
}

.fc-icon-right-single-arrow:after {
  content: "\f105";
}

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

.checkbox-calendar label {
  display: block;
}

.comments {
  margin-bottom: 20px;
}

.comments .card-box {
  padding: 10px;
  margin-bottom: 0;
}

.comments .comment {
  margin-top: 5px;
}

.comments .comment .comment {
  margin-left: 60px;
}

@media (max-width: 543px) {
  .comments .comment .comment {
    margin-left: 0;
  }
}

.comments .comment-avatar {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
}

@media (max-width: 543px) {
  .comments .comment-avatar {
    width: 30px;
    height: 30px;
  }
}

.comments .comment-avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.comments .comment-avatar-female {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
}

.comments .comment-avatar-female:before {
  font-family: 'simple-line-icons';
  content: "\e000";
}

@media (max-width: 543px) {
  .comments .comment-avatar-female {
    line-height: 30px;
    font-size: 16px;
  }
}

.comments .comment-avatar-male {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
}

.comments .comment-avatar-male:before {
  font-family: 'simple-line-icons';
  content: "\e005";
}

@media (max-width: 543px) {
  .comments .comment-avatar-male {
    line-height: 30px;
    font-size: 16px;
  }
}

.comments .comment-content {
  margin-left: 60px;
}

@media (max-width: 543px) {
  .comments .comment-content {
    margin-left: 40px;
  }
}

.comments .comment-textarea {
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  min-height: 65px;
  padding: 10px;
}

.comments .comment-textarea:focus {
  outline: none;
}

.comments .comment-textarea::-webkit-input-placeholder {
  color: #2b3d51;
}

.comments .comment-textarea:-ms-input-placeholder {
  color: #2b3d51;
}

.comments .comment-textarea::placeholder {
  color: #2b3d51;
}

.comments .comment-wrapper p {
  -ms-word-break: break-all;
  overflow-wrap: break-word;
}

.comments .comment-indicate {
  -webkit-animation: colorchange 2s;
  animation: colorchange 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.comments .textarea-wrapper {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.comments .textarea-wrapper:after, .comments .textarea-wrapper:before {
  right: 100%;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.comments .textarea-wrapper:after {
  border-right-color: #ffffff;
  border-width: 7px;
  margin-top: -7px;
}

.comments .textarea-wrapper:before {
  border-right-color: #e5e5e5;
  border-width: 8px;
  margin-top: -8px;
}

.comments .textarea-wrapper.parsley-error:before {
  border-right-color: #ff5d48;
}

.comments-buttons {
  margin-top: 5px;
}

@media (max-width: 543px) {
  .comments-buttons .btn {
    padding: 0.375rem 0.65rem;
  }
}

.comments-buttons .dropdown-toggle {
  margin-top: 5px;
}

.comments .dropdown-menu {
  border-color: #e5e5e5;
}

.comments .dropdown-lg {
  width: 230px;
}

@media (max-width: 543px) {
  .comments .dropdown-lg {
    width: 190px;
  }
}

.comments hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.comments-task {
  margin-bottom: 0;
}

.comments-task .textarea-wrapper {
  border-radius: 0.25rem;
}

.comments-task .textarea-wrapper:before, .comments-task .textarea-wrapper:after {
  display: none;
}

.comments .dropdown-arrow:before, .comments .dropdown-arrow:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  border-bottom: 10px solid #fff;
}

.comments .dropdown-arrow:after {
  top: -11px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  border-left: 10px solid transparent;
  position: absolute;
  display: inline-block;
  content: '';
  z-index: -1;
}

.dropdown-search .form-search, .dropdown-user .form-search {
  margin-top: 0;
  position: relative;
}

.dropdown-search .form-search .form-control, .dropdown-user .form-search .form-control {
  padding-right: 40px;
}

.dropdown-search .form-search .form-search-icon, .dropdown-user .form-search .form-search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  color: #ccc;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: default;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 2px 10px;
}

.dropdown-search .form-search .form-search-icon i, .dropdown-user .form-search .form-search-icon i {
  font-size: 18px;
  line-height: 27px;
}

@media (max-width: 543px) {
  .dropdown-search .form-search .form-search-icon i, .dropdown-user .form-search .form-search-icon i {
    font-size: 16px;
    line-height: 12px;
  }
}

.small-icon .comment-avatar-female {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 31px;
  font-size: 17px;
  width: 32px;
  height: 32px;
}

.small-icon .comment-avatar-male {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 31px;
  font-size: 17px;
  width: 32px;
  height: 32px;
}

.large-icon .comment-avatar-female {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 80px;
  font-size: 44px;
  width: 80px;
  height: 80px;
}

.large-icon .comment-avatar-male {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 80px;
  font-size: 44px;
  width: 80px;
  height: 80px;
}

.dropdown-assets.dropdown-comment .dropdown-content .dropdown-content-title {
  margin-bottom: 0;
}

.dropdown-assets.dropdown-comment .dropdown-content p {
  margin-bottom: 0;
}

.dropdown-assets .file-type > span {
  font-size: 10px;
}

.popover-title, .dropdown-popover-head, .bw-popover-title {
  display: none;
}

.popover-avatar {
  width: 30px;
  height: 30px;
  float: left;
}

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

.popover-content, .bw-popover-content {
  padding: 5px;
}

.popover-body {
  margin-left: 35px;
}

.popover-body h6 {
  margin-bottom: 0;
  font-size: 12px;
}

.popover-body p {
  margin-bottom: 0;
  font-size: 10px;
}

.popover-link {
  color: #2b3d51;
  border-bottom: 1px dashed #2b3d51;
}

.popover-link:hover {
  color: #2b3d51;
  border-bottom-color: transparent;
}

.popover-with-title .popover-title, .popover-with-title .dropdown-popover-head, .popover-with-title .bw-popover-title {
  display: block;
}

.popover-with-title .popover-inner {
  padding: 10px;
}

.popover-with-title .popover-inner hr {
  margin-top: 7px;
  margin-bottom: 7px;
}

.popover-with-title .popover-inner .market-img {
  display: block;
  width: auto;
  color: #2b3d51;
}

.popover-with-title .popover-inner .market-img img {
  width: 20px;
  height: 20px;
}

.popover-with-title .popover-inner .market-img + .market-img {
  margin-left: 0;
}

.popover-with-title .popover-inner .market-img span {
  display: inline-block;
  vertical-align: middle;
}

.popover-with-title .popover-inner .markets-countries:not(:first-child) {
  padding-top: 10px;
  display: inline-block;
}

.popover-markets .popover-inner {
  height: 100px;
  overflow-y: auto;
}

.ccm-ui .popover, .ccm-ui .bw-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
}

.ccm-ui .popover.top, .ccm-ui .top.bw-popover, .ccm-ui .popover.bs-tether-element-attached-bottom, .ccm-ui .bs-tether-element-attached-bottom.bw-popover {
  margin-top: -10px;
}

.ccm-ui .popover.top .arrow, .ccm-ui .top.bw-popover .arrow, .ccm-ui .popover.bs-tether-element-attached-bottom .arrow, .ccm-ui .bs-tether-element-attached-bottom.bw-popover .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #e5e5e5;
  border-bottom-width: 0;
}

.ccm-ui .popover.top .arrow::after, .ccm-ui .top.bw-popover .arrow::after, .ccm-ui .popover.bs-tether-element-attached-bottom .arrow::after, .ccm-ui .bs-tether-element-attached-bottom.bw-popover .arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.ccm-ui .popover.right, .ccm-ui .right.bw-popover, .ccm-ui .popover.bs-tether-element-attached-left, .ccm-ui .bs-tether-element-attached-left.bw-popover {
  margin-left: 10px;
}

.ccm-ui .popover.right .arrow, .ccm-ui .right.bw-popover .arrow, .ccm-ui .popover.bs-tether-element-attached-left .arrow, .ccm-ui .bs-tether-element-attached-left.bw-popover .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #e5e5e5;
  border-left-width: 0;
}

.ccm-ui .popover.right .arrow::after, .ccm-ui .right.bw-popover .arrow::after, .ccm-ui .popover.bs-tether-element-attached-left .arrow::after, .ccm-ui .bs-tether-element-attached-left.bw-popover .arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

.ccm-ui .popover.bottom, .ccm-ui .bottom.bw-popover, .ccm-ui .popover.bs-tether-element-attached-top, .ccm-ui .bs-tether-element-attached-top.bw-popover {
  margin-top: 10px;
}

.ccm-ui .popover.bottom .popover-arrow, .ccm-ui .bottom.bw-popover .popover-arrow, .ccm-ui .popover.bottom .bw-popover-arrow, .ccm-ui .bottom.bw-popover .bw-popover-arrow, .ccm-ui .popover.bs-tether-element-attached-top .popover-arrow, .ccm-ui .bs-tether-element-attached-top.bw-popover .popover-arrow, .ccm-ui .popover.bs-tether-element-attached-top .bw-popover-arrow, .ccm-ui .bs-tether-element-attached-top.bw-popover .bw-popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #e5e5e5;
}

.ccm-ui .popover.bottom .popover-arrow::after, .ccm-ui .bottom.bw-popover .popover-arrow::after, .ccm-ui .popover.bottom .bw-popover-arrow::after, .ccm-ui .bottom.bw-popover .bw-popover-arrow::after, .ccm-ui .popover.bs-tether-element-attached-top .popover-arrow::after, .ccm-ui .bs-tether-element-attached-top.bw-popover .popover-arrow::after, .ccm-ui .popover.bs-tether-element-attached-top .bw-popover-arrow::after, .ccm-ui .bs-tether-element-attached-top.bw-popover .bw-popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.ccm-ui .popover.left, .ccm-ui .left.bw-popover, .ccm-ui .popover.bs-tether-element-attached-right, .ccm-ui .bs-tether-element-attached-right.bw-popover {
  margin-left: -10px;
}

.ccm-ui .popover.left .arrow, .ccm-ui .left.bw-popover .arrow, .ccm-ui .popover.bs-tether-element-attached-right .arrow, .ccm-ui .bs-tether-element-attached-right.bw-popover .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #e5e5e5;
}

.ccm-ui .popover.left .arrow::after, .ccm-ui .left.bw-popover .arrow::after, .ccm-ui .popover.bs-tether-element-attached-right .arrow::after, .ccm-ui .bs-tether-element-attached-right.bw-popover .arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.ccm-ui .popover-title, .ccm-ui .dropdown-popover-head, .ccm-ui .bw-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0;
}

.ccm-ui .popover-content, .ccm-ui .bw-popover-content {
  padding: 9px 14px;
}

.ccm-ui .arrow, .ccm-ui .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.ccm-ui .arrow {
  border-width: 11px;
}

.ccm-ui .arrow::after {
  content: "";
  border-width: 10px;
}

.ccm-ui .popover.top .arrow, .ccm-ui .top.bw-popover .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #e5e5e5;
  border-bottom-width: 0;
}

.ccm-ui .popover.top .arrow:after, .ccm-ui .top.bw-popover .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.comments-sm .comments-buttons .dropdown-toggle {
  margin-top: 0;
}

.comments-sm a.btn, .comments-sm button.btn {
  margin-bottom: 5px;
}

@media (max-width: 543px) {
  .comments-sm .comments-buttons .dropdown-toggle {
    margin-top: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .comments-sm {
    margin: 0 -10px;
  }
  .comments-sm .comment-avatar {
    width: 30px;
    height: 30px;
  }
  .comments-sm .comment-avatar-female, .comments-sm .comment-avatar-male {
    line-height: 30px;
    font-size: 16px;
  }
  .comments-sm .comment-content {
    margin-left: 40px;
  }
  .comments-sm .comment .comment {
    margin-left: 0;
  }
  .comments-sm .comments-buttons .pull-left, .comments-sm .comments-buttons .pull-right {
    float: none;
  }
  .comments-sm .comments-buttons a.btn {
    min-width: 85px;
    margin-bottom: 5px;
  }
  .comments-sm .comment-textarea {
    min-height: 80px;
    padding: 5px 10px;
  }
}

@media (max-width: 543px) {
  .comments-sm .comments-buttons a.btn {
    margin-bottom: 5px;
  }
}

.nicescroll-rails {
  padding-right: 3px;
}

.dropdown-comment .nicescroll-rails-vr {
  display: block !important;
  opacity: 1 !important;
  right: 0 !important;
  left: auto !important;
}

.dropdown-comment {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 12px 0 0;
}

.dropdown-comment .dropdown-content {
  margin-left: 10px;
  margin-top: 5px;
  display: inline-block;
}

.dropdown-comment .dropdown-content .dropdown-content-title {
  font-size: 12px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
  white-space: nowrap;
}

@media (max-width: 543px) {
  .dropdown-comment .dropdown-content .dropdown-content-title {
    width: 100px;
  }
}

.dropdown-comment .dropdown-content p {
  font-size: 10px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
  white-space: nowrap;
}

@media (max-width: 543px) {
  .dropdown-comment .dropdown-content p {
    width: 100px;
  }
}

.dropdown-comment .dropdown-content-sm {
  margin-top: 1px;
}

.dropdown-comment .dropdown-content-sm .dropdown-content-title {
  margin-bottom: 0;
}

.dropdown-comment .dropdown-content-sm p {
  margin-bottom: 0;
}

.dropdown-comment .dropdown-search {
  padding: 3px 10px;
}

.dropdown-comment .dropdown-item {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px;
  margin: 3px 10px;
  width: auto;
  position: relative;
  white-space: normal;
}

.dropdown-comment .dropdown-item:hover {
  border-color: #039cfd;
  background: #e5f5fe;
}

.dropdown-comment .dropdown-item:hover .dropdown-checkbox {
  display: block;
}

.dropdown-comment .dropdown-item .dropdown-checkbox {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
}

.dropdown-comment .dropdown-item .dropdown-checkbox label {
  height: 17px;
  padding-left: 0;
  width: 0;
}

.dropdown-comment .dropdown-item-checked {
  border-color: #039cfd;
  background: #e5f5fe;
}

.dropdown-comment .dropdown-item-checked .dropdown-checkbox {
  display: block;
}

.dropdown-avatar {
  width: 30px;
  height: 30px;
  border-radius: 0.25rem;
  float: left;
}

.dropdown-avatar-lg {
  width: 50px;
  height: 50px;
  border-radius: 0;
}

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

.dropdown-avatar-female {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

.dropdown-avatar-female:before {
  font-family: 'simple-line-icons';
  content: "\e000";
}

@media (max-width: 543px) {
  .dropdown-avatar-female {
    line-height: 30px;
    font-size: 16px;
  }
}

.dropdown-avatar-male {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

.dropdown-avatar-male:before {
  font-family: 'simple-line-icons';
  content: "\e005";
}

.jumbotron-custom {
  min-height: 500px;
  padding: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 0;
}

@media (max-width: 543px) {
  .jumbotron-custom {
    min-height: 300px;
  }
}

.jumbotron-title, .card-title-overlay {
  margin-bottom: 0;
  position: absolute;
}

.jumbotron-title-center, .card-title-overlay-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 543px) {
  .jumbotron-title-center, .card-title-overlay-center {
    left: 10px;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.jumbotron-title-top-left, .card-title-overlay-top-left {
  left: 20px;
  top: 20px;
}

.jumbotron-title-top-center, .card-title-overlay-top-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20px;
}

.jumbotron-title-top-right, .card-title-overlay-top-right {
  right: 20px;
  top: 20px;
}

.jumbotron-title-bottom-left, .card-title-overlay-bottom-left {
  left: 20px;
  bottom: 20px;
}

.jumbotron-title-bottom-right, .card-title-overlay-bottom-right {
  right: 20px;
  bottom: 20px;
}

.file-type {
  font-size: 0;
}

.file-type > span {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.file-type > span:not(:last-child) {
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
}

.file-type > span:not(:last-child):before {
  content: '|';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.file-type a {
  color: #2b3d51;
}

.file-type a:hover, .file-type a:focus {
  color: #2b3d51;
}

.discuss a {
  color: #2b3d51;
}

.discuss a:hover {
  color: #2b3d51;
}

.discuss-btns .btn-icon {
  font-size: 1rem;
}

.discuss-comment .comment-avatar {
  width: 80px;
  height: 80px;
}

@media (max-width: 543px) {
  .discuss-comment .comment-avatar {
    margin-right: 10px;
  }
}

.discuss-comment .comment-content {
  margin-left: 90px;
}

@media (max-width: 543px) {
  .discuss-comment .comment-content {
    margin-left: 0;
  }
}

.discuss-comment-right .comment-avatar {
  margin-left: 10px;
  float: right;
}

.discuss-comment-right .comment-content {
  margin-left: 0;
}

.discuss-comment-inner {
  margin-left: 40px;
}

@media (max-width: 543px) {
  .discuss-comment-inner {
    margin-left: 0;
  }
}

.btn-plane {
  font-size: 1rem;
}

.d-block {
  display: block;
}

div.dataTables_filter label {
  width: 100%;
  position: relative;
}

div.dataTables_filter input {
  width: 100% !important;
  margin-left: 0 !important;
}

div.dataTables_filter span.btn {
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3px 10px;
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 767px) {
  div.dataTables_wrapper .col-md-4 {
    text-align: center;
  }
}

div.dataTables_wrapper .table-responsive table {
  min-width: 800px;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 7px;
}

div.dataTables_length {
  display: inline-block;
  border: 1px solid #ccc;
  padding-left: 8px;
  padding-right: 8px;
  background: #fff;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}

div.dataTables_length label {
  margin-bottom: 0;
}

div.dataTables_length select {
  width: 105px !important;
  display: inline-block;
  vertical-align: baseline !important;
}

div.dataTables_length .c-select {
  border: none;
}

div.dataTables_paginate .page-item .page-link, div.dataTables_paginate .page-item .slide-version-control .slide-version-prev, .slide-version-control div.dataTables_paginate .page-item .slide-version-prev, div.dataTables_paginate .page-item .slide-version-control .slide-version-next, .slide-version-control div.dataTables_paginate .page-item .slide-version-next, div.dataTables_paginate .page-item .search-nav .owl-controls .owl-prev, .search-nav .owl-controls div.dataTables_paginate .page-item .owl-prev, div.dataTables_paginate .page-item .search-nav .owl-controls .owl-next, .search-nav .owl-controls div.dataTables_paginate .page-item .owl-next, div.dataTables_paginate .page-item .search-nav .owl-dots .owl-dot, .search-nav .owl-dots div.dataTables_paginate .page-item .owl-dot {
  color: #2b3d51;
}

div.dataTables_paginate .page-item.active .page-link, div.dataTables_paginate .page-item.active .slide-version-control .slide-version-prev, .slide-version-control div.dataTables_paginate .page-item.active .slide-version-prev, div.dataTables_paginate .page-item.active .slide-version-control .slide-version-next, .slide-version-control div.dataTables_paginate .page-item.active .slide-version-next, div.dataTables_paginate .page-item.active .search-nav .owl-controls .owl-prev, .search-nav .owl-controls div.dataTables_paginate .page-item.active .owl-prev, div.dataTables_paginate .page-item.active .search-nav .owl-controls .owl-next, .search-nav .owl-controls div.dataTables_paginate .page-item.active .owl-next, div.dataTables_paginate .page-item.active .search-nav .owl-dots .owl-dot, .search-nav .owl-dots div.dataTables_paginate .page-item.active .owl-dot {
  background: #eceeef;
  color: #039cfd;
  border-color: #ddd;
}

div.dataTables_paginate .previous .page-link:before, div.dataTables_paginate .previous .slide-version-control .slide-version-prev:before, .slide-version-control div.dataTables_paginate .previous .slide-version-prev:before, div.dataTables_paginate .previous .slide-version-control .slide-version-next:before, .slide-version-control div.dataTables_paginate .previous .slide-version-next:before, div.dataTables_paginate .previous .search-nav .owl-controls .owl-prev:before, .search-nav .owl-controls div.dataTables_paginate .previous .owl-prev:before, div.dataTables_paginate .previous .search-nav .owl-controls .owl-next:before, .search-nav .owl-controls div.dataTables_paginate .previous .owl-next:before, div.dataTables_paginate .previous .search-nav .owl-dots .owl-dot:before, .search-nav .owl-dots div.dataTables_paginate .previous .owl-dot:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
}

div.dataTables_paginate .next .page-link:before, div.dataTables_paginate .next .slide-version-control .slide-version-prev:before, .slide-version-control div.dataTables_paginate .next .slide-version-prev:before, div.dataTables_paginate .next .slide-version-control .slide-version-next:before, .slide-version-control div.dataTables_paginate .next .slide-version-next:before, div.dataTables_paginate .next .search-nav .owl-controls .owl-prev:before, .search-nav .owl-controls div.dataTables_paginate .next .owl-prev:before, div.dataTables_paginate .next .search-nav .owl-controls .owl-next:before, .search-nav .owl-controls div.dataTables_paginate .next .owl-next:before, div.dataTables_paginate .next .search-nav .owl-dots .owl-dot:before, .search-nav .owl-dots div.dataTables_paginate .next .owl-dot:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}

div.dataTables_wrapper div.dataTables_paginate {
  text-align: center;
  margin-top: 30px;
}

.accordion-content .card-header {
  padding: 0;
}

.accordion-content .card-header .accordion-arrow {
  float: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-content .card-header a {
  display: block;
  padding: 0.75rem 1.25rem;
}

.accordion-content .card-header a::after {
  content: "";
  display: table;
  clear: both;
}

.accordion-content .card-header a[aria-expanded="false"] .accordion-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 543px) {
  .accordion-content .card-header a {
    padding: 0.75rem 0.75rem;
  }
}

.card-full-image, .card-hero-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.card-hero-image {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.card-hero-image.card-overlay {
  position: relative;
  z-index: 1;
}

.card-hero-image.card-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-hero-image .card-center {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.card-hero-image .card-center .btn {
  white-space: normal;
}

.card-hero-image .card-inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .card-hero-image .card-inner {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }
}

.card-inverse .card-title, .card-inverse p {
  color: #ffffff;
}

.card-overlay-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.horizontal .card-full-image {
  height: 500px;
  height: calc(100vh - 100px);
}

@media (max-width: 991px) {
  .horizontal .card-full-image {
    height: calc(100vh - 60px);
  }
}

.vertical .card-full-image {
  height: 500px;
  height: calc(100vh - 70px);
}

@media (max-width: 991px) {
  .vertical .card-full-image {
    height: calc(100vh - 60px);
  }
}

.carousel-main-disabled .carousel-indicators, .carousel-main-disabled .carousel-control {
  display: none;
}

.carousel-main .carousel-inner, .card-hero-image .carousel-inner {
  height: 100%;
}

.carousel-main .carousel-caption, .card-hero-image .carousel-caption {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2b3d51;
  text-shadow: none;
}

.carousel-main .carousel-item, .card-hero-image .carousel-item {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-main .carousel-indicators li, .card-hero-image .carousel-indicators li {
  border: 2px solid #2b3d51;
}

.carousel-main .carousel-indicators .active, .card-hero-image .carousel-indicators .active {
  background-color: #2b3d51;
}

.carousel-main.carousel-main-overlay .carousel-caption, .carousel-main-overlay.card-hero-image .carousel-caption {
  color: #fff;
}

.carousel-main.carousel-main-overlay .carousel-item:before, .carousel-main-overlay.card-hero-image .carousel-item:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.horizontal .carousel-main, .horizontal .card-hero-image {
  height: 500px;
  height: calc(65vh - 100px);
}

@media (max-width: 991px) {
  .horizontal .carousel-main, .horizontal .card-hero-image {
    height: calc(65vh - 60px);
  }
}

@media (max-width: 543px) {
  .horizontal .carousel-main, .horizontal .card-hero-image {
    height: calc(75vh - 60px);
  }
  .horizontal .carousel-main .carousel-indicators, .horizontal .card-hero-image .carousel-indicators {
    bottom: 0;
  }
}

.vertical .carousel-main, .vertical .card-hero-image {
  height: 500px;
  height: calc(65vh - 70px);
}

@media (max-width: 991px) {
  .vertical .carousel-main, .vertical .card-hero-image {
    height: calc(65vh - 60px);
  }
}

@media (max-width: 543px) {
  .vertical .carousel-main, .vertical .card-hero-image {
    height: calc(75vh - 60px);
  }
  .vertical .carousel-main .carousel-indicators, .vertical .card-hero-image .carousel-indicators {
    bottom: 0;
  }
}

.list-brand {
  font-size: 0;
}

.list-brand li {
  display: inline-block;
  vertical-align: middle;
  width: 12.5%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .list-brand li {
    width: 25%;
  }
}

.list-brand li.locked .list-brand-item:after {
  font-family: 'FontAwesome';
  content: '\f023';
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  font-size: 16px;
  z-index: 2;
  cursor: not-allowed;
  background: #039cfd;
  line-height: 1;
  padding: 2px 6px;
  border-radius: 0.25rem;
}

@media (max-width: 543px) {
  .list-brand li.locked .list-brand-item:after {
    top: 3px;
    left: 3px;
    font-size: 10px;
    padding: 2px 4px;
  }
}

.list-brand li.locked .list-brand-item:before {
  border: 1px solid #039cfd;
  background: rgba(3, 156, 253, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: not-allowed;
}

.list-brand .list-brand-item {
  display: block;
  background: #fff;
  padding: 10px;
  position: relative;
  text-align: center;
}

.list-brand .list-brand-item:before {
  content: '';
  border: 1px solid transparent;
}

.list-brand a {
  display: block;
}

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

.figure {
  max-width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.figure.display-block img {
  width: 100%;
}

.figure-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.figure-caption-text {
  display: block;
  font-size: 100%;
  color: #2b3d51;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}

.figure-img {
  margin-bottom: 0;
}

.figure-cross {
  position: relative;
}

.figure-cross svg {
  stroke-width: 3;
  color: #ff5d48;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.figure img {
  max-width: 100%;
}

@media (max-width: 543px) {
  .icons-btns .btn span {
    display: none;
  }
}

.icons-btns-lg .btn {
  margin-right: 5px;
  margin-bottom: 5px;
}

.icons-btns .btn-group > .btn:last-child:not(:first-child), .icons-btns .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.icons-btns .btn-group > .btn:last-child:not(:first-child), .icons-btns .btn-group > .dropdown-toggle:not(:first-child) .btn-top-action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.icons-btns .btn-group .dropdown-backdrop {
  display: none;
}

.fullscreen-btns {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 991px) {
  .fullscreen-btns {
    display: none;
  }
}

.embed-fullscreen {
  background: #fff;
}

.embed-fullscreen .callback {
  display: block;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#bw_tree {
  position: relative;
  top: 0;
  left: 10px;
  display: none;
  text-align: left;
  z-index: 10;
  float: left;
  max-height: 100%;
  overflow: auto;
}

#bw_tree.show, #objectname.show {
  display: block;
}

#webglcanvas {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

#objectname {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 45px 10px 10px;
  width: 65%;
  height: 40px;
  line-height: 18px;
  border: solid 1px black;
  border-radius: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 991px) {
  #objectname {
    display: none;
  }
}

.scroll-tree {
  position: absolute;
  bottom: 0;
  top: 45px;
  width: 100%;
}

ul.dynatree-container {
  border: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.25rem;
}

ul.dynatree-container ul {
  padding: 0 0 0 21px;
}

span.dynatree-selected a {
  color: #2b3d51;
  font-style: normal;
}

span.dynatree-folder a {
  font-weight: normal;
}

span.dynatree-expander {
  font-size: 14px;
  margin-top: 2px;
  color: #2b3d51;
  line-height: 1;
}

span.dynatree-expander:before {
  font: normal normal normal 14px/1 'FontAwesome';
  content: "\f196";
}

span.dynatree-checkbox {
  margin-right: 5px;
  background: none;
  position: relative;
}

span.dynatree-checkbox:before {
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid rgba(43, 61, 81, 0.5);
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  outline: none !important;
}

.dynatree-selected span.dynatree-checkbox:before {
  content: '\f26b';
  font-family: 'Material-Design-Iconic-Font';
  font-weight: bold;
  background: #039cfd;
  color: #fff;
  border-color: #039cfd;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  position: absolute;
  top: 0;
}

.dynatree-exp-el span.dynatree-expander, .dynatree-exp-edl span.dynatree-expander {
  line-height: 1;
}

.dynatree-exp-el span.dynatree-expander:before, .dynatree-exp-edl span.dynatree-expander:before {
  font: normal normal normal 14px/1 'FontAwesome';
  content: "\f147";
}

span.dynatree-icon {
  background: none;
  font-size: 14px;
  line-height: 1;
  color: #2b3d51;
}

span.dynatree-icon:before {
  font: normal normal normal 14px/1 'FontAwesome';
  content: "\f15b";
}

.dynatree-ico-cf span.dynatree-icon {
  background: none;
  line-height: 1;
  color: #2b3d51;
  font-size: 18px;
}

.dynatree-ico-cf span.dynatree-icon:before {
  font: normal normal normal 14px/1 'FontAwesome';
  content: "\f07b";
}

.dynatree-ico-ef span.dynatree-icon {
  background: none;
  line-height: 1;
  color: #2b3d51;
  font-size: 18px;
}

.dynatree-ico-ef span.dynatree-icon:before {
  font: normal normal normal 14px/1 'FontAwesome';
  content: "\f07c";
}

.spinner {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.spinner-light .fa-spinner {
  color: #2b3d51;
}

.loading .spinner {
  display: block;
}

.loading .page-preload {
  position: absolute;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 1000;
}

.download-list-box {
  font-size: 0;
  margin: 0 -5px;
}

.download-list-box .download-list-item {
  border: 1px solid #e5e5e5;
  padding: 10px 10px 40px;
  margin-bottom: 10px;
  position: relative;
}

.download-list-box .download-list-item::after {
  content: "";
  display: table;
  clear: both;
}

.download-list-box .download-list-title {
  margin-bottom: 10px;
}

.download-list-box .image-file-icon, .download-list-box .image {
  margin-right: 15px;
}

.download-list-box .buttons {
  float: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding-left: 0;
}

.download-list-box .download-content {
  line-height: 1.2;
  -ms-word-break: break-all;
  overflow-wrap: break-word;
}

.download-list-box li {
  padding: 0 5px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .download-list-box li {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .download-list-box li {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .download-list-box li {
    width: 50%;
  }
}

@media (max-width: 543px) {
  .download-list-box li {
    width: 100%;
  }
}

.download-list-box-collayout li {
  width: 25%;
}

@media (max-width: 1199px) {
  .download-list-box-collayout li {
    width: 25%;
  }
}

@media (max-width: 1199px) {
  .download-list-box-collayout li {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .download-list-box-collayout li {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .download-list-box-collayout li {
    width: 50%;
  }
}

@media (max-width: 543px) {
  .download-list-box-collayout li {
    width: 100%;
  }
}

.contact-card {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  padding: 10px;
  display: inline-block;
}

.contact-card-wrapper {
  font-size: 0;
  margin: 0 -5px;
}

.contact-card-wrapper .contact-col {
  padding: 0 5px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 991px) {
  .contact-card-wrapper .contact-col {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .contact-card-wrapper .contact-col {
    width: 50%;
  }
}

@media (max-width: 543px) {
  .contact-card-wrapper .contact-col {
    width: 100%;
  }
}

.contact-card-wrapper .contact-card {
  display: block;
  margin-bottom: 10px;
}

.contact-card-wrapper .card-mail {
  -ms-word-break: break-all;
  overflow-wrap: break-word;
}

.contact-card::after {
  content: "";
  display: table;
  clear: both;
}

.contact-card-img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.contact-card-img img {
  width: 100%;
  border-radius: 0.25rem;
}

.contact-card-user {
  display: block;
}

.contact-card-user .contact-card-img {
  border-radius: 50%;
}

.contact-card-user .contact-card-img img {
  border-radius: 50%;
}

.contact-card-user .contact-card-info > span {
  display: block;
}

.contact-card-user .contact-card-info .contact-card-info-title {
  float: left;
  margin-right: 5px;
}

@media (max-width: 543px) {
  .contact-card-user .contact-card-img {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 543px) {
  .contact-card-user .file-type {
    clear: both;
  }
}

.contact-card-user .contact-card-content {
  padding-left: 90px;
}

@media (max-width: 543px) {
  .contact-card-user .contact-card-content {
    padding-left: 0;
  }
}

.contact-card-user .contact-card-info {
  clear: both;
}

.large-icon .comment-avatar-female {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 80px;
  font-size: 44px;
  width: 80px;
  height: 80px;
}

.large-icon .comment-avatar-male {
  background: #eceeef;
  color: #2b3d51;
  text-align: center;
  line-height: 80px;
  font-size: 44px;
  width: 80px;
  height: 80px;
}

.item-user {
  border: 1px solid #f7f7f9;
  border-radius: 0.25rem;
  padding: 10px;
}

.item-user .contact-card {
  border: none;
  padding: 0;
}

.filter-selected, .contact-selected {
  display: none;
  padding: 10px 20px 0;
}

.filter-selected.active, .contact-selected.active {
  display: block;
}

.filter-selected .items-holder {
  display: flex;
}

.contact-selected .items-holder {
  display: inline-block;
}

.filter-selected .btn-filter-icon, .contact-selected .btn-filter-icon {
  margin-top: 0;
  float: right;
}

.filter-selected .selected-item, .contact-selected .selected-item {
  display: inline-block;
  border-bottom: none;
  border-radius: 4px;
  border: 1px solid #eceeef;
  margin-right: 6px;
  padding: 5px 15px 7px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.filter-selected .selected-item-delete, .contact-selected .selected-item-delete {
  margin-left: 5px;
  color: #818a91;
  cursor: pointer;
}

.filter-selected .selected-item .selected-item-delete {
  color: #ffffff;
}

.brand-bg {
  background: #fdd5cc;
  color: #2b3d51;
}

.market-bg {
  background: #fdf8cc;
  color: #2b3d51;
}

.win-bg {
  background: #cefdcc;
  color: #2b3d51;
}

.type-bg {
  background: rgba(3, 156, 253, 0.3);
  color: #2b3d51;
}

.status-bg {
  background: rgba(61, 185, 220, 0.3);
  color: #2b3d51;
}

.orange-bg {
  background: #fed4bc;
  color: #2b3d51;
}

.green-bg {
  background: #bbefda;
  color: #2b3d51;
}

.blue-bg {
  background: #c0d4f7;
  color: #2b3d51;
}

.updates-wrapper .card-title {
  max-height: 58px;
  overflow: hidden;
}

.updates-wrapper .card-title a {
  color: #039cfd;
}

.updates-wrapper .card-img-holder {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.updates-wrapper .card-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.updates-wrapper .card-icon-like:before {
  content: "\f164";
}

.updates-wrapper .card-icon-comment:before {
  content: "\f075";
}

.updates-wrapper .card-type a {
  color: #2b3d51;
}

.updates-wrapper .card-type a:hover, .updates-wrapper .card-type a:focus {
  color: #2b3d51;
}

.updates-wrapper .card-type a:first-child {
  margin-right: 5px;
}

.updates-wrapper .card-type .item-type {
  position: relative;
  padding-right: 7px;
  margin-right: 7px;
}

.updates-wrapper .card-type .item-type:before {
  color: #2b3d51;
  content: '|';
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

.updates-wrapper-overlay .card {
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}

.updates-wrapper-overlay .card:hover {
  border-color: #039cfd;
}

.updates-wrapper-overlay .card:hover .card-overlay {
  opacity: 1;
  visibility: visible;
}

.updates-wrapper-overlay .card-img-holder {
  position: relative;
  display: block;
  cursor: pointer;
}

.updates-wrapper-overlay .card-overlay {
  position: absolute;
  background: rgba(3, 156, 253, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 1;
}

.updates-wrapper-overlay .card-overlay .card-overlay-buttons {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.updates-wrapper-overlay .card-overlay .card-overlay-buttons .btn-icon {
  padding: 5px 8px;
  font-size: 22px;
  min-height: 34px;
}

.updates-wrapper-overlay .card-overlay .card-overlay-buttons .btn-icon-share {
  font-size: 18px;
  line-height: 22px;
}

.updates-wrapper .card-label .new-label-wrapper {
  position: absolute;
  top: 5px;
  left: 10px;
}

.new-label-orange {
  background: #fed4bc;
  color: #2b3d51;
}

.new-label-green {
  background: #bbefda;
  color: #2b3d51;
}

.new-label-blue {
  background: #c0d4f7;
  color: #2b3d51;
}

.updates-wrapper-community .card {
  text-align: center;
}

.updates-wrapper-community .card-img {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-top: 1.25rem;
  border-radius: 50%;
}

.updates-wrapper-community .card-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
}

.updates-wrapper-community .card-btns {
  margin-top: 10px;
  display: inline-block;
}

.updates-wrapper-community .card-btns .card-btn {
  text-align: left;
}

.updates-wrapper-community .card-btns .card-btn span {
  margin-right: 5px;
}

.updates-wrapper-community .card-btns .card-btn a {
  color: #2b3d51;
}

.page-info {
  margin-bottom: 10px;
}

.page-info div {
  display: inline-block;
  vertical-align: middle;
}

.spin-wrapper {
  text-align: center;
  margin-top: 34px;
}

.custom-filter-row {
  font-size: 0;
  margin: 0 -10px;
}

.custom-filter-row .custom-filter-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 1rem;
  padding: 0 10px;
}

.trumbowyg-wrap .trumbowyg-box {
  margin-top: 0;
  margin-bottom: 0;
}

#menuBarDiv {
  padding: 0;
}

#menuBarDiv a {
  color: #2b3d51;
}

#menuBarDiv, #statusbar {
  background-image: none;
}

.Editor-editor:focus {
  outline: none;
}

#ascrail2000, .nicescroll-rails-vr {
  display: block !important;
  opacity: 1 !important;
}

.dropdown-contacts .form-search {
  margin-top: 0;
}

.dropdown-contacts .dropdown-comment {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 1px solid #e5e5e5;
  padding: 8px 0;
  border-radius: 0.25rem;
}

.contact-selected {
  padding: 10px 10px 0;
}

.contact-selected .selected-item {
  text-align: left;
  padding: 5px;
}

.contact-selected .selected-item .selected-avatar {
  width: 30px;
  border-radius: 0.25rem;
  float: left;
}

.contact-selected .selected-item .selected-avatar img {
  max-width: 100%;
  height: auto;
}

.contact-selected .selected-item .selected-content {
  margin-left: 10px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: top;
}

.contact-selected .selected-item .selected-content .dropdown-content-title {
  font-size: 12px;
  margin-bottom: 5px;
}

.contact-selected .selected-item .selected-content p {
  font-size: 10px;
  margin-bottom: 5px;
  margin-bottom: 0;
}

.contact-selected .selected-item .selected-item-delete {
  margin-left: 10px;
}

.form-news .card-filter {
  padding: 0;
}

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

.tags-list li {
  display: inline-block;
}

.tags-list .contact-card-img {
  float: none;
}

.tags-list-link {
  display: block;
  width: 80px;
  height: 80px;
  color: #2b3d51;
  font-size: 16px;
}

.tags-list-link img {
  width: 100%;
}

.tags-list-link span {
  display: block;
}

.canvas-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  background: #ffffff;
  text-align: center;
}

.opentype-inner {
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  background: #ffffff;
  padding: 10px;
}

.opentype .info {
  text-align: right;
}

.opentype canvas {
  max-width: none;
}

.opentype-info {
  font-size: 0;
}

.opentype-info .info-item {
  font-size: 1rem;
  display: inline-block;
  margin: 15px 15px 15px 0;
}

@media (max-width: 767px) {
  .opentype-info .info-item {
    width: 50%;
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .opentype-info .info-item-lg {
    width: 100%;
    margin: 10px 0;
  }
}

.canvas-horizontal-scroll {
  overflow-x: scroll;
  white-space: nowrap;
  height: 330px;
  width: 100%;
}

.context-menu {
  padding: 12px 0;
}

.context-menu a {
  color: #2b3d51;
  display: block;
}

.context-menu a:hover {
  color: #64b0f2;
}

.context-menu a.active {
  color: #64b0f2;
}

.context-menu > ul > li > .sub-item {
  color: rgba(43, 61, 81, 0.8);
  display: block;
  padding: 8px 20px;
  font-weight: 500;
  position: relative;
}

.context-menu > ul > li > .sub-item + ul li .sub-item {
  padding: 8px 30px;
}

.context-menu ul ul li:not(.has_subitem) {
  padding: 8px 0 8px 30px;
}

.context-menu ul ul ul {
  padding-left: 10px;
}

.context-menu ul li .menu-arrow {
  padding: 8px 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  font-size: 16px;
}

.context-menu ul li .menu-arrow:before {
  content: "\f105";
}

.context-menu ul li .menu-arrow[aria-expanded="true"] {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.card-sidebar .download-list {
  display: block;
}

.card-sidebar .download-list li {
  width: 100%;
}

.card-sidebar .download-list li:last-child .download-list-item {
  margin-bottom: 0;
}

.card-sidebar .related-downloads-folder-container {
  padding: 20px;
}

.card-sidebar .related-downloads-folder-container .download-list li {
  padding-left: 0;
  padding-right: 0;
}

.card-sidebar .related-downloads-folder-container .download-list dd:last-of-type,
.card-sidebar .related-downloads-folder-container .download-list dt:last-of-type {
  display: none;
}

.card-sidebar .related-downloads-folder-container .download-list .buttons {
  padding-left: 5px;
}

.card-sidebar .related-downloads-folder-container .file-folder-item {
  display: block;
}

.card-sidebar .related-downloads-folder-container .file-folder-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-sidebar .related-downloads-folder-container .file-folder-right .file-folder-files {
  padding: 0;
}

.card-sidebar .related-downloads-folder-container .file-folder-right .file-folder-size {
  display: none;
}

.card-sidebar .download-block-wrapper {
  padding: 20px;
}

.jFiler-btn-holder {
  position: relative;
  display: inline-block;
}

.jFiler .jFiler-input-icon, .jFiler .jFiler-input-text, .jFiler .jFiler-input-inner {
  pointer-events: none;
  color: #2b3d51;
}

.jFiler .jFiler-input-dragDrop.dragged .jFiler-input-icon {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.jFiler .jFiler-input-choose-btn {
  font-size: 1rem;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: none;
  color: #fff;
  background-color: #039cfd;
  border-color: #039cfd;
}

.jFiler .jFiler-items-grid .jFiler-item .bw-popover {
  min-width: 260px;
  visibility: hidden;
  color: #2b3d51;
}

.jFiler .jFiler-items-grid .jFiler-item .bw-popover.in {
  visibility: visible;
}

@media (min-width: 992px) {
  .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover {
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover {
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    left: 50%;
  }
}

@media (min-width: 992px) {
  .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover .popover-arrow, .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover .bw-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #e5e5e5;
  }
  .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover .popover-arrow::after, .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover .bw-popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff;
  }
}

@media (max-width: 991px) {
  .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover .popover-arrow, .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover .bw-popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #e5e5e5;
  }
  .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover .popover-arrow::after, .jFiler .jFiler-items-grid .jFiler-item:not(:nth-child(3n)) .bw-popover .bw-popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
  }
}

.jFiler .jFiler-items-grid .jFiler-item-trash-action:hover {
  color: #ffffff;
}

.jFiler .jFiler-items-grid .jFiler-item .jFiler-item-container {
  margin-right: 0;
}

.jFiler .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
  width: 100%;
}

.jFiler .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .list-inline.pull-left {
  width: calc(100% - 40px);
}

.jFiler .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .list-inline.pull-left li {
  display: block;
}

.jFiler .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar {
  width: 100%;
}

.jFiler .jFiler-items ul.jFiler-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 543px) {
  .jFiler .jFiler-items ul.jFiler-items-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.jFiler .jFiler-items-grid .jFiler-item .jFiler-item-thumb .jFiler-item-thumb-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jFiler .jFiler-items-grid .jFiler-item .jFiler-item-thumb .jFiler-item-thumb-image .jFiler-icon-file {
  margin-top: 0;
}

.jFiler .jFiler-items-grid .jFiler-item {
  width: 33.33%;
  padding: 0 10px;
}

@media (max-width: 543px) {
  .jFiler .jFiler-items-grid .jFiler-item {
    width: 100%;
    max-width: 180px;
  }
}

@media (min-width: 544px) {
  .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover {
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10px;
  }
}

@media (max-width: 543px) {
  .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover {
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    left: 50%;
  }
}

@media (min-width: 544px) {
  .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover .popover-arrow, .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover .bw-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #e5e5e5;
    left: 100%;
  }
  .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover .popover-arrow::after, .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover .bw-popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff;
  }
}

@media (max-width: 543px) {
  .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover .popover-arrow, .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover .bw-popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #e5e5e5;
  }
  .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover .popover-arrow::after, .jFiler .jFiler-items-grid .jFiler-item:nth-child(3n) .bw-popover .bw-popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
  }
}

@-moz-document url-prefix() {
  .jFiler .jFiler-item-trash-action.btn-icon {
    line-height: 18px;
  }
}

.list-favourite .breadcrumb {
  padding-top: 0.2rem;
}

.list-favourite-row-two {
  margin: 0 -10px;
  font-size: 0;
}

.list-favourite-row-two .item-favorite-col {
  font-size: 1rem;
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .list-favourite-row-two .item-favorite-col {
    width: 100%;
  }
}

.list-favourite-row-four {
  margin: 0 -10px;
  font-size: 0;
}

.list-favourite-row-four .item-favorite-col {
  font-size: 1rem;
  display: inline-block;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .list-favourite-row-four .item-favorite-col {
    width: 50%;
  }
}

@media (max-width: 543px) {
  .list-favourite-row-four .item-favorite-col {
    width: 100%;
  }
}

.card-carousel.updates-wrapper .card {
  margin-bottom: 0;
}

.data-video {
  font-size: 0;
  margin-bottom: 20px;
}

.data-video .column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .data-video .column {
    width: 100%;
  }
}

.data-video .thumb-media-type {
  border-radius: 0;
  border: none;
  position: relative;
  display: block;
  margin-top: 0;
}

.data-video .thumb-media-type .thumb-media {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.data-video .thumb-media-type .thumb-media-icon {
  color: #fff;
  text-align: center;
  font-size: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.5;
}

.data-video .thumb-media-type .thumb-media-icon i {
  width: 70px;
  height: 70px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 66px;
}

.data-video .thumb-media-type .thumb-media-icon i.fa-play {
  padding-left: 7px;
}

.data-video .card {
  border-radius: 0;
  border: none;
  position: relative;
  margin-bottom: 0;
}

.data-video .card-overlay {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.data-video .card-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.data-video .card .card-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.data-video .card .card-inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .data-video .card .card-inner {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }
}

.data-video .data-video-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.card-container {
  max-width: 1024px;
  margin: 0 auto;
}

.card-container .card-item {
  margin-bottom: 10px;
}

.card-container .card-item .card-item-image {
  margin-bottom: 20px;
}

.card-container .card-item .card-item-image img {
  width: 100%;
  display: block;
}

.section-heading {
  text-align: center;
}

.filter-values-tags {
  margin: 0;
  padding: 0;
}

.filter-values-tags .filter-values-item {
  display: inline-block;
  font-weight: normal;
  background: #ffd34f;
  padding: 0.3em 0.8em;
  margin-bottom: 5px;
  font-size: 90%;
  line-height: 1.7;
  border-radius: 0.25rem;
}

.filter-values-item {
  color: #2b3d51;
}

.filter-values-item:hover {
  color: #64b0f2;
}

.filter-values-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.filter-values-elem span + span {
  margin-left: 5px;
}

.filter-values-title {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.filter-values-title .filter-values-item {
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.filter-tags-type .tags-type-item {
  color: #2b3d51;
}

.filter-tags-type .tags-type-item:hover {
  color: #64b0f2;
}

.filter-tags-type .tags-type-item:hover i {
  color: #2b3d51;
}

.filter-tags-type i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.filter-tags-categories .tags-category-title {
  font-style: italic;
  margin-right: 5px;
  color: #2b3d51;
  display: block;
}

.filter-tags-categories .tags-category-title:hover {
  color: inherit;
}

.filter-tags-categories .tags-category-item {
  color: #2b3d51;
}

.filter-tags-categories .tags-category-item:hover {
  color: #64b0f2;
}

.filter-tags-categories .tags-category-elem {
  margin-bottom: 10px;
}

.sidebar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.sidebar-row span + span {
  margin-left: 5px;
}

.sidebar-title {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.sidebar-title .sidebar-elem {
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

.page-preload.model3d {
  position: absolute;
}

.page-preload-text span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.page-preload-text span:first-child {
  -webkit-animation-name: preload-text1;
  animation-name: preload-text1;
}

.page-preload-text span:last-child {
  -webkit-animation-name: preload-text2;
  animation-name: preload-text2;
}

.page-preload.show {
  display: block;
}

.page-preload.model3d .page-preload-inner {
  padding-top: 40px;
  padding-bottom: 90px;
}

.page-preload-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding-top: 30px;
}

.page-preload-inner span {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.page-preload-image {
  background: none;
}

.page-preload-image .fa-spin {
  font-size: 3em;
  color: #818a91;
}

@-webkit-keyframes preload-text1 {
  from {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes preload-text1 {
  from {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes preload-text2 {
  from {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes preload-text2 {
  from {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

#topnav .navigation-menu > li .flexMenu-popup {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2b3d51;
  visibility: visible;
  opacity: 1;
  left: auto;
  right: 0;
}

#topnav .navigation-menu > li .flexMenu-popup > li > a {
  color: #2b3d51;
  padding: 10px 15px;
}

#topnav .navigation-menu > li .flexMenu-popup > li:hover i, #topnav .navigation-menu > li .flexMenu-popup > li:hover span {
  color: #64b0f2;
}

#topnav .navigation-menu > li .flexMenu-popup > li.has-submenu .submenu, #topnav .navigation-menu > li .flexMenu-popup > li.has-submenu .flexMenu-popup {
  left: auto;
  right: 100%;
}

#topnav .navigation-menu > li .flexMenu-popup > li.has-submenu:hover > .submenu, #topnav .navigation-menu > li .navigation-menu.flexMenu-popup > li.has-submenu:hover > .flexMenu-popup {
  opacity: 1;
  visibility: visible;
}

#topnav .navigation-menu > li .flexMenu-popup > li.has-submenu a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#topnav .navigation-menu > li .flexMenu-popup li i {
  margin-right: 5px;
  color: #2b3d51;
}

#topnav .navigation-menu > li .flexMenu-popup li span {
  display: inline;
  text-transform: none;
  color: #2b3d51;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0;
}

.bootstrap-maxlength {
  font-size: 8px;
  font-weight: bold;
  margin-left: 40px;
  margin-top: 3px;
}

.bootstrap-maxlength.danger {
  color: #ff5d48;
}

.bootstrap-maxlength.success {
  color: #1bb99a;
}

.block-alerts {
  background: #fff;
}

#infscr-loading > div {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}

.password-page .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: .25rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.password-page .progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8;
}

.password-page .progress-bar-danger {
  background-color: #ff5d48;
}

.password-page .progress-bar-warning {
  background-color: #f1b53d;
}

.password-page .progress-bar-success {
  background-color: #1bb99a;
}

.password-page .new-pass-footer {
  margin-top: 5px;
}

.password-page .new-pass .input-group-addon {
  cursor: pointer;
}

.password-page .bs-callout-warning {
  padding: 10px;
  background: #ffccc5;
  border: 1px solid rgba(255, 93, 72, 0.5);
  margin-bottom: 10px;
  color: #ff5d48;
  border-radius: 0.25rem;
}

.password-page .bs-callout-warning ul {
  padding: 0 0 0px 20px;
  margin: 0;
}

.password-page .bs-callout-warning.hidden {
  display: none;
}

.password-page .parsley-errors-list li:nth-child(n + 2) {
  display: none;
}

.palette-wrap {
  display: inline-block;
}

.palette-wrap .label-color {
  border: 1px solid #eceeef;
}

.palette-wrap .dropdown-color .dropdown-menu {
  min-width: 72px;
  right: 0;
  left: auto;
}

.palette-wrap .dropdown-color-item input {
  display: none;
}

.palette-wrap .dropdown-color-item label {
  cursor: pointer;
}

.palette-wrap .dropdown-color.dropup .dropdown-menu {
  padding: 7px 10px;
}

.palette-wrap .dropdown-arrow:before, .palette-wrap .dropdown-arrow:after {
  left: auto;
  right: 4px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.palette-wrap .dropdown-arrow:after {
  bottom: -22px;
  top: auto;
  border-right: 10px solid transparent;
  border-top: 10px solid #e5e5e5;
  border-left: 10px solid transparent;
  position: absolute;
  display: inline-block;
  content: '';
  z-index: -1;
}

.palette-wrap .dropdown-arrow:before {
  bottom: -20px;
  top: auto;
}

.label-transparent {
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-position: 0 0,10px 10px;
  background-size: 21px 21px;
  border: 0;
  vertical-align: middle;
}

.label-white {
  background: #fff;
}

.label-black {
  background: #000;
}

.label-warning {
  color: #404040;
}

.label-light-gray {
  background: #eceeef;
}

.label-light-gray.tag {
  font-size: 100%;
  color: #373a3c;
  font-weight: 400;
}

.form-share .label-light-gray {
  background: #eceeef;
}

.form-share .label-light-gray.tag {
  font-size: 100%;
  color: #373a3c;
  font-weight: 400;
}

.form-share .bootstrap-tagsinput .tag {
  margin-right: 2px;
  margin-bottom: 6px;
  font-size: 12px;
}

.editor-page .page-preload {
  position: absolute;
  z-index: 97;
}

.editor-page.card-box {
  padding: 10px;
}

.editor-page.card-box .embed-responsive-item {
  margin-top: -10px;
}

.block-surface .thumb-content {
  min-height: 0;
}

.block-surface .card {
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.block-surface .gal-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: transparent;
}

.block-surface .gal-detail .gal-title {
  width: 100%;
}

.block-surface .gal-detail .gal-title span {
  display: inline-block;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  border-radius: 2px;
}

.color-scheme {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 15px;
  font-size: 12px;
}

.color-scheme-inner {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 5px 0;
  width: 140px;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 543px) {
  .color-scheme-inner {
    width: 120px;
  }
}

@media (max-width: 400px) {
  .color-scheme-inner:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 543px) {
  .color-scheme {
    padding: 10px;
  }
}

.color-scheme .color-image {
  height: 100px;
  outline: none;
  border: none;
}

.color-scheme .color-elem {
  margin-bottom: 20px;
}

.color-scheme .color-scheme-col:last-child .color-elem:last-child {
  margin-bottom: 0;
}

.color-scheme .color-image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0.25rem;
  background-color: #fff;
  position: relative;
}

.color-scheme .color-image-hover, .color-scheme .color-image-focus {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 1.1;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.color-scheme .color-image-hover div, .color-scheme .color-image-focus div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.color-scheme .color-image-hover span, .color-scheme .color-image-focus span {
  display: block;
}

.color-scheme .color-image-hover span.fa, .color-scheme .color-image-focus span.fa {
  margin-bottom: 5px;
}

.color-scheme .color-image-hover span.fa-check-circle-o, .color-scheme .color-image-focus span.fa-check-circle-o {
  font-size: 16px;
}

.color-scheme .color-image-hover.show, .color-scheme .color-image-focus.show {
  opacity: 1;
  visibility: visible;
}

.color-scheme .color-image-hover.hide, .color-scheme .color-image-focus.hide {
  display: none;
}

.color-scheme .color-image:hover .color-image-hover {
  opacity: 1;
  visibility: visible;
}

.color-scheme .color-values span {
  margin-right: 5px;
  display: inline-block;
  min-width: 12px;
}

.color-scheme .color-values-tints {
  margin-top: 10px;
}

.color-scheme .color-elem {
  border-bottom: 1px solid #000;
}

@media (max-width: 543px) {
  .color-scheme .color-elem {
    margin-bottom: 20px;
  }
}

.color-scheme-col:last-child .color-elem:last-child {
  border-bottom: none;
}

.color-scheme .tints {
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  background-color: #fff;
}

.form-confirm {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #e5e5e5;
}

.form-confirm .checkbox-custom input[type="checkbox"]:checked + label::after {
  text-align: left;
}

.block-error {
  background-color: #777f86;
  color: #fff;
}

.block-error .error-subtitle {
  font-size: 100px;
  font-weight: bold;
}

.block-error .error-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.block-error .error-content {
  max-width: 44%;
  margin: 25px auto 35px;
}

@media (max-width: 767px) {
  .block-error .error-content {
    max-width: 90%;
  }
}

.modal-bootstrap {
  z-index: 1072;
}

.modal-bootstrap .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #ffffff;
  opacity: 0.5;
  z-index: 20;
}

.modal-bootstrap .modal-content {
  border: none;
}

.modal-bootstrap .modal-dialog {
  width: auto;
  margin: 30px 5%;
}

@media (min-width: 992px) {
  .modal-bootstrap .modal-dialog {
    width: 1000px;
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  .modal-bootstrap-sm .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

.modal-backdrop {
  z-index: 1071;
  background-color: #36404a;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-open .horizontal-menu, .modal-open .wrapper {
  filter: blur(3px);
}

.modal-open .topbar-main {
  padding-right: 15px;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.label-icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 0.25rem;
  margin-right: 5px;
  margin-top: -2px;
}

.label-icon-orange {
  background-color: #fed4bc;
}

.label-icon-green {
  background-color: #bbefda;
}

.label-icon-blue {
  background-color: #c0d4f7;
}

@media (min-width: 544px) {
  .mobile-filter {
    display: inline;
  }
}

@media (max-width: 543px) {
  .mobile-filter {
    display: none;
  }
  .mobile-filter.show-filters {
    display: block;
  }
}

.btn-filter-mobile {
  font-size: 22px;
  line-height: 28px;
  margin-top: 1rem;
  float: right;
  display: none;
}

@media (max-width: 543px) {
  .btn-filter-mobile {
    display: block;
  }
}

.btn-filter-action {
  text-transform: uppercase;
  min-width: 45px;
  min-height: 30px;
  padding: 0.25rem 0.5rem;
  margin-top: 1rem;
  margin-right: 6px;
  vertical-align: top;
  color: #818a91;
}

.btn-filter-action:focus {
  background-color: #ffffff;
  color: #818a91;
}

.btn-filter-action .action-or {
  display: none;
}

.btn-filter-action.switch .action-and {
  display: none;
}

.btn-filter-action.switch .action-or {
  display: block;
}

.card-collection-wrap {
  margin-bottom: 20px;
}

.card-collection-wrap .slimScrollDiv {
  padding-right: 20px;
}

.card-collection-wrap .slimScrollBar {
  height: inherit;
}

.card-collection .card:hover {
  border-color: #039cfd;
}

.card-collection .card:hover .card-checkbox {
  display: block;
}

.card-collection .card:hover .card-overlay {
  opacity: 1;
  visibility: visible;
}

.card-collection .card.checked {
  border-color: #039cfd;
}

.card-collection .card.checked .card-checkbox {
  display: block;
}

.card-collection .card .small span {
  display: inline-block;
  margin-right: 5px;
}

.card-collection .card-title {
  color: #64b0f2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-collection .card-block {
  padding: 0.75rem 1.25rem 1rem;
}

.card-collection .card-label .new-label-wrapper {
  position: absolute;
  top: 5px;
  left: 10px;
}

.card-collection .card-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.card-collection .order-preview .card-img-holder {
  justify-content: center;
  width: 100%;
}

.card-collection .order-preview {
  min-height: 60px;
  display: flex;
  align-items: center;
}

.card-collection .order-preview .card-img-holder .card-frame {
  padding: 1px;
}

.card-collection .order-preview .card-img-holder.single .card-frame {
  width: 100%;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
}

.card-collection .order-preview .card-img-holder > span {
  height: 30px;
}

.card-collection .order-preview .card-img-holder > span .card-img {
  background-color: #FFFFFF;
}

.card-collection .card-img-holder > span {
  display: block;
  padding: 5px;
  width: 50%;
  height: 100px;
}

.card-collection .card-img-holder > span .card-img {
  border-radius: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f7f9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.card-collection .card-overlay {
  position: absolute;
  background: rgba(3, 156, 253, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.card-collection .card-overlay .btn-icon {
  padding: 5px 8px;
  font-size: 22px;
}

.card-collection .card-checkbox {
  position: absolute;
  top: 9px;
  right: 9px;
  display: none;
  z-index: 10;
}

.card-collection .card-checkbox label {
  display: block;
}

.card-collection .checkbox label::after {
  font-size: 15px;
  width: 24px;
  height: 24px;
  left: 0;
  padding-left: 0;
  text-align: center;
}

.card-collection .checkbox label::before {
  width: 24px;
  height: 24px;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}

.card-collection .card-img {
  position: relative;
}

.card-collection .card-img .count-value {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-collection .card-overlay-buttons {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-collection .card-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-collection-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.card-collection-list .collection-item {
  width: 33.33%;
  padding: 5px;
}

@media (max-width: 543px) {
  .card-collection-list .collection-item {
    width: 50%;
  }
}

.card-collection-list .collection-item-inner {
  border: 1px solid #f7f7f9;
  position: relative;
  border-radius: 3px;
}

.card-collection-list .collection-item-img {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.card-collection-list .collection-item-img-wrap {
  position: relative;
}

.card-collection-list .collection-item-img-wrap.image-transparent {
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-position: 0 0,10px 10px;
  background-size: 21px 21px;
  border: 0;
  vertical-align: middle;
}

.card-collection-list .collection-item-media {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.card-collection-list .collection-item-media .media-icon {
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.5;
}

.card-collection-list .collection-item-media .media-icon i {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 34px;
}

.card-collection-list .collection-item-media .media-icon i.fa-play {
  padding-left: 3px;
}

.card-collection-list .collection-item-actions {
  margin-left: auto;
}

.card-collection-list .collection-item:hover .collection-item-inner {
  border-color: #039cfd;
}

.card-collection-list .collection-item:hover .collection-item-overlay {
  opacity: 1;
  visibility: visible;
}

.card-collection-list .collection-item-desc {
  padding: 10px;
  background-color: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.card-collection-list .collection-item-title {
  margin-bottom: 0;
  color: #818a91;
  font-size: 13px;
}

.card-collection-list .collection-item-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-collection-list .collection-item-overlay {
  position: absolute;
  background: rgba(3, 156, 253, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.card-collection-list .collection-item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card-collection-list .collection-item-actions > div {
  position: relative;
  min-width: 60px;
}

.card-collection-list .collection-item-actions > div .collection-files {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 2px;
  display: block;
}

.card-collection-list .collection-item-actions > div .collection-files span {
  display: inline-block;
  font-size: 10px;
  padding: 0 7px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #2b3d51;
  border-radius: 2px;
}

.card-collection-list .collection-item-icon .collection-item-img {
  height: 90px;
}

.card-collection-list .collection-item-icon .collection-item-img-wrap {
  padding: 5px 0;
}

.card-collection-list .collection-item .card-img-holder > span {
  height: 45px;
}

.card-collection-list .collection-item .card-img-holder > span:nth-child(1) {
  padding: 0 5px 5px 5px;
}

.card-collection-list .collection-item .card-img-holder > span:nth-child(2) {
  padding: 0 5px 5px 0;
}

.card-collection-list .collection-item .card-img-holder > span:nth-child(3) {
  padding: 0 5px 0 5px;
}

.card-collection-list .collection-item .card-img-holder > span:nth-child(4) {
  padding: 0 5px 0 0;
}

.modal-collection .card-collection-wrap {
  margin: 0 -5px;
}

.modal-collection .card-collection-wrap .slimScrollDiv {
  margin-right: -5px;
  padding-right: 15px;
}

.modal-demo .tab-content .table-details {
  margin-top: 5px;
  margin-bottom: 20px;
}

.modal-md {
  width: 800px;
}

.collection-choice-wrap.new .card-collection-wrap {
  display: none;
}

.collection-choice-wrap.new .form-group-name {
  display: block;
}

.collection-choice-wrap .form-group-name {
  display: none;
}

.about-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-link-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
}

.about-link-text i {
  vertical-align: middle;
  margin-right: 5px;
}

.ticket-dropdown .dropdown-item.disabled, .ticket-dropdown .workstream-inactive .dropdown-item.btn:not(.add-phase), .workstream-inactive .ticket-dropdown .dropdown-item.btn:not(.add-phase) {
  pointer-events: none;
}

.ticket-overview-table table.dataTable thead th.sorting.nosort:after, .ticket-overview-table table.dataTable thead th.sorting_asc.nosort:after, .ticket-overview-table table.dataTable thead th.sorting_desc.nosort:after {
  display: none;
}

.ticket-overview-table .action-col {
  white-space: nowrap;
}

.datatable-ticket tr {
  cursor: pointer;
}

.comments-ticket .textarea-wrapper {
  padding: 10px;
}

.comments-ticket .textarea-wrapper::before, .comments-ticket .textarea-wrapper::after {
  top: 40px;
}

@media (max-width: 543px) {
  .comments-ticket .textarea-wrapper::before, .comments-ticket .textarea-wrapper::after {
    display: none;
  }
}

.comments-ticket .comment-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 543px) {
  .comments-ticket .comment-row {
    display: block;
  }
}

.comments-ticket .comment-left {
  width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 768px) {
  .comments-ticket .comment-left {
    width: auto;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 13%;
  }
}

@media (max-width: 543px) {
  .comments-ticket .comment-left {
    width: 100%;
  }
}

.comments-ticket .comment-right {
  width: 75%;
}

@media (min-width: 768px) {
  .comments-ticket .comment-right {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
  }
}

@media (max-width: 543px) {
  .comments-ticket .comment-right {
    width: 100%;
  }
}

.comments-ticket .comment-date {
  text-align: right;
  margin-bottom: 5px;
  font-size: 12px;
}

.comments-ticket .comment-user {
  text-align: center;
}

.comments-ticket .comment-img {
  width: 80px;
  margin: 0 auto 5px;
  border-radius: 50%;
}

.comments-ticket .comment-img img {
  width: 100%;
  border-radius: 50%;
}

.comments-ticket .comment-label {
  text-align: right;
}

.comments-ticket .comment-avatar {
  width: 80px;
  height: 80px;
  float: none;
  display: block;
}

.comments-ticket .comment-avatar-male, .comments-ticket .comment-avatar-female {
  font-size: 36px;
  line-height: 76px;
}

.comments-ticket .alert {
  margin-bottom: 5px;
}

.comments-ticket .download-list-box li {
  width: 33.33%;
}

@media (max-width: 767px) {
  .comments-ticket .download-list-box li {
    width: 50%;
  }
}

@media (max-width: 543px) {
  .comments-ticket .download-list-box li {
    width: 100%;
  }
}

.comments-ticket .download-list-box .download-list-item {
  position: relative;
  padding: 10px 10px 15px;
}

.comments-ticket .download-list-box .download-list-item .label, .comments-ticket .download-list-box .download-list-item .status-wrapper .status, .status-wrapper .comments-ticket .download-list-box .download-list-item .status, .comments-ticket .download-list-box .download-list-item .new-label-primary, .comments-ticket .download-list-box .download-list-item .new-label, .comments-ticket .download-list-box .download-list-item .new-label-archived, .comments-ticket .download-list-box .download-list-item .new-label-yellow, .comments-ticket .download-list-box .download-list-item .new-label-yellow-dark, .comments-ticket .download-list-box .download-list-item .new-label-green, .comments-ticket .download-list-box .download-list-item .new-label-orange, .comments-ticket .download-list-box .download-list-item .new-label-blue {
  position: absolute;
  top: -5px;
  right: -7px;
}

.comments-ticket .download-list-box .download-content {
  padding-left: 60px;
  padding-right: 60px;
}

.comments-ticket .download-list-box .download-content .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.comments-ticket .download-list-box .image {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.comments-ticket .download-list-box .image-contain {
  background-position: top;
  background-size: contain;
}

.comments-ticket .download-list-box .image img {
  width: 100%;
}

.comments-ticket .select-status-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 543px) {
  .comments-ticket .select-status-wrap {
    display: block;
  }
}

.comments-ticket .select-status-wrap-single > div {
  margin-left: auto;
}

.file-folder .accordion-bar {
  padding: 0 5px;
}

.file-folder .accordion-inner {
  padding: 5px;
  padding-top: 0;
}

.file-folder .accordion-inner hr {
  margin-top: 0;
  margin-bottom: 5px;
}

.file-folder .accordion-arrow i {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.file-folder .accordion-arrow[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.file-folder-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 543px) {
  .file-folder-item {
    display: block;
  }
}

.file-folder-right {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.file-folder-left {
  cursor: pointer;
  padding: 5px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}

@media (max-width: 543px) {
  .file-folder-left {
    padding-bottom: 0;
  }
}

.file-folder-files, .file-folder-size {
  font-size: 12px;
  padding: 0 10px;
}

@media (max-width: 543px) {
  .file-folder-files, .file-folder-size {
    padding: 0 3px;
  }
}

.file-folder-buttons {
  padding-left: 10px;
}

@media (max-width: 543px) {
  .file-folder-buttons {
    padding-left: 3px;
    margin-left: auto;
  }
}

.file-folder-name {
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file-folder .download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.file-folder .download-list li {
  width: 50%;
  padding: 10px;
}

@media (min-width: 544px) {
  .file-folder .download-list li:nth-last-child(2) {
    border-bottom: none;
  }
}

@media (max-width: 543px) {
  .file-folder .download-list li {
    width: 100%;
  }
}

.file-folder .download-list.download-list-full li {
  width: 100%;
}

.trumbowyg-wrap.parsley-error .trumbowyg-box, .trumbowyg-wrap.parsley-error .trumbowyg-editor {
  border-color: #ff5d48;
}

.alert-sm {
  padding: 7px 15px 6px;
  margin-bottom: 0;
}

.alert-sm .close {
  top: -3px;
  right: 0;
  margin-left: 10px;
}

.alert-sm .text-overflow {
  display: block;
  width: calc(100% - 25px);
  font-size: 0.8rem;
  color: #818a92;
}

@media (max-width: 991px) {
  .alert-sm {
    margin-top: 20px;
  }
}

.alert-secondary {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.custombox-open .popover, .custombox-open .bw-popover {
  z-index: 10006;
}

span.jFiler-icon-file {
  background: none;
  font-size: 0;
}

span.jFiler-icon-file.f-video {
  background-image: url("../images/files-icon/video.svg");
  background-color: transparent;
}

span.jFiler-icon-file.f-video i {
  display: none;
}

span.jFiler-icon-file.f-image {
  background-image: url("../images/files-icon/empty.svg");
  background-color: transparent;
}

span.jFiler-icon-file.f-image i {
  display: none;
}

span.jFiler-icon-file.f-file {
  background-image: url("../images/files-icon/text.svg");
  background-color: transparent;
}

span.jFiler-icon-file.f-file i {
  display: none;
}

.js-add-ticket-files .jFiler-item-thumb span.jFiler-icon-file {
  color: transparent;
}

.comments-ticket .jFiler-item-thumb span.jFiler-icon-file {
  color: transparent;
}

span.jFiler-icon-file.f-audio {
  background-image: url("../images/files-icon/note.svg");
  background-color: transparent;
}

span.jFiler-icon-file.f-audio i {
  display: none;
}

span.jFiler-icon-file.f-file-ext-jpg {
  background-image: url("../images/files-icon/jpg.svg");
}

span.jFiler-icon-file.f-file-ext-png {
  background-image: url("../images/files-icon/png.svg");
}

span.jFiler-icon-file.f-file-ext-jpeg {
  background-image: url("../images/files-icon/jpeg.svg");
}

span.jFiler-icon-file.f-file-ext-pdf {
  background-image: url("../images/files-icon/pdf.svg");
}

span.jFiler-icon-file.f-file-ext-ai {
  background-image: url("../images/files-icon/ai.svg");
}

span.jFiler-icon-file.f-file-ext-docx {
  background-image: url("../images/files-icon/docx.svg");
}

span.jFiler-icon-file.f-file-ext-zip {
  background-image: url("../images/files-icon/zip.svg");
}

span.jFiler-icon-file.f-file-ext-swf {
  background-image: url("../images/files-icon/swf.svg");
}

span.jFiler-icon-file.f-file-ext-doc {
  background-image: url("../images/files-icon/doc.svg");
}

span.jFiler-icon-file.f-file-ext-txt {
  background-image: url("../images/files-icon/txt.svg");
}

span.jFiler-icon-file.f-file-ext-xls {
  background-image: url("../images/files-icon/xls.svg");
}

span.jFiler-icon-file.f-file-ext-xlsx {
  background-image: url("../images/files-icon/xlsx.svg");
  background-color: transparent !important;
}

span.jFiler-icon-file.f-file-ext-csv {
  background-image: url("../images/files-icon/csv.svg");
  background-color: transparent !important;
}

span.jFiler-icon-file.f-file-ext-rtf {
  background-image: url("../images/files-icon/rtf.svg");
}

span.jFiler-icon-file.f-file-ext-m4a {
  background-image: url("../images/files-icon/m4a.svg");
}

span.jFiler-icon-file.f-file-ext-tif {
  background-image: url("../images/files-icon/tif.svg");
}

span.jFiler-icon-file.f-file-ext-tiff {
  background-image: url("../images/files-icon/tiff.svg");
}

span.jFiler-icon-file.f-file-ext-svg {
  background-image: url("../images/files-icon/svg.svg");
}

span.jFiler-icon-file.f-file-ext-eps {
  background-image: url("../images/files-icon/eps.svg");
}

span.jFiler-icon-file.f-file-ext-psd {
  background-image: url("../images/files-icon/psd.svg");
}

span.jFiler-icon-file.f-file-ext-mov {
  background-image: url("../images/files-icon/mov.svg");
}

span.jFiler-icon-file.f-file-ext-mp4 {
  background-image: url("../images/files-icon/mp4.svg");
}

span.jFiler-icon-file.f-file-ext-wmv {
  background-image: url("../images/files-icon/wmv.svg");
}

.uploads-overview-table table.dataTable thead th.sorting.nosort:after, .uploads-overview-table table.dataTable thead th.sorting_asc.nosort:after, .uploads-overview-table table.dataTable thead th.sorting_desc.nosort:after {
  display: none;
}

.uploads-overview-table table.dataTable thead > tr > th.nosort {
  padding: 0.75rem;
}

.uploads-overview-table th.index-hidden, .uploads-overview-table td.index-hidden {
  display: none;
}

table.dataTable.datatable-uploads thead > tr > th.sorting_asc:nth-child(3),
table.dataTable.datatable-uploads thead > tr > th.sorting_desc:nth-child(3),
table.dataTable.datatable-uploads thead > tr > th.sorting:nth-child(3),
table.dataTable.datatable-uploads thead > tr > td.sorting_asc:nth-child(3),
table.dataTable.datatable-uploads thead > tr > td.sorting_desc:nth-child(3),
table.dataTable.datatable-uploads thead > tr > td.sorting:nth-child(3) {
  padding-right: 20px;
}

.datatable-uploads td:nth-child(2), .datatable-uploads th:nth-child(2) {
  text-align: center;
}

.datatable-uploads tr.row-selected td {
  background-color: #e5f5fe;
  border-top: 1px solid #039cfd;
  border-bottom: 1px solid #039cfd;
}

.datatable-uploads tr.row-selected td:nth-child(2) {
  border-left: 1px solid #039cfd;
}

.datatable-uploads tr.row-selected td:last-child {
  border-right: 1px solid #039cfd;
}

.datatable-uploads tr.declined td {
  background-color: #fee5e5;
  border-top: 1px solid #bb0000;
  border-bottom: 1px solid #bb0000;
}

.datatable-uploads tr.declined td:nth-child(2) {
  border-left: 1px solid #bb0000;
}

.datatable-uploads tr.declined td:last-child {
  border-right: 1px solid #bb0000;
}

.datatable-uploads tr.accepted td {
  background-color: #e5fee6;
  border-top: 1px solid #00CC00;
  border-bottom: 1px solid #00CC00;
}

.datatable-uploads tr.accepted td:nth-child(2) {
  border-left: 1px solid #00CC00;
}

.datatable-uploads tr.accepted td:last-child {
  border-right: 1px solid #00CC00
}

.datatable-uploads tr.row-selected + .row-selected td {
  border-top: none;
}

.datatable-uploads a {
  color: #2b3d51;
}

.datatable-uploads small {
  color: #818a91;
}

.datatable-uploads .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}

.datatable-uploads .checkbox .indicator::before, .datatable-uploads .checkbox input + label::before {
  position: relative;
  vertical-align: middle;
}

.datatable-uploads .checkbox .indicator::after, .datatable-uploads .checkbox input + label::after {
  padding-top: 2px;
  padding-left: 0;
}

@media (max-width: 543px) {
  .datatable-uploads .checkbox .indicator::after, .datatable-uploads .checkbox input + label::after {
    padding-left: 9px;
  }
}

.datatable-uploads .sort-type {
  display: none;
}

.uploads-overview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .uploads-overview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.uploads-overview-wrap.options-view .uploads-overview-table {
  width: 80%;
  width: calc(100% - 300px);
}

@media (max-width: 767px) {
  .uploads-overview-wrap.options-view .uploads-overview-table {
    width: 100%;
  }
}

.uploads-overview-wrap.options-view .uploads-options {
  margin-right: 0;
  opacity: 1;
}

@media (max-width: 767px) {
  .uploads-overview-wrap.options-view .uploads-options {
    display: block;
  }
}

.uploads-overview-table {
  width: 100%;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}

@media (max-width: 767px) {
  .uploads-overview-table {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.uploads-options {
  width: 300px;
  margin-right: -300px;
  opacity: 0;
  -webkit-transition: margin 0.35s, opacity 0.35s;
  transition: margin 0.35s, opacity 0.35s;
  margin-top: 6px;
}

.uploads-options .card {
  margin: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .uploads-options .card {
    margin-left: 0;
  }
}

.uploads-options .card-collection {
  display: none;
}

.uploads-options .card-collection.card-active {
  display: block;
}

.uploads-options .card-header {
  border-radius: 0;
  color: #2b3d51;
  background-color: #eceeef;
  border-top: 1px solid #eceeef;
  border-bottom: 3px solid #eceeef;
  padding: 0.75rem;
  font-weight: bold;
}

.uploads-options .card-block {
  padding: 0.75rem 0 1rem 10px;
}

@media (max-width: 767px) {
  .uploads-options .card-block {
    padding: 0.75rem 0 1rem 0;
  }
}

.uploads-options .card-block .buttons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 300px;
  margin: auto;
}

.uploads-options .card-block .buttons-group .btn {
  padding: 0.375rem 0.5rem;
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
}

.uploads-options .card-block .buttons-group .btn:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .uploads-options {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
  }
}

.uploads-type {
  width: 20px;
}

.uploads-type img {
  width: 100%;
}

.uploads-tabs {
  overflow: hidden;
}

.uploads-tabs .nav-link {
  position: relative;
}

.uploads-tabs .nav-link .label, .uploads-tabs .nav-link .status-wrapper .status, .status-wrapper .uploads-tabs .nav-link .status, .uploads-tabs .nav-link .new-label-primary, .uploads-tabs .nav-link .new-label, .uploads-tabs .nav-link .new-label-archived, .uploads-tabs .nav-link .new-label-yellow, .uploads-tabs .nav-link .new-label-yellow-dark, .uploads-tabs .nav-link .new-label-green, .uploads-tabs .nav-link .new-label-orange, .uploads-tabs .nav-link .new-label-blue {
  position: absolute;
  right: -5px;
  top: -5px;
}

.card-collection.card-collection-single .card-img-holder > span {
  width: 100%;
  height: 200px;
}

.card-collection.card-collection-single-zip .card-img-holder > span {
  background-color: #f7f7f9;
  padding: 3rem 1.25rem;
}

.card-collection.card-collection-single-zip .card-img-holder > span .card-img {
  background-color: transparent;
  background-size: contain;
}

.card-collection span.card-zip {
  background-color: #f7f7f9;
  padding: 3rem 1.25rem;
}

.card-collection span.card-zip .card-img {
  background-color: transparent;
  background-size: contain;
}

.card-collection span.card-zip-sm {
  padding: 1.25rem;
}

.card-collection span.card-filetype {
  background-color: #f7f7f9;
  padding: 3rem 1.25rem;
  border: 5px solid #fff;
}

.card-collection span.card-filetype .card-img {
  background-color: transparent;
  background-size: contain;
}

.card-collection [data-show="multiple"] span.card-filetype {
  padding: 1.25rem;
}

.card-collection [data-show="multiple"] span.card-filetype .count-value {
  top: -1.25rem;
  bottom: -1.25rem;
  right: -1.25rem;
  left: -1.25rem;
  width: auto;
  height: auto;
}

.card-collection [data-controls="compress"] .card-overlay, .card-collection [data-controls="metadata"] .card-overlay {
  display: none;
}

.card-collection [data-controls="compress"]:hover, .card-collection [data-controls="metadata"]:hover {
  border-color: #e5e5e5;
}

.card-collection .card.no-overlay:hover {
  border-color: #e5e5e5;
}

.card-collection .card.no-overlay:hover .card-overlay {
  display: none;
}

.form-group-show .show-block {
  display: none;
}

.form-group-show.show .show-block {
  display: block;
}

.card-collection-list-modal .collection-item:hover .collection-item-inner {
  border-color: #f7f7f9;
}

.file-name-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
}

.file-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating {
  padding-top: 0.375rem;
}

.created-date {
  padding: 0.375rem 0;
}

.form-metadata {
  padding: 0 10px;
}

.form-metadata .form-group:nth-child(odd) {
  padding: 0.5rem 0;
  border-top: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
  background-color: #f9f9f9;
}

.form-metadata .form-control-label {
  line-height: 1.2;
}

.form-metadata .form-control-label span {
  font-size: 10px;
  display: block;
  color: rgba(43, 61, 81, 0.6);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-metadata .mediatype .form-group:nth-child(even) {
  padding: 0.5rem 0;
  border-top: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
  background-color: #f9f9f9;
}

.form-metadata .mediatype .form-group:nth-child(odd) {
  padding: 0.5rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

@media (min-width: 768px) {
  .uploads-options {
    will-change: height;
  }
  .inner-wrapper-sticky {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
}

.mediatype {
  display: none;
}

.mediatype.show {
  display: block;
}

.annotation-button {
  display: inline-block;
  position: relative;
}

.annotation-button .label, .annotation-button .status-wrapper .status, .status-wrapper .annotation-button .status, .annotation-button .new-label-primary, .annotation-button .new-label, .annotation-button .new-label-archived, .annotation-button .new-label-yellow, .annotation-button .new-label-yellow-dark, .annotation-button .new-label-green, .annotation-button .new-label-orange, .annotation-button .new-label-blue {
  font-size: 10px;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
}

.status-uploads-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.status-btns .btn {
  min-width: 65px;
}

.status-btns .btn-primary {
  display: none;
}

.status-btns .btn-primary.show {
  display: block;
}

.status-btns .btn-secondary, .status-btns .review .btn span:not(.swatch), .review .btn .status-btns span:not(.swatch) {
  display: block;
}

.status-btns .btn-secondary.hide, .status-btns .review .btn span.hide:not(.swatch), .review .btn .status-btns span.hide:not(.swatch) {
  display: none;
}

.modal-edit-file-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 543px) {
  .modal-edit-file-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.modal-edit-file-image {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
}

@media (max-width: 543px) {
  .modal-edit-file-image {
    margin-bottom: 10px;
  }
}

.modal-edit-file-btns {
  margin-left: auto;
}

@media (max-width: 543px) {
  .modal-edit-file-btns .btn {
    padding: 0.375rem 0.75rem;
  }
}

.form-metadata .modal-edit-file-image {
  display: block;
}

.comment-scroll {
  padding-right: 12px;
}

.context-menu-list {
  z-index: 20 !important;
}

.context-menu-item {
  color: #2b3d51;
  padding: .2em 1.25em;
}

.context-menu-item.context-menu-hover {
  background-color: #f5f5f5;
  color: #2b3d51;
}

.custombox-modal-wrapper {
  -webkit-overflow-scrolling: touch;
}

.brandware-map .ol-attribution {
  line-height: 1;
}

.brandware-map .ol-attribution ul {
  line-height: 19px;
  vertical-align: top;
  text-shadow: none;
  color: #fff;
}

.brandware-map .ol-attribution button::before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.brandware-map .ol-attribution.ol-collapsed button::before {
  content: '\f129';
}

.brandware-map .ol-rotate {
  display: none;
}

.brandware-map .ol-attribution:not(.ol-collapsed),
.brandware-map .ol-control {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid transparent;
  color: #000;
  padding: 0.3rem 0.35rem;
}

.brandware-map .ol-attribution:not(.ol-collapsed):hover,
.brandware-map .ol-control:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.brandware-map .ol-attribution:not(.ol-collapsed) {
  padding-bottom: 0.1em;
}

.brandware-map .ol-control button {
  padding: 0;
  margin: 0;
  line-height: 21px;
  font-size: 13px;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  color: transparent;
  position: relative;
}

.brandware-map .ol-control button:hover, .brandware-map .ol-control button:focus {
  background-color: #e6e6e6;
}

.brandware-map .ol-control button.ol-zoom-in:hover, .brandware-map .ol-control button.ol-zoom-in:focus, .brandware-map .ol-control button.ol-zoom-out:hover, .brandware-map .ol-control button.ol-zoom-out:focus {
  background-color: #ffffff;
}

.brandware-map .ol-control button.ol-zoom-in:active::after, .brandware-map .ol-control button.ol-zoom-out:active::after {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #ffffff;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 2px;
}

.brandware-map .ol-zoom .ol-zoom-in {
  border-radius: 2px;
  margin-bottom: 6px;
}

.brandware-map .ol-zoom .ol-zoom-in::before {
  content: '\f067';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.brandware-map .ol-zoom {
  left: 10px;
  top: 10px;
}

.brandware-map .ol-zoom .ol-zoom-out {
  border-radius: 2px;
}

.brandware-map .ol-zoom .ol-zoom-out::before {
  content: '\f068';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.brandware-map .ol-touch .ol-control button {
  line-height: 21px;
  font-size: 13px;
}

.brandware-map.map-fullscreen:-moz-full-screen {
  height: 100%;
}

.brandware-map.map-fullscreen:-webkit-full-screen {
  height: 100%;
}

.brandware-map.map-fullscreen:-ms-fullscreen {
  height: 100%;
}

.brandware-map.map-fullscreen:fullscreen {
  height: 100%;
}

.brandware-map.map-fullscreen {
  margin-top: 1rem;
  width: 100%;
  height: 160px;
}

.brandware-map.map-fullscreen .map {
  width: 100%;
  height: 100%;
}

.brandware-map .ol-full-screen button:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
}

.brandware-map .ol-full-screen .ol-full-screen-false:before {
  content: '\f16d';
}

.brandware-map .ol-full-screen .ol-full-screen-true:before {
  content: '\f16c';
}

.brandware-map .ol-attribution {
  display: block;
}

.map-wrapper {
  margin-bottom: 20px;
}

.description .map-wrapper .ol-attribution {
  display: none;
}

.description .map-wrapper #map {
  max-height: 290px;
}

.map-wrapper .brandware-map.map-fullscreen {
  height: auto;
}

.map-wrapper .brandware-map.map-fullscreen:-moz-full-screen {
  height: 100%;
}

.map-wrapper .brandware-map.map-fullscreen:-webkit-full-screen {
  height: 100%;
}

.map-wrapper .brandware-map.map-fullscreen:-ms-fullscreen {
  height: 100%;
}

.map-wrapper .brandware-map.map-fullscreen:fullscreen {
  height: 100%;
}

.map-wrapper .popover-title, .map-wrapper .dropdown-popover-head, .map-wrapper .bw-popover-title {
  display: block;
}

.map-wrapper .popover-map {
  background-color: #ffffff;
}

.popover-map {
  padding: 5px;
}

.popover-map .contact-card {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 30px;
}

.popover-map .contact-card-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: none;
  width: 50px;
  height: 50px;
  margin-right: 7px;
}

.popover-map .contact-card-info a {
  font-size: 10px;
}

.popover-map .contact-card-content {
  padding-left: 0;
}

.popover-map h6, .popover-map p {
  margin-bottom: 0;
}

.popover-map .carousel-map {
  width: 100%;
}

.popover-map .carousel-map-disabled .carousel-indicators, .popover-map .carousel-map-disabled .carousel-control {
  display: none;
}

.popover-map .carousel-map .carousel-item {
  padding: 10px 40px;
}

.popover-map .carousel-map .carousel-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popover-map .carousel-map .carousel-control {
  background: none;
  color: #2b3d51;
  opacity: 1;
  width: 10px;
}

.popover-map .carousel-map .carousel-control span {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

.popover-map .carousel-map .carousel-indicators {
  bottom: -25px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
  margin-bottom: 0;
}

.popover-map .carousel-map .carousel-indicators li {
  border-color: #2b3d51;
}

.popover-map .carousel-map .carousel-indicators li.active {
  background-color: #2b3d51;
}

.map-fullscreen-popover {
  z-index: 2147483647;
}

.map-google {
  width: 100%;
  height: 400px;
}

.map-google .control-zoom {
  margin: 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid transparent;
  color: #000;
  padding: 0.3rem 0.35rem;
  border-radius: 4px;
}

.map-google .control-zoom:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.map-google .zoom-in {
  margin-bottom: 6px;
}

.map-google .zoom-in, .map-google .zoom-out {
  line-height: 21px;
  font-size: 13px;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  color: transparent;
  position: relative;
  cursor: pointer;
}

.map-google .zoom-in::after, .map-google .zoom-out::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}

.map-google .zoom-in:active::after, .map-google .zoom-out:active::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

.map-google .zoom-in-text, .map-google .zoom-out-text {
  display: block;
  text-align: center;
}

.map-google .zoom-in-text::before, .map-google .zoom-out-text::before {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.map-google .zoom-out-text::before {
  content: "\f068";
}

.map-google .control-fullscreen-btn {
  margin: 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid transparent;
  color: #000;
  padding: 0.3rem 0.35rem;
  border-radius: 4px;
}

.map-google .control-fullscreen-btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.map-google .control-fullscreen-text {
  line-height: 21px;
  font-size: 13px;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  color: transparent;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.map-google .control-fullscreen-text:hover, .map-google .control-fullscreen-text:focus {
  background-color: #ffffff;
}

.map-google .control-fullscreen-text::before {
  content: '\f16d';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
}

.map-google .control-fullscreen-inited .control-fullscreen-text::before {
  content: '\f16c';
}

.map-google-sm {
  height: 160px;
}

.map-wrapper .gm-style-iw {
  top: 1px !important;
  left: 1px !important;
  width: 100% !important;
  min-width: 255px;
}

.map-wrapper .gm-style-iw > div:first-child {
  width: 100%;
  max-width: 260px !important;
}

.map-wrapper .gm-style-iw-prev {
  background-color: #ffffff;
  border-radius: 0.25rem;
}

.map-wrapper .iw-wrap {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
}

.map-wrapper .iw-parent {
  display: none;
}

.map-wrapper .gm-style .gm-style-iw {
  line-height: 1.5;
}

.iw-arrow > div {
  height: 18px !important;
}

.iw-arrow > div:first-child div {
  -webkit-transform: skewX(40.6deg) !important;
  -ms-transform: skewX(40.6deg) !important;
  transform: skewX(40.6deg) !important;
  height: 18px !important;
  box-shadow: none !important;
}

.iw-arrow > div:first-child div::after {
  content: '';
  width: 100%;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  display: inline-block;
  margin-top: 2px;
  margin-right: 1px;
}

.iw-arrow > div:last-child div {
  -webkit-transform: skewX(-40.6deg) !important;
  -ms-transform: skewX(-40.6deg) !important;
  transform: skewX(-40.6deg) !important;
  height: 18px !important;
  box-shadow: none !important;
}

.iw-arrow > div:last-child div::after {
  content: '';
  width: 100%;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  margin-top: 2px;
  margin-left: 1px;
}

.iw-arrow-shadow {
  border-right: 0 solid transparent !important;
  border-left: 0 solid transparent !important;
  border-top: 11px solid #e5e5e5 !important;
}

.iw-parent {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
}

.gm-style .gm-style-iw {
  font-weight: normal;
}

.gm-style .gm-style-iw .gm-style-iw-sm {
  font-size: 0.875rem;
  line-height: 1.1;
}

.bw-popover-ol {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  margin-bottom: 20px;
}

.bw-popover-ol.show {
  opacity: 1;
  visibility: visible;
}

.bw-popover-ol::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
}

.bw-popover-ol::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #e5e5e5 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 1px;
}

.review-image-default {
  padding: 15px 20px 10px;
}

.review-image-default img {
  display: block;
  max-width: 80px;
  margin: auto;
}

.camera-info-multiple {
  margin-top: -4px;
}

.camera-info-multiple span {
  display: inline-block;
}

.camera-info-multiple span::after {
  content: '.';
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 3px 0 5px;
}

.camera-info-multiple span:last-child::after {
  display: none;
}

.figure-annotate .zoom_container img {
  width: auto;
  max-width: none;
  /* transform: none !important; */
  /*translate() scale(0.96342);*/
}

.figure-annotate .annotations {
  display: none;
}

.popover .comments, .bw-popover .comments {
  margin-bottom: 0;
}

.popover .comments .comment, .bw-popover .comments .comment {
  margin-top: 0;
}

.popover .comments .comment.comment-add, .bw-popover .comments .comment.comment-add {
  min-width: 260px;
  padding-top: 20px;
}

.popover .comments .card-box, .bw-popover .comments .card-box {
  border: 0;
  padding: 5px;
  box-shadow: none;
}

.popover .comments .comment-textarea, .bw-popover .comments .comment-textarea {
  min-height: 145px;
}

.popover .annotation-edit, .bw-popover .annotation-edit {
  min-width: 200px;
}

.flipbook-container {
  background-color: #404040;
}

@media only screen and (max-device-width: 480px) {
  .flipbook-container iframe {
    width: 1px;
    min-width: 100%;
  }
}

.post {
  border: 2px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: border 0.35s, box-shadow 0.35s;
  transition: border 0.35s, box-shadow 0.35s;
}

.post:last-child {
  margin-bottom: 0;
}

.post:hover {
  border-color: #039cfd;
}

.post:hover .post-overlay {
  opacity: 1;
  visibility: visible;
}

.post.post-tweet {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.post.post-tweet:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
}

.post.post-tweet:hover .post-btn {
  opacity: 1;
  visibility: visible;
}

.post-image {
  position: relative;
}

.post-image {
  margin-bottom: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.post-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.post-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.post-title {
  margin-bottom: 0;
  margin-right: 10px;
}

.post-icon {
  font-size: 24px;
  color: #818a91;
}

.post-text {
  margin-bottom: 10px;
}

.post-content {
  padding: 10px;
}

.post-overlay {
  position: absolute;
  background: rgba(3, 156, 253, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.post-overlay-buttons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-overlay .btn-icon {
  padding: 5px 8px;
  font-size: 22px;
}

.post-date {
  font-size: 12px;
}

.post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
}

.link-item.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link-item.input-group .input-group-addon {
  padding: 0.5rem 0.75rem 0.5rem;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
}

.link-item.input-group .icon-copy-copied {
  color: #1bb99a;
  display: none;
}

.link-item.input-group .icon-copy-copied.show {
  display: block;
}

.link-item.input-group .icon-copy {
  display: block;
}

.link-item.input-group .icon-copy.hide {
  display: none;
}

.fullscreen-player {
  height: 100vh;
}

.fullscreen-player .embed-responsive-item {
  display: block;
  width: 100%;
  height: 100%;
}

.fullscreen-player.media-audio .mejs__container, .fullscreen-player.media-video .mejs__container {
  padding-bottom: 0;
  height: 100vh;
}

.share-files {
  display: block;
  text-align: center;
}

.share-files span {
  font-size: 12px;
  padding: 2px 7px;
  display: inline-block;
  border-radius: 3px;
  background-color: #ccc;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content .white-popup {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content .white-popup {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content .white-popup {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.tags-wrap .error {
  margin-top: 5px;
  font-size: 12px;
  color: #ff5d48;
  display: none;
}

.tags-wrap.parsley-error .error {
  display: block;
}

.tags-wrap .bootstrap-tagsinput {
  padding: 5px 7px 5px;
}

.tags-wrap .bootstrap-tagsinput .tag {
  padding: 5px 7px;
}

.popover-link-mobile {
  display: none;
}

@media (max-width: 767px) {
  .popover-link-mobile {
    display: inline-block;
  }
}

.popover-link-desktop {
  display: inline-block;
}

@media (max-width: 767px) {
  .popover-link-desktop {
    display: none;
  }
}

@media (max-width: 543px) {
  .popover.bs-tether-element-attached-left, .bs-tether-element-attached-left.bw-popover {
    max-width: 150px;
  }
}

.card-image-action {
  position: relative;
}

.card-image-action .card-image img {
  display: block;
  width: 100%;
}

.card-image-action .card-body {
  overflow: hidden;
  min-height: calc(1.5 * 1em);
}

.card-image-action .card-body:last-child {
  margin-bottom: 0;
}

.card-image-action .card-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-image-action .card-inner .btn {
  min-height: 35px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card-image-action.card-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.related-items-image .thumb-image {
  position: relative;
}

.related-items-image .thumb-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sticky-button--wrapper .sticky-button {
  position: relative;
}

.sticky-button--wrapper .sticky-button::after {
  content: '';
  width: 100%;
  height: 200%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  bottom: -15px;
  left: 0;
}

.accordion-collection-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5px;
}

@media (max-width: 543px) {
  .accordion-collection-header {
    display: block;
  }
}

.accordion-collection-header-name {
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.accordion-collection-arrow {
  color: #2b3d51;
  margin-left: 10px;
}

.accordion-collection-arrow i {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-collection-arrow:hover, .accordion-collection-arrow:focus {
  color: #2b3d51;
}

.accordion-collection-arrow[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #2b3d51;
}

.accordion-collection-inner {
  padding: 0 5px 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.accordion-collection hr {
  margin: 0;
}

.accordion-collection-right {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.accordion-collection-left {
  cursor: pointer;
  padding: 5px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}

@media (max-width: 543px) {
  .accordion-collection-left {
    padding-bottom: 0;
  }
}

.accordion-collection-info {
  font-size: 12px;
  padding: 0 10px;
}

@media (max-width: 543px) {
  .accordion-collection-info {
    padding: 0 3px;
  }
}

.accordion-collection-buttons {
  padding-left: 10px;
}

@media (max-width: 543px) {
  .accordion-collection-buttons {
    padding-left: 3px;
    margin-left: auto;
  }
}

.chart-detail-list li {
  margin: 0 10px;
}

/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #2b3d51;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  border-radius: 3px;
}

.legend tr {
  height: 20px;
}

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 6px;
}

/* Morris chart */
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
}

/* Chartist chart */
.ct-golden-section:before {
  float: none;
}

.ct-chart {
  max-height: 300px;
}

.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

.ct-grid {
  stroke: rgba(43, 61, 81, 0.15);
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

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

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

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

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

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #2b3d51;
}

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #3db9dc;
}

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

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

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

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

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

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #2b3d51;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* C3 chart */
.c3 svg {
  max-width: 100%;
}

.c3-tooltip td > span {
  background: #2b3d51;
}

.c3-tooltip td {
  border-left: none;
}

.c3-tooltip {
  box-shadow: 0px 0px 8px 0px #777;
  opacity: 1;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #2b3d51;
}

.c3-tooltip .value {
  font-weight: 600;
}

/* Sparkline chart */
.jqstooltip {
  background-color: #2b3d51 !important;
  padding: 0 !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #2b3d51 !important;
}

.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
}

.color-chart {
  margin-bottom: 20px;
}

.color-bar {
  margin-bottom: 20px;
}

.color-bar-inner {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.color-bar-item {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 5px;
}

.color-bar-item:hover {
  opacity: 0.5;
}

.color-bar-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tooltip-chart.in {
  opacity: 1;
}

.tooltip-chart .tooltip-inner {
  padding: 8px 12px;
  background-color: #2b3d51;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  border-radius: 3px;
}

.legend > div {
  border-radius: 2px;
}

.legend .legendColorBox {
  padding-left: 5px;
}

@media (min-width: 992px) {
  .modal-settings .modal-dialog {
    width: 800px;
  }
}

.modal-settings .c-select {
  width: 100%;
}

.modal-settings .source-options-wrap .source-upload,
.modal-settings .source-options-wrap .source-collection,
.modal-settings .source-options-wrap .alert,
.modal-settings .source-options-wrap .collection-variables {
  display: none;
}

.modal-settings .source-options-wrap .table td:last-child {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.media-video .video-vr .vjs-big-play-button:not(.vjs-big-vr-play-button) {
  display: none;
}

.media-video .video-js {
  width: 100%;
}

.media-video .video-js .vjs-big-vr-play-button {
  height: 80px;
  width: 80px;
  border-width: 5px;
  border-radius: 50%;
  background-color: transparent;
  background-size: 56px;
  background-repeat: no-repeat;
  background-position: center;
}

.media-video .video-js .vjs-button-vr.vjs-control.vjs-button {
  display: none;
}

.media-video .video-js .vjs-fullscreen-control.vjs-control.vjs-button.vjs-hidden {
  display: block !important;
}

.media-video .video-js .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  height: 4em;
}

.media-video .video-js.vjs-has-started.vjs-paused .vjs-big-vr-play-button {
  display: block;
  background: url("../images/videojs-controls.svg") no-repeat;
  background-position: 0 -39px;
  border: 0;
}

.media-video .video-js.vjs-has-started.vjs-paused .vjs-big-vr-play-button:hover {
  background-position: -80px -39px;
}

.media-video .video-js .vjs-progress-holder {
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.media-video .video-js .vjs-play-progress::before {
  display: none;
}

.media-video .video-js .vjs-time-control {
  line-height: 4em;
}

.media-video .video-js .vjs-volume-bar {
  margin: 1.85em 0.45em;
}

.media-video .video-js .vjs-load-progress div {
  background: rgba(255, 255, 255, 0.3);
}

.media-video .video-js .vjs-button > .vjs-icon-placeholder:before {
  line-height: 2.2;
}

.media-video .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal, .media-video .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .media-video .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .media-video .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .media-video .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .media-video .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, .media-video .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  height: 4em;
}

.color-picker {
  position: relative;
}

.color-picker .form-control {
  width: 35px;
  float: none;
  padding: 0.37rem 0.75rem;
}

.color-picker-input {
  text-align: right;
}

.color-picker-input a:hover, .color-picker-input a:focus {
  color: #55595c;
}

.color-picker-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 220px;
}

@media (max-width: 543px) {
  .color-picker-colors {
    max-width: 260px;
  }
}

.checkbox-color {
  padding-left: 0;
  margin-right: 0.75rem;
  line-height: 0;
}

.checkbox-color:nth-child(6n) {
  margin-right: 0;
}

.checkbox-color input {
  display: none;
}

.checkbox-color input + label {
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 0.3rem;
  background-color: #000;
  border: 1px solid #000;
}

@media (max-width: 543px) {
  .checkbox-color input + label {
    width: 34px;
    height: 34px;
  }
}

.checkbox-color input + label::before, .checkbox-color input + label::after {
  display: none;
}

.checkbox-color input:checked + label {
  border: 2px solid #9da4ad !important;
  box-shadow: inset 0 0 0 2px #fff;
}

.checkbox-color + .checkbox-color {
  margin-top: 0;
}

.checkbox-color.checkbox-color-red label {
  background-color: #e83f33;
  border-color: #e83f33;
}

.checkbox-color.checkbox-color-orange label {
  background-color: #f5b73a;
  border-color: #f5b73a;
}

.checkbox-color.checkbox-color-yellow label {
  background-color: #ffe733;
  border-color: #ffe733;
}

.checkbox-color.checkbox-color-green label {
  background-color: #70d502;
  border-color: #70d502;
}

.checkbox-color.checkbox-color-cyan label {
  background-color: #62d3e5;
  border-color: #62d3e5;
}

.checkbox-color.checkbox-color-blue label {
  background-color: #0049fb;
  border-color: #0049fb;
}

.checkbox-color.checkbox-color-purple label {
  background-color: #b467f6;
  border-color: #b467f6;
}

.checkbox-color.checkbox-color-magenta label {
  background-color: #edc8ff;
  border-color: #edc8ff;
}

.checkbox-color.checkbox-color-white label {
  background-color: #ffffff;
  border-color: #9da4ad;
}

.checkbox-color.checkbox-color-grey label {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}

.checkbox-color.checkbox-color-black label {
  background-color: #000;
  border-color: #000;
}

.checkbox-color.checkbox-color-brown label {
  background-color: #a35b20;
  border-color: #a35b20;
}

.donut-chart-label {
  font-size: 14px;
}

.pagination-container .pagination-button {
  color: #ffffff;
  background-color: #039cfd;
  border-color: #039cfd;
  margin: 0;
  padding: 6px 12px;
  box-shadow: none;
  border: none;
  text-transform: capitalize;
}

.pagination-container .pagination-button.pagination-button-prev {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-container .pagination-button.pagination-button-next {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-container .pages {
  background: #ffffff;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  padding: 0 10px;
  margin: 0 -4px;
}

.order-format-section-preview {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 200px;
}

.order-format-section-preview div {
  width: 50%;
  padding: 5px;
}

.order-format-section-preview.single-file {
  height: 200px;
}

.order-format-section-preview.single-file div {
  width: 100%;
}

.order-format-section-preview.single-file div img {
  height: 100%;
}

#add-order .select2-selection.select2-selection--multiple {
  border-color: #ccc;
}

#add-order .select2-selection.select2-selection--single {
  border-color: #ccc;
}

#add-order .select2-container .select2-selection--single {
  height: 33px;
}

#add-order .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 3px;
}

.my-orders-overview .select2-selection.select2-selection--multiple {
  border-color: #ccc;
}

.my-orders-overview .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #66afe9;
}

.my-orders-overview .select2-selection.select2-selection--multiple {
  border-color: #ccc;
}

.my-orders-overview .select2-selection.select2-selection--single {
  border-color: #ccc;
}

.my-orders-overview .select2-container .select2-selection--single {
  height: 33px;
}

.my-orders-overview .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 3px;
}

.my-orders-overview .select2-selection.select2-selection--multiple {
  border-color: #ccc;
}

.view-all-in-mediabank {
  position: absolute;
  top: 0;
  right: 0;
}

.p-relative {
  position: relative;
}
