html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, input, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, textarea, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
   
    background: transparent;
   
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table, address, span {
    cursor: default
}

img {
    display: block;   
}

body {
    line-height: 1;
    min-height: 100%;
    overflow-y: scroll
}

.container {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 840px
}

    .container:before, .container:after {
        display: table;
        content: ""
    }

    .container:after {
        clear: both
    }

.box {
    background-color: rgba(221,221,221,.46);
    border-radius: 30px 30px 30px 30px;
    height: 350px;
    text-align: center;
   
}

.fill {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: 810px
}

.wide {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: 530px
}

.half {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: 390px
}

.narrow {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: 250px
}
.admin-narrow {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: 200px
}

body {
    font-family: SonosPFHandbookPro,Trebuchet,Arial,Helvetica;
    font-size: 18px;
    line-height: 18px;
    background: #1a1919;
    overflow-y: scroll
}

button, input, textarea, select {
    font-family: SonosPFHandbookPro,Trebuchet,Arial,Helvetica;
    font-size: 18px
}

a {
    color: inherit
}

p, ul, ol {
    color: #333
}

    p + p, ul + p, ol + p, p + ul, ul + ul, ol + ul, p + ol, ul + ol, ol + ol {
        margin-top: 10px
    }

.large {
    color: #333;
    font-size: 61px;
    line-height: 50px;
    font-weight: 400;    
    margin-top: 25px;
    text-transform: uppercase;
    font-family: SonosPFHandbookPro-medium,Trebuchet,Arial,Helvetica !important
}

    .large span {
        font-size: 24px;
        line-height: 0
    }

.medium {
    color: #787878;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: SonosPFHandbookPro-medium,Trebuchet,Arial,Helvetica !important;
    text-transform: uppercase
}
.medium_inputs {
    color: black;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 10px;
    
    font-family: SonosPFHandbookPro-medium, Trebuchet, Arial, Helvetica !important;
    text-transform: uppercase;
}

.medium--big {
    font-size: 34px;
    line-height: 30px;
    color: #e89939
}

p.small, .small p {
    font-size: 13px;
    line-height: 20px
}

.ordered {
    counter-reset: count
}

    .ordered li {
        margin-left: 20px
    }

        .ordered li:before {
            position: absolute;
            margin-left: -20px;
            color: #fff;
            content: counter(count) ")";
            counter-increment: count
        }

.page-top {
    position: relative;
    z-index: 9;
    padding-top: 11px;
    padding-bottom: 19px;
    margin-bottom: -11px;
    min-width: 870px;
    background: url('../images/header_b.png') top left repeat-x
}

.logo {
    padding-top: 2px;
    padding-bottom: 2px
}

.navigation {
    text-align: right;
    font-size: 0;
    text-transform: uppercase
}

    .navigation li {
        display: inline-block;
        font-size: 16px;
        margin-left: 20px;
        color: #bbb
    }

    .navigation a {
        color: #fff;
        line-height: 40px;
        text-decoration: none
    }

    .navigation .navigation__external:after {
        content: " \00bb"
    }

    .navigation .navigation__form {
        margin: -1px 0 -5px
    }

    .navigation .navigation__button {
        display: inline-block;
        margin: 3px 0 0 2px;
        padding: 0 15px;
        border: 0;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        background: #1091c7;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        border-radius: 2px
    }

.form {
    font-size: 0
}

    .form label {
        margin-right: 10px;
        color: #333;
        font-size: 16px;
        line-height: 40px
    }

    .form input:not([type="checkbox"]), .form select {
        display: inline-block;
        margin-right: 20px;
        border: 1px solid #ddd;
        height: 38px;
        width: 148px;
        padding: 0 10px;
        background: #fff;
        font-size: 16px;
        line-height: 38px
    }

        .form input:not([type="checkbox"]):active, .form select:active, .form input:not([type="checkbox"]):focus, .form select:focus {
            border: 1px solid #bbb
        }

    .form input[type="checkbox"] {
        
        position: relative;
        top: 15px;
        width: auto;
        height: auto
    }

    .form select {
        line-height: 20px;        
        width: 170px
    }

        .form select option {
            display: block
        }

    .form button {
        display: inline-block;
       
        padding: 10px 20px;
        border: 0;
        height: 38px;
        color: #fff;
        background: #d42536;
        font-size: 14px;
        
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer
    }

        .form button:hover {
            background: #a01c29
        }

    .form .form__checkbox-label {
        clear: none;
        padding-left: 15px
    }

    .form .validation-summary-errors ul, .form .validation-summary-errors li {
        color: #d42536
    }

    .form .field-validation-error {
        color: #d42536
    }

    .form .form__has-title {
        border-bottom: 1px dotted #fff
    }

    .form .form__clarification {
        font-size: 10px;
        line-height: 0
    }

