/* Web-content */
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent .clear { clear: both; }
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent .required { 
	float: left;
	margin-left: 5px; 
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent dl dd span {
	margin-left: 10px;
	width: auto;
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent .form-container { 
	border: 1px solid #cbcbcb;
	border-radius:10px;
	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);
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent dl
{
    padding:0px;
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent dl dd
{
	margin:0px;
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent .maincontent
{
	margin:30px 40px;
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent .sidebar
{
    margin:30px 25px;
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent input[type="text"],
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent textarea {
    background-color: white;
    border: 1px solid #CCCCCC;
    font-size: 100%;
    color: #333333;
    padding:5px;
    width: 97%;
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent .disconnected { 
	height: 25px;
	padding: 10px 0 0 10px;
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent input[type="text"] { margin-bottom: 15px; }
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent textarea { margin-bottom: 20px; }
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent label { 
	padding: 0px; 
	font-weight: bold; 
	font-size: 95%;
	margin-bottom: 6px; 
	float:left;
}
.diysdk_contactsAndCommunication_pipedrive.web_view.webcomponent .hide { display: none; }