.trv_webinarWrapper{
		background: none; 
		border-bottom:3px solid #2d67b9;
		border-bottom-left-radius: 11px;
		border-bottom-right-radius: 11px;
		margin-bottom:11px;
}

.trv_webinarTitle{
		color:#2d67b9; 
		font-size:18px;
}


.trv_module_homepage_admin_preview_box
{
    border:1px solid #2d67b9;
}

.trv_module_homepage_messeform_dialog_content
{
    //min-height:320px;
    width:680px;
    padding:10px;
}

.trv_module_homepage_newsletterform_dialog_content, .trv_module_homepage_wordpress_dialog_content
{
	padding:10px;
}

.trv_module_homepage_newsletterform_dialog_content select , .trv_module_homepage_wordpress_dialog_content select
{
	height:18px;
}

.trv_module_homepage_newsletterform_dialog_content td, .trv_module_homepage_wordpress_dialog_content td
{
	font-size:11px;
}

.trv_module_homepage_webinar_dialog_content
{
    width:680px;
    margin:10px;
}



.trv_module_homepage_webinar_input_size
{
    width:300px;
}

.trv_module_homepage_webinar_textarea_size
{
    width:300px;
    height:50px;
}

.trv_module_homepage_wordpressform_textarea_size
{
    width:350px ! important;
    height:50px;	
}


.trv_module_homepage_form_container
{
   // background: none repeat scroll 0 0 #eee;
   // border: 1px solid #ddd;
    //margin: 10px;
    padding: 10px;
}

.trv_module_homepage_admin_invisible
{
    display:none;
}

.trv_module_homepage_form_button_box
{
    float:left;
    width:200px;
    padding-left:48px;
}

.trv_module_homepage_admin_webinar_button_box
{
    float:left;
    width:200px;
    padding-left:10px;
}

.trv_module_homepage_admin_portals_box
{
    padding:15px;
}

.trv_module_homepage_admin_webinar_preview_box
{
	padding: 10px 10px 8px 10px;
	border: 1px solid #ddd;
	background: #eee url('https://www.trovarit.com/core/images/backgrounds/fade_gray.gif') repeat-x;
	margin-bottom: 10px;
}

.trv_module_homepage_admin_webinar_box
{
    background: url("https://www.trovarit.com/core/images/backgrounds/accordion_content.gif") repeat-x scroll 0 0 #eeeeee;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px 10px 8px;
    //width:600px;
}

.trv_module_homepage_admin_webinar_button_box
{
   // margin: 10px;
    //padding: 10px;
    width: 100%;
}

.trv_module_homepage_admin_references_box
{
    //background: url("https://www.trovarit.com/core/images/backgrounds/accordion_content.gif") repeat-x scroll 0 0 #eeeeee;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px 10px 8px;
    min-width: 600px;
}

.trv_module_homepage_reference_input_size
{
    width:300px;
}

.trv_module_homepage_admin_reference_button_box
{
    float:left;
    width:200px;
    padding-left:10px;

}

.trv_module_homepage_admin_references_left_side
{
    text-align:right;
    width:200px;
}

.trv_module_homepage_admin_references_list
{
    padding:10px;
}

.trv_module_homepage_admin_downloadcenter_button_box
{
    float:left;
    width:200px;
    padding-left:10px;

}

.trv_module_homepage_admin_downloadcenter_left_side
{
    text-align:right;
    vertical-align: top;
    width:200px;
}

.trv_module_homepage_downloadcenter_input_size
{
    width:300px;
}

.trv_module_homepage_admin_downloadcenter_textarea_size 
{
    width:300px;
}

.chosen-container .chosen-results {
    max-height:130px !important;
}

.trv_module_homepage_admin_downloadcenter_preview
{
    max-width:200px;
    max-height:200px;
}

.trv_module_homepage_admin_contact_small, .trv_module_homepage_admin_contact_small_select
{
    background-color: #FFF;
    width: 150px;
    border: 1px solid #999;
    padding: 2px;
    color: #555;
}

.trv_module_homepage_admin_references_hidden_box
{
    display: none;
    cellspacing:4px;
}

.trv_module_homepage_admin_references_list_filter
{
    width: 125px;
}

.trv_module_homepage_messeform_button_box
{
	width: 200px;
	float:left;
	padding:5px;
}

.trv_module_webinar_article, .trv_module_webinar_booking
{
	//font-size: 11px;
	color:black ;
	//box-sizing: content-box !important;
	//background: none !important;
} 

.trv_module_webinar_table
{
	background: none !important;
	border: none !important;
	margin: none !important;
}

.trv_module_webinar_round {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

.trv_downloadcenter_imgSize:hover{
	width:300px;
	transition-duration:.5s;
}

.trv_downloadcenter_imgSize{
	transition-duration:.5s;
}

.trv_downloadcenter_hover{
	transition-duration:.5s;
}

.trv_downloadcenter_hover:hover{
	background:rgba(55,55,55,.2);
	transition-duration:.5s;
}

.trv_downloadcenter_button{
	width: 200px;
	text-align: center;
	line-height:20px;
	font-weight: 100;
	border:1px solid #cccccc;
	border-radius:3px;
	margin-bottom:8px;
	transition-duration:.5s;
}
.trv_downloadcenter_button:hover{
	background:#cccccc;
	font-weight: bold;
	color:white;
	transition-duration:.5s;
	
}

.trv_hover:hover{
	background: rgba(0,0,0,.1);
}