
@import url('https://fonts.cdnfonts.com/css/sifonn');


@font-face {
    font-family: 'Rigelstar';
    src: url('Fonts/Rigelstar.ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Berlin Sans FB';
    src: url('Fonts/BRLNSR.TTF');
    font-weight: normal;
    font-style: normal;
}

.row {
    display: flex;
    align-items: stretch;
}



html, body {
    height: 100%;
    background-color: #cadeea;
}

.panel.h-100, .row.h-100 {
    height: 100%;
}

.filelist {
    height: 40px;
    vertical-align:middle;
}

.filelist a {
    margin-top:5px;

}

.filelist .btn {
margin:0;


}

#topBanner {
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #005f83;
    text-align: center;
}
.progressMain {
    width: 100%;
    height: 35px;
    background-color: white;
}
    #topBanner a {
        font-family: 'Sifonn';
        color: white;
    }

#emailIcon {
    margin-left: 30px;
    margin-right: 5px;
}

#phoneIcon {
    margin-left: 5px;
    margin-right: 5px;
}



.breadcrumb {
    font-family: 'Sifonn';
    background-color: #f8f9fa; /* Light gray background */
    /*border-radius: 0.25rem;  Rounded corners */
    padding: 0.2rem 1rem; /* Padding for better spacing */
    margin-bottom: 1rem; /* Space below the breadcrumb */
    font-size: 0.8rem; /* Slightly larger font size */
    margin-left: -10px;
    margin-right: -10px;
}

.breadcrumb-item {
    color: #005f83; /* Neutral gray for non-active items */
    font-weight: 500; /* Medium font weight */
    
}

    .breadcrumb-item a {
        color: #005f83;
        background-color: #f8f9fa; /* Blue for links */
        text-decoration: none; /* Remove underline */
        transition: color 0.2s ease-in-out; /* Smooth hover effect */
        background-color: white;
        padding-left: 3px;
        padding-right: 3px;
    }

        .breadcrumb-item a:hover {
            color: #0056b3; /* Darker blue on hover */
            text-decoration: underline; /* Add underline on hover */
        }

    .breadcrumb-item.active {
        color: #005f83; /* Darker gray for the active item */
        font-weight: 600; /* Slightly bolder font for emphasis */
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 10px
    }

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/");
    }


.brand-animation {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.navHeader {
   /* background-color: white;*/
}


.container {
    width: 100%;
    max-width: 100%;
}


h1 {
    font-family: 'Rigelstar';
    color: Black;
}

h2 {
    font-family: 'Sifonn';
    color: #005f83;
}

h3 {
    font-family: 'Sifonn';
    color: #005f83;
    font-weight: 500;
}

h4 {
    font-family: 'Sifonn';
    color: #005f83;
    font-size: 1.1em;
    font-weight: 600;
}


h5 {
    font-family: 'Sifonn';
    color: #005f83;
}

h6 {
    font-family: 'Sifonn';
    color: #005f83;
}

p {
    font-family: 'Berlin Sans FB';
    font-weight: 300;
   
    margin-bottom: 0.5em;
}

li p {
    font-weight:200;


}

.align-image-right{
    float:right;
}

.icon-btn {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease;
    overflow: hidden;
    background-color: #c7d4da;
    padding: 10px;
    border: 2px solid black;
    border-radius: 15px;
    display: inline-block;
}

    .icon-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 20px rgba(1,1, 1, 0.8);
        overflow: hidden;
        transition: transform 0.2s ease;
    }


.image-btn {
    margin: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease;
    overflow: hidden;
    background-color: #c7d4da;
    padding: 10px;
    border: 2px solid black;
    border-radius: 15px;
    display: inline-block;
    padding: 0;
    width: 300px;
    height:200px;
    text-align:center;
    background-size:cover;
}

.image-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(1,1, 1, 0.8);
    overflow: hidden;
    transition: transform 0.2s ease;
}


hr {
}



.tec-notes{
    color:darkred;

}

    .tec-notes h6 {
        padding-top:5px;
        padding-bottom:5px;
        text-align:center;
        border-top: 1px solid darkred;
        border-bottom: 1px solid darkred;
        color: darkred;
    }

