﻿/* WebmontonMedia Responsive v7 Copyright 2017 Webmonton Ltd. */

/* ------------------------------------------- */
/* Common */

.clear {clear:both; line-height:0; font-size:0; height:0;}
.nowrap { white-space:nowrap; display: inline-block; }
.Head {font-size:inherit;font-weight: normal;color:inherit;}
.DNNEmptyPane { display: none; }
.dnnForm {min-width:210px !important;width:100%;}
.dnnGridItem td, .dnnGridAltItem td {padding:5px;}
.dnnGridAltItem {background-color: #cccccc;}
body > form #ControlBar_ControlPanel {z-index: 1002 !important;}

/* ------------------------------------------- */
/* Internal Columns - based on 12 column grid (for use in HTML editor, not used in skin) */

.wrow { width: 100%; }
.wcols1 {width: 7.3333%;}
.wcols2 {width: 15.6666%;}
.wcols3 {width: 24%;}
.wcols4 {width: 32.3333%;}
.wcols5 {width: 40.6666%;}
.wcols6 {width: 49%;}
.wcols7 {width: 57.3333%;}
.wcols8 {width: 65.6666%;}
.wcols9 {width: 74%;}
.wcols10 {width: 82.3333%;}
.wcols11 {width: 90.6666%;}
.wcols12 {width: 100%;}

.wcols1,.wcols2,.wcols3,.wcols4,.wcols5,.wcols6,.wcols7,.wcols8,.wcols9,.wcols10,.wcols11,.wcols12 {float:left; box-sizing:border-box;margin-left:1%;}

.wrow > div:first-child { margin-left: 0; }

/* ------------------------------------------- */
/* Internal Columns - Mobile */

@media screen and (max-width: 799px) {

.wrow { width: 100%; }
.wcols1,.wcols2,.wcols3,.wcols4,.wcols5,.wcols6,.wcols7,.wcols8,.wcols9,.wcols10,.wcols11,.wcols12 {width:100%;float:none; box-sizing:border-box;margin-left:0;}

}

/* ------------------------------------------- */
/* Dynamic Forms */

.wFormLabelSmall { font-size: 12px; font-weight: normal; }
.wFormFieldSmall { font-size: 12px; font-weight: normal; width: 150px; }
.wFormLabelDblSmall { font-size: 12px; font-weight: normal; width: 260px !important; padding-bottom: 8px; }
.wFormFieldInfo { font-size: 11px; font-style: italic; }

/* ------------------------------------------- */
/* DNN Modules */

/* Documents */
.DNN_Documents tr.dnnGridHeader td:first-child, .DNN_Documents .TitleHeader, .DNN_Documents .DescriptionHeader, .DNN_Documents .DownloadHeader, .DNN_Documents .SizeHeader, .DNN_Documents .ModifiedDateHeader, .DNN_Documents .OwnerHeader, .DNN_Documents .CategoryHeader {font-weight:bold;} 
.DNN_Documents tr td:first-child{width:5%;}
.DNN_Documents .TitleCell {/*width:40%;*/text-align:left; vertical-align:top;}
.DNN_Documents .DescriptionCell {width:32%;text-align:left; vertical-align:top;}
.DNN_Documents .DownloadCell {width:10%;text-align:left; vertical-align:top;}
.DNN_Documents .SizeCell {width:15%;text-align:left;font-size:11px; vertical-align:top;}
.DNN_Documents .ModifiedDateCell {width:32%;text-align:left;font-size:11px; vertical-align:top;}
.DNN_Documents .OwnerCell {text-align:left; vertical-align:top;}
.DNN_Documents .CategoryCell {text-align:left; vertical-align:top;}

/* Announcements - use with w template */
table.wAnnouncements{}
table.wAnnouncements td{padding:5px 0px 5px 5px; vertical-align:top;}
table.wAnnouncements td:first-child{padding:5px 0px 5px 0px; vertical-align:top; width:25%;}
table.wAnnouncements td:first-child img{ -webkit-box-shadow: 0 0 20px -5px #000; -moz-box-shadow: 0 0 20px -5px #000; box-shadow: 0 0 20px -5px #000;margin-top:5px; }

table.wAnnouncements .wAnnTitle{font-weight:bold; padding:0px;margin:0px;}
table.wAnnouncements .wAnnDate{ font-size:11px; color:#919191;padding:0px;margin:0px;}
table.wAnnouncements .wAnnDesc{padding:0px;margin:0px;}

/* DNN members module */
#mdMemberList > li {
width:inherit !important;
max-width:280px !important;
min-width:200px !important;
margin: 0 15px 15px 0 !important;
padding: 12px 12px 36px 12px!important;}
#mdMemberList{margin-left:0px !important;}

@media handheld, only screen and (max-width: 480px) {

/* ------------------------------------------- */
/* DNN Modules */

/* Documents */
.DNN_Documents .DescriptionCell, .DNN_Documents .DescriptionHeader { display: none; }
.DNN_Documents .SizeCell, .DNN_Documents .SizeHeader { display: none; }
.DNN_Documents .ModifiedCell, .DNN_Documents .ModifiedHeader { display: none; }
/* ------------------------------------------- */

}
