﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 31px;
    color: #005eb8;
    margin: 15px 0 15px 0;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    line-height: 1.25;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.navbar {
    border-radius: 0 !important;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: none;
    border: none !important;
}
    .navbar-inverse .navbar-toggle:focus .icon-bar {
       background-color: #fff;
    }
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

#content {
    margin-bottom: 50px;

}
.container {
max-width: 100%;

}


@media (min-width: 1200px) {
    .container {
        width: 1330px;
    }
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.bold,
.isActive {
    font-weight: bold;
}

select {
    padding: 6px;
    border: 1px solid #ccc;
}


/*fonts */

.loginscreen .form-group {
max-width: 400px;
}
.ncaa-logo {
    position: relative;
    float: left;
    width: 280px;
    height: 50px;
    margin-right: 20px;
    background: url('/images/ncaa-logo-sml.png') no-repeat center center;
    background-size: 100%;
}

.navbar-inverse {
    background: #12152b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmNzhiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjE1MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #12152b 0%, #0f78bb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0f78bb), color-stop(100%,#12152b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #12152b 0%, #0f78bb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #12152b 0%,#0f78bb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #12152b 0%, #0f78bb 100%); /* IE10+ */
    background: linear-gradient(to right, #12152b 0%, #0f78bb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12152b', endColorstr='#0f78bb',GradientType=1 ); /* IE6-8 */
}

.navbar-inverse .navbar-nav > li > a {
    
    color: #fff;
    
    }
    .navbar-inverse .btn-link {
        color: #fff;
        border: 1px solid #fff;
        border-radius: 2px;
        margin: 10px 15px;
        background: #005cb9;
    }

        .navbar-inverse .btn-link:hover {

        text-decoration: none;


        }


        .navbar > .container {
            padding: 0 15px;
        }

.navbar-header {
    width: 100%;
    float: none;
}

.navbar-right {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
}
.loggedinas {
    display: block;
    padding: 15px; 
    line-height: 20px;
    color: #fff;
}
    .navbar-right li a, .navbar-right li a:hover {
        text-decoration: underline;
    }

 .navbar {
        min-height: 70px;
    }

.navbar-nav {
    border-right: 1px solid #fff;
}

.menubar-nav:last-child {
    border-right: none;
}

.menubar-nav {
    border-right: 1px solid #ffffff36;
}

.navbar-right-loginbox {
    border-right: none;
}

.navbar-nav-norightborder {
    border-right: none;
}

.navbar-brand {
    display: block;
    float: none;
}

.menufont {
    font-size: 14px;
}

.btn-home-intro {
    font-family: 'Lato', sans-serif;
    padding: 27px 8px;
    font-size: 18px;
}

.btn-success:hover {
    background-color: #002855;

}

.btn-info {
    background: #005cb9;
    border-color: #005cb9;
}
.lead {
    font-family: 'Lato', sans-serif;
    font-size: 31px;
    color: #005eb8;
    margin: 15px 0 15px 0;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    line-height: 1.25;
}

.row h4 {
    font-weight: 700;
}

.cart-summ-div {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 3px solid #f1f1f1;
}

.num-items-summ {
    color: #F33;
}

.paging-btm {
    float: right;
    margin: 20px;
}

.thumbnail {
    padding: 0;
}

    .thumbnail img {
    }

    .thumbnail .caption-full {
        padding: 9px;
        color: #333;
    }


.caption {
    position: relative;
    height: 230px;
    overflow: hidden;
}

    .caption h4 {
        max-width: 250px;
    }

.home-intro {
    padding: 20px 0 60px 0;
}

.footer-container {
    background: #f1f1f1 url('../images/bracket-back.png') no-repeat top right;
    background-size: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.ncaa-footer {
    max-width: 1170px;
    margin: 0 auto;
}

.footer-top {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    background: #12152b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmNzhiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjE1MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #12152b 0%, #0f78bb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0f78bb), color-stop(100%,#12152b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #12152b 0%, #0f78bb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #12152b 0%,#0f78bb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #12152b 0%, #0f78bb 100%); /* IE10+ */
    background: linear-gradient(to right, #12152b 0%, #0f78bb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12152b', endColorstr='#0f78bb',GradientType=1 ); /* IE6-8 */
}

.s1logo {
    text-align: center;
}

/* thumbnails */
.img-preview {
    width: 390px;
    height: 120px;
    line-height: 120px;
    display: block;
    background: url(../images/mag-glass.png) no-repeat 50% 50%;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.table-column-image img {
    max-width: 200px;
    background: none;
    border-bottom: none;
    text-align: left;
    margin: 0;
}
.table-column-image a {
display: block;
}
.order-edit-table td:nth-of-type(1) {
    text-align: center;
}
.img-preview img {
    display: inline-block;
    max-height: 110px;
}
    /*.img-preview-single {width: }*/
    .img-preview img:hover {
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

.cart-item-select img {
    width: auto;
}

.thumbnail .modal-body img {
    width: auto;
}

/* lightbox */

#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(overlay.png) repeat;
    text-align: center;
}

#lighbox-wrapper {
    width: 600px;
    margin: 0 auto; /*centers the div horizontally in all browsers (except IE)*/
    background: #fff;
    text-align: left; /*resets text alignment from body tag */
    border: 1px solid #ccc;
    border-top: none;
    padding: 25px;
    /*Let's add some CSS3 styles, these will degrade gracefully in older browser and IE*/
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}

#lightbox p {
    text-align: right;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
}

#lightbox img {
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 940px;
}
/*Cart Item Quantity */
.cart-item-select {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    display: block;
    clear: both;
}

    .cart-item-select .reserve-item-btn {
        position: absolute;
        bottom: 10px;
    }

.cart-item-quantity {
    text-align: right;
    position: absolute;
    display: block;
    clear: both;
    bottom: 0;
    right: 0;
}

    .cart-item-quantity input {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: none;
        border-right: none;
        border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        color: #F33;
        font-size: 18px;
        padding: 5px 0px;
    }

.cart-item-size {
    font-size: 11px;
    text-align: left;
    position: absolute;
    display: block;
    clear: both;
    bottom: 49px;
    right: 10px;
}

.cart-item-text {
    font-size: 11px;
    text-align: left;
    position: absolute;
    display: block;
    clear: both;
    bottom: 80px;
    right: 10px;
}

.unavailable-item {
    opacity: .20;
    -webkit-opacity: .20;
    -moz-opacity: .20;
}



.num-items-summ {
    color: #F33;
}

.num-inventory {
    color: #F33;
}

.alignright {
    text-align: right;
    float: right !important;
}

.color-red {
    color: #d43f3a;
}

#CustomOrder {
}

    #CustomOrder textarea {
        width: 100%;
    }

