﻿.G-search {
    padding-top: 10px;
    width: 96%;
    margin: 0 auto;
}

    .G-search input[type="text"] {
        min-width: 200px;
        margin-bottom: 5px;
        padding: 4px;
        background: #ffffff;
        border: 1px solid #c9c9c9;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
        color: #333;
        font-size: 12px;
    }

        .G-search input[type="text"]:active, .ui-tabs-panel input[type="text"]:focus {
            background: #fff;
            border: 1px solid rgba(2,139,255,0.5); /* blue */
            -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
            box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
            color: #333;
        }

.search-condition {
    float: left;
}

.search-btn {
    float: left;
    padding-left: 25px;
    padding-top: 10px;
}

.lbl-common {
    width: 80px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}
.chk-common{

}
.div-item {
    height: 40px;
}

.G-result-relative {
    line-height: 36px;
    border-bottom: 1px solid #eee;
    clear: both;
}

.G-sResult {
    clear: both;
}

.btn-Save {
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    min-width: 70px;
    *overflow: visible;
    border: 1px solid #3d8fcb;
    background: #3d8fcb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .btn-Save:hover {
        background: #3467b1;
    }

.btn-Cancel {
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    min-width: 70px;
    *overflow: visible;
    border: 1px solid #9f9f9f;
    background: #9f9f9f;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .btn-Cancel:hover {
        background: #868686;
    }

.btn-Delete {
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    min-width: 70px;
    *overflow: visible;
    border: 1px solid #91b56f;
    background: #91b56f;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .btn-Delete:hover {
        background: #738f57;
    }

.s-result-item {
    border-bottom: 1px dotted #eee;
    padding-bottom: 5px;
}

.s-result-item-title {
    line-height: 30px;
}

.result-title {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.result-date {
    padding-left: 10px;
    display: inline-block;
}

.s-result-item-content {
    line-height: 150%;
}

.highlight {
    color: #d70312;
}

.setting-txt {
    width: 100px;
    display: inline-block;
}

.result-settings {
    padding-top: 5px;
}

.settings {
    border: dashed 1px #808080;
}

    .settings .dnnFormItem .dnnLabel {
        margin-top: 10px;
    }

    .settings .dnnFormItem .dnnFormHelp {
        top: 0px;
    }

    .settings .dnnFormItem pre {
        margin-top: 0;
        display: inline-block;
    }


    .settings .dnnFormItem .code {
        font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace !important;
        font-size: 13.6px;
        line-height: 1.45;
        background-color: #f7f7f7;
        border-radius: 3px;
        min-width: 640px;
        _width: 640px;
        padding: 8px;
    }

        .settings .dnnFormItem .code code {
            font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
        }

    .settings .dnnFormItem b {
        color: #d70312;
    }

    .settings .dnnFormItem.radio .dnnLabel {
        margin-top: 10px;
    }

    .settings .dnnFormItem select {
        padding: 4px;
    }


/*search area seetings*/
.search-area-container {
    padding: 5px;
    border: dashed 1px black;
}

/*------------------------------*/
.edit-handle {
    width: 16px;
    height: 16px;
    background: url(/images/edit.gif);
    display: inline-block;
}
