/*defaults*/

html,
body {
    margin:0;
    padding:0;
    height:100%;
    font-family: Verdana, arial, "Times New Roman", serif;
    font-size: 13px;
}

body {
	color:#000000;
    background: #d1d5d6 url(../images/new-bg.png) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding: 0 1%;
}


@media print {  .noprint, .noprint * { display: none !important;}  }

.disable-hover { pointer-events: none; }

/*structural elements*/
.container	{
    margin: 0 auto;
    text-align: center;
    max-width: 1020px;
    border: none;
}

.header_container	{
    background: #ffffff;
}

#logo {
    padding:15px 20px 0px 20px;
    background-image: url(../images/logo_transparent_new.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    height: 95px;
    /* border-bottom:1px solid #CCC; */
}

#loggedin     	{margin:0 0 0 auto;width:460px; padding:2px 0; line-height:100%; text-align:right; color:#333;}
#loggedinleft   	{float:left; width:250px; padding:2px 0; line-height:100%; text-align:left; }

#holder{
    max-width:980px;
    padding:10px 20px 30px 20px;
    background:#FFF;
    text-align:center;
}

#footer	{
    max-width:1020px;
    font-size:11px;
    color:#FFF;
    margin:15px 0 50px 0;
    padding:0;
    line-height: 18px;
}


th {
	background-color: #61A8D3;
	color:#FFF;
	text-align:center;
	font-size: 14px;
	font-weight:normal;
}

table.sheet td { border-bottom: 1px solid #DDD; }
table.sheet td.separate { text-align:left; background-color:#FFF; }
table.sheet td.separate h3 { margin:20px 0 20px; }

h1, h2 {
	margin: 10px 0 20px 0 !important;
	font-style:italic;
	font-weight: normal;
	font-family: Times new roman, Verdana;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background:url(../images/bg1.png) repeat;
    text-align:left;
	line-height: 22px;
}

h1 { padding: 10px 0 10px 20px; }
h2 { padding: 5px 0 5px 20px; color:#003b52; }
h1 img { margin-right:10px; vertical-align: -4px; }
h1 .small{ font-size: 15px; }

.filters{
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding: 15px;
	margin: 0px 0 20px 0;
	background: #FFFFEE;
}

p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{
	color:#225799;
	text-decoration:underline;
}


#baby {
	font-size: 12px;
	line-height:100%;
}

#baby ul
{
line-height:100%;
font-size: 12px;
color: #336699;
}

#baby li
{
line-height:100%;
font-size: 12px;
color: #336699;
}


.BoxBorderBg
{
	background-color: dimgray;
}

.BoxTopBg
{
	background-color: lightgrey;
}

.BoxMeatBg
{
	background-color: whitesmoke;
}
.boxmeatbg2 {
	background-color: #FFFFCC;
	border-color: #ffcc66;
	border-style: solid;
	border-width: 1px;
}
#navigation	{padding:10px 0; }
#content	{width:100%; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }



#middle { clear:both; width:100%; text-align:center; }

#justify { clear:both; width:100%; text-align:justify; }

.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }

#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{
	color:#000000;
}

#footer ul 		{margin:0; padding:0; }
#footer li 		{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	font-size: 12px;
}
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #336699;
color: white;
padding: 5px 10px 5px 10px;
left: -1000px;
/* border: 1px dashed gray; */
visibility: hidden;
text-decoration: none;
}


.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 40px;
left: 60px; /*position where enlarged image should offset horizontally */

}


/* TIMEBOMB style */
#warningMsg {
    text-align:center;
    position:absolute;
    display:none;
    width:375px;
    color:#000000;
    border:15px solid #336699;
    padding:10px;
    background-color:#FFF;
    top:-400px;
    left:-400px; font-weight:bold
}

#btnDiv {
    text-align:center;
}

