﻿div.registration-form {
    padding: 0 15px 20px 15px;
}

div.admissions-header-image {
    background-image: url("../images/admissions.jpg");
    width: 100%;
    height: 130px;
}

.column-one .widget {
    margin-bottom: 42px;
}

.dept-contact-box {
    display: block;
    background-color: #FCE6A3;
    border-radius: 8px;
    padding-bottom: 7px;
}

    .dept-contact-box h4 {
        display: block;
        margin: 0px 10px -3px;
        color: #000;
        font-weight: bold;
        padding: 15px 0px 6px 10px;
        border-bottom: 1px solid #363636;
        font-size: 1.7em;
        line-height: 1.2em;
    }

    .dept-contact-box p {
        padding-left: 20px;
        padding-right: 3px;
        font-size: 13px;
        line-height: 1.5em;
        margin-top: 13px;
        margin-bottom: 13px;
    }

    .dept-contact-box a {
        font-weight: bold;
    }

.dept-link-header {
    margin: 0;
}

.nav-page-box.nav-slide {
    padding-bottom: 0;
}

.SectionHeader {
    height: auto;
    margin-bottom: 0;
}

    .SectionHeader h4 {
        padding: 8px 0;
        margin-bottom: 5px;
    }

input[type="submit"] {
    color: #333;
}

div.application-header {
    margin-bottom: 20px;
}

    div.application-header span {
        vertical-align: middle;
    }

