﻿.DropDownPanel
{
    padding: 3px 7px 4px 6px;
    /*background-image: url(Images/DropDown.png);*/
    height: 15px;
    background-repeat: no-repeat;
    width: 450px;
    border: 2px;
    border-style: solid;
    border-color: lightgray;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-image: url(Images/ddArrow.png);
    background-position-x: 99%;
    background-position-y: center;

}
.pnlLeftSearch{
    float:left;
    font-size: 14pt;
    color:#FFFFFF;
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    position:relative;
    height:130px;
    width:130px;

}

.pnlLeftSearch span{
    text-align: left;
}

    .pnlLeftSearch a {
        text-align:right;
        bottom:0;
        position:absolute;
        color:#FFFFFF;
        font-size:10pt;
        text-decoration:underline;
    }

.custom-combobox a{
    height:22px;
    vertical-align:top;
}
.custom-combobox-input {
     -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';

    padding: 3px 7px 4px 6px;     !important
    background-image: url(Images/ddArrow.png);
    /*background-position-x: 99%;
    background-position-y: center;*/
    background-position: 460px center;
    background-repeat: no-repeat;
    border: 2px;
    border-right:0px;
    border-style: solid;
    border-color: lightgray;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    margin-bottom: 5px;
    /*margin-top: 5px;*/
    width: 330px;
    padding: 3px 7px 4px 6px;
    -webkit-appearance: none;
    height: 15px;

}
.ui-autocomplete {
    max-height:500px;
    overflow-x:hidden;
    overflow-y:auto;
}
.custom-combobox-input::-ms-expand {
display: none;
}

@-moz-document url-prefix() {
.custom-combobox-input-moz{
    padding: 3px 7px 4px 6px;
    background-image: url(Images/ddArrow.png);
    /*background-position-x: 99%;
    background-position-y: center;*/
    background-position: 460px center;
    background-repeat: no-repeat;
    border: 2px;
    border-style: solid;
    border-color: lightgray;
    border-radius: 10px;
    margin-bottom: 5px;
    /*margin-top: 5px;*/
    width: 476px;
    padding: 3px 7px 4px 6px;
    -webkit-appearance: none;
  }
} 
.TDDropDownList{
    display:none;
}
.DropDownList {
    padding: 3px 7px 4px 6px;
    background-image: url(Images/ddArrow.png);
    /*background-position-x: 99%;
    background-position-y: center;*/
    background-position: 450px center;
    background-repeat: no-repeat;
    border: 2px;
    border-style: solid;
    border-color: lightgray;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 466px;
    padding: 3px 7px 4px 6px;
    -webkit-appearance: none;

}
.DropDownList::-ms-expand {
display: none;
}

.ContextMenuPanel
{
    border: 1px solid #868686;
    z-index: 1000;
    background: #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
    max-height: 350px;
    overflow: auto;
    width: 400px;
    position: absolute;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{

    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 3px;
    white-space: nowrap;
    border: 0px solid #FAFAFA;
    

}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

tr.ContextMenuItem:hover
{
    background-color: #FFE6A0;
    color: #003399;
    border: 0px solid #003399;
    padding-top: 3px;
    padding-bottom: 3px;
}

a.ContextMenuItem:hover
{
    background-color: #FFE6A0;
    color: #003399;
    border: 0px solid #003399;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ajax__dropdown
{
    display: block;
    width: 400px;
    padding: 2px;
    padding-right: 50px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}