@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
.omg {
  background: url('/img/omg.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 400px;
}
.closeup1 {
  background: url('/img/closeup1.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 300px;
}
.nav .badge {
  background-color: #0073c0;
}
.nav-pills > .active > a,
.nav-tabs > .active > a:hover {
  outline: none;
}
.height1 {
  min-height: 40px;
}
.navbar {
  padding-bottom: 2px;
  padding-top: 6px;
  margin-bottom: 10px;
  font-size: 18px;
}
.navbar .logo {
  margin-right: 20px;
}
.navbar .container {
  padding-left: 0px;
  padding-right: 0px;
}
.nav-pills a:active,
.nav-pills a:hover,
.nav-pills a {
  color: #333333;
}
.nav-pills a {
  font-size: 18px;
}
.sections-tabs {
  margin-bottom: 20px;
}
.sections-tabs a.section-tab {
  padding: 8px;
  margin: 2px;
  background: #f8f8f8;
}
.icon-size-medium {
  min-width: 80px;
  min-height: 80px;
}
.icon-size-small {
  min-width: 40px;
  min-height: 40px;
}
.color-btn {
  min-height: 40px;
  min-width: 40px;
  position: relative;
  border: solid 1px #c7c7c7;
}
.color-btn-big {
  min-height: 40px;
  min-width: 40px;
  position: relative;
  border: solid 1px #c7c7c7;
  width: 88px;
  height: 88px;
}
.palette .color-btn {
  min-width: 40px;
  min-height: 40px;
  border: none;
  border-radius: 0px;
  float: left;
}
.mesh-panel {
  overflow: hidden;
}
.mesh-panel .mesh-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 4px;
  margin: 0px;
  float: left;
  position: relative;
}
.mesh-panel .mesh-btn img:hover {
  opacity: 1.0;
}
.mesh-panel .remove-btn {
  width: 80px;
  height: 80px;
  margin: 5px;
  background-color: #eeeeee;
}
.mesh-panel .remove-btn i {
  top: 25px;
  font-size: 19px;
  color: #818181;
}
.mesh-panel .mesh-btn.selected {
  background-color: #a6d2ff;
}
.dropdown-menu {
  padding: 6px;
}
.parts-menu {
  width: 345px;
}
.part-row {
  margin-top: 10px;
}
.part-row img {
  width: 64px;
}
.color-menu {
  width: 492px;
  padding: 12px;
}
.color-menu .palette {
  overflow: hidden;
  float: left;
  width: 240px;
}
.color-menu .sp-container {
  background-color: transparent;
  border: none;
  float: right;
}
.color-menu .sp-picker-container {
  width: 212px;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: -304px;
}
.viewer {
  width: 100%;
  height: 500px;
  cursor: move;
}
.designs-menu {
  width: 380px;
}
.designs-menu a {
  height: 57px;
}
.designs-menu .remove-btn {
  float: right;
  margin-top: 7px;
}
.designs-menu img {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
#actions-bar {
  margin-bottom: 10px;
}
.share-menu {
  width: 760px;
}
/* Modals */
.modal .close {
  width: 40px;
}
#save-modal .screenshot {
  margin-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#about-modal .modal-dialog {
  width: 720px;
}
#about-modal img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
#sculpteo-modal .modal-dialog {
  padding-top: 0px;
  width: 1038px;
}
#sculpteo-modal .modal-body {
  height: 820px;
}
#sculpteo-modal iframe {
  width: 1000px;
  height: 800px;
  overflow: hidden;
}
.size-card-container {
  margin: auto;
  text-align: center;
}
.size-card {
  padding: 10px;
  width: 160px;
  display: inline-block;
  vertical-align: bottom;
}
.template-card-container {
  overflow: auto;
  margin: auto;
  text-align: center;
}
.template-card {
  display: inline-block;
}
.template-card .btn {
  padding: 1px;
}
.template-card img {
  width: 140px;
  height: 140px;
}
footer {
  margin-top: 36px;
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
  border-top: solid 1px #eeeeee;
}
/*
.size-card .selected {
  background-color: @light-blue;
}
*/
