

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}


.btn-secondary:hover {
    background-color: #ccc;
}


.hide-radio>.btn-group-vertical>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn-group {
	z-index: 999;
}

.grade-row{
	padding-right: 4%;
	padding-left: 4%;
}

@font-face {
    font-family: BebasNeue;
    src: url('/static/tss_admin/images/BebasNeue-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: BebasNeue;
  src: url('/static/tss_admin/images/BebasNeue-Bold.otf');
  font-weight: bold;
  font-style: normal;
}
/*
p,li,label, a {
	font-family: 'Open Sans', sans-serif;
}*/

h1,h2,h3,h4{
	font-family: BebasNeue;
	font-weight: bold;
  letter-spacing: 1.1px;
}

.grade-example {
	/*max-width: 350px;*/
  max-width: 245px;
  max-height: 343px;
}

.sole-img {
  height: 343px;
  width:auto;
}

/* centered columns styles */
.row-centered {
}
.col-centered {
    display:inline-block;
    float:none;
    /* inline-block space fix */
    margin-right:-4px;
}

/*@media screen and (max-width: 1001px) {
  .col-centered {
    float: left;
    }
}*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;

}

p.grade-desc{
	font-size: 14px;
	padding-top: 20px;
}

p.grade-defect {
    font-size:12px;
    color: #222;
    margin-top: 15px;
    margin-bottom:5px;
    text-align:center;
    clear:both;
}


.condition-icon{
    width 30px;
    height:30px;
    float: left;
    vertical-align: top;
    margin-right:10px;
}

.grade-desc-placeholder {
  height: 150px;
  width: 100%;
}



@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

.img-thumbnail {
	background:none;
	border:none;
	box-shadow:none;
  padding:0;
}

.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
.progress {
  margin-bottom: 0px;
}
.progress-bar-danger{
  background-image: linear-gradient(to bottom,#fd787d 0,pink 100%);
}


.grade-bar {
    border: 1px solid #D7D7D7;
    width: 100%;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.graded-bar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 6px;
    position: relative;
    top: 0px;
}

.graded-bar.grade-0 {
    width: 5%;
    background-color: red;
}

.graded-bar.grade-1 {
    background: #FF4200
}

.graded-bar.grade-2 {
    background-color: #FF8000
}

.graded-bar.grade-3 {
    background-color: #FFAF00;
}

.graded-bar.grade-4 {
    background-color: #F8D31C;

}

.graded-bar.grade-5 {
    background-color: #F3FF00
}

.graded-bar.grade-6 {
    background-color: #c9eb00
}

.graded-bar.grade-7 {
    background-color: #c4eb00
}

.graded-bar.grade-8 {
    background-color: #84eb00
}

.graded-bar.grade-9 {
    background-color: #6eeb00
}

.graded-bar.grade-10 {
    background-color: #00d11e;
}

#grade-summary-info .calc_grade_mark {
    font-size: 24px;
    font-weight: bold;
    font-family: Helvetica;
    text-align: center;
}

#grade-summary-info .calc_grade_pp {
    font-size: 24px;
}

#grade-summary-info .calc_grade_slash {
    font-size: 24px;
}

.jumbotron #upper-summary p{
  font-size: 16px;
  /*font-weight: bold;*/
}

.jumbotron #midsole-summary p{
  font-size: 16px;
  /*font-weight: bold;*/
}

.jumbotron #interior-summary p{
  font-size: 16px;
  /*font-weight: bold;*/
}

.jumbotron #bottom-summary p{
  font-size: 16px;
  /*font-weight: bold;*/
}

.grade-bar-score-number {
    margin-bottom: 15px;
    width: 100%;
}

.grade-stamp{
    border: 10px solid;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 20px;
    border-radius: 50%;
    position:absolute;
    font-size: 20px;
    /*text-decoration: underline;*/
    opacity: 1;
    transform: rotate(10deg);
    left:30%;
    top: 5%;
    z-index: 999;
    font-weight: 300;
    white-space: nowrap;

}

.letter-grade-stamp {
    font-size: 60px;
    font-family: BebasNeue;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
}

.stamp-right {
    transform: rotate(-5deg);
}




@media screen and (max-width: 600px){

    .letter-grade-stamp {
        font-size: 30px;
    }

    .grade-stamp {
        border:5px solid;
        padding-right: 0px;
        padding-left: 7px;
        padding-top: 9px;
        padding-bottom: 7px;
        border-radius: 50%;
        font-size:15px;
    }
     .btn.gradebtn{
            padding: 4px 10px;
    }

}

@media screen and (min-width: 768px){
    .letter-grade-stamp {
        font-size: 60px;
    }

    .btn.gradebtn{
            padding: 12px 24px;
    }
}







.font-effect-wallpaper[data-color="A"] {
    color: #00d11e;
    border-color: #00d11e;
}
.font-effect-wallpaper[data-color="B"] {
    color: #84eb00;
    border-color: #84eb00;
}
.font-effect-wallpaper[data-color="C"] {
    color: #c9eb00;
    border-color: #c9eb00;
}
.font-effect-wallpaper[data-color="D"] {
    color: #F8D31C;
    border-color: #F8D31C;
}
.font-effect-wallpaper[data-color="F"] {
    color: #FF8000;
    border-color: #FF8000;
}