.tec-notes h2 {
color: darkred !important;
}
    .tec-notes li{
color:darkred;
font-size:0.9em;

    }

    .panel-guide hr{
       height:4px; 
    }


/*Client Dashboard*/
.jobsdashboard {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: transform 0.2s ease;
    border-radius: 0px;
    background-color: #c7d5db;
    margin-bottom: 25px;
}

li {
    color: #005f83;
}


.parent {
    color: #005f83;
    font-size: 1.0em;
}


.child {
    color: #005f83;
    font-size: 0.8em;
}

.colordisplay{
    border:1px solid white;

}


.guide-level1 p {
    font-size: 0.8em;
}


.guide-strong {
    font-size: 1.2em;
 
}


.guide-level1 {
    font-size: 1.5em;
}

.guide-level2 {
    font-size: 0.9em;
}

.guide-level2 p {
    font-size: 1.0em;
}

.guide ol {
    counter-reset: item
}

.guide li {
    display: block;
}

.guide ol > li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.guide ul > li {
    display: list-item;
    list-style: circle;
}

.nav-pills .nav-link.active {
    background-color: #005f83;
}

.nav-pills .nav-link
 {


}
    /*#region Dropdowns****************************************************************************************/
    .panel-dark select {
    padding: 6px;
    border-radius: 5px;
    width: 100%;
}

/*#endregion Dropdowns************************************************************************************/

/*#region Buttons*****************************************************************************************/

.btn {
    font-family: 'Sifonn';
    margin-bottom: 5px;
    margin-top: 5px;
    border:1px solid #005f83;
}

.btn:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: transform 0.2s ease;
}


.btn-primary {
    color: #fff;
    background-color: #005f83;
    border-color: #005f83;
}


    .btn-border {
    border: 2px solid white;
   
}


.btn-dark {
    color:white !important;
    background-color: #005f83;
}
    .btn-dark a {

   color:white 

    }

    .btn-dark:hover {
        background-color: #005f83;
    }

.btn-stripe {
    background-color: rebeccapurple;
    color:white;
}



.panel-dark .btn {

    border:1px solid white;
    color: white;
    width:100%;
}

    .panel-dark .btn:hover {
  
        color: white;
        box-shadow: 0 5px 20px rgba(255,255, 255, 0.2);
    }

.menu-btn{
    background-color:#005f83;
    color:white;
    width:100%;
    height:75px;
    margin-top:5px;
}

.menu-btn:hover{

    color:white;
}

.checklabel{
    background-color:unset;


}
/*#endregion Buttons**************************************************************************************/
/*#region Panels**************************************************************************+++++++++++*****/
.panel {
    font-family: 'Sifonn';
    margin-top: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: transform 0.2s ease;
    border-radius: 10px;
    background-color: #005f83;
    margin-bottom: 25px;
    padding: 10px;
    color: white;
    font-size: 1em;
}
.panel-guide {
    background-color: white;
    color: #005f83;
    padding:100px;
}








.panel h2 {
    color: white;
}
.panel a {
color:white;

}
.panel-guide h2 {
    font-family: 'Rigelstar';
    color: #005f83;
}
.panel-guide h3 {
    font-family: 'Sifonn';
    font-size:1.5em;
}
.panel-guide h6 {
    font-family: 'Sifonn';
    font-size: 1em;
}

.wt-text{
    color:white;

}



.panel-guide p {
    margin-left:35px;
}
    .centrepanel{
    max-width:1400px;
    margin-left:auto;
    margin-right:auto;
}


.panel-flat {
    border-radius: 5px;
    background-color: #c7d5db;
    margin-bottom: 25px;
    padding: 10px;
}

.panel-flat-top {
    padding:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom:5px;
}

.panel-flat-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom:0;
}

.panel-flat-bottom label {
    color:white;
}
    .panel-item label {
        color: #005f83;
    }

    .panel-dark label{
   color: white ; 
    }








