/*
This file contains styles specific to Faculty Directory regular list
*/

/*
***** List *****
*/
.fd_wrapper {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
}

.fd_wrapper * {
    font-size: inherit;
    line-height: inherit;
}

.fd_listwrapper {
    display: table;
    width: 735px;
    margin-left: auto;
    margin-right: auto;
}

.fd_listrows {
    display: table-row-group;
}

.fd_listheaders, .fd_listrow {
    display: table-row;
}

.fd_listheader {
    display: table-cell;
}

.fd_listcell {
    display: table-cell;
    line-height: 22px !important;
}

.fd_pager {
    margin: 40px 0 30px;
    font-size: 1em;
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	font-weight:bold;
}

.fd_pagerunit {
    display: inline-block;
    text-transform: uppercase;
    border-right: 2px solid black;
    padding: 0;
    margin: 0 0 10px;
    padding-left: 4px;
    padding-right: 7px;
    line-height: 18px;
}

.fd_pagerunit:last-child {
    border-right: 0;
    padding-right: 0;
}

.fd_listheader {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ACA39A;
    padding-bottom: 20px;
    font-size: 1.2em;
    vertical-align: bottom;
}

.fd_listheader {
    padding-left: 12px;
    padding-right: 12px;
    width: 30%;
}
.fd_listheader.col1 {
    font-family: 'media-icons';
}

