.leftlabel {
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    font-variant: small-caps;
    color: #0a0a0a;
    vertical-align: middle;
    width: 140px;
}

.toggle_spliter {
    font-variant: small-caps;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    top: 0px;
    margin: 0px;
    padding: 0px 2px 2px 3px;
    border-width: 15px;
    border-bottom: 2px white solid;
    color: #688CD9;
}

.toggle_spliter_hr {
    position: relative;
    margin-top: 2px;
    height: 1px;
    background-color: #AAD5FF;
    border-width: 0;
    color: gray;
}


/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('/Resources/imagesloading.gif') right center no-repeat;
}

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}

    .ui-autocomplete li {
        font-size: 16px;
    }

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

/* Tooltip */

.ui-tooltip, .arrow:after {
    background: #82b3e4;
    border: 1px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    font: 10px "Helvetica Neue", Sans-Serif !important;
    box-shadow: 0 0 3px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -20px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 10px;
    top: -10px;
    width: 15px;
    height: 15px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -10px;
    top: auto;
}




/* PlaceHolders */
::-webkit-input-placeholder {
    font-size: 9px;
    color: #d0cdfa;
}

:-moz-placeholder { /* older Firefox*/
    font-size: 9px;
    color: #d0cdfa;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 9px;
    color: #d0cdfa;
}

input::-ms-input-placeholder {
    font-size: 9px;
    color: #d0cdfa;
}

.highlight {
    font: bold;
    text-decoration: underline;
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
    padding: 2px 2px;
    margin: 0 0px;
}


a {
    color: #0254EB;
}

    a:visited {
        color: #0254EB;
    }

    a.morelink {
        text-decoration: none;
        outline: none;
    }

.morecontent span {
    display: none;
}

.resumo {
    width: 100%;
}


.ShowFastResult {
    font-size: 0.8em;
    color: #000000;
}
