﻿
.ModalPopupBG {
    background-color: #000000;
    filter: alpha(opacity=30);
    opacity: 0.7;
}

.ModelPnl {
    background: white;
    border: 2px solid gray;
    padding: 20px
}

body {
    font-family: mallory,sans-serif;
    
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.redGradient {
    background: rgb(187,24,52);
    background: linear-gradient(90deg, rgba(187,24,52,0.6951155462184874) 0%, rgba(255,255,255,0.00043767507002800965) 100%);
}
a {
    color: #bb1834;
    text-decoration: none;
}

td, th {
    padding: 5px;
}
.vbottom {
    align-self:end
}
/*Navbar overrides*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #bb1834;
    font-weight: bold
}


.navbar-default .navbar-nav > .inactive > a, .navbar-default .navbar-nav > .inactive > a:hover, .navbar-default .navbar-nav > .inactive > a:focus {
    color: #000;
    background-color: #D6DCE5;
    font-weight: bold;
}


    .navbar-default .navbar-nav > .inactive > a, .navbar-default .navbar-nav > .inactive > a:focus {
        color: #000;
        background-color: #D6DCE5;
        font-weight: bold;
    }

        .navbar-default .navbar-nav > .inactive > a:hover {
            color: #fff;
            background-color: #bb1834;
            font-weight: bold
        }

.navbar-nav {
    margin: 0 auto;
    float: none;
    width: 100%;
}

    .navbar-nav > li {
         float: none;
        text-align: center;
        border: 1px solid #fff;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 15px;
        }


.navbar {
    min-height: 0
}

.navbar-default {
    background-color: transparent;
    border: none;
}


.btn-default {
    color: #fff;
    background-color: #bb1834;
    border-color: #ccc;
}


.row .header {
    background-color: #8CFFA1;
    color: #000;
}

.form-control2 {
    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;
}


.row-striped:nth-of-type(odd) {
    background-color: #CCFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}


 

.ProductThumb {
    max-width: 100%;
    max-height: 100%;
}
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
.table-responsive {
     border: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.colorLevel1 {
    background-color: #bb1834;
    color: white
    
}
.colorLevel2 {

}
.colorLevel3 {

}

.CalendarDatePicker .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: #ad0b08;
}

.CalendarDatePicker .ajax__calendar_body {
    height: 15em;
}
.ProductBullet {
    list-style: disc;
    padding: 0px;
}



.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.SortLink {
    color: black;
}

    .SortLink:hover {
        text-decoration: underline;
        color: black !important;
    }
