

:root {  
  --pt-banner-background-color: #1374BA;   
  --pt-border-contrast-color: #2C526E;   
  --pt-strip-height: 0px;}



.ptprtlcontainer #ptbr_header_container::before  {
  background: linear-gradient(to right, #7ABAF2 0%, #00448D 100%);
}


#ptbr_header_container #pthdr2container#pthdr2container.pthdr2container {
  background: #1082b6;
}

#classicbackbuttoncontainer.ps_box-button .ps-button-wrapper #PT_WORK_PT_BUTTON_BACK.ps-button {
  border-color: #fff;
}



.pt_classic_plus .ps_box-toolshiddens .PTCPSAVEDIV {
    width: 350px;
    border-radius: .5em;

    
    height:auto;

    
    padding: .1em 2em 1em 1em;
    text-align: left;
}


.pt_classic_plus .ps_box-toolshiddens .PTCPSAVEDIV #ptpopupclose {
    float:right;
    position: absolute;
    top: .2em;
    right: -.2em;
}


#CompanyInfo.ps_box-headerbranding {
    background: #0074D9;
    border-bottom: 0px;
}


#PT_LANDINGPAGE .ps_content {
background-color: #1082b6 !Important
}
#PT_FLDASHBOARD .ps_content {
background-color: #1082b6 !Important
}


.ps_header-banner,
.ps_header_bar {  background-image:-webkit-linear-gradient(#1082b6,#1082b6); background-image:-moz-linear-gradient(#1082b6,#1082b6); background-image:-ms-linear-gradient(#1082b6,#1082b6); background-image:linear-gradient(#1082b6,#1082b6);}



.custom-fluid-header {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    height: 55px; 
    background-color:#1374BA; 
    color: #ffffff; 
    padding: 0 20px; 
    box-sizing: border-box; 
}

.header-left {
    flex: 0 0 auto; 
    margin-right: auto; 
}

.header-center {
    flex: 1; 
    text-align: center; 
    font-size: 1.5em; 
    font-weight: bold;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.header-right {
    flex: 0 0 auto; 
    margin-left: auto; 
    font-size: 1em;
    font-weight: bold;
}

.header-logo {
    max-height: 50px; 
    width: auto;
    display: block; 
}




@media (max-width: 768px) {
    .custom-fluid-header {
        height: 50px; 
        padding: 0 15px;
    }

    .header-logo {
        max-height: 40px;
    }

    .header-center {
        font-size: 1.3em; 
    }

    .header-right {
        font-size: 0.8em;
    }
}


@media (max-width: 580px) {
    .custom-fluid-header {
        height: 40px; 
        padding: 0 10px;
    }

    .header-logo {
        max-height: 30px; 
    }

    .header-center {
        font-size: 1.1em; 
        
        
    }

    .header-right {
        font-size: 0.7em;
        
        
    }

    
    
}