﻿form {
    position: relative;
    z-index: 1;
    display: block;
    clear: both;
}

input, textarea, select {
    border: 2px solid #888;
    color: #333;
    font-size: 1.2em;
    padding: 5px;
    width: 30%;
    min-width: 200px;
    border-radius: 8px;
}

    input[type=checkbox] {
        border: 0;
        width: auto;
        text-align: left;
        overflow: auto;
    }

        input[type=checkbox]:checked {
            background-color: #26a0da;
        }

div.requirement {
    font-size: .8em;
    padding-left: 100px;
    font-weight: bold;
}

form fieldset {
    padding: 0;
    border:0;
}

    form fieldset legend {
    }

form .editor-label label {
    font-size: 1.2em;
    font-weight: bold;
    color: #126;
}


.editor-field {
    margin-left: 2em;
}

input[type=text], input[type=password], textarea {
    background: #FFF url(images/form-sprites-large.png) no-repeat right -920px;
}

input[type=password] {
    background: #FFF url(images/form-sprites.png) no-repeat right -260px;
}

div.optionsPanel h4, div.existingItems h5 {
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #7e9dcc;
}


#sourceFile {
    float: right;
    width: 45%;
}

span.hint, span.hintSmall {
    padding-left: 30px;
    font-size: .8em;
    width: 200px;
    position: absolute;
    top: 0;
    left: 350px;
    min-height: 25px;
    display: none;
    z-index: 30;
}

    span.hint p {
        display: inline;
    }

span.hintSmall {
    width: 0px;
    height: 25px;
    overflow: hidden;
}

div.statusUnknown {
}

div.statusGood {
}

div.statusBad {
}

div.statusUnknown span.hint, div.statusUnknown span.hintSmall {
}

div.statusGood span.hint, div.statusGood span.hintSmall {
}

    div.statusGood span.hint p {
    }

div.statusBad span.hint, div.statusBad span.hintSmall {
}

span.error {
    color: #C00;
}

.radioGroup {
    border: 1px solid #DDD;
}

    .radioGroup tr {
        float: left;
    }

    .radioGroup td {
        border: 1px solid #CCC;
    }

        .radioGroup td:hover {
            background-color: #BDF;
        }

.disabled {
    color: #AAA;
}

.radioGroup input {
    margin-top: .1em;
}

    .radioGroup input:checked {
        background-color: #CCF;
    }
/*.radioGroup input{
    float:right;
} */
.radioGroup label, div.buttons label {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    display: inline;
    float: none;
}

div.inputPanel {
    margin-left: 220px;
    border: solid 1px #F00;
}


fieldset.testfield {
    font-size: 100%;
    border-color: #000;
    border-width: 1px 0 0 0;
    border-style: solid none none none;
    padding: 10px;
    margin: 0 0 0 0;
    display: block;
    float: left;
}

#sizeControls {
    text-align: right;
    vertical-align: bottom;
    font-size: .8em;
    padding: 0;
    margin: 0;
}

    #sizeControls span {
        cursor: pointer;
        color: #000;
        background-color: #FFF;
    }

        #sizeControls span:hover {
            color: #F00;
        }

input.number {
    width: 40px;
    background: #FFF url(images/form-sprites-large.png) no-repeat right -560px;
}

input.money {
    width: 150px;
    background: #FFF url(images/form-sprites-large.png) no-repeat right -485px;
}

input.url {
    width: 400px;
    background: #FFF url(images/form-sprites-large.png) no-repeat right -600px;
}

form div.noLabel {
    padding-left: 220px;
    min-height: 2em;
}

/* form -- Separators */

#formTop, .formTop {
    z-index: 10;
}

#formTopMiddle, .formTopMiddle {
    z-index: 9;
}

#formMiddle, .formMiddle {
    z-index: 8;
}

#formBottomMiddle, .formBottomMiddle {
    z-index: 7;
}

#formBottom, .formBottom {
    z-index: 6;
}

div.formSeparate {
    padding-left: 220px;
    min-height: 2em;
    color: #FFF;
    background: transparent url(images/form-separator.jpg) no-repeat left bottom;
    /*border-left: solid 185px transparent;*/
}




/* form -- buttons */

div.buttons {
    padding-left: 220px;
    min-height: 2em;
    background: transparent url(images/form-bottom.jpg) no-repeat left bottom;
    /*border-left: solid 185px transparent;*/
}

div.inlineOrphanButtons div {
    display: inline-block !important;
}

div.buttons div, div.orphanButtons div, div.inlineOrphanButtons div {
    display: inline-block !important;
    border: 0;
    height: 28px;
}

    div.buttons div.notButton,
    div.orphanButtons div.notButton,
    div.inlineOrphanButtons div.notButton {
        background: none;
    }

