/* override some webcore layout parts */


body {
    background-image: url("");
    background-color: #F2F9F3;
}

.statusLine {
	background-color: #EAF9F3;
	background-image: url("");
}

.autoSize {
	width: auto !important;
}
.autoSize.shortInput {
	width: 15px !important;
	float: none;
}
.autoSize.longerInput {
	width: 75px !important;
	float: none;
}
	

.extFixedFields {
	float: left;
}

.extFixedFields>ul {
	margin-left: 0;
	padding-left: 0;
}

.extFixedFields * li {
	clear: both;
	list-style: none;
}

.extFixedFields * li [type="checkbox"]{
	width: 14px !important;
}

.extFixedFields * select{
	width: 235px !important;
	margin-right: 1px;
}

#uploadFrameContainer{
	/* float: right; */
	width: 500px;
	margin-left:205px;
	margin-top:10px;
	display: none;
}

.uploadFrame{
	width:550px;
}

.flyerQuantityInput {
	width: 60px !important;
	margin-left: 5px !important;
}

.fixedFirstLabel {
	float: left;
	width: 160px
}

.fixedFirstInput {
	width: 230px !important;
	float: left;
	padding-left: 2px;
}

.fixedFirstCheckbox {
	float: left;
	margin-left: 1px;
	margin-right: 223px;
	padding-left: 2px;
}

.fixedFirstSelect {
	width: 235px !important;
	float: left;
	padding-left: 2px;
}

.inputCb {
	width: 16px !important;
	height: 25px;
	margin-top: 0px;
	margin-left: 1px;
}

.inputNumber {
	width: 50px !important;
}

.smallEditorInput {
	width: 120px !important;
}

.editorDisable {
	background-image: none !important;
}

.fixedSecondLabel {
	margin-left: 30px;
	width: 160px;
	float: left;
}

.fixedSecondInput {
	padding-left: 2px;
	margin-left: 0 !important;
	width: 230px !important;
	float: left;
}

.fixedSecondCheckbox {
	padding-left: 2px;
	margin-left: 0 !important;
	float: left;
}

.fixedSecondSelect {
	padding-left: 2px;
	margin-left: 0 !important;
	width: 235px !important;
	float: left;
}

.fixedLongLabel {
    float: left;
    width: 300px;
    margin-top: 0px;
}


.fixedFirstCheckboxForLongLabel{
    float: left;
    margin-top: -3px;
    margin-left: 1px;
    margin-right: 10px;
    padding-left: 2px;
    height: 21px;
}

.orderDetailFlags {
    list-style: none;
    float: left;
    margin-left: 0;
    padding-left: 0;
}

/* Tables */

.colUsrUserId{
	width: 200px;
}
.colUsrRealName{
	width: 350px;
}
.colUsrEmail{
	width: 350px;
}

.colReqDate{
	width: 200px;
}
.colReqRealName{
	width: 250px;
}
.colReqInstitute{
	width: 250px;
}
.colReqCity{
	width: 150px;
}

.col3Flags{
	width: 96px !important;
}

.colDocNo {
	width: 20%;
}

.colLastChange {
	/* width: 8%;  studysheet val */ 
	width: 68px;
}

.dataTable tbody * td a {
	display: inline;
}

.colNotation{
	width: 44px;	
}

.colStock{
	width: 50px;
}

.colTheme{
	width:520px;
}

.colCategory{
	width: 200px;
}

.colName{
	width: 200px;
}

.colReferenceNumber{
	width: 350px;
}

.colNumber {
	width: 60px;
}


.detailEditor > ul textarea {
	float: left;
	width: 676px;
}

#div_popup {
	display:none;
	position:absolute;
	border:1px solid green;
	border-radius:7px; 
	padding:5px;
	width:auto;
	max-width:450px;
	z-index:100;
	background:white;
}

.divRegistration{
	margin-left: auto;
	margin-right: auto;	
	background: #FAFAFA;
}

.divRegistration>div{
	background: #FAFAFA;
	border: 0;	
}

.divRegistration>div>div>div>div{
	padding-right: 10px;
	border: 0;	
}

.divRegistration>div>div>div>ul>li{
	font-weight: bold;
}

/* input dialog */
.flrInputDialog > ul > li > span{
	width: 180px !important;
}

.flrInputDialog > ul > li > input {
	width: 200px !important;
}

.flrInputDialog > ul > li > select {
	width: 200px !important;
}

.download {
	padding-left:20px;
}

.imageShopping > img {
	height:32px; 
	width:32px; 
	margin-top: 13px;
}

.buttonShoppingBasket {
    border: 1px solid #B3B3B3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom-color: #909090;
    border-right-color: #909090;
    border-radius: 3px;
    color: black;
    width: 5px;
    padding: 24px 2px 1px 11px;
    margin-left: 59px;
    text-decoration: none;
    border-radius: 3px;
    background: #d4d0c8;
    background: -moz-linear-gradient(center top ,#d4d0c8  0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#d4d0c8), to(#DDDDDD));
}

.fixedFirstOrderLabel {
	float: left;
	width: 110px
}

.fixedFirstOrderInput {
	width: 220px !important;
	float: left;
	padding-left: 2px;
}

.fixedSecondOrderLabel {
	margin-left: 30px;
	width: 70px;
	float: left;
}

.fixedSecondOrderInput {
	padding-left: 16px;
	margin-left: 0 !important;
	width: 220px !important;
	float: left;
}

.legendActual {
	background-color: #00B200;	
}

.legendWork {
	background-color: #99FF7F;	
}

.legendWorkNotPublic{
	background-color: #FF8C00;
}

.legendObsolete {
	background-color: #F2F5A9;	
}

.legendDeleted {
	background-color: #FF0000;
}

.legendInternal {
	background-color: #FFFFFF;
}

.versionLabel {
	width:auto;
	font-weight:bold;
	float:left;
}

.content {
	overflow: hidden;
}

.navigation * a {
	width: auto;	
}

.graphicDarkMode {
	background-color: black;
	color: white;
}

.secondaryBorder.graphicDarkMode {
	background-image: '';
	background: linear-gradient(to bottom, #58E04D, black);
}

.secondaryBorder.graphicDarkMode * ul.secondNav a{
	color: white;
}

.secondaryBorder.graphicDarkMode * ul.secondNav a:hover {
	background: linear-gradient(to top, #58E04D, black);
}

.tooltip {
	position: relative;
	display: inline-block;
	/* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 710px; 
	background-color: black;
	color: #fff;
	text-align: center;
	font-size: 0.85em;
	padding: 5px 0;
	border-radius: 6px;
	
	position: absolute;
	z-index: 1;
	/*right */
	top: -30px;
	left: 105%;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip .tooltiptext::after {
	content: ' ';
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
	
}