body,html {
	padding:0px;
	margin:0px;
	background-color:#f0f0f0;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
* {
	padding:0px;
	margin:0px;
	text-decoration:none;
	color:#666;
}
.container{
	display: flex;
	flex-direction:column;
}
.header {
	display: flex;
	height: 60px;
	flex-direction: row;
	background: rgb(63,94,251);
	background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,248,1) 100%);
}
.header > * {
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content: space-evenly;
	color:#fff;
	text-decoration:none;
	font-size:21px;
}
.header > a > i {
	color:#fff;
}
.blockBackground {
	background: rgb(20,0,170);
	background: -moz-radial-gradient(circle, rgba(20,0,170,0.9864320728291317) 0%, rgba(51,102,8,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(20,0,170,0.9864320728291317) 0%, rgba(51,102,8,1) 100%);
	background: radial-gradient(circle, rgba(20,0,170,0.9864320728291317) 0%, rgba(51,102,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1400aa",endColorstr="#336608",GradientType=1);
}
.containerBoxed .inHeader {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 20px;
	max-width:1080px;
	margin:auto;
}
.row {
	display:inline-block;
	padding:20px;
	width:1040px;
	margin:20px auto;
	background-color:#ffffff;
	border-radius:3px;
}
.inHeader .logo a {
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
.inLinks a {
	color:#ffffff;
	text-decoration:none;
	margin-left:15px;
}
.inHeader .inLinks a i{
	color:#fff;
	margin-right:5px;
}
.profileImgSmall{
	width:30px;
	height:30px;
	border-radius:50px;
	background-color:#888;
}
.formPage {
	height:100%;
	background-color:#fff;
	padding:20px;
}
.insertForm {
	display:flex;
	flex-direction: column;
	height:100%;	
}
.form-control {
	padding: 10px;
	margin: 10px 10px;
	border-radius: 4px;
	outline: 0;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	box-sizing: border-box;
	width: 100%;
}
.form-control:focus{
	transition: all 300ms ease;
	background-color: #ffffff;
	color: #3105A5;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px -0px;
}
.control-label {
	display:flex;
	width:100%;
	align-items: center;
	justify-content: space-evenly;
}
.textarea {
	height:200px;
}
.leftLabel {
	width:160px;
}
.min {
	max-width:60px;
	padding:10px 5px;
}
.btn {
	padding: 15px;
	color: #fff;
	margin:40px 10px;
	margin-top:10px;
	border-radius:10px;
	outline:0;
	font-size:18px;
	background: rgb(20,0,170);
	background: -moz-radial-gradient(circle, rgba(20,0,170,0.9864320728291317) 0%, rgba(51,102,8,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(20,0,170,0.9864320728291317) 0%, rgba(51,102,8,1) 100%);
	background: radial-gradient(circle, rgba(20,0,170,0.9864320728291317) 0%, rgba(51,102,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1400aa",endColorstr="#336608",GradientType=1);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px -0px;
}

.btnPrimary {
	padding: 15px;
	color: #fff;
	border-radius:10px;
	outline:0;
	font-size:18px;
	background-color:#069;
	text-align:center;
}

.btnInside {
	padding: 10px;
	color: #212121;
	margin:40px 10px;
	margin-top:10px;
	border-radius:4px;
	outline:0;
	border:1px solid #f4f4f4;
	font-size:16px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px -0px;
}
h1 {
	color:#000000;
	font-size:26px;
}
.signupDesc h1, .signupDesc p {
	text-align:center;
}
.signupDesc {
	margin:20px 0px;
}
.signupDesc * {
	padding:5px 0px;
}
.signupDesc > p {
	font-size:14px;
}
.pageInLogo {
	width:100%;
	margin:30px 0px;
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
	align-items: center;
}
.checkbox {
	color:#999;
	padding:1px;
	margin: 10px 10px;
	border-radius: 4px;
	outline: 0;
	font-size: 15px;
	box-sizing: border-box;
	width: 100%;
	display:flex;
}
a {
	color:#000000;
	text-decoration:underline;
}
.checkbox > span {
	margin-left:20px;
}
.checkbox > input[type=checkbox] {
	padding-rigth:20px;
	width:20px;
}
.alertMessage {
	width:100%;
	display:none;
	padding:10px;
	margin:10px;
	border:1px solid #e0e0e0;
	border-radius:4px;
}
.alertDanger{
	color:#C00;
	border:1px solid #C00;
}
.alertSuccess{
	color:#0C3;
	border:1px solid #0C3;
}
.alertInfo{
	color:#06C;
	border:1px solid #06C;
}
input[disabled], textarea[disabled], selec[disabled], button[disabled] {
	opacity:0.6;
}
.gradientBlue {
	background: rgb(36,51,255);
	background: -moz-radial-gradient(circle, rgba(36,51,255,1) 0%, rgba(111,255,215,1) 89%);
	background: -webkit-radial-gradient(circle, rgba(36,51,255,1) 0%, rgba(111,255,215,1) 89%);
	background: radial-gradient(circle, rgba(36,51,255,1) 0%, rgba(111,255,215,1) 89%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2433ff",endColorstr="#6fffd7",GradientType=1);
}
.outHeader {
	width:100%;
	display:flex;
	background-color:#ffffff;
	justify-content:space-around;
	align-items:center;
	padding:10px 0px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px -1px;
}

footer {
	display:flex;
	padding:20px;
	flex-direction:column;
	margin-bottom:80px;
}
footer .flinks, footer .copyright {
	width:100%;
	padding:20px 0px;
	display:flex;
	justify-content:space-evenly;
}
.hlinks a, flinks a {
	font-size:15px;
	text-decoration:none;
	margin-left:20px;
	color:#777777;
	font-weight:700;
	transition:all 300ms ease;
}
.slider {
	width:100%;
	text-align:center;
	overflow:hidden;
}
.slide {
	width:100%;
	height:1024px;
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	background-origin:content-box;
	background-size:cover;
}
.containerBoxed .page {
	width:1080px;
	margin:20px auto;
	display:flex;
	flex-direction:row;
}

.page h1 {
	font-size:18px;
	margin-bottom:10px;
}
.profileImages {
	margin:15px 0px;
	display:flex;
	flex-wrap: wrap; 
}
.pImg{
	width:90px;
	margin:5px;
	height:150px;
	background-color:#F0F0F0;
	border-radius:5px;
	flex-grow: 1;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:scroll;
	background-position:center center;
	display:flex;
	flex-direction:column;
	justify-content:end;
}
.pmImg_1 {
	border:2px solid #CF0;
}
.imgSet {
	display:flex;
	justify-content:space-evenly;
}
.imgSet > span {
	padding:5px;
	width:20px;
	height:20px;
	display:flex;
	margin-bottom:5px;
	text-align:center;
	align-items:center;
	justify-content:center;
	border-radius:100px;
}
.mediaMinus {
	background-color:#F33;
	color:#fff;
}
.mediaMinus i {
	color:#fff;	
}

.mediaMain {
	background-color:#CF0;
	color:#fff;
}
.mediaMain i {
	color:#fff;	
}
.insertFile {
	width:100%;
	display:inline-block;
}
.fileUploader {
	display:flex;
	background-color:#f0f0f0;
	border-radius:15px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 15px -6px;
	transition:all 300ms ease;
	justify-content:space-evenly;
}
.spinner {
	display:none;
}
.fileUploader:hover, fileUploader:focus {
	background-color: #0099CC;
	color:#fff;
	cursor:pointer;
}
.fileUploader input[type=file] {
	opacity:0;
	width:0px;
	height:0px;
	position:absolute;
}
.fileUploader span {
	height:40px;
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}
.fileUploader span i {
	margin-right:20px;
}
.fileUploading {
	opacity:0.5;
}
.fileUploader:hover span, .fileUploader:hover span i {
	color:#fff;
}
#fileUploaderFrame {
	display:none;
}
#fileLoader {
	dislay:none;
}
/*helper classes*/
.marLeft{
	margin-left:20px;
}
.marTop {
	margin-top:20px;
}
.sectionStart {
	margin-top:40px;
}
.marRight{
	margin-right:20px;
}
.paddingAll {
	padding:20px;
}
.containerBoxed .page { 
	
}
.sidebar, .infoList{
	width:320px;
	display:flex;
	flex:1;
	flex-direction:column;
}
.infoList{ 
	flex:3;
	background-color:#fff;
	border:1px solid #eeeeee;
	padding:15px;
	border-radius:3px;
	margin-left:15px;
}
.sidebar {
	background-color:#fff;
	border:1px solid #eeeeee;
	padding:15px;
	border-radius:3px;
}
.sidebar a {
	display:block;
	padding:10px 0px;
	border-bottom:1px dotted #eee;
	text-decoration:none;
	font-size:15px;
	transition:all 300ms ease;
}
.sidebar a i {
	margin-right:5px;
	text-align:center;
	vertical-align:middle;
}
.sidebar a:hover {
	border-bottom:1px solid #366;
	color:#fff;
	background-color:#39C;
	padding-left:20px;
}
.sidebar a:hover i { 
	color:#fff;
	transition:all 300ms ease;
}
.userTable tr td {
	padding:10px 0px;
	font-size:14px;
}
.userTable tr td:first-child {
	font-weight:bold;
	padding-right:10px;
}
.table {
	width:100%;
	border:none;
	padding:0px;
	margin:0px;
	font-size:13px;
 	border-spacing: 0px;
    border-collapse: separate;
}
.table thead tr th {
	border: none;
	padding: 10px 0px;
	color: #3a444e;
	text-align: left;
	font-size:15px;
}
.table tbody td {
	border:none;
	border-bottom:1px solid #e9e9e9;
	padding:10px 0px;
	margin:0px;
}
.table tbody tr:first-child td {
	border-top:1px solid #e9e9e9;
}
.table-bordered thead tr th {
	border-left:1px solid #e9e9e9;
	border-bottom:none;
	padding:15px;
}
.table-bordered thead tr th:last-child {
	border-right:1px solid #e9e9e9;
}

.table-bordered thead tr:first-child th {
	border-top:1px solid #e9e9e9;
}
.table-bordered tbody td {
	border:none;
	border-left:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	padding:18px;
}
.table-bordered tbody tr td:last-child{
	border-right:1px solid #e9e9e9;
}
.table-bordered tfoot th {
	border:none;
	padding:18px;
}
.table .last-action td:last-child, .table .last-action th:last-child {
	text-align:right;
}
.table-striped tbody td, .table-striped thead th {
	padding:15px;
}
.table-striped tbody tr:nth-child(odd) td {
	background-color:#f2f2f2;
}
.table-striped tbody tr:nth-child(even) td {
	background-color:#ffffff;
}
.table tfoot td, .table tfoot th {
	padding:18px;
}
.table .table-summary {
	float:left;
	font-size:14px;
}
.table .table-pagination {
	float:right;
}
.table-td-text {
	max-width:200px;
}


@media screen and (max-width:768px)
{
	.row {
		width:auto;
				align-items:center;
		justify-content:center;
	}
	.container {
		width:auto;

	}
}