.jumbotron {
    padding: 0px 0px 0px 0px;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.carousel-control.left, .carousel-control.right {
    height: 40px;
    width:40px;
    background: white;
    border: 2px solid #FE8C93;
    border-radius: 50px;
    opacity: 1;
}

.carousel-control.left {
  left: 10px;
}

.carousel-control.right {
  right: 10px;
}

.carousel-control .icon-next:before,
.carousel-control .icon-prev:before
{
    font-size: 36px;
    /*padding-top: 10px;*/
    /*position: relative;*/
    position: absolute;
    top: 50%;
    margin-top: -23px;
}


.jumbotron {
  background-color: #fff;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  /*position: relative;*/
  color: #FE8C93;
  padding-right: 10px;
}

.attr-grade {
    height:30px;
}

#carousel-example-generic .btn-group {
}

#carousel-example-generic .hide-radio {
    float:center;
}


/* Or display content like unicode characters or fontawesome icons */
.slider-handle.custom::before {
line-height: 20px;
font-size: 20px;
content:''; /*unicode star character*/
color: #726204;
}


#demo-frame > div.demo {
    padding: 10px !important;
    float: left;
}
.contentContainer {
    float: left;
    width: 400px;
    height: 500px;
    overflow: hidden;
}

.ui-slider-vertical .ui-slider-handle {
    left: 0;
    margin-bottom: -41px;
    margin-left: 0;
}
.ui-slider-range, .ui-widget-header, .ui-slider-range-min {
    background: none;
}
.slider.slider-horizontal .slider-handle {
    border: none;
    width: 30px;
    height: 30px;
    top:-3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: cover;
    border:none;
}
/*.slider.slider-horizontal.cracks{
    background: url(image/icons/cracks-01.png);
}*/



.slider.slider-horizontal{
    width:100%;
    margin-bottom:30px;
}

.slider-track {
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(right,#FFA8A8,#FFE2C8,#FFFFD7,#EAFFEF);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(right,#FFA8A8,#FFE2C8,#FFFFD7,#EAFFEF);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(right,#FFA8A8,#FFE2C8,#FFFFD7,#EAFFEF);
  /* Standard syntax */
  background: linear-gradient(to left, #FFA8A8,#FFE2C8,#FFFFD7,#EAFFEF);
}


/* Or display content like unicode characters or fontawesome icons */
.slider-handle.custom::before {
line-height: 20px;
font-size: 20px;
content:''; /*unicode star character*/
color: #726204;
}


#demo-frame > div.demo {
    padding: 10px !important;
    float: left;
}
.contentContainer {
    float: left;
    width: 400px;
    height: 500px;
    overflow: hidden;
}

.ui-slider-vertical .ui-slider-handle {
    left: 0;
    cursor:hand;
    margin-bottom: -41px;
    margin-left: 0;
}
.ui-slider-range, .ui-widget-header, .ui-slider-range-min {
    background: none;
}
.slider.slider-horizontal .slider-handle {
    border: none;
    width: 30px;
    height: 30px;
    top:-3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: cover;
    border:none;
}
/*.slider.slider-horizontal.cracks{
    background: url(image/icons/cracks-01.png);
}*/

.slider.slider-horizontal{
    width:100%;
    max-width: 284px;
}

.slider .tooltip.top {
    margin-top: -54px;
}

.slider .tooltip-inner {
    max-width: 150px;
    white-space:normal;
    min-width:150px;
    height: 43px;
}

.tooltip {

}

.well {
    box-shadow:none;
    -webkit-box-shadow:none;
    background: #f7f7f7;
    background-color: #f7f7f7;
    border-radius:0;
    border:none;
    margin-left:6px;
    margin-right:6px;
}

.refine-grade{
    font-family: BebasNeue;
    font-weight: bold;
    margin-top:8px;
    margin-bottom:3px !important;
}

.other-icon.slider-handle.custom{
  background-image: url("../images/icons/scuffs-01.png");
}

.cracks-icon.slider-handle.custom{
  background-image: url("../images/icons/cracks-01.png");
}

.discoloration-icon.slider-handle.custom{
  background-image: url("../images/icons/discoloration-01.png");
}

.scratches-icon.slider-handle.custom{
  background-image: url("../images/icons/scratch-01.png");
}

.scuffs-icon.slider-handle.custom{
  background-image: url("../images/icons/scuffs-01.png");
}

.stains-icon.slider-handle.custom{
  background-image: url("../images/icons/stain-01.png");
}

.creases-icon.slider-handle.custom{
  background-image: url("../images/icons/crease-01.png");
}



.slider-selection {
    background: DimGrey;
}

form .radio {
  margin-right: 20px;

}

form .radio span{
  padding-left: 5px;
  /*vertical-align: middle;*/
  padding-bottom: 20px;
  font-weight: bold;
}

select[name=age]{

}

#skip-questions {
  background-color: #FE858B;
}

/*#results-box img{
  width: 20em;
  height: auto;
}

#results-box li{
  display: inline-block;
  width: 30em;
  height: 20em;
}*/
