/* www.hrabcaklaw.com CSS, ©2018 Hrabcak L.P.A. */

/*
	header ex: https://codepen.io/bootstrapped/pen/KwYGwq (not using)
			yes: https://bootsnipp.com/snippets/featured/responsive-navbar-brand-centered

	Colors:
		* Hrabcak Green: #006635;

	Font: Raleway (Body), Libre Baskerville (headlines)

*/
/*****************************************************************\
  SITE CSS
\*****************************************************************/
/* Basic Elements */
html {}

body {
	background:#fff;
	font-size:16px;
	font-family: 'Raleway', sans-serif;
}

/*
https://brizzo.net/tips/hide-recaptcha-v3-badge/
*/
/* hide grecaptcha-badge by default, enable on page-by-page basis */
.grecaptcha-badge { opacity:0; }

h1 {
	margin-bottom:40px;
	font-family:'Libre Baskerville';
	text-align: center;
	text-transform:uppercase;
	font-size:30px;
	font-weight: bold;
	color:#007b40;
}

h2 {
	color:#007b40;
	color:#000;
	font-family:'Libre Baskerville';
	font-size:24px;
	display:block;
	position:relative;

	border-bottom:2px solid #11844d;
	margin-left:0px;
	padding-left:0px;
	text-transform: uppercase;
}

h2:after {
	content:"";
	display:block;
	position:absolute;
	left:0px;
	bottom:-6px;
	width:100%;
	height:2px;
	background:#11844d;
}

h3 {
	color:#007b40;
	color:#333;
	font-family:'Libre Baskerville';
	font-size:18px;
	font-weight: bold;
	margin-top:50px;
}

/* Buttons */
.btn-primary {
	padding:10px 15px 10px 15px !important;
	border-radius:2px;
	background-color:#016ddd !important;
	color:#fff !important;
	background: -webkit-linear-gradient(#006635 0%, #004912 100%);
	background: -o-linear-gradient(#006635 0%, #004912 100%);
	background: linear-gradient(#006635 0%, #004912 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: .5em 1em;
	box-shadow: none; /*inset 0 0 0 1px rgba(0,166,233,0.7) !important;*/
   -webkit-transition: .3s;
    transition: .3s;
    text-transform: none;
	border:none !important;
}

.btn-primary:hover, 
.btn-primary:active
{
	background: -webkit-linear-gradient(#004912 0%, #006635 100%);
	background: -o-linear-gradient(#004912 0%, #006635 100%);
	background: linear-gradient(#004912 0%, #006635 100%);
}

.btn-primary-lfav {
	padding:10px 15px 10px 15px !important;
	border-radius:2px;
	background-color:#016ddd !important;
	color:#fff !important;
	background: -webkit-linear-gradient(#003975 0%, #001f42 100%);
	background: -o-linear-gradient(#003975 0%, #001f42 100%);
	background: linear-gradient(#003975 0%, #001f42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: .5em 1em;
	box-shadow: none;
   -webkit-transition: .3s;
    transition: .3s;
    text-transform: none;
	border:none !important;
}

.btn-primary-lfav:hover, 
.btn-primary-lfavactive
{
	background: -webkit-linear-gradient(#003975 0%, #001f42 100%);
	background: -o-linear-gradient(#003975 0%, #001f42 100%);
	background: linear-gradient(#003975 0%, #001f42 100%);
}

section#subpage-content p {
	margin-top:50px;
	margin-bottom:50px;
}


section#subpage-content p strong {
	color:#007b40;
	font-weight:600;
}


/* Blog */
ul#BlogListing {
	list-style-type:none;
	padding:0;
	margin-top:50px;
	margin-bottom:50px;
}

ul#BlogListing li {
	margin-left:0px;

}

ul#BlogListing li > h3 {
	font-family:'Libre Baskerville';
	font-size:18px;
	font-weight: bold;
	margin-top:60px;
}

ul#BlogListing li:first-child h3 {
	margin-top:10px;
}


ul#BlogListing li > h3 > a {
	text-decoration: none;
	color:#000 !important;
}


ul#BlogListing li > h3 > a:hover {
	text-decoration: none;
	color:#000 !important;
}

ul#BlogListing li > p {
	font-size:14px;
	color:#555;
	line-height:auto;
}

a {
	color:#006635 !important;
	font-weight: bold;
}

p {
	line-height: 32px;
}

/* Page Structure/Layout */
div#top-header-bar {
	font-family: 'Raleway', sans-serif;
	background-color:#006635;
	color:#fff;
	padding:12px 5px 5px 5px;
	font-size:14px;
	margin-bottom:30px;
}

div#top-header-bar ul {
	list-style-type:none;
}

div#top-header-bar ul li {
	display:inline-block;
	margin-right:20px;
}


