@CHARSET "UTF-8";

body{
	font-family: arial, verdana, sans-serif;
	background-color: #f7f7f7;
	color: #333;
}

/* General style*/
.label {
    color: #666666;
    font-size: 12px;
    font-family: arial,verdana,sans-serif;
}
.text {
    color: #333333;
    font-size: 12px;
    font-family: arial,verdana,sans-serif;
}

.subLabel .label{
	padding-left: 25px;
	color: #999;
}
.subLabel .text{
	color: #999;
}

.sumRow {
	border-top: 2px solid #ccc;
}

.textFieldAlignRight input{
	text-align: right;
}

.mainView{
	background-color: #fff !important;
}

.mainView > .GP34Q33HEC {
    background-color: #fff;
}

.mainView > .GP34Q33ORB {
	background: url('../images/h_line.png');
	background-repeat: no-repeat;
	background-position: left top;
}

/* ContentPanel title*/
.GP34Q33GKC{
	margin-left: 5px !important;
	font-weight: normal !important;
}

.toolButton{
	margin-right: 2px;
}
.toolButton .GP34Q33MN{
	display: none;
}

.contentPanel .GP34Q33CKC{
	padding-bottom: 2px;	
	border: 0 !important;
}
.contentPanel > div > div > div.GP34Q33GKC {
	font-size: 11pt;
	line-height: 20px;
	padding-bottom: 7px;
}

.contentPanel fieldset{
    border: 0 !important;
    padding: 0 !important;
}
.contentPanel fieldset legend{
    color: #b22323;
    font-size: 10pt;
    padding: 0 0 5px 0;
}
.contentPanel fieldset .GP34Q33IEC{
	border-top: 1px solid #ddd;
	padding-top: 10px;
	height: auto;
}
.contentPanel label{
	color: #666;
}

.contentPanel > .GP34Q33MIC > .GP34Q33CKC {
	background-repeat: no-repeat !important;
	background-position: 20px 0 !important;
	padding-left: 50px !important;
	clip: rect(0, 0, 23, 23);
}

/* Enable scrolling for content panel */
.contentPanel .GP34Q33JIC{
/* 	overflow: auto !important; */
    background-image: url('../images/content_background.gif');
    background-repeat: repeat-x;
}

/* Sidebar */
.sidebar .GP34Q33JIC{
    border-right: 0 !important;	
    padding-bottom: 1px;
    background-color: transparent;
}
.sidebar .GP34Q33HEC {
	background-color: #f7f7f7;
}

.sidebar {
    border: 0 none #fff !important;
    border-style: none !important;
    background: url('../images/sidebar_background.gif') repeat-x;
    background-color: #031e3a !important;
    text-align: center;
}
.sidebar .logo {
	margin: 20px 0 20px 0;
}
.moduleMenuView .GP34Q33OIC {
	border: 1px #fff !important;
	border-style: none !important;
}
.sidebar .infoArea {
	border-top: 1px solid #000 !important;
}
.sidebar .infoArea .gwt-Label-username {
	border-bottom: 1px solid #000 !important;
	border-top: 1px solid #213d59 !important;
	color: #fff;
	padding: 8px 10px;
	text-align: left;
	font-size: 10pt;
}
.sidebar .infoArea a.logoutLink {
	border-top: 1px solid #213d59 !important;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px 10px 8px 35px;
	text-align: left;
	background: url("../images/logout.png") no-repeat scroll 10px center rgba(0, 0, 0, 0);
	font-size: 10pt;
}
.sidebar .infoArea a.logoutLink:hover {
	text-decoration: underline;
}

/* Module navigation */
.moduleMenuView{
	border-top: 1px solid #000000 !important;
	border-bottom: 1px solid #213d59 !important;
}
.moduleMenuView > div{
    border-top: 1px solid #213d59 !important;
    border-bottom: 1px solid #000000 !important;
}

.moduleMenuView .moduleIcon{
   width: 56px;
   height: 56px;
   overflow: hidden;
   display: block;
   margin: 6px auto;
}

