.IturanComboSelectClass {
    background-color: white !important;
    border-bottom-color: #94C0D2 !important;
    border-left-color: #94C0D2 !important;
    border-right-color: #94C0D2 !important;
    border-top-color: #94C0D2 !important;
    height: 100% !important;
    margin-top: 0px !important;
    min-height: 200px !important;
    min-width: 200px !important;
    padding-top: 0px !important;
    text-align: left !important;
    vertical-align: top !important;
    width: 100% !important;
}
.CancelPhoto {
    padding-left:8px;
    padding-bottom:8px;
    display:inline-block !important;
    height:39px;
    width:140px;
    min-height:39px;
    min-width:140px;
    background-image:url(../../images/Cancel.png);
    background-repeat:no-repeat;
    background-position:top;
    background-size: 100% 100%;
    margin-bottom:15px;
}
.TryAgain {
    padding-left:8px;
    padding-bottom:8px;
    display:inline-block !important;
    height:39px;
    width:140px;
    min-height:39px;
    min-width:140px;
    background-image:url(../../images/Retry.png);
    background-repeat:no-repeat;
    background-position:top;
    background-size: 100% 100%;
    margin-bottom:15px;
}
.IPChooseButtons {
    width:100%;
    align-content:center;
    text-align:center;
}
.selectImageButton {
    display:inline-block !important;
    height:30px !important;
    width:80px !important;
    min-height:30px !important;
    min-width:80px !important;
    background-image:url(../../images/select.png) !important;
    background-repeat:no-repeat !important;
    background-position:top !important;
    border-width:0px !important;
    background-size: 100% 100% !important;
    position: absolute !important;
    top: 1px !important;
    /*position: absolute !important;*/

}
/*.selectImageButton div {
    padding-top:0px !important;
    padding-left:3px !important;    
    margin-top:-10px !important;
}*/
.selectImageButton span {
    margin-left:25% !important;
    margin-top:25% !important;
    color:white;
    position: relative;
    top: 6px;
}
.IPEdit {
    height:38px !important;
    display:inline;
}
.searchContainer {
    vertical-align:top;
    white-space:nowrap;
    background-color:white;
}
.ListScrollerContainer {
    height:100%;
    display:block;
}
.ListScroller {
    background-color:transparent !important;
}
.ListScroller ul {
    background-color:transparent !important;
}
.IPphoto {
    background-image:url(../../images/Camera.png) !important;
    width:53px !important;
    /*height:28px !important;*/
    background-repeat:no-repeat !important;
    background-position:bottom !important;
    text-align: left !important;
    /*vertical-align: bottom !important;*/
}