﻿/*.btn-sm {
    padding: 3px;
    margin: 2px 2px 6px 2px;
}

.btn-xs {
    padding: 1px;
    margin: 2px 2px 4px 2px;
}

.btn {
    background-color: #fff;
}*/

ul.sizes {
    width: 52px;
}

ul.sizes {
    margin: 0px;
    padding: 0;
    list-style: none;
    padding: 0px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #B5B5B5;
}

/*.flexslider {
            max-width: 400px;
            padding: 5px;
        }

            .flexslider .slides img {
                max-height: 300px;
            }*/

.flex-control-thumbs li {
    padding: 2px;
}

dt {
    font-weight: normal;
}

ul.header {
    margin: 0;
}

.hide-bullets {
    list-style: none;
    margin-top: 10px;
}

.thumbnail {
    padding: 0;
    margin-bottom: 5px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.partRow {
    border: 1px solid #fff;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

    .partRow.chosen {
        border: 1px solid #4CA252;
    }

    .partRow:hover {
        border: 1px solid #4CA252;
    }

    .partRow.disabled {
        background-color: #C0C0C0;
    }

/*ripped from beast-bootstrap.css*/
.panel-primary {
    border-color: #b1b1b1;
}

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary > .panel-heading {
    color: #0e0e0e;
    background-color: #d7d7d6;
    border-color: #b1b1b1;
    cursor: pointer;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
}

.panel-body {
    padding: 15px;
}
.panel-default {
    border-color: #ddd;
}


.alert-info {
    background-color: var(--secondary);
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

.beast-bootstrap fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.beast-bootstrap legend {
    padding: 0;
    border: 0;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}



.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}



label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.beast-bootstrap a {
    color: #337ab7;
    text-decoration: none;
}

.hide {
    display: none !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.beast-bootstrap img {
    border: 0;
}
/* ripped from menu_lists.css*/
ul.sizes li {
    border-bottom: 1px dashed #B5B5B5;
}

ul.sizes input {
    width: 44px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

ul.sizes .sizeItem {
    padding: 6px 0px 6px 0px;
    margin: 0 2px 0 2px;
    width: 46px;
}

ul.sizes input {
    width: 44px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.checklist, .checklist_sm {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
}

    .checklist li.selected, .checklist_sm li.selected, .checklist.tall li.selected {
        border: 1px solid #8dc63e;
        background-color: #E9F0E1;
    }

    .checklist li {
        float: left;
        margin: 3px;
        width: 111px;
        min-height: 140px;
        position: relative;
        font-size: 13px;
        border: 1px dashed #c0c0c0;
    }

        .checklist li label {
            display: block;
            text-align: center;
            padding: 2px;
        }

        .checklist li.selected .checkbox-select {
            background: url(../images/select-chosen.png);
        }

        .checklist li:hover {
            border: 1px solid #8dc63e;
            background-color: #E9F0E1;
            cursor: pointer;
        }

        .checklist li.custom:hover {
            background-color: transparent;
            cursor: default;
            border: 1px dashed #C0C0C0;
        }

    .checklist.bigWide li {
        width: 100%;
        padding: 7px;
        font-size: 13px;
        margin: 2px;
    }

        .checklist.bigWide li label {
            font-size: 16px;
            width: 100%;
            background-color: #8dc63e;
            margin-bottom: 4px;
            color: #fff;
        }

.checkbox-select {
    display: block;
    top: 66px;
    width: 85px;
    height: 23px;
    text-indent: -9999px;
    margin: 0 auto;
    background: url(../Images/select.png) no-repeat 0 0;
}

.selectThumb {
    height: 94px;
    margin: 0 auto;
    width: 90px;
}

    .selectThumb img {
        height: 90px;
        width: 90px;
    }

.rowBreak {
    width: 100%;
    border-bottom: 1px dashed #696969;
    height: 1px;
    padding-top: 10px;
}