.panel-item {
    margin: 5px;
    background-color: #c7d5db;
    color: #005f83;
}

    .panel-item p {
        color: #005f83;
    }

    .panel-item h2 {
        color: #005f83;
    }



    .panel-item h3 {
        color: #005f83;
    }



.panel-dark {
    margin-top: 0;
    background-color: #005f83;
    color: white;
}

.panel-item label {
    color: #005f83;
}
.panel .panel-item label {
    color: #005f83;
}



    .panel-dark h2 {
        height: 40px;
        color: white;
    }



    .panel-dark h4 {
        color: white;
    }



   .panel-item .panel-dark h3 {
        color: white;
        margin:0;
        margin-left:5px;
    }

#login-submit button {
    border: 0;
}

        #login-submit:hover {
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
            overflow: hidden;
            transition: transform 0.2s ease;
        }




    .panel-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 20px rgba(255,255, 255, 0.4);
        overflow: hidden;
        transition: transform 0.2s ease;
    }


.panel-event {
    border: 3px solid #e8df8f;
    margin-top: 35px;
    background-color: white;
    color: white;
}

.panel-event-title {
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 10px;
    height: 100%;
    left: 0px;
    right: 0px;
}

    .panel-event-title h4{

        color:white;
    }




.panel-stage {
    border: 3px solid #005f83;
    margin-top: 0px;
    background-color: #cadeea;
    color: #005f83;
}

.panel-stage h5{
    padding:6px;
    color:white;

}

.panel-stage-title {
    border-radius:12px;
    width: 400px;
    padding: 5px;
    margin-bottom: 10px;
    height: 100%;
    left: 0px;
    right: 0px;
}

    .panel-stage-title h4 {
        color: white;
    }

    .panel-stage-title h6 {
        color: white;
    }


.panel-comment {
    background-color: white;
}

 .text-muted{
    font-size:0.7em;




}
/*#endregion Panels**************************************************************************************/
/*#region Imagess****************************************************************************************/
#logoImage {
    border-radius: 5px;
    width: 100%;
    height: 75px;
    object-fit: contain;
}

#clientlogoImage {
    border-radius: 5px;
    width: 100%;
    object-fit: contain;
}

#joblogoImage{
    border-radius: 5px;
    width: 100%;
    object-fit: contain;
     

}




/*#endregion Images***************************************************************************************/
/*#region Progress Bar************************************************************************************/
.progress {
    margin-top: 10px;
    height: 40px;
    background-color: #e1e8eb;
    border-radius: 5px;
}

/* Tracker Bar Table Styles */
.tracker-table {
    border:2px solid #005f83;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 16px 0;
    background: #f8fafb;
    border-radius: 12px;
    overflow: hidden;
    table-layout: fixed;
    font-family: 'Berlin Sans FB', Arial, sans-serif;
}

    .tracker-table td, .tracker-table th {
        border: 1px solid #d1e3ea;
        padding: 4px 0;
        text-align: center;
        min-width: 30px;
        height: 28px;
        transition: box-shadow 0.2s;
        font-size: 0.95em;
color:#005f83;
    }

    .tracker-table tr td:first-child {
        background: #005f83;
        font-weight: bold;
        color: white;
        width:300px;
        min-width: 200px;
        max-width: 350px;
        text-align: left;
        padding-left: 10px;
        border-right: 2px solid #b5c9d3;
        font-family: 'Sifonn', Arial, sans-serif;
    }

    .tracker-table td:not(:first-child):hover {
        box-shadow: 0 2px 8px rgba(0,95,131,0.10);
        z-index: 2;
        position: relative;
        color:#005f83;
    }

    .tracker-table .bg-warning {
        background: #ffe066 !important;
        color: #333;
        font-weight: bold;
    }

    .tracker-table .bg-danger {
        background: #e63946 !important;
        color: #fff;
    }

    .tracker-table .bg-success {
        background: #43aa8b !important;
        color: #fff;
    }

    /* Optional: Make border-only cells more visible */
    .tracker-table td[style*="border:2px"] {
        background: #fff !important;
        border-style: dashed !important;
        opacity: 0.85;
    }

