body{
  margin: 0px;
  font-size: 1.0em;
}

.navigation {
  height: 60px;
  background: #871111;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1100px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  background: #871111;
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #db8025;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' â–¾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #871111;
  height: 60px;
  width: 60px;
}

@media only screen and (max-width: 1123px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 60px 0 0px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
  
 .pc{
 	display:none!important;
 }  
}
@media screen and (min-width: 1124px) {
  .nav-list {
    display: block !important;
  }
  
  .pc{
  	display: inline!important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 18px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.logo {
	margin-top: 7px;
	border-radius: 2px;
	background-color: white;
	padding: 2px 5px 5px 5px;
}

.helpLogo {
	color:white;
}

/*
.ui-g div {
  		background-color: #ededed;
  		border: 1px solid #fafafa;
}
.label {
  		text-align: right;
}
*/

div.ui-messages-error{
 margin: 0px 0;
}

.pageTitle{
	border-bottom: double 5px #871111;
	padding: 0px 5px 0px 5px;
}

.pageSubTitle {
	padding: 2px 10px 2px 10px;
	background: #fffaf4;
	border-left: solid 5px #871111;
}

.fieldTitle {
	border-bottom: solid 3px #871111;
	white-space: nowrap;
}

.pageHelpTitle{
	border-bottom: double 5px #871111;
	padding: 0px 5px 0px 5px;
}

.pageHelpSubTitle {
	padding: 2px 10px 2px 10px;
	background: #fffaf4;
	border-left: solid 5px #871111;
}

.pageHelpSubTitleDest {
	padding: 2px 10px 2px 10px;
	background: #f6e4bb;
	border-left: solid 5px #bb850c;
}

.ratingDescription{
	padding: 2px 10px 2px 10px;
	background: #fffaf4;
}


.project ul li {
	padding-left :0px;
	list-style: square;
}

.projectList{
	margin:5px; 
	padding:10px	
}

.calendar .ui-datepicker-inline{
  width: 95% !important;
}

form{
	margin-bottom: 0px;
}

div.ui-messages-info {
    margin: 0px 0;
}
div.ui-messages-warn {
    margin: 0px 0;
}
div.ui-messages-error {
    margin: 0px 0;
}
div.ui-messages-fatal {
    margin: 0px 0;
}

/*
.ui-widget, .ui-widget .ui-widget {
	font-size: 90% !important;
}
*/

.ui-tabs .ui-tabs-panel{
	padding: 0.2em 0.2em !important;
}


/*
.ui-helper-reset{
	line-height:0.5 !important;
}
*/

.ui-rating{
	padding: 0.3em; 
}

.chartImage{
	width:17px;
	height:17px;
	padding: 0.3em; 
}

.lineChart{
	width:300px;
}

.required{
    margin: 0 0.5em;
    padding: 0 0.5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ff3957;
    color: #fff;
    font-weight: normal;
    font-size: 90%;
    white-space: nowrap;
}

.ui-state-default {
/*	font-weight: normal !important;*/
/*	font-size: smaller;*/
}

.ui-widget-header{
/*	font-weight: normal !important;*/
/*	font-size: smaller;*/
}

/*
.ui-widget-content {
    font-size: c;
}
*/

.ui-accordion .ui-accordion-header {
	padding: .2em .5em .2em 2.2em !important;
}

.ui-tabs .ui-tabs-nav li a{
	padding: .2em 0.6em !important;
}
/*
.ui-datalist .ui-datalist-header, .ui-datalist .ui-datalist-footer{
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
*/

/*
.ui-widget {
    font-size: smaller;
}
*/

.ui-paginator .ui-paginator-page{
	font-size: smaller;
}


.ui-accordion .ui-accordion-content{
	padding: 1em 0.5em !important;
}

.dateTimeField input {
   width:80px;
}

.ui-fluid .ui-trigger-calendar .ui-button-icon-only .ui-button-text{
	padding: .1em !important;
}

.ui-button-text-icon-left .ui-button-text {
    padding: 0.1em 1em 0.1em 2.1em !important;
}

.ui-inputfield{
	padding: 2px !important;
}

.ui-datalist .ui-datalist-header{
	padding: 0px 0px !important;
}

.ui-panelgrid .ui-panelgrid-cell {
	padding: 2px 10px !important;
}

.wricon{
	vertical-align: -5;
	width:20px;
	height:20px;
}

div.ui-rating-star a, div.ui-rating-cancel a {
	background-image: url("/work-report/javax.faces.resource/img/myrating.png.jsf");                       
}

.ui-datalist-header{
	margin-top: 5px;
}

.ui-button-text-only .ui-button-text {
    padding: 0em 1em !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger{
	width: 37px !important;
}

.detailTextTitle{ 
	white-space: nowrap;
}

.have{
    margin: 0 0.5em;
    padding: 0 0.5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #4169e1;
    color: #fff;
    white-space: nowrap;
}

.notHave{
    margin: 0 0.5em;
    padding: 0 0.5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #d3d3d3;
    color: #fff;
	white-space: nowrap;
}

#footer {
  clear: both;
  text-align: center;
  color: #666666;
  font-size: 0.85em;
}

.ui-selectonelistbox{
     width: 100% !important;
}

.ui-selectlistbox-filter.ui-inputfield{
	width: 100% !important;
}

button.send-comment-mail-hidden-btn {
	display: none;
}

.ui-fieldset-legend {
    padding: .1em 1em !important;
}

.ellipsisProjectName {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    vertical-align: bottom;
}

.formCalendarStyle {
	padding-top:5px;
}

.selectedWeek{
	color:#871111 !important;
	font-weight: bold;	
}
.reportDestination{
	color:#871111 !important;
	font-weight: bold;	
}

.menuText{
	font-family: none;
	font-size: 1.1em;
}

.helpStep {
  position: relative;
  color: #555;
  text-shadow: 0 0 2px white;
  font-size: 1.2em;
}

.helpStep:before {
  content: "";
  position: absolute;
  background: #f2c18d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.helpStepDest {
  position: relative;
  color: #555;
  text-shadow: 0 0 2px white;
  margin-right : 5px;
}

.helpStepDest:before {
  content: "";
  position: absolute;
  background: #f0e68c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.helpCase {
  position: relative;
  color: #555;
  text-shadow: 0 0 2px white;
}

.helpCase:before {
  content: "";
  position: absolute;
  background: #d6e2f9;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}


.helpIndex {
	text-decoration: none;
	font-size: 1.2em;
}

.stepContentTitle{
	font-size: 1.2em;
}

.stepContent{
}

.stepImage {
	width: 100%;
	heigt: 100%;
}

.helpLink {
	color: #4682B4;
	font-weight: bold;
}

#page_top{
  width: 70px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #db8025;
  opacity: 0.6;
  border-radius: 10px;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.helpAns {
  position: relative;
  border-top: solid 2px #e68219;
  border-bottom: solid 2px #e68219;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 5em 0 0.5em;
}

.helpAns:after {
  /*ƒ^ƒu*/
  white-space: pre-wrap;
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: ' \f0a4  ';
  background: #e68219;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.faqAns {
  position: relative;
  padding: 0.25em 0;
}
.faqAns:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.formatedText > p {
	margin-top: 2px;
	margin-bottom: 2px;
}

div#idPhoto img {
    max-width: 320px;
    max-height: 240px;
}

#formUserInfo\:img {
    max-width: 280px;
    max-height: 210px;
}

dl {
	margin-block-start: 0.2em;
	margin-block-end: 0.2em;
}

.ui-confirm-dialog {
	top: 50% !important;
}