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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,img,a img {
	border:0;
	outline:0;
	text-decoration:none;
}

img {vertical-align:middle; max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'helvetica';
}


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  outline:0;
  font-family: 'helvetica';
  font-weight: 400;
  }
  
button,input[type="submit"],input[type="reset"]{
  outline:0;
  border:0;
   font-family: 'helvetica';
  font-weight: 400;
  cursor: pointer;
  }

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* Primary Styles
---------------------------------*/
body {
	background:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:0;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


.outer{}

.outer .wrapper{
  padding-top: 40px;
}

.logo{
  max-width: 93px;
  margin: 0 auto 45px;
}

.main{
  padding: 70px;
  margin: 0 0 0 280px;
  z-index: 100;
  position: relative;
}

.main-content{

  color: #000000;
  font-family: 'helvetica';
  font-size: 16px;

}


/* ============== RESET =================== */

.unite-clear{
	clear:both;
}

.header-wrapper{
	background-color:lightgray;
	height:50px;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
}

.header-wrapper .header-link-logout{
	
	position:absolute;
	top:20px;
	right:20px;
	font-size:20px;
}


.footer-wrapper h1,
.header-wrapper h1{
	text-align:center;
	font-size:30px;
}

.account-left-side{
	float:left;
	min-width:150px;
	width:20%;
	box-sizing:border-box;
	
}

.account-menu{
	list-style:none;
	margin:0px;
	padding:0px;
}


.account-menu a{
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
	text-decoration:none;
	color:#000000;
	display:block;
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
    background-image: url("../images/bullet.png");
    background-position: left center;
    background-repeat: no-repeat;	
    padding-left:25px;
}

.account-menu a:hover{
  background-color:#eee;
}

.account-menu li.current a{
	font-weight:bold;
}

.account-left-side .account-title-text{
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
}


.account-right-side{
	float:left;
	width:80%;
	box-sizing:border-box;
	padding-left:20px;
	xbackground-color:green;
}


.content-wrapper{
	min-height:400px;
	padding-top:20px;
	padding-bottom:20px;
	width:976px;
	margin:0px auto;
}

.footer-wrapper{
	background-color:lightgray;
	height:50px;
	padding-top:20px;
	padding-bottom:20px;
}

.container{
	width:1000px;
	margin:0px auto;
}

.menu-test{
	text-align:center;
}

.menu-test a{
	font-size:18px;
	padding:10px;
}

.content-wrapper{
	padding-top:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

.footer{ 
	font-size: 14px; 
	color: #9195AC; 
	padding: 17px 0;
	line-height:22px;
}

.footer a{
	color:#9195ac;
}

.footer a:hover{
	text-decoration:underline;
}



.sidebar{
  background-color: #000000;
  width: 280px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;  
  padding: 40px;
}

.sidebar .logo{
  width: 93px;
  margin: 0 auto 70px;
}


.menu{
  margin: 0 -40px;
}

.menu ul{
  padding: 0;
  margin: 0;
  list-style: none;  
}

.menu ul li{
  display: block;
  padding: 10px 40px;
  margin: 0 0 20px;
  position: relative; 
}

.menu ul li:before{
  width: 8px;
  height: 100%;
  background-color: #ff3366;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease; 
  -webkit-transition: opacity 0.3s ease; 
}

.menu ul li a{
  display: inline-block;
  color: #999999;
  font-family: 'helvetica';
  font-weight: 400;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform:capitalize;
  transition: color 0.3s ease; 
  -webkit-transition: color 0.3s ease; 
}

.menu ul li.current a,.menu ul li:hover a{
  color: #fff;
}

.menu ul li.current:before{
  opacity: 1; 
}

.menu-close{
  width: 20px;
  height: 20px;
  position: absolute;
  right:22px;
  top: 22px; 
  cursor: pointer;
  filter: brightness(10); 
  -webkit-filter: brightness(10); 
  cursor: pointer;
}

.menu-close {
    display: none;
}