﻿
/* PCH Participate Survey styling */

.breadcrumb {
    margin: 15px 0 5px 0;
}

.left-nav {
    display: none;
}

#main-content {
    width: 100%;
    background-color: #FFF;    
}

#main-content > h1 {
    padding-top: 20px;
    font-weight: normal;
    font-size: 33px;
    text-align: center;
    color: #000;
}

form[action*="/formbuilder?"] {
    font-size: 16px;
    width: 100%;
    color: #57585c;
    line-height: 1.4em;
    font-family: Arial, sans-serif !important;
}
   

form[action*="/formbuilder?"]  hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
  }  

form[action*="/formbuilder?"] .Title {
    padding-top: 20px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #57585c;
    margin-top: 5px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif !important;
}

form[action*="/formbuilder?"] .Intro p i {
    color: #57585c;
}

form[action*="/formbuilder?"] .hidden {
    display: none;
}

form[action*="/formbuilder?"] .SectionHeader {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 5px;
    width: 100%;
    color: #000;
    background-color: lightgrey;
    border-radius: 5px;
}

form[action*="/formbuilder?"] .SectionHeader a,
        form[action*="/formbuilder?"] .SectionHeader h1,
        form[action*="/formbuilder?"] .SectionHeader h2,
        form[action*="/formbuilder?"] .SectionHeader h3,
        form[action*="/formbuilder?"] .SectionHeader h4,
        form[action*="/formbuilder?"] .SectionHeader h5 {
            color: #4393d0;
            font-weight: bold;
        }

        form[action*="/formbuilder?"] .SectionHeader a {
            color: #000;
        }

            form[action*="/formbuilder?"] .SectionHeader a:hover {
                color: #000;
            }

            form[action*="/formbuilder?"] .TextHighlight {
                padding: 5px 5px;
                width: 100%;
                color: #FFF;
                background-color: #4393d0;
                font-size: 14px;
                border-radius: 5px;
            }
        
                form[action*="/formbuilder?"] .TextHighlight a,
                form[action*="/formbuilder?"] .TextHighlight h1,
                form[action*="/formbuilder?"] .TextHighlight h2,
                form[action*="/formbuilder?"] .TextHighlight h3,
                form[action*="/formbuilder?"] .TextHighlight h4,
                form[action*="/formbuilder?"] .TextHighlight h5 {
                    color: #000 !important;
                    font-weight: bold !important;
                }

form[action*="/formbuilder?"] .Footer {
    width: 100%;
    height: 35px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

form[action*="/formbuilder?"] .Footer p {
    margin-top: 10px;
    line-height: 12.4em;
    height: 35px;
}

form[action*="/formbuilder?"] label.radio {
    display: inline-block;
    margin: 0px;
    margin-right: 4%;
    width: auto;
    min-height: 35px;
    font-weight: normal;
    vertical-align: sub;
    padding-top: 5px;
}

form[action*="/formbuilder?"] label.radio.fullwidth {
    display: inline-block;
    margin: 0px;
    margin-right: 0px;
    width: 100%;
    min-height: 35px;
    font-weight: normal;
    vertical-align: sub;
    padding-top: 5px;
}

form[action*="/formbuilder?"] input[type='submit'] {
    color: #4393d0;
    background-color: #fff;
    border: 2px solid #4393d0;
}

form[action*="/formbuilder?"] input[type='submit']:hover {
    color: #FFF;
    background-color: #4393d0;
}

form[action*="/formbuilder?"] input, form[action*="/formbuilder?"] select {
    min-height: 25px;    
    vertical-align: text-top;
    position: relative;
    font-weight: normal;
    /*border: 2px solid #4393d0;
    border-radius: 6px;*/
	/*border:solid 1px #57585c;
	width:300px;
	padding:20px;
	background-color:#eee;*/
}

.noform,
.successMessage {
    text-align: center;
    font-size: 1.1em;
    font-weight: normal;
    width: 100%;
    color: #000;
    padding: 20px 20px;
    margin-top: 50px;
    height: auto;
    margin-bottom: 300px;
    border: solid 2px #4393d0;
    border-radius: 6px;
}

.noform a,
.successMessage a {
    color: #4393d0;
    background-color: transparent;
    word-break: break-word;
}

.noform a:hover,
.successMessage a:hover {
    color: #23527c;
}

@media screen and (max-width: 3240px) {
    form[action*="/formbuilder?"] label.radio {
        margin-right: 1%;
	    display: block;
    }
}

@media screen and (max-width: 880px) {
    form[action*="/formbuilder?"] label,
    form[action*="/formbuilder?"] label.radio,
    form[action*="/formbuilder?"] input {
        display: block;
        margin-right: 0px;
        width: 100%;
    }

    form[action*="/formbuilder?"] input[type="submit"] {
        display: block;
        width: 55% !important;
        margin-left: 20%;
        margin-right: 20%;
    }

    .main-wrapper > .container {
        padding-bottom: 90px;
    }
}