.text-right {
    text-align: right;
}

.whats-this {
    color: #428bca;
    cursor: help;
}

    .whats-this:hover {
        text-decoration: underline;
    }

.popover {
    width: 100%;
}

#uploader.dropzone {
    display: flex;
    flex-wrap: wrap;
    transition-property: border;
    transition-duration: 1s;
    border: 2px dashed rgba(7.1, 46.3, 72.5, 0.2);
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

    #uploader.dropzone:hover {
        transition-property: border, background-color;
        transition-duration: 1s;
        border: 2px dashed rgba(7.1, 46.3, 72.5, 0.8);
        background-color: rgba(7.1, 46.3, 72.5, 0.1);
    }

.files {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0;
    justify-content: space-between;
}

    .files .file {
        width: 50%;
        display: flex;
        flex: 0 49%;
        flex-direction: column;
        position: relative;
        list-style: none;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #eee;
    }

        .files .file .filename {
            word-break: break-word;
        }

        .files .file .size {
            font-style: italic;
        }

        .files .file .glyphicon-remove-sign {
            font-size: 24px;
            position: absolute;
            cursor: pointer;
            top: 5px;
            right: 5px;
            color: #1276b9;
        }

#uploader.dropzone .dz-preview .dz-progress .dz-upload {
    background: #1276b9;
}

#uploader.dropzone .dz-preview .dz-progress {
    border: 3px solid #fafafa;
}

