@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Light-05.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-02.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Medium-11.ttf');
    font-weight: 600;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Bold-01.ttf');
    font-weight: 700;
}
* {box-sizing: border-box}
body {
  font-family: 'Helvetica Neue', serif;
}

nav.navbar {
  margin-top: 15px;
  margin-bottom: 50px;
  border-radius: 0;
  background: #000;
}
nav.navbar .navbar-nav > li > a,
nav.navbar .navbar-brand {
  color: #FFF;
  text-shadow: none;
}

button, a, input[type="submit"] {
  transition: all 400ms;
}

.fresh {
  transition: all 400ms;
  animation: alternated 1s ease infinite;
  background: linear-gradient(to left, #75B261, #7EBF68,#659953);
  background-size: 400% 400%;
  color: #FFF;
}
.fresh button.toggleText {
  color: #FFF;
  box-shadow: none;
}
.clearnewline {
  border-color: rgba(232,41,54,1)!important;
  color: rgba(232,41,54,1)!important;
}
.clearnewline:hover {
  background-color: rgba(232,41,54,1)!important;
  color: #FFF!important;
}
.processing {
  color: #000!important;
  border-color: #AAA!important;
}
.processing i {
  font-size: 18px;
  line-height: 17px;
}
.fail input:not([type="checkbox"]),
.fail label,
.fail strong {
  border-color: #E82936!important;
}
.fail:after {
  content: '\f06a';
  font-family: 'FontAwesome';
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 8;
  color: #E82936;
}
.fail.option_group_type:after {
  top: -8px;
  right: 28px;
}
.dead {
  transition: all 400ms;
  animation: alternated 1s ease infinite;
  background: linear-gradient(to left, #F47E7B, #F25450,#F02E2C);
  background-size: 400% 400%;
  color: #FFF;
  pointer-events: none;
}
.dead td {
  opacity: .4;
}
.dead td .toggleText {
  color: #FFF;
}
@keyframes alternated {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
#editmodeldiv {
  margin-bottom: 100px;
  position: relative;
}
#create-modelpart h4,
#editmodeldiv h4 {
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
}
#create-modelpart h5,
#editmodeldiv h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#create-modelpart select,
#editmodeldiv select {
  padding: 5px 15px;
  text-align: left;
  background: #FFF;
  border: 2px solid #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#create-modelpart select:disabled,
#editmodeldiv select:disabled {
  border-color: #999;
  background: #eee;
  color: #999;
}
#create-modelpart select option,
#editmodeldiv select option {
  line-height: 36px;
  padding: 5px;
}
#create-modelpart .parts,
#editmodeldiv .parts {
  margin-bottom: 25px;
}
#create-modelpart .parts ul li,
#editmodeldiv .parts ul li {
  width: 160px;
}
#create-modelpart .parts ul li label,
#editmodeldiv .parts ul li label {
  font-weight: 300;
  text-transform: uppercase;
}
#create-modelpart .parts-active .nav-tabs li a,
#editmodeldiv .parts-active .nav-tabs li a {
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px;
  color: #999;
}
#create-modelpart .parts-active .nav-tabs li a:hover,
#editmodeldiv .parts-active .nav-tabs li a:hover {
  border-radius: 0;
  border-color: #f1f1f1;
  background: #f1f1f1;
}
#create-modelpart .parts-active .nav-tabs li.active a,
#editmodeldiv .parts-active .nav-tabs li.active a {
  border-radius: 0;
  min-width: 75px;
  border-top: 2px solid #000;
  text-align: center;
  color: #000;
}
#create-modelpart .parts-active .nav-tabs li.active a:hover,
#editmodeldiv .parts-active .nav-tabs li.active a:hover {
  background: transparent;
  border-bottom-color: #fff;
}
#create-modelpart .types .parts,
#editmodeldiv .types .parts {
  margin-bottom: 0;
}
#create-modelpart .types .parts label,
#editmodeldiv .types .parts label {
  font-weight: 300;
  text-transform: uppercase;
  padding-right: 15px;
}
#create-modelpart input[type="submit"],
#editmodeldiv input[type="submit"] {
  border: 2px solid #000;
  background: #000;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0;
  font-weight: 700;

  position: absolute;
  top: 310px;
  right: 0;
   transform: rotate(-90deg);
  transform-origin: 100% 0;
  z-index: 0;
}
#create-modelpart input[type="submit"]:hover,
#editmodeldiv input[type="submit"]:hover {
  background: #FFF;
  color: #000;
}