.tracker-closed {
    background: repeating-linear-gradient( 45deg, #e1e8eb, #e1e8eb 10px, #c7d5db 10px, #c7d5db 20px );
    opacity: 0.7;
    position: relative;
}















/*#endregion ***************************************************************************************************************/
/*#region Hyperlinks***************************************************************************************/
.panel-dark a {
    text-decoration: none;
    color: white;
}

.panel-item a {
  
    color: #005f83;
  
}



/*#endregion*/


.form-control {
    font-size:0.9em;
}



    .stagepanel {

}



    .stagepanelTitle h4 {
        color: white;
    }

    .stagepanelTitle h6 {
        color: white;
    }


.innerpanel {
    border: 3px solid #005f83;
    margin-top: 35px;
    margin: 1px;
}






.payPanel {
    margin-top: 25px;
    margin-left: 2px;
    margin-right: 2px;
}



.panelTitle {
 font-family: 'Sifonn';
    padding: 5px;
    margin-bottom: 10px;
    height: 35px;
    left: 0px;
    right: 0px;
    background-color: #005f83;
    color: white;
}

    .panelTitle h4 {
        color: white;
    }


.jobsdashboard h2 {
    font-family: 'Sifonn';
    margin-left: 10px;
    display: inline-block;
}

.dashboardtitle {
    display: inline-block;
}

dashboardMenu {
    vertical-align: top;
}


.dashboardMenuBtn {
    font-family: 'Sifonn';
    padding-top: 13px;
    text-decoration: none;
    vertical-align: top;
    width: 130px;
    height: 65px;
    text-align: center;
    color: white;
    display: inline-block;
    background-color: #005f83;
    border-radius:5px;
    margin:2px;
}

    .dashboardMenuBtn:hover {
        box-shadow: 0 5px 20px rgba(0, 95, 131, 0.5);
        overflow: hidden;
        transition: transform 0.2s ease;
        border: solid 1px #005f83;
        background-color: #e1e8eb;
        color: #005f83;
    }

.ui-datepicker-trigger {
    position: relative;
    top: -32px;
    height: 32px;
}

#TargetDate {
}

#StartDate {
}



.portalContainer {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.stageEventHeaderDiv {
    background-color: #d4dddf;
    left: 65px;
    bottom: 0px;
    top: 0px;
    width: 300px;
    padding: 3px;
}


.standBtn {
  
    border-radius: 5px;
    border: solid 1px #005f83;
    padding-top: 4px;
    text-align: center;
    display: inline-block;
    width: 170px;
    height: 40px;
    color: white;
    background-color: #005f83;
    text-decoration: none;
    font-family: 'Sifonn';
}

    .standBtn:hover {
  color: white;
        box-shadow: 0 5px 20px rgba(0, 95, 131, 0.5);
        overflow: hidden;
        transition: transform 0.2s ease;
        border: solid 1px #005f83;
    }




/* Hide the default checkbox */
.completed-checkbox input[type="checkbox"] {

}


.completed-checkbox input[type="checkbox"]:checked  {
   accent-color: green;
}

.checkLabel{
    vertical-align:top;
    margin-top:8px;
}

.icon-btn h5 {
    position: absolute;
    background-color: #c7d4da;
}

.form-floating > label {
    color: #005f83;
}



.payBtn {
    margin-top: 0;
    background-color: purple;
}




.form-check-label {
}


.jobUploadPanel {
    background-color: #005f83;
    color: white;
    border: 2px solid #005f83;
    padding: 5px;
    float: right;
    width: 100%;
    margin-bottom:10px;
}

    .jobUploadPanel h4 {
        color: white;
    }

#upload_btn {

}

    #upload_btn:hover {

    }




.fileDeleteForm {
    display: inline-block;
    float: right;
}



.eventHeaderDiv {
    position: absolute;
    display: inline-block;
    background-color: #d4dddf;
    left: 65px;
    top: 0px;
    width: 325px;
    padding: 3px;
    bottom: 0px
}


.eventContentDiv {
    left: 360px;
    margin-left: 390px;
}

.eventButton {
    position: absolute;
    border: solid 1px black;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 65px;
    height: unset !important;
}


