INPUT.miniColors {
    margin-right: 4px;
}

.miniColors-selector {
    position: absolute;
    width: 187px;
    height: 162px;
    background: white;
    border: solid 1px #bababa;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    z-index: 999999;
}

.miniColors.opacity.miniColors-selector {
    width: 200px;
}

.miniColors-selector.black {
    background: black;
    border-color: black;
}

.miniColors-colors {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 150px;
    height: 150px;
    background: url(img/colors.png) -40px 0 no-repeat;
    cursor: crosshair;
}

.miniColors.opacity .miniColors-colors {
    left: 30px;
}

.miniColors-hues {
    position: absolute;
    top: 5px;
    left: 160px;
    width: 20px;
    height: 150px;
    background: url(img/colors.png) 0 0 no-repeat;
    cursor: crosshair;
}

.miniColors.opacity .miniColors-hues {
    left: 185px;
}

.miniColors-opacity {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 150px;
    background: url(img/colors.png) -20px 0 no-repeat;
    cursor: crosshair;
}

.miniColors-colorPicker {
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid black;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.miniColors-colorPicker-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    border: 2px solid white;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.miniColors-huePicker,
.miniColors-opacityPicker {
    position: absolute;
    left: -2px;
    width: 22px;
    height: 2px;
    border: 1px solid black;
    background: white;
    margin-top: -1px;
    border-radius: 2px;
}

.miniColors-trigger,
.miniColors-triggerWrap {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.miniColors-triggerWrap {
    background: url(img/trigger.png) -22px 0 no-repeat;
}

.miniColors-triggerWrap.disabled {
    filter: alpha(opacity=50);
    opacity: .5;
}

.miniColors-trigger {
    vertical-align: middle;
    outline: none;
    background: url(img/trigger.png) 0 0 no-repeat;
    background-size: cover;
}

.miniColors-triggerWrap.disabled .miniColors-trigger {
    cursor: default;
}

#tshirtFacing {
    width: 100%;
}

#shirtDiv {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 30px;
}

.color-preview {
    border: 1px solid #CCC;
    margin: 2px;
    zoom: 1;
    vertical-align: top;
    display: inline-block !important;
    cursor: pointer;
    overflow: hidden;
    width: 20px;
    height: 20px;
}

.thumb-gallery {
    height: 100px;
    margin-bottom: 15px;
    cursor: pointer;
}

.thumb-gallery img {
    max-height: 90px;
}

.modalB {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.navbar {
    border: none;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.list-group-item:first-child {
    padding-left: 15px;
}

.btn-success {
    background-color: #18ba9b;
    border: 1px solid #18ba9b;
}

.text-string {
    direction: ltr;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
    -ms-transform: rotate(90deg);
}

.architects-daughter {
    font-family: "Architects Daughter";
}

.barrio {
    font-family: "Barrio";
}

.daysone {
    font-family: "DaysOne";
}

.fjalla-one {
    font-family: "Fjalla One";
}

.indieflower {
    font-family: "IndieFlower";
}

.kaushan-script {
    font-family: "Kaushan Script";
}

.merriweather {
    font-family: "Merriweather";
}

.montserrat {
    font-family: "Montserrat";
}

.open-sans {
    font-family: "Open Sans";
}

.pangolin {
    font-family: "Pangolin";
}

.roboto {
    font-family: "Roboto";
}

.roboto-slab {
    font-family: "Roboto Slab";
}

.russo-one {
    font-family: "Russo One";
}

.sansita {
    font-family: "Sansita";
}

.varela-round {
    font-family: "Varela Round";
}