
/********************************      Basic Structure      ********************************/

html {
                font-size: 100%;
                margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}
body {
                font-family: Helvetica, Arial, sans-serif;
                color: #555;
                background: #f0f0f0 url('../images/bg.png') top left repeat-y;
                font-size: 12px;
}

html, body, #body-wrapper {
				height: 100%;
}         

#body-wrapper {
                background: url('../images/bg-radial-gradient.gif') fixed 0px top no-repeat;
}
				
/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
                color: #222;
                font-weight: bold;
}
h1 { 
				font-size: 31px; font-weight: bold; color: #fff; 
				position: absolute; top: -1000px;  /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */
}
				
h2            { font-size: 26px; padding: 10px 0; }
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 0 0 10px 0; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }

a             { color: #8D1C22; text-decoration: none; }
a:hover       { color: #000; }
a:active      { color: #777; }
a:focus       { outline: 1px; }

strong        { font-weight: bold; color: #333; }

small   	  { font-size: 0.85em; }

pre           { font-family: monospace; }

p {
                padding: 5px 0 10px 0;
                line-height: 1.6em;
}

/********************************      General Classes      ********************************/

.hidden {
  	display: none;
}

.invisible {
  	visibility: hidden;
}

.clear {
    clear: both;
}
				
.align-left {
     float: left;
}
				
.align-right {
     float: right;
}
				
.active, .favorite {
  background-image:url('../images/icons/checkmark16.png');
  background-repeat:no-repeat;
  padding:2px 0;
}

table.tablesorter tr > td {
	vertical-align:top;
}

.dashboard-label {
  text-align: right;
  width: 300px;
  display: block;
  float: left;
  clear: left;
  margin-right: 10px;
  font-weight: bold;
}

.dashboard-row {
  height: 18px;
}

.report-row {
	margin-bottom: 10px;
}

.customer-users-label {
  text-align: right;
  width: auto;
  display: block;
  float: left;
  clear: left;
  margin-right: 10px;
  margin-bottom:15px;
  font-weight: bold;
}

.report-button-container {
  text-align: right;
  width: 300px;
  display: block;
  float: left;
  clear: left;
  margin-right: 20px;
}

.report-description {
  text-align: left;
  display: inline-block;
  margin-top:6px;
}

#employeeReportForm, #attendanceReportForm, #topicReportForm {
	padding-top:20px;
}

.collapsibleParent {
	cursor:pointer; 
	background: url("../images/icons/arrows.png") no-repeat;
	background-position: left -23px; 
	display:block; 
	padding-left:20px;
	text-decoration:none;
}
.collapsible > div, .topicCollapsible > div, .accountCollapsible > div {
	margin-left:20px;
}
.collapsible .expanded, .topicCollapsible .expanded, .accountCollapsible .expanded {
	background-position: left 3px;
}
.collapsible a, .topicCollapsible a, .accoutnCollapsible a {
	color: inherit;
}

.main-content ul.topicBullets {
	margin-left:10px;
    padding: 0 0;
}
.topicBullets .ui-state-highlight { 
	height: 2.5em; 
}
.topicBullets li {
	cursor: s-resize;
}
.topicDesc {
	margin-top: 3px;
}
.topicBulletHeader, .accountUsersHeader{
 	margin-top: 5px;
	margin-left:10px;
}


/************ Button ************/
.button {
                display: inline-block;
                background: #B41F26 url('../images/bg-button-red.png') top left repeat-x !important;
                border: 1px solid #555555 !important;
                padding: 2px 4px 2px 4px !important;
                color: #fff !important;
                font-size: 11px !important;
                cursor: pointer;
}
.button:hover {
                text-decoration: underline;
}
.button:active {
                padding: 3px 3px 1px 5px !important;
}
				
a.remove-link {
				color: #bb0000;
}
a.remove-link:hover {
				color: #000;
}

/********************************      Sidebar      ********************************/

#sidebar {
                /*background: url('../images/bg-sidebar.gif') top left no-repeat;*/
                background: url('../images/bg.png') top left repeat-y;
                width: 240px;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                color: #888;
                font-size: 11px;
}

#sidebar #sidebar-wrapper {
                margin: 0 0 0 13px;
}

#sidebar a, #sidebar a:active {
                color:#ccc;
}

