.text_editing {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

/* Dropdown Button */
.dropbtn {
	/*background-color: #7C5826;*/
	color: black;
	/*padding: 16px;*/
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #b1b1b1;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	/*min-width: 160px;*/
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 0px 10px;
	width: 100%;
	text-decoration: none;
	/*  display: block;*/
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	text-decoration: none;
	background-color: gray;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	text-decoration: none;
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: gray;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: calibri, sans-serif;
	font-size: 11pt;
	background-color: #ceccc0;
}

#editing_name {
	position: relative;
	top: -1px;
	border-bottom-left-radius: 10px;
	float: right;
	background-color: #e3e3e3;
	border-bottom: 1px solid #7a7a7a;
	border-left: 1px solid #7a7a7a;
	padding: 8px;
	font-size: 13pt;
	text-align: right;
	cursor: help;
}

h1 {
	color: #7C5826;
	padding: 0 0 5px 0;
	font-size: 35px;
	margin: 0 0 15px;
}

h1, legend, th, .label {
	font-family: 'Garamond', serif;
}

.label {
	font-weight: bold;
}

#header {
	background-color: #7C5826;
}

#navigation {
	float: right;
	color: white;
	position: relative;
	top: 35px;
}

#navigation a {
	height: 26px;
	font-weight: bold;
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 13px;
	padding: 6px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;;
	text-transform: uppercase;
}

#breadcrumb {
	border-top: 1px solid #7a0417;
	border-bottom: 1px solid #7a7a7a;
	background-color: #e3e3e3;
	height: 19px;
	font-size: 12px;
}

#breadcrumb div div {
	padding: 3px 0 0 8px;
}

#breadcrumb a {
	text-decoration: none;
	color: #604609;
}

#content_container {
	background-color: white;
}

#content_background {
	background-color: white;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
}

#footer {
	padding: 15px 0 15px 0;
	color: #333;
	line-height: 140%;
}

#footer a {
	color: #333;
	text-decoration: none;
}

fieldset {
	background-color: #e6e6e6;
	border: 0;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

fieldset fieldset {
	background-color: #d2d2d2;
}

fieldset fieldset fieldset {
	background-color: #e6e6e6;
}

.data {
	width: 100%;
}

th {
	text-align: left;
}

legend {
	font-size: 13pt;
	font-weight: bold;
}

#content_left_nav {
	float: left;
	width: 250px;
}

#content_left_nav a {
	display: block;
	text-decoration: none;
	padding: 5px;
	font-family: "Times New Roman", serif;
	font-size: 13pt;
	color: #04525f;
	margin-bottom: 1px;
}

#content_left_nav .top {
	color: white;
	background-color: #7C5826;
}

#content_left_nav .sub {
	color: #7C5826;
	margin-left: 20px;
	background-color: #eaeaea;
}

#header #watermark {
	position: absolute;
	z-index: 1;
	opacity: .175;
	height: 82px;
	overflow: hidden;
	filter: alpha(opacity = 17);
	-moz-opacity: 0.175;
	width: 960px;
	margin: 0 auto;
}

a {
	color: #04525f;
}

.zebra {
	background-color: #d2d2d2;
}

.small-text {
	font-size: 11pt;
}

.button-bar {
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 15px 15px 15px 15px;
}

.image-link {
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 5px 15px 5px 5px;
}

.image-link img {
	padding-left: 10px;
	vertical-align: middle;
}

.note-link {
	border-radius: 10px;
	height: 19px;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

.note-link div img {
	padding-left: 10px;
	vertical-align: middle;
}

.note-link div {
	float: right;
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 5px 15px 5px 5px;
}

.buffer-bottom {
	margin-bottom: 25px;
}

.error-message {
	border: 1px solid #ff6565;
	padding: 12px;
	background-color: #ffb5b5;
	margin-bottom: 15px;
	color: red;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.content-sizer {
	margin: 0 30px;
}

.content-padder {
	padding: 20px 18px 10px 18px;
}

.content-small {
	padding: 20px 18px 10px 18px;
	width: 500px;
	margin: 0 auto;
}

.required {
	color: red;
}

.error {
	color: red;
}

.errorfield {
	border: 1px solid red;
}

.categoryLabel {
	cursor: pointer;
}

.date {
	width: 100px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus,
	.pagination>li>span:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:active, a:hover {
	outline: 0;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a {
	background-color: transparent;
}

a {
	color: #04525f;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap {
	margin: auto 0;
	width: 85%;
}

.left-col {
	float: left;
}

/*Modal CSS*/
.no-close .ui-dialog-titlebar-close {
	display: none;
	background-color: rgba(255, 255, 255, 0.0);
}

/* FOR OVERLAP MENU IN WORKFLOW wf-config-security.html */
nav li {
	display: inline-block;
	border-bottom: 1px solid #579ea9;
	margin-left: -20px;
}

nav a {
	text-decoration: none;
	color: #000;
	background: #e6e6e6;
	position: relative;
	display: inline-block;
	margin: 0 22px;
	padding: 8px 11px;
	border-radius: 7px 7px 0 0; /* just to smooth the top edges */
}

nav a:before, nav a:after {
	content: " ";
	position: absolute;
	top: 0;
	width: 23px;
	height: 100%;
	background-color: inherit;
}

nav a:before {
	border-radius: 12px 0 0 0;
	transform: skew(-24deg);
	left: -13px;
	/* play with this one to give the LI border ~2px extrusion */
}

nav a:after {
	border-radius: 0 12px 0 0;
	transform: skew(24deg);
	right: -13px;
	/* play with this one to give the LI border ~2px extrusion */
	border-right: 1px solid #628E2F;
	z-index: 1; /* overlap next element */
}

/* LI ACTIVE  */
nav li.active {
	border-bottom: 1px solid #fff;
}

nav li.active a {
	color: #8BBF50;
	background: #fff;
}

nav li.active a:before {
	z-index: 1; /* overlap prev element */
}

nav li.active a:after {
	border-bottom: 1px solid #fff;
}

nav span {
	z-index: 100;
	position: absolute;
	margin-left: -35px;
	margin-top: 9px;
}

/* TABLE GRIDLINES FOR wf-config-security.html */
fieldset>table>tbody>tr:nth-child(odd) {
	background-color: #dfdfdf;
}

fieldset>table>tbody>tr:nth-child(even) {
	background-color: #efefef;
}

div>div>table>tbody>tr:nth-child(odd) {
	background-color: #dfdfdf;
}
div>div>table>tbody>tr:nth-child(even) {
	background-color: #efefef;
}

fieldset>div>table>tbody>tr:nth-child(odd) {
	background-color: #dfdfdf;
}

fieldset>div>table>tbody>tr:nth-child(even) {
	background-color: #efefef;
}

.gridLines{
	
}