/* your styles go here */

.scrollContainer {
    width: 100%;
    overflow: auto;
}

.productThumb {
    max-height: 135px;
    height: 135px;
}

    .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;
}

.box-no-border {
    background: #fff;
    margin: 0 0 30px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.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;
}

.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: 140px;
    right: 0px;
    position: absolute;
    padding: 0px;
    font-size: 65%;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.checkboxList-custom-horizontalflow {
    text-align: left;
    font-size: 12px;
}

    .checkboxList-custom-horizontalflow label {
        padding: 0px 10px 0px 5px;
    }

.borderless td, .borderless th {
    border: none !important;
}

.table-xs-condensed > tbody > tr > td, .table-xs-condensed > tbody > tr > th, .table-xs-condensed > tfoot > tr > td, .table-xs-condensed > tfoot > tr > th, .table-xs-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 3px;
}


.autoFormControl input[type="text"], .autoFormControl input[type="date"], .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;
}


.autoFormControl-sm input[type="text"], .autoFormControl-sm input[type="date"], .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;
}

.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;
}

.alert-slim {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.alert-slim-xs {
    padding: 0px;
    /*display: inline-block;
     vertical-align: middle;*/
    margin-bottom: 0px;
}

.checkboxList-custom-verticalflow {
    text-align: left;
    /*font-size: 12px;*/
}

.checkboxList-custom-verticalflow label {
    padding-left: 10px;
}

.checkboxList-custom-verticalflow-sm {
    text-align: left;
    /*font-size: 10px;*/
}

.checkboxList-custom-verticalflow-sm label {
    padding-left: 5px;
    padding-right: 3px;
}

.checkboxList-custom-horizontalflow {
    text-align: left;
    /*font-size: 12px;*/
}

.checkboxList-custom-horizontalflow label {
    padding: 0px 10px 0px 5px;
}

.height300 {
    height: 300px;
}

.pagedivision {
    background-color: #336699;
    color: #FFF;
    font-size: 10PT;
    padding-left: 5px;
    min-height: 16px;
    margin: 5px 0px 5px 0px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 18px;
}

.pagedivisionAlt {
    background-color: #DEDFDE;
    color: #5A5A5A;
    font-size: 10PT;
    padding-left: 5px;
    min-height: 16px;
    margin: 5px 0px 5px 0px;
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
}

.borderless td, .borderless th {
    border: none !important;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
}

.box {
    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: 20px 0;
    border-left: none;
    border-right: none;
}

.btn-template-main {
    color: #467fbf;
    background-color: #ffffff;
    border-color: #467fbf;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


.row-eq-height-pull-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}




.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: 50px;
    min-width: 50px;
    max-width: 50px;
    left: 50px;
}

.table-smallfont {
    font-size: 12px;
}

.aspNetDisabled {
    background-color: #E6E6E6;
}

.simpleGrid {
    display: grid;
/*    padding: 0px;*/
/*    gap: 0px;*/
}
.simpleGridHeader {
    border: 1px solid black;
    text-align: center;
    font-weight: 900;
    margin: 0px;
}
.simpleGridElement {
    border: 1px solid black;
    text-indent: 5px;
    margin: 0px;
}
.deviceQuantities {
    grid-template-columns: 140px 500px;
    grid-auto-rows: 40px;
    grid-auto-flow: dense;
    grid-template-rows: 30px;
}
.naidVersionHeader {
    grid-template:
        "a b c" 80px
        "d d e" 50px / 40% 20% 40%;
}
@media print {
    .naidVersionFooterPrint {
        position: fixed;
        bottom: 0px;
    }
}
@font-face {
    font-family: 'Barcode';
    src: url('../fonts/LibreBarcode128-Regular.ttf') format('truetype');
}

.barcode {
    font-family: 'Barcode';
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0px;
    height: 25px;
}
.checkboxSquare {
    height: 40px;
    width: 40px;
    border: 2px solid black;
    display: inline-block;
}

.legendBox {
    height: 10px;
    width: 10px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 1px solid black;
}