body, html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	background-color: #f2f2f2;
	background-image: url('images/html_bg.png');
}

body {
	background-color: #ccc;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	padding-bottom: 40px;
}

header { height: 60px; margin: 0 auto; position: relative; }
header .logo { position: absolute; top: 16px; left: 0;}

footer {
	margin: 10px auto 0 auto;
	text-align: center;
	font-size: 11px;
	color: #666;
}

hr {
	border : 0;
	height : 1px;
	background : #bebebe;
	margin : 15px 0;
}

textarea { 
    resize: none; 
}

.clear {
	clear: both;
}

.btn {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}

.page {
	width: 960px;
	margin: 0 auto;
}

.content {
	background-color: #f2f2f2;
	margin: 0 auto;
	-moz-box-shadow: 1px 0 3px #999, -1px 0 3px #999, 0 2px 8px #999;
	-webkit-box-shadow: 1px 0 3px #ccc, -1px 0 3px #ccc, 0 2px 3px #ccc;
	box-shadow: 1px 0 3px #ccc, -1px 0 3px #ccc, 0 2px 3px #ccc;
	border: 1px solid #b6b6b6;
	padding: 0;
}

.content-header {
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.content-header .buttons {
	position: absolute; top: 10px; right: 15px;
}

.content-header h3 {
	margin: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 15px;
}

.login-wrapper legend {
	color: #888;	
	font-size: 14px;
	border: 0;
	margin: 0;
}

.login-wrapper {
	margin: 0 auto;
	padding-top: 10px;
	width: 400px;
}

.login-wrapper .alert {
	margin-bottom: 15px;
}

.login-wrapper .button {
	text-align: center;
}

.e404-wrapper {
	text-align: center;
}

.e404-wrapper h6 {
	font-size: 18px;
	font-weight: bold;
}

.e404-wrapper p {
	margin: 10px 0;
}

.nav-pills {
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	right: 0;
}

.nav-pills ul.dropdown-menu {
	text-transform: none;
}

.nav-pills > li > a, .nav-pills > li > a:hover {
	font-weight: bold;
	color: #999;
}

.nav-pills > li:last-child > a {
	padding-right: 0;
}

.nav-pills > li > a:hover {
	color: #000;
}

.nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
	color: #000;
	background: none;
	outline: none;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
	border-top-color: #000;
	border-bottom-color: #000;
}

.nav-pills a.dropdown-toggle {
	color: #999;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
	background: none;
	color: inherit;
	font-weight: bold;
}

/*
.dropdown:hover a.dropdown-toggle, .open a.dropdown-toggle {
	color: #fff;
}
*/

.select2-container .select2-choice span, .select2-container-multi .select2-choices .select2-search-choice div {
	font-weight: bold;
}

.wys-editor:focus {
	border-color: rgb(82, 168, 236);
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}


.control-group label { font-weight: bold; }
.control-group.error .tooltip-inner {background-color: #D13127; color: #fff;}
.control-group.error .tooltip.top .tooltip-arrow {border-top-color: #D13127;}
.control-group .error-icon { display: none; }
.control-group.error .error-icon { display: inline-block; color: #b94a48; margin-right: 5px; }
.control-group.error label { display: inline-block; }

#editor {
	max-height: 250px;
	min-height: 50px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
  cursor: pointer;
}

#screenshot {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:2px;
    display:none;
    color:#fff;
}

#screenshot img {
    width: 300px;
}

.fileupload-new .fileupload-preview { display: none; }
.fileupload-exists .fileupload-empty { display: none; }
.fileupload-empty { margin-bottom: 8px; }

.document-row {
	cursor: pointer;
}

.document header { background-color: #fff; padding: 20px 0 10px 0; border-bottom: 1px solid #bdbdbd; height: auto; }
.document header span { font-size: 30px; font-weight: bold; }
.document header span.status { padding-left: 20px; color: #016bce; text-transform: capitalize; }
.document header span.responsible { padding-right: 20px; color: #979797; float: right; }

section.info {
	padding: 10px 20px; border-bottom: 1px solid #bdbdbd; background-color: #fff; margin: 0;
}

section.info h1 { font-size: 48px; line-height: 48px; font-weight: bold; margin: 0; padding-bottom: 0; }
section.info h1 span { float: right; font-size: 15px; color: #888; line-height: 15px; margin-top: 30px; }
section.info span.owner { font-size: 16px; color: #888; font-weight: normal; font-style: italic; }

a.inline-logo {
	text-decoration: none;
}

.inline-logo {
	font-size: 24px;
	letter-spacing: -1px;
}

.inline-logo > span {
	color: #333;
}

.inline-logo > .box {
	display: inline-block;
	background: #33b70e;
	background: -moz-linear-gradient(top,  #33b70e 0%, #33840a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33b70e), color-stop(100%,#33840a));
	background: -webkit-linear-gradient(top,  #33b70e 0%,#33840a 100%);
	background: -o-linear-gradient(top,  #33b70e 0%,#33840a 100%);
	background: -ms-linear-gradient(top,  #33b70e 0%,#33840a 100%);
	background: linear-gradient(to bottom,  #33b70e 0%,#33840a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b70e', endColorstr='#33840a',GradientType=0 );
	width: 21px;
	height: 21px;
	position: relative;
	top: 2px;
	margin-right: 6px;
}
.headline {
	background-color: yellow;
}
.document-sort {
	float: right;
	margin-top: 35px;
	right: 0;
	padding-right: 15px;
}

.document-sort a {
	color: black;
	text-decoration: none;
}