/*
Component: timeline publications
--------------------
*/

/*publications*/
.publications {
  position: relative;
  margin: 15px 0 30px 0;
  padding: 0;
  list-style: none;
}
.publications:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 5px;
  background: #ddd;
  left: 30px;
  border: 1px solid #eee;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.publications > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.publications > li:before,
.publications > li:after {
  display: table;
  content: " ";
}
.publications > li:after {
  clear: both;
}
.publications > li > .publication {
  margin-top: 0px; /*10px;*/
  background: #fff;
  color: #555;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0px;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.publications > li > .publication > .time , .projects > li > .project > .time{
  color: #999;
  float: right;
  margin: 2px 0 0 0;
}

.publications > li > .publication > .publication-header > .publications-header {
  margin: 0;
  color: #555;
  border-bottom:0px;
  padding: 5px 5px 0px 5px;
  font-size: 14px;
  line-height: 1.1;
  /*me*/
  margin-right: 25px;
}
.publications > li > .publication > .publications-body {
  padding: 10px;
  /* me */
  display:table-row;
}

.content-publication{
  background-color: #F6F6F6;
  padding: 0px 10px;

}
.publications > li > .publication > .publication-header, .projects > li > .project > .project-header{
  border: 1px solid #EFF5FB;
  border-bottom: 1px #EFF5FB solid;
  padding: 2px 0px 2px 0px;
  min-height: 35px;
  background-color: #EFF5FB;
}

.publications > li > .publication > .publication-header > .publications-header, .projects > li > .project > .project-header > .projects-header{
  font-weight: bold;
}

.publications > li > .publication > .publication-header > div.progress{
  width: 350px;
  height: 20px;
  margin-top: 2px;
  margin-bottom:5px;
}

.publications > li.time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.publications > div.date-publication > li.time-label > span {
  font-weight: 600;
  padding: 5px 12px 5px 12px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.publications > div.date-publication > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.publications > div.date-publication > li:before,
.publications > div.date-publication > li:after {
  display: table;
  content: " ";
}
.publications > div.date-publication > li:after {
  clear: both;
}
/*end*/
.publications > li > .fa,
.publications > li > .glyphicon,
.publications > li > .ion {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}

/* projects */
/*
Component: timeline projects
--------------------
*/
.projects {
  position: relative;
  margin: 15px 0 30px 0;
  padding: 0;
  list-style: none;
}
.projects:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 5px;
  background: #ddd;
  left: 30px;
  border: 1px solid #eee;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.projects > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.projects > li:before,
.projects > li:after {
  display: table;
  content: " ";
}
.projects > li:after {
  clear: both;
}
.projects > li > .project {
  margin-top: 0px; /*10px;*/
  background: #fff;
  color: #555;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0px;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.projects > li > .project > .project-header > .projects-header {
  margin: 0;
  color: #555;
  border-bottom:0px;
  padding: 5px 5px 0px 5px;
  font-size: 14px;
  line-height: 1.1;
  /*me*/
  margin-right: 25px;
}
.projects > li > .project > .projects-body {
  padding: 10px;
  /* me */
  display:table-row;
}

.content-project{
  background-color: #F6F6F6;
  padding: 0px 10px;

}

.projects > li > .project > .project-header > div.progress{
  width: 350px;
  height: 20px;
  margin-top: 2px;
  margin-bottom:5px;
}

.projects > li.time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.projects > div.date-project > li.time-label > span {
  font-weight: 600;
  padding: 5px 12px 5px 12px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.projects > div.date-project > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.projects > div.date-project > li:before,
.projects > div.date-project > li:after {
  display: table;
  content: " ";
}
.projects > div.date-project > li:after {
  clear: both;
}
/*end*/
.projects > li > .fa,
.projects > li > .glyphicon,
.projects > li > .ion {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}


@media (min-width: 768px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
   }
}
/*others*/
.bg-green{
  background-color: #9FF781 !important;
}
.bg-yellow{
  background-color: #F3F781 !important;
}
.bg-red{
  background-color: #FF0000 !important;
}
.bg-blue{
  background-color: #428bca !important;
}