/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 1px solid #ddd;
    margin: 0;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

textarea {
    resize: vertical;
}


select {
    border: 1px solid #ddd;
    padding: 6px 5px;
    min-width: 250px;
}


label {
    display: inline-block;
    min-width: 150px;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    background: #f2f2f2;
}

/* CoreUI dashboard layout fixes */
.wrapper {
    padding-left: var(--cui-sidebar-occupy-start, 0);
    padding-right: var(--cui-sidebar-occupy-end, 0);
    transition: padding 0.15s ease;
}

/* Fallback offsets if CoreUI vars are not applied */
.sidebar.sidebar-fixed + .wrapper {
    padding-left: var(--cui-sidebar-width, 16rem);
}

.sidebar.sidebar-fixed.hide + .wrapper {
    padding-left: 0;
}

.sidebar.sidebar-fixed.sidebar-narrow + .wrapper,
.sidebar.sidebar-fixed.sidebar-narrow-unfoldable + .wrapper {
    padding-left: var(--cui-sidebar-narrow-width, 4rem);
}

@media (max-width: 767.98px) {
    .sidebar.sidebar-fixed + .wrapper {
        padding-left: 0;
    }
}

.body {
    min-width: 0;
}

.sidebar {
    height: 100vh;
}

.sidebar-nav {
    flex: 1 1 auto;
    overflow-y: auto;
}

body.theme-christmas {
   background: #efefef url("../images/bg_jul.jpg") 0 0 /cover;
}

.container {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.header-container{
    background: #693468;
    border-bottom: 1px solid #3f0c3f;
}


.header-container .container {
    border-left: 1px solid #641664;
    border-right: 1px solid #641664;
    border-bottom: none;
    margin-bottom: -1px;
}

.footer-container .container {
    border-left: 1px solid #641664;
    border-right: 1px solid #641664;
    border-top: none;
    margin-top: -1px;
}

.footer-container {
    border-top: 1px solid #3f0c3f;
    background: #693468;
    text-align: center;
}
.aside {
    background: #693468;
    color: white;
}

.title {
    color: #222222;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#logo {
    margin: 10px 0;
    width: 300px;
    display: inline-block;
    height: 60px;
    text-indent: -9999px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:left;
}

.message_selected-gift {
    padding:10px 20px;
    background:white;
    color: #222222;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.select-variant {
    padding: 5px;
    width: 200px;
}

.select-gift {
    background: darkgreen;
    padding:10px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 5px 0;
    clear: both;
    text-align: center;
    border-radius: 4px;
}

.unselect-gift {
    background: darkred;
    padding:10px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 5px 0;
    clear: both;
    text-align: center;
    border-radius: 4px;
}


.delete-gift {
    background: darkred;
    padding:10px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 5px 0;
    clear: both;
    text-align: center;
    border-radius: 4px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.Collage{
    padding:10px;
}
.Collage img{
    margin:0;
    padding:0;
    display:inline-block;
    vertical-align:bottom;
    opacity:1;

    /*This is where you set the border you want for the image*/
    border:6px solid #FFF;
}


/* In this example, this is the main item being resized */
.Image_Wrapper{
    /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
    opacity:0;
    -moz-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.Image_Wrapper h3 {
    font-size: 1.2em;
}

.Caption{
    font-size:14px;
    font-weight:normal;
}
.Caption_Content{
    /* padding:10px; */
    color:#FFF;
    padding:20px;
    line-height: 18px;
}

.icon-gift-selected {
    position: absolute;
    padding: 0 10px;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    top: 10px;
    right: 10px;
    background: green;
    color: #fff;
    border-radius: 10px;
}

.icon-gift-not-selected {
    position: absolute;
    padding: 0 10px;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    top: 10px;
    right: 10px;
    background: #ccc;
    color: #222;
    border-radius: 10px;
}

h1, .h1 {
    font-size: 2em;
    font-weight: 600;
}
h2, .h2 {
    font-size: 1.2em;
    font-weight: 600;
}

h3, .h3 {
    font-size: 1.1em;
    font-weight: 600;
}

section.table-area {
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th {
    background-color: #693468;
    color: white;
    font-weight:normal;
}

table a {
    color: #693468;
    text-decoration: none;
}
table a:hover {
    text-decoration: underline;
}

th, td {
    border: none;
    text-align: left;
    padding: 8px;
}


tr.not-selected {background-color: #ffeded;}
tr.has-selected {background-color: #edfff3;}

tr.whitebg { background-color: #ffffff;}
tr.greybg { background-color: #f2f2f2;}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */


/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {

    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input.loading {
    background: rgba(0, 0, 0, 0) url("images/ajax-loader.gif") no-repeat scroll right 5px center
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

#insertIndividual-btn {
    background: darkgreen none repeat scroll 0 0;
    border: 1px solid lightgreen;
    color: white;
    cursor: pointer;
    padding: 6px 5px;
}

#insertIndividual-btn:hover {
    background: green none repeat scroll 0 0;
}

#insertIndividual-btn.disabled {
    background: #cccccc none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    color: white;
    padding: 6px 5px;
}

.Product_Inner {
    position: relative;
    padding: 10px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}

.Product_Inner:hover {
    background: rgba(105, 52, 104, 1);
    color: white;
}

.prod-desc {
    display: block;
    height: 24px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Product_Wrapper .product-details {
    padding: 10px;
    line-height: 1.2em;
}

.Product_Wrapper .price {
    font-size: 1.4em;
    font-weight: 600;
    float: left;
    line-height: 1.2em;
    color: white;
}

.btn-success {
    background: #6abd45;
}

.modal-footer-custom .price {
    font-size: 1.6em;
    display: block;
    line-height: 1em;
    font-weight: 600;
}

.Product_Wrapper .btn-buy {
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
}

.Product_Wrapper .btn-buy:hover {
    color: #28a745;
}

.modal-footer-custom {
    border-top: 1px solid #e9ecef;
    padding: 1rem;
}

.text-large  {
    font-size: 26px;
    line-height: 1em;
}

.text-larger {
    font-size: 18px;
    line-height: 1em;
}

.btn-success.disabled, .btn-success:disabled {
    background: grey;
    border-color:#ccc;
}

.price-vat-txt {
    font-size: 11px;
    line-height: 1.2em;
}

.font-weight-semi {
    font-weight: 600;
}