@CHARSET "ISO-8859-1";

div.top_bar {
	background: orange;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.top_bar a {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
	text-decoration: none;
}

a.cdm_mainMenuItem_active {
	color: orange;
}

textarea.note, input {
	font-family: Consolas, Courier New, monospace;
	font-size: 14px;
}

input:-moz-read-only{
	background-color: #ddd !important;
}
input:read-only {
	background-color: #ddd !important;
}

form input, form textarea, form select {
	border: 1px solid #ccc;
	padding: 5px;
}

.cdm_field_wrapper {
	position: relative;
	display: table;
	width: 100%;
}

.cdm_form_group {
	position: relative;
	display: table;
	width: 100%;
}

.cdm_form_group_item {
	position: relative;
	padding-right: 40px;
	display: table-cell;
	float: left;
}

.cdm_form_actions>.cdm_field_wrapper {
	display: inline-block;
}

.cdm_form_actions>.cdm_field_wrapper {
	width: auto;
}

.cdm_field_wrapper>* {
	
}

.cdm_field_inline>* {
	display: table-cell;
}

.cdm_field_inline>.cdm_form_label {
	vertical-align: middle;
}

.cdm_field_hidden{
	display: none;
	visibility: hidden;
}

.cdm_form_label {
	display: block;
	width: 100%;
}

.cdm_form_select {
	width: 240px;
	height: 34px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	background: transparent;
}

.cdm_form_select::before {
	content: " ";
	position: absolute;
	pointer-events: none;
	width: 30px;
	height: 30px;
	padding: 2px;
	right: 0px;
	top: 0px;
	background: url('../../../product/layout/icons/icons.png') -31px -31px
		no-repeat #fff;
	display: inline-block;
}

.cdm_form_select select {
	width: inherit;
	padding: 5px;
	font-size: 17px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
}

form {
	margin: 5px;
}

button, .button, form input[type="submit"], form input[type="button"] {
	background: #ddd;
	border: 1px solid #ccc;
	border-radius: 5%;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(203, 203, 203, 0.61);
	-moz-box-shadow: 0px 1px 2px 0px rgba(203, 203, 203, 0.61);
	box-shadow: 0px 1px 2px 0px rgba(203, 203, 203, 0.61);
	margin-right: 10px;
}

button:active, .button:active, form input[type="submit"]:active, form input[type="button"]:active
	{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	top: 1px;
}

.cdm_form_fields {
	width: 100%;
	padding-top: 5px;
}

.cdm_form_fields_left {
	width: 50%;
	float: left;
}
.cdm_form_fields_right {
	float: right;
	width: 46%;
}

.cdm_form_actions {
	float: left;
	min-width: 100%;
	padding-top: 10px;
	margin: 10px;
}

form input[type="submit"] {
	background: #00CC33;
	border: 1px solid #090;
}

.cdm_field_nonedit {
	background: #ddd;
}

.cdm_form_fields .cdm_field_wrapper {
	margin-bottom: 10px;
}

.cdm_clickable {
	cursor: pointer;
}

.cdm_clickable:hover {
	opacity: 0.6;
	filter: alpha(opacity = 60); /* For IE8 and earlier */
}

.cdm_form_textarea_wrapper {
	position: relative;
}

.cdm_form_textarea_actions {
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: auto;
	text-align: right;
}

.cdm_form_textarea_action {
	font-size: 12px;
	padding: 2px;
}

.cdm_panel_leftMenu {
	float: left;
	min-width: 200px;
	min-height: 100%;
	padding-top: 20px;
}

.cdm_panel_leftMenu .cdm_panel_leftMenu_item {
	color: #8904B1;
	font-size: 16px;
	padding: 5px;
	line-height: 20px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	//font-style: italic;
	width: 98%;
	display: block;
		
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	
	margin: 5px;
	
}

.cdm_panel_leftMenu .cdm_panel_leftMenu_item:hover {
	color: red;
	background: #eee;
}