MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/demo/individuals/groups/main.css
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,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

strong {
	font-weight:900;	
}

html,body {
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#fff;
	margin: 0 auto;
	padding:0;
	text-align:center;
	font-family:'Helvetica';
	font-weight:100;
	line-height:1em;
	font-size:1em;
}

h1, h2, h3, h4 {
	line-height:1.5em;
	}

#header {
	margin:0;
	width:100%;
	height:100px;
    background:#33599b;
    position:fixed;
    left:0;
    top:0;
    z-index:3;
}

#header img {
    max-height: 80%;
    margin-top: 8px;
}

#header_menu {
    margin:0 auto;
    text-align:left;
    border:#ececec;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position:fixed;
    left:0;
    top:100px;
    z-index:3;
    background:#fff;
    width:100%;
}

.header_menu_item {
    display:inline-block;
    font-size:0.9em;
    text-transform: uppercase;
    min-width:150px;
    padding:10px;
    cursor:pointer;
    text-align: center;
}

.header_menu_item_active {
    display:inline-block;
    font-size:0.9em;
    text-transform: uppercase;
    min-width:150px;
    padding:10px;
    cursor:pointer;
    text-align: center;
    background:#33599b;
    color:#fff;
}

.header_menu_item a { color: #000; text-decoration:none; }
.header_menu_item a:visited { color: #000; text-decoration:none; }
.header_menu_item a:hover { color: #000; text-decoration: underline; }
.header_menu_item a:active { color: #000; text-decoration:none; }

#container {
    margin: 140px auto 0 auto;
    width:95%;
}

.container_div {
    margin: 10px auto;
    width:100%;
}

#container h1 {
    font-size:3em;   
}

#container h2 {
    font-size:1.5em;   
}

#contact_text {
    width: 80%;
    height: 200px;
    text-align: center;
    font-size: 1.2em;
    margin: 20px auto;   
}

.bar {
    height:1px;
    background:#ececec;
    width:95%;
    margin:10px auto;
} 

.btn1 {
    padding:10px;
    width:40%;
    background:#ececec;
    font-size:1.2em;
    text-transform: uppercase;
    border:0;
    cursor:pointer;
}

.btn2 {
    padding: 5px;
    min-width: 200px;
    background: #ececec;
    font-size: 0.9em;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}

.btn3 {
    padding: 5px;
    min-width: 200px;
    background: #ececec;
    font-size: 0.9em;
    text-transform: uppercase;
    border: 0;
    cursor:not-allowed;
    display: inline;
    font-weight: 500;
}

.row_ip {
    margin:10px auto;
    width:100%;
    padding:10px 0;
    text-align:center;
}

.row_ip_item {
    display:inline-block;
    min-width:210px;
    padding-right:5px;
    font-size:0.9em;
}

.row_ip_heading {
    display:inline-block;
    min-width:220px;
    font-size:1.2em;
}

#success {
    position:fixed;
    bottom:50px;
    left:100px;
    background:green;
    color:white;
    font-size:1.2em;
    padding:20px;
    display:none;
    max-width: 300px;
    line-height: 23px;
    z-index:20;
}

#error {
    position: fixed;
    bottom: 50px;
    left: 100px;
    background: red;
    color: white;
    font-size: 1.2em;
    padding: 20px;
    display: none;
    max-width: 300px;
    line-height: 23px;
    z-index:20;
}

#fade {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity: 0.70;
    z-index:5;
    display:none;
}

#popup {
    position:fixed;
    top:5%;
    left:5%;
    height:90%;
    width:90%;
    background:#fff;
    z-index:6;
    overflow-x: scroll;
    display:none;
}

#popup h1 {
    font-size:3em;
}

#popup h2 {
    font-size:1.5em;
}

#close_popup {
    position: absolute;
    top: 5px;
    left: 5px;
    border: #000;
    border-width: 1px;
    border-style: solid;
    font-size: 1em;
    padding: 5px;
    display: inline;
    cursor: pointer;
}