.fd_listcell {
    border-bottom: 1px solid rgba(219, 219, 217, 1);
    padding: 20px 12px;
    width: 30%;
}
.fd_listcell.col1 {
    font-family: 'media-icons';
    color:#999;
    font-size: 36px;
    line-height: 36px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.fd_listheader:last-child, .fd_listcell:last-child {
    border-right: 0;
}

.fd_listheader * {
}

.fd_listcell * {
    vertical-align: top;
}

.fd_listrow.altrow .fd_listcell {
    background-color: rgba(238, 237, 235, 1);
}
.fd_listheader.col1 {
}

.fd_listcell.col1, .fd_listheader.col1 {
    text-align: center;
    width: 10%;
}

.fd_listcell_areasofinterest {
    max-width: 275px;
}

.fd_listcell_areasofinterest ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.fd_listcell_areasofinterest ul li a {
    line-height: 12px;
}

.fd_listcell_aoi_title {
    color: #333;
}

.fd_listcell_aoi_sep:last-child {
    display: none;
}

.fd_bottom_links {
    margin-top: 60px;
    text-align: center;
}

.fd_bottom_link {
    display: inline-block;
    margin-right: 30px;
}

.fd_bottom_link:last-child {
    margin-right: 0;
}

.fd_bottom_link a {
    display: inline-block;
    padding: 15px 14px;
    color: #990000;
    border: 1px solid #990000;
    t-ext-transform: uppercase;
    font-weight: bold;

    b-ackground-image: url('../images/TriangleIcon.png');
    b-ackground-repeat: no-repeat;
    p-adding-left: 45px;
    b-ackground-size: 30px;
    b-ackground-position: 7px 8px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.fd_bottom_link a:hover {
    color: #fff;
    background-color: #990000;
}

.fd_bottom_link a:before {
    content: '*';
    font-size: 25px;
    margin: 0 10px 0 0;
    font-family: 'media-icons';
    float: left;
}

.fd_bottom_link a.fd_bl_browseaoi:before {
    content: 'K';
}

.fd_bottom_link a.fd_bl_browsedirectory:before {
    content: 'A';
}

.fd_bottom_link a.fd_bl_backtotop:before {
    content: '<';
    font-size: 18px;
    margin-top: -1px;

    /* Safari */
    -webkit-transform: rotate(90deg);

    /* Firefox */
    -moz-transform: rotate(90deg);

    /* IE */
    -ms-transform: rotate(90deg);

    /* Opera */
    -o-transform: rotate(90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*
.fd_bottom_link a.fd_bl_backtotop {
    background-image: url('../images/TriangleIcon.png');
}

.fd_bottom_link a.fd_bl_browseaoi {
    background-image: url('../images/CompassIcon.png');
}

.fd_bottom_link a.fd_bl_browsedirectory {
    background-image: url('../images/DirectoryIcon.png');
}

.fd_bottom_link a.fd_bl_backtotop:hover {
    background-image: url('../images/TriangleIconReverse.png');
}

.fd_bottom_link a.fd_bl_browseaoi:hover {
    background-image: url('../images/CompassIconReverse.png');
}

.fd_bottom_link a.fd_bl_browsedirectory:hover {
    background-image: url('../images/DirectoryIconReverse.png');
}
*/


/*
***** AoI List *****
*/
.fd_aoi_content_wrapper {
    font-size: 14px;
    line-height: 16px;
}

.fd_aoi_content_wrapper * {
    font-size: inherit;
    line-height: inherit;
}

.fd_aoi_wrapper {
    width: 735px;
    background-color: #e6e7e9;
    margin: 0 auto 40px auto;
    border: 1px solid #838385;
}

.fd_aoi_wrapper .fd_wrapper {
    display: none;

    background-color: white;
    padding: 25px 0 0px 0;
}

.fd_aoi_header {
    padding: 20px;
    position: relative
}

.fd_aoi_title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.25em;
}

.fd_aoi_description{
    font-size: 1.25em;
    line-height: 1.5em;
}

.fd_aoi_expand {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 17px;
    text-align: center;
    color: #a31f34;
    font-weight: bold;
    font-size: 40px;
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
    width: 48px;
    font-family: 'media-icons';
    font-size: 26px;
}
.fd_aoi_expand * {
    vertical-align: middle;
}

.fd_aoi_expand a.collapse {
}

.fd_aoi_list_empty {
    display: block;
    color: #666;
    margin-top: 20px;
    padding: 0 20px 20px;
    width: 200%
}
.fd_aoi_content_wrapper .fd_listrow:last-of-type .fd_listcell {
    border: none;
}

/*
***** AoI Admin List *****
*/
.fd_admin_aoi_list {
    display: table;
}

.fd_admin_aoi_row {
    display: table-row;
}

.fd_admin_aoi_list_header {
    display: table-cell;
    font-weight: bold;
}

.fd_admin_aoi_list_cell {
    display: table-cell;
}

.fd_admin_aoi_list_header,
.fd_admin_aoi_list_cell {
    padding: 5px 20px 5px 5px;
}

.fd_admin_form {
    width: 400px;
}

.fd_admin_inputrow {
    padding-bottom: 10px;
}

.fd_admin_inputrow > *{
    display: inline-block;
    vertical-align: top;
}

.fd_admin_inputrow:after {
    content: '';
    display: block;
    clear: both;
}

.fd_admin_inputrow label {
    width: 80px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
}

.fd_admin_inputrow input {
    width: 300px;
}

.fd_admin_inputrow input[type=button] {
    width: initial;
}

.fd_admin_inputrow textarea {
    c-lear: left;
    width: 300px;
    height: 300px;
}

.fd_admin_aoi_row.fd_admin_aoi_enabled .fd_admin_aoi_enable {
    display: none;
}

.fd_admin_aoi_row.fd_admin_aoi_disabled .fd_admin_aoi_disable {
    display: none;
}

.fd_max_1p {
    width: 1%;
}

.fd_max_25p {
    width: 25%;
}

.fd_max_50p {
    width: 50%;
}

.fd_nowrap {
    white-space: nowrap;
}

.fd_center {
    text-align: center;
}

.fd_inputinfo{
    clear: left;
    margin-left: 90px;
    font-style: italic;
}

.pbform {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    display: none;
}

.pbform_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999998;
    
    background-color: white;
    opacity: .5;
}

.pbform_contentwrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999999;

    background-color: white;    
    border: 1px solid #ccc;
    border-radius: 5px;

    width: 424px;
    height: 524px;

    margin-left: -212px;
    margin-top: -262px;
}

.pbform_content {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
@media screen and (max-width: 809px) {
    .fd_listrows, .fd_listwrapper {
        display: block;
        width: 100%;
    }
    .fd_listheader {
        display: none;
    }
    .fd_listrow {
        display: block;
        width: 100%;
        position: relative;
        border-bottom:1px solid rgba(219, 219, 217, 1);
        padding: 20px 0;
    }
    .fd_listrow:first-of-type{
        border-top:1px solid rgba(219, 219, 217, 1);
    }
    .fd_listrow.altrow {
        background-color: rgba(238, 237, 235, 1);
    }

    .fd_listcell.col1 {
        width: 25%;
        position: absolute;
        left: 0;
        top: 20px;
        font-size:25px;
        line-height: 25px;
    }
    .fd_listcell {
        position: relative;
        left: 25%;
        width: 75%;
        display: block;
        border: none;
        padding:0;
        margin: 0;
    }
    .fd_aoi_wrapper {
        width: 100%;
    }
    .fd_aoi_wrapper .fd_wrapper {
        padding: 0;
    }
    .fd_aoi_title {
        width: 85%;
    }
}
@media screen and (max-width:440px){
    .fd_bottom_link {
        margin-right:0px;
        display: block;
        margin-bottom:20px;
    }
    .fd_aoi_expand {
        right: 5px;
    }
}