/* your styles go here */

.productThumb {
    max-height: 100px;
    height: 100px;
}

    .productThumb:hover {
      -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    }


    .productThumbSmall {
    max-height: 100px;
    height: 100px;
}

    .productThumbSmall:hover {
      -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    }

    .borderRounded {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .5em;
        overflow-x: hidden;
    overflow-y: auto;
}

    .btn-circle {
  width: 30px;
  text-align: center;
  padding: 16px 0;
  font-size: 12px;
  line-height: 1.42;
}

    .boxProductTitle {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    /* border-left: none; */
    /* border-right: none; */
}

.photoSteamText {
    /*position:relative;
    bottom:15px;
    width:100%;*/
    
}
.photoStreamThumb {
    text-align:center;
    max-height: 95px;
    height: 95px;
}
.photoStreamThumb input{
    max-height: 65px;
    height: 65px;
    width: 100%;
}


    .icon-stack {
        position: relative;
        padding: 6px 12px;
    }
    .icon-stack .glyphicon {
        position: absolute; 
    }

    .carousel-control {
  padding-top:10%;
  width:5%;
}

.Goodbetterbest {
  top: 145px;
    left: 200px;
    position: absolute;
    padding: 0px;
        font-size: 75%;
            font-weight: normal;
            text-transform: uppercase; 
                letter-spacing: 0.08em; 
}

.GoodbetterbestSmall {
  top: 110px;
    left: 100px;
    position: absolute;
    padding: 0px;
        font-size: 65%;
            font-weight: normal;
            text-transform: uppercase; 
                letter-spacing: 0.08em; 
}

.alert.alert-styled-left, .icon-left-container {
    border-left-width: 44px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.alert-icon, .border-left-icon {
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-weight: 400;
    line-height: 1;
}

.btn-float {
    padding: 6px; 
    white-space: normal;
        border-radius: 4px;
}


.autoFormControl input[type="text"], .autoFormControl input[type="password"], .autoFormControl select, .autoFormControl textarea {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #555;*/
    /*background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group-addon {
    padding: 2px 4px;
}

.autoFormControl .input-group-addon {
    height: 25px;
    padding: 2px 8px;
}


.autoFormControl-sm .input-group-addon {
    height: 21px;
    padding: 1px 4px;
}

.autoFormControl-sm .fa-stack {
    height: 18px;
    line-height: 1.5em;
}


.autoFormControl-sm input[type="text"], .autoFormControl-sm input[type="password"], .autoFormControl-sm select, .autoFormControl-sm textarea {
    height: 25px;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 3px 6px;
    line-height: 1.42857143;
    /*color: #555;
    background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.autoFormControl-xs input[type="text"], .autoFormControl-xs input[type="password"], .autoFormControl-xs select, .autoFormControl-xs textarea {
    height: 25px;
    font-size: 11px;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding: 1px 4px;
    line-height: 1.42857143;
    /*color: #555;
    background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.stickyview {
    margin: auto;
}

.stickywrapper {
    position: relative;
    overflow: auto;
}

.sticky-col {
    position: sticky;
    position: -webkit-sticky;
    background-color: white;
}

.first-col {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    left: 0px;
}

.second-col {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    left: 50px;
}



.table-smallfont {
    font-size: 12px;
}