#sidebar a:hover {
                color:#fff;
}

#sidebar #sidebar-title {
                margin: 40px 0 40px 15px;
}

#sidebar #smaAdminLogo {
    margin: 15px 0 22px 0px;
    position: absolute;
    left: 7px;
    top: 5px;
    right: 15px;
    width: 225px;
    height:135px;
}

#sidebar #smaLogo {
    margin: 15px 0 22px 0px;
    position: absolute;
    left: 15px;
    top: 5px;
    right: 0;
    width: 215px;
    height:244px;
}

#sidebar #primaryLogo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 170px;
    margin: auto;
    max-height: 170px;
}

#sidebar #primaryLogoBox {
    position: absolute;
    left: 20px;
    right: 0;
    top: 25px;
    height: 210px;
    width: 225px;
    background: url('../images/bg-radial-gradient.gif') fixed 0px top no-repeat;
    border-radius: 5px;
}

#secondaryLogoBox {
    float:right;
    height:80px;
    width: 80px;
    margin-top:30px;
    margin-right:40px;
}

#secondaryLogo {
    width: 100%;
    margin: auto;
}

#secondaryLogoLabel {
    font-size: 1.1em;
    max-width: 100%;
    text-align: center;
    margin-bottom:7px;
}

#sidebar #profile-links {
    margin-top:280px;
    padding: 0 15px 20px 15px;
    text-align: right;
    line-height: 1.5em;
}

#sidebar #admin-profile-links {
    margin-top:200px;
    padding: 0 15px 20px 15px;
    text-align: right;
    line-height: 1.5em;
}

/************ Sidebar Accordion Menu ************/

#sidebar #main-nav {
                padding: 0;
                margin: 0 0 0 15px;
}

#sidebar #main-nav li {
                list-style: none;
                padding-bottom: 10px;
                text-align: right;
}

#sidebar #main-nav li a.nav-top-item {
                background: transparent url('../images/bg-menu-item-red.png') right center no-repeat;
                padding: 10px 15px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
}

#sidebar #main-nav li a.nav-top-item:hover {
                background: transparent url('../images/bg-menu-item-active-red.png') right center no-repeat;
}
				
#sidebar #main-nav li a.current {
                background-image: url('../images/bg-menu-item-current.gif') !important;
                color: #333;
                font-weight: bold;
}
                
#sidebar #main-nav li a.current:hover {
                color: #333;
}

#sidebar #main-nav ul {
                padding: 0;
                font-size: 12px;
                margin: 0;
}

#sidebar #main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: right;
				padding: 0;
}

#sidebar #main-nav ul li a {
                padding: 8px 15px;
                display: block;
                color: #aaa;
                font-size: 13px;
                line-height: 1.2em;
				cursor: pointer;
}

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
                color: #fff;
}

#sidebar #main-nav ul li a.current {
                background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
}


/************ Messages ************/

#messages p,
#messages form {
                border-top: 1px solid #ddd;
                padding: 10px 0;
                }

#messages h4 {
                padding: 10px 0;
                }
				
#messages fieldset {
                margin: 0;
                }
				
#messages textarea {
                margin: 0 0 15px 0;
                }
/********************************      Main Content      ********************************/

/************ Layout ************/

.main-content {
                margin: 0 30px 0 260px;
                padding: 40px 0 0 0;
                }

.column-left {
                width: 49%;
                float: left;
                }
                
.column-right {
                width: 49%;
                float: right;
                }
               
.page-subtitle {
                font-size: 17px;
                padding: 0 0 45px 0;
                }

				
#footer {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				font-size: 12px;
				
				position:relative;
                bottom:0;
                height:15px;
                }
/************ Lists ************/

.main-content ul,
.main-content ol {
                padding: 10px 0;
                }

/* Unordered List */

.main-content ul li {
                background: url('../images/icons/bullet_black.png') center left no-repeat;
                padding: 4px 0 4px 20px;
                }

/* Ordered List */

.main-content ol {
                padding: 0 0 0 24px;
                }

.main-content ol li {
                list-style: decimal;
                padding: 4px 0;
                }

/*************** Content Box ***************/