input[type=submit], input[type=button] {
    border-radius: 5px;
    font-size: 1.2em;
}

div.buttons, div.orphanButtons input[type=submit]:hover, div.inlineOrphanButtons input[type=submit]:hover {
    color: #126;
}

div.orphanButtons .MoveDown.Alone {
    float: right;
}

input[type=submit].add,
input[type=submit].edit,
input[type=submit].remove,
input[type=button].add,
input[type=button].edit,
input[type=button].remove,
input[type=submit].moveUp,
input[type=submit].moveDown,
input[type=submit].moveLeft,
input[type=submit].moveRight,
input[type=button].moveUp,
input[type=button].moveDown,
input[type=button].moveLeft,
input[type=button].moveRight {
    border: solid 1px transparent;
    padding: 0;
    /*padding-left: 25px;  this is to make the text disappear for IE */
    /*color: transparent;  this is to make the text disappear for FireFox */
    text-indent: 30px;
    width: 20px;
    height: 20px;
}

input[type=submit].add, input[type=button].add {
    background: transparent url(images/form-sprites-large.png) no-repeat left -120px;
}

input[type=submit].edit, input[type=button].edit {
    background: transparent url(images/form-sprites-large.png) no-repeat left -160px;
}

input[type=submit].remove, input[type=button].remove {
    background: transparent url(images/form-sprites-large.png) no-repeat left -200px;
}

input[type=submit].moveRight, input[type=button].moveRight {
    background: transparent url(images/form-sprites-large.png) no-repeat -20px -682px;
}

input[type=submit].moveLeft, input[type=button].moveLeft {
    background: transparent url(images/form-sprites-large.png) no-repeat -20px -682px;
}

input[type=submit].moveUp, input[type=button].moveUp {
    background: transparent url(images/form-sprites-large.png) no-repeat -20px -762px;
}

input[type=submit].moveDown, input[type=button].moveDown {
    background: transparent url(images/form-sprites-large.png) no-repeat -20px -802px;
}

input[type=submit].moveRight:hover, input[type=button].moveRight:hover {
    background-position: 0 -341px;
    cursor: pointer;
}

input[type=submit].moveLeft:hover, input[type=button].moveLeft:hover {
    background-position: 0 -361px;
    cursor: pointer;
}

input[type=submit].moveUp:hover, input[type=button].moveUp:hover {
    background-position: 0 -381px;
    cursor: pointer;
}

input[type=submit].moveDown:hover, input[type=button].moveDown:hover {
    background-position: 0 -401px;
    cursor: pointer;
}



input[type=submit].add:hover,
input[type=submit].edit:hover,
input[type=submit].remove:hover,
input[type=button].add:hover,
input[type=button].edit:hover,
input[type=button].remove:hover {
    border: outset 1px #7E9DCC;
    background-color: #CCC;
    cursor: pointer;
}

input.removeButton {
    height: 15px;
    width: 15px;
    background-color: #F00;
}


/**** end form -- buttons */

input[type=text][disabled] {
    border: solid 2px #DAE1D9;
    background-color: #CDDBEE;
    color: #AAA;
    cursor: default;
}

span.siteBox label {
    display: inline;
    text-align: left;
    padding-right: 15px;
    background-color: transparent;
    font-weight: normal;
    min-height: 0;
    clear: none;
    float: none;
}

div.existingItems {
    width: 250px;
    z-index: 5000;
}

/* Changes for Sub Forms */

form div.form {
    font-size: .8em;
    background: transparent url(images/subform-back.jpg) repeat-y left top;
    display: block;
}

form form > div:first-child {
    background: transparent url(images/subform-top.jpg) no-repeat left top;
}

form form div.formSeparate {
    background: transparent url(images/subform-separator.jpg) no-repeat left bottom;
}

form form div.buttons {
    background: transparent url(images/subform-bottom.jpg) no-repeat left bottom;
}

    form form div.buttons div {
    }

    form form div.buttons input {
    }

form div.buttons input:hover {
    color: #CCA;
}

div.multiChange {
    border: solid 2px #AAA;
    background-color: #7E9DCC;
}

.filterControls {
}

    div.multiChange label, .filterControls label {
        display: inline;
        padding: inherit;
        float: none;
        margin-right: auto;
    }

input.datePicker, input[type=date] {
    border: 2px solid #880;
    background: transparent url(images/form-sprites-large.png) no-repeat right -645px;
}

.ui-datepicker, input[type=date] {
    z-index: 5000;
    border: 1px solid #880;
}

form .actionList {
    font-size: 1.2em;
}