.form--vertical fieldset, .form--vertical .fieldset {
    padding: 19px 19px 4px;
    border: 1px solid #111
}

    .form--vertical fieldset + fieldset, .form--vertical .fieldset + fieldset {
        margin-top: 20px
    }

    .form--vertical fieldset legend, .form--vertical .fieldset legend {
        position: absolute;
        visibility: hidden
    }

.form--vertical .form__title {
    font-size: 18px;
    line-height: 25px;
    font-family: SonosPFHandbookPro-medium,Trebuchet,Arial,Helvetica !important;
    font-weight: 400;
    margin-bottom: 25px;
    color: #333;
    text-transform: uppercase
}

.form--vertical .medium {
    margin-bottom: 25px
}

.form--vertical input, .form--vertical label, .form--vertical button, .form--vertical select {
    float: left
}

.form--vertical input, .form--vertical label, .form--vertical select, .form--vertical button {
    margin-bottom: 20px
}

.form--vertical label {
    clear: both;
    min-width: 140px
}

.form--vertical button {
    clear: both;
    margin-left: 150px
}

.form--vertical .field-validation-error {
    font-size: 13px;
    line-height: 40px;
    float: left
}

.form--vertical + .form--vertical {
    margin-top: 20px
}

.form--catalog {
    font-size: 18px
}

.form--login label {
    min-width: 80px;
    color: #fff
}

.form--login .form__button {
    margin-left: 90px
}

.sidebar {
    color: #fff
}

    .sidebar .large, .sidebar .medium, .sidebar .small {
        color: #fff
    }

    .sidebar a {
        text-decoration: none
    }

        .sidebar a:hover {
            text-decoration: underline
        }

    .sidebar p, .sidebar ul {
        color: #bbb
    }

        .sidebar ul strong {
            color: #fff
        }

.sidebar--inner {
    padding: 19px 19px 0;
    border: 1px solid #212121;
    max-height: 600px;
    background: #272727;
    border-radius: 2px;
    overflow-y: auto
}

    .sidebar--inner .medium {
        margin-top: 0
    }

    .sidebar--inner ul:last-child, .sidebar--inner p:last-child {
        padding-bottom: 19px
    }

.catalog a {
    text-decoration: none
}

    .catalog a:hover {
        text-decoration: underline
    }

    .catalog a:after {
        /* content: " / Redeem \00bb";*/
    }

.catalog__item {
    background: #eee;
    display: block;
    margin-top: 30px
}

.catalog__item__inner {
    display: block;
    padding: 0 20px
}

    .catalog__item__inner .medium {
        margin: 0 -20px 20px;
        padding: 20px;
        color: #333;
        background: #ddd
    }

    .catalog__item__inner p {
        margin-bottom: 20px
    }

    .catalog__item__inner figure {
        margin: 0
    }

    .catalog__item__inner img {
        margin: 0 0 20px;
        width: 230px
    }

    .catalog__item__inner select {
        width: auto;
        margin-bottom: 20px;
        margin-right: 10px
    }

.list {
    font-size: 18px;
    line-height: 18px
}

.list--separate li + li {
    border-top: 1px solid #888;
    padding-top: 18px;
    margin-top: 17px
}

.list__title {
    display: inline-block;
    margin-bottom: 18px;
    color: #d42536;
    font-family: SonosPFHandbookPro-medium,Trebuchet,Arial,Helvetica !important;
    text-transform: uppercase
}



/*ORDERS*/
.list__title_orders {
    display: inline-block;
    float: right;
   
    color: black;
    font-family: SonosPFHandbookPro-medium,Trebuchet,Arial,Helvetica !important;
    text-transform: uppercase
}

.list__title_orders_shipment {
    display: inline-block;

    color: black;
    font-family: SonosPFHandbookPro-medium,Trebuchet,Arial,Helvetica !important;
    margin-top: -35px;
    margin-bottom: 30px;
}
.btn_orders {
    margin-bottom: 5px;
    cursor: pointer;
    border: none;
    background-color: transparent;   
    padding-left: 0px;
}

.content_orders {
    display: none;
    overflow: hidden;
}

.btn_orders:after {
    content: '\02C5';
    color: black;
    font-weight: bold;
}

.active:after {
    content: "\2212";
}


.splash {
    padding-top: 125px;
    padding-bottom: 125px;
    min-width: 870px;
    background-image: url('../images/loginpage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .splash .large {
        color: #111;
        font-size: 30px;
    }





.content {
    min-width: 870px;
    background: #fff;
    padding-top: 35px;
    padding-bottom: 75px
}

    .content:before, .content:after {
        display: table;
        content: ""
    }

    .content:after {
        clear: both
    }

    .content p a, .content ul a {
        color: #333
    }

    .content a.a--highlight {
        color: #d42536
    }

    .content .notice {
        color: #d42536;
        font-weight: 400
    }

.page-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2e2e2e;
    color: white;
  
}

    .page-bottom p {
        color: #787878;
        font-size: 13px;
        line-height: 50px;
        text-transform: uppercase
    }

.productimage {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  
}

