@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
::selection {
  background: #00c86b;
  color: #ffffff;
}
::-moz-selection {
  background: #00c86b;
  color: #ffffff;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #e9ebf;
}
::-webkit-scrollbar-thumb {
  background: #9ea7c6;
  cursor: pointer;
  border-radius: 5px;
}
body {
  padding-top: 60px;/* 60px to make the container go all the way to the bottom of the topbar */
  background-color: #e9ebf;
}
.form-narrow {
  max-width: 490px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
.margin-top-1em {
  margin-top: 1em;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.center {
  text-align: center;
}
.warning {
  border-color: yellow;
}
h1 {
  margin-bottom: 25px;
}
a {
  color: #00c86b;
}
a:hover,
a:focus {
  color: #00af5d;
}
.table-hover > tbody > tr.publish-collapside-open:hover > td,
.table-hover > tbody > tr.publish-collapside-open:hover > th {
  background-color: transparent;
}
.pagination > .active > span,
.pagination > .active > span:hover {
  background-color: #00c86b;
  border-color: #00c86b;
}
.form-narrow {
  min-width: 300px;
}
html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
}
body {
  display: flex;
  flex-direction: column;
}
.general .alert {
  margin-top: 80px;
}
.main-content-wrapper {
  flex: 1 0 auto;
  background-color: #e9ebf;
}
.main-content-wrapper-full-width {
  width: 100%;
  flex: 1 0 auto;
  background-color: #e9ebf;
}
.btn {
  min-width: 140px;
}
.btn.select-file-btn {
  margin: 10px 0;
}
.btn.save-btn,
.btn.delete-btn {
  min-width: 150px;
}
.navbar-inverse {
  background-color: #1e1f26;
}
.navbar-inverse .navbar-header {
  position: relative;
}
.navbar-inverse .navbar-brand {
  height: 75px;
  width: 75px;
  background: transparent url("../images/fenix-logo.svg") no-repeat center center;
  position: absolute;
  top: 2px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.navbar-inverse .navbar-brand:hover {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.navbar-inverse .navbar-nav {
  padding-left: 40px;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  font-weight: 600;
  color: #c9cedf;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:active {
  color: #00c86b;
}
footer {
  width: 100%;
  background-color: #1e1f26;
}
footer .container {
  padding: 20px 0;
}
footer span {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: .02em;
  font-weight: 400;
  color: #ffffff;
}
footer span:first-child {
  font-size: 14px;
  color: #00c86b;
}
footer span.dot {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: .02em;
  font-weight: 600;
  color: #9ea7c6;
  position: relative;
  bottom: 2px;
  left: 3px;
}
@media screen and (max-width: 768px) {
  footer span {
    display: block;
    text-align: center;
  }
  footer span.dot {
    display: none;
  }
}
.home h1 {
  margin: 50px 0;
}
.logo-container {
  width: 100%;
}
.logo-container .upp-fenix-logo {
  width: 300px;
  height: 84px;
  background: transparent url("../images/upp_fenix-crm_logo.svg") no-repeat center center;
  margin: 0 auto;
}
.logo-container .upp-rocket-with-rider {
  height: 300px;
  width: 234px;
  background: transparent url("../images/upp-rocket-with-rider.svg") no-repeat center center;
  margin: 50px auto;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.logo-container .upp-rocket-with-rider:hover {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.app-main-form {
  padding: 15px;
}
.app-main-form .form-group {
  min-height: 60px;
}
.app-main-form .select-file-btn {
  margin: 10px 0;
}
.app-main-form .publish-col {
  padding: 15px;
  background-color: #ffffff;
}
.app-main-form .publish-col.publish-col-ios {
  background-color: ghostwhite;
}
.app-main-form .publish-col.publish-col-android {
  background-color: honeydew;
}
.app-main-form .publish-col h3 {
  text-align: center;
  margin-bottom: 15px;
}
.app-main-form .publish-col .screenshot-block {
  margin-bottom: 15px;
}
.screenshot-block {
  margin-bottom: 25px;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px dashed #9ea7c6;
}
.screenshot-block b {
  display: block;
  margin-bottom: 10px;
  color: #686e85;
}
.screenshot-block .btn-info {
  margin: 10px 0;
  max-width: 140px;
}
.publish-android-btn,
.publish-ios-btn {
  border-color: transparent;
}
.publish-android-btn {
  background-color: #a4c639;
}
.publish-android-btn:hover {
  background-color: #8aa630;
  border-color: #a4c639;
}
.publish-ios-btn {
  background-color: #8e8e93;
}
.publish-ios-btn:hover {
  background-color: #79797f;
  border-color: #8e8e93;
}