.moduleMenuView .titleContainer{
    text-align: center;
    display: block;
}
.moduleMenuView .titleContainer .moduleTitle{
    color: #fff;
    font-size: 13pt;
     font-weight: bold;
}
.moduleMenuView .titleContainer .subTitle{
    color: #a1a1a1;
    font-size: 8pt;
}
.moduleLink{
	border: 0;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.moduleLink .coloredArea{
	width: 5px;
	height: 47px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5; 
}
.mainModule{
	overflow: hidden;
	padding: 8px 0 8px 0;  
	z-index: 10;
	position: relative;
}
.moduleLinkActive .coloredArea, .moduleLink:hover .coloredArea{
	width: 100%;
}

.firstModuleLink {
    border-top: 0;
}
.moduleLink{
   cursor: pointer !important;
   padding: 0 10px;
}

.moduleLink:hover .titleContainer .moduleTitle, 
.moduleLink:hover .titleContainer .subTitle, 
.moduleLinkActive .titleContainer .moduleTitle, 
.moduleLinkActive .titleContainer .subTitle{
	color: #fff;
	text-shadow: none !important;
}
.moduleLink:hover,
.moduleLinkActive{
	background-color: #b22323;
}

/* Submodules */
.moduleLink .submoduleArea{
	display: none;
	z-index: 10;
}
.moduleLinkActive .submoduleArea{
    display: block !important;
     overflow: hidden;
}

.submoduleArea{
	background-color: #edf1f5;
}
.submoduleArea a{
	display: block;
	color: #343a3f;
	font-size: 10pt;
	text-decoration: none;
	margin: 5px 0 5px 44px;
}
.submoduleArea a:hover{
    text-decoration: underline;
}
.submoduleArea a.active{
    text-decoration: underline;
}

/* Titelbar */
.northSection > .GP34Q33HEC{
	background-color: #f7f7f7 !important;
}

.applicationTitle{
	text-align: left;
	color: #3d4145;
	width: 190px;
	margin: 0 auto 0 auto;
	background-image: url('../images/miditec_logo.png');
	background-repeat: no-repeat;
	background-position: right;
	font-size: 10pt;
}

.titleLinks{
	padding-right: 10px;
	padding-top: 5px;
}
.titleLinks .gwt-Anchor{
	float: right;
	display: inline;
	margin-left: 20px;
}
.titleLinks .gwt-Anchor{
    font-size: 9pt;
    text-decoration: none;
	color: #00519e;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}
.titleLinks .gwt-Anchor:hover{
    text-decoration: underline;
}

.titleLinks .helpLink{
    background-image: url('../images/icon_help.png');
}
.titleLinks .logoutLink{
    background-image: url('../images/icon_logout.png');
}

/* Desktop window */
.desktopWindow .GP34Q33HEC,
.desktopWindow .ribbon .GP34Q33FRC,
.desktopWindow .ribbon .x-toolbar{
   background-color: #fff !important;
}

.desktopWindow .ribbon{
	margin-top: 10px;
}

.desktopWindow .contentArea{
	margin-top: 10px;
	background-color: #fff;
}


/* Login */
.login{
    background-color: #0a2f56;
    background-image: url('../images/login/login-background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
.login .logo{
    margin-bottom: 20px;
}
.login > div {
	text-align: center; 
}

.login .inputPanel{
	margin-bottom: 15px;
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.login .GP34Q33JX{
	background-image: none !important;
}

.login .mandatorField, .login .userField, .login .passwordField{
	height: auto !important;
}

.login .loginButton{
    -moz-border-radius:10px; /* Firefox */
    -webkit-border-radius:10px; /* Safari, Chrome */
    -khtml-border-radius:10px; /* Konqueror */
    border-radius:10px; /* CSS3 */
    border: 0;
    padding: 0;
    color: #434343;
    text-shadow: 1px 1px #fff;
    background-image: url('../images/login/login_button.jpg') !important;
    bhackground-position: center;
    background-color: #c2c3c4;
    cursor: pointer;
    background-position: 0 0 !important; 
}
.userField input, .passwordField input, .login .mandatorField input{
    border: 0 !important;
    padding: 5px;
}

.login .mandatorField, .login .userField{
	border-bottom: 1px solid #d0d0d0;
}

.login .loginButton:hover{
    background-image: url('../images/login/login_button_hover.jpg') !important;
}
.error input{
    color: #df252b;
}
.errorLabel{
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 10px;
}

/* Striped rows */
.stripedRows{
	margin-top: 8px;
}
.stripedRows .odd, .stripedRows .even{
	padding: 7px 15px 7px 15px !important;
	margin: 0 !important;
}
.stripedRows .odd{
	background-color: #edf1f5;
}

/* Alerts, Dialogs*/
.alertMessage{
	margin: 12px;
    width: 400px;
    z-index: 100;
}

/* Forms */
.textFieldHorizontalLeftMargin{
	margin-left: 5px !important;
}

/* ContextMenu */
.contextMenuItem img{
	background-size: 16px 16px !important;
}

/* Rights */
.userGroupSelection{
	margin: 0px 0 5px 0;
}
.userGroupSelection, .rightSelection{
    margin: 10px !important;
}
.rightSelection{
	margin: 15px 0 5px 0;
}
.rightSelection .label, .roleSelection .label {
	width: 188px;
	display: inline;
	float: left;
}
.rightSelection .accept, .rightSelection .deny,
.roleSelection .accept, .roleSelection .deny{
    width: 80px;
    display: inline;
    text-align: center;
    float: left;
}
.rightSelection .accept, .roleSelection .accept{
	margin-right: 8px;
}
.addRemoveButtons{
	overflow: hidden !important;
}
.addRemoveButtons .addUserGroup, .addRemoveButtons .removeUserGroup{
	float: right;
	margin-right: 10px;
}
.addRemoveButtons .addUserGroup{
	margin-right: 5px;
}

.rightSelection .GP34Q33JIC{
	overflow-y: scroll !important;
}

.rightRow input{
	position: static !important;
	left: 0 !important; 
}
.rightRow table {
	width:165px !important;
}
.rightGroup{
	font-weight: bold !important;
	padding: 5px
}
.rightGroup label{
    padding-right: 20px !important;
}
.rightAttribute label{
	margin-left: 25px !important;
}

.rightRow:hover{
    background-color: #dfe8f6;
}
.rightRowOdd{
	background-color: #F2F2F2;
}
.rightCheckboxes{
	margin-left: 7px !important;
}

/* Form */
.notEditable label{
	font-weight: bold;
	color: #777;
}

.formFlexTable .GP34Q33HT{
	width: 280px !important;
}
.formFlexTable .GP34Q33HT input{
/*     width: 200px !important; */
}

.formFlexTable .GP34Q33GT .gwt-Image{
	left: 182px !important;
	top: 20px !important;
}

.dateFieldLabel label{
	float: none !important;
	margin-bottom: 3px !important;
}
.dateFieldLabel .GP34Q33GT{
    padding-left: 0 !important;
}
.dateFieldLabel input{
	width: 183px !important;
}

/* DateTimeField */
.datePickerField, .datePickerField .GP34Q33IR{
	width: 95px !important;
}
.datePickerField input.GP34Q33PQ {
	width: 65px !important;
}
.timeHourField, .timeMinuteField{
	width: 44px !important;
}
.timeHourField input.GP34Q33NU, .timeHourField .GP34Q33LV, .timeMinuteField input.GP34Q33NU, .timeMinuteField .GP34Q33LV{
    width: 20px !important;
/*     margin-left: 5px !important; */
/*     padding-left: 122px !important; */
}

/* PeriodChooser */
.pickerFrom, .pickerTill{
	margin: 10px !important;
}
.pickerTill{
    margin-left: 0px !important;
}

/* TabPanel Fix */
.GP34Q33FRC {
	list-style-type: none;
}
.tabContent{
	margin: 15px;
}
.tabContent .GP34Q33ORC{
    padding: 0;
    margin: 0;
} 
.tabContent .formFlexTable{
	margin: 10px;
}



/* Padding for content panels  */
.contentPadding{
	padding: 15px !important;
}

/* Headline */
.headline {
	color: #00519E;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
}


/* Right button */
.rightButton{
	float: right;
}


/* Toolbar */
.toolbar label{
}

.onlyMissionsOfTheBusiness {
	margin-left: 15px !important;
}

#x-menu-el- img {
	height: 16px !important;
	width: 16px !important;
	background-size: 16px 16px !important;
}


.redFont{
	color: #d40032;
}

/* ColorPicker */
.colorBox{
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
}
.colorBoxEditable{
    cursor: pointer;
}

/* Checkbox */
.checkBoxLabel, .defaultLabel{
	font-size: 12px;
	color: #666666;
}
.checkBoxLabel label{
    margin-left: 5px;
}

/* Shift planing */
.day .GP34Q33CKC{
	border: 0 !important;
}
.dayEntry {
    border: 1px solid #CCCCCC;
    margin: 3px;
    padding: 2px;
}

.periodChooser {
    margin: 0 10px 0 5px !important;
}

.periodChooserLabel{
    margin: 0 10px 0 5px !important;
}

/* Progress Window */
.progress{
    z-index: 100030 !important;
}

.dailyJournalGanttChartContainer {
	height: 250px !important;
}

.pieChartSet{
	overflow: visible !important;
}

/* Module info label */
.moduleInfoContainer {
    text-align: center;
}
.moduleInfoContainer img{
    margin-bottom: 15px;
}
.moduleInfoLabel {
	text-align: center;
	width: 600px;
	font-size: 32px;
	color: #d5d5d5;
}



.selectedCell {
	background-color: #dfe8f6;
}

.selectedCell {
	background-color: #dfe8f6 !important;
}

.stripedColumn {
	background-color: #CCFFFF !important;
}




/* Tabs */
.GP34Q33HQC {
	background-color: transparent !important;
	border: 0px !important;
}
.GP34Q33HQC ul {
	background: none;
}


/* Info window */
.infoLink {
	color: #333;
	font-size: 10pt;
	padding: 0 5px;
	text-decoration: none;
}
.infoLink:hover {
	text-decoration: underline;
}

.infoWindow {
    font-size: 10pt;	
}

.aboutHeadline {
	font-weight: bold;
	font-size: 12pt;
	margin: 20px 20px 10px 20px;
}
.aboutLabel {
	font-weight: bold;
	margin: 0px 18px 0px 18px;
	width: 150px;
}

/* button */
.button {
    border: 1px solid #454A4E;
    border-radius: 5px 5px 5px 5px;
    color: #454A4E;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    line-height: 27px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 1px 8px;
    text-decoration: none;
    margin-top: 20px;
}
.button:hover {
    text-decoration: underline;
}

/* sum row for calculatedmissiontimebookings */
.sum-row {
	font-weight: bold !important;
	background-color: #EDEDED !important;
}


/* Image list view */
.imageListViewThumb {
	padding: 10px;
	border: 1px solid #fff;
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
}
.imageListViewThumbOver {
    background-color: #f7f7f7;
    border: 1px dotted #ddd;	
}
.imageListViewThumbSelected {
    background-color: #A1C3E3 ;
    border: 1px solid #4b759c ;    
}
