/*   
 * Template Name: Orbit - Responsive Resume/CV Template for Developers
 * Version: 1.0
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* styles-6.css */
/* ======= Base ======= */
body {
  font-family: 'Roboto', sans-serif;
  color: #545E6C;
  background: #f5f5f5;
  font-size: 14px;
  /*padding: 30px;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
a {
  color: #3f99c1;
  /*color: #DDD !important;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #4B6A78;
  cursor:pointer;
}
a:focus {
  text-decoration: none;
}
p {
  line-height: 1.5;
}

.card {
  border-top: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 10px 10px;
}

.subtitle2, .subtitle2 a{
  font-weight:normal !important;
  font-size:15px !important;
}
.filters {
  margin-bottom: 15px;
}
.wrapper {
  background: #4B6A78;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.noborder {
  border: 0px !important;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline-with:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 90%;
    z-index: 400;
    margin-top: 6px;
}
ul.timeline > li {
    margin: 15px 0;
    padding-left: 25px;
}
ul.timeline > li:before {
    content: ' ';
    background: #b2b2b2;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 26px;
    width: .8rem;
    height: .8rem;
    margin-top: 6px;
    z-index: 400;
}


.sidebar-wrapper {
  background: #4B6A78;
  position: fixed;
  /*right: 0;*/
  width: 240px;
  height: 100%;
  /*min-height: 800px;*/
  color: #fff;
}
.sidebar-wrapper a {
  color: #fff;
}
.sidebar-wrapper .profile-container {
  padding: 25px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}
.sidebar-wrapper .name {
  font-size: 30px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-wrapper .profile {
  margin-bottom: 15px;
}
.sidebar-wrapper .contact-list .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

#linkedinicon {
  padding-bottom: 5px;
}
.sidebar-wrapper .contact-list li {
  margin-bottom: 15px;
}
.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .contact-list .email .fa {
  font-size: 14px;
}
.sidebar-wrapper .container-block {
  padding: 25px;
}
.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.main-wrapper {
  right: 0;
  background: #fff;
  padding: 60px;
  padding-left: 300px;
  padding-top: 35px;
}

.main-wrapper a {
  /*font-weight: 500;*/
}
.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #2e4049;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}
.main-wrapper .section-title .fa {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #2e4049;
  text-align: center;
  padding-top: 7px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.main-wrapper .section {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  padding-top: 12px;
}
.main-wrapper .education-section .item {
  margin-bottom: 15px;
}
.main-wrapper .employment-section .item {
  margin-bottom: 10px;
}
.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.main-wrapper .job-title {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.main-wrapper .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #97AAC3;
}
.main-wrapper .company {
  margin-bottom: 10px;
  color: #97AAC3;
}
.main-wrapper .project-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.main-wrapper .summary-section {
  padding-top: 0px;
}
.main-wrapper .projects-section .intro {
  margin-bottom: 30px;
}
.main-wrapper .projects-section .item {
  margin-bottom: 15px;
}
.skillset .item {
  margin-bottom: 15px;
  overflow: hidden;
}
.skillset .level-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
}
.skillset .level-bar {
  height: 12px;
  background: #f5f5f5;
}
.skillset .level-bar-inner {
  height: 12px;
  background: #6c92a3;
}
.footer {
  padding: 30px;
  padding-top: 60px;
}
.footer .copyright {
  line-height: 1.6;
  color: #545E6C;
  font-size: 13px;
}
.footer .fa-heart {
  color: #fb866a;
}

.vis-tooltip {
  white-space: normal !important;
  max-width: 500px !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #DDD !important;
  border-radius: 5px !important
  padding: 15px !important;
}

.vis-timeline {
  border-radius: 20px;
  border: 1px solid #ddd;
}
.visElement {
  background: #f9f9f9;
  border: 1px solid #ddd;

}

.employmentBullet {
  display: block;
  border-radius: 50%;
  height: .8rem;
  width: .8rem;
  background-color: rgb(178, 178, 178);
  margin-left: 21px;
  margin-top: 6px;
}

#divEmploymentTable {
  margin-top:20px;
}

.employmentDiv {
  margin-top:25px;
}

.employer {
  margin-left: 65px;
}
.employer a, .employer {
  color: #3F4650;
  font-weight: 500;
  font-size: 16px;
}

.employmentTime {
  margin-left: 65px;
  margin-top:3px;
  margin-bottom:3px;
}
.positionTitle {
  color: #3F4650;
  /*font-weight: 500;*/
}

#pubGroupsFilterLongText {
  display: inline-block;
}

#pubGroupsFilterShortText {
  display: none;
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .main-wrapper {
    padding: 30px;
  }
  .main-wrapper .time {
    position: static;
    display: block;
    margin-top: 5px;
  }
  .main-wrapper .upper-row {
    margin-bottom: 0;
  }

  .position {
    margin-left: 0px !important;
  }

  #pubGroupsFilterShortText {
    display: inline-block;
  }

  #pubGroupsFilterLongText {
    display: none;
  }

  .pubFiltersLabel {
    display: inline-block;
    width: 45px;
  }

  #pubFiltersGroup {
    margin-top:6px;
  }

  .table-responsive>.table>tbody>tr>td, 
  .table-responsive>.table>tbody>tr>th, 
  .table-responsive>.table>tfoot>tr>td, 
  .table-responsive>.table>tfoot>tr>th, 
  .table-responsive>.table>thead>tr>td, 
  .table-responsive>.table>thead>tr>th {
    white-space: normal;
  }
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {

  .skillset .level-title {
    display: inline-block;
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
  .skillset .level-bar {
    display: inline-block;
    width: 70%;
    float: left;
    position: relative;
    top: 1px;
  }

  .position {
    margin-left: 0px;
  }
}

.tooltipHover {
  border-bottom: 1px dashed #ddd;
}

#projects_gantt {
  min-height: 200px;
}

.google-visualization-tooltip {
  max-width: 300px;
  border: solid 1px #bdbdbd;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
  /*font-size: 14px;*/
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
  font-family: roboto;
}

.google-visualization-tooltip div {
  padding:12px;
}

#publicationsDiv ol, #publicationsDiv ul {
  padding-left: 15px;
}

.imgLeftEmployment {
  float: left;
  position:absolute;
  min-width:55px;
  text-align:center;
  margin-right:10px;
}

.menufa {
  display:inline-block;
  width:30px;
}

.projectImg {
  max-width:50px;
}

.position {
  margin-left: 66px;
  margin-bottom:10px;
}

@media screen and (max-width: 767px) {


#thesisDescription {
    margin-left:65px;
  }
  
}

/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
