﻿/******* MENU *******/
#container {
    margin: 14px 0px 0px 0px;
    width: 100%;
}

    #container ul {
        list-style: none;
        list-style-position: outside;
        display: inline;
    }

        #container ul.menuSearch li {
            float: left;
            margin-right: 6px;
            margin-bottom: -1px;
        }

        #container ul.menuSearch li {
            display: block;
            padding: 8px 12px;
            background: #F2F2F2;
            margin-bottom: -1px;
            border: 1px solid #ccc;
            border-width: 1px 1px 1px 1px;
            position: relative;
            color: #666666;
            cursor: pointer;
            border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
        }

            #container ul.menuSearch li.active {
                background: #FDFDFD;
                top: 1px;
                border-bottom: 0;
                color: #666666;
                box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 0px;
            }
/******* /MENU *******/

/******* CONTENT *******/
.content {
    margin: 0pt auto;
    background: #FDFDFD;
    text-align: left;
    padding: 10px 10px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 2em;
    color: #8C8C8C;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

#Search:disabled {
    background-color: #BDBDBD !important;
}

.content h3 {
    line-height: 1em;
    vertical-align: middle;
    height: 48px;
    padding: 10px 10px 10px 52px;
    font-size: 32px;
    color: #E4E1CD;
}
/******* /CONTENT *******/

.content.case {
    display: block;
}

.content.customer {
    display: none;
}

.content.company {
    display: none;
}

.content.ci {
    display: none;
}

.content.additionalFields {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    line-height: 0;
}

#headerCriteria {
    padding: 4px;
    margin: 4px;
    font-weight: normal;
    border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );
    border-top: 1px solid rgba( 0, 0, 0, 0.2 );
}

    #headerCriteria label {
        width: 22%;
        display: inline-block;
        text-indent: 80px;
        font-size: 12px;
    }

        #headerCriteria label.aux {
            text-indent: 120px;
        }

    #headerCriteria a {
        font-size: 11px;
    }

        #headerCriteria a:visited {
            color: #666666;
        }

#titleheaderCriteria {
    color: #F5846F;
    margin-top: 12px;
    display: inline-block;
    padding: 4px;
}


.form-search {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background: #FDFDFD;
}

.form-search-condition {
    border-radius: 2px;
    width: 100%;
    height: auto;
    margin: 0px;
    min-height: 200px;
    max-height: 600px;
    min-width: 500px;
    font-family: ClearSans-Regular;
    color: #666666;
    text-align: left;
    float: left;
    position: relative;
}

    .form-search-condition input[type="text"], .form-search-condition select, .text-complete {
        margin-bottom: 12px;
        margin-right: 2px;
        margin-top: 2px;
        width: 36%;
    }

    .form-search-condition #addCondition {
        background-image: url(../../../../Resources/images/arrow-down-gray.png);
        background-position: right;
        background-repeat: no-repeat;
        color: #888 !important;
        padding-left: 10px !important;
        padding-right: 4px !important;
        padding-bottom: 4px;
        padding-top: 4px;
        font-size: 12px !important;
        font-family: Arial, Verdana, Helvetica, sans-serif !important;
        font-weight: bold;
        width: 80%;
        display: inline-block;
        margin-bottom: 2px;
        margin-top: 1px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-color: #fff;
        border: 0;
        border: 1px solid rgba(0,0,0,0.2);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        outline: 0;
        text-align: left;
        height: 24px;
    }

        .form-search-condition #addCondition:active {
            -moz-box-shadow: inset 0 0 2px #666666;
            -webkit-box-shadow: inset 0 0 2px #666666;
            box-shadow: inset 0 0 2px #666666;
        }

.dropdown-menu {
    position: fixed;
    display: none;
    z-index: 2000;
    float: left;
    min-width: 600px;
    padding: 4px 16px;
    margin: 4px 8pxpx 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
    box-shadow: 0 2px 15px rgba(0,0,0,0.25);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 48%;
    text-align: left;
    left: 3px;
}

    .dropdown-menu select:disabled, .dropdown-menu input:disabled {
        background-color: #ECECEC !important;
    }

.form-search-condition select[title="opt"] {
    width: 20%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: 0 none;
}

.text-complete {
    width: 162px !important;
    max-width: 162px !important;
    top: auto !important;
}

#SearchControl_FieldCategory_Txt.text-complete {
    top: 114px !important;
    left: 22px !important;
}

.form-search-condition input[type="text"], .text-complete {
    -webkit-border-radius: 2px;
    height: 16px;
}

.form-search-summary {
    height: auto;
    color: #666666;
    min-height: 0px;
    min-width: 582px;
    max-height: 109px;
    text-align: left;
    overflow: auto;
    margin-top: 10px;
}

    .form-search-summary select {
        min-width: 60px !important;
        text-transform: uppercase;
        background-color: #ffffff !important;
        max-width: 2px !important;
        min-width: 50px !important;
        text-align: center;
        float: left;
        display: inline-block;
        padding: 0px !important;
        font-size: 13px !important;
        margin-left: 4px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-position: calc(100% - 6px) calc(1em + -4px), calc(100% - 0px) calc(1em + -4px), 100% 0;
    }

