/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 4, 2021, 1:37:36 PM
    Author     : Nico
*/

:root
{
    --basic_color: rgb(192,192,192);
    --premium_color: #c4a731;

    --dark_text_color: rgb(70,70,70);
    --dark_trans_color: rgba(255,255,255,.1);
    --color0: rgb(255,255,255);
    --color1: rgb(200,200,200);
    --color2: rgb(150,150,150);
    --color3: rgb(100,100,100);
    --color4: rgb(50,50,50);
    --color5: rgb(30,30,30);

    --error_color: #ce3635;
    --warning_color: #cd802e;
    --info_color: #4285ba;

    --hover_color: rgb(150,150,150);

    --xColor: rgb(255,0,0);
    --yColor: rgb(0,255,0);
    --zColor: rgb(11,152,222);

    --default_font_color: #5C666A;

    --default_font_family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

@media (min-width: 1200px)
{
    .container
    {
        max-width: 1500px;
    }
}


@font-face
{
    font-family: jenna;
    src: url('/javax.faces.resource/fonts/JennaSue.ttf.html');
}

.jenna
{
    font-family: jenna !important;
}

.jenna_title
{
     font-family: jenna !important;
       font-size:100px !important;
    font-weight: 300;
}

.flex .ui-panel-content
{
    display:flex;
    border:none !important;
}

.flex-end
{
    align-self: flex-end;
}

.ui-commandlink
{
    color:white !important;
}

.anchor
{
    position:relative;
    top:-100px;
}

.input-panel
{
    padding:0px !important;
}

.demo-video-panel
{
    width:100%;
    overflow: hidden;
    margin-top:100px;
    z-index: 0;
    position: relative;
}

.demo-video-panel .demo-video
{
    object-fit: cover; 
    width:100%;  
    height: 60vh; 
    object-position: center -10vh; 
    z-index: 0;
    position: relative;
}

.demo-video-panel .container
{
    position: relative;
    z-index: 1;
}

.demo-video-panel .title-1
{
    font-size:45px !important;
    font-weight: 500;
    color:white;
    z-index: 2;
}

.demo-video-panel .title-2
{
    font-size:20px !important;
    font-weight: 400;
    color:white;
    z-index: 2;
}

@media screen and (max-width: 1000px)
{
    .demo-video-panel
    {
    }



    .demo-video-panel .container
    {
    }

    .demo-video-panel .demo-video
    {
          object-position: center center; 
           height: 40vh; 
    }

    .demo-video-panel .title-1
    {
        font-size:25px !important;
    }


    .demo-video-panel .title-2
    {
          font-size:20px !important;
    }
}

.section
{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--color1);
}

.section.odd
{
    background-color: rgb(255,255,255) !important;
}

.section.even
{
    background-color: rgb(240,240,240) !important;
}
.section_grid
{

}

.section_grid *
{
}


body .ui-panelgrid .ui-panelgrid-cell
{
    background:none !important;
}

.section.even .ui-button
{
    background:white !important;
}

@media screen and (max-width: 1000px)
{
    .section_grid .section_entry
    {
        width:100% !important;
    }
}

.section_grid .section_entry
{
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.section_title
{
    font-size:30px !important;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom:25px;
}

.section_sub_title
{
    font-size:22px !important;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom:50px;
}

.section_text
{
    font-size:18px !important;
    font-weight: 300;
}

.section_grid .more_info_button
{
    width: 100%;
    background: white !important;
}

.ilumbra_list
{
    padding:25px !important;
}

.ilumbra_list .list-item
{
    display: flex;
    margin-top:25px;
}
.ilumbra_list .list-item i
{
    margin-right: 20px;
    font-size:25px;
    margin-top:5px;
}

.ilumbra_list .list-text
{
    font-weight:300;
    color:var(--color4);
}

.ilumbra_list .list-text.title
{

    font-size:18px !important;
}

.padding-50
{
    padding:50px !important;
}

.padding-10
{
    padding:10px !important;
}

.ui-tabs-panel
{
    padding:0px !important;
}

.ilumbra_form
{
    width:100%;
    padding:30px;
    border:1px solid var(--color1);
}

.justify-full
{
    text-align: justify;

}

hr {
    display: block;
    background-color:darkgrey !important;
}

.product_details.ui-accordion
{
    margin-bottom:20px !important;
}

.product_details.ui-accordion .ui-accordion-content
{
    border-width:0px;
}

.product_details.ui-accordion .ui-accordion-header
{
    margin-bottom: 0px !important;
    height:45px !important;
    border-width: 0px !important;
}

@media(max-width: 850px) {
    .ui-datatable-reflow thead th,.ui-datatable-reflow tfoot td {
        display:none
    }

    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:not(.ui-helper-hidden) {
        text-align: left;
        display: block;
        border: 0 none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left
    }

    .ui-datatable-reflow .ui-datatable-data.ui-widget-content {
        border: 0 none
    }

    .ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
        border-left: 0 none;
        border-right: 0 none
    }

    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em
    }

    .ui-datatable-reflow .ui-reflow-label,.ui-datatable-reflow .ui-reflow-dropdown {
        display: inline-block
    }

    .ui-datatable-reflow .ui-reflow-dropdown {
        margin-left: 5px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .ui-datatable-reflow tr.ui-datatable-empty-message>td {
        display: block;
        border: 0 none
    }

    /*
    */

    .overlayText
    {

        top: 30%;
        left: 5%;
        z-index: 1;
    }

    #topText
    {
        color: white;
        font-size: 20px;
        align-self: left;
    }
}

.featured .title, .motd .title
{
    font-size:24px !important;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom:25px;
}

.featured .label
{
    font-size:18px !important;
    width:100%;
    text-align: right;
    font-size:16px !important;
    color:rgba(255,255,255,0.5);
     padding-right:20px !important;
     font-weight:100;
     text-transform: uppercase

}

.featured .ui-galleria .ui-galleria-indicators .ui-galleria-indicator button
{
    width:8px;
    height:8px;
}

.featured .ui-galleria .ui-galleria-caption-item
{
    background-color:transparent;
    padding: 0px !important;
   
}

.featured .ui-galleria-caption-items
{
    top: 20px;
    right: 50px;
}

.ui-galleria .ui-galleria-link:focus
{
    box-shadow: none !important;
}

.ui-galleria .ui-galleria-indicators .ui-galleria-indicator.ui-state-highlight button
{
    background-color: rgb(60,60,60) !important;
}
