/*
|---------------------------------------------------------------
| MASTER BODY
|---------------------------------------------------------------
*/
body {
background-image: url('logo1.png'), url('backgroundcon.jpg');
background-color: #333;
background-size: 800px, cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
	color: #444;
font-family: 'Quicksand', sans-serif;
font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Fascinate Inline', cursive;
}


::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
::-webkit-scrollbar-button {
  width: 3px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  background: #6b6983;
}

::-webkit-scrollbar-track {
  background: #302f3d;
}

::-webkit-scrollbar-corner {
  background: #302f3d;
}

/*
|---------------------------------------------------------------
| WRAPPER
|---------------------------------------------------------------
*/
.wrapper {
max-width: 1200px;
    min-width: 1000px;
	margin: 0px auto;
	text-align: left;
}

/*
|---------------------------------------------------------------
| HEAD
|---------------------------------------------------------------
*/
header {
	padding: 0;
	height: 200px;
	border-bottom: 6px solid #662D91;
background-color: #2f233a;
opacity: 0.7;
background-image: url('headercon.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: fixed;

}
header .wrapper {
max-width: 1200px;
    min-width: 1000px;
	margin: 0px auto;
	text-align: left;
}

/*
|---------------------------------------------------------------
| CONTENT
|---------------------------------------------------------------
*/
#body {
	margin: 0 0 0 0;
	font-size: 90%;
	border: none;
    height: 20px;
    
}


.content {
	line-height: 1.4;
		font-size: 14px;

	padding: 1em 15px 1em 1em;
	background: #fcfcfc;
	border-top: 0;
	border-left: 0;
	opacity: 0.9;
    width: 70px;
    height: calc(95% - 200px);
    overflow-y: auto;
    min-width: 1000px;
    min-height: 450px;
    background-color: #1a1a1a;
    position: fixed;
    color: #aaa;
    margin: auto;
    left: 0px;
    right: 250px;
    border-radius: 0px 0px 7px 7px;
}

/*
|---------------------------------------------------------------
| SIGN IN PANEL
|---------------------------------------------------------------
*/
.signin-container {
	position: relative;
	height: 138px;
background-image: url('logo1.png');
background-size: 800px;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
}
.signin {
	position: relative;
	float: right;
	margin: 8px 10px 0 10px;
	padding: 3px 8px;
	background: #a8b3a3;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-weight: bold;
	border: none;
	font-size: .9em;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.signin:hover {
	border: none;
	color: #fff;
	background: #7e867a;
	background: rgba(0, 0, 0, .4);
}
.signin-active, .signin-active:hover {
	background: #7e867a !important;
	color: #fff;
}

.signin-panel {
	float: right;
	padding: .5em;
	color: #7e867a;
	font-size: .9em;
}
.signin-panel input[type=text],
.signin-panel input[type=password] {
	width: 150px;
	padding: 5px 3px !important;
	font-size: 1.1em;
	background: #e7eee4 !important;
	border: 1px solid #a8b3a3 !important;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.signin-panel input[type=text]:focus,
.signin-panel input[type=password]:focus {
	background: #f4f4f4 !important;
	border-color: #7e867a !important;
}
.signin-panel a {
	border: 0;
	color: #7e867a !important;
}
.signin-panel a:hover {
	border-bottom: 1px solid;
}

footer {
	position: relative;
	clear: both;
	padding-bottom: 10px;
	text-align: center;
	font-size: 90%;
	color: #999;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}