.search label {
    padding-right: 10px;
}

.search legend {
    padding: 0 5px 0 5px;
}

.search [type='text'] {
    padding-left: 5px;
    margin-right: -1px;
}

.search [type='radio'], .search [type='checkbox'] {
    margin-right: 5px;
}
.search .btn-toolbar>* {
    float: left;
}
.search .btn-toolbar:after {
    content: '';
    clear: both;
    display: table;
    margin-bottom: 10px;
}
.search fieldset {
    margin-bottom: 10px;
}
.search fieldset.phrases>div {
    margin-bottom: 10px;
}

.search #searchForm>* {
    margin-bottom: 15px;
}

div.pagination ul.default li {
    display: inline-block;
}

.jmodedit {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    background: url(../images/system/edit.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

/* ##########################  tooltip  ########################### */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip {
    max-width: 400px;
}
.tooltip-inner {
    max-width: none;
    text-align: left;
    text-shadow: none;
}
th .tooltip-inner {
    font-weight: normal;
}
.tooltip.hasimage {
    opacity: 1;
}
.tip-text {
    text-align: left;
}