.form-additional-fields {
    padding-left: 0px;
    display: inline-block;
    float: right;
    width: 100%;
    margin-top: 10px;
}

    .form-additional-fields a {
        background: none;
        padding: 0px;
        float: right;
    }

    .form-additional-fields li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        margin-top: 0px;
        margin-bottom: 6px;
        display: list-item;
    }

        .form-additional-fields li:last-child {
            border-bottom: none;
            margin-bottom: 0px;
        }

#lnkFieldOptions {
    margin-top: 0;
    margin-bottom: 4px;
}

.condition-rule {
    display: none;
}

.condition-rule-item {
    width: 90%;
    background-color: #fff;
    margin: 0px;
    position: relative;
    text-align: left;
    float: left;
}

    .condition-rule-item label {
        color: #6B6A6A;
        text-decoration: none;
        vertical-align: middle;
        text-shadow: none !important;
    }

    .condition-rule-item div[title="Item"] {
        width: 14%;
    }

    .condition-rule-item div {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        height: 18px;
        display: inline-block;
        padding: 4px;
        background-color: #ddd;
        margin: 2px;
        margin-top: 0px;
        min-height: 18px;
        max-height: 28px;
        padding: 2px;
        width: 38%;
        max-width: 38%;
        overflow: auto;
        float: left;
        word-wrap: break-word;
        text-align: center;
    }

input[type="button"].addCondition {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('../../../../Resources/images/add_condition.png') no-repeat center bottom;
    cursor: pointer;
    width: 26px;
    height: 26px;
    position: absolute;
}

input[class="removeCondition"].removeCondition {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('../../../../Resources/images/remove_condition.png') no-repeat center bottom;
    cursor: pointer;
    width: 26px;
    height: 26px;
    float: left;
}

.loadingPanel {
    background: #fbf9ee !important;
    border: 1px solid #D8C035 !important;
    box-shadow: 0 0 1px #ccc !important;
    color: #363636 !important;
    font-size: 11px !important;
    overflow-x: hidden;
    margin-left: 10px;
    position: absolute !important;
    text-align: center !important;
    width: 380px;
    z-index: 999;
    margin-left: 90px;
    top: 0px;
}

.tooltip-search {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #F5846F;
    border-radius: 2px 2px 2px 2px;
    font-weight: bold;
    font-size: 11px;
    padding: 4px;
    margin-top: 4px;
    margin-left: 0px;
    z-index: 1;
    display: none;
    max-width: 300px;
    text-align: left;
    text-wrap: normal;
    word-wrap: break-word;
    text-transform: capitalize;
}

.descriptSearch {
    width: 100%;
    display: inline-block;
    font-family: ClearSans-Regular, Arial, Verdana, Helvetica, sans-serif;
}

.selectTypeCase {
    margin-bottom: 0px !important;
    min-width: 200px !important;
}

.chkClosed, .chkKnowError {
    display: inline-block;
    margin-top: 4px;
    font-weight: normal;
    text-align: left;
    width: auto !important;
}

.search_type-Related .chkKnowError {
    display: none !important;
}

#contentCriteria {
    color: #B3B3B3;
    text-align: center;
    font-size: 13px;
    font-weight: lighter;
    font-style: italic;
    padding-top: 6px;
}

.menuSearch img {
    height: 16px;
    width: 16px;
    margin-right: 6px;
    vertical-align: bottom;
}

.notDisplay {
    display: none;
}

#sc_main {
    max-height: 480px;
}

.searcher-content-grid {
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    outline: none;
    overflow: auto;
    position: fixed;
    display: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    padding: 0;
    height: 446px;
    z-index: 9;
    min-height: 406px;
    top: 0px;
    left: 2px;
    width: 99%;
    overflow: auto;
    max-height: 403px;
}

    .searcher-content-grid .RadGrid_WebBlue {
        top: 46px;
        left: 14px;
    }


.searcher-button-select {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.form-editor.searcher-viewer {
    width: 100%;
    height: 100%;
    top: 30px;
}

#searcher_content_editor {
    display: none;
    top: 360px;
    margin: 0;
    position: relative;
    left: 18px;
    max-width: 720px;
    height: 250px;
    max-height: 250px;
    min-height: 0px;
}

.group-button-search {
    position: absolute;
    top: 412px;
}

.searcher-button-select-case {
    display: flex ;
    position: relative;
    top: 74px;
    float: right;
    margin-right: 5px;
}

.searcher-content-description {
    width: calc(100% - 25px);
    height: auto;
}

.searcher-content-iframe {
    width: calc(100% - 25px);
    height: auto;
}

.search-button-clear {
    text-decoration: underline;
    color: #F5846F;
    font-size: 13px;
    cursor: pointer;
    float: initial !important;
    margin-right: 5px;
}

.form-search-condition input[id$='_Txt'] {
    left: 366px !important;
    top: 14px !important;
}

.form-search-condition div[id$='BoxComplete'] {
    top: 30px !important;
    left: 366px !important;
}