.sidebar-menu>li.active>a {
    color: #2196f3!important;
}

option.avatar {
  background-repeat: no-repeat !important;
  padding-left: 20px;
}
.avatar .ui-icon {
  background-position: left top;
}


input[type="checkbox"] {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  padding: 0;
  position: relative;
  margin: 0;
  margin-right: 5px;
  vertical-align: sub;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFF;
}
input[type="checkbox"]:focus {
  border-color: #ccc;
}
input[type="checkbox"]:checked {
  border-color: #000;
  background: #FFF;
}
input[type="checkbox"]:checked::after {
  content: '\f00c';
  position: relative;
  font-family: 'FontAwesome5';
  color: #000;
  position: absolute;
  /*top: 2px;*/
  /*left: 2px;*/
  transform: scale(.8);
}

table.align-middle >tbody>tr> td {
  vertical-align: middle;
}
.options-part:not(.in) {
  display: none;
}
.options input {
  width: 100%;
  margin-top: 10px;
}
.tab-content {
  margin-bottom: 40px;
  background: #FFF;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}
.tab-content .options,
.tab-content .types {
  padding: 15px;
}
.nav-tabs>li.off,
.tablinks.off {
  display: none;
}
.tab-pane .options > div:not(.new),
.tab-pane .options > .new > div {
  width:133px;
  height:100px;
  overflow:hidden;
  display:inline-block;
  background:#666;
}
.tab-pane .options .new {
  display:inline-block;
  margin-left: 50px;
  position: relative;
  opacity: 0;
  transition: all 400ms;
}
.tab-pane .options .new a {
  display: inline-block;
  border: 1px solid rgba(232,41,54,1);
  background-color: rgba(232,41,54,1);
  color: #FFF;
  padding: 3px;
  width: 24px;
  text-align: center;
  height: 24px;
  border-radius: 50%;
  transform: translate(-15px, -10px);
  line-height: 100px;
  vertical-align: top;
}
.tab-pane .options .new a:hover {
  background-color: #FFF;
  color: rgba(232,41,54,1);
}


.tab-pane .options .new:before {
  position: absolute;
  content: '\f101';
  font-family: 'FontAwesome';
  color: #000;
  z-index: 2;
  left: -30px;
  line-height: 100px;
}
.tab-pane .options > div img {
  max-height: 100px;
  animation-name: showcase-mini;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
.tab-content .patterns {
  padding: 20px 15px;
}

.types_zone {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.types_zone .tab {
  border: 2px solid #eaeaea;
  border-right: none;
  background-color: #f1f1f1;
  width: 15%;
  height: auto;
  min-height: 450px;
}
.types_zone .tab button {
  display: block;
  background-color: inherit;
  color: #000;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
}
.types_zone .tab button.off {
  display: none;
}
.types_zone .tab button:hover {
  background-color: #ddd;
}
.types_zone .tab button.active {
  background: #000;
  color: #FFF;
}
.types_zone .tabcontents > div:not(.active) {
  display: none;
}
.types_zone .tabcontents {
  width: 85%;
  min-height: 150px;
  border: 2px solid #eaeaea;
  padding: 15px;
  border-left-width: 1px;
}
.types_zone .tabcontent p {
  margin-bottom: 10px;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.types_zone .tabcontent table tr > td:last-child {
  text-align: right;
}
.types_zone .tabcontent table tr:not(.existing_texture) > td {
  vertical-align: top;
  position: relative;
}
.types_zone .tabcontent table tr:not(.existing_texture) > td:first-child:before {
  content: 'Novo';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9px;
  padding: 1px 2px;
  background-color: rgba(93,232,107,1);
  color: #333;
  z-index: 3;
}
.types_zone .tabcontent table tr:not(.existing_texture) > td:last-child button {
  margin-left: 4px;
}



.patterns table {
  background-color: #ffffff;
}
.patterns table thead {
  background-color: #000;
}
.patterns table thead tr th {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 0;
  line-height: 26px;
}
.patterns table tr td input[type="text"] {
  border: 0;
  border-bottom: 2px solid #999;
}
.patterns table tr td input[type="text"]:hover {
  background-color: #eee;
}
.patterns table tr td input[type="text"]:hover {
  border-color: #000;
}
.patterns table .option_name {
  text-transform: uppercase;
  font-size: 14px;
}
.patterns table .imgcell > div {
  height:30px;
  width:40px;
  overflow:hidden;
  position:relative;
  display:inline-block;
  float:left;
  margin-right:10px;
}
.patterns table .imgcell > div img {
  height: 30px;
  width: auto;
  margin-left:-240px;
}
.patterns table .thumbcell > div {
  height:30px;
  width:30px;
  display:inline-block;
}
.patterns table .thumbcell > img {
  height:30px;
  width:auto;
}
.patterns table .option_name input,
.patterns table .option_code input {
  outline: none;
  width: 100px;
  border: 1px solid #999;
  padding: .4em 0;
  height: 30px;
  color: #666;
}
.patterns table .option_obs textarea {
  border: 0;
  border-bottom: 2px solid #999;
  padding: 0;
  height: 30px;
  color: #666;
  resize: none;
}
.patterns table .option_name input:focus {
  border-color: #000;
}
.patterns table button {
  color: #000;
  padding: 4px 10px;
  border: 2px solid #000;
  text-transform: uppercase;
  font-size: 12px;
  background: #FFF;
  font-weight: 700;
  vertical-align: middle;
}
.patterns table button:hover {
  background: #000;
  color: #FFF;
}
.patterns button {
  background: #000;
  color: #FFF;
  padding: 10px 15px;
  border: 2px solid #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}
.patterns button:hover {
  color: #000;
  background: #FFF;
}

.editor {
  display: none;
}

input:read-only {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #ccc;
}

.input-group-options > span,
.input-group-options input[type=file] {
  display: none;
}
.thumbcell input[type="radio"],
.input-group input[type="radio"] {
  display: none;
}
.thumbcell label,
.input-group label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  margin: 1px;
  margin-bottom: 5px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
.thumbcell label.active,
.input-group label.active {
  background-color: #666;
  color: #fff;
}

.input-group.option_group_type {
  max-width: 140px;
}
.input-group.option_group_type input[type="text"] {
  min-width: 110px;
}
.input-group.option_group_type input[type="checkbox"] {
  margin: 7px;
  min-width: 16px;
  outline: none;
}
.input-group.option_group_type input[type="checkbox"]:before {
  content: 'hexa';
  position: absolute;
  top: -13px;
  left: -2.5px;
  font-size: 9px;
}
.option_group_type.hexa select, .option_group_type.hexa .ui-selectmenu-button { display: none; }
.option_group_type.hexa input[type="text"] { display: block; }
.option_group_type:not(.hexa) select, .option_group_type:not(.hexa) .ui-selectmenu-button { display: block; }
.option_group_type:not(.hexa) input[type="text"] { display: none; }

#editmodeldiv .option_group_type .ui-selectmenu-button {
  border: 0;
  margin: 0;
  border-bottom: 2px solid #999;
  padding: 5px;
  background-color: transparent;
  min-width: 110px;
}
#editmodeldiv .option_group_type .ui-selectmenu-button .ui-selectmenu-icon {
  background: none;
  font-family: 'themify';
  position: relative;
  transition: .3s;
  border: none;
  text-indent: 0;
}
#editmodeldiv .option_group_type .ui-selectmenu-button .ui-selectmenu-icon:before {
    content: "\e64b";
}



.option_group_type label {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
}
.option_group_type .input-group-options {
  border: 1px solid #666;
  padding: 6px;
}

.ui-menu-icons {
  max-height: 240px;
  border-radius: 0;
}
.ui-menu-icons::-webkit-scrollbar {
  width: 8px;
}
.ui-menu-icons::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ui-menu-icons::-webkit-scrollbar-thumb {
  background: #888;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding: 7px 10px 7px 40px;
}
.ui-menu-icons .ui-icon {
    width: 30px;
    height: 30px;
}
.thumbcell input[type="text"],
.input-group-options input,
.ui-selectmenu-button.ui-button {
  border-radius: 0;
  border: 1px solid #999;
  width: 125px;
  height: 30px;
  padding: .4em 1em;
  font-family: "HelveticaNeue", sans-serif;
  outline: none;
}
.thumbcell input[type="text"]:focus,
.input-group-options input:focus,
.ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
  border-color: #000;
}
.ui-selectmenu-open {
    display: block;
    z-index: 1050;
}
.vertical-alignment {
  display:table;
  height: 100%;
  width: 100%;
  pointer-events:none;
}
.vertical-alignment .modal-dialog {
  display: table-cell;
  vertical-align: middle;
  pointer-events:none;
}
.vertical-alignment .modal-content {
  width:inherit;
  max-width:inherit;
  height:inherit;
  margin: 0 auto;
  pointer-events: all;
}

#editionModal .modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
#deleteModal .modal-header,
#editionModal .modal-header {
  border-bottom: 0;
}
#deleteModal .modal-header h4,
#editionModal .modal-header h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  width: 100%;
  color: #000;
}
#deleteModal .modal-header button,
#editionModal .modal-header button,
#showImage .modal-header button {
  font-size: 40px;
  margin-top: 0;
  text-shadow: none;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
