html, body { height: 100%; }

#risk_evaluation {
  border-collapse: collapse;
}
#risk_evaluation th, #risk_evaluation td {
  padding: 5px;
  border : 1px solid #000000;
}
#risk_evaluation .head{
  text-align: center;
  font-weight: bold;
}
#risk_evaluation th{
  text-align: center;
  font-weight: normal;
}


/*
#risk_evaluation .level_1:hover {
  background: #3EA539;
}
#risk_evaluation .level_2:hover {
  background: #CC9546;
}
#risk_evaluation .level_3:hover {
  background: #CA4649;
}
*/
#risk_evaluation .level_1 {
  background: #B8ECB5;
}
#risk_evaluation .level_2 {
  background: #FFE7C3;
}
#risk_evaluation .level_3 {
  background: #FEC3C4;
}

#risk_assesment_list .level_1 {
  background: #B8ECB5;
}
#risk_assesment_list .level_2 {
  background: #FFE7C3;
}
#risk_assesment_list .level_3 {
  background: #FEC3C4;
}


#we_risk_evaluation {
  border-collapse: collapse;
}
#we_risk_evaluation th, #we_risk_evaluation td {
  padding: 5px;
  border : 1px solid #000000;
}
#we_risk_evaluation .head {
  text-align: center;
  font-weight: bold;
}
#we_risk_evaluation th {
  text-align: center;
  font-weight: normal;
}

#we_risk_evaluation .level_1 {
  background: #B8ECB5;
}
#we_risk_evaluation .level_2 {
  background: #FFE7C3;
}
#we_risk_evaluation .level_3 {
  background: #FEC3C4;
}

#we_risk_assesment_list .level_1 {
  background: #B8ECB5;
}
#we_risk_assesment_list .level_2 {
  background: #FFE7C3;
}
#we_risk_assesment_list .level_3 {
  background: #FEC3C4;
}
/*
#risk_evaluation td:hover {
  border: 2px solid #000000;
}
*/

.dp_row_count_id, .mi_row_count_id {
  float: left;  
  width: 15px; 
  background: #999999; 
  color: #ffffff; 
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  margin: 2px;
}
.dp_row_dependency_id_ok, .mi_row_dependency_id_ok {
  float: right;  
  width: 15px; 
  background: #3EA539; 
  color: #ffffff; 
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  margin: 2px;
  cursor: pointer;
}

.dp_row_dependency_id, .mi_row_dependency_id {
  float: right;  
  width: 15px; 
  background: #CA4649; 
  color: #ffffff; 
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  margin: 2px;
  cursor: pointer;
}

#dashboard {
  overflow: hidden;
}
.dash_box {
  background: #fff;
  border-bottom: 1px solid #dbdcdd;
  width: 350px;
  float: left;
  margin: 10px;
  height: 260px;
}
.dash_box h4 {
  margin-top: 0px;
  margin-bottom: 0px; 
  background: #182A61;
  color: #fff;
  padding: 10px;
  border: 0px solid #CA4649;
}
.dash_box .total_count {
  float: right;
  border: 0px solid #3EA539;
}
.dash_box .line {
  overflow: hidden;
  height: 1.8rem;
  border-bottom: 1px solid #dbdcdd;
  line-height: 1.5rem;
}
.dash_box .line>div {
  /*border: 1px solid #3EA539;*/
  float: left;
  overflow: hidden;
  padding: 5px;
  padding-top: 2px;
}

.dash_box .sub_project {
  font-size: 0.8em;
  float: left;
  margin-top: 2px;
}
.dash_box .sub_project span {
  cursor: pointer;
  font-weight: bold;
}
.dash_box .inner {
  width: 1000px;
}

.dash_box .case_id {
  width: 10%;
}
.dash_box .case_text {
  width: 47%;
}
.dash_box .case_deadline {
  width: 32%;
  float: right !important;
  text-align: right;
}
.dash_box .footer {
  padding-left: 5px;
  padding-top: 2px;
  height: 15px;
  font-size: 0.8em;
}

.dash_box .header {
  font-weight: bold;
  height: 1.8rem;
  border-bottom: 1px solid #182A61;
  line-height: 1.5rem;
}
.tag {
  border: 1px solid #ccc;
  padding: 3px;
  overflow: hidden;
  background: #eeeeee;
  color: #666;
  margin-top: 10px;
}
#event_tag_list {
  margin-bottom: 10px;
}
.tag_text {
  padding: 3px;
  line-height: 26px;
}
#tag_input {
  padding: 3px;
  width: 90px !Important;
  border: 0px solid #ccc;
  background: #eeeeee;
  height: 11px;
}
#edit_case_tags {
  padding: 4px;
}

