h2 {
	margin: 0.1em 0;
}

.bordered-container {
    background-color: #f6f6f6;
    border-color: #ddd;
    border-style: solid;
    box-sizing: border-box;
    color: #aaa;
    outline: 0 none;
    padding: 0.4em;
    text-shadow: 0 1px 0 #f3f3f3;
}

.bordered-container .item-1 {
    font-size: 1.3em;
}
.bordered-container .item-2 {
   
}

.hint {
	font-size: 0.7em;
}

.nobr {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.ui-popup {
    padding: 1em;
}

.aButton {
	-moz-appearance: none;
	-moz-user-select: none;
	background-clip: padding-box;
	background-color: #f6f6f6;
	border: 1px solid #DDD;
	border-radius: 0.3125em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: inherit;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5em;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 0.7em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.7em;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 #f3f3f3;
	white-space: nowrap;
}

.saveOK {
	-webkit-box-shadow: 5px 5px 5px 5px #00FF00;
	-moz-box-shadow: 5px 5px 5px 5px #00FF00;
	box-shadow: 5px 5px 5px 5px #00FF00;
	background-color: #00FF004D;
}

.saveOnHold {
	-webkit-box-shadow: 5px 5px 5px 5px #00A5FF;
	-moz-box-shadow: 5px 5px 5px 5px #00A5FF;
	box-shadow: 5px 5px 5px 5px #00A5FF;
	background-color: #4848ec4d;
}

.saveNOK {
	-webkit-box-shadow: 5px 5px 5px 5px #FF0000;
	-moz-box-shadow: 5px 5px 5px 5px #FF0000;
	box-shadow: 5px 5px 5px 5px #FF0000;
	background-color: #FF00004D;
}

/* //==== Expand info ==== */
.block button, .expand {
	display: inline-block;
	min-height: 16px;
	min-width: 16px;
}

.expandInfo {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFF;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	color: #2f2f2f;
	display:none;
	font-weight: normal;
	margin: 25px 20px 10px 0;
	max-width: 92%;
	min-width: 50%;
	padding: 9px 30px 9px 10px;
	padding-bottom: 9px;
	position: absolute;
	top: 40px;
	z-index: 10;
}

.expandInfo .expandInfoLabel {
	font-weight: bold;
	position: absolute;
	top: -2px;
	left: 20px;
	background-color: #FFF;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0 5px 5px 5px;
	z-index: 8;
	line-height:50%;
	overflow:visible;
}

.expandInfo ul {
	margin: 5px 0;
}

.closeExpandInfo, .closeEditMode{
	position:absolute;
	right: 5px;
	top:5px;
	display: none;
}

.expandInfo-forced .closeExpandInfo, .closeEditMode {
	display: block;
}
/* //==== Expand info ==== */

#messageDiv-error {
	z-index: 99;
}

.hiddenInfo {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 300px;
	max-width: 70%;
	min-height: 10px;
	padding: 25px 30px 15px 15px;
	border-top-left-radius: 0.5125em;
    border-top-right-radius: 0.5125em;
	z-index: 990;
	pointer-events: auto !important;
}

.hiddenInfoTitle {
	display: block;
	position: absolute;
	left: 35px;
	top: 4px;
	font-weight: bold;
}

.hiddenDiv, .line-helper  {
    display: none;
}

.InfoIcon {
	display: block;
	position: absolute;
	left: 15px;
	top: 4px;
}

.fakeTextarea, textarea[readonly].fakeTextarea, textarea[readonly].fakeTextarea:focus {
	background: none;
	border: none;
}

/* resizeTextarea plugin */
.auto-resize {
	min-height: 80px;
}
/* !resizeTextarea plugin */

/* textareaToolbar */
#textarea-toolbar {
    padding-top: 5px;
}
#textarea-toolbar span {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: #ddd;
    border-radius: 0.1125em;
    cursor: pointer;
    font-family: sans-serif;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #b4ccd4;
    margin-right: 3px;
}
/* ! textareaToolbar */

.hint-save {
    position: absolute;
    right: 1em;
    bottom: 1.5em;
    font-size: 0.6em;
}

/* textareaToolbar */
.ui-datepicker td.ui-state-cal-has-event {
    border: 1px solid #333;
    font-weight: bold !important;
}

.ui-datepicker td.ui-state-cal-has-event a {
    font-weight: bold;
}
/* ! textareaToolbar */