#editionModal .modal-content table thead th {
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 0;
}
#editionModal .modal-content .option_name {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#editionModal .modal-content .thumbcell input,
#editionModal .modal-content .option_code_input input,
#editionModal .modal-content .option_name_input input {
  outline: none;
  width: 200px;
  border: 1px solid #999;
  padding: .4em 1em;
  height: 30px;
}
#editionModal div.thumbnailimagepreview {
  height: 100px;
  width:  140px;
  overflow: hidden;
}
#editionModal img {
  max-height: 100px;
  animation-name: showcase-mini;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
#editionModal .form-row.hexa input[type="text"],
#editionModal .form-row:not(.hexa) .ui-selectmenu-button {
  display: block;
}
#editionModal .form-row.hexa .ui-selectmenu-button,
#editionModal .form-row:not(.hexa) input[type="text"] {
  display: none;
}
#editionModal input:not([type="file"]):not([type="checkbox"]),
#editionModal textarea {
  border-radius: 0;
  border: 1px solid #d8d8d8;
  box-shadow: none;
}
#editionModal label {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}
#editionModal input[type="text"] {
  font-size: 12px;
}
#editionModal textarea {
  min-height: 90px;
  font-size: 12px;
  resize: none;
}
#editionModal .form-check {
  text-align: center;
  padding-top: 34px;
}
#editionModal .form-check input,
#editionModal .form-check label {
  padding: 0;
  margin: 0;
  outline: none;
  font-weight: 400;
}
#editionModal .form-row .ui-selectmenu-button {
  width: 100%;
  background: #FFF;
  border: 1px solid #d8d8d8;
  height: 34px;
  line-height: 20px;
}
#editionModal .modal-content .option_obs_input textarea {
  border: 1px solid #999;
  width: 200px;
  height: 80px;
  outline: none;
  resize: none;
}
#editionModal .modal-content .option_code_input input:focus,
#editionModal .modal-content .option_name_input input:focus {
  border-color: #000;
}
#editionModal .modal-content .preview_name {
    display: inline-block;
    font-size: 11px;
    width: 90px;
    background: #000;
    color: #FFF;
    padding: 2px 5px;
}
#editionModal .modal-content .thumbcell {
  background-color: #f9f9f9;
}
#editionModal .modal-content .thumbcell td:first-child {
  width: 50%;
}
#editionModal .modal-content .thumbcell td:first-child div {
  height:90px;
  width:90px;
  display:inline-block;
  margin-bottom: -5px;
}
#editionModal .modal-content .thumbcell td:first-child img {
  height:90px;
  width:auto;
}
#editionModal .modal-content .imgcell div {
  height:120px;
  width:160px;
  overflow:hidden;
  position:relative;
  display:inline-block;
  float:left;
  margin-right:10px;
  background: #f9f9f9;
}
#editionModal .modal-content .imgcell img {
  height:120px;
  width: auto;
  margin-left:-960px;
}
#deleteModal .modal-footer,
#editionModal .modal-footer {
  border-top: 0;
}
#deleteModal .modal-footer button.btn,
#deleteModal .modal-footer button.btn.btn-primary:hover,
#editionModal .modal-footer button.btn,
#editionModal .modal-footer button.btn.btn-primary:hover,
#showImage .modal-footer button.btn,
#showImage .modal-footer button.btn.btn-primary:hover {
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  background: none;
  background-color: #FFF;
  text-shadow: none;
  color: #000;
  font-weight: 700;
  box-shadow: none;
  font-size: 14px;
}
#deleteModal .modal-footer button.btn:hover,
#deleteModal .modal-footer button.btn.btn-primary,
#editionModal .modal-footer button.btn:hover,
#editionModal .modal-footer button.btn.btn-primary,
#showImage .modal-footer button.btn:hover,
#showImage .modal-footer button.btn.btn-primary {
  background-color: #000;
  color: #FFF;
}

