/*------------------------------------------------------------------
  [Tabs]
*/
.nav-tabs {
  background-color: #ffffff;
  border-bottom: 2px solid #ebebeb;
}
.nav-tabs > li {
  margin-right: 2px;
  margin-bottom: -2px;
}
.nav-tabs > li a {
  padding: 12px 20px;
  margin-right: 0;
  min-width: 60px;
  text-align: center;
  border-radius: 0;
  color: #404040;
  border-width: 0;
}
.nav-tabs > li a .icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 6px;
  line-height: 17px;
}
.nav-tabs > li a:hover {
  background: transparent;
  color: #4285f4;
}
.nav-tabs > li a:active {
  background-color: transparent;
}
.nav-tabs > li.active {
  position: relative;
  background: transparent;
  color: #4285f4;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #4285f4;
}
.tab-content {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 0 0 3px 3px;
}
.tab-content .tab-pane h1:first-child,
.tab-content .tab-pane h2:first-child,
.tab-content .tab-pane h3:first-child,
.tab-content .tab-pane h4:first-child,
.tab-content .tab-pane h5:first-child,
.tab-content .tab-pane h6:first-child {
  margin-top: 5px;
}
.nav-tabs-success > li a:hover {
  color: #34a853;
}
.nav-tabs-success > li.active a,
.nav-tabs-success > li.active a:hover,
.nav-tabs-success > li.active a:focus {
  border-bottom: 2px solid #34a853;
}
.nav-tabs-warning > li a:hover {
  color: #fbbc05;
}
.nav-tabs-warning > li.active a,
.nav-tabs-warning > li.active a:hover,
.nav-tabs-warning > li.active a:focus {
  border-bottom: 2px solid #fbbc05;
}
.nav-tabs-danger > li a:hover {
  color: #ea4335;
}
.nav-tabs-danger > li.active a,
.nav-tabs-danger > li.active a:hover,
.nav-tabs-danger > li.active a:focus {
  border-bottom: 2px solid #ea4335;
}