* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing:border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing:border-box;
}
    
.coralui-*, .coralui-grid, .coralui-tabs, .coralui-textbox{
	visibility: hidden;
}

script{
	position: absolute;
}
.coral-dialog-iframePanel {
	border:0px solid black;
}
/* hightlight the keyword of results */
.coral-keyword-highlight {
	background-color: #fff;
	color: #f00;
}

.coral-no-rendered{
	display: none;
}
.coral-DropDownButton .coral-textbox-border{
	background-color:#f5f5f5;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

body {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
	/*font-size: 12px;*/
	line-height: 1.42857143;
	/*color: #333333;*/
	/*background-color: #ffffff;*/
}
[class^="img-"], [class*=" img-"] {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
[class^="icon-"], [class*=" icon-"] {
	font-size: 14px;
	padding: 1px;
}

[class^="cui-icon-"], [class*=" cui-icon-"] {
	font-size: 14px;
	padding: 1px;
}
a {
	/*color: #428bca;*/
	text-decoration: none;
}

a {
    background-color: transparent;
}

a:hover, a:focus {
	/*color: #2a6496;*/
	/*text-decoration: underline;*/
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.overflow-auto{
	overflow: auto !important; 	
}

.overflow-hidden{
	overflow: hidden !important;	
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small,
	.h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small,
	h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small,
	.h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small,
	.h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small,
	.h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media ( min-width : 768px) {
	.lead {
		font-size: 21px;
	}
}

small, .small {
	font-size: 85%;
}

mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #428bca;
}

a.text-primary:hover {
	color: #3071a9;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #428bca;
}

a.bg-primary:hover {
	background-color: #3071a9;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}
ul{
	list-style-type:none;
}
ul, ol {
	margin-top: 0;
	/*margin-bottom: 10px;*/
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	/*margin-bottom: 20px;*/
}

dt, dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media ( min-width : 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child
	{
	margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before
	{
	content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before,
	.blockquote-reverse small:before, blockquote.pull-right small:before,
	.blockquote-reverse .small:before, blockquote.pull-right .small:before
	{
	content: '';
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after,
	.blockquote-reverse small:after, blockquote.pull-right small:after,
	.blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

blockquote:before, blockquote:after {
	content: "";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

*, *:before, *:after {
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
}

input::-ms-clear {
	display: none;
}

::-ms-reveal {
	display: none;
}

html, body {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%; /* 10÷16=62.5% */
}

.fill {
	width: 100%;
	height: 100%;
}
.coral-fill {
	width: 100%;
	height: 100%;
}
.fill-content {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

label {
	display: inline-block;
	margin-bottom: 5px;
}

.coral-front {
	z-index: 1031;
}

.coral-component .coral-component, .coral-component input,
	.coral-component select, .coral-component textarea, .coral-component button
	{
	/* font-size: 1em; */
	
}

.coral-helper-reset {
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	border-radius: 0;
}
/* common component 
----------------------------------*/
.coral-textbox-buttons{
	position: absolute;
	top: 0;
	right: 0;
}
.coral-textbox .coral-buttonset{
	position: absolute;
	top: 0;
	right: 0;
}

.coral-textbox .coral-button-icon-only .coral-button-text, 
.coral-textbox .coral-button-icons-only .coral-button-text,
.coral-textbox .coral-button-text-icon-primary .coral-button-text, 
.coral-textbox .coral-button-text-icons .coral-button-text{
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}

.coral-textbox .coral-buttonset .coral-button{
	border-bottom: 0;
	border-top: 0;
}
.coral-autocomplete, .coral-combo, .coral-uploader, .coral-textbox, .coral-textbox, .coral-checkbox, .coral-checkboxlist,
	.coral-radio, .coral-radiolist {
	position: relative;
}

.coral-uploader-hover.coral-uploader-custom .coral-uploader-border, 
.coral-textbox-hover .coral-textbox-border, 
.coral-textbox-hover .coral-combo-border,
	.coral-textbox-hover .coral-datepicker-border {
	box-shadow: 0 0 5px rgba(48, 131, 235, 0.18), 0 1px
		rgba(255, 255, 255, 0.6), 1px 1px 5px rgba(199, 202, 204, 0.74) inset;
}

.coral-textbox, select, .coral-combo {
	width: 188px;
}

.coral-file-default {
	height: 28px;
	line-height: 28px;
	margin: 0;
	outline: 0 none;
	padding-left: 12px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	text-align: left;
}
span.coral-textbox {
	padding: 0;
}
.coral-textbox-default {
	background: url("images/transparent.png") 50% 50% repeat-x;
	border: 0 none;
	display: inline-block;
	margin: 0;
	outline: 0 none;
	width: 100%;
	height: 24px;
	padding: 1px 12px;/* fixed ie10 bug, padding-top must has over 1px */
	line-height: 1;
	position: relative;
	overflow: hidden;
	color:#fff
}

.coral-textbox-border{
	display: block;
	height: 26px;
	position: relative;
	border: 1px solid #cecece;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.coral-outerbuttonset{
	display: block;
	position: absolute;
	right: 0;
	top: 0}
/* Interaction Cues
----------------------------------*/
/* Icons
----------------------------------*/

/* states and images */
.coral-icon {
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.coral-component-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.coral-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.coral-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

body .coral-tooltip {
	border-width: 2px;
}

.coral-component-content {
	border: 1px solid #dddddd;
	background: #fff;
}

.coral-component-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.coral-state-focus .coral-textbox-border{
	border-color: #3892d3;
}
.coral-component-header .coral-state-default {
	font-weight: bold;
	color: #5b5b5b;
}

.coral-state-default a, .coral-state-default a:link,
	.coral-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}

.coral-state-hover, .coral-component-content .coral-state-hover,
	.coral-component-header .coral-state-hover, .coral-state-focus,
	.coral-component-content .coral-state-focus, .coral-component-header .coral-state-focus
	{
	color: #8000ff;
}

.coral-state-hover a, .coral-state-hover a:hover, .coral-state-hover a:link,
	.coral-state-hover a:visited, .coral-state-focus a, .coral-state-focus a:hover,
	.coral-state-focus a:link, .coral-state-focus a:visited {
	text-decoration: none;
	/*color: #212121;*/
}

.coral-state-active, .coral-component-content .coral-state-active,
	.coral-component-header .coral-state-active {
	/*border: 1px solid #fbd850;*/
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50%
		50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}

.coral-state-active a, .coral-state-active a:link, .coral-state-active a:visited
	{
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.coral-state-highlight, .coral-state-highlight {
	border: 1px solid #fed22f;
	color: #363636;
}

.coral-state-highlight a, .coral-component-content .coral-state-highlight a,
	.coral-component-header .coral-state-highlight a {
	/*color: #363636;*/
}

.coral-state-error, .coral-component-content .coral-state-error,
	.coral-component-header .coral-state-error {
	border: 1px solid #ea5504;
	background: #ea5504;
	color: #fff;
}

.coral-state-error a, .coral-component-content .coral-state-error a,
	.coral-component-header .coral-state-error a {
	color: #ffffff;
}

.coral-state-error-text, .coral-component-content .coral-state-error-text,
	.coral-component-header .coral-state-error-text {
	color: #ffffff;
}

.coral-priority-primary, .coral-component-content .coral-priority-primary,
	.coral-component-header .coral-priority-primary {
	font-weight: bold;
}

.coral-priority-secondary, .coral-component-content .coral-priority-secondary,
	.coral-component-header .coral-priority-secondary {
	font-weight: normal;
}

.coral-state-disabled, .coral-component-content .coral-state-disabled,
	.coral-component-header .coral-state-disabled {
	opacity: .45;
	filter: Alpha(Opacity = 45);
	background-image: none;
}

.coral-state-disabled .coral-state-disabled{
	opacity: 1;
	filter: Alpha(Opacity = 100);
}

.coral-state-disabled .coral-icon {
	filter: Alpha(Opacity = 35); /* For IE8 - See #6059 */
}

.coral-validate-error .coral-textbox-border {
	border-color: #cf4c35;
}

.coral-state-disabled {
	cursor: default !important;
}

.coral-state-disabled  .coral-textbox {
	pointer-events: none;
}

.coral-readonly {
	cursor: default !important;
	color: #9a9a9a;
}
.coral-readonly .coral-label-close{
	display: none;
}

.coral-isLabel .coral-label-close{
	display: none;
}
/* Icons
----------------------------------*/

/* states and images */

/* positioning */

/* Misc visuals
----------------------------------*/

/* Corner radius */
.coral-corner-all, .coral-corner-top, .coral-corner-left,
	.coral-corner-tl {
	border-top-left-radius: 4px;
}

.coral-corner-all, .coral-corner-top, .coral-corner-right,
	.coral-corner-tr {
	border-top-right-radius: 4px;
}

.coral-corner-all, .coral-corner-bottom, .coral-corner-left,
	.coral-corner-bl {
	border-bottom-left-radius: 4px;
}

.coral-corner-all, .coral-corner-bottom, .coral-corner-right,
	.coral-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.coral-component-overlay {
	background: none repeat scroll 50% 50% #999;
	opacity: .5;
	filter: Alpha(Opacity = 50);
}

.coral-component-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50%
		50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity = 20);
	border-radius: 5px;
}

.coral-form-default {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

/**layout*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media ( min-width : 768px) {
	.container {
		width: 750px;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 970px;
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.coral-form .row{
	margin-left: -5px;
	margin-right: -5px;
}

.coral-form .col-xs-1, .coral-form .col-sm-1, .coral-form .col-md-1, .coral-form .col-lg-1, 
.coral-form .col-xs-2, .coral-form .col-sm-2, .coral-form .col-md-2, .coral-form .col-lg-2, 
.coral-form .col-xs-3, .coral-form .col-sm-3, .coral-form .col-md-3, .coral-form .col-lg-3,
.coral-form .col-xs-4, .coral-form .col-sm-4, .coral-form .col-md-4, .coral-form .col-lg-4, 
.coral-form .col-xs-5, .coral-form .col-sm-5, .coral-form .col-md-5, .coral-form .col-lg-5, 
.coral-form .col-xs-6, .coral-form .col-sm-6, .coral-form .col-md-6, .coral-form .col-lg-6,
.coral-form .col-xs-7, .coral-form .col-sm-7, .coral-form .col-md-7, .coral-form .col-lg-7, 
.coral-form .col-xs-8, .coral-form .col-sm-8, .coral-form .col-md-8, .coral-form .col-lg-8, 
.coral-form .col-xs-9, .coral-form .col-sm-9, .coral-form .col-md-9, .coral-form .col-lg-9,
.coral-form .col-xs-10, .coral-form .col-sm-10, .coral-form .col-md-10, .coral-form .col-lg-10, 
.coral-form .col-xs-11, .coral-form .col-sm-11, .coral-form .col-md-11, .coral-form .col-lg-11, 
.coral-form .col-xs-12, .coral-form .col-sm-12, .coral-form .col-md-12, .coral-form .col-lg-12
	{
	padding-left: 5px;
	padding-right: 5px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media ( min-width : 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
		.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media ( min-width : 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
		.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media ( min-width : 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
		.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before,
	.dl-horizontal dd:after, .container:before, .container:after,
	.container-fluid:before, .container-fluid:after, .row:before, .row:after,
	.form-horizontal .form-group:before, .form-horizontal .form-group:after,
	.btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before,
	.btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before,
	.navbar:after, .navbar-header:before, .navbar-header:after,
	.navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after,
	.panel-body:before, .panel-body:after, .modal-footer:before,
	.modal-footer:after {
	content: " ";
	display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after,
	.container-fluid:after, .row:after, .form-horizontal .form-group:after,
	.btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after,
	.navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after,
	.panel-body:after, .modal-footer:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	/*width:device-width;*/
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block,
	.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
	.visible-md-block, .visible-md-inline, .visible-md-inline-block,
	.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}

@media ( max-width : 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}

@media ( max-width : 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}

@media ( min-width : 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media ( min-width : 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media ( min-width : 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media ( max-width : 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media ( min-width : 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}
/***table begin***/
table {
	background-color: transparent;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.table-fixed {
	table-layout: fixed;
}
/**control label*/
.table>thead>tr>td>label, .table>tbody>tr>td>label {
	margin-bottom: 0;
	line-height: 1.4;
}
/**table**/
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	/* line-height: 1; */
	vertical-align: top;
}
/**
 * table-bordered ie10下面不能定义 border: 1px solid #999;
 * 一定要分开定义（table和td分开定义边框），不然合并单元格后，容易引发边框消失的问题；
 */
.table-bordered{
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
/**table-condensed*/
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th,
	.table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td,
	.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 4px;
}
/**require*/
.table>thead>tr>td.require, .table>tbody>tr>td.require, .table>tfoot>tr>td.require,
	.table>thead>tr>th.require, .table>tbody>tr>th.require, .table>tfoot>tr>th.require,
	.table>thead>tr.require>td, .table>tbody>tr.require>td, .table>tfoot>tr.require>td,
	.table>thead>tr.require>th, .table>tbody>tr.require>th, .table>tfoot>tr.require>th
	{
	color: #f00;
}
/**success*/
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success,
	.table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success,
	.table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td,
	.table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th
	{
	background-color: #dff0d8;
}
/**info*/
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info,
	.table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info,
	.table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td,
	.table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th
	{
	background-color: #d9edf7;
}
/**warning*/
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning,
	.table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning,
	.table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td,
	.table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th
	{
	background-color: #fcf8e3;
}
/**danger*/
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger,
	.table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger,
	.table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td,
	.table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th
	{
	background-color: #f2dede;
}
/***table end***/

@font-face {
    font-family: 'cui';
    src:    url('fonts/cui.eot?okjut0');
    src:    url('fonts/cui.eot?okjut0#iefix') format('embedded-opentype'),
        url('fonts/cui.ttf?okjut0') format('truetype'),
        url('fonts/cui.woff?okjut0') format('woff'),
        url('fonts/cui.svg?okjut0#cui') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="cui-icon-"], [class*=" cui-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'cui' !important;
    /*speak:none;*/
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cui-icon-clock:before {
    content: "\e909";
}
.cui-icon-line4:before {
    content: "\e907";
}
.cui-icon-dottedLine:before {
    content: "\e901";
}
.cui-icon-centerDottedLine:before {
    content: "\e902";
}
.cui-icon-bottomDottedLine:before {
    content: "\e903";
}
.cui-icon-home:before {
    content: "\e900";
}
.cui-icon-pencil7:before {
    content: "\e914";
}
.cui-icon-folderClose:before {
    content: "\e9e7";
}
.cui-icon-folderOpen:before {
    content: "\e9e8";
}
.cui-icon-calendar4:before {
    content: "\ea62";
}
.cui-icon-spinner9:before {
    content: "\eb27";
}
.cui-icon-search2:before {
    content: "\eb30";
}
.cui-icon-zoom-in2:before {
    content: "\eb31";
}
.cui-icon-zoom-out2:before {
    content: "\eb32";
}
.cui-icon-enlarge5:before {
    content: "\eb41";
}
.cui-icon-shrink5:before {
    content: "\eb42";
}
.cui-icon-enlarge7:before {
    content: "\eb45";
}
.cui-icon-shrink7:before {
    content: "\eb46";
}
.cui-icon-key5:before {
    content: "\eb4b";
}
.cui-icon-lock4:before {
    content: "\eb50";
}
.cui-icon-unlocked:before {
    content: "\eb51";
}
.cui-icon-wrench:before {
    content: "\eb55";
}
.cui-icon-equalizer:before {
    content: "\eb58";
}
.cui-icon-equalizer2:before {
    content: "\eb59";
}
.cui-icon-cog2:before {
    content: "\eb5e";
}
.cui-icon-bin:before {
    content: "\ebfa";
}
.cui-icon-list:before {
    content: "\ec56";
}
.cui-icon-more2:before {
    content: "\ec59";
}
.cui-icon-menu:before {
    content: "\ec67";
}
.cui-icon-menu7:before {
    content: "\ec6e";
}
.cui-icon-menu8:before {
    content: "\ec6f";
}
.cui-icon-menu9:before {
    content: "\ec70";
}
.cui-icon-menu10:before {
    content: "\ec71";
}
.cui-icon-warning2:before {
    content: "\ed4d";
}
.cui-icon-notification2:before {
    content: "\ed4f";
}
.cui-icon-question4:before {
    content: "\ed53";
}
.cui-icon-plus3:before {
    content: "\ed5a";
}
.cui-icon-minus3:before {
    content: "\ed5b";
}
.cui-icon-plus-circle2:before {
    content: "\ed5e";
}
.cui-icon-minus-circle2:before {
    content: "\ed5f";
}
.cui-icon-cancel-circle2:before {
    content: "\ed63";
}
.cui-icon-blocked:before {
    content: "\ed64";
}
.cui-icon-cross2:before {
    content: "\ed6a";
}
.cui-icon-checkmark4:before {
    content: "\ed6f";
}
.cui-icon-loop3:before {
    content: "\eda7";
}
.cui-icon-first2:before {
    content: "\edb2";
}
.cui-icon-last2:before {
    content: "\edb3";
}
.cui-icon-arrowUp1:before {
    content: "\edb6";
}
.cui-icon-arrowRight1:before {
    content: "\edba";
}
.cui-icon-arrowDown1:before {
    content: "\edbe";
}
.cui-icon-arrowLeft1:before {
    content: "\edc2";
}
.cui-icon-arrow-up3:before {
    content: "\edb7";
}
.cui-icon-arrow-right3:before {
    content: "\edbb";
}
.cui-icon-arrow-down3:before {
    content: "\edbf";
}
.cui-icon-arrow-left3:before {
    content: "\edc3";
}
.cui-icon-arrow-up5:before {
    content: "\edc4";
}
.cui-icon-arrow-right5:before {
    content: "\edc5";
}
.cui-icon-arrow-down5:before {
    content: "\edc6";
}
.cui-icon-arrow-left5:before {
    content: "\edc7";
}
.cui-icon-checkbox-checked:before {
    content: "\ee63";
}
.cui-icon-checkbox-unchecked:before {
    content: "\ee64";
}
.cui-icon-checkbox-checkedPartical:before {
    content: "\e904";
}
.cui-icon-checkbox-uncheckedPartical:before {
    content: "\ee65";
}
.cui-icon-radio-checked:before {
    content: "\ee6e";
}
.cui-icon-radio-checkedPartical:before {
    content: "\e905";
}
.cui-icon-radio-unchecked:before {
    content: "\ee70";
}
.cui-icon-radio-uncheckedPartical:before {
    content: "\e906";
}
.cui-icon-toggle-on:before {
    content: "\ee71";
}
.cui-icon-toggle-off:before {
    content: "\ee72";
}
.cui-icon-new-tab:before {
    content: "\eec6";
}
.cui-icon-popout:before {
    content: "\eec8";
}
.cui-icon-file:before {
    content: "\e908";
}


.coral-grid .row-editable {
	position: absolute;
	border: 1px solid #efefef;
	/*border-top: 0; */
}

.coral-grid .row-editable-btns {
	padding: 4px 8px;
	border: 0;
}

.coral-grid .coral-grid-caption {
	height: 32px;
}

.coral-grid .coral-grid-resize-ltr {
	float: right;
	margin: -2px 0 -2px 0;
}

.coral-grid .coral-grid-resize {
	cursor: e-resize;
	display: inline;
	/* 	height: 30px !important;
 */
	overflow: hidden;
	position: relative;
}

.coral-grid .coral-grid-btable {
	min-height: 1px;
	/*margin-bottom: 1px;*/
	height: 1px; /*fixed in chrome*/
	/*table-layout:auto!important;*/
	min-width: 100%!important;
}

.coral-grid-columns-view {
	position: relative;
	overflow-x: hidden;
}

.coral-grid .coral-grid-htable th div {
	overflow: hidden;
	position: relative;
}

.coral-grid .coral-grid-ico-sort {
	cursor: pointer !important;
	display: inline;
	overflow: hidden;
	position: absolute;
}

.coral-grid .coral-icon-asc {
	height: 12px;
	margin-top: 1px;
}

.coral-grid .coral-icon-desc {
	height: 12px;
	margin-top: 6px;
}

.coral-grid-pager {
	padding-top: 2px;
	height: 30px;
	overflow: hidden;
}

.coral-grid-pager .coral-textbox {
	vertical-align: middle;
	width: 35px;
}
.rn .coral-combo-arrow{
	padding: 0;
	right: 2px;
    top: 2px;
}
.coral-grid-pager .coral-textbox-border,
.coral-grid-pager .coral-textbox {
	height: auto;
}

.coral-grid-pager .coral-corner-all {
	border-radius: 0;
}

.coral-paginator {
	text-align: center;
	height: 28px;
	position: relative;
}

.coral-paginator .coral-paginator-combobox, .coral-paginator .coral-paginator-pages,
	.coral-paginator .coral-paginator-page, .coral-paginator .coral-paginator-next,
	.coral-paginator .coral-paginator-last, .coral-paginator .coral-paginator-first,
	.coral-paginator .coral-paginator-prev, .coral-paginator .coral-paginator-current
	{
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0 4px;
	outline: medium none;
	text-decoration: none;
	cursor: pointer;
}
.coral-paginator .coral-paginator-next>span,
	.coral-paginator .coral-paginator-last>span, .coral-paginator .coral-paginator-first>span,
	.coral-paginator .coral-paginator-prev>span, .coral-paginator .coral-paginator-current>span
	{
	display: inline-block;
	vertical-align: middle;
}
.coral-paginator .coral-paginator-next .coral-icon, .coral-paginator .coral-paginator-last .coral-icon,
	.coral-paginator .coral-paginator-first .coral-icon, .coral-paginator .coral-paginator-prev .coral-icon,
	.coral-paginator .coral-paginator-current {
	height: auto;
	overflow: inherit;
}

.coral-paginator-combobox .coral-combo {
	height: 26px;
}
/* ����ʽ */
.coral-grid .coral-row-ltr td {
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	max-width:100px;
}

.coral-grid tbody td {
	border-color: inherit;
}

.coral-widget-content {
	border: 1px solid #e5e5e5;
	color: #4F4F4F;
}

.coral-grid table {
	border-collapse: collapse;
	margin: 0;
	/*width: 100%!important;*/
}

.coral-grid .coral-grid-htable {
	/*table-layout: auto!important;*/
	margin: 0;
	width: 100%!important;
}
/**safari and chrome bug*/
table.coral-grid-btable-frozen {
	table-layout: inherit;
}

.coral-grid thead th, .coral-grid tfoot td {
	text-align: center;
}

.coral-grid {
	/* margin:10px; */
	
}

.coral-grid table {
	/* width: 100%; */
	
}

.coral-grid-columns-view {
	border: 0;
	width: 100%!important;
}

.coral-grid-columns {
	/* position: absolute;
	top: 0;
	left: 0; */
	
}

.coral-grid-htable {
	z-index: 1;
}

.coral-grid-topRightCell {
	/*border: 1px solid #E5E5E5;*/
	/*border-right: 1px solid #E5E5E5;*/
	height: 100%;
	left: 0;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 8000px;
	z-index: 0;
	border-width: 1px 0 1px 0;
}
.frozen-div-right {
	border-left: 1px solid #E5E5E5;
}
.coral-grid-columns {
	padding: 0;
}

.coral-grid-rows {
	
}

.coral-grid-view {
	overflow: hidden;
	position: relative;
}

.coral-grid-rows-view {
	overflow: auto;
	height: auto!important;
	background: #e3f0f9;
	/*width: 100%!important;*/
	text-align: center;
}
.details-items .coral-grid-rows-view{
	background: #fff;
}
.coral-dialog  .coral-grid-rows-view{
	/*background: #fff;*/
}
.coral-grid-rows {
	padding: 0;
}

.coral-grid-view2 {
	width: 700px;
}

.coral-grid-view2, .coral-grid-view1 {
	overflow: hidden;
	position: absolute;
	top: 0;
}

.coral-grid {
	position: relative;
}

.coral-grid .jqg-first-row-header th, .coral-grid tbody .jqgfirstrow td
	{
	padding: 0;
	border-right: 1px solid #e5e5e5;
	border-collapse: collapse;
}

.coral-grid tbody td, .coral-grid tfoot td {
	border-bottom: 1px solid #ededed;
	padding: 0 5px;
	height: 35px;
}

.coral-grid thead th, .coral-grid tbody td, .coral-grid tfoot td {
	border-collapse: collapse;
	overflow: hidden;
	/*border-right: 1px solid transparent;*/
}

.table-bordered.coral-grid tbody td, .table-bordered.coral-grid tfoot td {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.table-bordered.coral-grid .coral-grid-view,
.table-bordered.coral-grid .coral-grid-pager{
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.coral-grid tbody td.coral-gridcell-error, .coral-grid tfoot td.coral-gridcell-error
	{
	background: #fee2f0;
}

.coral-grid thead th {
	border-bottom: 1px solid #e5e5e5;
	height: 40px;
}

.coral-grid thead th.coral-state-hover {
	border-left: 0;
}

.coral-grid tbody .jqgfirstrow td {
	border-top: 0;
	border-bottom: 0;
}

.coral-grid .coral-grid-resize-mark {
	background-color: #777777;
	border: 0 none;
	cursor: col-resize;
	display: none;
	height: 100px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: 99999;
}

.coral-grid .coral-grid-sortable {
	cursor: default;
}

.coral-grid, .coral-grid:before, .coral-grid:after {
	/* box-sizing: content-box; */
	
}

.coral-sortable-placeholder {
	
}

.coral-grid thead th {
	border-top: 1px solid transparent;
	white-space: pre;
	overflow: hidden;
}

.coral-grid .coral-component-header .coral-state-hover {
	border: 1px solid transparent;
}

.coral-grid-btable .coral-component-content, .coral-grid-btable-frozen .coral-component-content
	{
	background: #fff;
	border: 0;
	outline: 0;
}

.coral-grid-btable .coral-priority-secondary {
	background: #fafafa;
}

.coral-pic ul, .coral-pic li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.coral-pic li.gridModel2 {
	height: 50px;
}

ul.coral-pic {
	margin: 0;
	padding: 0;
}

li.gridPanel {
	float: left;
	width: 25%;
	list-style: none;
	position: relative;
	outline: 0;
}

li.gridPanel:HOVER .gridModel {
	display: block;
}

.coral-pic .rowgridWraper {
	margin: 5px;
}

.coral-pic .rowgrid {
	padding: 5px;
	margin: 5px;
	position: relative;
}

.coral-pic .gridModel {
	position: relative;
	display: block;
}

.coral-pic .gridModel1 {
	display: block;
	height: 102px;
	line-height: 102px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.coral-pic .gridModel1 img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.coral-pic .gridModel2 {
	padding: 10px;
}

.coral-pic .gridModel3 {
	padding: 0px 10px 5px 10px;
}

.coral-pic .griditem {
	overflow: hidden;
}

.coral-pic .gridCheckbox {
	float: left;
}

.coral-pic .gridbuttons {
	float: right;
}

.coral-pic .gridtoolbars {
	position: absolute;
	width: 100%;
	height: 33px;
	line-height: 33px;
	bottom: -40px;
}

.coral-pic .coral-state-hover .gridtoolbars {
	bottom: 0;
}

.coral-pic .bgopacity {
	background: #000;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
}

.coral-pic .gridtoolbars {
	color: #fff;
}

.coral-pic .gridtoolbars .coral-button {
	float: left;
	display: inline;
	margin-left: 10px;
}

.coral-pic .valigh-fix {
	display: none;
	width: 1px;
	margin-left: -1px;
}

.coral-pic .valigh-fix, .valign-center {
	*display: inline-block;
	*vertical-align: middle;
}

.coral-pic .valigh-fix {
	*height: 100%;
}

.coral-pic .valigh-fix, .valign-center {
	*display: inline;
}

.coral-paginator .coral-paginator-page {
	/*background: none repeat scroll 0 0 #ffffff;*/
	padding: 0 10px;
	display: inline-block;
	outline: medium none;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-weight: normal;
	border-radius:4px;
}

.coral-paginator .pager-description, .coral-paginator em,
	.coral-paginator .coral-paging-info {
	line-height: 22px;
	vertical-align: middle;
	font-style: normal;
}

.coral-paginator .coral-paging-totalpage {
	line-height: 22px;
	vertical-align: middle;
	font-style: normal;
	padding-left: 16px;
}

.coral-paginator .coral-button-text-only .coral-button-text {
	padding: 2px 10px;
}
.coral-paginator .coral-toolbar-html {
	padding: 2px 10px; 
}
.coral-paginator .coral-button{
	background: transparent;
}
.coral-paginator .coral-button.coral-state-hover{
	background: transparent;
	border-color: #ededed;
	color: #000;
}
.coral-paginator .coral-toolbar .coral-button-icon-only .coral-button-text
	{
	padding: 2px 10px;
}

.coral-paginator .coral-button-icon-only .icon,
	.coral-button-text-icon-primary .icon,
	.coral-button-text-icon-secondary .icon, .coral-button-text-icons .icon,
	.coral-button-icons-only .icon {
	margin-top: -6px;
}

.coral-paginator .coral-page-pointer {
	background: transparent;
	padding: 0 10px;
	display: inline-block;
	outline: medium none;
	text-decoration: none;
	cursor: default;
	/*color: #333;*/
	font-weight: normal;
}

.coral-paginator .coral-state-default {
	border-color: transparent;
}

.coral-paginator .coral-state-hover {
	/* border: 0 none; */
}

.coral-paginator .coral-textbox {
	margin-left: 2px;
	margin-right: 2px;
}

.coral-paginator .coral-textbox-default {
	text-align: left;
}

.coral-paginator .coral-textbox-default, .coral-paginator .coral-textbox-btn-textico
	{
	height: 18px;
	line-height: 18px;
}

.coral-paginator .paginator-right {
	position: absolute;
	right: 5px;
	top: 0;
}

.coral-paginator .paginator-left {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 5px;
}

.coral-paginator .paginator-center {
	float: none;
	padding: 0 5px;
}

.coral-paginator-pages .coral-state-active, .coral-paginator-pages .coral-state-hover
	{
	background: #3a5bd5;
}

.coral-paginator .coral-toolbar-btn-border {
	line-height: 20px;
}

.coral-paginator .coral-toolbar-btn {
	height: 22px;
	line-height: 22px;
}

/* .coral-paginator .pg .coral-textbox-btn-icons {
	display: none;
}

.coral-paginator .pg.coral-textbox-hover .coral-textbox-btn-icons {
	display: inline;
} */
/* .pg.coral-textbox .coral-button-icon-only .coral-button-text{
	padding: 0;
}
.pg button.coral-button-icon-only{
	width: 14px;
} */
.coral-paginator-pages .coral-textbox-btn-ico-search {
	background-color: #898989;
	border-right-color: #898989;
}

.coral-icon-goto, .coral-icon-sure {
	border-right-color: #898989;
	/*background: #898989 url("./images/globalicon.png") no-repeat 0 0;*/
}

.coral-icon-goto {
	background-position: -375px -53px;
}

.coral-icon-sure {
	background-position: -375px -94px;
}

.coral-grid td .coral-textbox, .coral-grid  td select, .coral-grid  td .coral-combo,
	.coral-grid  td .coral-datepicker {
	width: 100%;
}

.rn-panel.coral-combo-p .coral-combobox-item {
	padding: 2px;
}
/**flex pager begin*/
.coral-paginator .coral-rn-input {
	padding: 0 0 0 3px;
}

.coral-paginator .coral-pg-input {
	padding: 0 0 0 3px;
}

/**flex pager end*/
/**tradition pager begin*/
/**pager*/
.coral-pager-flex .coral-textbox .coral-textbox-btn-textico {
	line-height: 12px;
}

.coral-pager-flex .coral-pg-input {
	padding: 0 0 0 3px;
}

/**rownum*/
.coral-pager-flex .rn .coral-textbox-default {
	padding: 0 0 0 3px;
}

/**tradition pager end*/
/**pager*/
.coral-pager-tradition .coral-pg-input {
	padding: 0 0 0 3px;
}

.coral-pager-tradition .pg .coral-textbox-border {
	padding-right: 0;
}

.coral-pager-tradition .coral-textbox.pg {
	width: 40px;
}
/**rownum*/
.coral-pager-tradition .coral-paginator {
	/*padding-top: 6px;*/
}

.coral-pager-tradition .coral-rn-input {
	padding: 0 0 0 3px;
}

.coral-pager-tradition .rn .coral-textbox-default {
	padding: 0 0 0 3px;
}

.coral-pager-tradition .coral-pg-selbox {
	padding: 0 0 0 3px;
}

.coral-grid-pager .coral-textbox.rn {
	width: 30px;
}

.coral-grid-pager .coral-combo.coral-textbox.rn{
	width: 50px;
}

.coral-paginator .coral-combo-arrow.icon {
	top: 0;
	padding: 2px;
	font-size: 16px;
}

/**tree grid**/
.coral-grid .tree-wrap-ltr {
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

.coral-grid .tree-wrap {
	float: left;
	height: 18px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.coral-grid .treeclick {
	cursor: pointer;
}

.coral-grid .tree-plus, .coral-grid .tree-minus {
	position: absolute;
	top: 2px;
}

.coral-grid .tree-leaf {
	position: absolute;
	top: 2px;
}

.coral-grid .treeclick {
	cursor: pointer;
}

.coral-paginator .coral-paginator-combobox, .coral-paginator .coral-paginator-pages
	{
	margin: 0;
}

.coral-paginator .coral-icon, .coral-state-disabled .coral-icon-seek-next,
	.coral-state-disabled .coral-icon-seek-prev {
	/*background-image: url("images/ui-icons_ef8c08_256x240.png");*/
}

.coral-icon-seek-prev {
	background-position: 0 -321px;
}

.coral-icon-seek-next {
	background-position: -6px -359px;
}

.coral-icon-seek-first {
	background-position: 0 -321px;
}

.coral-icon-seek-last {
	background-position: -6px -359px;
}

.coral-state-disabled .coral-icon-seek-next {
	background-position: -6px -377px;
}

.coral-state-disabled .coral-icon-seek-prev {
	background-position: 0 -339px;
}

.coral-paginator-pages .coral-state-active, .coral-paginator-pages .coral-state-hover
	{
	background: #428bca;
	color: #fff;

}

.coral-paginator-combobox .coral-combo {
	height: auto;
}
/**
	grid 大图列表
**/
.grid-edit, .grid-del {
	/*background-image: url("images/ui-icons_ef8c08_256x240.png");*/
	display: inline-block;
	width: 30px;
	height: 27px;
	cursor: pointer;
	margin-left: 3px;
	float: left;
	display: inline;
}

.grid-edit {
	background-position: -45px -248px;
}

.grid-edit:hover {
	background-position: -128px -249px;
}

.grid-del {
	background-position: -86px -248px;
}

.grid-del:hover {
	background-position: -167px -248px;
}

.coral-pic .rowgrid {
	padding: 0;
	margin: 5px;
	position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0;
}

.coral-pic .bgopacity {
	background: #000;
}

.grid-title {
	color: #428bca;
}

.gridPanel .coral-state-hover {
	border: 1px solid #428bca;
	color: #428bca;
	font-weight: normal;
}

.gridtoolbars a {
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	color: #fff;
	padding: 5px;
	float: left;
	display: inline;
	margin-left: 10px;
}

.coral-grid-columns .coral-state-default {
	/*background: #fff;*/
	border-color: #e5e5e5;
	color: #140001;
	font-size: 16px;
	font-weight: normal;
}

.coral-grid-rows .coral-state-highlight, .coral-grid-rows .coral-state-hover
	{
	background: #f8f8f8;
	background-image: none;
	color: #333;
}

.coral-grid-rows .coral-state-target {
	background: #cfcfcf;
}

.rowgrid.coral-state-highlight {
	border: 1px solid #0034c9;
}

.coral-paginator-current .coral-textbox-border {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}

.coral-grid-loading {
	/*background: url('images/gridloading.gif') no-repeat 50% 0;*/
	display: none;
	position: absolute;
	left: 40%;
	top: 50%;
	height: 50px;
	width: 160px;
	text-align: center;
	line-height: 69px;
}

.coral-grid-noRecordsTips {
	display: none;
	text-align: center;
	margin-left: 0!important;
}

.coral-grid-pager .coral-textbox-btn-icons {
	background: transparent;
}

.coral-grid-pager .icon {
	font-size: 12px;
	line-height: 12px;
	color: #62abf7;
	border: 0 none;
}

.coral-grid-pager .icon-arrow-first,
.coral-grid-pager .icon-arrow-right,
.coral-grid-pager .icon-arrow-left,
 .coral-grid-pager .icon-arrow-right2
	{
	line-height: 21px;
}

.coral-grid-pager .pg .coral-textbox-btn-ico {
	padding: 3px;
}

.coral-layout {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 0;
}

.coral-layout-panel {
	position: absolute;
	overflow: hidden;
}

.coral-layout-split-west, .coral-layout-split-east {
	width: 5px;
}

.coral-layout-split-south, .coral-layout-split-north {
	width: 100%;
	height: 5px;
}

.layout-split {
	overflow: hidden;
	position: absolute;
}

.layout-split .splitIcon {
	font-size: 12px;
	position: absolute;
	background: #E5E5E5;
	cursor: pointer;
}

.layout-split .cui-icon-arrow-up5, .layout-split .cui-icon-arrow-down5 {
	left: 50%;
	margin-top: -4px;
	width: 40px;
	text-indent: 14px;
	margin-left: -17px
}

.layout-split .cui-icon-arrow-right5, .layout-split .cui-icon-arrow-left5
	{
	top: 50%;
	margin-left: -5px;
	height: 40px;
	line-height: 40px;
	margin-top: -17px
}

.coral-layout-panel-east, .coral-layout-panel-west {
	z-index: 2;
}

.coral-layout-panel-north, .coral-layout-panel-south {
	z-index: 3;
}

.coral-layout-expand {
	position: absolute;
	padding: 0px;
	font-size: 1px;
	cursor: pointer;
	z-index: 1;
}

.coral-layout-panel-center>.coral-panel-header {
	background: #219bd6;
    border-color: #219bd6;
}

.coral-layout-expand .coral-panel-header, .coral-layout-expand .coral-panel-body
	{
	background: #36a9e1;
	border-color: #36a9e1;
	filter: none;
	overflow: hidden;
}

.coral-layout-expand .coral-panel-header {
	border-bottom-width: 0px;
}

.coral-layout-split-proxy-h, .coral-layout-split-proxy-v {
	position: absolute;
	font-size: 1px;
	display: none;
	z-index: 5;
}

.coral-layout-split-proxy-h {
	width: 5px;
	cursor: e-resize;
}

.coral-layout-split-proxy-v {
	height: 5px;
	cursor: n-resize;
}

.coral-layout-mask {
	position: absolute;
	background: #fafafa;
	filter: alpha(opacity = 10);
	opacity: 0.10;
	z-index: 4;
}

.coral-layout-button-up {
	/*background: url('images/layout_arrows.png') no-repeat -16px -16px;*/
}

.coral-layout-button-down {
	/*background: url('images/layout_arrows.png') no-repeat -16px 0;*/
}

.coral-layout-button-left {
	/*background: url('images/layout_arrows.png') no-repeat 0 0;*/
}

.coral-layout-button-right {
	/*background: url('images/layout_arrows.png') no-repeat 0 -16px;*/
}

.coral-layout-split-proxy-h, .coral-layout-split-proxy-v {
	background-color: #aac5e7;
}

.coral-layout-expand {
	background-color: #f7f7f7;
}

.coral-layout-expand-over {
	background-color: #f7f7f7;
}

.coral-layout .coral-resizable {
	position: absolute;
}

/* Layout helper */
.coral-helper-hidden {
	display: none;
}

.coral-helper-hidden-accessible {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.coral-helper-reset {
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.coral-helper-clearfix:before, .coral-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.coral-helper-clearfix:after {
	clear: both;
}

.coral-helper-clearfix {
	min-height: 0; /* support: IE7 */
}

.coral-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity = 0);
}

.coral-layout-button-up {
	/*background: url('images/layout_arrows.png') no-repeat -16px -16px;*/
}

.coral-layout-button-left {
	/*background: url('images/layout_arrows.png') no-repeat 0 0;*/
}

.coral-layout-button-right {
	/*background: url('images/layout_arrows.png') no-repeat 0 -16px;*/
}

.coral-layout-button-down {
	/*background: url('images/layout_arrows.png') no-repeat -16px 0;*/
}

.coral-textbox {
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}

.coral-textboxlist {
	height: auto;
}

.coral-textbox-textarea {
	height: 60px;
}

.coral-textbox-textarea .coral-textbox-default{
	height: 100%;
	resize: none;
	overflow: auto;
}

.coral-textbox-textarea .coral-textbox-border{
	height: 100%;
}
 
.coral-readonly .coral-textbox-default {
	color: #555555;
}
.coral-textbox .uploadify {
	opacity: 0;
	filter:alpha(opacity=0);  
	position: absolute;
	left: 0;
	top: 0;
}
.coral-textbox-close {
	padding: 0;
	right: 5px;
	top: 6px;
	display: none;
	width: 18px;
	height: 22px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	opacity: 0.6;
	position: absolute;
	z-index: 1;
	filter: alpha(opacity = 60);
}
.coral-textbox-hover .coral-textbox-close {
	display: inline;
}
.coral-textbox-hasButton.coral-textbox {
	display: inline-flex;
}
.coral-textbox-hasButton .coral-textbox-border {
	/* display: inline-block; */
	width: 100%;
	float: left;
}
.coral-textbox-hasButton .coral-button {
	float: right;
}
.coral-textbox-hasButton .coral-button.coral-textbox-button {
	margin-left: 5px;
	margin-top: 0px;
}
.coral-textbox-hasButton .coral-button.coral-textbox-button .coral-button-text {
	padding: 3px 1.7em 3px 1.7em;
}
.coral-textbox .coral-file{
	width:90%;
	white-space: pre;
	display: inline;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.coral-textbox-tips .coral-textbox-default {
	color: #999999;
}

.coral-isLabel {
	border: 0 none;
	background: none;
}

.coral-textbox-border {
	/*background-color: #fff;*/
}

.coral-isLabel .coral-textbox-border {
	border: 0 none;
	background: none;
	box-shadow: none;
}

.coral-textbox-default-error .coral-textbox-border {
	border: 1px solid #B94A48;
}

.coral-isLabel .coral-textbox-textarea {
	resize: none;
}

.coral-textbox-btn-icons {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.coral-textbox-btn-ico {
	cursor: pointer;
	border-left: 1px solid #c9caca;
	padding: 6px;
	display: inline-block;
}

.coral-textbox .coral-textbox-btn-textico {
	line-height: 20px;
	padding: 2px 6px;
	font-size: 12px;
}

.coral-textbox-btn-ico-search {
	background-repeat: no-repeat;
	background-position: -87px -285px;
	background-color: #428bca;
	/*background-image: url("images/ui-icons_ef8c08_256x240.png");*/
}

.coral-textbox-btn-ico-setting {
	background-repeat: no-repeat;
	background-position: -123px -285px;
	background-color: #428bca;
	/*background-image: url("images/ui-icons_ef8c08_256x240.png");*/
}

.coral-textbox-placeholder-label {
	color: #6d6d6d;
	left: 0;
	top: 0;
	position: absolute;
	padding: 5px 2px 0px 12px;
}

.coral-textbox .innerLeft .coral-button{
	border-left:0;
}

.coral-textbox .innerRight .coral-button{
	border-right:0;
}

.coral-toolbar {
	display: inline-block;
	vertical-align: middle;
	/* overflow */
	/*border: 1px solid #f60;
	border-radius: 4px;
	padding: 3px;*/
	overflow: hidden;
	position: relative;
	display: block;
	/*width: 100%;*/
}

.coral-state-disabled.coral-splitbutton-disabled {
	opacity: 1;
}

.coral-state-disabled.coral-menubutton-disabled {
	opacity: 1;
}

.coral-toolbar-html {
	padding: 4px 12px;
	line-height: 20px;
	border: 1px solid transparent;
}

/* modify toolbar style */
.coral-menu.coral-tieredmenu .coral-splitbutton-menu .coral-state-hover
	{
	background: #428bca;
	color: #fff;
	border-radius: 0px;
}

.coral-tieredmenu .coral-menu-list .coral-menuitem {
	border-bottom: 1px solid #ccc;
	color: #555;
}

.coral-menu.coral-tieredmenu .coral-menu-list .coral-menuitem.coral-corner-all
	{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.coral-splitbutton-menu .coral-menuitem-text {
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
}
/* modify toolbar style */
.coral-toolbar .coral-textbox {
	width: 180px;
}

.coral-toolbar .coral-textbox {
	padding-right: 1px;
	vertical-align: top;
}

.coral-toolbar .coral-splitbutton {
	padding-right: 1px;
}

.coral-toolbar .coral-menubutton {
	padding-right: 1px;
}

.coral-tieredmenu[id$='_tieredmenu'] {
	width: auto;
}

.coral-toolbar-border {
	display: block;
	/*width: auto;
	height: auto;*/
	/* overflow */
	/*overflow: hidden;*/
	position: relative;
	float: left;
	left: 0;
	top: 0;
	height: 28px;
}

.coral-toolbar.coral-toolbar-initHidden .coral-toolbar-border {
	overflow: visible;
	height: auto;
}

.coral-toolbar.coral-toolbar-initHidden .ctrl-init-toolbar,
	.coral-toolbar.coral-toolbar-initHidden .ctrl-init-toolbar .coral-toolbar-item
	{
	position: relative;
}

/* overflow */
.coral-toolbar .ctrl-init-toolbar {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 1px;
}

.coral-toolbar .ctrl-init-toolbar .coral-toolbar-item {
	position: absolute;
	display: inline-block;
	margin-right: 5px;
}

.coral-toolbar .ctrl-init-toolbar .coral-toolbar-item,
	.coral-toolbar .coral-button .coral-button-text {
	white-space: nowrap;
}

.coral-toolbar .coral-toolbar-separator-horizontal {
	/* top: 4px; */
	height: 27px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-left-color: #e1e1e1;
	border-right-color: white;
	vertical-align: middle;
	margin-right: .1em;
}

.coral-toolbar-btn {
	position: relative;
	display: inline-block;
	min-width: 35px;
	width: auto;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	margin-right: 1px;
	margin-left: 2px;
	vertical-align: middle;
}

.coral-toolbar-btn .coral-textbox-default {
	height: 26px;
	line-height: 26px;
}

.coral-toolbar-children {
	border: 1px solid #dae3ed;
}

.coral-toolbar-children .coral-toolbar-btn-border {
	border: 0 none;
	width: 100%;
}

.coral-toolbar-btn-border {
	display: inline-block;
	float: left;
	white-space: nowrap;
	padding-right: 8px;
	padding-left: 8px;
	height: 100%;
	border: 1px solid #c9caca;
}

.coral-toolbar-children-border .coral-toolbar-btn-border {
	line-height: 28px;
}

.coral-toolbar-children-border .coral-toolbar-btn-border {
	float: none;
}

.coral-toolbar-btn-dropdown {
	display: inline-block;
	float: left;
	height: 100%;
	border: 1px solid #c9caca;
	margin-left: -1px;
	white-space: nowrap;
}

.coral-toolbar-btn-dropdown .icon-arrow-down2 {
	font-size: 16px;
}

.coral-toolbar-btn-text {
	display: inline-block;
}

.coral-toolbar-child, .coral-toolbar-child-1, .coral-toolbar-child-2 {
	width: auto;
	height: auto;
	margin: 0px;
	background: #fff;
}

.coral-toolbar-child-1 {
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
}

.coral-toolbar-child-2 {
	display: none;
	position: absolute;
	top: 0px;
}

.coral-toolbar-child-btn {
	position: relative;
	display: block;
	min-width: 35px;
	width: auto;
	cursor: pointer;
	border: 1px solid transparent;
}

.coral-toolbar-disabled {
	color: #808080;
}

.coral-toolbar-hidden {
	display: none;
}

.coral-toolbar-btn-ico {
	font-size: 12px;
	padding: 0 4px;
}

.coral-toolbar-btn.coral-toolbar-hover {
	color: #428bca;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}

.coral-toolbar-child-btn {
	color: #5b5b5b;
}

.coral-toolbar-child-btn.coral-toolbar-hover>.coral-toolbar-btn-border {
	background: #428bca;
	color: #fff;
}

.coral-toolbar-btn-ico-downArrow {
	background-position: -2px -421px;
}

.coral-toolbar-btn-ico-rightArrow {
	background-position: -18px -421px;
}

.coral-toolbar-btn-ico-item1 {
	background-position: -212px -231px;
}

.coral-toolbar-btn-ico-item2 {
	background-position: -168px -288px;
}

/* .coral-toolbar-btn.coral-toolbar-hover>.coral-toolbar-btn-dropdown>.coral-toolbar-btn-ico-downArrow {
	background-position: -148px -219px;
} */
.coral-toolbar-btn.coral-toolbar-hover>.coral-toolbar-btn-border>.coral-toolbar-btn-ico-item1
	{
	background-position: -213px -252px;
}

.coral-toolbar-child-btn.coral-toolbar-hover>.coral-toolbar-btn-border>.coral-toolbar-btn-ico-rightArrow
	{
	background-position: 7px -443px;
}

.coral-toolbar-child-btn.coral-toolbar-hover>.coral-toolbar-btn-border>.coral-toolbar-btn-ico-item1
	{
	background-position: -213px -252px;
}

.coral-button {
	border: 1px solid #cecece;
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: 1.42857143;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	overflow: visible; /* removes extra width in IE */
	background: #f5f5f5;
}

.coral-menubutton-buttons .ctrl-toolbar-element {
  	width: 100%;
	text-align: left;
}
.coral-menubutton-buttons .coral-splitbutton-element{
	border-right: 0 none;
}
.coral-menubutton-buttons .coral-button-icon-only .icon {
	left: 0;
	margin-left: 7px;
}

.coral-menubutton-buttons .coral-splitbutton-dropdownbutton{
	width: 28px;
	position: absolute;
	right: 0;
}

.coral-button.coral-state-hover {
	color: #333;
	background-color: #ebebeb;
	border-color: #cfcfcf;
}

.coral-splitbutton .coral-menu {
	width: 116px;
}
.coral-menubutton .coral-menu {
	width: 116px;
}
.coral-menubutton-buttons .coral-menubutton-button-item {
	display: block;
	margin-top: 3px;
}
.coral-menubutton-buttons {
	display: none;
	padding: 3px;
	border: 1px solid #e1e1e1;
	background: white;

	min-height: 20px;
	min-width: 65px;
}
.coral-button.coral-state-active {
	background: #c6c6c6;
	border-color: #e1e1e1;
}

.coral-button.btn-lg {
	padding: 4px 6px;
	font-size: 14px;
}

.coral-button.btn-xl {
	padding: 6px 9px;
	font-size: 16px;
}

.coral-button.btn-xxl {
	padding: 9px 14px;
	font-size: 18px;
}

.coral-btn-blue,.coral-btn-org {
	color: #fff;
}

.coral-button.coral-btn-blue {
	background: none repeat scroll 0 0 #428bca;
	border-color: #428bca;
	color: #fff;
}

.coral-button.coral-btn-org {
	background: none repeat scroll 0 0 #ea5504;
	border-color: #ea5504;
	color: #fff;
}

.coral-button.coral-btn-blue.coral-state-hover {
	background: none repeat scroll 0 0 #3780bf;
	border-color: #3780bf;
}

.coral-button.coral-btn-org.coral-state-hover {
	background: none repeat scroll 0 0 #de4e00;
	border-color: #de4e00;
}

.coral-button.coral-btn-blue.coral-state-active {
	background: #428bca;
}

.coral-button.coral-btn-org.coral-state-active {
	background: #ea5504;
}
/* to make room for the icon, a width needs to be set here */
.coral-button-icon-only {
	width: 26px;
}
/* button elements seem to need a little more width */
button.coral-button-icon-only {
	width: 26px;
}

.coral-button-icons-only {
	width: 3.4em;
}

button.coral-button-icons-only {
	width: 3.2em;
}

/* button text element */
.coral-button .coral-button-text {
	display: block;
	line-height: 20px;
}

.coral-button-text-only .coral-button-text {
	padding: 2px 12px;
	line-height: 20px;
}

.coral-button-icon-only .coral-button-text{
	width: 0;
	text-indent: -9999999px;
}
.coral-button-icons-only .coral-button-text{
	width: .4em;
	text-indent: -9999999px;
}

.coral-button-text-icon-primary .coral-button-text,.coral-button-text-icons .coral-button-text
{
	padding: 2px 12px 2px 25px;
}

.coral-button-text-icon-secondary .coral-button-text,.coral-button-text-icons .coral-button-text {
	/*padding: 4px 25px 4px 12px;*/
	padding: 2px 25px 2px 12px;
	line-height: 20px;
}

.coral-button-text-icons .coral-button-text {
	padding-left: 25px;
	padding-right: 25px;
}
/* no icon support for input elements, provide padding by default */
input.coral-button {
	padding: 4px 12px;
}

/* button icon element(s) */
.coral-button-icon-only .icon,.coral-button-text-icon-primary .icon,.coral-button-text-icon-secondary .icon,.coral-button-text-icons .icon,.coral-button-icons-only .icon
{
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.coral-button-icon-only .icon {
	left: 50%;
	margin-left: -8px;
}

.coral-button-icons-only .coral-button-icon-primary{
	left: 6px;
}

.coral-button-text-icons .coral-button-icon-primary{
	left: 6px;
}

.coral-button-text-icon-primary .coral-button-icon-primary{
	left: 6px;
}

.coral-button-text-icon-secondary .coral-button-icon-secondary,.coral-button-text-icons .coral-button-icon-secondary,.coral-button-icons-only .coral-button-icon-secondary
{
	right: 6px;
}

/* button sets */
.coral-buttonset, .coral-outerbuttonset {
	margin-right: 0;
}

.coral-buttonset .coral-button,
.coral-outerbuttonset .coral-button{
	margin-left: 0;
	margin-right: 0;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.coral-button::-moz-focus-inner,button.coral-button::-moz-focus-inner
{
	border: 0;
	padding: 0;
}

.coral-button-icon-secondary.coral-icon.coral-icon-copy {
	background-position: -2px -448px;
}

.coral-button-icon-secondary.coral-icon.coral-icon-play {
	background-position: -4px -426px;
}

.coral-button-icon-primary.coral-icon.coral-icon-copy {
	background-position: -213px -235px;
}

/* splitbutton style */
.coral-splitbutton {
	display: inline-block;
	position: relative;
	width: auto;
}
.coral-button.coral-splitbutton-element, .coral-button.coral-splitbutton-dropdownbutton {
	margin-right: -1px;
}
/* .coral-button.coral-splitbutton-dropdownbutton.coral-button-icon-only .coral-button-text {
	padding: 2px 12px 2px 26px;
	line-height: 20px;
} */
.coral-button-icon-only .coral-button-text,.coral-button-icons-only .coral-button-text {
	padding: 2px 4px 2px 4px;
}
.coral-splitbutton .coral-splitbutton-element {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.coral-splitbutton .coral-button.coral-splitbutton-dropdownbutton {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.coral-radio {
	position: relative;
	display: inline-block;
	outline: none;
}

.coral-radio-label {
	cursor: pointer;
	display: inline-block;
	margin-right: 6px;
	line-height: 20px;
	margin-bottom: 4px;
}
.coral-radio-icon {
	margin-right: 1px;
}
.coral-radio input {
	position: absolute;
	left: -9999px;
}
.coral-radio.coral-isLabel{
	color : #9a9a9a;
}
.coral-radio-highlight .coral-radio-icon {
	color: #1277c8;
}
.coral-radio-hover .coral-radio-icon {
	box-shadow: 0 0 5px rgba(48, 131, 235, 0.18), 0 1px rgba(255, 255, 255, 0.6), 1px 1px 5px rgba(199, 202, 204, 0.74) inset;
}

.coral-radiolist {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	padding-left: 5px;
}
.coral-radiolist .coral-radio {
	padding: 0px;
}
.coral-radioboxlist .coral-checkbox-label {
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.coral-readonly .coral-radio-label {
	cursor: default;
}

.coral-radiolist-border {
	white-space: normal;
}

.coral-radiolist .coral-state-highlight{
	border: 0 none;
	background: transparent;
}

.coral-checkbox {
    position: relative;
	display: inline-block;
	outline: none;
}
.coral-checkbox-label {
	cursor: default;
	display: inline-block;
	margin-right: 6px;
	line-height: 20px;
	margin-bottom: 4px;
}
.coral-checkbox-icon {
	margin-right: 1px;
	position: relative;
	vertical-align: middle;
}
.coral-checkbox input {
	position: absolute;
	left: -99999px;
}
.coral-checkbox.coral-isLabel {
	color: #9a9a9a;
}
.coral-checkbox-highlight .coral-checkbox-icon {
	color: #1277c8;
}
.coral-checkbox-hover .coral-checkbox-icon {
	color: #666;
}
.coral-checkbox-text{
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    vertical-align: middle;
}







.coral-checkboxlist {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	padding-left: 5px;
}
.coral-checkboxlist .coral-checkbox {
	padding: 0px;
}
.coral-checkboxlist .coral-checkbox-label {
	min-height: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: default;
}

.coral-checkboxlist-border {
	white-space: normal;
}
.coral-checkbox-text{
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    vertical-align: middle;
}
.coral-checkbox-icon {
	margin-right: 2px;
	position: relative;
	vertical-align: middle;
}

.coral-combo {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.coral-readonly .coral-combo-arrow {
	color: #9a9a9a;
	cursor: default;
}

.coral-combo-error .coral-combo-border {
	border-color: #B94A48;
}

.coral-input-clearIcon {
	padding: 0;
	right: 22px;
	top: 5px;
	display: none;
	width: 18px;
	height: 22px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	opacity: 0.6;
	position: absolute;
	z-index: 1;
	filter: alpha(opacity = 60);
}

.coral-textbox-hover .coral-input-clearIcon {
	display: inline;
}

.coral-combo-arrow {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    right: 4px;
    top: 4px;
    position: absolute;
    padding: 1px;
    width: 16px;
    height: 16px;
}

.coral-isLabel .coral-combo-arrow {
	display: none;
}

.coral-combo-content {
	overflow: auto;
	height: 100%;/* if not set height then the combo panel has double scroll  */
}

.coral-combo-filter-border {
	width: auto;
	border: 1px solid #428bca;
	padding-right: 19px;
	margin-left: 5px;
	margin-right: 5px;
	background: #fff;
	display: block;
	position: relative;
}
.coral-combo-filter{
	position: relative;	
	padding: 5px 0;
}

.coral-combo-filterbox {
	width: 100%;	
	padding: 0;
	border: 0;
	margin: 0;
	height: 22px;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

.coral-combo-search {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	right: 5px;
	top: 5px;
	position: absolute;
	padding: 6px;
}

.coral-combo-arrow-hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	background-color: #eaf2ff;
}

.coral-combo-panel {
	overflow: auto;
	background-color: #ffffff;
}

.coral-combo-border {
	padding-right: 22px;
}
.coral-isLabel .coral-combo-border {
	border: 0px;
	background: none;
	box-shadow: none;
}

.coral-isLabel .coral-combo-text {
	cursor: default;
}

.coral-isLabel{
	padding-right: 0;
}

.coral-combo-arrow {
	/* background-color: #428bca; */
	color: #fff;
}

.coral-combo-wrapper {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	text-align: left;
	background: #d1e5f4;
	border-radius: 6px;
	box-shadow: 1px 1px 4px 0px #070b11;
	min-width:188px;
}

.coral-combo-wrapper .coral-combobox-item-selected, .coral-combo-wrapper .coral-combobox-item-hover {
	background-color: #fff;
	color: #428bca;
	cursor: pointer;
}

.coral-combo-wrapper .coral-combobox-item {
	height: auto;
	padding: 5px 10px;
	border-bottom: 1px solid #000;
}
/* */
.coral-combo-popup-dialog {
	padding: 10px 30px;
	text-align: center;
}

.coral-combobox-item {
  padding: 2px;
  height: 26px;
  padding: 5px;
  padding-right: 0px;
  background-color: #d1e5f4;
	color:#000
}
.coral-combobox-item-hover {
  background-color: #eaf2ff;
  color: #000000;
}
.coral-combobox-item-selected {
  background-color: #FBEC88;
  color: #000000;
}
.coral-combobox-item-highlight {
	background-color: #fff;
	color: #428bca;
}


.coral-combogrid-hasButton.coral-combo {
	display: inline-flex;
}
.coral-combogrid-hasButton .coral-combo-border {
	/* display: inline-block; */
	width: 100%;
	float: left;
}
.coral-combogrid-hasButton .coral-button {
	float: right;
}
.coral-combogrid-hasButton .coral-button.coral-combogrid-button {
	margin-left: 5px;
	margin-top: 0px;
}
.coral-combogrid-hasButton .coral-button.coral-combogrid-button .coral-button-text {
	padding: 3px 1.7em 3px 1.7em;
}
.coral-combogrid-hasButton {
	width: auto;
}
.coral-combogrid-hasButton.coral-combo-arrow-hover {
	background-color: transparent;
}

.coral-panel {
	overflow: hidden;
	text-align: left;
}

.coral-panel-header, .coral-panel-body {
	border-width: 1px;
	border-style: solid;
}

.coral-panel-header {
	padding: 0;
	position: relative;
}

.coral-panel-header .coral-toolbar-item {
	border-color: transparent;
	background: transparent;
}

.coral-panel-header {
	background: repeat-x #36a9e1;
	color: #fff;
}

.coral-panel-header {
	border-color: #36a9e1;
}
.coral-panel-body {
	border-color: #e4e6eb;
}

.coral-panel-header .icon {
	color: #fff;
}

.coral-panel-title {
	height: 16px;
}

.coral-panel-header-noborder {
	border-width: 0 0 1px 0;
}

.coral-panel-body {
	overflow: auto;
	position: relative;
	border-top-width: 0px;
}

.coral-panel-body-noheader {
	border-top-width: 1px;
}

.coral-panel-body-noborder {
	border-width: 0px;
}

.coral-panel-icon {
	height: 16px;
	width: 16px;
}

.coral-panel-tool {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	padding: 5px;
}

.coral-panel-tool-left {
	float: left;
	display: inline-block;
	position: relative;
}

.coral-panel-tool>.icon {
	font-size: 12px;
	margin-left: 5px;
	cursor: pointer;
}

.coral-panel-tool a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 2px;
	color: #aaa;
}

.coral-panel-loading {
	padding: 11px 0px 10px 30px;
}

.coral-panel-noscroll {
	overflow: hidden;
}

.coral-panel-fit, .coral-panel-fit body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.coral-panel-loading {
	background: url('images/loading.gif') no-repeat 10px 10px;
}

.coral-panel-body {
	background-color: #fff;
}

.coral-panel-title {
	display: inline-block;
	font-weight: bold;
}


.coral-scroll {
	overflow: auto;
	position: relative;
}

.coral-noscroll {
	overflow: hidden;
}

.coral-datepicker {
	z-index: 100;
	width: 260px;
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.coral-readonly .coral-icon-calendar {
	color: #9a9a9a;
	cursor: default;
}

.coral-datepicker-no-close {
	padding-right: 22px;
}

.coral-datepicker-error .coral-datepicker-border {
	border: 1px solid #B94A48;
}

.coral-datepicker .coral-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.coral-datepicker .coral-datepicker-prev, .coral-datepicker .coral-datepicker-next
	{
	position: absolute;
	top: 2px;
	width: 26px;
	height: 26px;
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.collapse.in {
	height: auto;
}

.coral-datepicker .coral-spinner .coral-textbox-border,
	.coral-datepicker .coral-spinner .coral-spinner-button {
	border-color: transparent; 
	box-shadow: none;
}
.coral-datepicker .coral-spinner-input:hover {
	background: #f2f2f2;
}
.coral-datepicker .coral-timepickerPanel td {
	text-align: center;
}

.coral-datepicker .menuSel td {
	padding: 8px 5px;
	text-align: center;
}

.picker-switch {
	padding: 10px;
}

.coral-datepicker .time-btn {
	padding: 10px 30px;
	color: #1e8fc6;
}

.coral-datepicker .time-btn:hover {
	background: #f2f2f2;
}

.coral-datepicker .coral-datepicker-prev-hover, .coral-datepicker .coral-datepicker-next-hover
	{
	top: 1px;
}

.coral-datepicker .coral-datepicker-prev {
	left: 2px;
}

.coral-datepicker .coral-datepicker-next {
	right: 2px;
}

.coral-datepicker .coral-datepicker-prev span, .coral-datepicker .coral-datepicker-next span
	{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -7px;
}

.coral-datepicker .coral-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	color:#000
}

.coral-datepicker .coral-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

/* .coral-datepicker select.coral-datepicker-month, .coral-datepicker select.coral-datepicker-year {
	width: 40%;
} */
.coral-datepicker select.coral-datepicker-year {
	width: 40%;
}

.coral-datepicker select.coral-datepicker-month {
	width: 30%;
}

.coral-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
	table-layout: fixed;
}

.coral-datepicker td.separator {
	width: 10px;
}
.coral-datepicker .spinner-vertical.coral-spinner {
	margin: 0 auto;
}

.coral-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	color:#000
}

.coral-datepicker td {
	border: 0;
	padding: 1px;
}

.coral-datepicker td>span, .coral-datepicker td>a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}

.coral-datepicker td>span {
	text-align: right;
}

.coral-datepicker td>a.date-year {
	padding: 1em .2em;
}

.coral-datepicker .coral-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.coral-datepicker .coral-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.coral-datepicker .coral-datepicker-buttonpane button.coral-datepicker-current
	{
	float: left;
}

/* with multiple calendars */
.coral-datepicker.coral-datepicker-multi {
	width: auto;
}

.coral-datepicker-multi .coral-datepicker-group {
	float: left;
}

.coral-datepicker-multi .coral-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.coral-datepicker-multi-2 .coral-datepicker-group {
	width: 50%;
}

.coral-datepicker-multi-3 .coral-datepicker-group {
	width: 33.3%;
}

.coral-datepicker-multi-4 .coral-datepicker-group {
	width: 25%;
}

.coral-datepicker-multi .coral-datepicker-group-last .coral-datepicker-header,
	.coral-datepicker-multi .coral-datepicker-group-middle .coral-datepicker-header
	{
	border-left-width: 0;
}

.coral-datepicker-multi .coral-datepicker-buttonpane {
	clear: left;
}

.coral-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.coral-datepicker-rtl {
	direction: rtl;
}

.coral-datepicker-rtl .coral-datepicker-prev {
	right: 2px;
	left: auto;
}

.coral-datepicker-rtl .coral-datepicker-next {
	left: 2px;
	right: auto;
}

.coral-datepicker-rtl .coral-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.coral-datepicker-rtl .coral-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.coral-datepicker-rtl .coral-datepicker-buttonpane {
	clear: right;
}

.coral-datepicker-rtl .coral-datepicker-buttonpane button {
	float: left;
}

.coral-datepicker-rtl .coral-datepicker-buttonpane button.coral-datepicker-current,
	.coral-datepicker-rtl .coral-datepicker-group {
	float: right;
}

.coral-datepicker-rtl .coral-datepicker-group-last .coral-datepicker-header,
	.coral-datepicker-rtl .coral-datepicker-group-middle .coral-datepicker-header
	{
	border-right-width: 0;
	border-left-width: 1px;
}

.coral-datepicker-time {
	float: left;
	width: 100%;
	background: #f6f8fa;
}

.coral-datepicker-time table {
	margin: .2em 0 .4em;
}

.coral-datepicker-time .coral-datepicker-time-str {
	width: 100%;
	margin-top: 5px;
	font-weight: bold;
}

.coral-datepicker-time .menuSel .menu {
	padding: 2px;
}

.coral-datepicker-time .datepicker-timeinput, .coral-datepicker-time .coral-datepicker-time-tm
	{
	height: 26px;
	text-align: center;
	border: #ccc 1px solid;
	outline: 0;
}

.coral-datepicker-time .datepicker-timeinput {
	width: 24px;
}

.coral-datepicker-time .coral-datepicker-time-tm {
	width: 7px;
	border-left: 0;
	border-right: 0;
}

.coral-datepicker-time .dptimespinner {
	width: 16px;
	display: inline-block;
	padding: 0;
	margin-left: -1px;
	vertical-align: top;
	line-height: 22px;
}

.coral-datepicker-time .coral-corner-all {
	border-radius: 0;
}

.coral-datepicker-time .dptimespinner .coral-textbox-default {
	padding: 0;
	width: 0;
}

.coral-datepicker-time .datepicker-time-input {
	margin-left: 5px;
}

.coral-datepicker-time .datepicker-time-tB1 {
	border-right: 0px;
}

.coral-datepicker-time .datepicker-time-tB2 {
	border-left: 0px;
}

.coral-datepicker-time .datepicker-time-tE {
	border-left: 0;
	border-right: 0;
}

.coral-datepicker-time #dpTimeUp {
	height: 10px;
	width: 13px;
	border: 0px;
	/*background: url(img.gif) no-repeat -32px -16px;*/
}

.coral-datepicker-time #dpTimeDown {
	height: 10px;
	width: 13px;
	border: 0px;
	/*background: url(img.gif) no-repeat -48px -16px;*/
}

.coral-datepicker-time .menuSel {
	z-index: 1;
	position: absolute;
	background-color: #FFFFFF;
	border: #ccc 1px solid;
}

.coral-isLabel input {
	background: transparent;
}

.coral-isLabel .coral-icon-calendar {
	display: none;
}

.coral-isLabel .coral-datepicker-border {
	border: 0 none;
	box-shadow: none;
}

.coral-isLabel img {
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	/*cursor: "default";*/
}

input.coral-datepicker-textbox-default::-ms-clear {
	display: none;
}

.coral-icon-calendar {
	display: inline-block;
	cursor: pointer;
	right: 0;
	top: 0;
	position: absolute;
	padding: 5px;
}

.coral-datepicker.coral-component-content {
	background: #fff;
	border: 1px solid #ddd;
	padding: 0;
}

.coral-datepicker .coral-datepicker-header {
	padding: 6px 0;
	border: 0;
	border-radius: 0;
}

.coral-datepicker .date-month {
	padding: .8em 0;
	margin: .5em 0;
	width: 46px;
}

.coral-datepicker .coral-datepicker-prev, .coral-datepicker .coral-datepicker-next
	{
	top: 2px;
}

.coral-datepicker .coral-datepicker-prev span, .coral-datepicker .coral-datepicker-next span
	{
	cursor: pointer;
	font-weight: bold;
}

.coral-datepicker .coral-datepicker-header select, .coral-datepicker .coral-state-default
	{
	outline: 0;
	border: 0;
	background: #fff;
	color: #36a9e1;
}

.coral-datepicker .coral-state-hover
	{
	background: #f2f2f2;
}

.coral-datepicker .coral-datepicker-prev-hover, .coral-datepicker .coral-datepicker-next-hover
	{
	background: #f2f2f2 none;
	border: 0;
	border-radius: 0;
}

.coral-datepicker-calendar thead tr {
	background: #f6f8fa;
}

.coral-datepicker-calendar tbody tr td .coral-state-default {
	border: 0;
	background: #fff;
	color: #333;
	font-weight: normal;
	text-align: center;
}

.coral-datepicker .menuTimeSel.coral-state-hover {
	background: #1e8fc6;
	color: #fff;
}

.coral-datepicker .coral-datepicker-current, .coral-datepicker .coral-datepicker-close
	{
	font-weight: normal;
	color: #36a9e1;
	padding: 3px 8px;
	font-size: 13px;
	border: 1px solid #ddd;
	outline: 0;
}

.coral-datepicker-current.coral-state-default {
	/*margin-left:5px;*/
	
}

.coral-datepicker-current.coral-state-default.coral-state-hover,
	.coral-datepicker-close.coral-state-default.coral-state-hover {
	color: #aacafd;
}

.coral-datepicker-close.coral-state-hover {
	margin: 0;
}

.coral-datepicker-calendar tbody tr td .coral-state-hover {
	background: #f2f2f2;
	color: #36a9e1;
}

.coral-datepicker-calendar tbody tr td .coral-state-highlight {
	background: #fff;
	color: #0034c9;
}

.coral-datepicker-calendar tbody tr td .coral-state-active {
	color: #fff;
	background: #3892d3;
}

.coral-datepicker.coral-validation-datepicker {
	padding: 4px;
	border-radius: 0px;
	outline: 0;
	border: 0;
}

.coral-datepicker-time .coral-datepicker-time-str {
	margin-top: 0;
}

.coral-datepicker .menuTimeSel {
	padding: 1px 3px;
}

#dpTimeEnsure {
	float: right;
	display: inline;
	margin-right: 5px;
}

.coral-datepicker-current.coral-state-default {
	float: left;
	margin-left: 5px;
	background: #eee;
	border-radius: 0;
	border: 1px solid #ddd;
}

.coral-datepicker-close.coral-state-default {
	background: #eee;
	border-radius: 0;
	border-left: 1px solid #ddd;
}

.coral-datepicker-today a {
	color: #639FEF;
}

.coral-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	outline: 0;
}
/* .coral-dialog-loading {
	background: url('images/gridloading.gif') no-repeat 50% 0;
	display: none;
	position: absolute;
	left: 40%;
	top: 50%;
	height: 50px;
	width: 160px;
	text-align: center;
	line-height: 69px;
} */
.coral-front {
	z-index: 100;
}
.coral-dialog .coral-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
	text-align:center;
}

.coral-dialog .coral-dialog-title {
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	left:10px;
	font-size: 20px;
}

.coral-dialog-subTitle {
	text-align:center;
	color: #fff;
}

 .coral-dialog-mainTitle {
	float:left;
	width:80%;
	text-align:left;
}

.coral-dialog .coral-dialog-content {
	position: relative;
	border: 0;
	/* padding: 0;  会覆盖combo的dialog里的padding*/ 
	background: none;
	overflow: auto;
}

.coral-dialog .coral-dialog-buttonpane {
	text-align: center;
	border-width: 1px 0 0 0;
	background-image: none;
}

.coral-dialog .coral-dialog-buttonpane .coral-dialog-buttonset {
	float: none;
}

.coral-dialog .coral-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.coral-dialog .coral-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}

.coral-draggable .coral-dialog-titlebar {
	cursor: move;
}

.coral-dialog-buttonset .coral-btn-primary {
	background: none repeat scroll 0 0 #428bca;
	color: #fff;
}

.coral-dialog-buttonset .coral-state-default {
	padding: 0.3em 1em;
}

.coral-dialog-buttonset .coral-state-default .coral-button-text {
	padding: 0em 1em;
}

.coral-dialog {
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.coral-dialog.coral-component-content, .coral-dialog .coral-component-content
	{
	border: 0;
	/*padding:0 10px;*/
	background: #d1e5f4;
}
.coral-dialog .coral-dialog-buttonpane {
	margin: 0;
}

.coral-dialog  .coral-dialog-toolbar .coral-button {
	color: #d6ebf8;
	background: #065377;
	border: 0 none;
}

.coral-dialog .coral-dialog-titlebar {
	color: #666;
	border-radius: 0;
	background: none repeat scroll 0 0 rgba(0,0,0,0);
	border-bottom: 1px solid #0e7dc4;
	padding: 10px 12px;
}

.coral-dialog  .coral-dialog-toolbar .coral-button{
	/*border-radius: 0;*/
}

.coral-dialog-toolbar {
	position: absolute;
    top: 3px;
    right: 3px;
    width: auto;
}

.coral-dialog .coral-dialog-toolbar .coral-button-icon-only .coral-button-text{
	padding: 5px;
}

.coral-dialog .coral-dialog-toolbar .coral-button.coral-state-hover{
	background: #065377!important;
}

.coral-dialog .coral-dialog-toolbar .coral-dialog-toolbar-close.coral-state-hover{
	color: #fff;
	background: #e81123;
}

.queueMessage .coral-messager {
	position: relative;
	margin-bottom: 5px;
}

.queueMessage {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -200px;
	width: 400px;
}

.coral-dialog .hasIcon.alert-box {
	padding: 15px 15px 15px 50px;
	margin: 0;
}

.coral-dialog .alert-box {
	padding: 15px;
	margin: 0;
}

.coral-dialog .hasIcon .icon-control {
	font-size: 30px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
}

.coral-dialog .danger, .coral-dialog .error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-box .coral-control-danger, .alert-box .coral-control-error {
	color: #a94442;
}

.coral-dialog .warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-box .coral-control-warning {
	color: #8a6d3b;
}

.coral-dialog .question {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-box .coral-control-question {
	color: #8a6d3b;
}

.coral-dialog .info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
	overflow-x:hidden;
}

.alert-box .coral-control-info {
	color: #31708f;
}

.coral-dialog .success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-box .coral-control-success {
	color: #3c763d;
}

.coral-dialog .coral-messager-body {
	padding: 25px 15px 20px 15px;
	overflow-x: hidden;
	background: transparent;
}

.coral-dialog .coral-messager-info-body {
	padding: 5px 10px;
	overflow: hidden;
	background: #fff;
}

.coral-messager-box-content>.icon-control {
	padding: 0 10px 10px 0;
}

.hasIcon>.icon-control {
	padding: 0 10px 0 0;
}

.coral-messager-icon {
	float: left;
	width: 32px;
	height: 32px;
}

.coral-dialog .coral-messager-content {
	margin-top: 5px;
}

.coral-dialog .coral-messager-box {
	float: left;
	left: 50%;
	position: relative;
}

.coral-dialog .messager-only {
	padding-top: 0;
}

.coral-messager-box-content {
	float: left;
	position: relative;
	right: 50%;
	padding-left: 45px;
	margin-left: -10px;
}

.coral-menu {
	list-style: none;
	margin: 0;
	display: block;
	outline: none;
}

.coral-menubar-toggle.coral-menubar-collapse {
	float : left;
	width : 100%;
	position : relative;
	padding : 5px 0 2px 0;
	text-align : center;
	border-width :1px 0 0 0;
	border-style : solid;
	background-color : #f3f3f3;
	border-color : #ddd;
}

.coral-menubar-horizontal li.coral-corner-all, .coral-menubar-vertical li.coral-corner-all {
	border-bottom-right-radius : 0;
	border-bottom-left-radius : 0;
	border-top-right-radius : 0;
}

.coral-menubar-horizontal.coral-menu>.ctrl-init-menubar>li>a>.cui-icon-arrowDown1{
	display : none;
}

.coral-menubar-horizontal>.ctrl-init-menubar>li>a {
	padding : 10px 18px!important;
}

.coral-menubar-vertical.coral-menu>.ctrl-init-menubar>li.coral-menuitem-active:after {
	display : block;
	content : "";
	position : absolute;
	right : -2px;
	top : -1px;
	bottom : 0;
	z-index : 99;
	border : 2px solid #2b7dbc;
	border-width : 0 2px 0 0;
}
.coral-menubar-vertical.coral-menu-min>ul>li>a>.cui-icon-arrowDown1{
	display : none;
}

.coral-menubar-vertical li.coral-menuitem-active.coral-menuitem-open>a:after {
	display : none;
}

.coral-menubar-vertical>.ctrl-init-menubar>li>.coral-menu-child:before {
	position : absolute;
	display : block;
	content : "";
	border : 1px dotted;
	border-left-width :1px;
	border-right-width : 0;
	bottom : 0;
	top : 0;
	left : 18px;
	height : auto;
	z-index : 1;
	border-color : #ddd;
}

.coral-menubar-vertical>.ctrl-init-menubar>li>.coral-menu-child>li>a:before {
	content : "";
	border-width : 1px 0 0;
	border : 1px dotted;
	border-top-width : 0;
	top : 17px;
	left : 20px;
	z-index : 1;
	position : absolute;
	width : 9px;
	display : block;
	border-color : #ddd;
}

.coral-menubar-vertical>ul>li.coral-menuitem-active>a:after{
	border-width : 15px 10px; 
	top : 3px;
}

.coral-menubar-vertical li.coral-menuitem-active>a:after{
	border : 8px solid transparent;
	top : 3px;
	content : "";
	display : block;
	position : absolute;
	right : 0;
	z-index: 99;
	border-width : 14px 10px;
	border-right-color : #2b7dbc;
}

.ctrl-init-menubar>li.coral-menuitem-active>a{
	color : #1963aa;
}

.ctrl-init-menubar .coral-menuitem-active>a{
	background-color : #f1f5f9;
}

.ctrl-init-menubar .coral-menuitem-active.coral-menu-parent>a,.ctrl-init-menubar>.coral-menuitem-active>a{
	background-color : #fff;
}


.ctrl-init-menubar>li>a {
	line-height : 17px;
	padding : 10px 15px!important;
	background-color : #f8f8f8;
}

.ctrl-init-menubar .coral-menu-child>li>a {
	padding : 10px 15px 9px 37px;
}

.ctrl-init-menubar ul .coral-menuitem-active>a{
	color : #337ab7;
}

.coral-menubar-vertical.coral-menu.coral-menu-min>ul>li>.coral-menu-child {
	width : 150px;
	margin-top : 40px;
}

.coral-menubar-horizontal.coral-menu li.coral-menuitem-active>a>span.coral-menuitem-text {
	color : #4b88b7;
}

.coral-menubar-vertical.coral-menu li>a:hover {
	background-color : #f5f7fa;
}

.coral-menubar-vertical.coral-menu-min .ctrl-init-menubar>li>.coral-menu-child {
	position : absolute;
	z-index : 1026;
	left : 53px;
	top : -1px;
	width : 150px;
	display : none!important;
	height : auto!important;
	visibility : visible!important;
	
}


.coral-menubar-vertical.coral-menu-min .ctrl-init-menubar>li>a>.coral-menuitem-text {
	display : none;
	left : 53px;
	position : absolute;
	top : -1px;
	height : 40px;
	padding-left : 35px;
	padding-top : 10px;
	width : 150px;
	border : 1px solid #ddd;
	border-bottom : 0px;
	background : #f5f5f5;
	z-index : 1025;
	text-align : left;
}


.coral-menubar-horizontal.coral-menu-min .ctrl-init-menubar>li>a>.coral-menuitem-text {
	display : none;
	left : 0px;
	position : absolute;
	top : 100%;
	height : 37px;
	padding-left : 30px;
	padding-top : 10px;
	width : 150px;
	border : 1px solid #ddd;
	border-bottom : 0px;
	background : #f5f5f5;
	z-index : 1025;
	text-align : left;
}

.coral-menubar-horizontal .ctrl-init-menubar>li {
	border-right : 1px solid #ddd;
}

.coral-menubar-vertical .coral-menu-child>li>a{
	border-top-width : 1px;
	border-top-style : dotted;
	border-top-color : #ddd;
}

.coral-menubar-vertical .ctrl-init-menubar>li {
	border-width : 1px 0 0;
	border-color : #ddd;
	border-style : solid;
}

.coral-menubar-vertical.coral-component-content{
	border-width : 0 1px 1px 1px;
	border-color : #ddd;
	border-style : solid;
	padding : 0;
    max-height : 100%;
    box-sizing : border-box;
    position : static;
}


.coral-menubar-horizontal.coral-menu-min .ctrl-init-menubar>li:hover>a>.coral-menuitem-text {
	display : block;
	/* margin-top: -40px; */
}

.coral-menubar-vertical.coral-menu-min .ctrl-init-menubar>li:hover>a>.coral-menuitem-text {
	display : block;
}

.coral-menubar-vertical.coral-menu.coral-menu-min {
	display :inline-block;
	width : 56px;
}

.coral-menubar-vertical.coral-menu.coral-menu-min .ctrl-init-menubar>li>.coral-menu-child {
	border-width : 0 1px 1px 1px;
}

.coral-menubar-horizontal .coral-menuitem .menu-icon {
	display : block;
	text-align : center;
	margin-bottom : 8px;
}

.coral-menu .menu-rightArrow {
	float : right;
	display : inline-block;
}

.coral-menubar-vertical.coral-menu-min .ctrl-init-menubar>li:hover>.coral-menu-child {
	display : block!important;
}

.coral-menu .coral-menu {
	margin-top: -3px;
	position: absolute;
}

.coral-menuitem a {
	color: #000;
}

.coral-tieredmenu-hidden {
	display: none;
}

.coral-menu .coral-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image:
		url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.coral-menu .coral-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.coral-menu .coral-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}

.coral-menu .coral-menu-item a.coral-state-focus, .coral-menu .coral-menu-item a.coral-state-active
	{
	font-weight: normal;
	margin: -1px;
}

.coral-menu .coral-state-disabled {
	font-weight: normal;
}

.coral-menu .coral-state-disabled a {
	cursor: default;
}

/* icon support */
.coral-menu-icons {
	position: relative;
}

.coral-menu-icons .coral-menu-item a {
	position: relative;
	padding-left: 2em;
}

.coral-menu {
	width: 12.5em;
	position: relative;
}

.coral-menu.coral-menu-dynamic {
	position: absolute;
	display: none;
	z-index: 100000;
}

.coral-menu-list {
	position: static;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}

.coral-menu .coral-menuitem {
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.coral-menu .coral-menu-list .coral-widget-header {
	clear: both;
	float: left;
	width: 98%;
	margin: 1px 0;
}

.coral-menu .coral-menuitem {
	position :relative;
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
}

.coral-menu .coral-menuitem-parent {
	width: 100%;
	float: left;
	clear: both;
	margin: 1px 0;
	padding: 0;
}

.coral-menu .coral-menuitem-link {
	display: block;
	width: 100%;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	float: left;
	cursor: pointer;
	padding: .4em .6em;
	border: 0 none;
}

.coral-menu .coral-menuitem-link .coral-menuitem-icon {
	display: inline-block;
	float: left;
}

.coral-menu .coral-widget-header h1, .coral-menu .coral-widget-header h2,
	.coral-menu .coral-widget-header h3, .coral-menu .coral-widget-header h4,
	.coral-menu .coral-widget-header h5, .coral-menu .coral-widget-header h6
	{
	float: left;
	display: block;
	font-size: 1em;
	margin: 0 auto;
	padding: 0.3em 3%;
}

.coral-menu .coral-menu-parent .coral-menu-child {
	display: none;
	width: 12.5em;
	position: absolute;
	margin: 0;
/* 	padding: 5px 0; */
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	outline: 0;
}


.coral-menubar-vertical.coral-menu .coral-menu-parent .coral-menu-child {
	display: none;
	width: 12.5em;
	position: relative;
	margin: 0;
	padding: 0 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	outline: 0;
}

.coral-menubar-vertical.coral-menu .ctrl-init-menubar>li>.coral-menu-child .coral-menu-child{
	border-width : 0 1px 0 0;
	border-color : #ddd;
	border-style : solid;
}

.coral-menubar-horizontal.coral-menu .ctrl-init-menubar .coral-menu-child{
	border-width : 1px 1px 0 1px;
	border-color : #ddd;
	border-style : solid;
}

.coral-menubar-horizontal.coral-menu .ctrl-init-menubar ul li{
	border-width : 0 0 1px 0;
	border-color : #ddd;
	border-style : solid;
}

.coral-menubar-vertical.coral-menu .ctrl-init-menubar>li>.coral-menu-child{
	border-width : 0px 1px 0 0;
	border-color : #ddd;
	border-style : solid;
}

.coral-menu .coral-menu-parent {
	position: relative;
}

.coral-menubar-vertical .menu-icon {
	margin-right : 8px;
}

.ctrl-init-menubar>li>.coral-menu-child>li>a{
	padding-left: 34px;
}
.ctrl-init-menubar>li>.coral-menu-child>li>.coral-menu-child>li>a{
	padding-left: 55px;
}
.ctrl-init-menubar>li>.coral-menu-child>li>.coral-menu-child>li>.coral-menu-child>li>a{
	padding-left: 65px;
}
.coral-menu .coral-menu-parent .coral-icon-triangle-1-e, .coral-menu .coral-menu-parent .coral-icon-triangle-1-s,
	.coral-menubar .coral-menu-child .coral-icon-triangle-1-s,
	.coral-menubar .coral-menu-child .coral-icon-triangle-1-s {
	float: right;
}

.coral-menubutton {
	padding: 0;
}

.coral-menubutton .coral-button {
	margin: 0;
}

/** Menubar **/
.coral-menubar, .coral-navigatemenu {
	width: auto;
}

.coral-menubar>ul.coral-menu-list>li>a,.coral-navigatemenu>ul.coral-menu-list>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.coral-menubar>ul.coral-menu-list>li>ul, .coral-navigatemenu>ul.coral-menu-list>li>ul {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.coral-menubar .coral-menuitem, .coral-navigatemenu .coral-menuitem {
	width: auto;
	clear: none;
}

.coral-menubar-vertical.coral-menubar .coral-menuitem{
	clear: none;
}
.coral-menubar .coral-menu-child .coral-menuitem {
	width: 100%;
}

.coral-menubar .coral-menu-child {
	top: 25px;
	left: 0;
}

.coral-menubar .coral-menuitem-link {
	width: auto;
}

.coral-menubar .coral-menu-child .coral-menuitem-link {
	width: 100%;
	*width: auto;
}

.coral-menubar .coral-widget-header {
	clear: none;
	width: auto;
	margin: 0 3px 0 0;
}

.coral-menubar .coral-widget-header h1, .coral-menubar .coral-widget-header h2,
	.coral-menubar .coral-widget-header h3, .coral-menubar .coral-widget-header h4,
	.coral-menubar .coral-widget-header h5, .coral-menubar .coral-widget-header h6
	{
	padding: 0.4em 0.3em;
}

.coral-menubar .coral-menubar-options {
	float: right;
}

.coral-menu .coral-separator {
	width: 98%;
	height: 0px;
	float: left;
	clear: both;
	margin: 1px 0 0 0;
	padding: 0;
	border-top: 0px none;
}

/** MegaMenu **/
.coral-megamenu td {
	vertical-align: top;
}

.coral-menu.coral-megamenu .coral-menu-parent .coral-menu-child {
	width: auto;
}

.coral-menu.coral-megamenu .coral-menu-child>table {
	width: auto;
}

.coral-menu.coral-megamenu .coral-menu-child .coral-menu-list {
	width: 12.5em;
}

/** Breadcrumb **/
.coral-breadcrumb {
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding: 5px 5px 7px 5px;
}

.coral-breadcrumb ul {
	margin: 0;
	padding: 0;
	display: block;
}

.coral-breadcrumb ul li {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}

.coral-breadcrumb ul li span {
	display: block;
	overflow: hidden;
}

.coral-breadcrumb ul li .coral-menuitem-link {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin-top: 3px;
}

.coral-breadcrumb ul li a.coral-icon-home {
	padding: 0;
	margin-top: 1px;
	overflow: hidden;
}

.coral-breadcrumb-chevron {
	float: left;
	margin-top: 2px;
}

/** SlideMenu **/
.coral-slidemenu .coral-slidemenu-wrapper {
	position: relative;
}

.coral-slidemenu .coral-slidemenu-content {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.coral-slidemenu .coral-menu-list {
	position: absolute;
	top: 0;
	padding: 5px 0;
}

.coral-slidemenu .coral-menu-parent {
	position: static;
}

.coral-slidemenu .coral-menu-child {
	box-shadow: none;
	border: 0 none;
	background: none repeat scroll 0 0 transparent;
}

.coral-slidemenu-backward {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0.4em;
	padding: 0.2em;
	cursor: pointer;
	display: none;
	background: #ccc;
	border-radius: 0;
}

.coral-slidemenu-backward .coral-icon {
	float: left;
}

.coral-navigationmenu .coral-menuitem-text {
	float: left;
}

.coral-navigatemenu .coral-menuitem-text {
	padding: 0 0.3em;
}

.coral-navigatemenu {
	background: none repeat scroll 0 0 #fff;
}

.coral-navigatemenu .coral-state-hover {
	background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	background-repeat: repeat-x;
	color: #555;
	background-color: #e7e7e7;
}

.coral-navigationmenu .coral-navigationmenu-item-arrow {
	float: right;
}

.coral-navigationmenu-item-inner{
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
}

/** TabMenu **/
.coral-tabmenu {
	position: relative;
	zoom: 1;
}

.coral-tabmenu .coral-tabmenu-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.coral-tabmenu .coral-tabmenu-nav .coral-tabmenuitem {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 .2em 1px 0;
	padding: 0;
	white-space: nowrap;
	display: block;
	border-bottom: 0;
	top: 1px;
}

.coral-tabmenu .coral-tabmenu-nav .coral-tabmenuitem a {
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
}

.coral-tabmenu .coral-tabmenu-nav .coral-tabmenuitem-hasicon a {
	padding: 0.5em 1em 0.5em 0.2em;
}

.coral-tabmenu .coral-tabmenu-nav .coral-tabmenuitem .coral-icon {
	float: left;
	cursor: pointer;
}

.coral-menuitem .coral-icon-triangle-1-e {
	background-position: -2px -425px;
}

.coral-menuitem .coral-icon.coral-icon-document {
	background-position: -176px -292px;
	left: 0.8em;
	position: absolute;
	top: 0.4em;
}

.coral-menubar .coral-state-hover, .coral-contextmenu .coral-state-hover,
	.coral-slidemenu .coral-state-hover, .coral-tieredmenu .coral-state-hover
	{
	background: none repeat scroll 0 0 #efefef;
	color: #333;
}

ul.coral-menu-list>li.coral-menuitem>a {
	position: relative;
	text-align: left;
}

ul.coral-menu-list>li.coral-menu-parent>a.coral-state-hover>span.coral-icon-triangle-1-e
	{
	background-position: -123px -223px;
}

ul.coral-shadow>li.coral-menu-parent>a.coral-state-hover>span.coral-icon-triangle-1-e,
	ul.coral-shadow>li.coral-menu-parent>a>span.coral-icon-triangle-1-e {
	background-position: -2px -446px;
}

/** navigationmenu **/
.coral-navigationmenu {
	width: 17em;
}

.coral-navigationmenu .coral-navigationmenu-header {
    cursor: pointer;
    position: relative;
    margin: 0px;
}

.coral-navigationmenu .coral-navigationmenu-panel {
	padding: 0;
	margin: 0;
}

.coral-navigationmenu .coral-navigationmenu-header {
	cursor: pointer;
	position: relative;
	margin: 0;
	zoom: 1;
}

.coral-navigationmenu .coral-navigationmenu-header {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em 2.2em;
	background: #85b2cb -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.4)));
	border: 1px solid #7096ab;
	margin-top: 1px;
}

.coral-navigationmenu .coral-navigationmenu-header .coral-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.coral-navigationmenu .coral-navigationmenu-content {
	padding: 0.2em 0 0.2em 0.2em;
	border: 1px solid #a8a8a8;
	border-top: 0;
	margin: -1px 0 0 0;
	position: static;
	overflow: auto;
	zoom: 1;
	background: #fff;
}

.coral-navigationmenu .coral-navigationmenu-header.coral-state-disabled,
	.coral-navigationmenu .coral-navigationmenu-header.coral-state-disabled a {
	cursor: default;
}

.coral-navigationmenu .coral-menu-list {
	position: static;
}

.coral-navigationmenu .coral-menuitem {
	margin: 1px 0;
	padding: 0;
	display: block;
}

.coral-navigationmenu .coral-menuitem-link {
	display: block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	border: solid 1px transparent;
	position: relative;
	line-height: 16px;
	padding: 4px 8px;
	cursor: pointer;
	background: #dbecff;
}

.coral-navigationmenu .coral-icon {
	display: inline-block;
	float: left;
}

.coral-navigationmenu .coral-menuitem-text {
	float: none;
}

.coral-navigationmenu .coral-navigationmenu-header .coral-icon-arrow-down {
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -8px;
}

.coral-navigationmenu .coral-menu-parent .coral-menu-list {
	display: none;
}

.coral-navigationmenu .coral-empty{
	display: inline-block;
	float: none;
}
@media only screen and (max-width:900px){
 	.coral-menubar-vertical.menu-responsive.coral-menu {
	     z-index : 1027;
	     max-height : 0;
	     margin-left : -190px;
         left : 190px;
	}
	.coral-menubar-vertical.menu-responsive.coral-menu.coral-menu-display{
	     max-height : 100%; 
	     transition-delay : 0s;
	     position : absolute;
	} 
	.coral-menubar-horizontal.menu-responsive.coral-menu {
	    position : fixed;
	    z-index : 1026;
	    float : none!important;
	    margin-top : auto !important;
	    width : 100%!important;
	    margin-left : 0px;
	    top : 200px;
	    margin-right  : 0px;
	    max-height : 0px;
	    border : 0;
	}
	.coral-menubar-horizontal.menu-responsive.coral-menu>.ctrl-init-menubar {
	    display : none;
	}
	.coral-menubar-horizontal.menu-responsive.coral-menu.coral-menu-display .coral-menu-child {
	    top : 0px!important;
	}
	.coral-menubar-horizontal.menu-responsive.coral-menu-display .coral-menuitem .menu-icon {
	    display : inline-block;
	    text-align : center;
	}
	.coral-menubar.menu-responsive.coral-menu-display .coral-menuitem {
	    width : inherit;
	}
	.coral-menubar-horizontal.menu-responsive.coral-menu.coral-menu-display .coral-menu-parent .coral-menu-child {
	    position : relative;
	    width : 100%!important;
	}
	.coral-menubar-horizontal.menu-responsive.coral-menu.coral-menu-display{
	    overflow-y : auto;
	    display : block; 
	    height:auto!important;
	    overflow : visible;
	    max-height : 2000px;
	    border : 1px solid;
	}
	.coral-menubar-horizontal.menu-responsive.coral-menu.coral-menu-display>.ctrl-init-menubar {
	   display : block;
	}
}


.coral-progressbar {
	height: 16px;
	text-align: left;
	overflow: hidden;
	background: none #EFEFEF;
	border: 0;
	border-radius: 0;
}

.coral-progressbar-text {
	text-align: center;
	position: absolute;
	color: green;
}

.coral-progressbar .coral-progressbar-value {
	margin: -1px;
	height: 100%;
	background: #B0DCFB;
	border: 0;
	border-radius: 0;
}

.coral-progressbar .coral-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity = 25);
	opacity: 0.25;
}

.coral-progressbar-indeterminate .coral-progressbar-value {
	background-image: none;
}

.coral-progressbar .coral-progressbar-text {
	height: 13px;
	line-height: 13px;
	color: #333;
}

.coral-resizable {
	position: relative;
}

.coral-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.coral-resizable-disabled .coral-resizable-handle,.coral-resizable-autohide .coral-resizable-handle
	{
	display: none;
}

.coral-resizable-n {
	cursor: n-resize;
	height: 10px;
	width: 100%;
	top: -5px;
	left: 0;
}

.coral-resizable-s {
	cursor: s-resize;
	height: 10px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.coral-resizable-e {
	cursor: e-resize;
	width: 10px;
	right: -5px;
	top: 0;
	height: 100%;
}

.coral-resizable-w {
	cursor: w-resize;
	width: 10px;
	left: -5px;
	top: 0;
	height: 100%;
}

.coral-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.coral-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.coral-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.coral-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.coral-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.coral-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.coral-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.coral-slider {
	position: relative;
	text-align: left;
}
.coral-slider .coral-state-default {
	border: 1px solid #ccc;
	background: #fff;
}
.coral-slider .coral-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.coral-slider .coral-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.coral-slider.coral-state-disabled .coral-slider-handle,
.coral-slider.coral-state-disabled .coral-slider-range {
	filter: inherit;
}

.coral-slider-horizontal {
	height: .8em;
}
.coral-slider-horizontal .coral-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.coral-slider-horizontal .coral-slider-range {
	top: 0;
	height: 100%;
}
.coral-slider-horizontal .coral-slider-range-min {
	left: 0;
}
.coral-slider-horizontal .coral-slider-range-max {
	right: 0;
}

.coral-slider-vertical {
	width: .8em;
	height: 100px;
}
.coral-slider-vertical .coral-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.coral-slider-vertical .coral-slider-range {
	left: 0;
	width: 100%;
}
.coral-slider-vertical .coral-slider-range-min {
	bottom: 0;
}
.coral-slider-vertical .coral-slider-range-max {
	top: 0;
}

.coral-spinner {
	position: relative;
	display: inline-block;
	/* overflow: hidden; */
	padding: 0;
	vertical-align: middle;
}

.spinner-vertical .coral-textbox-border, .spinner-vertical.coral-textbox
	{
	height: 130px;
}

.spinner-vertical.coral-spinner {
	width: 52px;
}

.spinner-vertical .coral-spinner-button{
	width: 100%;
	height: 30px;
	padding: 8px 0;
}

.spinner-vertical .coral-spinner-input {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	height: 40px;
	text-align: center;
}

/* .spinner-vertical .coral-textbox-default {
	height: 100%;
} */

.coral-spinner .coral-spinner-button .coral-button-text {
	padding: 0;
	line-height: 1;
}

.coral-spinner-input {
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
}

.coral-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.coral-spinner a.coral-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.coral-spinner .coral-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.coral-spinner-up {
	top: 0;
}

.coral-spinner-down {
	bottom: 0;
}

.coral-accordion .coral-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}

.coral-accordion .coral-accordion-icons {
	padding-left: 2.2em;
}

.coral-accordion .coral-accordion-icons .coral-accordion-icons {
	padding-left: 2.2em;
}

.coral-accordion .coral-accordion-header .coral-accordion-header-icon {
	vertical-align: middle;
}

.coral-accordion .coral-accordion-content {
	padding: 1em 2.2em;
	border-width: 0;
	overflow: auto;
}

.coral-accordion-header{
	border-width: 0;
}

.coral-accordion .coral-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0;
	min-height: 0;
	padding: 9px;
}

.coral-accordion-header.coral-state-default, .coral-accordion-header.coral-accordion-header-active
	{
	font-weight: normal;
	color: #fff;
}

.coral-accordion-header.coral-state-default {
	background: #36a9e1;
}

.coral-accordion-header.coral-state-hover {
	background: #36a9e1;
}

.coral-accordion-header.coral-accordion-header-active {
	background: #1e8fc6;
}

.coral-accordion .coral-accordion-content {
	padding: 0;
	border-top: 0;
	overflow: auto;
	background: #fff;
}

.coral-accordion .coral-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 30px;
	height: 27px;
}

.coral-accordion .coral-icon-triangle-1-s {
	background-position: 0px -284px;
}

.coral-accordion .coral-icon-triangle-1-e {
	background-position: 0px -249px;
}

.coral-accordion .coral-state-default .coral-icon, .coral-accordion .coral-state-active .coral-icon
	{
	/*background-image: url("images/ui-icons_ef8c08_256x240.png");*/
}

.coral-accordion .coral-accordion-header .coral-accordion-header-icon {
	float: right;
	vertical-align: middle;
}

.coral-autocomplete-panel {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	overflow:auto
}

.coral-autocomplete-tree {
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
	background: #fff;
}

.coral-autocomplete-tree a:hover{
	background: #ddd;
}

.coral-autocomplete-tree.coral-tree li ul{
	padding: 0;
	margin: 0;
}

.coral-autocomplete-tree a{
	width: 100%;
}

.coral-autocomplete-panel .coral-menu-item{
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
.coral-autocomplete .coral-button{
	border: 0 none;
	border-left: 1px solid #d8d8d8;
}

.coral-label-close{
	position: absolute;
	right: 0;
	top: 0;
}

.coral-autocomplete-tree.coral-tree{
	position: absolute;
}
.coral-textboxlist-ul {
	padding: 0 12px;
	margin: 0;
	zoom: 1;
  	overflow: hidden;
}

.coral-textboxlist .coral-textboxlist-item {
	border: 1px solid #CAD8F3;
	background: #DEE7F8;
	cursor: default;
	border-radius: 9px;
	position: relative;
	margin-bottom: 2px;
	margin-top: 2px;
	height: 20px;
  	line-height: 20px;
  	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right:12px;
}
.coral-textboxlist.coral-isLabel .coral-textboxlist-item,
.coral-textboxlist.coral-readonly .coral-textboxlist-item {
	border: 1px solid transparent;
	background: transparent;
}
.coral-textboxlist .coral-textboxlist-item.coral-state-active {
	border: 1px solid #598BEC;
	background: #598BEC;
	color: #fff;
	font-weight: normal;
}

.coral-textboxlist li {
	float: left;
	display: inline-block;
	list-style-type: none;
	outline: none;
	margin: 0 3px 0px 0;
}

.coral-textboxlist .coral-textboxlist-inputLi {
	width: auto;	
	height: 24px;
}
.coral-textboxlist .coral-textboxlist-inputLi input{
	padding: 0;
}
.coral-textboxlist .coral-label-close.coral-label-close-hover{
	color: #fff;
}

.coral-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 0;
	border: 0;
	background:rgba(0,0,0,0);
}

.coral-tabs .coral-tabs-nav {
	margin: 0;
	padding: 0;
}

.coral-tabs>.coral-tabs-nav>li {
	list-style: none;
	float: left;
	position: relative;
	display: block;
	padding: 0;
	white-space: nowrap;
	border: 0;
	outline: 0;
	padding: 0;
	margin-right: 20px!important;
}

.coral-tabs>ul>li>.coral-closable {
	position: absolute;
	right: 0;
	top: 0;
	margin: .1em .1em 0 0;
	cursor: pointer;
	color: #add2ed;
}

.coral-tabs>.coral-tabs-nav>li>.coral-tabs-anchor {
	float: none;
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	outline: 0 none;
}

.coral-tabs>.coral-tabs-nav>li {
	border: 0;
	margin: 0;
	margin-bottom: -1px;
}

.coral-tabs>.coral-tabs-nav>.coral-state-hover>.coral-tabs-anchor {
	background:rgba(0,0,0,0);
	color: #1ef3be;
	border-bottom: 2px solid #1ef3be;
}

.coral-tabs>.coral-tabs-nav>.coral-tabs-newbtn.coral-state-hover>.coral-tabs-anchor
	{
	background: inherit;
	color: #fff;
}

.coral-tabs>.coral-tabs-nav>.coral-tabs-active>.coral-tabs-anchor,
	.coral-tabs>.coral-tabs-nav>.coral-tabs-loading>.coral-tabs-anchor {
	cursor: text;
	border-bottom: 2px solid #1ef3be;
	/*border-right-color: #d3d3d3;*/
	/*border-left-color: #d3d3d3;*/
	/*border-bottom-color: transparent;*/
	/*background-color: #fff;*/
	color: #1ef3be;
}

.coral-tabs>.coral-tabs-nav>.coral-state-disabled>.coral-tabs-anchor {
	cursor: text;
}

.coral-tabs-collapsible .coral-tabs-nav .coral-tabs-active .coral-tabs-anchor
	{
	cursor: pointer;
}

.coral-tabs .coral-tabs-panel {
	/*overflow: auto;*/
	display: block;
	border-width: 0;
	padding: 0;
	background: none;
}

.coral-tabs>.coral-tabs-nav>li>.coral-tabs-anchor, .coral-tabs-left>.coral-tabs-nav>li>.coral-tabs-anchor,
	.coral-tabs-right>.coral-tabs-nav>li>.coral-tabs-anchor,
	.coral-tabs-bottom>.coral-tabs-nav>li>.coral-tabs-anchor {
	float: none;
	border: 1px solid transparent;
}

.coral-tabs>.coral-tabs-nav>.coral-tabs-newbtn>a {
	cursor: pointer;
	color: #add2ed;
	display: block;
	text-align: center;
	border: 0;
}

.coral-tabs>.coral-tabs-nav {
	padding: 0;
	border: medium none;
	/*border-bottom: 1px solid #d3d3d3;*/
	/*background: #36a9e1;*/
	margin:10px;
}
/**tab left**/
.coral-tabs-left, .coral-tabs-right {
	width: 100%;
}

.coral-tabs-left>.coral-tabs-nav>.coral-state-hover, .coral-tabs-right>.coral-tabs-nav>.coral-state-hover
	{
	background: #1e8fc6;
	border-top: 0;
	cursor: pointer;
}

.coral-tabs-left>.coral-tabs-nav {
	float: left;
}

.coral-tabs-left>.coral-tabs-nav {
	padding: 0;
	border: medium none;
	border-right: 1px solid #d3d3d3;
}

.coral-tabs-left>.coral-tabs-nav>li, .coral-tabs-right>.coral-tabs-nav>li
	{
	float: none;
}

.coral-tabs-left>.coral-tabs-nav>.coral-tabs-active>.coral-tabs-anchor {
	border-width: 1px;
	border-left: 2px solid #1e8fc6;
	border-top-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	border-right-color: transparent;
}

.coral-tabs-left>.coral-tabs-nav>li {
	margin: 0;
	margin-right: -1px;
}

/**tab right**/
.coral-tabs-right>.coral-tabs-nav {
	float: right;
	border: medium none;
	border-left: 1px solid #d3d3d3;
}

.coral-tabs-right>.coral-tabs-nav>li {
	margin: 0;
	margin-left: -1px;
}

.coral-tabs-right>.coral-tabs-nav>.coral-tabs-active>.coral-tabs-anchor
	{
	border-width: 1px;
	border-right: 2px solid #1e8fc6;
	border-top-color: #d3d3d3;
	border-right-color: #d3d3d3;
	border-left-color: transparent;
}

/* tab bottom */
.coral-tabs-bottom>.coral-tabs-nav {
	clear: left;
	padding: 0;
	border: medium none;
	border-top: 1px solid #d3d3d3;
}

.coral-tabs-bottom>.coral-tabs-nav>li {
	margin: 0;
	margin-top: -1px;
}

.coral-tabs-bottom>.coral-tabs-nav>.coral-state-active {
	margin: 0;
	margin-top: -1px;
}

.coral-tabs-bottom>.coral-tabs-nav>.coral-state-active>.coral-tabs-anchor
	{
	border-width: 1px;
	border-bottom: 2px solid #1e8fc6;
	border-top-color: transparent;
	border-right-color: #d3d3d3;
	border-left-color: #d3d3d3;
}
/* tab centered */
.coral-tabs-align-center .coral-tabs-nav>li, .coral-tabs-align-right .coral-tabs-nav>li
	{
	float: none;
	display: inline-block;
	*display: inline; /* ie7 fix */
	zoom: 1; /* hasLayout ie7 trigger */
}

.coral-tabs-align-center .coral-tabs-nav {
	text-align: center;
}

.coral-tabs-align-right .coral-tabs-nav {
	text-align: right;
}

.coral-tabs-align-right .coral-tabs-nav>li:last-child {
	margin-right: -2px;
}
/***/
.coral-tabs-left>.coral-tabs-nav .coral-state-hover, .coral-tabs-right>.coral-tabs-nav .coral-state-hover
	{
	background: #1e8fc6;
}

.coral-state-default a, .coral-state-default a:link,
	.coral-state-default a:visited {
	color: #fff;
	text-decoration: none;
}

.coral-tabs>.coral-tabs-nav>.coral-state-active {
	background:rgba(0,0,0,0);
	color: #36a9e1;
}

.coral-state-active a, .coral-state-active a:link, .coral-state-active a:visited
	{
	text-decoration: none;
}

/*-------------------------------------
coral-tree Style


-------------------------------------*/
.coral-tree * {
	/* padding: 0; 
	margin: 0; */
}

.coral-tree {
	position: relative;
}

.coral-tree .coral-tree-icon-parent {
	/* color: #F4E592; */
	
}

.coral-tree .coral-tree-icon-leaf {
	/* color: #BADDFF; */
	
}
.coral-tree .treeIndent{
	display: inline-block;
	float: left;
	height: 16px;
}
.coral-tree .tree-disabled {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	pdding: 0;
	margin: 0;
}

.coral-tree.coral-tree-fit li a {
	width: 100%;
	padding: 0 10px 0 6px;
	height: 24px;
}

.coral-tree.coral-tree-fit li span {
	line-height: 21px;
}

.coral-tree.coral-tree-fit li ul {
	margin: 0;
	padding: 0;
}

.coral-tree .treeLine {
	font-size: 20px;
	height: 20px;
	vertical-align: top;
	float: left;
}

.coral-tree {
	margin: 0;
	padding: 0;
	color: #333
}

.coral-tree li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	white-space: nowrap;
	outline: 0
}

.coral-tree li ul {
	margin: 0;
	padding: 0 0 0 0
}
/* .coral-tree li ul.line{ background:url(./images/line_conn.gif) 0 0 repeat-y;} */
.coral-tree li a {
	padding: 0 3px 0 0;
	margin: 0;
	cursor: pointer;
	line-height: 20px;
	color: #333;
	background-color: transparent;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.coral-tree li a:hover {
	text-decoration: underline;
	color:#0e7dc4!important;
}
/*.coral-tree li a.curSelectedNode {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;}*/
.coral-tree li a.coral-state-hover {
	background: #f8f8f8;
	background-image: none;
	color: #333;
}

.coral-tree li a.curSelectedNode {
	background-color: #d5d5d5;
	color: #333;
	opacity: 0.8;
}

.coral-tree li a.curSelectedNode_Edit {
	padding-top: 0px;
	background-color: #FFE6B0;
	color: black;
	opacity: 0.8;
}

.coral-tree li a.tmpTargetNode_inner {
	padding-top: 0px;
	background-color: #316AC5;
	color: white;
	height: 16px;
	border: 1px #316AC5 solid;
	opacity: 0.8;
	filter: alpha(opacity = 80)
}

.coral-tree li a.tmpTargetNode_prev {
	
}

.coral-tree li a.tmpTargetNode_next {
	
}

.coral-tree li a input.rename {
	height: 20px;
	width: 80px;
	padding: 0;
	margin: 0;
	border: 1px #7EC4CC solid;
}

.coral-tree li span {
	margin-left: 2px
}

.coral-tree li span.button {
	width: 16px; 
	height:16px; 
	display: inline-block;
	vertical-align: middle;
	border: 0 none;
	cursor: pointer;
	outline: none;
}

.coral-tree li span.button.chk {
	width: 13px;
	height: 13px;
	margin: 0 3px 0 0;
	cursor: auto
}

.coral-tree li span.button.chk.checkbox_false_full {
	background-position: 0 0
}

.coral-tree li span.button.chk.checkbox_false_full_focus {
	background-position: 0 -14px
}

.coral-tree li span.button.chk.checkbox_false_part {
	background-position: 0 -28px
}

.coral-tree li span.button.chk.checkbox_false_part_focus {
	background-position: 0 -42px
}

.coral-tree li span.button.chk.checkbox_false_disable {
	background-position: 0 -56px
}

.coral-tree li span.button.chk.checkbox_true_full {
	background-position: -14px 0
}

.coral-tree li span.button.chk.checkbox_true_full_focus {
	background-position: -14px -14px
}

.coral-tree li span.button.chk.checkbox_true_part {
	background-position: -14px -28px
}

.coral-tree li span.button.chk.checkbox_true_part_focus {
	background-position: -14px -42px
}

.coral-tree li span.button.chk.checkbox_true_disable {
	background-position: -14px -56px
}

.coral-tree li span.button.chk.radio_false_full {
	background-position: -28px 0
}

.coral-tree li span.button.chk.radio_false_full_focus {
	background-position: -28px -14px
}

.coral-tree li span.button.chk.radio_false_part {
	background-position: -28px -28px
}

.coral-tree li span.button.chk.radio_false_part_focus {
	background-position: -28px -42px
}

.coral-tree li span.button.chk.radio_false_disable {
	background-position: -28px -56px
}

.coral-tree li span.button.chk.radio_true_full {
	background-position: -42px 0
}

.coral-tree li span.button.chk.radio_true_full_focus {
	background-position: -42px -14px
}

.coral-tree li span.button.chk.radio_true_part {
	background-position: -42px -28px
}

.coral-tree li span.button.chk.radio_true_part_focus {
	background-position: -42px -42px
}

.coral-tree li span.button.chk.radio_true_disable {
	background-position: -42px -56px
}

.coral-tree li span.switch {
	width: 18px;
	height: 20px;
	font-size: 20px;
    /*float: left;*/
}

.coral-tree li span.button.root_open {
	background-position: -92px -54px
}

.coral-tree li span.button.root_close {
	background-position: -74px -54px
}

.coral-tree li span.button.roots_open {
	background-position: -92px 0
}

.coral-tree li span.button.roots_close {
	background-position: -74px 0
}

.coral-tree li span.button.center_open {
	background-position: -92px -18px
}

.coral-tree li span.button.center_close {
	background-position: -74px -18px
}

.coral-tree li span.button.bottom_open {
	background-position: -92px -36px
}

.coral-tree li span.button.bottom_close {
	background-position: -74px -36px
}

.coral-tree li span.button.noline_open {
	background-position: -92px -74px
}

.coral-tree li span.button.noline_close {
	background-position: -74px -74px
}

.coral-tree li span.button.root_docu {
	background: none;
}

.coral-tree li span.button.roots_docu {
	background-position: -56px 0
}

.coral-tree li span.button.center_docu {
	background-position: -56px -18px
}

.coral-tree li span.button.bottom_docu {
	background-position: -56px -36px
}

.coral-tree li span.button.noline_docu {
	background: none;
}

.coral-tree li span.button.ico_open {
	margin-right: 2px;
	background-position: -110px -16px;
}

.coral-tree li span.button.ico_close {
	margin-right: 2px;
	background-position: -110px 0;
}

.coral-tree li span.button.ico_docu {
	margin-right: 2px;
	background-position: -110px -32px;
}

.coral-tree li span.button.edit {
	margin-right: 2px;
	background-position: -110px -48px;
}

.coral-tree li span.button.remove {
	margin-right: 2px;
	background-position: -110px -64px;
}

.coral-tree li span.button.ico_loading {
	margin-right: 2px;
	background: url(./images/loading.gif) no-repeat scroll 0 0 transparent;
}

ul.tmpTargetTree {
	background-color: #FFE6B0;
	opacity: 0.8;
	filter: alpha(opacity = 80)
}

span.tmpTreeMove_arrow {
	width: 16px;
	height: 16px;
	display: inline-block;
	padding: 0;
	margin: 2px 0 0 1px;
	border: 0 none;
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -110px -80px;
	background-image: url("./images/treeStandard.png");
}

span.tmpTreeMove_arrow.preNext_line {
	width: 200px;
	height: 0px;
	margin: 0px 0 0 150px;
	border-bottom: 1px solid #f60;
}

span.tmpTreeMove_arrow.inner_line {
	width: 200px;
	height: 0px;
	margin: 0px 0 0 150px;
	border-bottom: 0px solid #f60;
}

ul.coral-tree.treeDragUL {
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #cfcfcf;
	border: 1px #00B83F dotted;
	opacity: 0.8;
	filter: alpha(opacity = 80)
}

.treeMask {
	z-index: 10000;
	background-color: #cfcfcf;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	position: absolute
}

.coral-tree.coral-treebutton-panel {
	border: 1px solid #ced3ed;
	display: none;
	position: absolute;
	width: auto;
	margin: 17px;
	background: #fff;
	padding: 5px 10px 5px 0;
}

.coral-treebutton-tree  li a {
	line-height: 28px;
	width: auto;
}

.coral-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .coral-tooltip {
	border-width: 2px;
}

.coral-spinner {
	position: relative;
	display: inline-block;
	/* overflow: hidden; */
	padding: 0;
	vertical-align: middle;
}

.spinner-vertical .coral-textbox-border, .spinner-vertical.coral-textbox
	{
	height: 130px;
}

.spinner-vertical.coral-spinner {
	width: 52px;
}

.spinner-vertical .coral-spinner-button{
	width: 100%;
	height: 30px;
	padding: 8px 0;
}

.spinner-vertical .coral-spinner-input {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	height: 40px;
	text-align: center;
}

/* .spinner-vertical .coral-textbox-default {
	height: 100%;
} */

.coral-spinner .coral-spinner-button .coral-button-text {
	padding: 0;
	line-height: 1;
}

.coral-spinner-input {
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
}

.coral-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.coral-spinner a.coral-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.coral-spinner .coral-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.coral-spinner-up {
	top: 0;
}

.coral-spinner-down {
	bottom: 0;
}

.syntax-container {
	background: #FCFCFC;
	-webkit-border-radius: 7px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 7px;
	-moz-background-clip: padding;
	border-radius: 7px;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.loading-wrapper.loading-right {
	margin-left: 10px;
}
.loading-wrapper .coral-progressbar{
	height:10px;
	border-radius:5px;
}
.loading-wrapper .coral-progressbar .coral-progressbar-value{
	margin:0;
	background:#76BAEA;
	border-radius:5px;
}
.loading-wrapper .coral-progressbar .coral-progressbar-text{
	line-height:15px;
}
.coral-loading {
	position: relative;
	text-align: center;
}

.coral-loading .loading-wrapper {
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
	top: 10%;
	position: relative;
	color:#000
}

.coral-icon-loading {
    background: url("./images/ajax-loader.gif");
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	/* max-width: 100%; IE8 radio*/
	/* margin-bottom: 5px;
	font-weight: bold; */
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple], select[size] {
	height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}

.form-control {
	width: 100%;
}

textarea.form-control {
	height: auto;
}

input[type="date"], input[type="time"], input[type="datetime-local"],
	input[type="month"] {
	line-height: 34px;
	line-height: 1.42857143 \0;
}

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm,
	input[type="month"].input-sm {
	line-height: 30px;
	line-height: 1.5 \0;
}

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg,
	input[type="month"].input-lg {
	line-height: 46px;
	line-height: 1.33 \0;
}

_:-ms-fullscreen, :root input[type="date"], _:-ms-fullscreen, :root input[type="time"],
	_:-ms-fullscreen, :root input[type="datetime-local"], _:-ms-fullscreen,
	:root input[type="month"] {
	line-height: 1.42857143;
}

_:-ms-fullscreen.input-sm, :root input[type="date"].input-sm, _:-ms-fullscreen.input-sm,
	:root input[type="time"].input-sm, _:-ms-fullscreen.input-sm, :root input[type="datetime-local"].input-sm,
	_:-ms-fullscreen.input-sm, :root input[type="month"].input-sm {
	line-height: 1.5;
}

_:-ms-fullscreen.input-lg, :root input[type="date"].input-lg, _:-ms-fullscreen.input-lg,
	:root input[type="time"].input-lg, _:-ms-fullscreen.input-lg, :root input[type="datetime-local"].input-lg,
	_:-ms-fullscreen.input-lg, :root input[type="month"].input-lg {
	line-height: 1.33;
}

.form-group {
	margin-bottom: 15px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled,
	input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"],
	fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline,
	fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label,
	fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.input-sm, .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm, select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm, textarea.form-group-sm .form-control, select[multiple].input-sm,
	select[multiple].form-group-sm .form-control {
	height: auto;
}

.input-lg, .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg, select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg, textarea.form-group-lg .form-control, select[multiple].input-lg,
	select[multiple].form-group-lg .form-control {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio,
	.has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline,
	.has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label,
	.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio,
	.has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline,
	.has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label,
	.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio,
	.has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline,
	.has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label,
	.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media ( min-width : 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn,
		.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group>.form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label, .form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
		{
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline,
	.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

@media ( min-width : 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media ( min-width : 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px;
	}
}

@media ( min-width : 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}

.breadcrumb > li {
    *display: block;/* support: IE7 */
    *float: left;/* support: IE7 */
    display: inline-block;
    position: relative;
    line-height: 22px;
}

.breadcrumb>li+li:before{
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.splitline{
	padding: 0 5px;
	color: #ccc;
}

.breadcrumb {
	*min-height: 0px;/* support: IE7 */
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: outside none none;
}

.breadcrumb > .coral-state-highlight {
    color: #777;
}

.breadcrumb:before,.breadcrumb:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.breadcrumb:after {
	clear: both;
}


/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
/* 	margin-bottom: 1em; */
}
.uploadify-button {
	background: linear-gradient(to top, #f5f9fc, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: center top;
	background-repeat: no-repeat;
	border: 1px solid #bbcbdf;
	text-align: center;
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background: linear-gradient(to top, #f5f9fc, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('./images/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

@charset "UTF-8";
/*
 * jQuery File Upload Demo CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.files a {
	color: orange;
	text-decoration: none;
}

.files img {
	border: 0;
	vertical-align: middle;
}

.files h1 {
	line-height: 1em;
}

.files blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
}

.fileupload-progress {
	margin: 10px 0;
}

.fileupload-progress .progress-extended {
	margin-top: 5px;
}

.error {
	color: red;
}

@media ( min-width : 481px) {
	.navigation {
		list-style: none;
		padding: 0;
	}
	.navigation li {
		display: inline-block;
	}
	.navigation li:not (:first-child ):before {
		content: "| ";
	}
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.fileinput-button input, .fileinput-button .swfuploader {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

/* Fixes for IE < 8 */
@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity = 0);
		font-size: 100%;
		height: 100%;
	}
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}

.progress-animated .progress-bar, .progress-animated .bar {
	/*background: url("../img/progressbar.gif") !important;*/
	filter: none;
}

.fileupload-process {
	float: right;
	display: none;
}

.fileupload-processing .fileupload-process, .files .processing .preview
	{
	display: block;
	width: 32px;
	height: 32px;
	/*background: url("../img/loading.gif") center no-repeat;*/
	background-size: contain;
}

.files audio, .files video {
	max-width: 300px;
}

@media ( max-width : 767px) {
	.fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
		display: none;
	}
	.files .name {
		width: 80px;
		word-wrap: break-word;
	}
	.files audio, .files video {
		max-width: 80px;
	}
	.files img, .files canvas {
		max-width: 100%;
	}
}

.files .fileItem {
	padding: 5px 5px 0 5px;
	list-style: none;
}

.files .fileContent {
	position: relative;
	background: #F5F5F5;
	padding: 5px;
}

.files .progress {
	height: 5px;
	background: #e6e6e6;
}

.files .progress .progressbar-value {
	height: 100%;
    background: #B0DCFB;
}
.template-upload .progressbar-value{
	width: 0;
}
.files .fileThumb {
	display: none;
}

.files .fileAction {
	position: absolute;
    right: -5px;
    top: -5px;
}

.files {
	height: 240px;
	/* border: 1px solid #d3d3d3; */
}

.list-files .progress{
	display: none;
}

.card-files .progressbar-text{
	display: none;
}

.card-files .fileItem {
	width: 20%;
    display: inline-block;
    float: left;
}

.card-files .fileThumb {
    height: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.card-files .fileContent {
	height: 105px;
	padding: 5px;
}

.card-files .fileThumb {
	display: block;
}
.card-files .fileError{
	position: absolute;
	top: 4px;
    left: 4px;
}
.card-files .fileContent>span, .card-files .fileContent>span{
	display: block;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.coral-subfield {
	margin: 10px 0 0 0;
}
.coral-subfield-fieldset {
	border:0;
	border-top: 1px solid #85b4ff; 
	margin:0; 
	padding-left:0;
	height: 35px;
}
.coral-subfield-legend { 
	text-align:left; 
	padding-left:20px;
	padding-right:20px;
	color: #0b6aff;
	font-size: 120%;
	width: auto;
}

.coral-uploader.coral-uploader-custom {
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.coral-uploader.coral-uploader-custom .uploadify {
	opacity: 0;
	filter:alpha(opacity=0);  
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
.coral-uploader.coral-uploader-custom .coral-file{
	width:90%;
	white-space: pre;
	display: inline;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.coral-uploader-custom .swfupload {
	position: relative;
	left: 0px;
}

.coral-uploader-custom .coral-uploader-btn-icons {
	width: auto;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
}
.coral-uploader-custom .coral-uploader-btn-ico {
	height: auto;
	cursor: pointer;
	float: left;
	border-left: 1px solid #c9caca;
	padding: 6px;
}

.coral-uploader.coral-uploader-custom .coral-uploader-btn-textico {
	width: auto;
	line-height: 24px;
	padding: 0 6px;
	font-size: 12px;
	color: #666;
}

.coral-grid .coral-validate-required {
	display: none;
}
.coral-validate-required {
	color: #f60;
	font-size: 16px;
	position: absolute;
	top: 6px;
	left: -8px;
	height: 18px;
}
/* add label and required star before function @lhb @2015-04-27 */
.coral-validate-label-required {
	color: #f00;
}
.coral-validate-starBefore .coral-validate-required {
	position: relative;
}
.coral-validate-starBefore .coral-validate-required,
.coral-validate-starBefore .coral-label {
	float: left;
	margin-right: 10px;
	line-height: 28px;	
	right: 0px;
	margin-left: 0px;
}
.coral-hasLabel .coral-validate-required,
.coral-hasLabel .coral-label {
	float: left;
	margin-right: 10px;
	line-height: 28px;
}
.coral-hasLabel .coral-validate-required {
	position: relative;
	float: none;
}
.coral-validate-starBefore.coral-combo-arrow-hover,
.coral-hasLabel.coral-combo-arrow-hover {
	background-color: #fff;
}
.coral-hasLabel.coral-radiolist .coral-validate-required ,
.coral-hasLabel.coral-radio .coral-validate-required ,
.coral-hasLabel.coral-checkbox .coral-validate-required ,
.coral-hasLabel.coral-checkboxlist .coral-validate-required {
	position: absolute;
	float: none;
}
.coral-validate-starBefore.coral-radiolist .coral-validate-required,
.coral-validate-starBefore.coral-radio .coral-validate-required,
.coral-validate-starBefore.coral-checkbox .coral-validate-required,
.coral-validate-starBefore.coral-checkboxlist .coral-validate-required {
	position: relative;
}
.coral-hasLabel .coral-radio-label,
.coral-validate-starBefore .coral-radio-label
.coral-hasLabel .coral-checkbox-label,
.coral-validate-starBefore .coral-checkbox-label {
	margin-top: 5px;
}
.coral-validate-starBefore .coral-corner-all {
	float: left;
	line-height: 28px;	
	right: 0px;
	margin-right: 0px;
	display: block;
}
.coral-hasLabel .coral-corner-all  {
	float: left;
	margin-right: 0px;
	line-height: 28px;
  	display: block;
}

/*
.coral-hasLabel .coral-textbox-border,
.coral-hasLabel .coral-combo-border,
.coral-validate-starBefore .coral-textbox-border,
.coral-validate-starBefore .coral-combo-border,
.coral-validate-starBefore .coral-datepicker-border,
.coral-hasLabel .coral-datepicker-border {
	width: 300px;
} */
/* add label and required star before function @lhb @2015-04-27 */
.coral-validate-state-error {
	white-space: pre;
	position: absolute;
	color: #fff;
	padding: 2px 14px;
	display: block;
	border: 1px solid #ea5504;
	background: #ea5504;
	z-index: 1099;
	line-height: 24px;
	border-radius: 0;
	font-family: arial;
	font-size: 10px;
}

.coral-validate-error {		
	color: #cf4c35;
}
.hasErrorIcon.coral-validate-error .coral-textbox-border{
	margin-right:18px;
}

.hasErrorIcon .coral-errorIcon{
	position:absolute;
	top:6px;
	right:1px;
}
.coral-validate-tooltip {
	position: absolute;
	color: #999999;
	padding: 5px 10px;
	display: block;
	border: 1px solid #999999;
	background: #ffffff;
	z-index: 102;
	border-radius: 5px;
	font-family: arial;
	font-size: 13px;
}

.coral-validate-errorArrow div {
    background: none repeat scroll 0 0 #F2DEDE;
    border-left: 2px solid #EED3D7;
    border-right: 2px solid #EED3D7;
    box-shadow: 0 2px 3px #EED3D7;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}

.coral-validate-errorArrow {
    margin: -2px 0 -9px 0;
    z-index: 102;
	border-left: 4px solid  transparent;
	border-right: 4px solid  transparent;
	border-top: 4px solid #ea5504;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	bottom: 4px;
}

.coral-validate-errorArrow-right {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-right: 4px solid #EA5504;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: -5px;
	bottom: 18px;
	margin: -2px 0px -9px;
	z-index: 102;
}
.coral-validate-errorArrow-top {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #EA5504;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	bottom: 4px;
	margin: -2px 0px -9px;
	z-index: 102;
}
.coral-validate-errorArrow-bottom {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #EA5504;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: -3px;
	margin: -2px 0px -9px;
	z-index: 102;
}
.coral-validate-errorArrow .line10 {
    border: medium none;
    width: 13px;
}
.coral-validate-errorArrow .line9 {
    border: medium none;
    width: 11px;
}
.coral-validate-errorArrow .line8 {
    width: 11px;
}
.coral-validate-errorArrow .line7 {
    width: 9px;
}
.coral-validate-errorArrow .line6 {
    width: 7px;
}
.coral-validate-errorArrow .line5 {
    width: 5px;
}	
.coral-validate-errorArrow .line4 {
    width: 3px;
}
.coral-validate-errorArrow .line3 {
    border-bottom: 0 solid #EED3D7;
    border-left: 2px solid #EED3D7;
    border-right: 2px solid #EED3D7;
    width: 1px;
}	
.coral-validate-errorArrow .line2 {
    background: none repeat scroll 0 0 #EED3D7;
    border: medium none;
    width: 3px;
}	
.coral-validate-errorArrow .line1 {
    background: none repeat scroll 0 0 #EED3D7;
    border: medium none;
    width: 1px;
}

.coral-splitcontainer {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.coral-splitcontainer .coral-nav-item>.coral-panel>.coral-panel-header {
	/* padding: 10px 5px;
	border-width:0;
	border-bottom:1px solid #dddddd; */
	background-color: #219bd6;
}

.coral-splitcontainer .coral-nav-item>.coral-panel>.coral-panel-header>.coral-panel-title
	{
	text-align: center;
	color: #666666;
}

.coral-splitcontainer .coral-splitcontainer-master .coral-nav-item>.coral-panel>.coral-panel-header:before
	{
	border-right: 1px solid #f2f2f2;
}

.coral-splitcontainer .coral-nav-item>.coral-panel>.coral-panel-body {
	border: 0;
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}

.coral-splitcontainer-master {
	background-color: #ffffff;
	box-sizing: border-box;
	width: 153px;
	float: left;
	left: 0
}

.coral-splitcontainer .coral-splitcontainer-master:after {
	content: "";
	position: absolute;
	width: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	border-right: 1px solid #f2f2f2;
	z-index: 5;
}

.coral-nav {
	overflow: hidden;
	position: relative;
	height: 100%
}

.coral-splitcontainer-detail {
	box-sizing: border-box;
	height: 100%;
	touch-action: pan-y;
	-ms-touch-action: pan-y;
}

.coral-nav {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.coral-nav-item, .coral-nav-item.coral-page {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
}

.coral-page {
	width: 100%;
}

.coral-splitcontainer-portrait.coral-splitcontainer-showhide>.coral-splitcontainer-master,
	.coral-splitcontainer-hidemode>.coral-splitcontainer-master {
	box-shadow: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);
	border-right: #dddddd;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-moz-background-clip: padding-box
}

.coral-splitcontainer-portrait.coral-splitcontainer-showhide>.coral-splitcontainer-master,
	.coral-splitcontainer-hidemode>.coral-splitcontainer-master {
	display: inline-block;
	position: absolute;
	transform: translate3d(-330px, 0, 0);
	transition: all 0ms;
	-webkit-transform: translate3d(-330px, 0, 0);
	-webkit-transition: all 0ms;
	-moz-transform: translate3d(-330px, 0, 0);
	-moz-transition: all 0ms;
	z-index: 5;
	top: 0;
	height: 100%;
	border-right: none
}

.coral-splitcontainer-portrait.coral-splitcontainer-showhide>.coral-splitcontainer-mastervisible,
	.coral-splitcontainer-hidemode>.coral-splitcontainer-mastervisible {
	transform: translate3d(0, 0, 0);
	transition: all 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 300ms;
	-moz-transform: translate3d(0, 0, 0);
	-moz-transition: all 300ms
}

.coral-splitcontainer-portrait.coral-splitcontainer-showhide>.coral-splitcontainer-masterhidden,
	.coral-splitcontainer-hidemode>.coral-splitcontainer-masterhidden {
	transform: translate3d(-330px, 0, 0);
	transition: all 300ms;
	-webkit-transform: translate3d(-330px, 0, 0);
	-webkit-transition: all 300ms;
	-moz-transform: translate3d(-330px, 0, 0);
	-moz-transition: all 300ms
}

.coral-splitcontainer-portrait.coral-splitcontainer-showhide>.coral-splitcontainer-masterhidden.showMaster,
	.coral-splitcontainer-hidemode>.coral-splitcontainer-masterhidden.showMaster
	{
	-moz-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	overflow: visible;
	max-height: 2000px;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.coral-view {
    width: 100%;
    height: 100%;
}