tr.zebra, tr.zebra td { background:#F5F5F5; }

input,select,textarea { padding:2px; border:1px solid #BBB; font-size:13px; }
input[type=submit], input[type=button], .button {
    padding:3px 5px;
    background-color:#DDD;
    border:none;
    border-bottom:2px solid #AAA;
    color:#000;
    cursor:pointer;
}
input[type=submit]:hover, input[type=button]:hover, .button:hover {
    background-color:#CCC;
    border-bottom:2px solid #444;
}
input.green {
    background-color:#7fb133;
    border:none;
    border-bottom:2px solid #668f28;
    color:#FFF;
    cursor:pointer;
}
input.green:hover {
    background-color:#668f28;
    border-bottom:2px solid #7fb133;
}


span.dollar { position:relative; left:7px; color:#888; }
input.dollar { padding-left:16px; margin-left:-8px; }

div.WebForm{ width: 480px; box-shadow: 0 0 2em #999; }
div.WebForm .FormFooter{ text-align: center; }

div.WebForm h2 {
    font-family: Verdana, sans-serif, Arial;
    font-size: 14px;
    color: #555555;
    margin: 0px 0px 2px 0px;
    padding: 5px 0px;
    line-height: 22px;
}

div.WebForm .FormContainer { min-width:auto; width:auto; }
div.WebForm .FormContainer.inline li>div { width:100% }
div.WebForm .FormSubmit{ padding: 1px 5px 2px 5px; width: 140px; }
div.WebForm .FormInfo h2 { background:none; border:none; font-style:normal; font-size:20px; font-size:24px; font-weight:bold; font-family:Verdana,Arial,sans-serif; margin-top:-5px; }
div.WebForm .FormContainer>li { width: 440px; }

.ui-widget-overlay {
    background: none repeat scroll 0 0 #000 !important;
    opacity: 0.5 !important;
}


/* ================ HELP ARTICLES / MANAGE / ================ */

.help_article_table { width: 100%; border: 0; }

.help_article_table th{
    padding: 5px;
    text-align:left;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    color: #32373c;
}

.help_article_table td{
    padding: 5px;
    text-align:left;
    vertical-align: top;
}

.article_button {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    cursor: pointer !important;
    font-size: 16px;
    background: #F5F5F5;
    padding: 7px 15px 5px 15px !important;
    box-shadow: 2px 3px 2px rgba(0,0,0,0.2);
    -webkit-appearance: none;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    font-style: normal;
}

.article_button.blue { background: #045cb3; color: #ffffff; }
.article_button.blue:hover { background: #045cb3; opacity: 0.9; }

.article_button.green { background: #13a88b; color: #ffffff; }
.article_button.green:hover { background: #13a88b; opacity: 0.9; }

.article_button.gray { background: #798aa1; color: #ffffff; }
.article_button.gray:hover { background: #798aa1; opacity: 0.9; }

.article_button.smaller {
    font-size: 14px;
    padding: 5px 10px 4px 10px !important;
}

.article_title {
    display: inline;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding: 7px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.article_body {
    display: inline;
    box-sizing: border-box;
    width: 100%;
    height: 700px;
    padding: 7px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.article_select {
    display: inline;
    width: 100%;
    height: 35px;
    padding: 7px 10px;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.article_box {
    float: left;
    width: 75%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 10px;
}

.article_panel {
   overflow: hidden;
   box-sizing: border-box;
   background: #f5f5f5;
   padding: 15px;
}


.article_panel_categories, .article_panel_tags, .article_panel_audience {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}

.article_panel_categories h2, .article_panel_tags h2, .article_panel_audience h2 {
    font-size: 18px;
    font-style: normal;
    margin: 0 0 -10px 0 !important;
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
    border-bottom: none;
}

.new_category { float: left; }
.new_tag { float: left; }

.current_categories, .current_tags, .current_audience {
    width: 100%;
    padding: 5px;
    margin: 10px 0;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    overflow: scroll;
    max-height: 180px;
    white-space: nowrap;
}

.new_category_form, .new_tag_form {
    display: none;
    width: 100%;
    padding: 8px 8px 5px 8px;
    margin: 10px 0;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background: #f7f6f6;
    overflow: hidden;
}

.new_category_form .article_select, .new_tag_form .article_select, .new_category_form .article_title, .new_tag_form .article_title { margin: 0 0 8px 0; }
.submit_new_category, .submit_new_tag { float: left; }
.current_categories ul { -webkit-padding-start: 15px !important; -webkit-margin-before: 0; }
.current_categories li, .tag_item, .audience_item { list-style:none; width: 100%; margin: 3px 0; text-align: left; }

.article_success_message { padding: 5px; margin: 0 0 20px 0; color: #13a88b; font-size: 16px; }
.article_ahref { color: #045cb3; text-decoration: none; }
.article_changes_summary { display: none; }

.article_reason {
    display: inline;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 7px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.article_panel_line { line-height: 25px; }
.saved { padding: 5px; color: #1b7e5a; }
.saving { display: none; color: #1b7e5a; }



/* ================ HELP ARTICLES / USER SIDE / ================ */


.help_search_left_panel {
    box-sizing: border-box;
    width: 75%;
    float: right;
}

.help_search_right_panel {
    box-sizing: border-box;
    width: 25%;
    overflow: hidden;
    float: left;
    padding: 0px 20px;
}

.search_keyword_text {
    display: inline;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding: 7px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.help_search_right_panel ul { -webkit-padding-start: 15px !important; -webkit-margin-before: 0; }
.help_search_right_panel li { list-style: none; width: 100%; margin: 3px 0; text-align: left; }
.help_search_right_panel li a { line-height: 23px; text-decoration: none; }
.help_search_right_panel li a:hover { border-bottom: 1px solid #ccc; }
.help_search_right_panel li a.current { color: #225799; border-bottom: 1px solid #ccc; }

.help_search_right_panel .article_button { margin-top: 5px; width: 100%; }

.help_article_result_table { width: 100%; border: 0; }

.help_article_result_table th {
    padding: 5px;
    text-align:left;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    color: #32373c;
}

.help_article_result_table td {
    padding: 5px 15px;
    text-align:left;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
}

.help_article_result_table .title { padding: 10px 0; }
.help_article_result_table .title a { font-size: 14px; text-decoration: none; color: #225799; }
.help_article_result_table .title a:hover { border-bottom: 1px solid #ccc; }

.help_article_result_table .body { margin: 5px 0 5px 0; color: #4a535e; padding: 0 0 10px 0; }

.help_article_result_table .time { float: right; font-size: 10px; color: #ddd; }

.submit_search { margin-bottom: 15px; }

.article_tag {
    display: inline;
    float: left;
    padding: 5px 5px;
    font-size:11px;
    color:#999;
}

.article_tag a{
    cursor: pointer;
}

.single_article_body {
    text-align: left;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #ccc;
}

.single_article_tags {

}

.single_article_time {
    float: right; font-size: 10px; color: #ddd;
}

input, textarea, select {
    padding: 5px;
    border-radius: 2px
}

a.tip {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon_tooltip_16x16.png) no-repeat;
}

.qtip-bulb .qtip-content {
    padding-left: 46px !important;
    background: url(../images/icon_idea_24x24.png) no-repeat 10px 8px;
    font-size: 13px;
}

.qtip {
    max-width: 800px;
}

.qtip-monitoring .qtip-content {
    font-size: 13px;
}

.hsa_icon, .fsa_icon {
    display: none;
}

#archive-reports_filter {
    margin-bottom: 5px;
}

#archive-reports_filter input {
    width: 250px;
}