#showImage .modal-dialog {
  max-width: 800px;
}
#showImage .modal-body {
  overflow: hidden;
  padding: 0;
}
#showImage .modal-header,
#showImage .modal-footer {
  border: 0;
}
#showImage .modal-dialog img {
  height: 600px;
  animation-name: showcase;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transition: none;
  animation-timing-function: step-end;
}

.existing_texture .statusCircle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: red;
}
.existing_texture .statusCircle.active {
  background-color: green;
}

@keyframes showcase {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(-800px);
  }
  10% {
    transform: translateX(-1600px);
  }
  15% {
    transform: translateX(-2400px);
  }
  20% {
    transform: translateX(-3200px);
  }
  30% {
    transform: translateX(-4000px);
  }
  35% {
    transform: translateX(-4800px);
  }
  40% {
    transform: translateX(-5600px);
  }
  45% {
    transform: translateX(-6400px);
  }
  50% {
    transform: translateX(-7200px);
  }
  55% {
    transform: translateX(-8000px);
  }
  60% {
    transform: translateX(-8800px);
  }
  65% {
    transform: translateX(-9600px);
  }
  70% {
    transform: translateX(-10400px);
  }
  75% {
    transform: translateX(-11200px);
  }
  80% {
    transform: translateX(-12000px);
  }
  85% {
    transform: translateX(-12800px);
  }
  90% {
    transform: translateX(-13600px);
  }
  95% {
    transform: translateX(-14400px);
  }
  100% {
    transform: translateX(-15200px);
  }
}
@keyframes showcase-mini {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(-133px);
  }
  10% {
    transform: translateX(-266px);
  }
  15% {
    transform: translateX(-399px);
  }
  20% {
    transform: translateX(-532px);
  }
  30% {
    transform: translateX(-665px);
  }
  35% {
    transform: translateX(-798px);
  }
  40% {
    transform: translateX(-931px);
  }
  45% {
    transform: translateX(-1064px);
  }
  50% {
    transform: translateX(-1197px);
  }
  55% {
    transform: translateX(-1330px);
  }
  60% {
    transform: translateX(-1463px);
  }
  65% {
    transform: translateX(-1596px);
  }
  70% {
    transform: translateX(-1729px);
  }
  75% {
    transform: translateX(-1862px);
  }
  80% {
    transform: translateX(-1995px);
  }
  85% {
    transform: translateX(-1995px);
  }
  90% {
    transform: translateX(-2128px);
  }
  95% {
    transform: translateX(-2261px);
  }
  100% {
    transform: translateX(-2394px);
  }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c1c1c1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c1c1c1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c1c1c1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c1c1c1;
}