div#top-header-bar a {
	color:#fff !important;
	font-weight: bold;
}

section#hero-home {
	min-height:600px;
}


/* SUBPAGES */
/* Homepage */
ul#hero-cta-buttons {
	list-style-type:none;
	float:right;
	min-width:30%;
	margin-top:80px;
	/*
	-webkit-box-shadow: -5px 10px 34px -15px rgba(0,0,0,0.9);
	-moz-box-shadow: -5px 10px 34px -15px rgba(0,0,0,0.9);
	box-shadow: -5px 10px 34px -15px rgba(0,0,0,0.9);
	*/
}

ul#hero-cta-buttons > li {
	background-color:rgba(0,73,18,0.90);
	padding:40px;
	text-align: right;
	border-bottom:1px solid rgba(255,255,255,0.3);
	cursor:pointer;
	cursor:hand;
}

ul#hero-cta-buttons > li:hover {
	background-color:rgba(0,73,18,1);
}

ul#hero-cta-buttons > li:last-child {
	border-bottom:none;
}

ul#hero-cta-buttons > li > a {
	color:#fff !important;
	text-transform: uppercase;
	font-size:24px;
	font-family: 'Libre Baskerville', sans-serif;
	text-decoration: none !important;
	display:inline-block;
	height:100%;
	width:100%;
}


footer {
	background-color:#006635;
	color:#fff;
	border-top:1px solid #ededed;
	margin-top:100px;
	padding-top:50px;
	padding-bottom:50px;
}

footer nav ul {
	display:block;
	max-width:100%;
	margin-left:40px;
	padding-left:0px;
}


footer nav > ul > li {
	display:block;
	list-style-type:none !important;
	margin-bottom:15px;

}

footer a {
	color:#fff !important;
	text-transform: uppercase;
}


.alert-info {
	background-color:#006635 !important;
	color:#fff;
}


table.table-bordered {
	box-shadow:3px 3px 5px #777;
}

table.table-bordered tbody tr:first-child {
	background-color:#d9d9d9;
}

table.table-bordered tbody tr {
	background-color:#fff;
}


div.df-crud-dialog {
	display:none;
}

.alert-default-hidden {
	display:none;
}

.copyright {
	font-size:12px;
	color:#96979a;
}

.icon-orange {
	color:brown;
}

p.lead {
	font-size:18px;
	text-align: center;
}

img#logo-header {
	display:inline-block;
	width:300px;
	height:auto;
	margin-top:5px;
	margin-bottom:15px;
	background:transparent;
}

img#logo-footer {
	display:block;
	width:150px;
	height:auto;
	margin-top:5px;
	margin-bottom:15px;
	background:transparent;	
}

div#bg-image {
	position:absolute;
	top:0;
	height:600px;
	width:100%;
	z-index:-1;
}

.navbar-default {
	background: transparent;
}

.navbar-nav>li {
	color:#96979a;
	font-weight: normal;
}

.navbar-nav>li:nth-child(5),
.navbar-nav>li:nth-child(6) {
	padding:0px;
}

/* Navigation Item Styles */
header ul.navbar-nav li {

}

header ul.navbar-nav li > a {
	border-top:3px solid transparent;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	text-transform: uppercase;
	color:#000;
	padding-left:30px;
	padding-right:30px;
}

header ul.navbar-nav li.active > a {
}

.navbar-nav>li>a {
	color:#fff !important;
	font-weight: normal;
	border-top:2px solid transparent !important;
	background-color:#006635 !important;
}

.navbar-nav>li:hover > a,
.navbar-nav>li:active > a,
.navbar-nav>li:active > a {
	/*
	border-top-color: rgba(0,0,0,0.5) !important;
	*/
	background-color:#00582e !important;
}

