@charset "utf-8";
/* CSS Document */

.navbar-brand {
	background-color: rgba(230, 30, 37, 1);
}
.menu-bg {
	background-color: rgba(230, 30, 37, 1) !important;
	padding: 5px 0 !important;
}
.brand-logo {
	max-width: 200px;
	margin-top: -5px;
}
.bg-navbar-right-side {
	background-color: rgb(190, 29, 34);
}
.nav-item-side {
	border-bottom: solid 1px #333;
	background-color: rgb(190, 29, 34);
	font-size: 17px;
}
.sidebar .nav-link {
    color: #fff;
}
.nav-item-side > .nav-link:hover, .accordion > .nav-link:hover {
	background-color: rgb(158, 25, 30) ;
}
.nav-item-side-sub > .accordion > .nav-link:hover {
	background-color: #cdcfcf ;
}
.btn-link {
	color: #999;
	padding: 0 0 0 10px;
}
.btn-link:hover  {
	color: #fff;
}
.nav-item-side-sub > .accordion > .nav-link > .btn-link:hover  {
	color: #414040;
}
.nav-item-side-sub .accordion > .nav-link{
	color: #414040;
}
.sidebar .nav-link.active {
    color: #380507;
}
.nav-item-side-sub {
	border-bottom: solid 1px #CCC;
	background-color: #e8eaeb;
	color: #414040;
}
.nav-content {
	background-color: #f8f9fa;
}
.card-body {
	background-color: #f8f9fa;
}

#signout.dropdown-menu {
	left: 5px;
}
#signout.nav-link, #signout.nav-link:visited {
	color: rgba(255,255,255, 0.8);
	
}
#signout.nav-link:hover {
	color: rgba(255,255,255, 1);
}

body {
	color: #666;
}

main {
	margin-top: 70px;
	overflow: hidden;
}
#wrapper-nav {
	max-width: 1200px;
}
.center {
	margin:0 auto;
	display: block;
}
.text-center {
	text-align: center;
}
.orange {
	color: #FC8403;
}

.content_container {
	padding: 10px;
	margin-top: 20px;
}
.inside-container {
	width:100%;
	max-width:750px;
	margin:0 auto;
	padding: 25px;
}
.text-info-navbar{
	float: left;
}
.title-container {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}
.section-intro {
	padding-bottom: 60px;
}

.home-icon {
	font-size: 50px;
	padding: 40px;
	margin-top: 50px;
	margin-bottom: 10px;
	background-color: #6c757d;
	border-radius: 50%!important;
	color: #fff;
}
.blue-icon {
	color: #187eb7;
	font-size: 80px;
	padding: 45px;
}
.login-box {
	display: block;
	padding: 50px;
	background-color: #187eb7;
	max-width: 900px;
	width: 100%;
	color: #fff;
	margin: 25px auto;
}
.login-box a, .login-box a:visited {
	color: #fff;
}

.red-box {
	background-color: #ce1f32;
	padding: 80px 40px;
	color: #fff;
	text-align: center;
}
.grey-box {
	background-color: #757575;
	padding: 80px 40px;
	color: #fff;
	text-align: center;
}

.blue-txt {
	color: #0eaded;
}




.container2 {
	display:inline-block;
	width:100%;
}
.container3 {
	display:inline-block;
	width:100%;
	padding: 100px 0;
}