div.form-section-heading {
    background-color: rgb(242, 185, 56);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    div.form-section-heading h3 {
        padding: 5px 1em 5px 0.9em;
        margin-bottom: 0px;
        font-size: 1.2em;
    }

div.form-section {
    padding: 5px;
    background-color: rgb(218, 218, 218);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1.1em;
}

    div.form-section > div {
        margin-bottom: 5px;
        border: none;
    }

    div.form-section.wide div label {
        width: 25%;
    }

    div.form-section div label {
        display: inline-block;
        width: 18%;
        text-align: right;
        margin-right: 10px;
    }

    div.form-section div input[type=text], div.form-section div select {
        border-radius: 2px;
        border-left-width: 2px;
    }

    div.form-section.wide div input[type=text] {
        width: 58%;
    }

    div.form-section.wide div select {
        width: 59%;
    }

    div.form-section div input[type=text] {
        width: 65%;
    }

    div.form-section div select {
        width: 66%;
    }

    div.form-section div.form-action {
        text-align: right;
        margin-top: 10px;
    }

    div.form-section.wide div span.horizontal-radio-button-list {
        width: 58%;
        vertical-align: top;
    }

    div.form-section div span.horizontal-radio-button-list {
        background: #FFF;
        border-radius: 3px;
        width: 52%;
        display: inline-block;
        border: 1px solid #B4B4B4;
        padding-top: 2px;
        margin: 2px;
    }

        div.form-section div span.horizontal-radio-button-list input {
            margin-right: 5px !important;
            margin-bottom: 5px !important;
            margin-left: 0px !important;
        }

        div.form-section div span.horizontal-radio-button-list label {
            width: auto !important;
            margin-right: 20px !important;
            margin-bottom: 5px !important;
        }

div.form-information {
    background-color: #727272;
    border-radius: 4px;
    padding: 2px 10px;
    color: #FFF;
    margin-bottom: 15px !important;
    min-height: 30px;
}

div.form-section.wide div.form-help {
    margin-left: 27%;
    width: 56%;
}

div.form-help {
    margin-left: 20%;
    background-color: #727272;
    border-radius: 4px;
    padding: 2px 10px;
    color: #FFF;
    margin-bottom: 15px !important;
    min-height: 30px;
    width: 63%;
}

    div.form-help .fa, div.form-information .fa {
        float: left;
        font-size: 32px;
        padding-right: 10px;
        color: #ADADAD;
    }

div.info-message {
    float: left;
    display: inline-block;
    margin: 0 0 0 10px !important;
    background-color: rgb(198, 225, 255);
    padding: 6px;
    border: 1px solid #3F4ACB !important;
    border-radius: 4px;
    color: #3F4ACB;
    font-size: .9em;
}

    div.info-message i.fa {
        margin-right: 5px;
    }

div.validation-error-summary {
    margin: 10px !important;
    background-color: #C00;
    padding: 6px;
    border-radius: 4px;
    color: #FFF;
}

    div.validation-error-summary span {
        font-weight: bold;
    }

    div.validation-error-summary i.fa {
        font-size: 14px;
        color: rgb(255, 255, 88);
        margin-right: 10px;
    }

.date-input {
    width: 80px !important;
}

.ui-datepicker-trigger {
    border: none;
    background: none;
}

.ui-datepicker {
    background: #474747 !important;
}

.ui-datepicker-calendar th {
    color: #FFF !important;
}


::-webkit-input-placeholder {
    font-style: italic;
    color: #999;
}

::-moz-placeholder {
    font-style: italic;
    color: #999;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #999;
}

input:-moz-placeholder {
    font-style: italic;
    color: #999;
}

.required-field {
    border-left: 2px solid #e54d4d !important;
}

span.required-field-legend {
    font-style: italic;
    background-color: rgb(243, 243, 243);
    color: rgb(72, 72, 72);
    padding: 0px 4px;
    border-radius: 3px;
}

span.horizontal-radio-button-list.required-field {
    border-left: 2px solid #C00 !important;
    margin-left: 3px;
    padding-left: 4px;
}

.required-field-error span {
    font-weight: bold;
    padding: 2px 8px;
    vertical-align: middle;
    background-color: rgb(204, 0, 0);
    color: white;
    border-radius: 4px;
}

.required-field-error-input {
    border: 2px solid rgb(204, 0, 0);
    box-shadow: 0 0 10px #BC7D7D;
}

.required-field-error i.fa {
    vertical-align: middle;
    font-size: 2em;
    color: rgb(204, 0, 0);
    position: relative;
    left: 3px;
}

table.StripedTable {
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    margin: 10px;
}

    table.StripedTable tr td.heading {
        font-weight: bold;
    }

    table.StripedTable tr:nth-child(odd) {
        background-color: #e5e5e5;
    }

    table.StripedTable tr td {
        padding: 0px 40px 0px 10px;
    }

/* Grid Buttons */
span.GridActionButton {
    display: inline-block;
    background-color: #F0F0F0;
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    color: #BB4A28;
    font-weight: bold;
    text-decoration: none;
    height: 16px;
}

    span.GridActionButton:hover {
        color: #D42913;
        border: 1px solid #C0C0C0;
    }

    span.GridActionButton span {
        vertical-align: middle;
    }

div.GridActionButtons {
    text-align: right;
    padding-right: 5px;
}

span.GridActionButton i.fa {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 1.1em;
}

table.fhsu-gridview {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
}

    table.fhsu-gridview .fa {
        font-size: 17px;
    }

     table.fhsu-gridview .glyphicon
     {
         font-size:15px;
     }
    table.fhsu-gridview tbody tr th, table.fhsu-gridview thead tr th {
        padding: 4px;
        color: #FFF;
        background: transparent linear-gradient(to bottom, #7D7E7D 0%, #0E0E0E 100%) repeat scroll 0% 0%;
        border-left: 1px solid #525252;
        vertical-align: middle;
    }

    table.fhsu-gridview tbody tr td {
        border: 1px solid #C1C1C1;
        color: #000;
        padding: 3px;
        vertical-align:top;
    }

    table.fhsu-gridview tbody tr {
        background-color: #FFF;
    }

        table.fhsu-gridview tbody tr:nth-child(odd) {
            background-color: #E0E0E0;
        }

    table.fhsu-gridview tr td a, table.fhsu-gridview tr td a:visited {
        color: #333;
    }

        table.fhsu-gridview tr td a:hover {
            color: #CF8E00;
        }

table.Grid {
    margin: 10px;
    width: 98%;
}

.Grid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #F2AB00;
    border-collapse: collapse;
}

    .Grid td {
        padding: 0;
        border: solid 1px #c1c1c1;
        color: #000;
    }

    .Grid th {
        padding: 4px 2px;
        background: rgb(242,184,56);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyYjgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmRkMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(242,184,56,1) 0%, rgba(242,221,56,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,184,56,1)), color-stop(100%,rgba(242,221,56,1)));
        background: -webkit-linear-gradient(top, rgba(242,184,56,1) 0%,rgba(242,221,56,1) 100%);
        background: -o-linear-gradient(top, rgba(242,184,56,1) 0%,rgba(242,221,56,1) 100%);
        background: -ms-linear-gradient(top, rgba(242,184,56,1) 0%,rgba(242,221,56,1) 100%);
        background: linear-gradient(to bottom, rgba(242,184,56,1) 0%,rgba(242,221,56,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b838', endColorstr='#f2dd38',GradientType=0 );
        border-left: solid 1px #F2AB00;
    }

        .Grid th a {
            color: #fff;
            text-decoration: underline;
        }

            .Grid th a:hover {
                color: #ccc;
                text-decoration: none;
            }

    .Grid .alt {
        background: rgb(239,238,237);
    }

    .Grid .pgr {
        color: #fff;
        background: rgb(125,126,125);
        background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
        background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
        background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
        background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
        background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
    }

        .Grid .pgr table {
            margin: 5px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

            .Grid .pgr td a {
                color: #B0B0B0;
                text-decoration: none;
            }

                .Grid .pgr td a:hover {
                    color: #FFFFFF;
                    text-decoration: underline;
                }

.linkbutton-toggle-select {
    padding: 2px 4px;
    border-radius: 4px;
    color: #333;
    margin: 0 10px;
    min-width: 24px;
    margin-bottom: 5px;
    display: inline-block;
}

    .linkbutton-toggle-select.selected {
        background-color: #333;
        color: #FFF;
    }

.hidden {
    display: none;
}

.submit-button {
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
    background: #F2B838 none repeat scroll 0% 0%;
    padding: 3px 60px;
    text-align: center;
    border: none;
    border-radius: 4px;
}

.statement-of-interest .instructions {
    float: left;
    width: 182px;
    padding: 0 10px;
}

.statement-of-interest textarea {
    width: 475px !important;
    height: 110px;
}
.statement-section-head
{
    font-weight:bold;
    padding: 4px 0px;
background-color: rgb(238, 238, 238);
border-radius:3px;
}
 #body-content .form-section ul li {
    padding: 3px 0px;
    font-size: 12px;
    line-height: 1em;
}
.certification
{
    line-height: 1.5em;
}
.certification input
{
    vertical-align: top;
}
.word-count
{
    text-align: right;
margin-right: 10px;
color: rgb(117, 117, 117);
font-size: 0.9em;
font-style: italic;
}