﻿body {
    width: 100%;
}
p{
    line-height:1.2em !important;
}
h4{
    font-size:0.9em;

}

#divSubmission h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#divPleaseWait {
    border-style: solid;
    border-width: 2px;
    border-color: #F0BF4E;
    background-image: url(images/pleasewait.png);
    position: fixed;
    width: 200px;
    height: 50px;
    font-size: 24px;
    padding: 20px 0px 0px 0px;
    display: none;
    margin-top: -15px;
    margin-left: -75px;
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
}

/*.sys_menu-select {
    display: none;
}*/

.offline {
    background-image: url(images/maintenance.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    padding: 10px 10px 10px 140px;
    min-height: 100px;
}

input[type="text"], select, textarea {
    font-size: 100%;
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    font-family: Arial;
    padding: 2px;
}

input[type="radio" i] {
    margin: 3px 10px 0px 0px !important;
}

input[type="checkbox" i] {
    margin: 3px 10px 3px 0px !important;
}

.hrseparator {
    border-style: solid;
    border-color: #444444;
    width: 90%;
    margin: 5px auto;
}
.hrpad{
    margin-top:10px;
    margin-bottom:15px;
}

.fulltextbox {
    width: 98%;
}

.largetextbox {
    width: 98%;
}

.smalltextbox {
    width: 150px;
}

.numbertextbox{
    width:50px;
    margin-right:30px;
}

.required {
    color: #AA0000;
}

.charactersused {
    font-size: 12px;
    color: #008800;
    display: inline-block;
    margin-left: 40px;
}
.highlighttext{
    display:block;
    font-size:15px;
    color:#222222;
    margin:5px 0px;
}
.infoarea{
    border-style:solid;
    border-width:1px;
    border-color:#888888;
    background-color:#F2F2F2;
    padding:4px;
    font-size:14px;
}
.infoarea li{
    line-height:1.1em !important;
}
.infotext {
    color: #000044;
    font-size: 12px;
    display: inline-block;
}
.infotextblock{
    color: #000044;
    font-size: 14px;
    display: block;
    margin-top:6px;
}

.infobar {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 4px;
    padding: 5px;
    background-color: #FCFCFC;
    margin-top: 10px;
}
.infopart{
        background-image: url(images/info.gif);
        background-repeat:no-repeat;
        background-position:2px 2px;
        padding:6px 0px 0px 40px;
        margin-left:20px;
        min-height:32px;
}

.blockdisplay {
    display: block;
}

.groupme {
    display:inline-block;
}

.padboth {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padbottom {
    padding-bottom: 10px;
}

.indentblock {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    background-color: #FAFAFA;
    margin-left: 40px;
    padding: 10px;
}

.strongtext {
    font-weight: bold;
}

.inlineinfo {
    margin-left: 300px;
    font-size: 12px;
    color: #BF4820;
    font-style: italic;
    margin-top: 5px;
}

.margintop {
    clear: both;
    height: 15px;
}
.padtop{
    display:block;
    margin-top:10px;
    margin-left:10px;
}
.marginleft{
    margin-left:10px;
}

.alignright {
    text-align: right;
}

.questionheader {
}

.questionholder {
    clear: both;
    padding-top: 8px;
}

.questionmain {
    padding-right: 20px;
    width: 240px;
    float: left;
}

.fullquestion {
    display: block;
    width: 100%;
    padding-top: 4px;
}

.questionfullwidth {
    width: 100%;
    display: block;
}

.questiontall {
    min-height: 50px;
}

.indent {
    padding-left: 20px;
}
.indentlarge {
    padding-left: 33px;
}

.questionindent {
    padding-left: 20px;
    width: 220px;
}

.textboxholder {
    overflow: hidden;
    display: block;
}

.checkboxholder {
    overflow: hidden;
    display: block;
}

.checkboxblock {
    padding-left: 20px;
    display: block;
    text-indent: -20px;
    margin-bottom: 2px;
}

.checkboxinline {
    margin-right: 20px;
}

.buttonholder {
    clear: both;
    display: block;
    margin-top: 15px;
    padding-top: 10px;
    text-align: right;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #AAAAAA;
}

.buttonholderfile {
    padding: 12px 0px;
    text-align: right;
}

.nobottom {
    margin-bottom: 0px !important;
}

.notop {
    margin-top: 0px !important;
}

.smalltop {
    margin-top: 10px !important;
}

.smallbottom {
    margin-bottom: 10px !important;
}

.largetop {
    margin-top: 30px !important;
}

.clearboth {
    clear: both;
}

.standardbutton, .deletebutton {
    border-style: none;
    border-radius: 4px;
    width: 140px;
    background-color: #3691F7;
    color: #FFFFFF;
    margin-left: 20px;
    cursor: pointer;
    height: 28px;
    font-size: 15px;
}

    .standardbutton:hover {
        background-color: #2373CC;
    }

    .standardbutton:disabled {
        color: #AAAAAA;
        background-color: #F1F1F1;
    }

.deletebutton {
    background-color: #A53E29;
}

    .deletebutton:hover {
        background-color: #792D1E;
    }

.smallbutton {
    width: 80px;
    height: 22px;
    font-size: 14px;
}

.greenbutton {
    background-color: #3ca124;
}

    .greenbutton:hover {
        background-color: #54cc38;
    }

.cvInfo {
    margin: 10px 0px 10px 0px;
    display: block;
    padding: 5px 5px 0px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 5px;
    background-color: #FAFAFA;
    background-image: url(images/exclaimorange.gif);
    background-repeat: no-repeat;
    background-position: 4px 8px;
}
.cvInfo li{
    line-height:1.2em !important;
}

.exclaimsmall {
    background-image: url(images/exclaimorange.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 30px;
    display: block;
    margin-left: 40px;
    padding-left:50px;
}

.exclaiminfo {
    background-image: url(images/exclaimorange.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 40px;
    display: block;
}

.submissionheader {
    font-size: 20px;
}

.detailstable {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
    padding: 4px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

th {
    text-align: left;
    background-color: #e0ebff;
}

tr {
    vertical-align: top;
    min-height: 20px;
    background-color: #FCFCFC;
}

tbody tr:nth-child(odd) {
    background-color: #F4F4F4;
}

.attachmentlist {
    margin-top: 15px;
}

.alignimage {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width:745px) {
    .bulletholder {
        width: 25px;
        float: left;
    }

    .labelholder {
        float: none;
        width: auto;
        overflow: hidden;
        display: block;
    }

    .separatortext {
        padding-left: 25px;
    }

    .textboxholder {
        overflow: visible;
        display: block;
        margin-left: 25px;
        margin-top: 5px;
    }

    .checkboxholder {
        overflow: visible;
        display: block;
        margin-left: 25px;
    }

    .textboxholderfull {
        overflow: visible;
        display: block;
        margin-top: 2px;
    }

    .questionsupplemental, .questionmain {
        display: block;
        padding-right: 0px;
        width: auto;
        float: none;
    }

    .fullquestion {
        width: calc(100% - 25px);
        margin-left: 25px;
    }

    .indentblock {
        margin-left: 0px;
    }
}

@media screen and (max-width:500px) {
    .buttonfixed {
        width: 128px;
    }
}



/* Styles for Step Indicator */
.step-indicator {
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 30px;
}

.step {
    display: block;
    float: left;
    font-weight: bold;
    background: #e4e4e4;
    padding-right: 10px;
    height: 30px;
    line-height: 32px;
    margin-right: 33px;
    position: relative;
    text-decoration: none;
    color: #666;
    cursor: default;
    font-size: 14px;
    margin-bottom: 5px;
}

    .step:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: -30px;
        border: 15px solid transparent;
        border-color: #e4e4e4;
        border-left-color: transparent;
    }

    .step:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: -30px;
        border: 15px solid transparent;
        border-left-color: #e4e4e4;
    }

    .step:first-of-type {
        /*border-radius: 2px 0 0 2px;*/
        border-radius: 0px;
        padding-left: 15px;
    }

        .step:first-of-type:before {
            display: none;
        }

    .step:last-of-type {
        /*border-radius: 0 2px 2px 0;*/
        border-radius: 0px;
        margin-right: 25px;
        padding-right: 15px;
    }

        .step:last-of-type:after {
            display: none;
        }

    .step.completed {
        background: #305566;
        color: #fff;
    }

        .step.completed:before {
            border-color: #305566;
            border-left-color: transparent;
        }

        .step.completed:after {
            border-left-color: #305566;
        }

    .step.current {
        background: #fdd26c;
        color: #000;
    }

        .step.current:before {
            border-color: #fdd26c;
            border-left-color: transparent;
        }

        .step.current:after {
            border-left-color: #fdd26c;
        }

.step-text {
    background-color: #FFFFFF;
    color:#000000;
    
}
.step-hide {
    display:none;
}

@media screen and (max-width:870px) {
    .step-indicator {
        display: none;
    }
    .step-hide{
        display:inline;
    }

    .step-text {
        background-color: #EEEEEE;
        padding: 4px;
      
        margin-top: 10px;
    }
}

/* End of Step Indicator Styles */

/* ADDRESS FINDER STYLES */

.addressfinder {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 8px;
    padding: 5px 10px 10px 6px;
    background-color: #FAFAFA;
    margin-left: 20px;
    margin-top: 5px;
    margin-right: 5px;
}

.addressfinderpcode {
    margin-left: 10px;
    margin-right: 10px;
    width: 125px;
}

.addressfindertitle {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.addressfinderbutton {
    margin-right: 10px;
    border-style: none;
    border-radius: 4px;
    min-height: 22px;
    background-color: #AA4444;
    color: #FFFFFF;
    width: 50px;
    cursor: pointer;
}

.buttonfixed {
    border-style: none;
    border-radius: 4px;
    min-height: 22px;
    background-color: #AA4444;
    color: #FFFFFF;
    width: 100px;
    cursor: pointer;
}

    .addressfinderbutton:hover, .buttonfixed:hover {
        background-color: #883333;
    }


.addressfinderlist {
    width: 400px;
    margin-right: 10px;
}

.addressfindererror {
    display: block;
    color: #AA0000;
    margin-top: 2px;
    margin-bottom: 5px;
}

/* END OF ADDRESS FINDER STYLES */

/* File Control Styles */
.filebutton {
    background-color: #3691F7;
    border-radius: 5px;
    border-style: none;
    padding: 5px 10px;
    color: #FFFFFF;
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
}

    .filebutton:hover {
        background-color: #2373CC;
    }

.filesize {
    width: 99%;
}

.filebuttonhidden {
    display: none;
}

.filebuttonholder {
    margin: 10px 0px;
}
/* End of File Control Styles*/

/* Pager Styles*/

.pagecontrolstop {
    display: block;
    border-style: none;
    padding-bottom: 4px;
    border-color: #888888;
}

.pagecontrolsbottom {
    display: block;
    border-style: none;
    padding-top: 4px;
    border-color: #888888;
}

.resultsheader {
    font-size: 120%;
    font-weight: bold;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.centreme {
    text-align: center;
    clear: both;
    display: block;
}

.pagernolink {
    color: #000000;
    margin: 1px 5px 1px 5px;
}

.pager, .pager:visited {
    display: inline-block;
    margin: 1px 5px 1px 5px;
    color: #888888;
}

    .pager:hover {
        color: #AAAAAA;
    }

/* End Pager Styles*/

/* Search Page Styles*/
.searchcontrols {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    background-color: #FAFAFA;
    border-radius: 4px;
    padding: 5px 10px 8px 10px;
    color: #444444;
    font-size: 16px;
    margin-bottom: 20px;
}

.searchitem {
    margin-right: 30px;
    display: inline-block;
}

.searchtitle {
    margin-right: 5px;
}
.searchbutton{
    width:100px;

}
.viewbutton{
    display:inline-block;
    text-decoration:none;
    background-color:#008800;
    padding-top:4px;
    text-align:center;
    height:22px;
    width:120px;
    margin-right:12px;
}
.viewbutton:hover{
    background-color:#00AA00;
}
.searchheader{
    padding:4px 2px;
    font-size:18px;
    font-weight:bold;
    color:#000000;
}
.searchperiod{
    display:block;
    color:#000066;
    margin-left:4px;
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}
.searchorganisation{
    font-weight:bold;
    color:#006600;
    font-size:17px;
    margin-bottom:5px;
    display:block;
}
.searchdescription{
    margin:0px 0px 10px 20px;
}
.searchbuttonholder{
    text-align:right;
}

.applicationfundheader{
    margin-bottom:4px;
}
.applicationfunddetails{
    display:block;
    margin-bottom:6px;
}

/* End Search Page Styles*/

@media screen and (max-width:700px) {
    .ui-datepicker {
        font-size: 90% !important;
    }
}

@media screen and (max-width:500px) {
    .ui-datepicker {
        font-size: 80% !important;
    }
}

.sys_siteheaderbreadcrumb > #headerbreadcrumb {
    padding:6px 0px;
}