/* Web-content */
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .wauto { width:auto;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .width { width:99%;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .clear { clear:both;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .w220 { width:220px;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .w150 { width:150px;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .hide { display:none;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .margintop5 { margin-top: 5px;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .marginbottom10 { margin-bottom: 10px;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .marginbottom5 { margin-bottom: 5px;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .fleft { float:left;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .marginbottom15 { margin-bottom: 15px;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent.web_view .height25 { height: 25px;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .form-section { margin:12px;padding:0px;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .form-section dl { padding:0px;margin:0px;}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent label { color:#666666; }
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .mainContent
{
    -moz-border-radius: 6px; -webkit-border-radius:6px; border-radius: 6px;
    border:1px solid #939292;
    width:425px;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF,endColorstr=#B2FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF,endColorstr=#B2FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
    background-color: rgba(255, 255, 255, 0.70);
    clear:both;
}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .salutation-combo
{
    width:100px;
}

/* combo box css*/
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox
{
    width:100px;
    float:left;
}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox.ui-state-open {
    border-width: 0;
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .4);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .4);
}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox-menu-top-shadow {
    position: absolute;
    background-color: #ccc /* @borderColor */;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .4);
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox-menu {
    border-radius: 0;
    padding: 0;
    font-size: 1em;
    -moz-box-shadow: 0 -6px 0 -1px white, 0 -5px 0 0px #ccc, 0 1px 5px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 -6px 0 -1px white, 0 -5px 0 0px #ccc, 0 1px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -6px 0 -1px white, 0 -5px 0 0px #ccc, 0 1px 5px 1px rgba(0, 0, 0, 0.4);
    /*clip: rect(0px, 1000px, 1000px, -6px);*/
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox-menu.ui-combobox-borderless {
    -moz-box-shadow: 0 -6px 0 0px white, 0 1px 5px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 -6px 0 0px white, 0 1px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -6px 0 0px white, 0 1px 5px 1px rgba(0, 0, 0, 0.4);
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-item span
{
    line-height: 24px;
    padding: 0 4px 0 9px;
    color: #D7D7D7;
    font-size: 13px;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-item a {
    line-height: 24px;
    padding: 0 4px 0 9px;
    color: #666666;
    font-size: 13px;
}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-category.ui-menu-item span {
    text-decoration: none;
    display: block;
    line-height: 24px;
    padding: 0 4px 0 9px;
    color: #0FABFC;
    zoom: 1;
    font-weight: bold;
    font-size: 13px;
    /*border-bottom: 1px #CCCCCC solid;*/
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-category.ui-menu-item span:after {
    background-color: #CCCCCC;
    content: '';
    display: block;
    height: 1px;
    position: relative;
    top: 1px;
    width: auto;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-category.ui-menu-item.ui-item-disabled span:after
{
    background-color: #D7D7D7;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-category.ui-menu-item.ui-item-disabled span
{
    color: #D7D7D7;
    /*border-bottom: 1px #D7D7D7 solid;*/
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-item.ui-menu-category-child span,
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-item.ui-menu-category-child a {
    padding: 0 4px 0 27px;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-item a.ui-state-hover,
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-menu.ui-combobox-menu .ui-menu-item a.ui-state-active {
    margin: 0px;
    background: #eaeaea none;
    color: #666666;
    filter: none;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox input.ui-autocomplete-input {
    line-height: 18px;
    height: 24px;
    padding: 3px 0 3px 9px;
    border-right: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #666666;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-autocomplete-input.ui-corner-left {
    border-radius: 0;
    font-family: Arial;
    font-weight:regular;
    font-size:12px;
    color: #000000;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-button.ui-state-default {
    background-image: none;
    height: 24px;
    width: 28px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc /* @borderColor */;
    border-left: 0px;
    background-color: #FFFFFF;
    filter: none;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-button.ui-state-hover {
    background-image: none;
    background-color: #FFFFFF;
    filter: none;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-button.ui-corner-right {
    border-radius: 0;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-button.ui-state-default .ui-icon,
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-button.ui-state-hover .ui-icon {
    
    background-image: url("/s/diy/jquery/ui/themes/diye/images/1and1-icons.png");
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-button.ui-state-default .ui-icon {
    background-position: -245px -52px;
}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-button.ui-state-hover .ui-icon {
    background-position: -245px -52px;
}
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-button.ui-state-disabled .ui-icon {
    background-position: -245px -52px;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox.ui-state-open .ui-button .ui-icon {
    background-position: -245px -52px;
}

.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-state-disabled.ui-combobox,
.diysdk_contactsAndCommunication_salesForceLeads.webcomponent .ui-combobox .ui-state-disabled
{
    background-image: none;
    opacity: 1;
}