.navbar-default .navbar-collapse, .navbar-default, .navbar-form {
	border-color:transparent;
}

header nav {
	border-bottom: 1px solid transparent !important;
}

header ul.navbar-nav {

}

header ul.nav li:after,
{
	content:'';
	display:block;
	margin-top:5px;
	border-bottom:1px solid #00a6e9;
	width:0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

header ul.nav li.dropdown li a {
	text-transform: none;
}

header {
    padding-top:20px;
}

.navbar-parent {
	z-index:100;
    background-color:#006635;
	border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-top:30px;
}

html#home .navbar-parent {
	border-bottom:1px solid transparent !important;
}

.navbar {
    margin-bottom:0px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;

}

.navbar .navbar-collapse {
    text-align:left;
}

.phone-ir {
    text-transform:uppercase;
    font-size:14px;
}

.phone-ir a {
    display:block;
    font-size:22px;
}


#official-site {
	background-color:#f0f0f0; 
	color:#000; padding:10px; 
	text-transform: uppercase; 
	font-weight: bold;
	font-size:14px; 
}


/* Text next do N days left in blue bar */
span#reg_daysleft {
	font-size:30px;
	border:3px solid #fff;
	padding:5px;
}

span#reg_deadline_text {}

.navbar-nav>li a.link-box:hover,
.navbar-nav>li a.link-box:active {
	color:#fff !important;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color:transparent;
	color:#005aab;
}

.btn-lg {
	display:block;
	width:100%;
}

form {
	margin-bottom:30px;
}

.btn-default {
	padding:10px 15px 10px 15px !important;
	border-radius:2px;
	background-color:#96979a !important;
	color:#fff !important;
	background: linear-gradient(#96979a 0%, #86878c 100%) !important;
    padding: .5em 1em;	
	box-shadow: none; /*inset 0 0 0 1px rgba(0,166,233,0.7) !important;*/
   -webkit-transition: .3s;
    transition: .3s;
    text-transform: none;	
	border:none !important;
}

.btn-success, 
.btn-danger {
	padding:10px 15px 10px 15px !important;
	border-radius:2px;
    padding: .5em 1em;
	box-shadow: none; /*inset 0 0 0 1px rgba(0,166,233,0.7) !important;*/
   -webkit-transition: .3s;
    transition: .3s;
    text-transform: none;	
	border:none !important;	
}

.btn-transparent {
	padding:10px 15px 10px 15px !important;
	border-radius:5px;
	background-color:transparent; !important;
	background: transparent !important;
    padding: .5em 1em;
    /*border: 1px solid #e0452f*/
	
	border-color:#ddd !important;
	border-style:solid !important;
	border-width: 1px !important;
	
	margin:5px 15px 0px 15px !important;
	box-shadow: none; /*inset 0 0 0 1px rgba(0,166,233,0.7) !important;*/
   -webkit-transition: .3s;
    transition: .3s;
    text-transform: none;
    color:#005aab;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
	border-color:#ddd !important;
	border-style:solid !important;
	border-width: 1px !important;
	outline:none !important;
	box-shadow:none !important;
	background:none !important;
}

.btn-default:hover,
.btn-default:active
{
	color:#fff !important;
	background: linear-gradient(#86878c 0%, #86878c 100%) !important;
}

.btn-danger {
	border:none !important;
}

html#signup form#frmSignup {
	margin-top:40px;
}

html#signup .input-group-btn .btn-ps {
	margin:0px !important;
	padding-top:12px !important;
	padding-bottom:12px !important;
	font-size:22px !important;
}

.form-box {
	border:1px solid #ccc;
	padding:10px;
}

/* typically has icon inline with form control text */ 
.form-group > .form-control {
	padding-left:30px !important;
}

.form-control {
	margin-bottom:15px;
	font-size:14px;
	border-radius:0px;
}

.date-picker {
	padding:5px !important;
}

html#signup .input-group .form-control {
	font-size:18px !important;
	height:auto !important;
	padding:15px;
}

html#home section {
	padding-top:40px;
	padding-bottom:40px;
}

.overlay {
	position:absolute;
	background-color:rgba(34,166,165,0.7);
	top:0;
	left:0;
	bottom:0;
	right:0;
}