.content-box {
                border: 1px solid #ccc;
                margin: 0 0 20px 0;
                background: #fff;
                }

.content-box-header {
                background: #e5e5e5 url('../images/bg-content-box.gif') top left repeat-x;
                margin-top: 1px;
                height: 40px;
                }

.content-box-header img {
				padding: 4px 0 0 15px;
				float:left;
}

.content-box-header h3 {
                padding: 12px 15px 10px 10px;
                float: left;
                }

ul.content-box-tabs {
                float: right;
                padding: 12px 15px 0 0 !important;
				margin: 0 !important;
                }

ul.content-box-tabs li {
                float: left;
                margin: 0;
                padding: 0 !important;
                background-image: none !important;
                }
                
ul.content-box-tabs li a {
                color: #333;
                padding: 8px 10px;
                display: block;
                margin: 1px;
                border-bottom: 0;
				cursor: pointer;
                }

ul.content-box-tabs li a:hover {
                color: #57a000;
                }              
                
ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
                }

.content-box-content {
                padding: 20px;
                font-size: 13px;
                }
				
.tab-content {
				overflow-y: auto;
}
		

/*************** Pagination ***************/

.main-content .pagination {
                text-align: right;
                padding: 20px 0 5px 0;
                font-size: 10px;
                }
.pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
                }

.pagination a.number {
				border: 1px solid #ddd;
                }

.pagination a.current {
                background: #950000 url('../images/bg-button-gold.png') top left repeat-x !important;
                border-color: #555555 !important;
                color: #fff !important;
                }
				
.pagination a.current:hover {
				text-decoration: underline;
                }

/************ Shortcut Buttons ************/

.shortcut-button {
                border: 1px solid #ccc;
                background: #f7f7f7 url('../images/shortcut-button-bg.gif') top left no-repeat;
                display: block;
                width: 100px;
                margin: 0 0 20px 0; /***t r b l***/
                cursor: pointer;
                }

.shortcut-button span {
                border: 1px solid #fff;
                display:block;
                padding: 10px 8px 8px;
                text-align: center;
                color: #555;
                font-size: 13px;
                line-height: 1.3em;
                }

.shortcut-button span img {
                margin-bottom: 5px;
                }

.shortcut-button:hover {
                background: #fff;
				
                }
				
.shortcut-button span:hover {
				color: #57a000; 
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 15px 0 0;
				padding: 0 !important;
				background: 0;
                }

ul.meeting-buttons li {
				margin: 0 15px 0 0;
				padding: 0 !important;
				background: 0;
				text-align: center;
}                
#add-button {
				float: left;
                margin: 0 0 20px 0;
				padding: 0 !important;
}

/* button to run report for specific dates */
#report-button {
				visibility: hidden; /* saving this code for later */
				float: right;		
				position: relative;
                margin: 0 -13px 20px 0;
				padding: 0 !important;
}

/************ Inline Buttons ************/

.inline-button {
                cursor: pointer;
                }
.inline-button img {
				padding-left:3px;
                color: #555;
                }
.inline-button img:hover {
                background: #fff;
				color: #57a000; 
                }

/*************** Forms ***************/

form label {
                display: inline-block;
                padding: 0 0 10px;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input.text-input,
form select,
form textarea,
#login-wrapper input.text-input {
                padding: 6px;
                font-size: 13px;
                border: 1px solid #d5d5d5;
				color: #333;
                }
            
form input.text-input,
form select,
#login-wrapper input.text-input {
                background: #fff url('../images/bg-form-field.gif') top left repeat-x;
                }
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                width: 97.5% !important;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                
.attention {
                background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('../images/icons/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* Notification for form inputs */

.input-notification {
				background-position: left 2px;
				background-repeat: no-repeat;
				padding: 2px 0 2px 22px;
				background-color: transparent;
				margin: 0 0 0 5px;
				}

/* Notification for login page */

#login-wrapper .login-content .notification {
				border: 1px solid #404040;
				background-color: #161616;
				color: #fff !important;
				margin-top: -10px;
				margin-bottom: 20px;
				}

/********************************      Login Page      ********************************/

body#login {
                color: #fff;
                background: #161616 url('../images/bg-login.png') repeat-x;
				}
				
