html,
body {
    height: 100%;
    font-size:14px;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
    padding: 0 15px 0;
}
.container .credit {
    margin: 20px 0;
}

code {
    font-size: 80%;
}


.table.dataTable{
	table-layout:fixed;
	word-wrap:break-word;
}

#project-list.dataTable thead .sorting, 
#project-list.dataTable thead .sorting_asc, 
#project-list.dataTable thead .sorting_asc_disabled, 
#project-list.dataTable thead .sorting_desc, 
#project-list.dataTable thead .sorting_desc_disabled{
	padding-left:10px;
	padding-right:20px;
}

#project-list.table-lg>tbody>tr>td, 
#project-list.table-lg>tbody>tr>th, 
#project-list.table-lg>tfoot>tr>td, 
#project-list.table-lg>tfoot>tr>th, 
#project-list.table-lg>thead>tr>td, 
#project-list.table-lg>thead>tr>th {
    padding: 15px 7px;
}

#project-list.dataTable thead{
	font-size:11px;
}

.text-overflow-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
}


<!--����ͼƬ-->
.carousel-indicators li{
  background-color:#81C784;
}
.carousel-indicators .active{
  background-color:#2E7D32
}

#myCarousel{
  text-align: center;
}
#myCarousel img{
  height: 180px;
}

.milestone.panel .panel-body{
  max-height: 110px;
  overflow-y: scroll;
}
.milestone.panel  > .panel-heading {
     padding-top: 8px;
     padding-bottom: 8px;
}

.subject-title{
  padding-left:30px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.milestone-table.table-bordered > tbody > tr > td{
   border: 1px solid #00BCD4;
   border-left-color: #ddd;
   border-right-color: #ddd;
}
.milestone-btn a{
	margin-bottom:20px;
}
#project_milestone_table .nowrap{
	    white-space: nowrap;
}

.commnets-list{
  height:120px;
  overflow-y:scroll;
  padding: 10px 10px;
  margin: 20px 0px;
  border: 1px solid #26C6DA;
}
label.error{
	color: red;
}
<!--end-->
