﻿@charset "UTF-8";

header, header *, 
.innerPageWrapper, .innerPageWrapper * {
	box-sizing:border-box;
	-box-sizing:border-box;
	box-sizing:border-box;
}

html, 
body, 
form#Form, 
#pageWrapper {
	min-height:100%;
	height: auto !important;
}




.dnnActionMenuTag {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

body .DNNEmptyPane {
    width: auto;
}


/*------------------------------------------------*/
/* JQUERY UI Fixes */
/*------------------------------------------------*/
body#Body .dnnPrimaryAction, 
body#Body .dnnFormItem input[type="submit"], 
body#Body a.dnnPrimaryAction {
	/* color:#efefef; */
}



/*------------------------------------------------*/
/* Modals */
/*------------------------------------------------*/

/* .ui-widget-overlay {
	position:fixed !important;
	z-index:999 !important;
}
.ui-dialog {
	z-index:999 !important;
}
.ui-dialog-titlebar {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
} */



/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}


/*------------------------------------------------*/
/* PNotify */
/*------------------------------------------------*/
.ui-pnotify  {
	background:#fff;
	border-radius:5px;
}
.ui-pnotify .ui-pnotify-title {
	float:right;
	font-size:18px;
}
.ui-pnotify .ui-pnotify-text {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
}


/* Reset password fix */
.dnnPasswordResetContent .password-strength-container{
    width: calc(100% - 200px);
}

.dnnPasswordResetContent .password-strength-container input {
    width: 100%!important;
}