.profile_pic{
border-radius:40px;
}
.hidethis {
    display: none;
}
.bg-primary {
    background: #0074B7;
    padding:5px;
    color:#fff;
}
.table th {
    padding:5px 5px !important; 
    font-size:0.3em;
    text-align: center;
}
.text-center {
    text-align: center;
}
.table td {
    font-size:1.2em; 	
	
}
td{
	
color:#ffffff;
}
.b{
background-color:#fff;	
}
.fa {
    cursor: pointer;
}


.form-data{
	width:60%;
	min-width:400px;
	display:block;
	float:left;
	margin-left:2%;
}
.add-user{
	width:80%;
	height:300px;
	background-color:#91a268;
	
}

.main-account{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	display:block;
}

.side-account{
	width:20%;
	min-width:150px;
	background:#222222;
	color:#efefef;
	display:block;
	float:left;
	min-height:700px;
}
.side-account-item{
	width:100%;
	height:22px;
	margin-top:2%;
	margin-bottom:1%;
	display:block;
}
.side-account-item a{
	width:100%;
	height:100%;
	display:block;
	color:#ffffff;
	text-decoration:none;
	background-color:#666666;
	padding:2% 0;
	margin:5% 0;
	text-align:center;
}

.account-main-target{
	width:70%;
	min-width:650px;
	background:#222222;
	color:#efefef;
	display:block;
	float:right;
	min-height:700px;	
}


.admin-main-container{
	width:100%;
	min-height:900px;
	background-color:rgba(89,80,63,0.6);
	margin-left:auto;
	margin-right:auto;
}
.admin-head{
	width:100%;
	min-height:80px;
	display:block;
	background-color:rgba(18,21,24,0.8);
	color:#fff;
}
.admin-foot{
	clear:both;
	width:100%;
	min-height:20px;
	display:block;
	margin-bottom:0;
	background-color:rgba(100,100,248,0.9);
}


.account-target{
	
	display:none;
	
}
.account-target:target{
	display:block;
	width:90%;
	min-width:500px;
	min-height:600px;
	margin:auto;
	background-color:#eeeeee;
}
.content-head{
	width:100%;
	min-height:50px;
	height:60px;
	text-align:center;
	background-color:#fff;
	color:#222222;
	size:larger;
	font-weight:bolder;
}
.content-body{
	width:100%;
	min-height:500px;
	text-align:center;
	background-color:#dddddd;
	color:#fff;
	size:larger;
	font-weight:bolder;
}
.dash-item{
	width:250px;
	height:170px;
	display:block;
	margin-left:2%;
	float :left;
	margin-bottom:2%;
	margin-top:5%;
	
}

.dash-item a{
	text-decoration:none;
	color:#fff;
	background-image:linear-gradient(to right,rgba(129,220,168,0.7),rgba(220,129,168,0.7),rgba(168,129,220,0.7));
	width:100%;
	height:100%;
	display:block;
	padding:5em 0;
	
}

.content-body table{
	width:90%;
	min-height:100px;
	border:2px #3376a5 solid;
	padding:1em;
}
.content-body tr{
	width:100%;
	min-height:35px;
	background-color:#3376a5;
	text-align:center;
	padding:1em;
}
.content-body th{
	min-height:16px;
	background-color:#ed3232;
	text-align:center;
	padding:1em;
}

.content-body td{
	min-height:100px;
	border:2px #ed3232 solid;
	padding:0.2em;
	color:#fff;
}                        

h1,h2,h3,h4,h5,h6,legend{
	color:#ffffff;
}
#header{
	background-color:#00ccff;
}