﻿/* Search pages */
.search-wrapper, .search-panel {
    max-width: 625px;
}

.admin-form {
    padding: 5px;
}

.form-row.half-row {
    width: 50%;
    float: left;
    clear: none;
    padding-left: 0px;
    padding-right: 0px;
}

.form-row .left-full-width-div {
    width: 75%;
}

    .form-row .left-full-width-div input {
        width: 95%;
    }

.search-form .form-row label {
    width: 120px;
}

.tm-member-search-form .form-row label {
    width: 100px;
}

/* View page */

.view-task-box {
    box-shadow: 0px 0px 3px rgba(0,0,0,.35);
    background-color: #FFF;
    box-sizing: border-box;
    min-height: 50px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

    .view-task-box .form-row label {
        width: 120px;
        text-align: left;
        font-weight: bold;
        padding: 0px;
        white-space: normal;
        font-size: 13px;
        min-height: 1px;
    }

.view-task-basic {
    position: relative;
}

    .view-task-basic .basic-icon {
        position: absolute;
        left: 0px;
    }

    .view-task-basic .basic-content {
        position: relative;
        left: 25px;
    }

.view-task-box h3 {
    margin-top: 0px;
}

.task-edit-link {
    height: 16px;
    width: 16px;
}

.view-task-box .edit-link a,
#amd_control .view-task-box .amd-edit-link a {
    background-image: url(/images/member_directory/pencil_black.svg);
    display: inline-block;
    padding: 0px;
    height: 16px;
    width: 16px;
    background-size: 16px;
    margin-right: 0px;
}

.view-task-box .manager-button-panel a {
    display: block;
    float: left;
    margin-left: 0px;
    margin-right: 5px;
}

a.up-link {
    background-image: url(/images/editor_templates/arrow_up.png) !important;
}

a.down-link {
    background-image: url(/images/editor_templates/arrow_down.png) !important;
}

.view-notes-container {
    max-height: 400px;
    overflow-y: auto;
}

.view-notes-box {
    border: solid 1px #C0C0C0;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 14px;
    margin: 1px;
}

.content-sub-header-2 {
    padding-left: 0;
    color: #111;
}

#search_button_container {
    float: right;
}

/* user profile */
.task-manager-form {
    padding: 5px;
}

/* misc */
.form-fields {
    max-width: 715px;
}

h3 {
    padding-left:2px;
}

/*.title-row input {
    width:80%;
}*/

.description-container h3 {
    float: left;
    width: 93%;
    margin-top: 0px;
}

@media (max-device-width : 1088px) {
    .form-row {
        padding: 0px;
        box-sizing: border-box;
    }

        .form-row.half-row {
            width: 100%;
        }

            .form-row.half-row.date-row input {
                width: 160px;
            }

    .admin-form .form-row label, .task-manager-form .form-row label {
        width: initial;
        padding-top: 0px;
    }

    .RadComboBox, .RadCombBoxCE {
        clear: left;
    }

    .RadAjaxPanel {
        /*width:100%;*/
        clear: left;
    }

    .manager-table tbody a:last-child {
        padding-right: initial;
    }

    .date-container {
        display: flex;
        float: left;
        clear: left;
    }

    .DESVALRequiredFieldMarker {
        float: left;
    }

    .form-row .left-full-width-div {
        clear:left;
    }
}
