html {
  height: 100%;
}
body {
  height: 100%;
  background: #21252b;
  color: #9da5b4;
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif !important;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body > section {
  opacity: 0;
  height: 100%;
}
body p strong {
  font-family: 'Lato';
  font-weight: 600;
}
body > .pace > .pace-activity {
  display: none !important;
}
input,
select,
textarea {
  color: #636e7b;
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif !important;
}
ol,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
pre {
  color: #121212;
}
a {
  color: #319DB5;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
  font-weight: 100;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light {
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
  font-weight: 100;
}
h1,
.h1 {
  font-size: 45px;
  margin-top: 0;
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
}
.font-nothing {
  font-family: 'Nothing You Could Do', 'Arial', cursive;
}
.font-nothing strong {
  font-weight: 600;
  font-family: 'Nothing You Could Do', 'Arial', cursive;
}
div,
p,
span {
  text-align: left;
}
h2,
.h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
strong {
  font-family: 'Lato';
  font-weight: 600;
}
p {
  line-height: 23px;
}
/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #22313a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #bd4147;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.ui-tour-backdrop {
	background-color: rgba(0, 0, 0, 0.8);
	fill: rgba(0, 0, 0, 0.8);
}

.popover-title {
	color: #333;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.popover-content {
	background-color: #fff;
	color: #333;
}

.popover-content.other {
	background-color: #88F;
	color: #fff;
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}

.popover>.arrow {
	border-width: 11px;
}

.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tour-backdrop {
	background-color: rgba(0, 0, 0, .5);
	fill: rgba(0, 0, 0, .5);
}

#loading-bar .bar {
	background: #b80620;
	height: 4px;
}

#loading-bar-spinner .spinner-icon {
	width: 10px;
	height: 10px;
	border: solid 4px transparent;
	border-top-color: #b80620;
	border-left-color: #b80620;
	border-radius: 5px;
}

[animate-on-change] {
	transition: all 1s;
	-webkit-transition: all 1s;
}

[animate-on-change].changed {
	background-color: red;
	transition: none;
	-webkit-transition: none;
}