@font-face {
  font-family: 'AzoSans-Regular';
  src: url('../../../font/AzoSans/AzoSans.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSans-Light';
  src: url('../../../font/AzoSans/AzoSans-Light.otf');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'AzoSans-Thin';
  src: url('../../../font/AzoSans/AzoSans-Thin.otf');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'AzoSans-Medium';
  src: url('../../../font/AzoSans/AzoSans-Medium.otf');
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: 'AzoSans-Bold';
  src: url('../../../font/AzoSans/AzoSans-Bold.otf');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lato-Regular';
  src: url('../../../font/Lato/Lato-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes repaint {
  from {
    width: 99.999%
  }
  to {
    width: 100%
  }
}

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

#chroma-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#chroma-loader img {
  animation: loader-rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

* {
  -webkit-font-smoothing: antialiased;
}

html, body {
  color: white;
  font-size: 0.98em;
  font-family: 'AzoSans-Regular';
  height: 100%;
}

html.dark,
html.dark body {
  background: #222426;
}

html.white,
html.white body {
  background: white;
}


body {
  padding: 0;
  width: 100%;
  margin: 0;
  user-select: none;
}

body.no-scroll {
  overflow: hidden;
}

body.global-no-scroll {
  overflow: hidden !important;
}

.hide-app {
  display: none;
}

.animate-if,
.animate-if.ng-enter,
.animate-if.ng-leave {
  transition: opacity 0.6s ease-out,
              visibility 0.6s ease-out;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity: 0;
  visibility: hidden;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity: 1;
  visibility: visible;
}

.animate-show {
  opacity: 1;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  transition: opacity 0.6s ease-out,
              visibility 0.6s ease-out;
}

.animate-show.ng-hide {
  opacity: 0;
}

.app,
[ui-view="app"] {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'AzoSans-Regular';
}

a {
  color: #fff;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}

/* Override angular-loading-bar styling */
#loading-bar {
  z-index: 10000;
}

#loading-bar .bar {
  background: transparent url('../img/loader-gradient.png') left top repeat-x;
}

#loading-bar .peg {
  display: none;
}

.fg-base--batch-publish #loading-bar {
  display: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: transparent;
  border: none;
  box-shadow: none;
  background-image: none;
  background: transparent;
  -webkit-filter: none;
  filter: none;
  outline: 0 none;
  outline: 0 !important;
  -webkit-appearance: none;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    outline: 0 !important;
    -webkit-appearance: none;
}

/* all */
::-webkit-input-placeholder,
::-moz-placeholder, /* firefox 19+ */
:-ms-input-placeholder, /* ie */
input:-moz-placeholder { color:#999; font-style: normal; text-decoration: none; letter-spacing: normal; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000000 !important;
}

small {
  color: #999;
}

small [class*="icon-"]:before {
  font-size: 85%;
}

img[src='Error.src']{
  display: none;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.btn {
  border-radius: 16px;
  padding-left: 2em;
  padding-right: 2em;
  transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.btn-default {
  color: #999;
  background-color: transparent;
  border-color: rgba(153, 153, 153, .5);
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #fff;
  border-color: transparent;
  background-color: rgba(153, 153, 153, .5);
  outline: none;
}

.btn-hover {
  color: #999;
  transition: all 0.4s ease;
}

.btn-hover.btn-emphasized {
  color: #555;
}

.btn-hover.active,
.btn-hover:hover,
.btn-hover:active {
  color: #fff;
}

.btn-hover.btn-hover-green.active,
.btn-hover.btn-hover-green:hover,
.btn-hover.btn-hover-green:active,
.btn-hover.btn-hover-green:focus {
  color: #08b58e;
}

.btn-primary {
  color: #08b58e;
  background-color: transparent;
  border-color: rgba(8, 181, 142, .5);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: rgba(8, 181, 142, .5);
  border-color: transparent;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
  background-color: transparent;
}

.img {
  transition: all .8s ease;
}

.loading,
.inner.loading, .inner.error,
.loading, .error {
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-input .file-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  display: block;

  width: 100%;
  height: 100%;
  cursor: pointer;
}

.negative-space {
  cursor: -webkit-zoom-out !important;
}

.fg-info-field-warning-container {
  display: flex;
  align-items: center;

  height: 50px;

  margin: 0;
  padding: 0 14px;

  color: #8a6d3b;
  background-color: #fcf8e3;

  font-size: 15px;
}