.actionList {
    position: relative;
    display: inline-block !important;
    background: transparent url(images/form-sprites-large.png) no-repeat 0px -325px;
    height: 20px;
    width: 20px;
}

    .actionList h3 {
        width: 0;
        position: absolute;
        top: -1px;
        left: -2px;
        font-size: .8em;
        overflow: hidden;
        padding: 0;
        margin: 0;
        line-height: 1.2em;
        margin-left: 22px;
    }

    .actionList ul {
        position: absolute;
        top: 18px;
        left: -1px;
        border: 1px solid #AAA;
        margin: 0;
        padding: 0;
        list-style-position: outside;
        line-height: 1em;
        z-index: 5000;
        display: none;
        background-color: #EEE;
        overflow: hidden;
    }

    .actionList li {
        border-bottom: 1px dashed #AAA;
    }

        .actionList li:hover {
            background-color: #CCC;
        }

        .actionList li input.add,
        .actionList li input.edit,
        .actionList li input.remove {
            width: auto;
            color: #333;
        }

            .actionList li input.add:hover,
            .actionList li input.edit:hover,
            .actionList li input.remove:hover {
                border: 0;
            }

    .actionList:hover {
        border: 1px solid #AAA;
        background-color: #CCC;
    }

        .actionList:hover ul, .actionList ul:hover {
            display: block;
        }

        .actionList:hover h3 {
            width: auto;
            border: 1px solid #AAA;
            border-left: 0;
            padding-right: .2em;
            padding-bottom: .2em;
            background-color: #CCC;
        }

/* PopUps (Help and Info Tools) */
/* used content declaration to override table link attributes */
#container a.help {
    background: transparent url(images/form-sprites.png) no-repeat 0px -180px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-indent: 20px;
    bottom: .4em;
    left: 180px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}

    /* PopUps (Help and Info Tools) */
    #container a.help:hover {
        background-position: -20px -180px;
    }


p.helpText {
    width: 290px;
}

div.popUpBoxText iframe {
    background: #FFF url(images/loading.gif) no-repeat center center;
    border: 1px solid #CCC;
}

div.popUpContainer {
    position: relative;
    display: inline-block !important;
}

div.popUpBox {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    background-color: #EEF4FF;
    border: solid 2px #000;
    color: #000;
    z-index: 5001;
}

div.popUpBoxText {
    margin: 5px;
}

div.popUpBox div.popUpBoxTitle {
    background: #7E9DCC url(images/form-sprites.png) no-repeat left -200px;
    color: #FFF !important;
    font-size: .8em;
    text-align: right;
    height: 20px;
    cursor: pointer;
}

    div.popUpBox div.popUpBoxTitle a {
        color: #FFF !important;
    }

div.popUpBox:hover div.popUpBoxTitle {
}

div.popUpBox h4 {
    margin: 0;
}
/* End PopUps */

input.valueGood {
    border: solid 2px #0A0 !important;
}

input.valueBad {
    border: solid 2px #A00 !important;
}

form table {
    margin: 0 5px 0 100px;
}

form > div table {
    margin: 0;
}

td.number-cell, td.number-cell-total, .editable {
    text-align: center;
    font-size: 1.2em;
}

td.number-cell, .editable {
    cursor: pointer;
    background: #EEF url(images/form-sprites.png) no-repeat right 7px;
}

tr.other td.number-cell {
    background-color: #DDE;
}

td.number-cell input {
    font-size: 1em;
}

/* Yes No Questions */

div.toggleGroup{
    margin: .3em;
}

div.toggleGroup span{
   background-color: #EEE;
   color: #888;
   padding: .3em 1em;
   border: 2px solid #333;
   border-right-width:0;
   cursor: pointer;
}
    div.toggleGroup span:first-child {
        border-radius: .3em 0 0 .3em;
    }
    div.toggleGroup span:last-child {
        border-radius: 0 .3em .3em 0;
        border-right-width: 2px;
    }
    div.toggleGroup span:hover{
    background-color: #9ec7db;
}
    div.toggleGroup span.selected {
    background-color: #26a0da;
    color: #FFF;
    cursor: default;
    font-weight: bold;
}



/*input.yesNo {
}

div.yesNo, div.toggleGroup {
    display: inline-block;
    width: auto;
    padding: .3em;
}

    div.yesNo span {
        border: 1px solid #CCC;
        color: #686;
        cursor: pointer;
        margin: .2em;
        padding: .1em;
    }

    div.toggleGroup span {
        background: #9BF url(images/nav_up.gif) repeat-x left top;
        color: #555;
        cursor: pointer;
        padding: .1em .5em .1em .5em;
    }

        div.toggleGroup span:hover {
            color: #000;
        }

    div.yesNo .spanShowNo {
        color: #866;
    }

    div.yesNo span:hover, div.yesNo span.selected {
        background-color: #EFE;
        color: #3A3;
        border: 1px solid #000;
    }

    div.toggleGroup span.selected {
        background: #136 url(images/nav_down.gif) repeat-x left top;
        cursor: auto;
        color: #FFF;
    }

    div.toggleGroup span.disabled {
        background: #AAA url(images/nav_disabled.gif) repeat-x left top;
        cursor: auto;
        color: #888;
    }

    div.yesNo .spanShowNo:hover, div.yesNo .spanShowNo.selected {
        background-color: #FEE;
        color: #A33;
    }*/

