﻿.dnnActions li {
float: left!important;
margin-right: 5px!important;
margin-left: 0!important;
}

#dnn_BannerPane  .DnnModule{margin:0!important}
/*_______contacts page___________*/

#Header #ContentBG:after {
	display:none!important;
}

.map{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.gm-style .gm-style-iw{
	overflow:hidden!important;
	height:120px!important
}
.gm-style .gm-style-iw > div{
	overflow:hidden!important;
}
h1{
	color: #45AF83!important;
}
/*__________________*/

.dnnForm.NarrowFeedbackForm 
{
    min-width:10px;
}

/* For DNN 6 */
.dnnForm.FeedbackForm .dnnFormItem .dnnTooltip, .dnnForm.FeedbackForm .dnnFormItem.Feedback_CharCount LABEL  
{
    width:15%;
    margin-right: 2px;
}
/* For DNN 7 */
.dnnForm.FeedbackForm .dnnFormItem .dnnLabel  
{
    width:15%;
    padding:0;
    margin-right: 2px;
}
/* For DNN 6  & 7*/
.dnnForm.NarrowFeedbackForm .dnnFormItem LABEL,.dnnForm.NarrowFeedbackForm .dnnFormItem .dnnLabel  
{
    Float:none;
    Text-Align:left;
    Width:Auto;
    display: block;
}
.dnnForm.FeedbackForm .CaptchaTextBox, .dnnForm.NarrowFeedbackForm .CaptchaTextBox {
    margin-bottom: 3px;
}
.dnnForm.NarrowFeedbackForm .CaptchaTextBox {
    display: block;
}
.dnnForm.FeedbackForm .dnnFormItem INPUT, 
.dnnForm.FeedbackForm .dnnFormItem TEXTAREA, 
.dnnForm.FeedbackForm .dnnFormItem SELECT 
{
    width:60%;
}

.dnnForm.NarrowFeedbackForm .dnnFormItem INPUT, 
.dnnForm.NarrowFeedbackForm .dnnFormItem TEXTAREA, 
.dnnForm.NarrowFeedbackForm .dnnFormItem SELECT 
{
    /*width:80%;*/
}

.dnnForm.FeedbackForm .dnnFormItem INPUT[type=checkbox], 
.dnnForm.NarrowFeedbackForm .dnnFormItem INPUT[type=checkbox]
{
    width:auto;
}
.dnnForm.FeedbackForm .dnnFormItem SPAN.dnnFormError.dnnFormMessage 
{
    left:auto
}

.FeedbackLists.dnnForm .fbListType .dnnTooltip 
{
    width:auto;
    }

table.Feedback_Moderation
{
    width: 100%;
    border: none 0 black;
}

td.Feedback_Moderation_Grid
{
    vertical-align:top;
    width:100%
}

table.Feedback_Comments
{
    width: 100%;
    border: none 0 black;
}

.Feedback_Lists img {
     border-width:0;
}

div.FeedbackForm a>img {display:none}

.dnnForm.FeedbackForm .dnnFormItem .RadCaptcha LABEL,
.dnnForm.NarrowFeedbackForm .dnnFormItem .RadCaptcha LABEL
{
    width: inherit;
    float: left;
}

.dnnForm.FeedbackForm .dnnFormItem .divCaptcha,
.dnnForm.FeedbackForm .dnnFormItem .divCaptcha
{
    float:left;
}

.dnnForm.FeedbackForm .dnnFormItem .RadCaptcha.RadCaptcha_Default
{
    width: 80%;
}
.dnnForm.FeedbackSettings .NumberBox {
    min-width:1px;
}

.dnnForm.FeedbackLists .Listcolumn {
    min-width:30px;
}

.dnnForm .dnnFormItem.Feedback_CharCount {
    padding-top:0;
    line-height:1;
	display:none;
}
.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
	margin-bottom: 10px;
	max-width: 96%;
	display: block;
	width: 96%;
	height: 34px;
	padding: 6px 2%;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dnnFormItem textarea{
	height:auto;
}
.dnnForm fieldset{
	margin-bottom: 0;
}

.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus,
.dnnFormItem select:active, .dnnFormItem select:focus,
.dnnFormItem textarea:active, .dnnFormItem textarea:focus,
.dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus {
    background: #fff;
    border: 1px solid #ccc; /* blue */
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
}
@media screen and (max-width: 767px),only screen and (max-device-width :767px) {
	#dnn_BannerPane{padding:0 10px; width:auto!important;}

}
