
/* Introduced by ColdFusion Migration project  */

/* ABN search css start */
#lean_overlay {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0.4;
}

.abnSelectedItem{
	margin-left: 60px;
	margin-top: 18px;	
}

.abnSelectedItem .label {
    margin: 15px 0 6px;
    color: #757575;
    font-size: 14px;
}


.abnSelectedItem input, .abnLookupInput input{
    font-size: 14px;
    height: 24px;
    padding-left: 2px;
    width: 305px;
}

.abnSearchModal{
	font-size: 1.7em;
    padding: 30px;
    width: 560px;
    margin-left: -310px;
    left: 50%;
    opacity: 1;
    position: fixed;
    top: 100px;
    z-index: 11000;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.modal-close-bt{
    background-image: url("/res/images/v11-form-ui-sprite.png")!important;
    background-position: -9px -11px !important;
    background-repeat: no-repeat !important;
    height: 25px;
    position: absolute !important;
    right: 10px;
    top: 10px;
    width: 25px;
    border: 0;
}

.scrollable-table {
    height: 360px;
    overflow: auto;
}

.abnSearchModal table {
    color: #3b3b3b;
    font-size: 14px;
    margin: 25px 0 5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    margin-bottom: 10px;
    width: 100%;
}


.abnSearchModal table th, .abnSearchModal table td {
    background: #fff none repeat scroll 0 0;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 10px;
    vertical-align: top;
}


.abnSearchModal table .alt td {
    background: #f4f4f4 none repeat scroll 0 0;
}

.abnSearchModal h2 {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 5px;
    line-height: 1;
}

.grey-bt {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f2f2f2 0px, #f6f6f6 50%, #e1e1e1 50%, #d3d3d3 100%) repeat scroll 0 0;
    border-radius: 10px;
    color: #575757 !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none !important;
    width: 125px;
}


.grey-bt-small {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f2f2f2 0px, #f6f6f6 50%, #e1e1e1 50%, #d3d3d3 100%) repeat scroll 0 0 !important;
    border-radius: 10px;
    color: #1964c8;
    display: inline-block;
    font-size: 10px !important;
    font-weight: bold !important;
    height: 21px;
    line-height: 21px;
    text-align: center;
    text-decoration: none !important;
    width: 55px;
    cursor: pointer !important;
    border:0;
}

.grey-bt-small:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ddd 0px, #dfdfdf 50%, #c8c8c8 50%, #aeaeae 100%) repeat scroll 0 0;
}
.grey-bt-small:active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d3d3d3 0px, #e1e1e1 50%, #f6f6f6 50%, #f2f2f2 100%) repeat scroll 0 0;
}

/* ABN search css end */	