.tag_delete {
  font-weight: bold;
  padding: 3px;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
.tag_delete:hover {
  color: #CA4649;
}
.tag_add {
  font-weight: bold;
  padding: 3px;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
.tag_add:hover {
  color: #3EA539;
}
.tag_teach {
  font-style: italic;
  font-size: .8em;
  background: #FFF4E4;
  padding-left: 15px;
  margin-bottom: 5px;
}
#tags_dd {
  background: #ffffff; 
  border: 1px solid #666666; 
  position: absolute; 
  display: none; 
  padding: 10px;
  z-index: 2;
}

.tag_cloud span, .tag_cloud u { /* .tag_cloud u should be obsolete pretty soon after the release */
  cursor: pointer;
  text-decoration: none;
}
#icon_cloud {
  border: 0px solid #CA4649;
  position: absolute;
  z-index: 0;
}
.edit_case_tag_list {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tags span {
  padding: 1px;
  cursor: pointer;
  border-bottom: 1px dashed #ff9933;
  line-height: 20px;
  margin: 3px;
}
.is_main_project td {
  font-weight: bold;
}
.sub_list td {
  background: #fff !important;
}

#capa_case_description_box {
  /*border: 1px solid #CA4649;*/
  margin-right: 10px;
}

#capa_case_description_btn {
  background: url(../../graphics/expand.png) no-repeat;
  height: 20px;
  width: 20px;
}

#capa_case_description {
  width: 100%;
  height: 100px;
}

#project_frame {
  border: 1px solid #333;
  width: 100%;
  overflow: hidden;
  display: table;
}
#project_data {
  border-right: 1px solid #009;
  width: 200px;
  overflow: hidden;
  display: table-cell;
}
#project_header {
  height: 37px;
  border-bottom: 1px solid #333;
}
#project_header .title span {
  padding-left: 10px;
  font-size: 20px;
}
#project_list {
  margin-top: 1px;
  width: 400px;
}
#project_list .project_subject {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  height: 20px;
  float: left;
  width: 250px;
  font-weight: bold;
}
#project_list .project_subject.sub_project .project_inner {
  padding-left: 20px;
  font-weight: normal;
}
#project_list .project_responsible {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  height: 20px;
  float: left;
  width: 150px;
}
.project_inner {
  vertical-align: center;
  padding-top: 4px;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#project_plan {
  /*border: 1px dashed #CA4649;*/
  overflow: hidden;
  overflow-y: hidden;
  display: table-cell;
}
#month_frame {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #333;
  display: table;
}
.project_month {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: table-cell;
}
.project_month:nth-child(2n) {
  background: #ADC5DC;
}
.project_month:nth-child(2n-1) {
  background: #DCE8F3;
}

#week_frame {
  width: 100%;
  display: table;
  min-height: 100%;
  height: 0px;
  z-index: -10;
  float: left;
}
#grap_frame {
  z-index: 10;
  float: left;
  /*position: absolute;*/
  margin-top: 1px;
  width: 100%;
}
.project_day {
  text-align: center;
  padding-top: 4px;
  display: table-cell;
  height: 100%;
}
.project_day:nth-child(2n) {
  background: #DCE8F3;
}

.week_label {
  border-bottom: 1px solid #333;
}
.project_row {
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 20px;
  /*padding-top: 5px;*/
  float: left;
  overflow: hidden;
}

.project_bar {
  /*height: 10px;*/
  margin-top: 5px;
  border-top: 10px solid #52799E;
  height: 0px;
}
.project_print_fix {
  float: left;
  overflow: hidden;
  height: 20px;
  width: 0px;
}
.project_bar.sub_project {
  border-top: 10px solid #ADC5DC;
}
.project_bar.project_warning {
  border-top: 10px solid #c700ff;
}
.project_complete_bar {
  
}
.project_complete_bar div {
  height: 1px;
  background: #fff;
  border: 2px solid #64C55F;
  border-top: 0px;
}

.project_bar.project_warn {
  border-top: 10px solid #F3C075 !important;
}
.project_bar.project_late {
  border-top: 10px solid #F17477 !important;
}
.project_bar.project_closed {
  border-top: 10px solid #999 !important;
}
.project_bar.sub_project.project_warn {
  border-top: 10px solid #FFE7C3 !important;
}
.project_bar.sub_project.project_late {
  border-top: 10px solid #FEC3C4 !important;
}
.project_bar.sub_project.project_closed {
  border-top: 10px solid #ccc !important;
}

#color_info_frame {
  border: 1px solid #ccc;
  margin-bottom: 7px;
  padding: 10px;
  padding-bottom: 0px;
  overflow: hidden;
}
#color_info_frame>div {
  float: left;
  padding-right: 10px;
  overflow: hidden;
  vertical-align: top;
}
#color_info_frame>div>div {
  margin-top: 0px;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.capa_list_separator {
  border-top: 2px solid #333 !important;
  padding: 0px !important;
}

.notes_block {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #eee;
  margin-bottom: 10px;
}

.ui-icon-arrowthick-2-n-s {
  display: inline-block !important;
  margin-left: 10px !important;
}