#header {
  box-shadow: 0px 18px 20px -10px #0000008f;
}
.navbar-default .navbar-nav > li > a {
	color:#fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.90);
}
.nav-link, .nav-link:visited {
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.navbar {
	padding: 0 1rem;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #bac7d3;
}
.tab-content {
	margin-top: 30px;
	padding: 20px;
}
.dropdown-item.buttonl {
	padding: 0 1rem;
}

.orange-btn {
	background-color: rgba(252,132,3,1);
	border: none;
}
.orange-btn:hover {
	background-color: rgba(252,132,3, .7);
}
.orange-btn:active {
	background-color: rgba(252,132,3, .7) !important;
}
.expand {
	display: block;
	padding: 2px;
	background-color: rgba(129, 33, 37, 1);
	float: right;
	font-size: .75rem !important;
}
.expand:hover {
	background-color: rgba(190, 29, 34, 1);
}

footer {
  display:block;
  background-color:#444;
  color:#fff;
  width:100%;
  padding:20px;
  text-align:center;
  font-size:12px;
}

footer a:hover {
	color: #ddd;
}

.footer-title {
	font-size:18px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	font-weight:bold;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color:#60dcea;
	color:#333333;
}
.pre-header {
	display:inline-block;
	width:100%;
	background:#666;
	height:25px;
	position:fixed;
	z-index:1000;
	color:#fff;
	top:0;
}
.pre-header a {
	color:#fff;
}
.pre-header a:hover {
	color:#0CF;
}
#header{
	position: fixed;
	top:0px;
	width: 100%;

	font-family: 'PT Sans', sans-serif;
	z-index:1000;
	/* background-color:rgba(240, 241, 241, 0.9) !important;*/
	background-color: rgba(255,255,255, 1) !important;

	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header.sticky {
	text-align: left;
	/*background-color:rgba(240, 241, 241, 0.95) !important; */
	background-color:rgba(255,255,255, 0.95) !important;
}


#header2.sticky a:link, #header2.sticky a:visited,
#header.sticky a:link, #header.sticky a:visited,
#header a:link, #header a:visited {
	color: rgba(0,0,0,0.6) !important;
}


#nav-sticky {
	margin-top:34px;
	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav-sticky.sticky_margin {
	margin-top:20px;
}

.phone-header {
	font-size: 30px;
	font-weight: 700;
}
.link-white:link, .link-white:visited {
	color: rgba(255,255,255, 0.95);

	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.link-white:hover {
	color: rgba(255,255,255, 0.75);
}
.in-bg {
	background:rgba(255,255,255, 0.8);
	margin-bottom:5px;
	width:100%;
	border:solid 1px #CCC;
}

.error {
	border: 1px solid #F00;
}

.fa-icon {
	font-size: 55px;
	color: rgb(109, 109, 109);
}
.footer-icon {
	color: #fff;
	margin-right: 30px;
	font-size: 30px;

	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.footer-icon:hover {
	color: #999;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.margin-top-bottom-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.box-shadow {
	background-color:#fff;
	border:solid 1px #CCC;
	border-radius:10px;
	margin:10px 20px 30px 10px;
	padding:10px;
	-webkit-box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
	box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
}

.toast {
	min-width: 280px;
}

.mobile_hide {
	display:block;
}
.mobile_only {
	display:none;
}
/* Angular Toggle */
  .animate-show-hide.ng-hide {
	opacity: 0;
  }
  
  .animate-show-hide {
	transition: all linear .5s;
  }
  
  .check-element {
	border: 1px solid black;
	opacity: 1;
	padding: 10px;
  }

/* Spinner */

.sk-chase {
	width: 40px;
	height: 40px;
	position: relative;
	animation: sk-chase 2.5s infinite linear both;
	
  }
  
  .sk-chase-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; 
	animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
	content: '';
	display: block;
	width: 25%;
	height: 25%;
	background-color: rgba(230, 30, 37, 1);
	border-radius: 100%;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
	100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
	80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
	50% {
	  transform: scale(0.4); 
	} 100%, 0% {
	  transform: scale(1.0); 
	} 
  }

/* End Spinner */

@media (max-width: 620px) {
	#wrapper {
		margin-top: 65px;
	}
	.mobile_hide {
		display:none;
	}
	.mobile_only {
		display:block;
	}
	#logo {
		width:256px;
	}
	
	.inside-container {
		padding:10px;
	}
	#signout.dropdown-menu {
		left: -44px;
	}
}
@media print {
	#page-content-wrapper {
		max-width:100% !important;
		margin: 50px 0 0 0 !important;
		padding: 0 !important;
		flex: 0 0 100% !important;
	}
	
}
