HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/valuehealthquotes/public_html/lp2/old/css/form.css
        a {
        color: #0000ff;
    }
    
    .error {
        color: red !important;
        @import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400|Roboto+Condensed:400,700);
        /* Body - remove browser margin & set padding to accommodate for the fixed header bar */
        body {
            margin: 0;
            /*padding-top: 89px;*/
            background: #FEFEFE;
        }
        .wrapper {
            margin: 0 auto;
            width: 95%;
            text-align: center;
        }
        /* Plugin Example Container */
        .example {
            width: 33%;
            min-width: 400px;
            padding: 15px;
            display: inline-block;
            box-sizing: border-box;
            text-align: center;
        }
        .example:first-of-type {
            position: relative;
            bottom: 35px;
        }
        /* Example Heading */
        .example h2 {
            font-family: "Poppins", helvetica, arial, sans-serif;
            font-weight: 300;
            font-size: 1.3em;
            margin: 15px 0;
            color: #4F5462;
        }
        .example input {
            display: block;
            margin: 0 auto 20px auto;
            width: 150px;
            padding: 8px 10px;
            border: 1px solid #CCCCCC;
            border-radius: 3px;
            background: #F2F2F2;
            text-align: center;
            font-size: 1em;
            letter-spacing: 0.02em;
            font-family: "Poppins", helvetica, arial, sans-serif;
        }
        .example select {
            padding: 10px;
            background: #ffffff;
            border: 1px solid #CCCCCC;
            border-radius: 3px;
            margin: 0 3px;
        }
        .example select.invalid {
            color: #E9403C;
        }
        .example input[type="submit"] {
            margin-top: 10px;
        }
        .example input[type="submit"]:hover {
            cursor: pointer;
            background-color: #e5e5e5;
        }
        /* Code Blocks */
        pre.code-wrapper {
            padding: 15px 30px;
            margin-top: 20px;
            background: #F4F6F4;
            color: #393D3F;
            text-align: left;
            border: 1px solid #DCDFDC;
            border-radius: 3px;
        }
        pre code {
            font-family: 'Poppins', monospace, monospace;
            font-weight: 400;
            font-size: 14px;
        }
        /* Highlighted Code Blocks */
        pre code span.highlight {
            color: #EF6F6C;
        }
        div#speedbump {
            display: none;
            z-index: 9999;
            position: fixed;
            top: 0;
            width: 100%;
            background: #eeeeee;
        }
        #speedbump h4.modal-title {
            text-align: center;
            text-transform: uppercase;
            color: #004795;
            font-size: 2.5em;
        }
        .modal-body p {
            text-align: center;
            font-size: 1em;
        }
        button.btn-modal:hover {
            cursor: pointer;
        }
        button.btn-modal.btn-continue {
            background-color: #8bc63e;
            border: 0px;
            margin: 1% 0;
        }
        button.btn-modal.btn-close {
            background-color: inherit;
            border: 1px solid #030000;
            color: #030000;
            font-weight: 400;
        }
        .modal-header .close {
            font-size: 3.5em;
        }
        /* Media */
        @media(max-width: 847px) {
            .header-bar h1 {
                text-align: center !important;
                width: 100%;
            }
            .header-bar nav {
                display: none;
            }
            .example:first-of-type {
                bottom: 0;
            }
        }
        @media(min-width: 848px) {
            .header-bar nav {
                display: block;
            }
        }