﻿input[type=text] {
    border-width: 1px !important;
}

.Aranda_Autocomplete_BoxComplete {
    width: 100%;
    height: auto;
    max-height: 200px;
    border: 1px solid #dddddd;
    margin-top: 5px;
    position: absolute;
    display: none;
    background-color: #ffffff;
    overflow: auto;
    overflow-x: hidden;
    z-index: 10000;
}

.Aranda_Autocomplete_BoxItem {
    width: 95%;
    height: auto;
    font-family: Helvetica Narrow, sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal !important;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
}

    .Aranda_Autocomplete_BoxItem:hover {
        background-color: #66CCFF;
        color: White;
    }

.Aranda_Autocomplete_BoxItem_Message {
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
    font-style: italic;
    text-transform: none;
    font-size: 10pt;
    font-weight: bold;
    font-family: Helvetica Narrow, sans-serif;
    width: auto;
    border: 1px dotted #cccccc;
    background-color: #eeeeee;
}

.container_checkbox {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 133px;
}

    .container_checkbox:nth-child(even) {
        margin: 0px 5px 0 5px;
    }

.disable_item {
    background-color: #F3F5F8;
}