/***** LOGIN ******/
.peers .scrollable {
  height: 100vh;
  display: table;
}
.peers .scrollable> div {
  display: table-cell;
  vertical-align: middle;
}

/***** DASHBOARD ****/
.header .header-container .nav-left>li>a,
.header .header-container .nav-right>li>a {
  display: inline;
}
.sidebar-logo a .logo {
  max-height: 64px;
  width: 70px;
  padding: 5px 0;
  text-align: center;
}
.sidebar-logo a .logo img {
  height: 90%;
}
.sidebar-menu>li.dropdown ul.dropdown-menu>li>a {
  font-size: 14px;
}
.sidebar-menu>li.dropdown ul.dropdown-menu>li>a:hover {
  background: transparent;
}
.header .header-container .nav-right .dropdown-menu>li>a {
  font-size: 14px;
}
.header .header-container .show.dropdown-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.sidebar-logo a .logo-text {
  font-size: 18px;
}
.main-content {
  min-height: 100vh;
  padding: 150px 20px 20px;
}

.list table tr th {
  background-color: #000;
  color: #FFF;
}
.list table tr td a,
.list table tr td button,
#showShoe .modal-footer button {
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  background: #FFF;
  box-shadow: none;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 2px;
  display: inline-block;
  padding: 2px 4px;
  vertical-align: middle;
}
.list table tr td a:hover,
.list table tr td button:hover,
#showShoe .modal-footer button:hover {
  background-color: #000;
  color: #FFF;
}
.list table tr td {
  font-weight: 300;
}
.list table .thumbnail {
  width: 45px;
  display: inline-block;
  vertical-align: sub;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.list .dataTables_length {
  padding: 10px 0;
}
.list .dataTables_length label {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  margin: 0;
}
.list .dataTables_length select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  padding: 0;
  color: #000;
  font-size: 12px;
  height: 20px;
}
.list .dataTables_filter label,
.list .dataTables_info,
.list .dataTables_paginate {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  margin: 0;
}
.list .dataTables_paginate#dataTable_paginate .paginate_button {
  border: none;
  background: #666;
  color: #FFF!important;
  border-radius: 0;
}
.list .dataTables_paginate#dataTable_paginate .paginate_button.disabled {
  background: transparent;
  color: #999!important;
}
.list .dataTables_paginate#dataTable_paginate .paginate_button:hover,
.list .dataTables_paginate#dataTable_paginate .paginate_button.current {
  background-color: #000;
}
.list table form {
  display: inline;
}

