/*
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body,#Body
{
    font-family:'Open Sans','Helvetica',Arial,sans-serif;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
    font-weight:normal;
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

body {
	font-size: 16px;
}

.clearboth{clear:both;width:100%}
.reg-form h1,.reg-form h2,.reg-form h3,.reg-form h4,.reg-form h5,.reg-form h6,
.resetPasswordPanel h1,.resetPasswordPanel h2,.resetPasswordPanel h3,.resetPasswordPanel h4,.resetPasswordPanel h5,.resetPasswordPanel h6, {font-family: 'Open Sans', sans-serif;}
h1{font-size: 30px; line-height: 34px;}
h2{font-size: 24px; line-height: 28px;}
h3{font-size: 20px; line-height: 24px;}
h4{font-size: 18px; line-height: 20px;}
a, a:visited{color:#113f9d;text-decoration:none;}
a:focus, a:hover{color:#1852c9;text-decoration:none;}
html, button, input, select, textarea {
    font-family:'Open Sans','Helvetica',Arial,sans-serif;;
    color: #000;
    font-size:14px;
}
img {max-width: 100%; height: auto;}
.w5p{width:5%}
.w10p{width:10%}
.w12p{width:12%}
.w15p{width:15%}
.w20p{width:20%}
.w22p{width:22%}
.w25p{width:25%}
.w30p{width:30%}
.w32p{width:32%}
.w33p{width:33%}
.w35p{width:35%}
.w40p{width:40%}
.w45p{width:45%}
.w48p{width:48%}
.w49p{width:49%}
.w50p{width:50%}
.w55p{width:55%}
.w60p{width:60%}
.w70p{width:70%}
.w75p{width:75%}
.w80p{width:80%}
.w85p{width:85%}
.w90p{width:90%}
.w98p{width:98%}
.w100p{width:100%}
.mr2p{margin-right:2%}
.mt120px{margin-top:120px;}
.p3px{padding:3px;}
.pt30px{padding-top:30px;}
.pt44px { padding-top:44px;}
.pb35px{padding-bottom:35px;}
.fl{float:left;}
.fr{float:right;}
.clearboth{width:100%;clear:both}
input[type="text"],input[type="password"]{font-size:14px;}
.dnnFormPopup {padding: 0;}
.LoginPanel *,
.dnnSendPassword,
.dnnSendPassword *,
.reg-form *, .resetPasswordPanel * {box-sizing: border-box;}
.LoginPanel {display: block;width: 100%;padding: 0;}
.LoginPanel .dnnLabel,
.dnnSendPassword .dnnLabel {display: block; width: 100%; margin: 0; padding: 0;text-align: left;font-size: 16px;}
.LoginPanel .dnnForm {padding: 0 100px 0;}
.LoginPanel .dnnLoginService input[type="text"],
.LoginPanel .dnnLoginService input[type="password"],
.LoginPanel .dnnLoginService input span,
.dnnSendPassword input[type="text"],
.dnnSendPassword input[type="password"],
.dnnSendPassword input span  {width: 100%;max-width: 100%;}
.LoginPanel .dnnLoginService input,
.dnnSendPassword .dnnLoginService input,
.dnnSendPassword input {height: 25px;}
.ptb10px{padding:10px 0;}
.LoginPanel h2,
.dnnSendPassword h2,
.reg-form h2, .resetPasswordPanel h2 {padding-bottom: 10px; font-weight: normal}
.LoginPanel input[type="text"],.LoginPanel input[type="password"],
.reg-form .dnnSendPassword input[type="text"] {margin-bottom: 24px;padding:0;margin-top:10px;}
.LoginPanel label.required{padding:15px 0 0 0}
.bold {font-weight: bold;}
.LoginPanel .dnnPrimaryAction,
.dnnSendPassword .dnnPrimaryAction,
.reg-form .dnnPrimaryAction, .resetPasswordPanel .dnnPrimaryAction {min-width: 112px; height: 38px; padding: 6px 18px;font-size: 16px; line-height: 30px; background: #099DD9; border-radius: 0px; border: none;}
.reg-form .dnnPrimaryAction, .resetPasswordPanel .dnnPrimaryAction {cursor: pointer; color: #FFFFFF !important; background: #0d2c6b; min-width: 242px; padding: 6px 30px; border-radius: 4px;font-weight: bold; }
.reg-form .dnnPrimaryAction:hover, .resetPasswordPanel .dnnPrimaryAction:hover {background: #286090;}
.required{color: #e72c2a;}
.LoginPanel #dnn_ctr_Login_Login_DNN_registerLink,
.LoginPanel #dnn_ctr_Login_Login_DNN_passwordLink {background: none; border: none; border-radius: 0px; box-shadow: none!important; color: #4682b6;font-weight: normal;}
.LoginPanel #dnn_ctr_Login_Login_DNN_registerLink:hover,
.LoginPanel #dnn_ctr_Login_Login_DNN_passwordLink:hover {text-decoration: underline;}
.dnnSendPassword {padding: 0 100px 0;}
.dnnSendPasswordContent {width: 100%;}
.dnnSendPassword .dnnFormHelp,
.dnnSendPassword .dnnFormHelpContent {display: none;}
.reg-form .w50p > div:nth-child(1n) {font-weight: bold;}
.reg-form .footerdialog {text-align: left; padding:24px 55px 0; position: fixed; bottom: 0; right: 0; left: 0; background: #dce6f0; height:62px;}
.reg-form .footerdialog a { color: #1EA5DC; }
.reg-form .footerdialog a:hover { text-decoration: underline; }
.reg-form .footerdialog .dnnActions {padding:0;}
.reg-form .footerdialog li {font-weight: bold; display: block; float: none;text-align: left;width: 100% !important;}
.forminfo {font-size: 11px; font-style: italic; color: #999; float: right;}
.hideRememberMe{display:none !important;}
/*.LoginPanel #dnn_ctr_Login_Login_DNN_liRegister { width: 100%;}
.LoginPanel #dnn_ctr_Login_Login_DNN_liRegister a {float: right;}*/
.LoginPanel .reg-form .dnnPrimaryAction{min-width: 200px;}
#dnn_ctr_SendPassword_liSend {width: 100%;}
.reg-form, .resetPasswordPanel {padding: 0 55px;}
.reg-form h2, .resetPasswordPanel h2 {border-bottom: 1px solid #0d2c6b}
.reg-form input[type=text],
.reg-form input[type=password],
.reg-form select,
.resetPasswordPanel input[type=text], 
.resetPasswordPanel input[type=password],
.resetPasswordPanel input[type=email], 
.resetPasswordPanel select { width: 100%; height: 38px !important; line-height: 38px;border: 1px solid #d1d3d4 !important;color: #000;padding:0 5px;}
.mb18px {margin-bottom: 18px}
.reg-form input[type=text],
.reg-form input[type=password],
.resetPasswordPanel input[type=text], 
.resetPasswordPanel input[type=password],
.resetPasswordPanel input[type=email] {border-radius: 0;}
.reg-form .w50p > div:nth-child(2n) {margin-bottom: 18px;}
.reg-form label{font-weight:bold;padding-bottom:3px;}
.reg-form .dnnLoginRememberMe label{font-weight:normal;color: #4682b6;cursor:pointer;}
.dnnFormItem .dnnLoginRememberMe input[type="checkbox"] + span{margin-left:0px;}
.reg-form .w50p.fl {padding-right: 13px;}
.reg-form .w50p.fr {padding-left: 13px;}
.reg-form input[type=text],
.reg-form input[type=password],
.reg-form select,
.resetPasswordPanel input[type=text],
.resetPasswordPanel input[type=email],
.resetPasswordPanel input[type=password] {border-radius:0!important; height: 25px;background: #ffffff; border: 1px solid #c9c9c9; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1); color: #333; font-size: 12px;}
.mb50px{margin-bottom:50px;}
.dnnFormPopup.dnnFormPopupMobileView div.ui-dialog-titlebar > .ui-dialog-titlebar-close { display: block; }
.ui-dialog-titlebar {padding:20px !important; background: #FFFFFF;}
.regSmallTxt{font-size: 11px; color: #666666; font-weight: normal!important;font-style: italic;}
div.ui-dialog-titlebar > .ui-dialog-titlebar-close {background: #FFFFFF url('../_default/Skins/acukwik/images/close-modal.png') no-repeat !important; height:27px;width:27px;background-size: contain !important;}
.loginForm ::-webkit-input-placeholder{color:#999;opacity:1;}
.loginForm :-moz-placeholder{color:#999;opacity:1;}
.loginForm ::-moz-placeholder{color:#999;opacity:1;}
.loginForm :-ms-input-placeholder{color:#999 !important;line-height:30px !important;opacity:1;}
.loginForm ::-ms-input-placeholder{color:#999 !important;line-height:30px !important;opacity:1;}
.loginForm ::placeholder{color:#999;}
div.divprogress{z-index:100000000;position:fixed;filter:alpha(opacity=70);opacity:0.7;top:0;left:0;width:100%;height:100%;background:#ececec url(/images/loading.gif) no-repeat center center;}
.btnPrimary{display:inline-block;cursor:pointer;color:#fff !important;background:#0d2c6b;min-width:242px;padding:.75rem 2rem;border-radius:4px;font-weight:bold;text-align:center;font-style:normal;border:0 none transparent;font-family:'Open Sans','Helvetica',Arial,sans-serif;font-size:14px;}
.btnPrimary:hover{background:#0e3688;text-decoration:none;}
.regComplate{padding-left:55px;padding-right:55px}
.reg-form .g-recaptcha{padding-top:27px}
@media screen and (max-width: 760px) {
	.LoginPanel .dnnPrimaryAction,
	.dnnSendPassword .dnnPrimaryAction,
	.reg-form .dnnPrimaryAction { padding: 5px !important; width: auto!important;}
	.LoginPanel .dnnForm,
	.dnnSendPassword {padding: 0 20px 92px;}
	.reg-form, .resetPasswordPanel {padding: 0 20px 40px;}
	.reg-form .w50p {float: none;}
	.reg-form .w50p.fl,
	.reg-form .w50p.fr {padding:0;}
	.reg-form .w50p {width: 100%;}
	.reg-form .w50p > div { width: 100%; }
	div.ui-dialog-titlebar > .ui-dialog-titlebar-close {top: 15px;right: 20px;}
	.reg-form .dnnPrimaryAction {float: none !important;}
	.reg-form .footerdialog {margin-top: 20px;position: static; top: auto;bottom:auto;right:auto;left:auto;display:block; padding:0 10px;line-height:62px}
	.reg-form .footerdialog li{text-align: center}
    .reg-form .g-recaptcha{margin:6px auto 16px;width:304px;padding-top:0px;}
}