.software-tab-wrapper {
  width: 100%;
  border-bottom: 1px solid #D4DCE5; }

.software-tab-wrapper ul.project-tabs {
  margin: 0;
  border-bottom: 0; }

.software-tab-wrapper ul.project-tabs li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  /*			&:nth-last-of-type(-n+2)  a {
              color: #bbb;
              &:hover {
                  color: $darkblue;
              }
          }*/ }

.software-tab-wrapper ul.project-tabs li a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 15px 25px;
  font-size: 12px;
  color: #698296;
  text-transform: uppercase;
  font-weight: 400; }

.software-tab-wrapper ul.project-tabs li a:hover {
  text-decoration: none;
  color: #2A4E68;
  background: white; }

.software-tab-wrapper ul.project-tabs li.active a {
  background: #edf2f7;
  border-right: 1px solid #D4DCE5;
  border-top: 2px solid #248EC7;
  border-left: 1px solid #D4DCE5;
  color: #2A4E68; }

.software-tab-wrapper ul.project-tabs li.active a:hover {
  text-decoration: none; }

@media (max-width: 1200px) {
  .software-tab-wrapper ul.project-tabs li a {
    padding: 15px 15px; } }

@media (max-width: 991px) {
  .software-tab-wrapper .container {
    width: 100%; }
  .software-tab-wrapper ul.project-tabs li a {
    padding: 15px 10px;
    font-size: 12px; } }

@media (max-width: 840px) {
  .software-tab-wrapper .container {
    width: 100%; }
  .software-tab-wrapper ul.project-tabs li a {
    padding: 5px 5px;
    font-size: 12px; } }

@media (max-width: 790px) {
  .software-tab-wrapper ul.project-tabs li {
    width: 100%;
    margin: 2px; }
  .software-tab-wrapper ul.project-tabs li a {
    width: 100%;
    font-size: 12px; }
  .software-tab-wrapper ul.project-tabs li.active a {
    border-right: 1px solid transparent;
    border-top: 2px solid #248EC7;
    border-left: 1px solid transparent;
    border-radius: 4px; } }

.software-tab-dropdown, .software-category-dropdown {
  display: none; }

@media (max-width: 790px) {
  .software-tab-dropdown {
    display: block;
    width: 98%;
    margin: 0 1% 15px 1%;
    padding-bottom: 15px; }
  .software-tab-dropdown .dropdown, .software-category-dropdown .dropdown {
    width: 100%; }
  .software-tab-dropdown .dropdown .projects-dropdown-btn, .software-category-dropdown .dropdown .category-dropdown-button {
    width: 100%;
    border-radius: 4px;
    outline: 0;
    background: #c9dcef;
    border: 1px solid #D4DCE5;
    padding: 8px;
    color: #2A4E68;
    text-transform: uppercase; }
  .software-tab-dropdown .dropdown .projects-dropdown-btn i, .software-category-dropdown .dropdown i {
    margin-left: 10px; }
  .software-tab-dropdown .dropdown ul.dropdown-menu, .software-category-dropdown .dropdown ul.dropdown-menu {
    right: 0; }
  .software-tab-dropdown .dropdown ul.dropdown-menu > li > a, .software-category-dropdown .dropdown ul.dropdown-menu > li > a {
    padding: 5px 20px;
    color: #2A4E68; }
  .software-tab-dropdown .dropdown ul.dropdown-menu > li.active > a, .software-category-dropdown .dropdown ul.dropdown-menu > li.active > a {
    background: #248EC7;
    color: white; }
  .software-tab-wrapper {
    display: none; }
  .outer-project-subnav .subpage-slider, .outer-project-subnav .category-slider {
    height: auto !important; }
    .outer-project-subnav .subpage-slider ul, .outer-project-subnav .category-slider ul {
      white-space: unset !important;
      text-align: center; }
      .outer-project-subnav .subpage-slider ul li, .outer-project-subnav .category-slider ul li {
        margin: 0 10px 20px 10px; } }

.software-main-wrapper {
  background: #edf2f7;
  padding: 20px 0 65px;
  margin-bottom: -50px; }

.software-main-wrapper .inner-software {
  background: white;
  border-radius: 4px;
  padding: 40px; }

.deployment-tools-footnote {
  margin-top: 60px;
  text-align: center; }

@media (max-width: 550px) {
  .software-main-wrapper .inner-software {
    padding: 40px 15px; } }

.using-projects-wrapper h3 {
  text-align: center; }

.using-projects-wrapper p {
  text-align: center; }

a.red-btn-lrg {
  border-radius: 4px;
  background: #DA422F;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  padding: 12px 30px;
  display: block;
  text-align: center;
  max-width: 320px;
  margin: 20px auto; }

a.red-btn-lrg:hover {
  background: #A51B1B;
  text-decoration: none; }

.project-intro-boxes {
  background: #edf2f7;
  text-align: center;
  margin: 20px 0;
  border-radius: 4px;
  padding: 20px 20px 30px; }

.project-intro-boxes .step {
  background: white;
  border: 3px solid #6CBB45;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  vertical-align: middle;
  font-size: 18px;
  color: #2A4E68;
  margin: 0 auto 10px;
  padding: 10px; }

.project-intro-boxes .step span {
  font-size: 0.8em; }

.project-intro-boxes p {
  font-size: 16px;
  margin-bottom: 30px; }

.project-intro-boxes a.use-os-select {
  background: white;
  border: 1px solid #D3DEE9;
  border-top: 4px solid #248EC7;
  box-shadow: 1px 1px 3px 0px rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  padding: 40px 5px;
  width: 100%;
  color: #248EC7;
  font-weight: 600;
  font-size: 1.2em;
  min-height: 115px; }

.project-intro-boxes a.use-os-select:hover {
  text-decoration: none;
  border-top-color: #2A4E68;
  color: #2A4E68; }

.project-intro-boxes a.use-os-select#choose-both {
  padding: 28px 5px; }

@media (max-width: 767px) {
  .project-intro-boxes a.use-os-select {
    font-size: 1em;
    min-height: 105px; } }

@media (max-width: 690px) {
  .project-intro-boxes a.use-os-select {
    min-height: 125px; } }

.project-intro-boxes a.core-project-single {
  background: white;
  border: 1px solid #D3DEE9;
  box-shadow: 1px 1px 3px 0px rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  margin-bottom: 20px;
  display: block;
  position: relative; }

.project-intro-boxes a.core-project-single .view-project-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  text-align: center; }

.project-intro-boxes a.core-project-single .view-project-overlay i {
  margin: 50px auto 0;
  color: white;
  width: 90%;
  font-size: 2em; }

.project-intro-boxes a.core-project-single .view-project-overlay i:after {
  content: 'View Project Details';
  display: block;
  margin-top: 10px;
  font-size: 0.45em; }

.project-intro-boxes a.core-project-single .top {
  background: #248EC7;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: right; }

.project-intro-boxes a.core-project-single .top i {
  color: white;
  font-size: 2em; }

.project-intro-boxes a.core-project-single .bottom {
  padding: 10px;
  text-align: left;
  min-height: 90px; }

.project-intro-boxes a.core-project-single .bottom h5 {
  text-transform: uppercase;
  color: #248EC7;
  font-weight: 700;
  font-size: 22px; }

.project-intro-boxes a.core-project-single .bottom p {
  font-size: 14px;
  text-align: left; }

.project-intro-boxes a.core-project-single:hover {
  text-decoration: none; }

.project-intro-boxes a.core-project-single:hover .view-project-overlay {
  display: block; }

.project-intro-boxes a.core-project-single:hover .top {
  background: #2A4E68; }

.project-intro-boxes a.core-project-single:hover .bottom h5 {
  color: #2A4E68; }

.project-intro-boxes a.core-project-single:hover .bottom p {
  color: #2A4E68; }

#show-compute.grey a.core-project-single .top, #show-storage.grey a.core-project-single .top {
  background: #ccc; }

#show-compute.grey a.core-project-single .bottom h5, #show-compute.grey a.core-project-single .bottom p, #show-storage.grey a.core-project-single .bottom h5, #show-storage.grey a.core-project-single .bottom p {
  color: #ccc; }

#compute-description, #storage-description, #both-description {
  display: none;
  font-size: 1em; }

.inbetween-project-steps {
  text-align: center; }

.inbetween-project-steps i {
  color: #698296;
  font-size: 2.5em; }

.optional-services-wrapper {
  position: relative;
  z-index: 1; }

.optional-services-wrapper .optional-services-bottom {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #edf2f7 100%);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #edf2f7 100%);
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 150; }

a.optional-services-single {
  box-shadow: 1px 1px 3px 0px rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  height: 70px;
  float: left;
  width: 100%;
  background: white;
  margin-bottom: 20px;
  position: relative;
  display: block; }

a.optional-services-single .view-project-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  text-align: center;
  z-index: 200; }

a.optional-services-single .view-project-overlay i {
  margin: 20px auto 0;
  color: white;
  width: 90%;
  font-size: 1.5em; }

a.optional-services-single .view-project-overlay i:after {
  content: 'View Project Details';
  display: inline-block;
  margin-left: 10px;
  font-size: 0.6em; }

a.optional-services-single .left {
  background: #248EC7;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  z-index: 100; }

a.optional-services-single .left i {
  color: white;
  font-size: 1em;
  margin-top: 27px; }

a.optional-services-single .right {
  display: inline-block;
  float: left;
  padding: 10px;
  text-align: left;
  margin-left: 12%;
  width: 90%; }

a.optional-services-single .right h5 {
  color: #248EC7;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin: 0; }

a.optional-services-single .right p {
  font-size: 14px;
  margin: 0;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  /*@include ellipsis();*/ }

a.optional-services-single:hover {
  text-decoration: none; }

a.optional-services-single:hover .view-project-overlay {
  display: block; }

a.optional-services-single:hover .left {
  background: #2A4E68; }

a.optional-services-single:hover .right h5 {
  color: #2A4E68; }

a.optional-services-single:hover .right p {
  color: #2A4E68; }

@media (max-width: 530px) {
  .optional-services-single .right h5 {
    font-size: 16px; }
  .optional-services-single .right p {
    font-size: 12px; } }

.more-optional-projects {
  margin: 30px 0 -20px; }

.more-optional-projects p {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600; }

.software-main-wrapper .inner-software .featured-config {
  background-color: #2A4E68;
  background-size: cover;
  margin: 30px 0;
  padding: 25px; }

.software-main-wrapper .inner-software .featured-config h3 {
  color: white;
  margin: 0 0 25px; }

.software-main-wrapper .inner-software .featured-config p {
  font-size: 0.9em;
  color: #FFFFFF;
  line-height: 1.3em;
  margin-bottom: 60px; }

.software-main-wrapper .inner-software .featured-config a.featured-config-btn {
  display: block;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9em;
  font-weight: 600;
  background: #248EC7;
  border-radius: 4px;
  padding: 10px; }

.software-main-wrapper .inner-software .featured-config a.featured-config-btn:hover {
  text-decoration: none;
  background: #29abe2; }

a.more-configs-link {
  color: #248EC7;
  margin-top: 40px;
  text-decoration: underline; }

a.more-configs-link:hover {
  color: #29abe2; }

.outer-project-subnav {
  margin-bottom: 20px;
  width: 100%; }

.sample-configs-slider, .category-slider, .subpage-slider {
  width: 93%;
  position: relative;
  float: left;
  display: inline-block;
  height: 40px;
  overflow-x: hidden; }

.sample-config-slider-control {
  background: #edf2f7;
  display: inline-block;
  width: 2%;
  float: left;
  position: relative; }

.sample-config-slider-control.left {
  margin-right: 1%; }

.sample-config-slider-control.right {
  margin-left: 1%; }

.sample-config-slider-control i {
  font-size: 1.5em;
  color: #87A0B9; }

.sample-config-slider-control i:hover {
  color: #2A4E68;
  cursor: pointer; }

ul.sample-configs-subnav, ul.category-subnav, ul.subpage-subnav {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 100%; }

ul.sample-configs-subnav li, ul.category-subnav li, ul.subpage-subnav li {
  list-style: none;
  display: inline-block;
  margin-right: 50px;
  position: relative; }

ul.sample-configs-subnav li a, ul.category-subnav li a, ul.subpage-subnav li a {
  color: #2B4D68;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent; }

ul.sample-configs-subnav li.active a, ul.category-subnav li.active a, ul.subpage-subnav li.active a {
  color: #2A4E68;
  font-weight: 700;
  border-bottom: 4px solid #2A4E68;
  text-decoration: none; }

ul.sample-configs-subnav li a:hover, ul.sample-configs-subnav li.active a:hover {
  text-decoration: none; }

ul.category-subnav li a:hover, ul.category-subnav li.active a:hover {
  text-decoration: none; }

ul.subpage-subnav li a:hover, ul.subpage-subnav li.active a:hover {
  text-decoration: none; }

.all-projects-wrapper {
  text-align: left; }

.all-projects-wrapper h3 {
  text-align: left; }

.sample-configs-wrapper h3 {
  text-align: left; }

.sample-configs-wrapper .sample-config-choices {
  margin-top: 20px; }

.sample-configs-wrapper .sample-config-choices ul {
  margin: 0 0 40px;
  padding: 0; }

.sample-configs-wrapper .sample-config-choices ul li {
  list-style: none;
  display: inline-block; }

.sample-configs-wrapper .sample-config-choices ul li a {
  text-decoration: underline;
  padding: 0 10px;
  border-right: 1px solid #D4DCE5;
  text-transform: uppercase;
  font-size: 0.85em; }

.sample-configs-wrapper .sample-config-choices ul li a.active {
  text-decoration: none;
  color: #2A4E68; }

.sample-configs-wrapper .sample-config-choices ul li:first-child a {
  padding-left: 0; }

.sample-configs-wrapper .sample-config-choices ul li:last-child a {
  border-right: 0; }

.all-projects-wrapper hr, .sample-configs-wrapper hr {
  margin-top: 40px; }

a.more-about-config {
  font-size: 0.9em;
  text-decoration: underline; }

.sample-configs-tip {
  background: #248EC7;
  color: white;
  text-align: center;
  margin: -40px -40px 0 -40px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease; }

.sample-configs-tip h5 {
  text-transform: uppercase;
  color: white;
  margin: 40px 40px 20px;
  font-size: 1em; }

.sample-configs-tip h5 i {
  margin-right: 5px; }

.sample-configs-tip p {
  color: white;
  margin: 0 40px 40px; }

.sample-configs-tip .close-tip {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #2A4E68;
  font-size: 1.5em; }

.sample-configs-tip .close-tip:hover {
  cursor: pointer;
  color: white; }

.sample-configs-tip.closed-config-tip {
  max-height: 0px;
  margin-bottom: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }

@media (max-width: 767px) {
  .sample-configs-tip {
    height: 190px;
    margin: -40px -15px 0 -15px; } }

@media (max-width: 575px) {
  .sample-configs-tip {
    height: 215px; }
  .sample-configs-tip .close-tip {
    right: 40px; } }

@media (max-width: 450px) {
  .sample-configs-tip {
    height: 250px; } }

.open-sample-config-tip {
  position: absolute;
  color: #30739C;
  top: 10px;
  right: 0;
  font-size: 1.5em;
  display: none; }

.open-sample-config-tip.show {
  display: block; }

.open-sample-config-tip:hover {
  color: #248EC7;
  cursor: pointer; }

@media (max-width: 767px) {
  .open-sample-config-tip {
    top: -5px;
    right: 10px; } }

.more-sample-config {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out; }

.more-sample-config.show {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out; }

p.category-section-title {
  text-align: center;
  color: #2A4E68;
  margin-top: 80px;
  font-size: 1.8em;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 20px; }

p.service-section-title {
  text-align: left;
  color: #2A4E68;
  margin-top: 30px;
  font-size: 1.4em;
  margin-bottom: 30px; }

.core-services-single-full {
  cursor: pointer;
  /* Mask: */
  background: #FFFFFF;
  border: 1px solid #D3DEE9;
  box-shadow: 1px 1px 3px 0px rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  padding: 15px;
  padding-top: 0px;
  margin-bottom: 20px; }

.core-services-single-full .core-top {
  width: 100%;
  position: relative; }

.core-services-single-full .core-top .core-title {
  background-repeat: no-repeat;
  background-position: center 15px;
  text-align: center;
  padding-top: 120px;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: black;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1; }

.core-services-single-full .core-top .core-service {
  text-align: center;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #207ABA;
  min-height: 3em; }

.project-table-code-name {
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle; }

.project-table-code-name span {
  margin-top: -3px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 110%;
  margin-right: 10px; }

.project-table-description {
  color: grey;
  cursor: pointer; }

div.project-table-row {
  border-top: 1px solid #EAEAEA;
  min-height: 40px;
  padding-top: 10px; }

.component-capability-filter {
  margin-top: 10px; }

.component-capability-filter optgroup[label="starts-from"] {
  color: red; }

.component-capability-filter optgroup[label="technology"] {
  color: green; }

.component-capability-filter optgroup[label="components"] {
  color: lightseagreen; }

.component-capability-filter optgroup[label="upgrade"] {
  color: black; }

.component-capability-filter optgroup[label="features"] {
  color: darkviolet; }

.capability-tags-box {
  margin: 5px 0; }

.component-capability {
  margin: 5px 5px 5px 0;
  display: inline-block; }

a.capability-tag {
  color: grey;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid grey; }

a.capability-tag:last-child {
  border: none !important; }

@media (max-width: 767px) {
  div.project-table-row {
    min-height: 60px; } }

.toggle-wrapper {
  text-align: center;
  background-color: white;
  visibility: hidden; }

.toggle {
  display: inline-block;
  width: 34px;
  height: 25px;
  background: url(/https/www.openstack.org/software/images/icons/toggle-left.png) no-repeat center bottom;
  background-size: 100%;
  cursor: pointer;
  margin-top: -50px; }

.tiles {
  background: url(/https/www.openstack.org/software/images/icons/toggle-right.png) no-repeat center bottom;
  background-size: 100%; }

.toggle-wrapper span {
  text-transform: uppercase;
  color: grey;
  display: inline-box;
  cursor: pointer;
  padding: 5px;
  padding-top: 0px; }

.core-services-single-full .core-top .core-service-icon {
  font-size: 2em;
  color: #248EC7;
  position: absolute;
  top: -5px;
  right: 0; }

.core-services-single-full .core-mid {
  min-height: 90px; }

.core-services-single-full .core-mid p {
  font-size: 0.8em;
  color: #555; }

.core-services-single-full .core-stats-wrapper {
  padding: 20px 20px 30px;
  display: table;
  text-align: center;
  width: auto;
  margin: 0 auto;
  min-height: 131px; }

.core-services-single-full .core-stats-wrapper .core-stat-graphic {
  border-radius: 100%;
  border: 3px solid #6CBB45;
  height: 63px;
  width: 63px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #555; }

.core-services-single-full .core-stats-wrapper .core-stat-graphic i {
  font-size: 2em; }

.core-services-single-full .core-stats-wrapper .core-stat-graphic span {
  font-size: 0.6em; }

.core-services-single-full .core-stats-wrapper .core-stat-title {
  font-size: 0.9em;
  text-align: center; }

.core-services-single-full .core-bottom {
  text-align: center;
  width: 100%;
  padding-top: 20px; }

.core-services-single-full .core-bottom a.core-service-btn {
  background: #248EC7;
  border-radius: 4px;
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 8px;
  margin-bottom: 10px; }

.core-services-single-full .core-bottom a.core-service-btn:hover {
  text-decoration: none;
  background: #29abe2; }

.core-stat-graphic.off {
  border-color: #CCC !important;
  color: #CCC !important; }

.core-stat-title.off {
  color: #CCC !important; }

@media (max-width: 1200px) and (min-width: 991px) {
  .core-services-single-full .core-stats-wrapper {
    padding: 20px 0px 30px; } }

.core-services-single-full.core-off {
  background: #F9F9F9;
  border: 1px solid #D3DEE9;
  border-top: 11px solid #cccccc; }

.core-services-single-full.core-off .core-title, .core-services-single-full.core-off .core-service, .core-services-single-full.core-off .core-service-icon, .core-services-single-full.core-off .core-mid p {
  color: #ccc; }

.core-services-single-full.core-off .core-stats-wrapper .core-stat-graphic {
  border-color: #ccc;
  color: #ccc; }

.core-services-single-full.core-off .core-stats-wrapper .core-stat-title {
  color: #ccc; }

.core-services-single-full.core-off .core-bottom a.core-service-btn {
  background: #ccc; }

.core-services-single-full.core-off .core-bottom a.core-service-btn:hover {
  background: #ccc; }

.optional-services-table table thead tr th, .project-tags-table table thead tr th {
  text-transform: uppercase;
  color: #2A4E68;
  font-size: 0.8em;
  font-weight: 400;
  border-bottom: 1px solid #D4DCE5; }

.optional-services-table table thead tr th a i, .project-tags-table table thead tr th a i {
  color: #D4DCE5;
  margin-left: 5px;
  font-size: 1.2em; }

.optional-services-table table thead tr th a i:hover, .project-tags-table table thead tr th a i:hover {
  color: #248EC7; }

.optional-services-table table tbody tr td, .project-tags-table table tbody tr td {
  color: #2A4E68;
  font-size: 1em;
  padding-top: 13px;
  padding-bottom: 13px; }

.optional-services-table table tbody tr td:first-child, .project-tags-table table tbody tr td:first-child {
  font-weight: 600; }

.optional-services-table table tbody tr td .service-stat-pill, .project-tags-table table tbody tr td .service-stat-pill {
  border-radius: 30px;
  padding: 1px;
  color: white;
  text-align: center;
  width: 90px;
  font-size: 0.9em; }

.optional-services-table table tbody tr td .service-stat-pill.green, .project-tags-table table tbody tr td .service-stat-pill.green {
  background: #6CBB45; }

.optional-services-table table tbody tr td .service-stat-pill.orange, .project-tags-table table tbody tr td .service-stat-pill.orange {
  background: #F08521; }

.optional-services-table table tbody tr td .service-stat-pill.red, .project-tags-table table tbody tr td .service-stat-pill.red {
  background: #E92D3A; }

.optional-services-table table tbody .sample-optional-hidden, .project-tags-table table tbody .sample-optional-hidden {
  display: none; }

.project-tags-table tr td i.tag-tooltip {
  margin-left: 5px;
  color: #ccc; }

.project-tags-table tr td:first-child {
  max-width: 400px; }

.project-tags-table tr td:first-child .popover-content {
  font-weight: 400; }

.project-tags-table tr td:first-child a {
  text-decoration: underline; }

.project-tags-table tr td:nth-child(n+2), .project-tags-table tr td:last-child {
  max-width: 200px; }

.project-tags-table tr td ul {
  margin: 0;
  padding: 0; }

.project-tags-table tr td ul li {
  list-style: none;
  margin-bottom: 10px;
  color: #ccc; }

.project-tags-table tr td ul li i {
  margin-right: 15px; }

.project-tags-table tr td ul li a {
  color: #ccc; }

.project-tags-table tr td ul li a i {
  margin-right: 15px; }

.project-tags-table tr td ul li.on {
  color: #2A4E68; }

.project-tags-table tr td ul li.on i {
  color: #248EC7; }

.project-tags-table tr td ul li.on a {
  color: #2A4E68; }

.project-tags-table tr td ul li.on a i {
  color: #248EC7; }

.project-tags-table tr td ul li:last-child {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .project-tags-table tr td:first-child {
    max-width: none; }
  .project-tags-table tr td:nth-child(n+2), .project-tags-table tr td:last-child {
    min-width: none; } }

.project-tags-table table.maturity-table {
  margin-bottom: 50px; }

.project-tags-table tr td ul li.on i.tag-caveat-note {
  margin-left: 10px;
  color: #30739C; }

.outer-all-projects-subnav {
  margin-top: -56px;
  position: relative; }

.outer-all-projects-subnav form.all-projects-search-form .all-projects-search-wrapper {
  position: relative;
  margin-left: -10px;
  padding-right: 0; }

.outer-all-projects-subnav form.all-projects-search-form .all-projects-search-wrapper input#all-projects-search {
  background: white;
  border: 1px solid #D3DEE9;
  border-radius: 8px;
  height: 38px;
  width: 100%;
  padding: 0 10px;
  font-size: 1em; }

.outer-all-projects-subnav form.all-projects-search-form .all-projects-search-wrapper input#all-projects-search::-webkit-input-placeholder {
  color: #607A8E; }

.outer-all-projects-subnav form.all-projects-search-form .all-projects-search-wrapper input#all-projects-search::-moz-placeholder {
  color: #607A8E; }

.outer-all-projects-subnav form.all-projects-search-form .all-projects-search-wrapper input#all-projects-search::-ms-input-placeholder {
  color: #607A8E; }

.outer-all-projects-subnav form.all-projects-search-form .all-projects-search-wrapper i {
  position: absolute;
  top: 11px;
  right: 15px;
  color: #607A8E;
  font-size: 1.2em; }

.outer-all-projects-subnav form.all-projects-search-form .all-projects-select {
  position: relative;
  padding-right: 0; }

.outer-all-projects-subnav form.all-projects-search-form .all-projects-select select.form-control {
  color: #607A8E;
  height: 38px;
  border: 1px solid #D3DEE9;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  border-radius: 8px;
  font-size: 1em; }

.outer-all-projects-subnav form.all-projects-search-form .all-projects-select i {
  position: absolute;
  top: 11px;
  right: 15px;
  color: #607A8E;
  font-size: 1.2em; }

.all-projects-filter-link {
  padding-right: 10px; }

.all-projects-filter-link i {
  font-size: 1.2em;
  color: #607A8E;
  background: white;
  border: 1px solid #D3DEE9;
  padding: 10px 15px;
  border-radius: 8px; }

.all-projects-filter-link i:hover {
  cursor: pointer;
  color: #2A4E68; }

.all-projects-filter-link i.active {
  background: #6CBB45;
  color: white;
  border: 1px solid #6CBB45; }

#all-projects-filter-wrapper {
  display: block;
  width: 100%;
  padding: 0;
  background: #edf2f7;
  color: #607A8E;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 0.25s;
  transition: max-height 0.25s; }

#all-projects-filter-wrapper .single-filter-wrapper {
  margin-top: 10px;
  margin-right: 60px; }

#all-projects-filter-wrapper .single-filter-wrapper.first {
  margin-left: 10px; }

#all-projects-filter-wrapper hr {
  border-color: #D4DCE5;
  margin-bottom: 5px; }

#all-projects-filter-wrapper.opened {
  max-height: 1000px;
  /*overflow: visible;*/
  -webkit-transition: max-height 0.05s;
  transition: max-height 0.05s; }

#all-projects-filter-wrapper .row {
  margin-top: 10px;
  margin-bottom: 20px; }

#all-projects-filter-wrapper .filter-stats-label {
  font-size: 0.85em;
  margin: 0 0 10px -5px;
  text-align: left;
  line-height: 1.2; }

#all-projects-filter-wrapper .filter-stats-label strong {
  display: block; }

#all-projects-filter-wrapper .filter-stats-label span {
  font-weight: 700;
  font-size: 1.2em;
  color: #29abe2; }

#all-projects-filter-wrapper .slider-handle {
  background-color: #29abe2;
  background-image: -webkit-linear-gradient(top, #29abe2 0%, #1D89C5 100%);
  background-image: linear-gradient(to bottom, #29abe2 0%, #1D89C5 100%); }

#all-projects-filter-wrapper .slider-tick-label {
  font-size: 0.85em;
  font-weight: 700; }

#all-projects-filter-wrapper .slider-tick.in-selection, #all-projects-filter-wrapper .slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #29abe2 0%, #1D89C5 100%);
  background-image: linear-gradient(to bottom, #29abe2 0%, #1D89C5 100%); }

#all-projects-filter-wrapper .slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 1;
  border: 0 solid transparent; }

#all-projects-filter-wrapper .slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

@media (max-width: 990px) {
  #all-projects-filter-wrapper .single-filter-wrapper {
    margin-right: 30px; } }

@media (max-width: 768px) {
  #all-projects-filter-wrapper .single-filter-wrapper {
    margin-right: 0;
    margin-left: 10px; } }

.outer-project-back {
  margin-top: 10px;
  margin-bottom: 10px; }

.outer-project-back a {
  color: #2A4E68;
  font-size: 0.9em; }

.outer-project-back a i {
  margin-right: 5px;
  font-size: 0.9em; }

.project-details-intro h2 {
  color: #248EC7;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0 5px; }

.project-details-intro h2 i {
  margin-left: 10px;
  font-size: 1.2em; }

.project-details-intro h4 {
  font-size: 1.2em; }

.project-details-intro .project-intro-links {
  margin: 30px 0; }

.project-details-intro .project-intro-links a {
  text-decoration: underline;
  color: #248EC7; }

.core-services-single-full.small .core-stats-wrapper {
  padding: 10px 20px 20px; }

.core-services-single-full.small .core-bottom {
  padding-top: 10px; }

a.projects-stats-tip {
  color: #939EA7; }

a.projects-stats-tip i {
  margin-right: 5px; }

.about-project-details {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px; }

.about-project-details h4 {
  color: #2A4E68; }

.about-project-details p {
  color: #2A4E68; }

.project-details-chart-section {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px; }

.project-details-chart-section h4 {
  color: #2A4E68; }

.project-details-chart-section img.contributor-chart {
  margin: 10px 0;
  max-width: 100%; }

.project-details-ptl {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px; }

.project-details-ptl h4 {
  color: #2A4E68; }

.project-details-ptl .ptl-left {
  float: left;
  margin: 0 30px 15px 0; }

.project-details-ptl .ptl-left img.ptl-bio-pic {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 30px; }

.project-details-ptl .ptl-left .ptl-details {
  display: inline-block;
  margin-left: 10px; }

.project-details-ptl .ptl-left .ptl-details h4 {
  margin-top: 10px; }

.project-details-ptl-bio {
  margin: 0 30px; }

.project-details-ptl-bio p {
  font-size: 0.9em;
  color: #2A4E68; }

.project-details-other {
  padding-top: 30px;
  padding-bottom: 30px; }

.project-details-other h6 a {
  color: #248EC7;
  text-decoration: underline;
  margin-top: -20px; }

.project-details-other ul {
  margin: 0 0 30px;
  padding: 0; }

.project-details-other ul li {
  list-style: none;
  line-height: 1.7em; }

.project-details-other ul li a {
  text-decoration: underline; }

.project-details-other .right {
  border-left: 1px solid #eee; }

@media (max-width: 767px) {
  .project-details-other .right {
    border-left: 0; } }

.project-details-footnotes {
  /*margin-top: 40px;*/
  padding-top: 30px;
  /*padding-bottom: 30px; */ }

.projects-overview {
  margin-top: 20px; }

.projects-overview h3 {
  text-align: center; }

.projects-overview p {
  text-align: left; }

.projects-overview .promo-btn {
  margin-top: 10px; }

@media (max-width: 684px) {
  .projects-overview .promo-btn {
    width: 100%; } }

img.openstack-diagram {
  max-width: 100%;
  margin-top: 30px; }

.component-description {
  max-height: 50px; }

/*slider customization*/
.slider.slider-horizontal {
  height: 20px !important;
  width: 100% !important; }

.tooltip {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  padding: 1px 8px;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 1;
  white-space: nowrap; }

img.security-badge {
  width: 165px;
  max-width: 100%;
  height: auto;
  margin: 5px auto; }

.lf-security-promo {
  background: #E6B900;
  padding: 20px;
  color: white;
  border-radius: 4px;
  margin-top: 30px; }

.lf-security-promo h2 {
  color: white;
  margin: 10px 0 15px;
  font-size: 25px;
  font-weight: 400; }

@media (max-width: 767px) {
  .lf-security-promo {
    text-align: center; }
  .lf-security-promo h2 {
    text-align: center;
    margin-top: 20px; } }

a.security-promo-btn {
  background: #2C84DC;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 10px; }

a.security-promo-btn:hover, a.security-promo-btn:focus {
  background: #1753AA;
  text-decoration: none; }

.project-category h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
  margin-top: 70px;
  text-transform: uppercase; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.project-tile {
  border: 1px solid #A6A6A6;
  margin-bottom: 15px; }

.project-tile h3 {
  padding-top: 160px;
  color: black;
  font-weight: 800;
  margin-bottom: 0px; }

.project-tile strong {
  font-weight: normal;
  color: black; }

.project-stat-bar {
  border-top: 1px solid #D9D9D9;
  background-color: #F5F5F5;
  color: #4C4C4C; }

.project-stat-bar .small-type {
  font-size: 0.6em; }

.project-stat {
  font-size: 1.4em;
  border-right: 1px solid #D9D9D9;
  width: 30%;
  display: inline-block;
  padding-bottom: 7px;
  padding-top: 7px; }

.project-stat:last-child {
  border-right: none; }

.project-stat-label {
  font-size: 0.6em;
  color: #8C8C8C; }

.project-stat-label {
  text-transform: uppercase; }

.project-category-tile {
  padding-top: 20px;
  text-align: center;
  background: white;
  border: 1px solid #D3DEE9;
  box-shadow: 1px 1px 3px 0px rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  margin-bottom: 20px;
  display: block;
  position: relative; }

.number-of-projects {
  border-top: 1px solid #D3DEE9;
  background-color: #EDFDFF;
  margin: 0px;
  margin-top: 10px;
  padding: 10px; }

.project-category-list-background {
  padding: 20px 0px; }

.project-short-description {
  min-height: 3em;
  color: #1B92D4;
  font-size: 1.2em;
  margin-top: 3px; }

.optional-services-table td {
  text-align: left; }

.optional-services-table {
  margin-top: 40px; }

h3.header-center {
  text-align: center;
  padding-bottom: 30px; }

.workloads-section ul {
  margin: 0px;
  padding: 0px; }

.workloads-section li {
  border: 1px solid #D3DEE9;
  box-shadow: 1px 1px 3px 0px rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  font-weight: bold;
  list-style: none;
  margin: 10px;
  padding: 0.5em;
  display: block;
  float: left;
  width: 250px;
  text-align: left; }

.workloads-section li a {
  display: block; }

.category-icon {
  text-align: center; }

.workloads-icon {
  width: 70px;
  float: left;
  background-color: #EDFDFF;
  margin-right: 10px; }

.starter-pack ul {
  margin: 0px;
  padding: 0px; }

.starter-pack li {
  text-align: center;
  border: 1px solid #D3DEE9;
  box-shadow: 1px 1px 3px 0px rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  font-weight: bold;
  list-style: none;
  margin: 10px;
  padding: 0.5em;
  display: block;
  float: left;
  width: 23%;
  height: 215px;
  min-width: 130px; }

.starter-pack li a:hover {
  text-decoration: none; }

.workloads-section {
  padding-top: 30px; }

.starter-pack li h4 {
  padding-top: 120px;
  background: no-repeat center center;
  color: black;
  font-weight: bold;
  text-transform: uppercase; }

.starter-pack li.neutron h4 {
  background-image: url(/https/www.openstack.org/software/images/mascots/neutron.png); }

.starter-pack li.cinder h4 {
  background-image: url(/https/www.openstack.org/software/images/mascots/cinder.png); }

.starter-pack li.glance h4 {
  background-image: url(/https/www.openstack.org/software/images/mascots/glance.png); }

.starter-pack li.nova h4 {
  background-image: url(/https/www.openstack.org/software/images/mascots/nova.png); }

.starter-pack li.keystone h4 {
  background-image: url(/https/www.openstack.org/software/images/mascots/keystone.png); }

.starter-pack li.swift h4 {
  background-image: url(/https/www.openstack.org/software/images/mascots/swift.png); }

th.maturity, td.maturity {
  color: #1F78BC !important;
  width: 45px; }

.component-link {
  margin-right: 10px; }

/* - NEW Software Page - 2018-01 - */
img.header-bullet {
  float: left;
  width: 31px;
  height: 33px; }

h3.has-bullet {
  position: relative;
  top: -7px;
  left: 16px; }

h3.is-upprcs {
  text-transform: uppercase;
  font-weight: 900; }

.fa-chevron-right {
  position: relative;
  top: 1px;
  left: 4px; }

.is-centered {
  text-align: center; }

h5.software-card-title {
  color: #fff;
  background-color: #30739C;
  padding: 20px 10px;
  height: 50px;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 1px; }

.software-card-body {
  color: #333333;
  background-color: #EDF2F8; }

p.software-card-text,
a.software-card-link {
  font-size: small;
  margin-bottom: 0; }

p.software-card-text {
  padding: 16px 10px;
  min-height: 95px; }

a.software-card-link {
  display: inline-block;
  padding: 0px 10px 16px;
  font-weight: 600; }

img.card-header-icon {
  float: left;
  height: 25px;
  width: 25px;
  position: relative;
  top: -6px;
  margin-right: 10px; }

p.minheight100 {
  min-height: 100px; }

a.software-link-button {
  color: #fff;
  background-color: #2B4D68;
  padding: 5px 25px;
  border-color: #2B4D68; }

.software-main-wrapper .inner-software a.software-link-button {
  color: #fff;
  background-color: #2B4D68;
  padding: 12px 25px;
  border-color: #2B4D68; }
  .software-main-wrapper .inner-software a.software-link-button .fa-stack.fa-lg {
    display: none; }

@media (max-width: 790px) {
  p.minheight100 {
    min-height: 0px; }
  a.software-link-button {
    margin-bottom: 40px; } }

.fa-chevron-right.fa-inverse {
  color: #2B4D68;
  position: relative;
  top: 0px;
  left: 1px; }

.team-button {
  margin: 20px 5px 0px 5px;
  height: 90px;
  min-width: 125px;
  color: #333 !important;
  text-decoration: none !important; }

.team-button img {
  margin-bottom: 10px; }

.project-details-wrapper h4 {
  color: #2A4E68; }

.project-details-wrapper .box {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding: 25px 0px; }

@media screen and (max-width: 769px) {
  #software .software-main-wrapper img.header-bullet {
    position: relative;
    bottom: 10px; } }
