@charset "UTF-8";


.brui-grid .brui-grid-container {
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;	
}

.brui-grid.ui-gridsize-1 .brui-grid-container { float: none; display: block; width: 100%; }
.brui-grid.ui-gridsize-2 .brui-grid-container { width: 50%; }
.brui-grid.ui-gridsize-3 .brui-grid-container { width: 33.33%; }
.brui-grid.ui-gridsize-4 .brui-grid-container { width: 25%; }
.brui-grid.ui-gridsize-5 .brui-grid-container { width: 20%; }
.brui-grid.ui-gridsize-6 .brui-grid-container { width: 16.66%; }

.brui-grid .brui-grid-container.brui-first {
	float: left; clear: both;		
}
.brui-grid .brui-grid-container.brui-last {
	float: right; clear: right;
}




.brui-hbox .brui-hbox-element {
	display: inline-block;
}




.brui-columns .column {
	margin: 0px;
	padding: 0px;
	float: left;
}
.brui-columns:after {
	content: " ";
	display: table;
	clear: both;
}

.brui-columns.colsize-2 .column {
	width: 50%;
}
.brui-columns.colsize-3 .column {
	width: 33.33%;
}
.brui-columns.colsize-4 .column {
	width: 25%;
}
.brui-columns.colsize-5 .column {
	width: 20%;
}
.brui-columns.colsize-6 .column {
	width: 16.66%;
}






.cms-ui-window {
	position: relative;
	background: #F1F1F1;
	width: 400px;

	min-height: 167px;			
	min-width: 300px;			
	max-width: 80%;
	position: fixed;
	font-family: Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	border-bottom-right-radius: 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cms-ui-window .resizer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 14px;
	height: 14px;
	background: url('/internal/gfx/resizer.png');
	cursor: se-resize;
}			

.cms-ui-window label {
	display: block;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
.cms-ui-window input {
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
}
.cms-ui-window input + span.description {
	display: block;
	color: #777;
	margin: 0px;
	font-size: 11px;
}

.cms-ui-window-title {
	font-family: Arial, sans-serif;
	color: #444;
	font-weight: bold;
	padding: 0.9em 1em;
	font-size: 14x;
	cursor: move;
	overflow: hidden;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;				
	text-align: center;
	white-space: nowrap;
}
.cms-ui-window-title span {
	cursor: inherit;
	white-space: nowrap;
	overflow: hidden;
	max-width: 90%;
}
.cms-ui-window-title i.fi-x {
	font-family: sans-serif;
	overflow: show;
	font-size: 12px;
	margin-top: 2px;
	margin-right: -5px;
	
	float: right;
	color: inherit;
	cursor: pointer;
}

.cms-ui-window-content {
	padding: 0.7em 1.2em;
	margin: 0px;
	color: #444;
	overflow: auto;
	overflow-x: hidden;
	line-height: 1.4em;
	font-size: 14px;
	line-height: 1.35em;
	min-height: 50px;
}
.cms-ui-window-content *:first-child {
	margin-top: 0px;
}
.cms-ui-window-content *:last-child {
	margin-bottom: 0px;
}

.cms-ui-window-content .cms-form {
	background: none !important;
}
.cms-ui-window-content .cms-form label input {
	padding: 1.5em 2.3em 0.3em 0.7em !important;
	margin-bottom: 0.4em !important;
}
.cms-ui-window-content .cms-form label span {
	top: 0.4em;
	background: none;
}

.cms-ui-window-buttonbar {
	padding: 1em;
	text-align: right;
}

.cms-ui-button {
	padding: 0.45em 1.5em 0.4em 1.5em;
	border: 1px solid #e0e0e0;
	color: #222;
	text-align: left;
	font-size: 12px;
	cursor: pointer;
	border-radius: 4px;
	margin-left: 0.7em;
	display: inline-block;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;	
	background: #f9f9f9;			
}
.cms-ui-button:hover {
	background: white;
}

.cms-ui-button.default {
	border-color: #3384D8;
	background: #3384D8;
	color: white;
}
.cms-ui-button.default:hover {
	background: #4394E8;
}

.cms-ui-button.red,
.cms-ui-button.green,
.cms-ui-button.blue {
	color: white;
	font-weight: bold;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
	border: 0px;
}
.cms-ui-button.red {
	background-color: #c00;
}
.cms-ui-button.green {
	background-color: #0c0;
}
.cms-ui-button.blue {
	background-color: #0385D2;
}

.cms-ui-button.fi:before {
	margin-right: 0.25em;
}


.cms-ui-fs-spinner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 14px;
	text-align: center;
	background: #F1F1F1;
	opacity: 0.95;
	z-index: 1000;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;				
}
.cms-ui-fs-spinner img {
	position: absolute;
	width: 32px;
	margin-left: -14px;
	height: auto;
	top: 50%;
	margin-top: -25px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;				
}






.cms_button {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	line-height: 25px;
	color: #cfdae3; 
	outline: 0;
	padding: 7px 12px;
	font-weight: bold;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	position: relative;
	z-index: 100;
}
.cms_button:hover {
	color: #fff;
	background: #4C5A64; /* old browsers */
	background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* ie */
}
.cms_button:active {
	background-position: 0 top;
	top: 1px;
	color: #fff;
	padding: 6px 12px 4px;
	background: #20282D; /* old browsers */
	background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
}


.cms_file_image {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	background: none;
}

.cms_file_image .caption {
	height: 40px;
	padding-top: 5px;
	font-size: 11px;
	border-top: 1px solid #eee;
	font-weight: bold;
}
.cms_file_image .caption span {
	font-weight: normal;
}

.cms_file_image .image_container {
	height: 150px;
	border-radius: 4px;
	background: white;
	border: 1px solid #ddd;
}

.cms_file_image a {
	color: #444;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cms_file_image img {
	margin-top: 5px;
	max-height: 140px;
    vertical-align: middle;
}