#login-wrapper {
                /*background: url('../images/bg-login-top.png') top left repeat-x;*/
				}

#login-wrapper #login-customer-top {
				width: 100%;
				padding: 140px 0 60px 0;
				margin-top: -10px;
				text-align: center;
				}
				
#login-wrapper #login-customer-content {
				text-align: left;
				width: 300px;
				margin: 0 auto;
				position:relative;
				top:-250px;
				}
				
#login-wrapper #login-admin-top {
				width: 100%;
				padding: 140px 0 60px 0;
				margin-top: -10px;
				text-align: center;
				}
				
#login-wrapper #login-admin-content {
				text-align: left;
				width: 300px;
				margin: 0 auto;
				}
				
#loginlogolarge {
  				position:relative;
				top:-95px;
				left:-170px;
}

#logintitle {
  				position:relative;
				top:-250px;
				left:-150px;
}

#login-wrapper .login-content label {
				color: #fff;
				font-weight: normal;
				font-size: 14px;
				float: left;
				width: 70px;
				padding: 0;
				margin-top: 6px;
				}
				
#login-wrapper .login-content input {
				width: 200px;
				float: right;
				margin: 0 0 10px 0;
				border: 0;
				background: #fff;
				}
				
#login-wrapper .login-content p {
				padding: 0;
				}
				
#login-wrapper .login-content p#remember-password {
				float: right;
				}
				
#login-wrapper .login-content p#remember-password input {
				float: none;
				width: auto;
				border: 0;
				background: none;
				margin: 0 10px 0 0;
				}
				
#password_reset_link, #resetLoginLink {
	color: #F8E47C;
	text-decoration: underline;
}

#password_reset_link {
	float: right;
	font-size: 11px;
}
				
#login-wrapper .login-content p .button {
				width: auto;
				margin-top: 20px;
				font-size: 12px !important;
				padding: 4px 12px !important;
				}

/*************** Rounded corners and other potentially unsupported styles ***************/

.button,
.main-content table tfoot td .bulk-actions select,
.pagination a.number,
form input.text-input,
form textarea,
form select,
#login-wrapper input.text-input {
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
				border-radius: 4px;
			}
			
.content-box,
.content-box-header,
ul.content-box-tabs li a.current,
.shortcut-button,
.notification {
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
				border-radius: 6px;
                }

div.leftindent {
	margin-left:30px;
	width:80%;
}

.content-box-header {
                -moz-border-radius-bottomleft: 0;
                -moz-border-radius-bottomright: 0;
                -webkit-border-bottom-left-radius: 0;
                -webkit-border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
                }
				
.closed-box .content-box-header {
                -moz-border-radius-bottomleft: 6px;
                -moz-border-radius-bottomright: 6px;
                -webkit-border-bottom-left-radius: 6px;
                -webkit-border-bottom-right-radius: 6px;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
                }

ul.content-box-tabs li a.current {
                -moz-border-radius-bottomleft: 0;
                -moz-border-radius-bottomright: 0;
                -webkit-border-bottom-left-radius: 0;
                -webkit-border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
                }
				

.shortcut-button span {
                -moz-border-radius: 7px;
                -webkit-border-radius: 7px;
				border-radius: 7px;
                }

/********************************      Dialogs      ********************************/

.ajaxForm {
	height:100%;
}
.formRow {
	width:100%;
	margin:auto;
	position:static;
	clear:both;
	margin-bottom:2px;
}
.formSubrow {
	margin-left:50px;
	position:relative;
	clear:both;
	padding-top:5px;
	margin-bottom:10px;
}
.formLabelLeft, .formLabelLeftSmall, .confirmIconLeft, .formCheckboxLeft {
    display: block;
	float:left;
	margin-top:4px;
	font-weight:bold;
}
.formLabelLeft, .formLabelLeftSmall, .confirmIconLeft {
	text-align: right;
}
.formCheckboxLeft {
	width:100%;
	margin-right:10px;
}
.formLabelLeft {
	width: 180px;
}
.formLabelLeftSmall {
	width: 100px;
}
.formTitle {
    display: block;
	float:left;
	margin:0px 0px 6px 4px;
    width:100%;
}
.confirmIconLeft {
	width: 16px;
}
.formContentRight {
	position:relative;
	margin-left:200px;
	margin-right:6px;
}
.formContentRightSmall {
	position:relative;
	margin-left:110px;
	margin-right:6px;
}
.confirmationText {
	position:relative;
	margin-left:30px;
	margin-right:6px;
	margin-top:6px;
}
.formTextInput {
	width:100%;
	resize: none;
}
.formCheckbox {
	margin-right: 10px;
}