section#hero {
	/*iStock: http://www.istockphoto.com/photo/empty-modern-dentist-room-gm540725624-96595081?st=_p_dental%20office*/
/*	background:url('/assets/img/540725624x.jpg') no-repeat;*/
	background-size:cover;
	background-position: top center;
}

div.hero {
	min-height:400px;
	padding:0px;
}


div.hero p {
	text-align: center;
	font-size:24px;
	width:90%;
	margin:auto;
	margin-bottom:10px;
	margin-top:15px;
}

div.hero .btn {
	font-weight:bold;
	font-size:24px;
}



.form-group {
	position:relative;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=phone],
textarea.form-control {
	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-size:14px;
}

.form-group i.fa {
	position:absolute;
	top:13px;
	left:10px;
	opacity:0.5;
}

fieldset {
	border:1px solid #ededed;
	border-radius:10px;
	padding:20px;
	margin-bottom:20px;
}

fieldset h2 {
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
}

fieldset .form-control {
	font-size:18px !important;
}

html#signin .signin-footnote {
	font-size:0.8em;
	color:#96979;
}

/* SUBPAGES */
html#signin a#forgot_pwd {
	float:right;
	font-size:14px;
}


/* UI COMPONENTS */
/* Wizard Progress Bar */


ol.progtrckr {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

ol.progtrckr li {
    display: table-cell;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #005aab;
}

ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li.progtrckr-active {
    color: #333;
    font-weight:bold; 
    border-bottom: 4px solid #ee702d;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #ee702d;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

select.form-control
{
	padding:5px 10px 5px 10px;
	min-height:40px;
}

/* End Wizard Progress Bar */

p.instructions {
	font-size:18px;
	margin-bottom:30px;
}

/* END UI COMPONENTS */

/* CUSTOMER MODULE */
html#company div#bg-image-x {
	/* iStock: http://www.istockphoto.com/photo/dentist-at-work-gm510481174-86265831 */
	background-image:url('/assets/img/510481174.jpg');
	background-image:url('/assets/img/Dentist-at-work-510481174_5300x3538.jpg');
	height:450px;
	background-size:cover;
	background-position:center;
}

/* fancy heading with line thru it */
.fancy {
	line-height:0.5;
	text-align: center;
}

.fancy span {
	display:inline-block;
	position:relative;
}

.fancy span:before,
.fancy span:after {
	content:'';
	position:absolute;
	height:1px;
	border-top:2px solid #005aab;
	border-top:2px solid #ee702d;
	top:5px;
	width:600px;
}

.fancy span:before {
	right:100%;
	margin-right:15px;
}

.fancy span:after {
	left:100%;
	margin-left:15px;
}

ul.ps-list {
	margin-left:0px;
	padding-left:0px;
	margin-top:20px;
}

ul.ps-list li {
	margin-left:20px;
	padding-left:0px;
	margin-bottom:20px;
}

img#img-footer-logo {
	max-width:150px; 
	float:right;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 8px;
    padding-top:5px;
    background-color: #ee702d;
    color: #fff;
    text-align: center;
    display:inline-block;
    font-size:24px;
}

/* TERMS PAGES */
.LegalDoc {
	margin-top:30px;
}

.LegalDoc h2,
.LegalDoc h3 {
	color:#000;
}

.pagination span.disabled {
    border: 1px solid #EEEEEE;
    color: #DDDDDD;
    margin: px;
    font-size: 16px !important;
    padding: 6px 7px !important;
    float:left;
}

/* SUBPAGES */
html#contact .grecaptcha-badge { opacity:1; }

h1 {
	margin-top:10px;
}

#subhero {
	background-size:cover;
	background-position:center center;
	min-height:600px;
	display:flex;
    align-items: center;
    justify-content: center;	
}

.mid h1 {
  color: white;
  text-transform: uppercase;
  margin: 0;
  position:relative;
  font-size:42px;
}

.sidebar-cta {
	padding:15px;
	padding-top:20px;
	padding-bottom:30px;
	margin-top:100px;
	background-color:rgba(0,0,0,0.25);
	border-radius:10px;
}

.sidebar-cta h3 {
	margin-top:10px;
}

.sidebar-cta nav ul {

}

.sidebar-cta nav ul li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #777;
}

