input.error[type="checkbox"] {
    border: 2px solid #D30000 !important;
    outline: 2px solid #D30000 !important;
}

input.error[type="radio"] {
    border: 2px solid #D30000 !important;
    outline: 2px solid #D30000 !important;
}

input.error, select.error, span.error {
    border: 2px solid #D30000 !important;
}

textarea.error {
    border: 2px solid #D30000 !important;
}

input[type="button"].ov-medium {
    width: 75px;
}

.sku input.labelauty:checked + label
{
    background: #003c70;
    background: -moz-linear-gradient(top, #0071bc 31%, #0071bc 117%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #0071bc), color-stop(117%, #0071bc));
    background: -webkit-linear-gradient(top, #0071bc 31%, #0071bc 117%);
    background: -o-linear-gradient(top, #0071bc 31%, #0071bc 117%);
    background: -ms-linear-gradient(top, #0071bc 31%, #0071bc 117%);
    background: linear-gradient(to bottom, #0071bc 31%, #0071bc 117%);
    background-size: 98% 113%;
    color: #ffffff;
}

input.labelauty:not(:checked):not([disabled]) + label:hover
{
    background-color: #003c70;
    color: #ffffff;
}

.sku input.labelauty:checked:not([disabled]) + label:hover
{
    background-color: #003c70;
}

.sku input.labelauty + label > span.labelauty-checked-image
{
    background-image: none;
}

.sku input.labelauty + label > span.labelauty-unchecked-image,
.sku input.labelauty + label > span.labelauty-checked-image
{
    display: none;
}

.sku input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
.sku input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked
{
    margin-left: 0;
}


.sku input.labelauty + label
{
    float: left;
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    color: #003c70;
    cursor: pointer;
    border: 1px solid #003c70;

    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;


    transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;

    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size:10px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table.gridtable th {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
table.gridtable td {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}

span.ov-percent {
    display: inline-block;
    width: 83px;
}

img.logo_retina {
    width: 125px;
    height: 40px;
}

img.logo_retina_50 {
    width: 157px;
    height: 50px;
    margin: 10px;
}

.remove-group-button {
    border: 1px solid #003c70;
    color: #003c70;
    background-color: white;
}

.remove-group-button:hover {
    color: white;
    background-color: #003c70;
}

.wrench_icon:hover {
    color: black;
}

.trash_icon:hover {
    color: black;
}

.add-group {
    height: 160px;
    cursor: pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
    color: #003c70;
    font-size: x-large
}

.add-group:hover {
    background-color: #003c70;
    color: white;
}

.product-images-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background-color: rgba(30, 30, 30, 0.9);
    z-index: 999999;
}
.product-images-container .item > div {
    position: relative;
    max-width: 90%;
    height: 90%;
    margin: 0 auto;
}
.product-images-container .item .close-x {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    color: #777;
    top: -20px;
    right: -20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.product-images-container .item .close-x:hover {
    color: #d1d1d1;
}
.product-images-container .lSSlideOuter {
    position: relative;
}
.product-images-container .lSSlideOuter li {
    display: block;
    background-color: #fff;
    padding: 2px;
    text-align: center;
}
.product-images-container .lSSlideOuter li .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product-images-container .lSSlideOuter li img {
    max-height: 98%;
    max-width: 90%;
}
.product-images-container .lSPager li {
    padding: 2px;
}
.product-images-container .lSPager li img {
    border-radius: 4px;
}

.circle
{
    width:50px;
    height:50px;
    border-radius:25px;
    font-size: 12px;
    font-family: 'Calibri', Fallback, sans-serif;
    color:#fff;
    line-height:50px;
    text-align:center;
}

.location_list_item
{
    height: 50px;
    vertical-align: middle !important;
}

.breadcrumb_dropdown_v1
{
    border: none; background-color: transparent; font-size: large; color: #003c70
}

@media (min-width: 991px) {
    .small {
        display: none;
    }

    .big {
        display: block;
    }

    .report_header .btn.dropdown-toggle.btn-default {
        border: none;
        background-color: transparent;
        font-size: medium;
        color: #003c70;
        width: 430px;
    }

    .report_header .bootstrap-select.btn-group .dropdown-menu {
        width: 430px;
        font-size: medium;
        color: #003c70;
    }

    select .report_header_v {

        /* styling */
        background-color: transparent !important;
        border: none !important;
        border-radius: 4px;
        display: inline-block;
        font: inherit;
        color: #003c70;

        /* reset */

        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}

@media (max-width: 991px) {
    .small {
        display: block;
        list-style-type: none;
        padding-left: 0;
    }

    .big {
        display: none;
    }
    .report_header .btn.dropdown-toggle.btn-default {
        border: none;
        background-color: transparent;
        font-size: small;
        width: 280px;
        padding-left: 0;
    }

    .report_header .bootstrap-select.btn-group .dropdown-menu {
        width: 280px;
        font-size: small;
    }

    select .report_header_v {

        /* styling */
        background-color: transparent !important;
        border: none !important;
        border-radius: 4px;
        display: inline-block;
        font: inherit;
        color: #003c70;

        /* reset */

        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}

/* arrows */

select.classic {
    background-image:
            linear-gradient(45deg, transparent 50%, blue 50%),
            linear-gradient(135deg, blue 50%, transparent 50%),
            linear-gradient(to right, skyblue, skyblue);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
}

select.classic:focus {
    background-image:
            linear-gradient(45deg, white 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, white 50%),
            linear-gradient(to right, gray, gray);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}




select.round {
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%),
            radial-gradient(#ddd 70%, transparent 72%);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - .5em) .5em;
    background-size:
            5px 5px,
            5px 5px,
            1.5em 1.5em;
    background-repeat: no-repeat;
}

select.round:focus {
    background-image:
            linear-gradient(45deg, white 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, white 50%),
            radial-gradient(gray 70%, transparent 72%);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - .5em) .5em;
    background-size:
            5px 5px,
            5px 5px,
            1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}





select.breadcrumb_dropdown {
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    color: #003c70;
}

select.breadcrumb_dropdown:focus {
    background-image:
            linear-gradient(45deg, gray 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, gray 50%);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
    color: #003c70;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.crop {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.crop img {
    width: 100%;
    max-height: 100%;
    margin: 0;
}

.thumbnail.gallery {
    width: 100%;
    margin-right: 10px;
}

.panel-body.daily-tickets {
    background-color: transparent;
}