.multiCheckboxLabel {
	font-weight:normal;
	margin-top:0.5em;
	margin-left:10px;
	padding:0;
}
.multiCheckbox {
	margin-right:0.5em;
}
.editCompanyTypeTopics, .editTopicCompanyTypes, .editChecklistTemplateTrades {
	text-decoration:underline;
}
#editChecklistTemplateForm, #editChecklistTemplateWrapper {
	padding-top: 10px;
}
.accountPassword {
	display:none;
}
#editChecklistTemplateWrapper .field-label, #editChecklistTemplateWrapper .form-elements label {
	display: inline;
	font-weight:normal;
}
#editChecklistTemplateWrapper .button-field .field-label, 
#editChecklistTemplateWrapper .checkbox-field .field-label,
#editChecklistTemplateWrapper .header-field .field-label,
#editChecklistTemplateWrapper .paragraph-field .field-label {
	display: none;
}
#editChecklistTemplateWrapper .frmb .form-field .form-group {
	margin-bottom: 3px;
}
#editChecklistTemplateWrapper {
	overflow-y: scroll;
}

.fb-radio .radio-group label {
    font-weight: normal;
}

#checklistDisplayContainer h2 {
    margin-bottom: 10px;
}

#editDashboardSettingsLink, #editCompanyProfileLink, #editFavoritesSettingsLink {
	float: right;
	text-decoration: underline;
	margin-right:20px;
}
#editDashboardSettingsLink img, #editCompanyProfileLink img, #editFavoritesSettingsLink {
	margin:0 6px;
}
.settingsRow {
	width:100%;
	margin:auto;
	position:static;
	clear:both;
	margin-bottom:1.5em;
}
.settingsStateLeft {
    display: block;
	float:left;
	text-align: right;
	font-weight:bold;
	width: 40px;
	margin-left:20px;
	font-size:1em;
	background-repeat:no-repeat;
}
.settingsStateOn {
	background-image:url('../images/icons/checkmark16.png')
}
.settingsStateOff {
	background-image:url('../images/icons/cross.png')
}
.settingsContentRight {
	position:relative;
	margin-left:120px;
	margin-right:20px;
	font-weight:bold;
}
.settingsSubcontentRight {
	margin-top:5px;
	margin-left:20px;
	font-size:0.9em;
	font-weight:normal;
}
.settingsRefreshFrequency {
	font-weight:bold;
}
#editFavoritesSettingsForm_instructions {
    margin-top:10px;
    margin-bottom:10px;
}
.editFavoritesSettingsForm_favoriteExplanation {
    padding-top:0;
    margin-bottom:10px;
}
.editFavoritesSettingsSubcontent {
    margin-top:10px;
}

/********************************      Date/time pickers      ********************************/
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/********************************      Meeting Editor Topic display      ********************************/
.meetingTopicTitle {
	text-align:center;
	margin-top:14px;
	margin-bottom:6px;
}
.meetingTopicDesc {
	margin-bottom:10px;
}
ol.meetingTopicBulletList {
	list-style:square outside none;
	padding-left:25px;
}
.meetingTopicBullet {
	margin-bottom:6px;
}
.meetingTopicBulletName {
	font-weight:bold;
}
.meetingTopicBulletDesc {
	font-weight:normal;
}
.attendeeRowHeader {
	clear:both;
	font-weight:bold;
	font-size:12px;
	padding:8px 6px 1px 6px;
}
#dlgEditMeetingCreateTarget {
    margin-top: 5px;
    margin-bottom: 10px;
}
#dlgEditMeetingCreateTargetLabel {
    font-weight:bold;
    margin-bottom: 8px;
}
#dlgEditMeetingCreateTarget input {
    margin-left: 20px;
    margin-bottom: 6px;
}
#dlgEditMeetingCreateTarget label {
    padding: 0px;
}