.btn-lock {
    margin: 5px 0;
}

#ItemsControls .item-row .item-container {
    padding: 10px 0;
}

#ItemsControls .items .item-row:nth-child(even) .item-container {
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#ItemsControls .add-another-item-controls {
    margin: 10px 0;
}

#ItemControls .items .item-row:first-child .item-container {
    border-top: 1px solid #ddd;
}

#ItemsControls .items .item-row:last-child .item-container {
    border-bottom: 1px solid #ddd;
}

#CustomOrder .header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

    #CustomOrder .header .header-contents {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

#CustomOrder .edit-header {
    display: flex;
    align-items: center;
}

    #CustomOrder .edit-header .lead {
        margin-right: auto;
    }

    #CustomOrder .edit-header .actions {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding: 0;
    }

        #CustomOrder .edit-header .actions li {
            margin-right: 5px;
        }

        #CustomOrder .edit-header .actions:last-child {
            margin-right: 0;
        }

.confirmation-container {
    width: inherit;
}

    .confirmation-container .items .item th,
    .confirmation-container .site th {
        width: 20%;
    }


.alert-locked {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
    border-radius: 0;
}

.quote-action-bar {
    display: flex;
    justify-content: space-between;
}

.quotes .view-quote-btn {
    width: 20%;
}

.quotes .actions {
    width: 25%;
}

.quotes .approved {
    width: 5%;
}

.quotes .actions.approved {
    width: 10%;
}

.quotes .actions form {
    display: inline;
}

.quotes .approved {
    vertical-align: middle;
    text-align: center;
}

.flash {
    opacity: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
    transition: opacity 1s linear;
    z-index: 9999;
}

    .flash.show {
        transition: opacity 0.5s linear;
        opacity: 1;
    }

.subcategory .page-title-header {
    margin-top: 5px;
    margin-bottom: 5px;
}

.subcategory .resources {
    padding-left: 15px;
}

.site-shipping-information {
    display: flex;
    justify-content: space-between;
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .files .file {
        width: 100%;
        display: flex;
        flex: 1;
        flex-direction: column;
        position: relative;
    }
}

@media (max-width: 1000px) {


    .ncaa-logo {
        max-width: 200px;
    }

    .navbar-brand {
    padding: 10px 15px;
    }

    .navbar-toggle {
    margin-right: 0;
    }
    .navbar-nav {margin: 0!important;}
    .menubar-nav.open .dropdown-menu li {
        background: none;
    }

    .navbar-collapse {
    padding: 0!important;background: #1276b9;
    }

 
        .navbar-collapse.collapse.in {
            display: block !important;
        }
    .navbar-collapse.in .navbar-right, .navbar-collapse.collapsing .navbar-right {
        position: relative;
    }
    .collapse .navbar-right li, .collapsing .navbar-right li {
        background: #333;
    }



    .collapse .navbar-nav li, .collapsing .navbar-nav li {
        border-bottom: 1px solid #ffffff36;
    }

        .collapse .navbar-nav li a, .collapsing .navbar-nav li a {
           
            color: #fff;
        }

    .collapse .dropdown-menu {
        width: 100%;
    }

        .collapse .dropdown-menu li {
            background: none !important;
        }

    .dropdown-menu .divider {
        display: none !important;
    }
    .dropdown-menu > li > a {
        color: #fff!important;
    }

    .dropdown-menu > li {
    
    border: none!important;
    }
    .open .navbar-nav li {
        background: none !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-top: 18px;
    }


    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    #CustomOrder .edit-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.notes {
    word-break: break-word;
}

.add-barcode-inputs {
    display: flex;
    align-items: baseline;
}

    .add-barcode-inputs .barcode-input {
        flex: 1;
        margin-right: 20px;
    }

    .add-barcode-inputs button {
        margin-right: 10px;
    }

.ii-barcode-table .barcode-col {
    width: 30%;
}

.ii-barcode-table .return-reusable-col {
    width: 10%;
}

.ii-barcode-table .return-date-col {
    width: 10%;
}

.ii-barcode-table .action-col {
    width: 10%;
}

.notes-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
