/**********************************************
Theme Name: 	International Christian Academy Theme
Description: 	Core CSS
Author: 		JM Crisostomo
Author URI: 	https://jmcrisostomo.github.io/
Tags: 			No Tags 
***********************************************/

/*global setting*/
html, body{
	overflow-x: hidden;
	margin-top: 50px;
}

/*header*/
.navbar-toggler{
	border-color: white !important;
}
.navbar-brand > span{
	padding: 0 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait)
{
	.navbar-brand > span{
		display: none;
	}
}
@media only screen and (min-width: 768px)
{
	.navbar-brand > span{
		display: inline;
	}
}
/*header*/

/*sidebar*/
ul > li.nav-item:hover, 
ul > li > a.nav-link:hover {
	background-color: #E0E0E0;
	-webkit-transition: all .15s ease-in;
	   -moz-transition: all .15s ease-in;
	    -ms-transition: all .15s ease-in;
	     -o-transition: all .15s ease-in;
	        transition: all .15s ease-in;
	/*color: #FFF;*/
}
ul > li > a.nav-link { 
	padding: 3px 2px !important;
	color: #212121;
}
.active {
	font-weight: bold;
}
.user-content {
	padding: 10px 15px;
}
.user-content > .user-img {
	width: 125px;
 	margin: 5px auto;
}
.sidebar{
	display: none;
}
.sidebar-overlay{
	display: none;
}

@media only screen and (min-width: 1024px)
{
	#sidebarCloseButton {
		display: none;
	}
	.sidebar {
		position: fixed !important;
		top: 51px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #EEE;
		border-right: 1px solid #E0E0E0;
	}
	ul > li.nav-item:hover, 
	ul > li > a.nav-link:hover {
		background-color: #E0E0E0;
		-webkit-transition: all .15s ease-in;
		   -moz-transition: all .15s ease-in;
		    -ms-transition: all .15s ease-in;
		     -o-transition: all .15s ease-in;
		        transition: all .15s ease-in;
		/*color: #FFF;*/
	}
	ul > li > a.nav-link { 
		padding: 3px 2px !important;
		color: #212121;
	}
	.active {
		font-weight: bold;
	}
	.user-content {
		padding: 0px 5px;
	}
	.user-content > .user-img {
		width: 100px;
    	margin: 0 auto;
	}
	ul > li > a.nav-link { 
		font-size: 1rem;
		padding: 2px 3px !important;
		color: #212121;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait)
{
	.sidebar-overlay{
		display: block;
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 250px;
		z-index: 1030;
	}
	.sidebar-active{
		display: block !important;
	}
	.sidebar-hidden{
		display: none !important;
	}
	.sidebar {
		position: fixed !important;
		top: 0;
		width: 250px !important;
		bottom: 0;
		left: 0;
		z-index: 1030;
		/*display: block;*/
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #EEE;
		border-right: 1px solid #E0E0E0;
	}
	#sidebarCloseButton {
		position: absolute;
		top: 0;
		right: 0;
		background-color: transparent;
	}
	#sidebarCloseButton > span {
		font-size: 1.50rem;
	}
}
/*sidebar*/

/* login */
.login-logo {
	width: 120px;left: 50%; transform: translate(50%, 0);
}
.login-bg {
	background-image: url('login_bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	/*filter: blur(5px);*/
	z-index: -100;
}

.login-content {
	position: absolute;
	max-width: 400px;
	min-width: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(250,250,250 ,0.5);
	height: 400px;
	border-radius: 5px;
}

.username-style {
 
padding-left: 30px; 
padding-right: 30px; 
padding-top: 30px;

}

.login-content-ryan-test {
	position: absolute;
	max-width: 400px;
	min-width: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(250,250,250 ,0.5);
	height: 400px;
	border-radius: 5px;
}

.input-group-text {
    background-color: rgba(158,158,158,1) !important;
    color: rgba(250,250,250 ,1) !important;
}

/*dashboard*/
.main {
	padding: 30px;
}

@media only screen and (min-width: 768px)
{
	.main {
    padding-right: 40px !important;
    padding-left: 40px !important;
	}
}
.list-group-item {
	margin-bottom: 10px !important;
}
.list-group-item-action {
	/*min-height: 200px;*/
}
.list-group-item-action:focus, 
.list-group-item-action:hover{
	filter: brightness(125%) !important;
	-webkit-transition: all .15s ease-in;
		-moz-transition: all .15s ease-in;
		 -ms-transition: all .15s ease-in;
		  -o-transition: all .15s ease-in;
		     transition: all .15s ease-in;
}
/*dashboard*/

/*table css properties*/
#myTable {
	/*height: 500px;*/
}
th, td {
	font-size: 16px;
}

@media only screen and (min-width: 767px)  and (orientation: portrait)
{
	th, td {
		font-size: 14px;
	}
}
/*table css properties*/