/**
This CSS is intended for positioning and styling the page layout

Styling for things like buttons, tables, forms etc. is done in the
general css (/css/screen.css)
*
*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic);*/

body {
	background-color: #fff;
    padding:10px;
	/*#F0F0EF;*/
}

.row{
    margin:0px;
}
/**
* Wrapper
*/
#page-container {
	width: 100%;
	/*margin: 5px auto;*/
}

/**
* Header
*/
#page-header {
	position: relative;
	background: #fff;
    /*border-radius: 10px 10px 0 0;
    box-shadow: 0 0 6px #aaa;
    padding: 5px 5px 0 5px;
	margin-bottom: 10px;*/
	height: 61px;
    /*border-bottom:1px solid rgba(0,0,0,0.1);*/
}

.navbar-brand{
    padding-top:0px;
}

#page-header-logo {
	display: inline-block;
	float:  left;
	height: 50px;
}

#page-header-profile {
	float: right;
	height: 50px;
}

#header-profile-info:after {
	 content: ".";
	 visibility: hidden;
	 display: block;
	 height: 0;
	 clear: both;
}

#page-profile-picture {
	display: inline-block;
	width: 40px;
	height: 40px;
	float: right;
	margin-left: 5px;
    margin-top:7px;
}

#header-profile-info {

	width: 315px;
    height:46px;
    overflow:hidden;
	text-align: right;
	/*font-size: 0.8em;*/
	line-height: 1.4em;
}

#header-profile-info p{
    margin:0px;
}

#header-profile-info p.name{
    margin-top:10px;
}

/**
* Menu
*/
#page-menu {
    /*clear: both;
    margin-top: 60px;*/
    float:left;
    margin-left:20px;
	text-align: center;
	height: auto;
}

#page-menu > a {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 10px;
	padding: 3px;
	border-radius: 3px;
	color: #999;
	transition: color 1s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
}

#page-menu > a.active {
	color: #d0023c;
}

#page-menu > a:hover {
	color: #000;
	/* background-color: rgba(0,0,0,0.05); */
}

#page-header-buttons {
	float: right;
}

/**
* Page body
*/
#page-body {
	/*margin-bottom: 5px;*/

}

/**
* Page submenu
*/
#page-submenu {
	text-align: center;
	z-index: 9;
    border-bottom:1px solid #ccc;
    margin-bottom:6px;
}

#page-submenu a {
	display: inline-block;
	padding: 1px 8px;
	margin: 0 5px;
	z-index: 9;
	text-decoration: none;
	border-radius: 3px 3px 0 0;
	background-color: #eee;
	box-shadow: inset 0 0 3px #aaa;
	font-weight: bold;

	color: #888;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

#page-submenu a:hover {
	color: #d0023c;
	background-color: #f6f6f6;
}

#page-submenu a.selected {
	/*box-shadow: 0 -1px 2px #aaa;*/
    border:1px solid rgba(0,0,0,0.1);
    border-bottom:none;
	background-color: #fff;
    box-shadow: none;
	color: #d0023c;
}

/**
* Page content
*/
#page-content {
	background-color: #fff;
	/*box-shadow: 0 0 6px #aaa;
	padding: 8px;*/
	z-index: 10;
}

#page-content-clear {
	clear: both;
}

/**
* Footer
*/
#page-footer {
	background-color: #fff;;
    border-top:1px solid rgba(0,0,0,0.1);
	padding: 5px;
    margin-top:20px;
	/*
	box-shadow: 0 0 6px #aaa;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
	height: auto;
}

#page-footer-menu {
	float: left;
	height: 100%;
}

#page-footer-menu a {
	color: #555;
	font-size: 0.9em;
	padding: 0 5px;
}

#page-footer-logo {
	float: right;
}


/* Columns */

.row{
		width:100%;
}

[class*=span] {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 1%;
}

.row .span4 {
	width: 39%;
}
.row .span8 {
	width: 60%;
}


[class*=span]:first-child {
	margin-left: 0;
}

.row .span6{
		float: left;

		margin-left: 1%!important;
		width: 48.5%!important;
}

.row .span6:after {
clear:both;
}

.row .span12{
		width:100%;
		clear:both;
}

.nav-tabs > li > a{
	display:block!important;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	/*
		 Introduced in IE 10.
		 See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	   */
	-ms-user-select: none;
	user-select: none;
}

form.editBlock{
	width:1212px;
}

form.editBlock table tbody tr td .mce-tinymce, form.editBlock #tags{
	float:left!important;
}

form.editBlock #tags{
	margin-left:6px;
}

.orderStatusChange{
	border: 1px solid #ddd;
	float: left;
	margin-bottom: -5px;
	padding: 7px;
	margin-right:10px;
}

.orderStatusChange select{
	font-size:14px;
	height:28px;
}

.combiList{
	float: left;
	margin: 8px 0px 0 50px;
}

.combiList p{
	float:left;
	margin-bottom: 5px;
}

.combiList ul{
	float:left;
	padding:0px;
}

.combiList ul li{
	float:left;
	clear:left;
	margin-left:13px;
}

.badge-default,
.badge-danger{
	background-color: #FF7C7C;
}

.badge-success{
	background-color: #26A852;
}
.badge-info{
	background-color: #26A852;
}