#editorButton {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0;
    height: 50px;
    width: 160px;
}


.trackerTable {
    width: 100%;
    height: 25px;
}

    .trackerTable td {
        border: 1px solid black;
    }

.trackerDateDiv {
    background-color: white;
    writing-mode: vertical-rl;
    width: 100%;
    margin-top: 25px;
    text-orientation: mixed;
    height: 70px;
    border-radius: 3px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
}

    .trackerDateDiv h6 {
        margin: 2px;
        font-family: 'Sifonn';
        font-size: 10px;
        color: black;
    }






#eventeditor .eventHeaderDiv {
    left: 0;
    width: 340px;
}


.eventeditortitle {
    background-color: #005f83;
    display: inline-block;
}




.formDiv {
    display: inline-block;
    width: 100%
}

.formBase {
    display: inline-block;
    width: 100%
}


.portalRightDiv {
    display: inline-block;
    width: 60%
}



ul {
    font-family: 'Berlin Sans FB';
    font-weight: 300;
}

label {
    font-family: 'Berlin Sans FB';
}

.p_White {
    color: white;
}

.label_header {
    font-family: 'Sifonn';
    color: black;
    font-size: 0.8em;
    font-weight: 600;
    width: 105px;
    display: inline-block;
}

.label_headerSmall {
    font-family: 'Sifonn';
    color: black;
    font-size: 0.7em;
    font-weight: 500;
    width: 100%;
}

.label_entry {
    font-family: 'Sifonn';
    color: black;
    font-size: 1.0em;
    font-weight: 300;
    width: 140px;
    display: inline-block;
    margin-bottom: 4px
}

.stageHeader {
    width: 450px;
    display: inline-block;
}

.eventPanel {
    float: right;
    width: 70%;
}

.eventDiv {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    background-color: white;
    border: 2px solid #005f83;
    padding: 0px;
    border-radius: 5px;
}

#stageDiv .portalmenuButton {
    margin: 2px;
    width: 100px;
    height: 75px;
}

.eventCheck {
    float: right;
    width: 55px;
}

    .eventCheck input[type="checkbox"] {
        width: 50px;
        height: 50px;
    }

    .eventCheck .label_headerSmall {
        width: 50px;
    }


.form-check {
    padding-left: 0;
}


input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    width: 32px;
    height: 32px;
    margin-top: 5px;
}

input[type="checkbox"]:checked + span {
    background-color: green;
}








































.eventheaderSplit {
    display: inline-block;
    width: 40%;
}

#Comment {
    vertical-align: top;
    width: 100%;
}


#Header {
    font-family: 'Rigelstar';
    width: 100%;
}


#toggletarget {
    z-index: 1060;
}

.mb-3 {
    margin-bottom: 0em !important;
}

.animationpanel {
    z-index: 1060;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    text-align: center;
    background-color: #005f83;
}

.navbar {
    z-index: 1045;
    padding: 0;
    margin-top: 50px;
}

.nav-link {
    font-family: 'Sifonn';
}

.navbar-brand-icon {
    display: inline-block;
    background-image: url('BrandImages/logo_whitebackground_408x150.png');
    background-size: cover;
    width: 170px;
    height: 60px;
}

.navbar-collapse {
    height: 65px;
    flex-grow: unset;
}

.navbar-nav {
}

.nav-item {
    width: 85px;
    padding-top: 15px;
    border-left: 1px solid #dee2e6 !important;
    z-index: 1060 !important;
}

.nav-link {
    text-align: center;
    font-size: 0.8em;
    z-index: 1060 !important;
    color: #005f83;
}

.text-dark {
    color: #005f83 !important;
}

ul.navbar-nav > li {
    position: relative;
    float: left;
    height: 65px;
    width: 150px;
}

    ul.navbar-nav > li:hover {
    }

ul.navbar-nav li:hover > ul {
}

ul.navbar-nav li > ul {
    display: none;
}

ul.navbar-nav li:hover > ul {
    position: relative;
    background-color: white;
    display: inline-block;
    left: 45px;
    top: 15px; /* IE7 has problems without this */
}