/* Modal Content */
.modal-content-catalog {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 70%;
    overflow-y: auto;
    text-align: center
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
   
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


/*COLLAPSIBLE*/
.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

   

.content_collapsible {
 
    display: none;
    overflow: hidden;
    min-width: 770px;
   
}

/*Centering admin tables dashboard*/

.center_admin_tables {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dataTables_wrapper .dataTables_filter input {
    border-bottom: solid 1px;
    margin-bottom: 15px;
}

.tr_dashboard {
   
    background-color: dimgray;
    margin-top: 5px;
    color: white;
    text-transform: uppercase;
}


.datatable_btn {
    background: linear-gradient(to bottom, #ffc477 5%, #e89939 100%);
    background-color: #ffc477;
    border-radius: 5px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;   
    font-size: 15px;
   
    text-decoration: none;
}

    .datatable_btn:hover {
        background: linear-gradient(to bottom, #e89939 5%, #ffc477 100%);
        background-color: #e89939;
    }

    .datatable_btn:active {
        position: relative;
        top: 1px;
    }

.products_form {
    margin-bottom: 40px;
}

.products_input {
    border: 1px solid gray;
    border-radius: 2px;
    padding: 7px;
    display: block;
}

.field_products_width {
    display:inline-block;
    width: 49%;
}

.field_products_size {
    width: 70%;
    border: 1px solid gray;
    border-radius: 2px;
    padding: 7px;
    display: block;
}

.list_catalog {
    
    display: inline-block;    
    transition: all .2s ease-in-out;
}

    .list_catalog:hover {
        transform: scale(1.1);
    }
    /*PARTICIPANT*/
    .list__title_participant {
        display: inline-block;
        float: right;
        color: black;
        font-family: SonosPFHandbookPro-medium,Trebuchet,Arial,Helvetica !important;
        text-transform: uppercase
    }

.list__title_orders_participant {
    display: inline-block;
    color: black;
    font-family: SonosPFHandbookPro-medium,Trebuchet,Arial,Helvetica !important;  
    margin-bottom: 30px;
}

.participant_input {
    width: 80%;
    border: 1px solid gray;
    border-radius: 2px;
    padding: 7px;
    display: block;
}

.participant_grid {
    width:100%;
    display:inline-flex;

}

.participant_columns {

    width:49%;
}

.btn_add_participant {
    margin-bottom: 5px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding-left: 0px;
    text-transform: uppercase;
}

.content_participant {
    display: none;
    overflow: hidden;
}

.btn_add_participant:after {
    content: '\0002B';
    color: black;
    font-weight: bold;
}

.active:after {
    content: "\2212";
}




.catalog_a {
    cursor: pointer;
    padding: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
}



#wrapper {
    width: 900px;
    margin: 20px auto;
}

#pagination-data-container {
    margin-top: 5px;
}

    #pagination-data-container ul {
        padding: 0;
        margin: 0;
    }

    #pagination-data-container li {
        margin-bottom: 5px;
        padding: 5px 10px;
        background: #eee;
        color: #666;
    }

    /*INPUT ORDERS*/

.input_orders {

    border: 1px #333 solid;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 5px;
}

    /*DATA TABLE SLIDER*/

td.details-control {
    /*  background: url('/examples/resources/details_open.png') no-repeat center center;*/
    cursor: pointer;
}

tr.shown td.details-control {
    /* background: url('/examples/resources/details_close.png') no-repeat center center;*/
}

div.slider {
    display: none;
}

div.file-upload-buttons {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

table.dataTable tbody td.no-padding {
    padding: 0;
}

.catalog_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-top:40px;
}

.item_view_page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  
}

.global_select {
    line-height: 20px;
    width: 100px;
    margin-right: 5px;
}

    .global_select option {
        display: block
    }

.global_button {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    height: 38px;
    color: #fff;
    background: #d42536;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.search_boxes {
    margin-bottom: 10px;
    border: .5px solid;
    height: 35px;
    border-radius: 4px;
    padding: 3px;
   
}

.button_cancel_order {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    color: #d42536;
    cursor: pointer;
    text-decoration: underline;
}

.orders_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin-top: 40px;
}

.orders_text {
    color: black;
    width: 100px;
}

.admin-wide {
    display: block;
    float: right;
    margin-right: 15px;
    margin-left: 15px;
    width: 800px;
}

.text_small {
    font-style: italic;
    font-size: 13px;
}


/*CATALOG FILTER CONTROLLER*/

.button_pagination {

    border: none;
    background-color: white;
    cursor: pointer;
}

.wide_participant {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
   
}

/*POPOVER*/

/* Base styling*/

/* Popover styling */



.popover__title {  
    line-height: 36px;   
    color: rgb(228, 68, 68);
    text-align: center;
    padding: 15px 0;
}

.popover__wrapper {
    position: relative;   
    display: inline-block;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -150px;
    transform: translate(0, 10px);
    background-color: #bfbfbf;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
    margin-top: 25PX;
}

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: "";
        right: calc(50% - 10px);
        top: -8px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #bfbfbf transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
}