/**********************************************************************/
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	img#logo-header {
		margin-left:10px;
		width:270px;
	}

	.navbar-nav > li {
		padding-left:5px !important;
		padding-right:5px !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	img#logo-header {
		margin-left:10px;
		width:270px;
	}

	.navbar-nav > li {
		padding-left:5px !important;
		padding-right:5px !important;
	}

	header li#nav-signup a.btn-ps {
		margin-left:15px !important;
		position:relative;
		top:-10px;
	}

	header li#nav-myaccount a.btn-ps {
		margin-left:15px !important;
		position:relative;
		top:-10px;
	}

	header ul.navbar-nav li.active > a:not(.btn-app):not(.btn-ps) {
		border-top:3px none !important;
		font-weight: bold !important;
	}
	ul#hero-cta-buttons {
		min-width:20%;
		box-shadow:none;
	}

	ul#hero-cta-buttons > li {
		padding:20px;
	}

	ul#hero-cta-buttons > li > a {
		font-size:16px;
	}

	header ul.nav li.dropdown.open li {
		margin-left:30px;
	}

	header ul.nav li.dropdown.open li a {
		color:#fff !important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	img#logo-header {
		margin-left:10px;
		width:270px;
		max-width:200px;
	}

	ul#hero-cta-buttons > li > a {
		font-size:16px;
	}

	ul#hero-cta-buttons {
		min-width:20%;
		box-shadow:none;
	}

	ul#hero-cta-buttons > li {
		padding:20px;
	}

	header li#nav-signup a.btn-ps {
		margin-left:15px !important;
		position:relative;
		top:-10px;
	}

	header li#nav-myaccount a.btn-ps {
		margin-left:15px !important;
		position:relative;
		top:-10px;
	}

	section#hero p {
		font-size:18px;
		margin-left:5px;
		margin-right:5px;
	}


	span#home-callout {
		margin-top:20px !important;
		font-size:40px !important;
	}

	/* Text next do N days left in blue bar */
	span#reg_deadline_text {
		font-size:12px;
	}

	span#reg_daysleft {
		font-size:18px;
		border:3px solid #fff;
		padding:5px;
	}

	.navbar-nav > li {
		padding-left:5px !important;
		padding-right:5px !important;
	}

	header ul.navbar-nav li.active > a:not(.btn-app):not(.btn-ps) {
		border-top:3px none !important;
		font-weight: bold !important;
	}

	img#footer-logo {
		margin:auto;
		max-width:200px;
		margin-top:30px;
	}

	div#footer-legal nav {
		margin-bottom:10px;
	}

	div#footer-legal span.copyright {
		margin-bottom:25px;
		display: block;
	}

	footer nav ul {
	}

	footer nav ul li {
		font-size:12px;
	}

	img#img-footer-logo {
		clear:left !important;
		margin:auto;
		float:none;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	img#logo-header {
		margin-left:10px;
		width:200px;
	}

	header li#nav-signup a.btn-ps {
		margin-left:15px !important;
		position:relative;
		top:-10px;
	}

	header li#nav-myaccount a.btn-ps {
		margin-left:15px !important;
		position:relative;
		top:-10px;
	}


	span#reg_deadline_text {
		font-size:10px;
	}


	section#hero h1 {
		font-size:32px !important;
	}

	section#hero p {
		font-size:18px;
		margin-left:5px;
		margin-right:5px;
	}

	h1 {
		font-size:32px;
	}

	h2 {
		margin-bottom:20px;
		margin-top:40px !important;
		font-size:21px;
	}

	span#home-callout {
		margin-top:20px !important;
		font-size:40px !important;
	}

	.navbar-nav > li {
		padding-left:5px !important;
		padding-right:5px !important;
	}

	header ul.navbar-nav li.active > a:not(.btn-app):not(.btn-ps) {
		border-top:3px none !important;
		font-weight: bold !important;
	}

	ul#hero-cta-buttons {
		min-width:20%;
		box-shadow:none;

	}

	ul#hero-cta-buttons > li {
		padding:20px;
	}

	ul#hero-cta-buttons > li > a {
		font-size:14px;
	}
}

/*********** NPROGRESS **********/

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  z-index: 999999;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 999999;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  z-index: 999999;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*********** END NPROGRESS CUSTOMIZATION **********/
