@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;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .sub_iter {
        display: block;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .sub_iter {
        display: block;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .sub_iter {
        display: block;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .sub_iter{
        display: none;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .sub_iter{
        display: none;
    }
}

.panel-group .panel{
    border:none;
    border-radius: 0;
}

.panel {
    box-shadow: none;
}

.panel-body {
    border-top: none;
}

.panel-heading.category_panel {
    border-bottom: 1px #c3c3c3 solid !important;
    text-transform: uppercase;
    margin-bottom: 66px;
}


.container{
    max-width: 1117px;
}

.panel-title.pull-left.pad-section {
    color: black;
    font-family: 'BebasNeue';
    letter-spacing: 0.4px;
    font-weight: bold;
    font-size: 22px;
    margin-top: 12px;
    margin-left: 8px;
    color: #313232;
}

.grade-metric-table-header {
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 0.3px;
      color: #000000;
}


.grade-subject-label, .radio-inline {
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #252525;
}

.radio-inline {
    width: 45px;
    left:20px;
}

.content-bottom .radio-inline{
  /*width: 60px;*/
  left:20px;
}

.tss-grade-box {
    width: 65px;
    height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #7d7d7d;
    margin-right: 10px;
}

.tss-grade-box.input-error{
  border: 1px solid red;
}

.content-bottom input[type=number], .content-bottom input[type=text] {
  height: 44px;
  border: solid 1px #7d7d7d;
}

.content-bottom input[type=number].input-error,.content-bottom input[type=text].input-error{
  border: 1px solid red;
}

.content-bottom textarea{
  border: solid 1px #7d7d7d;
}

#id_year{
    height: 44px;
    border: 0;
    -webkit-appearance: menulist;
    outline: 1px inset #7d7d7d;
    outline-offset: -1px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-area.subcategory {
    padding-left: 50px;
}

.tss-toggle-arrow{
    top:25px;
    left:5px;
    width: 10px;
    height: 6px;
    color: black;
}

.navbar-default{
    margin-bottom: 0px;
}

.page-header{
    position: relative;
    margin-top: 0px;
    height: 331px;
    background-image: radial-gradient(circle at 51% 46%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.41)), linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 0.5)), linear-gradient(#3e3e3e, #3e3e3e);
}

.sneaker-grader-header {
   line-height: 170px;
    display: inline;
    width: 333px;
    height: 72px;
    font-family: BebasNeue;
    font-weight: 300;
    font-size: 60px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #ffffff;
}

.form-toggle{
  width: 180px;
  height: 19px;
  font-family: OpenSans;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.form-toggle-link {
    color: #959595;
    padding-right: 10px;
}

.form-toggle #short_form_show.btn-success, .form-toggle #long_form_show.btn-success{
    color: #fd787d;
}

.form-toggle #short_form_show, .form-toggle #long_form_show{
    color: #959595;
    background: white;
}

#tss-searchbox{
    max-width: 877px;
    height: 77.8px;
    background-color: #414141;
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#tss-searchbox .glyphicon-search{
    color: #959595;
    height: 22px;
    width: 22px;
    position: absolute;
    left:10px;
    top:40%;
}

input[type="text"]#tss-shoe-search{
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width:5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #959595;
    height: 100%;
    padding-left: 65px;
    width: 80%;
}

.content-bottom{
    border:none;
}

#results-box{
    padding-top:66px;
    padding-bottom: 66px;
    max-width: 877px;
    min-width: 370px;
    background: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #d5d5d5;
    z-index: 100
}
#results-box p{
    width: 217px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
}

#results-box span{
    font-family: 'Open Sans', sans-serif;
    width: 217px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #373737;
}

#results-box ul {
    width: 100%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#results-box .not-found p{
    text-align: center;
    text-transform: none;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: lighter;
}
#results-box .not-found {
    cursor: pointer;
}


#results-box ul li{
    width: 217px;
    height: 255px;
    float: left;
    display: table-cell;
    margin-left: 45px;
    margin-right: 25px;
    cursor: pointer;
}

#results-box img{
    max-width: 217px;
    max-height: 155px;
    /*height: auto;*/
    margin-bottom: 10px;
}

#now-grading {
    width: 100%;
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #000000;
}

.form-control {
    border-radius: 0px;
}

.whatsthis {
    line-height:20px;
    color: #fd787d;
    font-size: 12px;

}
.whatsthis:hover{
    color: #fd787d;
}

#short_form a, #long_form a {
    color: #fd787d;
}


#helpModal h1,
#helpModal h2,
#helpModal h3,
#helpModal h4,
#helpModal h5,
#helpModal h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#fd787d;
    font-weight: 700;
    letter-spacing: 1px;
}

#helpModal p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}


#helpModal a {
    color: #fd787d;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#helpModal a:hover,
#helpModal a:focus {
    text-decoration: none;
    color: #ababab;
}

#helpModal .btn-default {
    border: 1px solid #fd787d;
    color: #fd787d;
    background-color: transparent;
}

#helpModal .btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#helpModal .btn-default:hover,
#helpModal .btn-default:focus {
    border: 1px solid #fd787d;
    outline: 0;
    color: #000;
    background-color: #fd787d;
}

#quickstart-p {
    margin-top: -20px;
    font-family: 'Open Sans', sans-serif;
    color:white;
    font-size: 12px;
}
#quickstart-p a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.helper-image {
    width:100%;
}

#helpModal li {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.5;
}

#helpModal h1,h2,h3{
    margin-bottom: 25px;
}


.alert {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
