﻿/*Animation*/
/*Standard*/
.ClearBoth {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#DivHeader {
  font-family: Arial !important;
  font-size: 12px !important;
  line-height: normal !important;
}
#DivHeader strong {
  font-family: Arial !important;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.cur-p {
  cursor: pointer;
}
.cur-d {
  cursor: default;
}
.dy-inl-bl {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.dy-tbl {
  display: table;
  -dt-display: table;
}
.dy-tbl-cell {
  display: table-cell;
  -dt-display: table-cell;
}
.hden {
  display: none;
}
.no-uline,
.no-uline:hover {
  text-decoration: none;
}
.uline,
.uline:hover {
  text-decoration: underline;
}
.txt-align-c {
  text-align: center;
}
.txt-align-r {
  text-align: right;
}
.txt-align-l {
  text-align: left;
}
.upcase {
  text-transform: uppercase;
}
.lwcase {
  text-transform: lowercase;
}
.lh-0 {
  line-height: 0;
}
.ovflw-hden {
  overflow: hidden;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
/*Grid 12 columns*/
.span-1 {
  float: left;
  width: 8.33333333333%;
}
.span-2 {
  float: left;
  width: 16.6666666667%;
}
.span-3 {
  float: left;
  width: 25.0%;
}
.span-4 {
  float: left;
  width: 33.3333333333%;
}
.span-5 {
  float: left;
  width: 41.6666666667%;
}
.span-6 {
  float: left;
  width: 50.0%;
}
.span-7 {
  float: left;
  width: 58.3333333333%;
}
.span-8 {
  float: left;
  width: 66.6666666667%;
}
.span-9 {
  float: left;
  width: 75.0%;
}
.span-10 {
  float: left;
  width: 83.3333333333%;
}
.span-11 {
  float: left;
  width: 91.6666666667%;
}
.span-12 {
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25.0%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50.0%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75.0%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.tag-table {
  display: block;
  margin-bottom: 10px !important;
  min-width: 690px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tag-table .row {
  margin: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-table .row:last-of-type {
  border-bottom: 0;
}
.tag-table .col {
  max-width: 320px;
  min-width: 320px;
  border: 1px solid #e0e0e0 !important;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-table .col .edit {
  padding: 10px 10px 9px 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: normal;
}
.tag-table .col .edit:hover {
  border-color: #50b6f2;
}
.tag-table .col .edit:focus {
  border-color: #007dc7;
  background-color: #edf8fe;
}
.tag-table .col.delate {
  min-width: 50px;
  width: 50px;
  text-align: center;
  padding-right: 0;
  border-right: 0;
  vertical-align: middle;
}
.tag-table .col.delate .icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  top: 3px;
}
.tag-table .header .col {
  background-color: #e0e0e0;
  border-top: 1px solid rgba(0, 0, 0, 0) !important;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  border-left: 1px solid rgba(0, 0, 0, 0) !important;
}
.tag-table .header .col:last-of-type {
  border-right: 0 !important;
}
.tag-table .header .col .edit {
  font-weight: bold;
}
.tag-table .header .col .edit:hover {
  border-color: rgba(0, 0, 0, 0) !important;
}
.tag-table .header .col .edit:focus {
  border-color: rgba(0, 0, 0, 0) !important;
}
.tag-add {
  margin-bottom: 15px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tag-add .button {
  display: inline-block;
  padding: 4px 15px;
  margin: 0;
  text-align: center;
  color: #484848;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  background: #f8f8f8;
  letter-spacing: .3px;
  line-height: 18px;
  box-sizing: border-box;
}
.tag-add .button:hover {
  background-color: #ffffff;
}
.widget-menu {
  position: relative !important;
}
.widget-menu:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: -10px;
  right: -10px;
  background-color: #d1d1d1;
}
.widget-menu .tab {
  height: 25px;
  padding: 4px 8px;
  display: inline-block;
  cursor: pointer;
  line-height: 26px;
  outline: 0;
  color: #484848;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  background: #f8f8f8;
  min-width: 90px;
  text-align: center;
  margin-left: -1px;
  letter-spacing: .3px;
}
.widget-menu .tab.selected {
  background-color: #ffffff;
  position: relative;
}
.widget-menu .tab.selected:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.widget-list {
  margin-top: 15px !important;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.widget-list .item {
  padding: 10px;
  border: 1px solid #e0e0e0;
  width: calc((100% - 40px - 0.01px) / 3);
  margin: 20px 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-list .item:nth-of-type(-n + 3) {
  margin-top: 0;
}
.widget-list .item:first-of-type,
.widget-list .item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.widget-list .item:hover {
  border-color: #50b6f2;
}
.widget-list .item.selected {
  border-color: #007dc7;
  background-color: #d5eefc;
}
.widget-list .item,
.widget-list .item .title,
.widget-list .item .image,
.widget-list .item .img {
  text-align: center;
  cursor: pointer;
}
.widget-list .item .title {
  margin-bottom: 10px;
}
body {
  font-family: Arial;
  font-size: 14px;
  color: #3b4a5a;
}
a {
  color: #3b4a5a;
}
.Hidden {
  display: none;
}
.ClearBoth {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.Page_Background {
  font-size: 14px;
  font-family: Arial;
  background: url('../images/Page_Background.gif') repeat-x #4d5d6d;
}
.Page_Main {
  width: 100%;
  min-width: 940px;
  max-width: 1920px;
  margin: 0 auto;
}
.Page_Main_Head {
  background-color: #ffffff;
  margin: 0 20px 0 20px;
  padding-bottom: 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.Page_Main_Contents {
  margin: 10px 10px 0 10px;
}
.Page_Main_Feet {
  padding: 10px 20px 20px 20px;
}
.Page_Main_Feet .terms {
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Page_Header_Left {
  background: url('../images/Page_Header_Left.png') left top no-repeat;
  padding-left: 15px;
}
.Page_Header_Right {
  background: url('../images/Page_Header_Right.png') right top no-repeat;
  padding-right: 15px;
}
.Page_Header_Middle {
  background: url('../images/Page_Header_Background.png') repeat-x;
  height: 80px;
}
.Page_Header_Title_Text {
  font-size: 24px;
  letter-spacing: -1px;
  color: #3b4a5a;
}
.Page_Container_Left {
  background: url('../images/Page_Side_Left.gif') left repeat-y;
  padding-left: 15px;
}
.Page_Container_Right {
  background: url('../images/Page_Side_Right.gif') right repeat-y;
  padding-right: 15px;
}
.Page_Footer_Left {
  background: url('../images/Page_Footer_Left.png') left bottom no-repeat;
  padding-left: 15px;
}
.Page_Footer_Right {
  background: url('../images/Page_Footer_Right.png') right bottom no-repeat;
  padding-right: 15px;
}
.Page_Footer_Middle {
  background: url('../images/Page_Footer_Background.png') bottom repeat-x;
  height: 50px;
}
.Page_BottomRound_Left {
  background: url('../images/Page_BottomRound_Left.png') left no-repeat;
  padding-left: 9px;
}
.Page_BottomRound_Right {
  background: url('../images/Page_BottomRound_Right.png') right no-repeat;
  padding-right: 9px;
}
.Page_Terms {
  padding: 5px 0 20px 30px;
}
.Page_Terms_Text {
  color: #ffffff;
  text-decoration: none;
}
.Page_Area_Item {
  padding-bottom: 35px;
  width: auto;
  width: 100%;
}
.Page_Utility_Item {
  width: auto;
  width: 100%;
}
.Page_Area_Icon {
  float: left;
  vertical-align: top;
  width: 80px;
}
.Page_Area_Sections {
  vertical-align: top;
  overflow: hidden;
}
.Page_Area_Text {
  font-size: 24px;
  letter-spacing: -1px;
  color: #425869;
  padding: 0 5px;
}
.Page_Section_Background {
  border-top: 1px dotted #425869;
  margin-top: 10px;
  padding: 0 5px;
}
.Page_Section_Item {
  padding-top: 5px;
  width: 190px;
}
.Page_Section_Icon {
  float: left;
  padding: 0 2px 0 0;
}
.Page_Section_Text {
  font-size: 16px;
  color: #425869;
  text-decoration: none;
}
.Page_Section_Text:hover {
  font-size: 16px;
  color: #425869;
  text-decoration: underline;
}
.Page_Login_Title {
  font-size: 28px;
  letter-spacing: -1px;
  text-align: left;
  color: #425869;
  padding-bottom: 10px;
}
.Page_Login_Text {
  color: #3b4a5a;
  text-align: left;
  width: 80px;
}
.Page_Login_TextBox {
  width: 180px;
  border: 1px solid #cccccc;
  padding: 2px 3px 2px 3px;
  margin: 0 5px 5px 0;
}
.DataWeb_StageArea_Page_Login_TextBox {
  width: 110px;
}
.Page_Login_CheckBox {
  color: #3b4a5a;
  text-decoration: none;
}
.Page_Login_CheckBox:hover {
  color: #3b4a5a;
  text-decoration: underline;
  cursor: pointer;
}
.Page_Login_Button {
  background: url('../images/Button_Blue_Background.png') repeat-x;
  height: 30px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  width: 100px;
  font-size: 14px;
  line-height: normal;
  margin: 10px 12px 0 0;
  outline: none;
}
.Page_Login_Button:hover {
  background-position: 0 -33px;
}
.DataWeb_StagingArea_Login_Button {
  color: #007dc7;
  height: 20px;
  font-weight: bold;
  margin-right: 5px;
}
.Page_Login_Popup_Validator {
  color: #fe2121;
}
.Page_Login_Popup_Failure {
  color: #eb5253;
  text-align: left;
  padding: 10px 0 5px 0;
}
.Page_Terms_Content_Text {
  color: #3b4a5a;
}
.Page_AccessDenied_Content_Text {
  color: #3b4a5a;
  font-weight: bold;
}
.Page_AccessDenied_Alert_Text {
  color: #eb5253;
  font-weight: bold;
}
.Page_AccessDenied_Button_Retry {
  color: #007dc7;
  height: 20px;
  font-weight: bold;
}
.DataWebExplorer_Side_Left {
  background: url('../images/DataWebExplorer_Side_Left.gif') left repeat-y;
  width: 15px;
}
.DataWebExplorer_Side_Right {
  background: url('../images/DataWebExplorer_Side_Right.gif') right repeat-y;
  width: 15px;
}
.DataWebExplorer_TabPrevious {
  background: url('../images/DataWebExplorer_TabPrevious_Background.png') top repeat-x;
  table-layout: fixed;
  width: auto;
}
.DataWebExplorer_TabPrevious_Left {
  background: url('../images/DataWebExplorer_TabPrevious_Left.png') top no-repeat;
  width: 15px;
  height: 50px;
}
.DataWebExplorer_TabPrevious_Right {
  background: url('../images/DataWebExplorer_TabPrevious_Right.png') top no-repeat;
  width: 15px;
  height: 50px;
}
.DataWebExplorer_TabPrevious_Text {
  font-size: 24px;
  color: #b0b3b5;
}
.DataWebExplorer_TabSelected {
  background: url('../images/Page_Header_Background.png') repeat-x;
  width: auto;
}
.DataWebExplorer_TabSelected_ContentsBackground {
  border-left: solid 1px #9d9d9d;
  border-right: solid 1px #9d9d9d;
  padding: 0 14px 0 14px;
}
.DataWebExplorer_TabSelected_Left {
  background: url('../images/Page_Header_Left.png') no-repeat;
  width: 15px;
  height: 80px;
}
.DataWebExplorer_TabSelected_Right {
  background: url('../images/Page_Header_Right.png') no-repeat;
  width: 15px;
  height: 80px;
}
.DataWebExplorer_TabSelected_Title {
  width: 100%;
  height: 40px;
}
.DataWebExplorer_TabSelected_Icon {
  width: 16px;
  padding-left: 10px;
}
.DataWebExplorer_TabSelected_Title_Text {
  font-size: 25px;
  color: #3b4a5a;
  letter-spacing: -1px;
}
.DataWebExplorer_AreaSections_Title_Text {
  font: 16px Arial;
  color: #3b4a5a;
}
.DataWebExplorer_AreaSections_Link_Text {
  font: 12px Arial;
  color: #3b4a5a;
  text-decoration: none;
}
.DataWebExplorer_AreaSections_Selector_Top {
  background: url('../images/DataWebExplorer_AreaSections_Selector_Top.png') no-repeat;
  width: 160px;
  height: 11px;
}
.DataWebExplorer_AreaSections_Selector_Button {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.DataWebExplorer_AreaSections_Separator {
  border-bottom: 1px #acacac dotted;
  margin: 2px 0 2px 0;
}
.DataWebExplorer_NavigationSections {
  background: url('../images/DataWebExplorer_NavigationSections_Background.gif') bottom repeat-x;
  width: 100%;
  height: 40px;
}
.DataWebExplorer_NavigationSections_TabSelected {
  background: url('../images/DataWebExplorer_NavigationSections_TabSelected_Background.gif') repeat-x;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  padding: 0 10px 0 10px;
}
.DataWebExplorer_NavigationSections_TabSelected_Text {
  font-weight: bold;
  color: #007dc7;
}
.DataWebExplorer_NavigationSections_Tab {
  background: url('../images/DataWebExplorer_NavigationSections_Tab_Background.gif') repeat-x;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  padding: 0 10px 0 10px;
}
.DataWebExplorer_NavigationSections_Tab_Text {
  color: #3b4a5a;
  text-decoration: none;
}
.DataWebExplorer_NavigationSections_Tab_Text:hover {
  color: #3b4a5a;
  text-decoration: underline;
}
.DataWebExplorer_NavigationSections_SectionIcon {
  float: left;
}
.DataWebExplorer_NavigationSections_Separator {
  background: url('../images/DataWebExplorer_NavigationSections_Separator.gif') top no-repeat;
  width: 2px;
  height: 40px;
}
.DataWebExplorer_NavigationViews {
  margin-top: 20px;
  width: auto;
}
.DataWebExplorer_NavigationViews_Tab {
  background: url('../images/DataWebExplorer_NavigationViews_Tab_Background.gif') top repeat-x;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px 0 10px;
  height: 22px;
}
.DataWebExplorer_NavigationViews_Tab_Left {
  background: url('../images/DataWebExplorer_NavigationViews_Tab_Left.gif') top no-repeat;
  width: 10px;
  height: 30px;
}
.DataWebExplorer_NavigationViews_Tab_Right {
  background: url('../images/DataWebExplorer_NavigationViews_Tab_Right.gif') top no-repeat;
  width: 10px;
  height: 30px;
}
.DataWebExplorer_NavigationViews_Tab_Text {
  color: #ffffff;
  text-decoration: none;
}
.DataWebExplorer_NavigationViews_Tab_Text:hover {
  color: #ffffff;
  text-decoration: underline;
}
.DataWebExplorer_NavigationViews_TabSelected {
  background: url('../images/DataWebExplorer_NavigationViews_TabSelected_Background.gif') top repeat-x;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px 0 10px;
  height: 22px;
}
.DataWebExplorer_NavigationViews_TabSelected_Left {
  background: url('../images/DataWebExplorer_NavigationViews_TabSelected_Left.gif') top no-repeat;
  width: 10px;
  height: 30px;
}
.DataWebExplorer_NavigationViews_TabSelected_Right {
  background: url('../images/DataWebExplorer_NavigationViews_TabSelected_Right.gif') top no-repeat;
  width: 10px;
  height: 30px;
}
.DataWebExplorer_NavigationViews_TabSelected_Text {
  color: #ffffff;
  text-decoration: none;
}
.DataWebExplorer_Newsletter_Button,
.DataWebExplorer_Newsletter_ButtonConfirm {
  font-family: Arial;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  border-style: solid;
  background-color: #3b4a5a;
  border-color: #3b4a5a;
  border-top-width: 8px;
  border-bottom-width: 10px;
  border-right-width: 15px;
  border-left-width: 15px;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DataWebExplorer_Newsletter_Button:hover,
.DataWebExplorer_Newsletter_ButtonConfirm:hover {
  background-color: #425869;
  border-color: #425869;
}
.DataWebExplorer_Newsletter_ButtonConfirm {
  background-color: #408E1E;
  border-color: #408E1E;
}
.DataWebExplorer_Newsletter_ButtonConfirm:hover {
  background-color: #49a322;
  border-color: #49a322;
}
.DataWebExplorer_Header_Icons {
  background: url('../images/Shared/DataWebItemEdit_Icons.png') no-repeat top left;
  padding-left: 5px;
  display: inline;
  outline: none;
  width: 24px;
  height: 24px;
}
.ListPreviewItems {
  margin-top: 10px;
  padding: 5px;
  width: 366px;
  height: 24px;
  border: 1px solid #cccccc;
  overflow: auto;
}
.DataWebExplorer_NavigationViews_Separator {
  width: 2px;
}
.DataWebExplorer_Form_Row {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
}
.DataWebExplorer_Form_Label {
  vertical-align: top;
  width: 120px;
}
.DataWebExplorer_Form_Label_Text {
  color: #3b4a5a;
}
.DataWebExplorer_Form_Control {
  vertical-align: top;
  min-height: 30px;
}
.DataWebExplorer_Form_Control_Text {
  font-weight: bold;
  color: #3b4a5a;
}
.DataWebExplorer_Form_CheckBox {
  color: #3b4a5a;
  text-decoration: none;
}
.DataWebExplorer_Form_CheckBox:hover {
  color: #3b4a5a;
  text-decoration: underline;
}
.DataWebExplorer_SetOwner_TextBox {
  color: #3b4a5a;
  width: 100px;
  height: 20px;
  border: 1px solid #cccccc;
  padding: 0 3px 0 3px;
  font-family: Arial;
  font-size: 14px;
}
.DataWebExplorer_SetOwner_DropDownList {
  color: #3b4a5a;
  width: 100px;
  height: 22px;
  border: 1px solid #cccccc;
  font-family: Arial;
  font-size: 14px;
}
.DataWebExplorer_SetOwner_Button {
  color: #007dc7;
  font-weight: bold;
}
.DataWebExplorer_Module {
  width: 100%;
}
.DataWebExplorer_Footer {
  background: url('../images/Page_Footer_Background.png') bottom repeat-x;
  vertical-align: bottom;
  width: auto;
}
.DataWebExplorer_Footer_Left {
  background: url('../images/Page_Footer_Left.png') no-repeat;
  width: 15px;
  height: 50px;
}
.DataWebExplorer_Footer_Right {
  background: url('../images/Page_Footer_Right.png') no-repeat;
  width: 15px;
  height: 50px;
}
.DataWebExplorer_Footer_Info {
  width: auto;
}
.DataWebExplorer_Footer_Buttons {
  margin: 20px 0;
  width: auto;
  color: #3b4a5a;
}
.DataWebExplorer_Button_Save,
.DataWebExplorer_Button_Generic,
.DataWebExplorer_SetOwner_Button,
.DataWebExplorer_GridList_Search_Button {
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  color: #3b4a5a;
  border-style: solid;
  background-color: #cccccc;
  border-color: #cccccc;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-right-width: 15px;
  border-left-width: 15px;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DataWebExplorer_Button_Save:hover,
.DataWebExplorer_Button_Generic:hover,
.DataWebExplorer_SetOwner_Button:hover,
.DataWebExplorer_GridList_Search_Button:hover {
  color: #ffffff;
  background-color: #3b4a5a;
  border-color: #3b4a5a;
}
.DataWebExplorer_Button_Save {
  color: #007dc7;
  font-weight: bold;
}
.DataWebExplorer_Button_Generic {
  color: #3b4a5a;
  font-weight: bold;
}
.DataWebExplorer_DropDownList_ItemStatus {
  color: #007dc7;
  width: 100px;
  height: 22px;
  border: 1px solid #cccccc;
  font-family: Arial;
  font-size: 14px;
}
.DataWebExplorer_Validator_Text {
  color: #fe2121;
}
.DataWebExplorer_SubTitle {
  width: 100%;
  margin: 10px 0 5px 0;
}
.DataWebExplorer_SubTitle_Text {
  color: #007dc7;
  font-weight: bold;
}
.DataWebExplorer_SubTitle_Separator {
  background: url('../images/DataWebExplorer_SubTitle_Separator_Background.gif') repeat-x;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}
.DataWebExplorer_Info_Content {
  height: 24px;
  text-align: center;
  color: #3b4a5a;
}
.DataWebExplorer_Info_Footer {
  background-color: #c3c3c3;
  height: 1px;
}
.DataWebExplorer_Button-ItemLog {
  color: #3b4a5a;
  text-decoration: underline;
  cursor: pointer;
}
.DataWebExplorer_Form_Activation_Text {
  text-align: left;
  color: #3b4a5a;
}
.DataWebExplorer_Form_Activation_Link {
  color: #007dc7;
  text-decoration: none;
  font-weight: bold;
}
.DataWebExplorer_Form_Activation_Link:hover {
  color: #007dc7;
  text-decoration: underline;
  font-weight: bold;
}
.DataWebExplorer_Form_Version_Box_Active {
  background-color: #e1eff8;
  margin: 10px 0px 10px 0px;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.DataWebExplorer_Form_Version_Box_Active .version-separator {
  border-top: 1px dotted #3c97d1;
  margin-top: 10px;
  padding-top: 10px;
}
.DataWebExplorer_Form_Version_Box_Preview {
  background-color: #fff1dc;
  margin: 10px 0px 10px 0px;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.DataWebExplorer_Form_Version_Box_Preview .version-separator {
  border-top: 1px dotted #ff9f10;
  margin-top: 10px;
  padding-top: 10px;
}
.DataWebExplorer_Form_Version_Box_Inactive {
  background-color: #ededed;
  margin: 10px 0px 10px 0px;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.DataWebExplorer_Form_Version_Box_Inactive .version-separator {
  border-top: 1px dotted #878787;
  margin-top: 10px;
  padding-top: 10px;
}
.DataWebExplorer_Form_Version_Box_Deleted {
  background-color: #979797;
  margin: 10px 0px 10px 0px;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.DataWebExplorer_Form_Version_Box_Deleted .version-separator {
  border-top: 1px dotted #313131;
  margin-top: 10px;
  padding-top: 10px;
}
.DataWebExplorer_Form_Version_Title_Active {
  color: #098adf;
  font-size: 18px;
}
.DataWebExplorer_Form_Version_Title_Preview {
  color: #e88e00;
  font-size: 18px;
}
.DataWebExplorer_Form_Version_Title_Inactive {
  color: #6d6d6d;
  font-size: 18px;
}
.DataWebExplorer_Form_Version_Title_Deleted {
  color: #000000;
  font-size: 18px;
}
.DataWebExplorer_Form_Version_Link {
  color: #3b4a5a;
  text-decoration: underline;
}
.DataWebExplorer_Form_Version_DropDownList {
  min-width: 120px;
  color: #3b4a5a;
  font-size: 14px;
  border: #a5acb2 1px solid;
}
.DataWebExplorer_GridList_ClipboardDroppable {
  border: 1px dashed #b4b4b4;
  padding: 5px;
  margin-bottom: 10px;
}
.DataWebExplorer_GridList_ClipboardDroppableLabel {
  font-size: 14px;
  line-height: 18px;
  color: #b4b4b4;
  padding-right: 50px;
  text-align: center;
  margin: 5px 0;
}
.DataWebExplorer_GridList_Clipboard_Icon {
  background: url('../images/Clipboard_Icon.png') no-repeat;
  width: 48px;
  height: 48px;
}
.DataWebExplorer_GridList_Clipboard_Cancel {
  background: url('../images/DataWebExplorer_GridList_Clipboard_Cancel.gif') no-repeat;
  width: 16px;
  height: 16px;
}
.DataWebExplorer_GridList_SelectedItems_Icons {
  background: url('../images/DataWebItemEdit_Icons.png') no-repeat top left;
  width: 24px;
  height: 24px;
  outline: none;
}
.DataWebExplorer_BluePanel_Background {
  background: #eaf4ff;
}
.DataWebExplorer_BluePanel {
  background: url('../images/DataWebExplorer_BluePanel.png') no-repeat;
}
.DataWebExplorer_BluePanel_TopLeft {
  background-position: 0 0;
  width: 10px;
  height: 10px;
}
.DataWebExplorer_BluePanel_TopRight {
  background-position: 0 -15px;
  width: 10px;
  height: 10px;
}
.DataWebExplorer_BluePanel_BackgroundTop {
  background-position: 0 -30px;
  background-repeat: repeat-x;
  height: 10px;
}
.DataWebExplorer_BluePanel_BottomLeft {
  background-position: 0 -75px;
  width: 10px;
  height: 10px;
}
.DataWebExplorer_BluePanel_BottomRight {
  background-position: 0 -60px;
  width: 10px;
  height: 10px;
}
.DataWebExplorer_BluePanel_BackgroundBottom {
  background-position: 0 -45px;
  background-repeat: repeat-x;
  height: 10px;
}
.DataWebExplorer_BluePanel_BackgroundLeft {
  background: url('../images/DataWebExplorer_BluePanel_BackgroundLeft.png') repeat-y;
  width: 10px;
}
.DataWebExplorer_BluePanel_BackgroundRight {
  background: url('../images/DataWebExplorer_BluePanel_BackgroundRight.png') repeat-y;
  width: 10px;
}
.DataWebExplorer_PanelDataActivated_Icon {
  background: url('../images/DataWebExplorer_Form_Activated_Icon.png') no-repeat;
  width: 32px;
  height: 32px;
}
.DataWebExplorer_PanelDataNotActivated_Icon {
  background: url('../images/DataWebExplorer_Form_NotActivated_Icon.png') no-repeat;
  width: 32px;
  height: 32px;
}
.DataWebExplorer_GridList_Clipboard_Title_Text {
  font-size: 16px;
  color: #007dc7;
}
.DataWebExplorer_GridList_Clipboard_Subtitle_Text {
  text-align: left;
  color: #007dc7;
  font-weight: bold;
}
.DataWebExplorer_GridList_Clipboard_Item_Text {
  text-align: left;
  color: #3b4a5a;
  font-weight: bold;
}
.DataWebExplorer_GridList_Clipboard_Cancel_Text {
  color: #007dc7;
  text-decoration: none;
}
.DataWebExplorer_GridList_Clipboard_Cancel_Text:hover {
  color: #007dc7;
  text-decoration: underline;
}
.DataWebExplorer_GridList_FileRender {
  padding-bottom: 6px;
}
.DataWebExplorer_GridList_NewItem {
  background-position: top;
  background-repeat: repeat-x;
  table-layout: fixed;
  width: 100%;
  margin: 10px 0 10px 0;
}
.DataWebExplorer_GridList_Button_NewItem {
  height: 24px;
  color: #007dc7;
  font-weight: bold;
}
.DataWebExplorer_GridList_Link_NewItem {
  background: url('../images/DataWebExplorer_NewItem.png') left center no-repeat;
  padding: 5px 5px 5px 28px;
  line-height: 24px;
  font-size: 14px;
  color: #098adf;
  text-decoration: none;
  outline: none;
}
.DataWebExplorer_GridList_Text {
  color: #3b4a5a;
  text-decoration: none;
}
.DataWebExplorer_GridList_Link_Text {
  color: #3b4a5a;
  text-decoration: none;
}
.DataWebExplorer_GridList_Link_Text:hover {
  color: #3b4a5a;
  text-decoration: underline;
}
.DataWebExplorer_GridList_Button_ResetSearch_Link_Text {
  color: #3b4a5a;
  text-decoration: underline;
}
.DataWebExplorer_GridList_Button_ResetSearch_Link_Text:hover {
  color: #3b4a5a;
  text-decoration: underline;
}
.DataWebExplorer_GridList_Search {
  background: url('../images/DataWebExplorer_GridList_Search_Background.gif') top repeat-x;
  table-layout: fixed;
  width: 100%;
  height: 45px;
}
.DataWebExplorer_GridList_Search_Separator {
  background: url('../images/DataWebExplorer_GridList_Search_Separator.gif') top repeat-y;
  width: 2px;
  height: 45px;
}
.DataWebExplorer_GridList_Search_Text {
  text-align: left;
}
.DataWebExplorer_GridList_Search_DropDownList {
  width: 80px;
  border: #a5acb2 1px solid;
}
.DataWebExplorer_GridList_Search_DropDownList_Selected {
  background-color: #fcfbd3;
  width: 80px;
  border: #a5acb2 1px solid;
}
.DataWebExplorer_GridList_Search_TextBox {
  width: 100px;
  border: #a5acb2 1px solid;
}
.DataWebExplorer_GridList_Search_TextBox_Selected {
  background-color: #fcfbd3;
  width: 100px;
  border: #a5acb2 1px solid;
}
.DataWebExplorer_GridList_Search_Button {
  color: #3b4a5a;
  font-weight: bold;
}
.DataWebExplorer_GridList_Grid_Header {
  background: url('../images/DataWebExplorer_GridList_Header_Background.gif') top repeat-x;
  height: 25px;
  text-align: left;
}
.DataWebExplorer_GridList_Grid_Header a:link {
  color: #3b4a5a;
  text-decoration: none;
}
.DataWebExplorer_GridList_Grid_Header a:hover {
  color: #3b4a5a;
  text-decoration: underline;
}
.DataWebExplorer_GridList_Grid_Header a:visited {
  color: #3b4a5a;
  text-decoration: none;
}
.DataWebExplorer_GridList_Grid_Row {
  background: url('../images/DataWebExplorer_GridList_Grid_Separator_Background.gif') bottom repeat-x #ffffff;
  height: 25px;
  text-align: left;
  color: #3b4a5a;
}
.DataWebExplorer_GridList_Grid_AlternatingRow {
  background: url('../images/DataWebExplorer_GridList_Grid_Separator_Background.gif') bottom repeat-x #f2f2f2;
  height: 25px;
  text-align: left;
  color: #3b4a5a;
}
.DataWebExplorer_GridList_Grid_Column_SelectItem {
  width: 20px;
  padding-top: 2px;
  vertical-align: middle;
}
.DataWebExplorer_GridList_Grid_Column_Label {
  width: 250px;
  padding: 2px 0 5px 6px;
  vertical-align: top;
}
.DataWebExplorer_GridList_Grid_Column_Edit {
  vertical-align: middle;
  text-align: left;
}
.DataWebExplorer_GridList_Grid_Column_Generic {
  padding: 5px 6px 0 6px;
  text-align: left;
  vertical-align: top;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.DataWebExplorer_GridList_Grid_Column_Right {
  padding: 5px 6px 0 6px;
  text-align: right;
  vertical-align: top;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.DataWebExplorer_GridList_Grid_Label_Icon {
  vertical-align: middle;
  padding-right: 5px;
  display: inline;
}
.DataWebExplorer_GridList_Grid_Label_Icons {
  background: url('../images/DataWebItemEdit_Icons.png') no-repeat top left;
  vertical-align: middle;
  margin: 3px 3px 0 0;
  padding-right: 5px;
  display: inline;
  outline: none;
  width: 24px;
  height: 24px;
}
.DataWebExplorer_GridList_Grid_Label_Text {
  text-align: left;
  color: #3b4a5a;
  font-weight: bold;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.DataWebExplorer_GridList_Paging_Icons {
  /*background-color:@color-greyl;
    width: 24px;
    height: 24px;
    float: left;*/
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  color: #007dc7;
  border-style: solid;
  background-color: #cccccc;
  border-color: #cccccc;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-right-width: 10px;
  border-left-width: 10px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DataWebExplorer_GridList_Paging_Icons:hover {
  color: #ffffff;
  background-color: #3b4a5a;
  border-color: #3b4a5a;
}
/*.DataWebExplorer_GridList_Paging_Icons_First {
    background-position: 0 0;
}

.DataWebExplorer_GridList_Paging_Icons_Last {
    background-position: 0 -26px;
}

.DataWebExplorer_GridList_Paging_Icons_Next {
    background-position: 0 -52px;
}

.DataWebExplorer_GridList_Paging_Icons_Previous {
    background-position: 0 -78px;
}*/
.DataWebExplorer_GridList_Paging {
  background: url('../images/DataWebExplorer_GridList_Paging_Background.gif') bottom repeat-x;
  width: 100%;
  padding: 10px 0 15px 0;
  text-align: left;
  color: #3b4a5a;
  font-weight: bold;
}
.DataWebExplorer_GridList_Paging_TextBox {
  width: 40px;
  border: #a5acb2 1px solid;
}
.DataWebExplorer_GridList_Paging_DropDownList_Selected {
  background-color: #fcfbd3;
  width: 40px;
  border: #a5acb2 1px solid;
}
.DataWebExplorer_GridList_NoItemsFound {
  text-align: left;
  color: #3b4a5a;
  font-weight: bold;
  margin: 10px;
  height: 100px;
}
.DataWebExplorer_GridList_DroppableLinkArea {
  border: 1px dashed #b4b4b4;
  padding: 5px;
  width: 150px;
  font-size: 14px;
  line-height: normal;
  color: #b4b4b4;
  text-align: center;
}
.DataWebExplorer_ModuleNewsletterSend_Button_Blue {
  background: url('../images/Button_Blue_Left.png') no-repeat transparent top left;
  font: bold 13px Arial;
  color: #ffffff;
  line-height: 22px;
  text-decoration: none;
  height: 30px;
  padding-left: 8px;
  display: block;
  float: left;
}
.DataWebExplorer_ModuleNewsletterSend_Button_Blue:hover {
  text-decoration: underline;
}
.DataWebExplorer_ModuleNewsletterSend_Button_BlueSpan {
  background: url('../images/Button_Blue_Right.png') no-repeat transparent top right;
  display: block;
  padding: 4px 10px 4px 2px;
}
.DataWebExplorer_ModuleNewsletterSend_ModalPopUp_TextBox {
  color: #3b4a5a;
  width: 180px;
  height: 20px;
  border: 1px solid #cccccc;
  padding: 0 3px 0 3px;
  font-family: Arial;
  font-size: 14px;
}
.DataWebExplorer_ModuleNewsletterSend_ModalPopUp_Label {
  vertical-align: top;
  width: 74px;
}
.DataWebExplorer_ModuleNewsletterSend_ModalPopup_Selection_Title_Text {
  font-size: 20px;
  color: #3b4a5a;
  font-weight: bold;
  text-decoration: none;
}
.ClipItem_Drag_Hover {
  border: 1px dashed #b4b4b4;
  background: #fff8c5;
  color: #b4b4b4;
}
.ClipItem_Drag_Active {
  border: 1px dashed #b4b4b4;
  background: #fff392;
  color: #b4b4b4;
}
.error {
  color: #fe2121;
}
.field-validation-error {
  color: #fe2121;
  font-weight: bold;
}
.input-validation-error {
  border: 1px solid #fe2121;
}
.validation-summary-errors {
  color: #fe2121;
  font-weight: bold;
  font-size: 1.1em;
}
.button-info {
  color: #3b4a5a;
  text-decoration: underline;
  cursor: pointer;
}
.job-list,
.table-list {
  min-width: 400px;
  width: 100%;
  margin: 30px 0;
}
.job-list .header,
.table-list .header {
  background-color: #dddddd;
  color: #425869;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px dotted #acacac;
}
.job-list .header .cell,
.table-list .header .cell {
  padding: 10px;
  text-align: left;
  border-left: 1px solid #ffffff;
}
.job-list .header .cell:first-of-type,
.table-list .header .cell:first-of-type {
  border-left: 0;
}
.job-list .row,
.table-list .row {
  border-bottom: 1px dotted #acacac;
}
.job-list .row:nth-child(odd),
.table-list .row:nth-child(odd) {
  background-color: #ffffff;
}
.job-list .row .cell,
.table-list .row .cell {
  padding: 10px;
  text-align: left;
  border-left: 1px dotted #acacac;
}
.job-list .row .cell:first-of-type,
.table-list .row .cell:first-of-type {
  border-left: 0;
}
.job-list .row .cell[data-alert="True"],
.table-list .row .cell[data-alert="True"] {
  color: #fe2121;
}
.table-list .cell {
  padding: 5px 10px;
}
.job-progress .info,
.job-progress .log-report {
  margin-top: 10px;
}
.job-progress .progress-items {
  margin: 5px 0 0 10px;
}
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #dddddd;
  width: 200px;
  height: 20px;
  border: 0;
  color: #007dc7;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
progress::-webkit-progress-bar {
  background-color: #dddddd;
}
progress::-webkit-progress-value {
  background-color: #007dc7;
}
progress::-moz-progress-bar {
  background-color: #007dc7;
}
.Form_IsVersionLinked {
  width: 22px;
}