*::after, *::before {box-sizing:border-box}
* {box-sizing:border-box}

body {
    color: #333333;
    direction: ltr;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
	line-height: 1.42857;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
	margin-top: 20px;
	line-height: 1.1;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border-radius: 4px;
    box-shadow: none;
    font-size: 1.1em;
    font-weight: normal;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	background-image: none;
	display: block;
	line-height: 1.42857;
    padding: 6px 12px;
	width: 100%;
	margin: 0;
}

.form-control {
  border: none;
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}

.form-control:focus, .form-control:active {
  border: 1px solid #c3ccda;
}
.form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8290a3;
}

.form-control::-webkit-input-placeholder {
  color: #8290a3;
}

.form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.form-actions {
  clear: both;
  border: 0px;
  padding: 0px 30px 0px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.btn {
	margin-top: 1px;
    background-image: none !important;
    border-width: 0;
    box-shadow: none;
    filter: none;
    font-size: 1.1em;
    outline: medium none !important;
    padding: 7px 14px;
    text-shadow: none;
	border-radius: 4px;
	-moz-user-select: none;
    background-image: none;
	line-height: 1.42857;
    margin-bottom: 0;
	cursor: pointer;
    display: inline-block;
	text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
  background-color: #dfba49;
  border-color: #dfba49;
  color: #fff;
}

.btn-success:active{
  background-image: none;
  background-color: #DAAE2B;
}

.btn-success:active:hover {
  background-color: #dfba49;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: #fff;
  background-color: #DAAE2B;
  border-color: #DAAE2B;
}

.uppercase {
    text-transform: uppercase !important;
}
.pull-right {
	float:right !important;
}
.page-header {
	height: 58px;
	background-color:#fff;
}
.page-header .logo  {
    display: block;
    float: left;
    width: 255px;
	margin: 4px 0 -1px;
}

.page-header .profile  {
    float: right;
}

.page-header .profile .navbar-nav > li {
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 0 4px;
}

.page-header .profile .username {
	float: left;
    font-size: 1.1em;
    margin-right: 2px;
    margin-top: 4px;
	color: #8ea3b6;
	position: relative;
    top: 8px;
}

.page-menu {
	display:block;
	background: #3E386C none repeat scroll 0 0;
	clear: both;
	height: 51px;
}

.nav::before, .nav::after {
	content: " ";
    display: table;
}

.nav::after {
	clear: both;
}	
	
.nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-bar > li {
    float: left;
}

.nav > li {
    display: block;
    position: relative;
}

.nav > li > a {
    display: block;
    position: relative;
}

.nav-bar > li > a {
    line-height: 20px;
}

.nav-bar > li.active > a {
	background: #51498e none repeat scroll 0 0;
	color: #f1f1f1;
}

.nav-bar > li > a {
	color: #bcc2cb;
    font-size: 1.1em;
    font-weight: normal;
    padding: 16px 18px 15px;
	line-height: 20px;
	text-decoration:none;
}
.nav-bar > li > a:hover {
	background: #5b529e none repeat scroll 0 0 !important;
    color: #ffffff;
}
	
.container {
    width: 1170px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('../fonts/Simple-Line-Icons.eot');
	src:url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Simple-Line-Icons.woff') format('woff'),
		url('../fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
    display: inline-block;
    font-family: "Simple-Line-Icons";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
	color: #c1ccd1;
    font-size: 1.6em;
}

.icon-logout:before {
  content: "\e065";
}

.icon-users:before {
	content: "\e001";
}

.login {
  background-color: #3E386C !important;
}

.logo {
  margin: 0 auto;
  margin-top: 60px;
  padding: 15px;
  text-align: center;
}

.content {
  background-color: #eceef1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 400px;
  margin: 40px auto 10px auto;
  padding: 30px;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}

.content h3 {
  color: #dfba49;
  text-align: center;
  font-size: 2.1em;
  font-weight: 400 !important;
}

.login-form {
  padding: 0px;
  margin: 0px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.product-version {
    font-size:0.7em;
    color:#8290a3;
    font-weight:700
}