67 lines
1.8 KiB
PHP
Executable File

<!-- <div class="app-content content">
<section class="content-wrapper">
<div class="content-body">
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-body">
CPRO Forms.............
</div>
</div>
</div>
</div>
</div>
</section>
</div> -->
<style type="text/css">
body, html{
background-color: rgba(0,0,0,0.03);
}
label{
color: #2b335e;
font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.required:after {
content: "*";
color: red;
}
.width-changer{
width:var(--width-changer);
}
.top-wecuro-logo{
width:170px;
}
:root{
--window-height: 600px;
}
.hgjffvdrt5sder{
min-height: var(--window-height);
width: 100%;
}
</style>
<script type="text/javascript">
$(document).ready(function(){
setContainerHeightToWindow();
// callLoader_hgy67vg(true,'loading content...');
});
function setContainerHeightToWindow(){
var wnd_height=window.innerHeight-2;
document.documentElement.style.setProperty('--window-height',wnd_height+'px');
}
function activateNavTab(trgt){
var hash=window.location.hash;
if(hash!=""){
trgt.find('a[data-target="'+hash+'"]').click();
}
else{
trgt.find('li.nav-item:nth-child(1) a[data-target]').click();
}
}
function hashPushState(trgt){
var hash=trgt.attr('data-target');
window.history.pushState("","",hash);
}
</script>