ul.navbar-nav li > ul li {
    border-top: 3px solid #005f83;
    height: 30px;
    padding: 5px;
}

    ul.navbar-nav li > ul li a {
        font-size: 0.8em;
        text-decoration: none;
        color: #005f83
    }















.indexText {
}

.standardPage {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    text-align: left;
    min-width: 400px;
}

#titleimage01 {
    background-image: url('Images/156 Seddon.jpg');
    background-size: cover;
    aspect-ratio: 16/9;
}

#titleimage02 {
    background-image: url('Images/Kitchen.jpg');
    background-size: cover;
    aspect-ratio: 16/9;
}

#titleimage03 {
    background-image: url('Images/Title03.jpg');
    background-size: cover;
    aspect-ratio: 16/9;
}


#vrText {
    float: left;
    width: 33%;
}







#level2VrImage1 {
    float: right;
    width: 50%;
    background-image: url('Images/level2VR.png');
    background-size: cover;
    aspect-ratio: 16/9;
}

#level2VrImage2 {
    width: 50%;
    float: right;
    overflow: hidden;
    background-image: url('Images/level2VR2.png');
    background-size: cover;
    aspect-ratio: 16/9;
}



#EmbedCode {
    width: 100%;
    height: 100%;
}



#vrDoubleImage {
    width: 66%;
    float: none;
    overflow: hidden;
}




#level1VrImage1 {
    float: right;
    width: 50%;
    background-image: url('Images/level1VR.png');
    background-size: cover;
    aspect-ratio: 16/9;
}

#level1VrImage2 {
    width: 50%;
    float: right;
    overflow: hidden;
    background-image: url('Images/level1VR2.png');
    background-size: cover;
    aspect-ratio: 16/9;
}


/*About us Page******************************************************************/
#aboutusDiv {
    width: 100%
}

    #aboutusDiv p {
        margin-left: 5px;
        margin-right: 5px;
    }

    #aboutusDiv h6 {
        margin-left: 5px;
        margin-right: 5px;
        color: #005f83;
    }

    #aboutusDiv h3 {
        margin-left: 5px;
        margin-right: 5px;
        color: #005f83;
    }
/*End About us Page******************************************************************/




#designDiv01 {
}
/*Contact us Page******************************************************************/
#contactusForm {
    min-width: 400px;
    float: none;
    background-color: #005f83;
    overflow: hidden;
    padding: 20px;
    color: white;
    max-width: 100%;
}

    #contactusForm h3 {
        color: white
    }


    #contactusForm #Message {
        height: 75px;
    }

    #contactusForm button {
        background-color: white;
        color: #005f83;
        font-family: 'Rigelstar';
    }


#addressDiv p {
    margin-bottom: 0.0em;
}



.filler {
    position: fixed;
    top: 150px;
    display: none;
    background-color: rgba(255,255,255,0.9);
    float: left;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    max-width: 80%;
    display: inline-block;
}


.portalmenuButton {
    border: 2px solid #005f83;
    width: 200px;
    height: 100px;
    background-color: #005f83;
    font-family: 'Rigel Star';
    margin: 10px;
    vertical-align: middle;
}

.buttonSave {
    background-color: forestgreen
}

.OurWayNumber {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .OurWayNumber h4 {
        margin-left: 10px;
        width: 320px;
        float: left;
        color: Black;
    }

    .OurWayNumber h2 {
        float: left;
        display: inline-block;
        color: Black;
    }


.OurWayDiv {
    vertical-align: top;
    border: solid 0px #005f83;
    margin-top: 15px;
    z-index: 1045;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5px;
    display: inline-block;
    width: 100%;
    max-width: 420px;
    height: 400px;
}

    .OurWayDiv p {
        color: Black;
    }

    .OurWayDiv h5 {
        color: Black;
    }

#OW-Contact {
    background-image: url('Images/contactus.jpeg');
}

#OW-Site {
    background-image: url('Images/Site.jpg');
    background-size: cover;
}

#OW-Sketch {
    background-image: url('Images/Sketch.jpg');
    background-size: cover;
}