div.ImagePanel {
    background-color: #FFF;
    padding: 10px;
    float: left;
    min-height: 100px;
    min-width: 100px;
    position: relative;
    margin: .5em;
    border: solid 1px #AAA;
}

    div.ImagePanel input[type=checkbox] {
        position: absolute;
        top: 0;
        right: 0;
        height: 20px;
        width: 20px;
    }

    div.ImagePanel .imageBorder {
        border: solid 1px #DDD;
    }

div.ImageContainingPanel {
    position: relative;
}

    div.ImageContainingPanel .infoPanel {
        position: absolute;
        bottom: 0;
        left: 0;
    }

        div.ImageContainingPanel .infoPanel .infoHeader {
            font-size: 1.5em;
            cursor: help;
            background-color: #EEE;
            width: 20px;
        }

        div.ImageContainingPanel .infoPanel .infoText {
            background-color: #DDD;
            width: auto;
            display: none;
            position: absolute;
            z-index: 100;
        }

    div.ImageContainingPanel .remove, div.ImageContainingPanel .viewFull {
        border: 1px solid #AAA;
        background-color: #CCC;
        font-size: .8em;
        position: absolute;
        top: 0;
        right: 0;
        padding: .2em;
    }

    div.ImageContainingPanel .viewFull {
        top: auto;
        bottom: 0;
    }

.options th {
    text-align: center;
    border-left: 2px solid #68B;
    padding: .3em;
}

    .options th:first-child {
        border-left: none;
    }

    .options th label {
    }

    .options th input[type=checkbox] {
        margin: auto;
        display: block;
    }


/* Form Items*/
.selectableItems {
    border: 1px solid #3e5667;
    list-style: none;
    margin: 0;
    padding: .5em;
    text-align: center;
    font-size: .8em;
    color: #000;
}

    .selectableItems li {
        border: 1px solid #000;
        background-color: #fff;
        display: inline-block;
        text-align: center;
        width: 32.5%;
        height: 60px;
        overflow: hidden;
    }

        .selectableItems li label {
            display: inline-block;
            padding: 3%;
            width: 94%;
            height: 94%;
        }

        .selectableItems li input {
            display: none;
            width: 100%;
            text-align: left;
            margin: 0;
            border: 0;
        }

    .selectableItems .selected {
        background-color: #26a0da;
        font-weight: bold;
        color: #FFF;
    }

fieldset p {
    clear: both;
}

.delete {
    background-color: #F00;
    border-color: #A00;
}

#PickNewFaculty {
    border: 1px solid #7e9dcc;
    background-color: #fff;
    width: 430px;
    top: -180px;
    left: 150px;
    position: relative;
    list-style-type: none;
    z-index: 100;
    font-size: .8em;
    text-align: right;
    border-radius: 1em;
    padding: 1em;
    box-shadow: 10px 10px 10px #000;
}

    #PickNewFaculty input {
        width: 70%;
    }

#PrincipleInvestigators, #PrincipleInvestigators dl {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    #PrincipleInvestigators dl {
        border: 3px solid #26a0da;
        padding: 1em;
        margin: 10px;
        border-radius: .4em;
        float: left;
    }

        #PrincipleInvestigators dl.isLead {
            border: 8px solid #26a0da;
            margin: 5px;
        }

        #PrincipleInvestigators dl dt {
            color: #888;
            font-size: .85em;
            font-weight: bold;
        }

#addFacultyButtons {
    clear: both;
}

#PrincipleInvestigators .name, #PrincipleInvestigators .phone {
    float: left;
}

#PrincipleInvestigators .phone {
    padding-left: 1em;
}

#PrincipleInvestigators .flags {
    position: absolute;
    bottom: -.2em;
    right: -.2em;
}

    #PrincipleInvestigators .flags input {
        border: 2px solid #26a0da;
        border-radius: .3em;
    }

#PrincipleInvestigators dt.flags {
    display: none;
}

.collegeDepartment {
    clear: both;
    padding-top: .3em;
}

.college, .department {
    display: block;
}

.college {
    color: #126;
}

.department {
    color: #26a0da;
    padding-left: 1em;
}
/* ### END FORM */