.formulary {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.formulary h2 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}
.formulary input[type="file"] {
  margin-bottom: 10px;
}
.formulary input[type="text"],
.formulary input[type="email"],
.formulary select,
.formulary textarea,
.formulary input[type="password"] {
  max-width: 400px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.formulary select {
  height: 34px!important;
}
.formulary input[type="submit"] {
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  padding: 4px 10px;
  letter-spacing: 1px;
}
.formulary input[type="submit"]:hover {
  background-color: #000;
  color: #FFF;
}
.formulary .thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0;
  max-width: 175px;
}
.formulary #thumb[src="#"] {
  display: none;
}
.createnew {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.createnew a {
  color: #aaa;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.createnew a:hover {
  color: #000;
}
.backto {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.backto a {
  color: #aaa;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.backto a:hover {
  color: #000;
}
.errors {
  background-image: none;
  border-radius: 0;
  margin-bottom: 30px;
}
.errors > ul {
  list-style-type: none;
  padding-left: 0;
}
.errors ul li {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


table.dataTable.no-footer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.welcome h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 60px;
  font-family: 'Helvetica Neue';
}


.flash-message p {
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Helvetica Neue';
  background-image: none;
}

.app .modal.fade .modal-dialog {
  transform: none;
}
.app .modal-backdrop.in {
  opacity: .8;
}
#showShoe .modal-header {
  border-bottom: 0;
}
#showShoe .modal-header i {
  font-size: 22px;
}
#showShoe .modal-footer {
  border-top: 0;
}
#showShoe .modal-footer button {
  border-radius: 0;
}

.submittexture {
  margin: 0;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  text-align: center;
  min-width: 125px;
  margin-bottom: 0;
}
.inputfile + label strong {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  padding: 3px 8px;
  border-bottom: 2px solid #999;
  background-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 400ms;
  margin: 0 auto;
}
.inputfile + label strong i {
  font-size: 16px;
}
.inputfile + label strong:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #000;
  transition: all 400ms;
  top: 100%;
  z-index: -1;
}
.inputfile + label:hover strong {
  color: #FFF;
  background-color: transparent;
  border-color: #000;
}
.inputfile + label:hover strong:before {
  top: 0;
}
.inputfile + label span {
  font-weight: 400;
  display: block;
  padding-top: 5px;
  font-size: 10px;
}
.inputfile + label:hover span {
  color: #000;
}
.inputfile:focus + label {
  outline: none;
  box-shadow: none;
}

.options .inputfile + label {
  display: block;
  width: 100%;
  text-align: left;
}
.inputfile + label span {
  display: inline-block;
  padding-left: 10px;
}

.patterns table .toggleText {
  text-align: left;
  border: 0;
  background: none;
  float: none;
  font-weight: 400;
  outline: none;
  text-transform: none;
  text-shadow: none;
  color: #72777a;
}
.patterns table .toggleText:hover {
  background: none;
  color: #000;
}
.patterns table .toggleText.open {
  width: auto;
}
.patterns table .toggleText.close {
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
}
