﻿

{
border: 1px solid #696;
padding: 60px 0;
text-align: center; width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -webkit-linear-gradient(#EEFF99, #66EE33);
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: -ms-linear-gradient(#EEFF99, #66EE33);
background: -o-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);
behavior: url(/PIE.htc);
}

/***** Common for all *****/
#Body{height:auto;font-family:Helvetica, Arial, sans-serif; background:#b1beca; }
#Form{height:auto; }
a{outline:0;border:0;text-decoration:none;}
a:hover{text-decoration:none; }
.clear{ clear:both; }

/*.clear {
 *zoom: 1;
}*/


.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}
*{margin:0px; padding:0px;}
ul, ul li{list-style:none;}
.head{font-family:dinpro-medium; text-transform:uppercase; padding-bottom:10px;}
.DNNEmptyPane{ height:0px !important; width:0px !important; padding:0px !important; margin:0px !important; display:none;}
.clearfix {
 *zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* Control panel from small screens on DNN 6 */

#controlPanelDiv .dnnControlPanel {
	width: 90% !important;
	max-width: 940px !important;
	min-width: 0px !important;
}

ul.dnnAdminTabNav {
	height: inherit;
}

ul.dnnAdminTabNav li.ui-tabs-selected a {
	margin-bottom: -1px;
}

/*========================================================+
|  DNN Form overrides                                     |
+========================================================*/

.dnnPrimaryAction:hover, input[type="submit"]:hover, a.dnnPrimaryAction:hover {
	text-decoration:none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
ul.dnnAdminTabNav li a:hover {
	text-decoration: none;
}

.dnnPrimaryAction,
input[type="submit"],
a.dnnPrimaryAction {
	color: #000 !important;
}

.dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
	margin-top:4px;
}

.LoginPanel {
	width: 100%;
	padding-right: 0px;
	float: left;
}

.dnnForm .dnnFormItem {
	clear: both;
	display: block;
	position: relative;
	text-align: left;
	width: 100%;
}

.dnnFormItem > label.dnnFormLabel,
.dnnFormItem > .dnnLabel {
	display: block;
	text-align: left;
	float:none;
	width:inherit;
}

div.dnnRegistrationForm {
    min-width: 0px;
    width: 100%;
}

div.dnnRegistrationForm .dnnForm {
	width:100%;
}

input[type="text"],
select, textarea, 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	margin-top:4px;
}

a.dnnFormHelp {
	position:relative;
	margin-left:5px;
}

.dnnTooltip {
    display: block;
    margin-right: 18px;
    position: relative !important;
    width: 32.075%;
	left:0px;
}

.dnnLabel {
	padding-right:0px;
}

/*========================================================+
|  Text Styles                                            |
+========================================================*/

a, a:link, a:visited, a:active {
    color: #484848; 
    text-decoration: none;
    transition: all 0.7s ease 0s;
}

a:hover { 
	 color: #FF6504 ;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
	font-size: 14px;
	font-size: 1.4rem;
}

p {
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	margin-bottom: 14px;
	margin-top: 14px;
	font-weight: normal;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 60%;
	color: #888;
	line-height: 0;
}


/*========================================================+
|  Responsive Styles                                      |
+========================================================*/

@media only screen and (max-width: 767px) {
	
    .dnnLabel {
	    margin:0px;
	    padding-right:0px;
    }

    .dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
        width:98%;
	    padding:5px;
	    font-size:18px;
	    min-width:0px;
    }

    .dnnFormItem input[type="text"], 
    .dnnFormItem input[type="password"], 
    .dnnFormItem input[type="email"], 
    .dnnFormItem input[type="tel"], 
    .dnnFormItem select, 
    .dnnFormItem textarea {
        width: 95%;
	    font-size:18px;
    }

}

.ContentLeft {
    float: left;
    width: 20%;  display: block;
}

.ContentLeft .leftPane {
    display: block;
    float: none !important; width: 100% !important; 
}

.ContentRight {
    float: right;
    width: 79%;
}

.MidPane {
    float: left;
    width: 80%;
}

.ContentRight .rightPane {
    display: block;
    float: right;
    width: 19%;
}