﻿#manageWhatToStudyForm {
}

    #manageWhatToStudyForm ul {
        display: table;
        width: 100%;
    }

    #manageWhatToStudyForm li {
        display: table-row;
        width: 100%;
    }

    #manageWhatToStudyForm ul div {
        vertical-align: top;
        display: table-cell;
    }

        #manageWhatToStudyForm ul div:last-child {
            width: 66px;
        }

    #manageWhatToStudyForm a {
        height: 19px;
        overflow: hidden;
        margin: 4px 0px;
    }


.editColumn label {
    width: 100%;
    display: inline-block;
}

.listColumn a {
    display: inline-block;
    width: 100%;
}

.editColumn input, .editColumn textarea {
    width: 100%;
    display: inline-block;
}

.editColumn textarea {
    height: 280px;
}

/*.whatToStudyNameCol {
    width: 20%;
    vertical-align: top;
}

.whatToStudyKeywordCol {
    width: 20%;
    vertical-align: top;
}

.whatToStudyContentCol {
    width: 60%;    
    vertical-align: middle;   
    white-space: normal;
}*/

.whatToStudySearchResults a:hover, .whatToStudyCurrent a:hover {
    border: solid 2px gray;
    cursor: pointer;
}

.whatToStudySearchResults li.selectedRowStyle a, .whatToStudyCurrent li.selectedRowStyle a {
    border: solid 2px black;
}

.whatToStudyHeader {
    font-weight: bold;
}

.whatToStudySearchResults, .whatToStudyCurrent {
    list-style: none;
    padding: 0;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .whatToStudySearchResults li, .whatToStudyCurrent li {
        width: 100%;
        font-size: 12px;
        display: flex;
    }

        .whatToStudySearchResults li a, .whatToStudyCurrent li a {
            text-decoration: none;
            display: block;
            padding: 5px 0px;
            width: 100%;
            /* needed to prevent flicker when hovering over list */
            border: solid 2px transparent;
        }

            /* To disable a:focus styling defined in master.css */
            .whatToStudySearchResults li a, .whatToStudyCurrent li a:focus {
                outline: none;
            }

    .whatToStudySearchResults div:nth-child(1), .whatToStudyCurrent div:nth-child(1) {
        width: 25%;
        vertical-align: top;
        display: inline-block;
    }

    .whatToStudySearchResults div:nth-child(2), .whatToStudyCurrent div:nth-child(2) {
        width: 25%;
        vertical-align: top;
        display: inline-block;
    }

    .whatToStudySearchResults div:nth-child(3), .whatToStudyCurrent div:nth-child(3) {
        width: 50%;
        vertical-align: middle;
        white-space: normal;
        display: inline-block;
    }

.queryFields div {
    display: inline-block;
}

.queryFields button {
    display: inline-block;
}

.queryFields label {
    margin-right: 5px;
}
