@import url(https://fonts.googleapis.com/css?family=BenchNine:400,700);
body {
    padding: 0;
    background: #f5f5f5;
}

a {
    color: #2c3e50;
}

.container, .navbar-responsive-collapse {
    width: 1000px;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border: 1px solid #CACACA;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>th, table-bordered>tbody>tr>th, .table-bordered>tbody>tr>th, table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>th, table-bordered>thead>tr>td, .table-bordered>thead>tr>td, table-bordered>tbody>tr>td, .table-bordered>tbody>tr>td, table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #CACACA;
}

.table a {
    text-decoration: none;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    background: #FFF;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #23313F;
}

.navbar-collapse {
    padding: 0;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    padding-left: 0;
    margin: 0;
}

.navbar li:last-child a {
    padding-right: 0;
}

.page-header h1, .page-header .h1, .page-header h2, .page-header .h2, .page-header h3, .page-header .h3 {
    margin-top: 7px;
    margin-bottom: 20px;
}

.container .alert {
    margin-top: 20px;
    text-align: center;
}

.well {
    background: #FCFCFC;
    border: 1px solid #ccc;
    clear: both;
}

.account-info {
    padding: 10px 0 10px 0;
}

.pull-left h {
    margin-top: 10px;
    margin-bottom: 40px;
}

.video-container {
    width: 800px;
    margin: 10px auto 10px auto;
}

.video-container h3 {
    margin-top: 0;
}

.form-control {
    margin: 0 0 10px 0;
}

.tab-content {
    padding: 20px;
    border-left: 1px solid #ecf0f1;
    border-right: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    background: #FFF;
}

.tab-content h3 {
    margin: 0;
    padding: 10px 0 10px 0;
}

.tab-content h4 {
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.upload-image-container {
    clear: both;
}

label {
    display: block;
    clear: both;
    font-size: 16px;
    padding: 5px 0 5px 0;
}

.upload-image {
    clear: both;
    line-height: 14px;
    font-size: 13px;
    margin-bottom: 10px;
}

.color-input {
    color: #FFF;
    text-shadow: 0px 0px 4px #444
}

.navbar-nav {
    margin: 0 30px 0 0;
}

#shirt-urls {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.shirt-info {
    padding: 10px;
}

.shirt-info:nth-child(even) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.shirt-info .form-control {
    width: 500px;
    float: left;
}

.shirt-info .btn {
    margin-right: 5px;
    float: left;
}

#info-base {
    display: none;
}

#no-shirts {
    margin: 20px;
    text-align: center;
}

.create-app {
    padding-bottom: 10px;
}

.underlined {
    text-decoration: underline;
}

.subdomain-input {
    width: 250px;
    margin-right: 5px;
    display: inline-block;
}

.logo-option {
    display: none;
}

.nav.navbar-nav { margin-bottom: -5px!important }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #18BC9C!important; font-weight: bold }

.switch-to-upload, .switch-to-src {
    margin-left: 10px;
}

.text-orange {
    color: orange;
}

.text-brown {
    color: brown;
}

.btn-left .fa { margin-right: 10px; }
.btn-right .fa { margin-left: 10px; }

.navbar-header {
    background: red;
    margin: 0 auto;
    float: none;
    border: 1px solid #26323D;
    border-bottom: 0;
    background: #384959;
}
.navbar-header li { border-right: 1px solid #4F6376; box-shadow: 1px 0 0 0 #2E3A46; }
.navbar-header li .fa { margin-right: 10px; }
.navbar-header li:last-of-type { padding-right: 15px; }

.logo {
    margin: 10px auto;
    text-align: center;
}

.li-right {
    float: right!important;
    border: none!important;
    box-shadow: none!important;
}

.hidden {
    display: none;
}

.wrapper {
    padding: 0;
}
.page-header {
    margin: 0;
    padding: 12px 0 0;
    background: #1A242F;
    border: 1px solid #26323D;
}
.page-header h3 {
    color: #fff;
}

.btn-outline {
    background: none;
    border: 1px solid #1A242F;
    color: #1A242F!important;
}

.form-overlay {
    position: absolute;
    right: 30px;
    top: 50px;
    color: #ccc;
}

.stepBox.well {
    padding-top: 0;
}
.stepBox hr {
    margin-bottom: 0;
}
.stepBox .panel {
    min-height: 200px;
    margin-bottom: 0;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

#table .sort.placeholder {
  position: relative;
}
#table .sort.placeholder:before {
  position: absolute;
}

.panel-body a {
    color: red;
    font-weight: bold;
}

/*New Stuff*/
.alert.welcome {
  background: #18bc9c url('../images/stripe.png');
  box-shadow: inset 0 5px 15px rgba(0,0,0,.3);
}
.alert.welcome h1 {
  text-shadow: 1px 2px rgba(0,0,0,.5);
  font-size: 34px;
  margin: 0 0 10px 0;
  font-family: 'BenchNine', sans-serif; 
}

.alert.welcome span {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(255,255,255,.4);
}

.panel-default {
  border-radius: 0;
  border-color: #333;
  margin-bottom: 10px;
}
.panel-defaut.gray {
  background-color: lightgray;
}
.panel-default .panel-heading {
  background: #333;
  color: #fff;
  border-radius: 0;
}

hr.sep {
  height: 3px;
  background: #333;
  margin: 0;
}

.well {
  border-radius: 0;
}

.well.gray {
  background: #e4e4e4;
}

.well.gray hr {
  border-color: #959595;
  margin: 0;
}
.welcome-banners img {
  min-height: 140px;
  margin-top: -1px;
}

.news-item a, .news-item span { color: #508ef2; font-weight: normal}

.product {
  position: relative;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  overflow: hidden;
}

.product-info {
  background: #f7f7f7;
  padding: 10px 20px;
  border-top: 1px solid #e8e8e8;
}
.product-info .price {
  color: #4edaa4;
  font-size: 18px;
}
.product-info .feedback {
  color: #505050;
}
.product .panel-body {
  position: relative;
}
.product:hover .title-overlay {
  display: block!important;
  position: absolute;
  background: rgba(72,219,162, .9);
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 25px;
  text-decoration: none;
}
.product .rating {
  position: absolute;
  top: 6px;
  right: -7px;
  color: #fff;
  text-align: center;
  z-index: 100;
  width: 50px;
  height: 50px;
  font-size: 17px;
}

.product .rating .fa {
  color: #fff;
}

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: -50px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}