#editAccountLogoControls {
    float:right;
}
.editAccountLogoControlImage {
    margin-left:5px;
    height:24px;
    width:24px;
}

.fileChooser {
    width: 24px;
    height: 24px;
    background: url('../images/upload.png')
}
.fileChooser .fileChooserInput {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    opacity: 0;
    cursor: pointer;
}

#editAccountTab-image, #editAccountLogoImageContainer {
    height: 300px;
    width: 300px;
}

#editAccountTab-img, #editAccountLogoImage {
    max-height: 300px;
    max-width: 300px;
}

.cropper-modal {
    background-color: #FFF;
    opacity: .7;
}

/********************************      Meeting/Discussion Editors modification times      ********************************/
#editMeetingForm_sig, #editDiscussionForm_sig {
	overflow:auto;
	margin-bottom:20px;
	text-align:center;
}
#editMeetingForm_modificationTimeDisplay, #editDiscussionForm_modificationTimeDisplay, #editPretaskForm_modificationTimeDisplay {
	position:absolute;
	bottom:10px;
	right:15px;
    font-weight: bold;
}
#editDiscussionForm_reportedDateTimeDisplay {
    position:absolute;
    bottom:30px;
    right:15px;
    font-weight: bold;
}
#editMeetingForm_sigModificationTime, #editDiscussionForm_sigModificationTime {
	bottom:10px;
	margin:0;
	text-align:center;
	font-weight:bold;
}

/********************************      Checklist PDFs      ********************************/
#checklistSandbox .header {
	color: #8D1C22;
}

#checklistSandbox h1, #checklistSandbox h2 {
	padding-top: 30px;
	margin-bottom: 10px;
}

#checklistSandbox h3, #checklistSandbox h4 {
	padding-top: 10px;
	margin-bottom: 5px;
}

#checklistSandbox .fb-checkbox-group-label, #checklistSandbox .fb-radio-group-label {
	padding-top: 10px;
	margin-bottom: 5px;
	font-weight:bold;	
}

#checklistSandbox .fb-text-label, #checklistSandbox .fb-date-label, #checklistSandbox .fb-textarea-label {
	font-weight: bold;
	display:inline;
}

#checklistSandbox .form-group {
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
}

#checklistSandbox .checklistTextValue {
	display: inline;
	margin-left:10px;
}

#checklistSandbox .checkbox-group, #checklistSandbox .radio-group  {
	line-height:20px;
	display:block;
}

#checklistSandbox .checkbox-group label, #checklistSandbox .radio-group label {
	line-height:20px;
	float:right;
}

.amelectrictotal {
    font-size: 14px;
    font-weight: bold;
    color: #8D1C22;
}

#checklistSandbox .checkbox-group img, #checklistSandbox .radio-group img {
    line-height:18px;
    float:left;
    padding-top:5px;
    margin-left:10px;
    margin-right:6px;
}

.userSelectRow .editMeetingFormUserCheckbox {
    margin-left:6px;
}

#editMeetingForm_adminUserSelectColumn {
    width: 40px;
}

.cssbox_thumb {
    max-height: 150px;
    float:left;
}

.cssbox {
    padding: 3px;
}

.expander {
    cursor:pointer; 
}

.fb-checkbox-label, .checkbox-group label {
    display: inline;
}

.checkbox-group input {
    margin-top: 8px;
}

.accountUserAdminBadge{
    font-weight: bolder;
}

.accountUserLabel {
    margin-left: 8px;
}

.accountUserControls {
    left:0;
    top:0;
    position:absolute;
    list-style: none;
}

#adminUserSearchContainer {
    margin-left: 50px;
    margin-top: 32px;
    font-weight: bold;
    float: left;
}

#meetingRangeContainer, #pretaskRangeContainer {
    margin-top: 32px;
    font-weight: bold;
    float: right;
}

#pretaskRangeContainer {
    margin-right:100px;
}

#adminUserSearchBox {   
    margin-left: 10px;
    min-width: 250px;
}

#accounts_loading, #topics_loading, #meetings_loading, #pretasks_loading { 
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}