
/*------------------------------------------------------------------

[Home Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)

-------------------------------------------------------------------*/



.navbar{
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.justify-content-center{
	margin-left: auto;
	margin-right: auto;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #000 !important;
}
.brand{
	font-size: 50px !important;
	font-weight: bold !important;
	line-height: 0.85em;
}
.main-section{
    margin-top: 90px;
    margin-bottom: 20px;
	min-height: 100vh !important;
}
.list-unstyled a{
    color: #fff !important;
    transition: all 0.3s !important;
    text-decoration: none !important;
}
.list-unstyled a:hover{
    color: #2AA4C7;
    transition: all 0.3s;
}
.title{
	color: #fff !important;
}
.login-btn{
    /* border: 1px solid #FFF; */
    box-shadow: 7px 7px 13px 1px rgba(255,255,255,0.73) !important;
   -webkit-box-shadow: 7px 7px 13px 1px rgba(255,255,255,0.73) !important;
   -moz-box-shadow: 7px 7px 13px 1px rgba(255,255,255,0.73) !important;
    border-radius: 5px;
    color: #FFF !important;
    justify-content: center;
    font-size: 1rem;
	font-weight: 400;
	padding: 8px 20px 8px 20px !important;
	margin-right: 20px;
	margin-left: 20px;
}
.login-btn:hover{
    text-decoration: none !important;
}
.bounce-out-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .bounce-out-on-hover:hover, .bounce-out-on-hover:focus, .bounce-out-on-hover:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

footer ul {
    margin-left: -38px !important;
}
footer{
	background-color: #f2f2f2;
}
.footer-copyright{
	background-color: #232323;
}
.footer-img{
	width: 250px;
}
.footer-p{
	line-height: 1.5;
	font-size: 13px;
}
.sep {
    padding-left: 6px !important;
    padding-right: 6px !important;
    color: #ccc !important;
}
.white-line{
	border-top: 1px solid #C7C0B1 !important;
	width: 100%;
	margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.nav-sec{
	background-color:#0F293C !important;
	padding: 0rem 0rem !important;
}
.footer-wrapper{
	padding-top: 15px;
	padding-bottom: 3px;
}
.footer-links{
	color:#000;
	font-size: 15px;
}
.map-form-control{
	font-size: 15px !important;
}
.footer-links:hover{
	color:#121111;
}
.footer_heading{
	color: #121111;
}
.copyright-section{
	background-color: #f2f2f2;
	padding: 5px 0px;
	color: #888;
	text-align: center;
}
.footer_hr{
	height: 1px;
	background-color: #d6d6d6;
}
.white_txt{
	color: #FFF !important;
}
.navbar-brand{
	line-height:0.85em;
	font-size:60px;
	font-weight: bold;
}
.nav-heading{
	/* color: #FFF !important; */
	/* margin-top: -20px !important; */
	z-index: 1 !important;
}
.main{
	background-color:#104253 !important;
	min-height: 100vh !important;
}
.top-container{
	background-color:#104253 !important;
}
.map-btn-submit{
	margin-top: 1px !important;
}
.img-home{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.middle-desc{
	font-size: 13px;
	color: #DADDE3;
	font-family: open sans,sans-serif !important;
	letter-spacing: 0.35em;
	font-size: 13px;
}
.app-btn{
	background-color: #0d2530 !important;
	padding: 15px;
	color: #FFF !important;
}
.app-btn:hover{
	border: solid 2px #FFF !important;
	background-color: #1A445B !important;
}
.app-btn-small{
	background-color: #0d2530 !important;
	padding: 10px;
	color: #FFF !important;
}
.app-btn-small:hover{
	border: solid 2px #FFF !important;
	background-color: #1A445B !important;
}
.app-btn-smaller:hover{
	border: solid 2px #FFF !important;
	background-color: #1A445B !important;
}
.app-btn-smaller{
	background-color: #0d2530 !important;
	padding: 5px;
	color: #FFF !important;
	justify-content: center;
}
.nav-link-home{
	color:#FFF !important;
	line-height: 33px;
	text-align: center;
}
.nav-link-home:hover{
	color:#738CA7 !important;
}
.white-container{
	background-color: #FFF;
	margin-top: 25px;
	margin-bottom: 25px;
}
.white-container .heading{
	margin-top: 40px;
	font-size: 36px;
	color: #2F2E2E;
}
.white-container p{
	font-size: 16px !important;
	color: #444 !important;
 }
 .gray-container{
	background-color: #F2F2F2;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 25px;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  }
  
  .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }
  
  .sidenav a:hover {
	color: #f1f1f1;
  }
  
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }
.margin-top{
	margin-top: 10px !important;
}
.light-blue-container{
	background-color: #CFDFF2;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 25px;
}
.bold{
	font-weight: bold;
}
.parent{
	height: 400px !important;
    overflow-y: scroll !important;
	width: 200px !important;
}
::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #CCC; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background:#85cff2; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #85cff2; 
  }
.point_no{
	background-color: #394940;
	color: #FFF;
	border-radius: 100px;
	padding: 10px;
	align-content: center;
	justify-content: center;
}
.info-heading {
    font-family: Google Sans,Roboto,Arial,sans-serif;
    line-height: 1.75rem;
    font-size: 1.375rem;
    letter-spacing: 0;
    font-weight: 400;
    color: #48B5E9;
    padding: 8px;
	margin-bottom: 10px;
}
.margin-horizontal{
	margin-left: 5px;
	margin-right: 5px;
}
.number_view{
	background-color: #CCC;
	font-family: Google Sans,Roboto,Arial,sans-serif;
	color: #284660;
	padding: 2px;
}
.hr{
	height: 1px;
	background-color: gray;
	width: 100%;
}
.blue-card{
	background-color: #6285BC;
	padding: 15px;
	color: #FFF;
}
.blue-card p{
	color: #FFF !important;
}
.blue-card-bottom {
	background-color: #6285BC;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	align-self: center;
	margin-top: -12px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	
	footer{
	   text-align: center !important;
	}
	.page-footer{
		text-align: center !important;
	}
	.list-unstyled, .list-unstyled a{
	   text-align: center !important;
	}
	.map-form-control{
		width: 145px !important;
	}
	.col-md-4 {
		flex: 0 0 100% !important;
		width: 100% !important;
	}
	.center-mobile{
		text-align: center !important;
	}

}

.inner-cont{
	border-top-right-radius: 70px;
	border-bottom-left-radius: 70px;
}
/* .login-txt{
	text-align: center !important;
	color: #FFF !important;
	color: rgba(255,255,255,.3);
	text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
} */

.content {
	padding: 16px 28px 23px;
} 
.hr{
	background-color: #FFF;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.login-fields .field {
	margin-bottom: 1.25em;
}
.btn-large{
	width: 150px;
	align-self: center !important;
	justify-content: center !important;
	align-content: center;
}

.login-fields label {
	display: none;
}

.login-actions {
	float: left;
	
	width: 100%;
	
	margin-top: -1em;
	margin-bottom: 1.25em;
}

.login-social {
	float: left;
	
	padding: 10px 0 15px;
	
	border: 1px dotted #f2f2f2;
	border-right: none;
	border-left: none;	
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}
.white_txt{
	color: #FFF !important;
}
.margin-top{
	margin-top: 10px !important;
}
.margin-top-large{
	margin-top: 15px !important;
}
.margin-top-larger{
	margin-top: 25px !important;
}
.star-rating{
	color: #DEC328;
	font-size: 1.5em;
}
.captcha-input{
	width: 100%;
	padding: 10px;	
	align-self: center;
	color: #8e8d8d;
	background-color: #15110D;
	margin-right: 15px;
}
.validation_errors{
	padding: 20px !important;
	color: #FFF !important;
}
.item_width{
	width: 299px;
}
span.login-checkbox > input[type='checkbox'] + label {    
    clear: none;
    
	height: 15px; 
	display: block;
    padding: 0 0 0 22px;
    margin: 0;
    
    font-size: 12px;
    line-height: 1.2em;
    
    background: url(../images_admin/signin/check.png) no-repeat 0 0;
    
    cursor: pointer;
}

span.login-checkbox > input[type='checkbox']:checked + label {	
	background-position: 0 -15px;
}

/** Text Under Box**/
.login-extra {
	display: block; 
	width: 300px; 
	margin: 1.5em auto;
	 
	text-align: center;
	line-height: 19px; 
	margin-top: 50px;
	text-shadow: 1px 1px 0px #fff; 	
}


.account-container{
	margin-top: 10px;
}
/** Buttons **/
.twitter, .fb {
	position: relative;
	
	height: 32px; 
	width: 157px; 
	display: block;
	
	background: url(../images_admin/signin/twitter_btn.png) no-repeat; 
	
}

.fb {
	width: 162px; 
	
	background: url(../images_admin/signin/fb_btn.png) no-repeat; 	
}

.twitter:active, .fb:active {
	top: 1px;
}

.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}

.twitter a, .fb a {
	padding: 5px 0 0 35px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 11px; 
	height: 32px; 
	display: block;	
}

.fb a {
	padding: 5px 0 0 31px; 
	
}

.twitter, .fb {
	display: inline-block;
}

.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}

.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; align-self: center; margin-top: 18px;}






.register .login-social {
	margin-bottom: 1em;
}

.register .login-actions {
	margin-bottom: 0;
}


.register h1 {
	color: #444;
}

.register span.login-checkbox {
	position: relative;
	top: -6px;
	
	width: 200px;
}

.register span.login-checkbox > input[type="checkbox"] + label {
	
	position: relative;
	
	line-height: 1.3em;
}



@media (max-width: 480px) {
	
	.account-container {
		width: 280px;	
		margin-top: 35px;
	}
	
	.login-fields input {
		width: 160px;
	}
	
	.login-social {
		width: 100%;
	}
	
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	
	.register .login-fields input {
		width: 204px;
		/* padding-left: 6px; */
	}
	
}