#OW-Developing {
    background-image: url('Images/Developing.jpg');
    background-size: cover;
}

#OW-Confirm {
    background-image: url('Images/Confirm.jpg');
    background-size: cover;
}

#OW-Resource {
    background-image: url('Images/Resource.jpg');
    background-size: cover;
}

#OW-Consent {
    background-image: url('Images/Consent.jpg');
    background-size: cover;
}

#eventDelete {
    position: absolute;
    background-color: red;
    left: 160px;
    width: 160px;
    height: 50px;
    bottom: 0;
    margin: 0;
}
/*Tasks*/
.taskJobName {
    font-family: 'Sifonn';
    color: black;
    font-size: 1.0em;
    font-weight: 300;
    width: 200px;
    display: inline-block;
    margin-bottom: 4px
}



.taskHeader {
    font-family: 'Sifonn';
    color: black;
    font-size: 1.0em;
    font-weight: 300;
    width: 400px;
    display: inline-block;
    margin-bottom: 4px
}

.taskButton {
    width: 75px;
    height: 30px;
    margin: 2px;
    font-size: 0.8em;
}


@media (max-width: 900px) {
    .navbar-brand-icon {
        display: inline-block;
        background-image: url('BrandImages/icon_transparentbackground_400x150.png');
        background-size: cover;
        width: 150px;
        height: 60px;
    }


    .nav-item {
        padding: 2px;
        background-color: white;
        height: 50px;
        width: 200px;
        font-size: 1.2em;
    }


    .nav-link {
        margin-top: 10px;
        border-top: 1px solid #dee2e6 !important;
        background-color: white;
        z-index: 1060;
    }

    ul.navbar-nav li:hover > ul {
        left: 137px;
        top: -35px; /* IE7 has problems without this */
    }

    #vrDoubleImage {
        width: 66%;
        float: none;
        overflow: hidden;
        min-width: 400px;
    }


    #vrText {
        width: 100%;
    }











    #titleimage01 {
        background-image: url('Images/Title01_P.jpg');
        background-size: cover;
        aspect-ratio: 1/1;
    }

    #titleimage02 {
        background-image: url('Images/Title02-P.jpg');
        background-size: cover;
        aspect-ratio: 1/1;
    }

    #titleimage03 {
        background-image: url('Images/Title03_p.jpg');
        background-size: cover;
        aspect-ratio: 1/1;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }



    .filler {
        top: 400px;
        max-width: 95%;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


/*#region Cart****************************************************************************************************************/

.cartPanel {
    border-radius:5px;
    background-color: #005f83;
    padding: 5px;
    margin-top: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: transform 0.2s ease;
    margin-bottom: 25px;
    font-family: 'Sifonn';
    color: white;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.cartPanel h2 {
    color:white;
}
    .cartPanel h5 {
        color: white;
    }


.cartPanel .payBtn {
    width:100%;

}

    .payBtn:hover {
        box-shadow: 0 5px 20px rgba(255, 255, 255, 0.5);
        overflow: hidden;
        transition: transform 0.2s ease;
        border: solid 1px #005f83;
    }



    .cartitemPanel {
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: transform 0.2s ease;
    border-radius: 5px;
    background-color: #c7d5db;
    margin-bottom: 25px;
    font-family: 'Sifonn';
    color: #005f83;
}

    .cartitemPanel:hover {
        transform: translateY(-5px);
    }

.cartitemPanel .btn-danger{
    padding:5px;
}



.cart-btn-div{
    margin-right:10px;
}

.cart-btn {
    position: relative;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: #005f83;
    color: #fff !important;
    border-radius: 1rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(13,110,253,0.08);
}

    .cart-btn:hover, .cart-btn:focus {
        background-color: #0a58ca;
        color: #fff !important;
        text-decoration: none;
    }

    .cart-btn .cart-count {
        background: #dc3545;
        color: #fff;
        border-radius: 50%;
        padding: 0.2em 0.6em;
        font-size: 0.85em;
        position: absolute;
        top: -5px;
        right: -11px;
        font-weight: bold;
    }



    /*#endregion Cart****************************************************************************************************************/






