div {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  background: transparent;
  font-family: Tahoma, Geneva, Sans-serif;
  font-size: small;
}

p {
  margin-bottom: 0.4em;
}

ol {
  margin-top: 0.5em;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -143px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
  height: 143px; /* .push must be the same height as .footer */
}

.footer {
  position: relative;
  background: url(../images/ui/bottom_shade.png) repeat-x;
}

.footer .footercontent {
  width: 600px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -300px;
}

.footer .footercontent p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: x-small;
  color: #0F1C46;
  text-transform: uppercase;
}

.footer .footercontent p.copyright {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: xx-small;
  color: #0F1C46;
  text-transform: none;
}

.footer .footercontent a, .footer .footercontent a:visited {
  padding-left: 10px;
  padding-right: 10px;
  color: #0F1C46;
  text-decoration: none;
  font-weight: normal;
}

.footer .footercontent a:active, .footer .footercontent a:hover {
  padding-left: 10px;
  padding-right: 10px;
  color: #2341a3;
  text-decoration: none;
  font-weight: normal;
}

.header {
  margin-left: 50px;
  margin-right: 0;
  position: relative;
  height: 192px;
}

.header .headercontent {
  width: 950px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -475px;
}

.header .matrixlogo {
  position: absolute;
  left: 0;
  top: -5px;
  background: url("../images/ui/matrix_logo.png") no-repeat;
  width: 295px;
  height: 139px;
  z-index: -100;
}

.header .graphdoodle {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/ui/graph_doodle.png") no-repeat;
  width: 436px;
  height: 320px;
  z-index: -100;
}

.header .menubar {
  z-index: 100;
  position: absolute;
  top: 127px;
  right: 40px;
}

img {
  border: none;
}

fieldset {
  border: none;
}

.sidebar {
  position: absolute;
  top: 148px;
  left: 17px;
}

.sidebar .sidebar_login {
}

.sidebar .sidebar_login .frame {
  min-width: 230px;
  width: 230px;
  max-width: 230px;
  min-height: 339px;
  height: 100%;
}

.sidebar .sidebar_login .frame_wrapper {
  position: relative;
  height: 400px;
}

.sidebar .sidebar_login .frame_content {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 50px;
  margin-top: 60px;
  margin-right: 60px;
  margin-bottom: 80px;

}

.sidebar .sidebar_login .frame_content .signinlogo {
  margin-left: 15px;
}

.sidebar .sidebar_login .frame_content .logincontrols {
  color: #969BAD;
  font-size: x-small;
  font-weight: bolder;

}

.sidebar .sidebar_login .frame_content .logincontrols {
  color: #969BAD;
  font-size: x-small;
  font-weight: bolder;

}

.sidebar .sidebar_login .frame_content .logincontrols .field_group_wide {
  padding-bottom: 0.5em;
  max-width: 120px;
  width: 120px;
}

.sidebar .sidebar_login .frame_content .logincontrols input[type="text"],
.sidebar .sidebar_login .frame_content .logincontrols input[type="password"] {
  width: 100px;
  height: 1em;
}

.sidebar .sidebar_login .frame_content .generic_error {
  font-size: xx-small;
  color: #B71518;
}

.sidebar .sidebar_login a,
.sidebar .sidebar_login a:visited {
  color: #0F1C46;
  text-decoration: underline;
  font-size: xx-small;
  font-weight: bolder;
}

.sidebar .sidebar_login a:hover,
.sidebar .sidebar_login a:active {
  color: #2341a3;
  text-decoration: underline;
  font-size: xx-small;
  font-weight: bolder;
}

.sidebar .sidebar_login .matrixlogo {
  position: absolute;
  bottom: 75px;
  right: 45px;
}

.sidebar .sidebar_login .matrixlogo .registerlink {
  vertical-align: top;
}

.sidebar .sidebar_login .buttongo {
  position: absolute;
  bottom: 50%;
  right: 15px;
}

.sidebar .sidebar_login .branding {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -45px;
}

.wrapper .content {
  margin-left: 210px;
  min-height: 440px;
  min-width: 700px;
  z-index: 2;
  position: relative;
}

.sidebar .sidebar_main {
}

.sidebar .sidebar_main .frame {
  min-width: 225px;
  width: 225px;
  max-width: 225px;
  min-height: 489px;
  height: 100%;
}

.sidebar .sidebar_main .frame_wrapper {
  position: relative;
  height: 489px;
}

.sidebar .sidebar_main .frame_content {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 55px;
  margin-top: 60px;
  margin-right: 60px;
  margin-bottom: 80px;
}

.sidebar .sidebar_main .frame_content .welcomeheader {
  border: 1px dashed #969BAD;
  color: #969BAD;
  font-size: xx-small;
  font-weight: bolder;
  padding: 0.5em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 5px;
  margin-right: 15px;
}

.sidebar .sidebar_main .frame_content .quickcompanysearch {

}

.sidebar .sidebar_main .frame_content .tips_outer {
  background: url("../images/ui/tip_panel_top.png") no-repeat top left;
  padding-top: 76px;
  margin-top: 25px;
}

.sidebar .sidebar_main .frame_content .tips_footer {
  background: url("../images/ui/tip_panel_bottom.png") no-repeat bottom left;
  padding-bottom: 13px;
}

.sidebar .sidebar_main .frame_content .tips_inner {
  background: url("../images/ui/tip_panel_center.png") repeat-y;
  width: 111px;
  min-height: 40px;
}

.sidebar .sidebar_main .frame_content .tips_content {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -50px;
  font-size: xx-small;
  color: #0F1C46;
  float: left;
}

.tips_content a {
  font-size: xx-small;
}

.wrapper .content .main_ads {
}

.wrapper .content .main_ads .center_ad {
  margin-top: 15px;
  margin-left: 50px;
  float: left;
}

.wrapper .content .main_ads .video_link {
  float: left;
}

.wrapper .content .main_ads img.side {
  margin-left: 20px;
  margin-top: 28px;
}

.wrapper .content .visit_us {
  float: left;
  margin-left: 620px;
  margin-top: -40px;
}

.clear {
  clear: both;
}

.wrapper .content .header_banner {
  margin-top: -15px;
  border-bottom: 1px dashed #969BAD;
  margin-right: 60px;
  position: relative;
}

.wrapper .content .header_banner .logout {
  position: absolute;
  right: 0;
  bottom: 0;

}

.wrapper .content .main_content {
  margin-top: 10px;
  margin-left: 10px;
  font-size: small;
}

.wrapper .content .main_content h1 {
  font-size: small;
  font-weight: bolder;
  text-decoration: none;
  color: #B71518;
  padding-bottom: 1em;
}

.wrapper .content .main_content h2 {
  font-size: small;
  font-weight: bolder;
  color: black;
}

.wrapper .content .main_content #report_systemusage_form h2 {
  font-size: x-small;
  font-weight: bolder;
  color: black;
}

h3 {
  margin: 1em 0px;
}

.wrapper .content .main_content h3 {
  font-size: x-small;
  font-weight: normal;
  font-style: italic;
  color: black;
}

.wrapper .content .main_content h4 {
  font-weight: bolder;
  color: black;
  font-size: smaller;
  padding-bottom: 0.5em;
}


ul.general_message {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.generic_info {
  color: green;
  font-weight: bold;
  font-size: x-small;
}

.wrapper .content .main_content fieldset .field_group_wide {
  float: left;
  text-align: left;
  padding-bottom: 1em;
}

.wrapper .content .main_content fieldset .field_group_wide .padalign1 {
  margin-left: 85px;
}

.wrapper .content .main_content fieldset .field_group_wide .field_label label {
  line-height: 2em;
}

.wrapper .content .main_content fieldset .field_group_wide .field_label,
.wrapper .content .main_content fieldset .field_group_wide .field_label_side
{
  float: left;
  text-align: right;
  margin-right: 8px;
  width: 120px;
  position: relative;
}

.wrapper .content .user_list_upload fieldset .field_group_wide .field_label,
.wrapper .content .user_list_upload fieldset .field_group_wide .field_label_side
{
  width: 200px;
}

.wrapper .content .main_content form#schedule_form fieldset .field_group_wide .field_label,
.wrapper .content .main_content form#schedule_form fieldset .field_group .field_label {
  width: 170px;
}

.wrapper .content .main_content form#schedule_form fieldset .field_group .field_label_side {
  width: 100px;
}

.wrapper .content .main_content fieldset.changepassword .field_group_wide .field_label {
  float: left;
  text-align: right;
  margin-right: 8px;
  width: 180px;
  position: relative;
}

.wrapper .content .main_content fieldset .field_group_wide .field_data {
  float: left;
  text-align: left;
  line-height: 2em;
}

.field_data_checkbox {
  margin-top: 0.5em;
}
.wrapper .content .main_content form#schedule_form fieldset .field_group_wide .field_data {
  margin-right: 2em;
}

.wrapper .content .main_content form#schedule_form fieldset .field_group_wide h3 {
  font-weight: bolder;
  text-decoration: underline;
  font-style: normal;
}

.wrapper .content .main_content #company_details_form fieldset  .field_group_wide .field_label {
  width: 150px;
}

.field {
  float: left;
  text-align: left;
  margin-right: 5px;
  margin-left: 5px;
}

.right_field {
  float: right;
  text-align: right;
  margin-right: 5px;
  margin-left: 5px;
}

.popup_field {
  margin-top: 1em;
}

.wrapper .content .main_content fieldset .generic_error,
.wrapper .content .main_content fieldset .generic_warning {
  display: block;
  margin-left: 128px;
  clear: left;
}

.wrapper .content .main_content fieldset #search_form .generic_error,
.wrapper .content .main_content fieldset #search_form .generic_warning {
  margin-left: 0;
}

.required_field {
  font-size: small;
  color: #B71518;
  position: absolute;
  right: 0;
}

label {
  padding-right: 8px;
}


/* Custom button */
div.flatbutton {
  border: 0 none;
  font-weight: bold;
  padding: 0 15px 0 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: auto;
  background: transparent url(../images/btn_right.png) no-repeat scroll right top;
  clear: left;
  font-size: 0.8em;
}

div.flatbutton a,
div.flatbutton a:visited {
  cursor: pointer;
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  background: transparent url(../images/btn_left.png) no-repeat scroll left top;
  color: #FFFFFF;
  font-size: small;
  text-decoration: none;
}

div.flatbutton:hover {
  background-position: 100% -30px;
}

div.flatbutton:hover a,
div.flatbutton:hover a:visited {
  background-position: 0% -30px;
}

div.flatbutton::-moz-focus-inner {
  border: none;
}


div.flatbutton_small {
  border: 0 none;
  cursor: pointer;
  font-weight: bold;
  padding: 0 15px 0 0;
  text-align: center;
  height: 22.5px;
  line-height: 22.5px;
  width: auto;
  background: transparent url(../images/btn_right_small.png) no-repeat scroll right top;
  clear: left;
  font-size: 0.5em;
}

div.flatbutton_small_important {
  border: 0 none;
  cursor: pointer;
  font-weight: bold;
  padding: 0 15px 0 0;
  text-align: center;
  height: 22.5px;
  line-height: 22.5px;
  width: auto;
  background: transparent url(../images/btn_right_small_red.png) no-repeat scroll right top;
  clear: left;
  font-size: 0.5em;
}

div.smallbutton_align {
  margin-top: 8px;
}

div.flatbutton_small a,
div.flatbutton_small a:visited,
div.flatbutton_small_double a,
div.flatbutton_small_double a:visited,
div.flatbutton_small_double_grey a,
div.flatbutton_small_double_grey a:visited {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  white-space: nowrap;
  height: 22.5px;
  line-height: 22.5px;
  background: transparent url(../images/btn_left_small.png) no-repeat scroll left top;
  color: #FFFFFF;
  font-size: small;
  text-decoration: none;
}

div.flatbutton_small_double a,
div.flatbutton_small_double a:visited,
div.flatbutton_small_double_grey a,
div.flatbutton_small_double_grey a:visited {
  height: 45px;
  padding: 0 15px 0 15px;
  text-align: center;
  background: transparent url(../images/btn_left_double.png) no-repeat scroll left top;
}

div.flatbutton_small_double_grey a,
div.flatbutton_small_double_grey a:visited {
  background: transparent url(../images/btn_left_double_grey.png) no-repeat scroll left top;
}

div.flatbutton_small_important a,
div.flatbutton_small_important a:visited {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  white-space: nowrap;
  height: 22.5px;
  line-height: 22.5px;
  background: transparent url(../images/btn_left_small_red.png) no-repeat scroll left top;
  color: #FFFFFF;
  font-size: small;
  text-decoration: none;
}

div.flatbutton_small_important:hover,
div.flatbutton_small:hover {
  background-position: 100% -22.5px;
}

div.flatbutton_small_double:hover,
div.flatbutton_small_double_grey:hover {
  background-position: 100% -45px;
}

div.flatbutton_small_important:hover a,
div.flatbutton_small_important:hover a:visited,
div.flatbutton_small:hover a,
div.flatbutton_small:hover a:visited {
  background-position: 0% -22.5px;
}

div.flatbutton_small_double:hover a,
div.flatbutton_small_double:hover a:visited,
div.flatbutton_small_double_grey:hover a,
div.flatbutton_small_double_grey:hover a:visited {
  background-position: 0% -45px;
}

div.flatbutton_small_important a.small,
div.flatbutton_small_important a.small:visited,
div.flatbutton_small_important:hover a.small,
div.flatbutton_small_important:hover a.small:visited,
div.flatbutton_small a.small,
div.flatbutton_small a.small:visited,
div.flatbutton_small_double a.small,
div.flatbutton_small_double a.small:visited,
div.flatbutton_small_double_grey a.small,
div.flatbutton_small_double_grey a.small:visited,
div.flatbutton_small:hover a.small,
div.flatbutton_small:hover a.small:visited {
  font-size: x-small;
}

div.flatbutton_small_important::-moz-focus-inner,
div.flatbutton_small_double::-moz-focus-inner,
div.flatbutton_small_double_grey::-moz-focus-inner,
div.flatbutton_small::-moz-focus-inner {
  border: none;
}



.generic_error {
  color: #B71518;
  font-weight: bold;
  font-size: x-small;
}

.generic_warning {
  color: #ffa500;
  font-weight: bold;
  font-size: x-small;
}

.generic_info {
  color: green;
  font-weight: bold;
  font-size: x-small;
}


.tel_field {
  width: 80px;
}

.tel_code_field {
  width: 30px;
}

.sidebar .sidebar_main .frame_content .quickcompanysearch {
  font-size: x-small;
  color: #969BAD;
  margin-top: 2em;
  margin-bottom: 2em;
}

.sidebar .sidebar_main .frame_content .quickcompanysearch .quicksearch_label {
  padding-bottom: 0.5em;
}

.sidebar .sidebar_main .frame_content .quickcompanysearch .search_input_inline {
  width: 100px;
}


.wrapper .content .main_content .quicksearch_label {
  float: left;
  margin-top: 0.5em;
}

.wrapper .content .main_content .quicksearch_data {
  float: left;
  padding-top: 0.2em;
}

.wrapper .content .main_content .quicksearch_data2 {
  float: left;
  padding-top: 5px;
}



.rich-sb-ext-decor-2 {
  background-color: white;
  background-image: none;
}

.rich-sb-int-sel {
  background-image: none;
  background-color: #57638C;
  color: white;
}


.rich-stglpanel {
  margin-left: 4px;
  border: none;
  margin-top: 15px;
}

.rich-stglpanel-header {
  background-image: none;
  background-color: #57638C;
  border-color: #0B2C54;
  color: white;
}

.rich-stglpanel-marker {
  display: none;
}

.company_details .rich-stglpanel,
.person_details .rich-stglpanel
{
  margin-top: 0.5em;
}

.company_details .rich-stglpanel-body,
.person_details .rich-stglpanel-body {
  padding: 10px;
}


.rich-tool-tip {
  padding: 3px;
  color: black;
}

.rich-table-footer {
  background-color: transparent;
}

table.rich-dtascroller-table tbody td {
  padding: 2px 2px;
}

table.rich-dtascroller-table tfoot td {
  padding-top: 0;
  padding-bottom: 0;
}

.hide {
  display: none;
}

/* Popup boxes */
.rich-mpnl-shadow {
  background: transparent;
  border: none;
}

.rich-mpnl_panel,
.rich-mpnl-body,
.rich-modalpanel,
.dr-mpnl-pnl {
  border: 0 none;
  padding: 0;
  background: transparent;
}

.rich-mpnl-content {
  background-color: transparent;
  border: none;
}

.dr-mpnl-pnl-b {
  font-size: x-small;
}

.indicator {
  float: left;
}

.modal_popup .panel_top_border {
  background: url(../images/panel_top_bg.png) no-repeat;
  height: 21px;
}

.modal_popup .panel_middle_border {
  background: url(../images/panel_bg.png) repeat-y;
  position: relative;
}

.modal_popup .panel_bottom_border {
  background: url(../images/panel_bottom_bg.png) no-repeat;
  height: 21px;
}

.modal_popup .complete_panel {
  background: url(../images/panel_hr.jpg) no-repeat 50% 35px;
  padding: 0 50px 60px;
  min-height: 288px;
  position: relative;
}

form#p2p_form .modal_popup .complete_panel,
form#purchase_credits_form .modal_popup .complete_panel
{
  background: url(../images/panel_hr.jpg) no-repeat 25% 35px;
}

form#export_form .modal_popup .complete_panel {
  padding: 0 50px 40px;
}

.modal_popup .complete_panel_tall {
  min-height: 388px;
}

.modal_popup .panel_header {
  color: #445E77;
  font-size: 18pt;
  padding-bottom: 15px;
  padding-top: 20px;
  font-weight: bolder;
}

form#view_export_form .field {
  margin-bottom: 0.2em;
}

form#view_export_form .field label {
  display: block;
  float: left;
  width: 100px;
  font-weight: bolder;
}

form#view_export_form .field span.data {
  display: block;
  float: left;
  width: 260px;
}

form#view_export_form .field span.data_multiple {
  display: block;
  width: 260px;
  padding-left: 109px;
}

form#view_export_form .panel_content {
  overflow-y: auto;
  max-height: 300px;
}

form#savedsearch_form .panel_content {
  overflow-y: auto;
  max-height: 300px;
}

form#tc_form .panel_content {
  overflow-y: auto;
  max-height: 300px;
}

.modal_popup .panel_content {
  min-height: 190px;
  padding-top: 10px;
  color: #666666;
  font-weight: normal;
  font-size: small;

  width: 410px;
  overflow: auto;
}

form#export_form .modal_popup .panel_content {
  padding-top: 0;
}

#print_form .modal_popup .panel_content,
#export_form .modal_popup .panel_content {
  padding-bottom: 20px;
}

.modal_popup .button_bar {
  float: none;
  position: absolute;
  bottom: 20px;
  left: 50px;
}

.entry1 {
  float: left;
  width: 50%
}

.entry2 {
  float: left;
  width: 25%
}

.entry3 {
  float: left;
  width: 25%
}

.important {
  font-weight: bold;
}

.downloadlink a {
  font-size: medium;
}

.search_name {
  width: 70%;
}

.search_date {
  width: 30%;
}

.input_field {
  width: 250px;
}

#content  h2 {
  font-size: medium;
}

#content .company_details h3,
.person_details h3 {
  font-size: small;
}

.note {
  font-size: x-small;
  color: #969BAD;
  font-style: italic;
}


.geo_area_head {
  background: transparent url(../images/ui/sb_geographical_area.png) no-repeat top left;
  border: none;
  height: 74px;
  width: 181px;
  float: left;
}

.industry_head {
  background: transparent url(../images/ui/sb_industry.png) no-repeat top left;
  border: none;
  height: 82px;
  width: 181px;
  float: left;
}

.no_of_staff_head {
  background: transparent url(../images/ui/sb_no_of_staff.png) no-repeat top left;
  border: none;
  height: 81px;
  width: 181px;
  float: left;
}

.co_size_head {
  background: transparent url(../images/ui/sb_co_size.png) no-repeat top left;
  border: none;
  height: 99px;
  width: 181px;
  float: left;
}

.rsp_head {
  background: transparent url(../images/ui/sb_responsibility.png) no-repeat top left;
  border: none;
  height: 82px;
  width: 181px;
  float: left;
}

.repdte_head {
  background: transparent url(../images/ui/sb_reportdate.png) no-repeat top left;
  border: none;
  height: 99px;
  width: 181px;
  float: left;
}


.geo_area_body {
  margin-top: 15px;
  padding-bottom: 0px;
}

.rsp_body {
  margin-top: 15px;
  padding-bottom: 0px;
}

.repdte_body {
  margin-top: 15px;
  padding-bottom: 0px;
}

.industry_body {
  margin-top: 25px;
  padding-bottom: 0px;
}

.industry_body select {
  width: 290px;
}

.industry_content {
  margin-top: 10px;
  float: left;
}

.no_of_staff_body {
  margin-top: 26px;
}

.no_of_staff_content {
  margin-top: 10px;
}

.no_of_staff_content2 {
  margin-left: 96px;
}

.subgroup_head {
  background-color: #224777;
  color: #d5d5d5;
  width: 155px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  float: left;
}

.subgroup_body {
  clear: left;
  padding-left: 90px;
}

.header_disabled {
  background-color: #d5d5d5 !important;
  color: white !important;

}

.subgroup_body select {
  width: 290px;
}

.wrapper .content .main_content .button_panel {
  margin-left: 400px;
  margin-top: 10px;
}

.button_panel_inline {
  float: right;
  margin-left: 1em;
  width: 16em;
}

.inline-record-count {
  padding-top: 10px;
  float: left;
}

.expansion_bar {
  float: left;
  width: 96px;
}

.inline {
  display: block;
  float: left;
}



table.results,
table.results_report {
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
  margin: auto;
  margin-top: 0.5em;
  margin-bottom: 2em;
  font-size: x-small;
}

table.results thead th,
table.results_report thead th {
  padding: 4px 6px;
  text-align: left;
  border-bottom: 1px solid #0B2C54;
  background: #57638C;
  color: white;
}

table.results tbody td,
table.results_report tbody td {
  padding: 4px 6px;
  text-align: left;
}

table.results tfoot td {
  padding-top: 1em;
  padding-bottom: 1em;
}

.inline_field {
  text-align: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 1em;
}


a {
  color: #B71518;
  font-size: x-small;
  font-weight: bolder;
}

a, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}


a.new_record {
  color: #57638C;
  font-size: x-small;
  font-weight: bolder;
}

a.new_record, a.new_record:visited {
  text-decoration: none;
}

a.new_record:hover, a.new_record:active {
  text-decoration: underline;
}

.rich-table-cell {
  font-family: Tahoma, Geneva, Sans-serif;
  font-size: x-small;
}

hr {
  margin: 0.5em auto;
}

.button_alternative_field {
  float: right;
  text-align: left;
  margin-right: 5px;
  margin-left: 5px;
}


.search_input {
  width: 270px;
}

.modal_popup .search_input {
  width: 390px;
}

.search_input_inline {
  width: 148px;
  margin-bottom: 1em;
}


.selected,
.credit-bundle-selected {
  border: 2px solid #445E77;
  width: 95%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.unselected,
.credit-bundle-unselected {
  border: 2px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.credit-bundle-selected {

}

.credit-bundle-unselected {
  color: lightgray;
}

form#export_form .modal_popup .complete_panel .selected {
  padding-top: 0px;
  padding-bottom: 0px;
}

form#export_form .modal_popup .complete_panel .unselected {
  padding-top: 0px;
  padding-bottom: 0px;
}

.label {
  margin-right: 0 !important;
  margin-top: 0.7em !important;
}

.data_field {
  margin-right: 0 !important;
  margin-top: 0.5em !important;
}

.decal {
  float: right;
  margin-left: 5px;
}

.tc_export {
  float: left;
  margin-right: 5px;
}

.negative {
  color: #B71518;
}

.error {
  color: #B71518;
}

.progress {
  color: green;
}

.ok {
  color: green;
  font-weight: bolder;
}

.nok {
  color: #ffa500;
  font-weight: bolder;
}

.bal_total {
  border-top: 1px solid black;
}


.message {
  float: left;
  text-align: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.saved_search {
  font-size: smaller;
}

.services_info {
  background: transparent url(../images/services_info.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.sw_info {
  background: transparent url(../images/sw_info.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.hw_info {
  background: transparent url(../images/hw_info.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.pe_add_info {
  background: transparent url(../images/pe_add_info.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.pe_particulars {
  background: transparent url(../images/pe_particulars.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.add_co_info {
  background: transparent url(../images/add_co_info.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.transport_info {
  background: transparent url(../images/transport_info.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.co_info {
  background: transparent url(../images/co_info.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.geo_area {
  background: transparent url(../images/geographical_area.jpg) no-repeat top left;
  border: none;
  height: 107px;
}

.industry {
  background: transparent url(../images/industry.jpg) no-repeat top left;
  border: none;
  height: 107px;
}

.no_of_staff {
  background: transparent url(../images/no_of_staff.jpg) no-repeat top left;
  border: none;
  height: 107px;
}

.grouped_area {
  background: transparent url(../images/grouped_area.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.province {
  background: transparent url(../images/province.gif) no-repeat top left;
  border: none;
  height: 27px;
}

.suburb {
  background: transparent url(../images/suburb.gif) no-repeat top left;
  border: none;
  height: 27px;
}


.wrapper .content .main_content .company_details h3,
.person_details h3 {
  font-size: small;
}

.wrapper .content .main_content .company_details fieldset,
.person_details fieldset,
form#view_note_form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

form#view_note_form fieldset {
  font-size: 9pt;
}

.wrapper .content .main_content .company_details .field_group
{
  float: left;
  width: 300px;
  margin-right: 20px;
  padding-bottom: 0.75em;
}

.person_details .field_group,
form#view_note_form .field_group,
form#schedule_form .field_group
{
  float: left;
  width: 48%;
  padding-bottom: 0.75em;
}

.wrapper .content .main_content .company_details .field_group_wide,
.person_details .field_group_wide,
form#view_note_form  .field_group_wide,
form#schedule_form  .field_group_wide {
  float: left;
  width: 100%;
  padding-bottom: 0.75em;
}

.wrapper .content .main_content .company_details .field_group_right,
.person_details .field_group_right,
form#view_note_form .field_group_right,
form#schedule_form .field_group_right {
  float: right;
  width: 25%;
}

.wrapper .content .main_content .company_details .field_group label,
.wrapper .content .main_content .company_details .field_group_right label,
.wrapper .content .main_content .company_details .field_group_wide label,
.person_details .field_group label,
.person_details .field_group_right label,
.person_details .field_group_wide label,
form#view_note_form .field_group label,
form#view_note_form .field_group_right label,
form#view_note_form .field_group_wide label
form#schedule_form .field_group label,
form#schedule_form .field_group_right label,
form#schedule_form .field_group_wide label
{
  display: block;
  width: 90px;
  float: left;
  color: #445E77;
}

form#schedule_form .field_group_wide label
{
  width: 170px;
}

form#schedule_form .field_group_wide .field_data label
{
  width: inherit;
}

form#schedule_form .field_group_wide .field_label_side label
{
  width: 100px;
}

.wrapper .content .main_content .company_details .field_group .data,
.wrapper .content .main_content .company_details .field_group_right .data,
.wrapper .content .main_content .company_details .field_group_wide .data,
.person_details .field_group .data,
.person_details .field_group_right .data,
.person_details .field_group_wide .data,
form#view_note_form  .field_group .data,
form#view_note_form  .field_group_right .data,
form#view_note_form  .field_group_wide .data
form#schedule_form  .field_group .data,
form#schedule_form  .field_group_right .data,
form#schedule_form  .field_group_wide .data
{
  display: block;
  font-style: italic;
}

.wrapper .content .main_content .company_details .field_group .data
{
  width: 200px;
  float: left;
}

.wrapper .content .main_content .company_details .field_group_wide .data_multi,
.person_details .field_group_wide .data_multi,
form#view_note_form  .field_group_wide .data_multi,
form#schedule_form  .field_group_wide .data_multi {
  display: block;
  font-style: italic;
  float: left;
  margin-right: 60px;
}

.wrapper .content .main_content .company_details .field_group .data_multi_line,
.wrapper .content .main_content .company_details .field_group_right .data_multi_line,
.wrapper .content .main_content .company_details .field_group_wide .data_multi_line,
.person_details  .field_group .data_multi_line,
.person_details  .field_group_right .data_multi_line,
.person_details  .field_group_wide .data_multi_line
{
  display: block;
  font-style: italic;
  float: left;
  margin-left: 98px;
}

form#view_note_form   .field_group_wide .data_multi_line {
  display: block;
  font-style: italic;
  float: left;
  width: 290px;
}

.unlicensed {
  color: #B71518;
}

.wrapper .content .main_content .company_details .rich-sdt-row-active {
  color: black;
}

.wrapper .content .main_content .company_details .rich-sdt-row-selected {
  background-color: transparent;
}

.rich-stglpnl-marker {
  left: 0;
  position: absolute;
}


.reversed {
  text-decoration: line-through;
}

.usergroup {
  color: green;
}

form#export_form .modal_popup .button_bar {
  bottom: 10px;
}


.tc {
  width: 380px;
}

form#welcome_form ol li {
  padding-bottom: 1em;
}

.inline_comment {
  font-size: smaller;
  color: #a9a9a9;
  font-style: italic;
}

.small_error {
  width: 200px;
}

.ajax_status {
  color: blue;
  font-size: small;
}

.col_company_name {
  width: 100%;
}

.col_alpr_date {
  width: 10%;
}

.col_alpr_user {
  width: 20%;
}

.col_alpr_rep_consol_pdf {
  width: 23%;
}

.col_alpr_rep_user_pdf {
  width: 23%;
}

.col_alpr_rep_xls {
  width: 23%;
}

.col_pick {
  width: 0.1%;
}

.col_map {
  width: 0.01%;
}

.col_name {
  width: 20%
}

.col_trade {
  width: 15%;
}

.col_area {
  width: 15%;
}

.col_tel {
  width: 12%;
}

.col_noemp {
  width: 5%;
}

.col_industry {
  width: 40%;
}

.col_db_ind {
  width: 0.01%;
}


.col_p_sal {
  width: 5%
}

.col_p_init {
  width: 5%
}

.col_p_first {
  width: 12%
}

.col_p_sur {
  width: 12%
}

.col_p_linkedin {
  width: 5%
}

.col_p_job {
  width: 20%
}

.col_p_resp {
  width: 13%
}

.col_p_seq {
  width: 10%
}

.col_p_pos {
  width: 10%
}

.col_n_date {
  width: 12%;
}

.col_n_user {
  width: 10%;
}

.col_n_note {
  width: 56%;
}

.col_n_followup {
  width: 10%;
}

.col_n_action {
  width: 13%;
}

.col_bundle_credits {
  width: 40%;
}

.col_bundle_amount {
  width: 40%;
}

.col_bundle_action {
  width: 20%;
}

.col_cmp_name {
  width: 30%;
}

.col_cmp_accnr {
  width: 10%;
}

.col_cmp_city {
  width: 10%;
}

.col_cmp_status {
  width: 10%;
}

.col_cmp_end_dte {
  width: 10%;
}

.col_cmp_auth {
  width: 10%;
}

.col_cmp_enddate {
  width: 10%;
}

.col_cmp_action {
  width: 10%;
}

.col_usr_code {
  width: 10%;
}

.col_usr_name {
  width: 30%;
}

.col_usr_cred_sent {
  width: 10%;
}

.col_usr_1st_login_dte {
  width: 10%;
}

.col_usr_status {
  width: 10%;
}

.col_usr_action {
  width: 30%;
}

.col_lck_grp_name {
  width: 20%;
}

.col_lck_grp_query {
  width: 60%;
}

.col_lck_grp_action {
  width: 20%;
}

.col_sched_usr_name {
  width: 20%;
}

.col_sched_query {
  width: 35%;
}

.col_sched_interval {
  width: 5%;
}

.col_sched_status {
  width: 5%;
}

.col_sched_action {
  width: 10%;
}

.col_sched_error {
  width: 10%;
}

.col_sched_last_processed {
  width: 4%
}

.col_created {
  width: 4%;
}

.col_action {
  width: 6%;
}

.col_tx_date {
  width: 10%;
}

.col_tx_period {
  width: 10%;
}

.col_tx_desc {
  width: 50%;
}

.col_tx_type {
  width: 10%;
}

.col_tx_amt {
  width: 10%;
}

.col_tx_bal_remain {
  width: 10%;
}

.col_sal {
  width: 10%;
}

.col_initial {
  width: 10%;
}

.col_surname {
  width: 15%;
}

.col_linkedin {
  width: 5%;
}

.col_company {
  width: 30%;
}

.col_resp {
  width: 20%;
}

.col_pos {
  width: 10%;
}

.col_note_pick {
  width: 0.1%;
}

.col_note_captured_date {
  width: 10%;
}

.col_note_user {
  width: 10%;
}

.col_note_comp_name {
  width: 20%;
}

.col_note_text {
  width: 50%;
}

.col_note_followup {
  width: 10%;
}

.col_exp_date {
  width: 13%;
}

.col_exp_period {
  width: 10%;
}

.col_exp_usr {
  width: 10%;
}

.col_exp_desc {
  width: 17%;
}

.col_tx_amt {
  width: 8%;
}

.col_exp_ref {
  width: 8%
}

.col_exp_action {
  width: 30%;
}


/* Hack from http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ to style checkboxes */
.checkbox {
	width: 15px;
	height: 14px;
	padding: 0 5px 0 0;
	background: url("../images/ui/checkbox.png") no-repeat;
	display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;  /* Cross browser support for hand cursor*/
	cursor: hand;
}

input.styled {
   display: none;
}

select.styled {
  position: relative;
  width: 190px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 5;
}

.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.checkbox_label_styled_dataset {
  display: block;
  clear: left;
  padding-top: 5px;
  text-transform: uppercase;
}

.checkbox_label_styled_descr {
  display: block;
  clear: left;
  padding-top: 0px;
  font-weight: normal;
}

.styled_checkbox {
  float: left;
  margin-right: 10px;
  font-size: x-small;
  color: #163f70;
  width: 80px;
  text-align: center;
  font-weight: bolder;
}

#filter_sets {
  margin-bottom: 10px;
  width: 630px;
  padding: 10px;
  padding-left: 40px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #d5d5d5;
}

#adv_panel {
  margin-top: 1em;
}

.filterby_header {
  font-size: small;
  font-weight: bolder;
  text-decoration: none;
  color: #B71518;
  padding-bottom: 0.4em;
  float: left;
  margin-right: 20px;
}

.filterby_fields {
  float: left;
  margin-right: 10px;
  font-style: italic;
  font-weight:bolder;
  font-size: smaller;
}

.filter_available {
  color: #163f70;
}

.filter_unavailable {
  color: #878da2;
}

.filter_activated {
  color: #b71518;
}

.styled_checkbox .disabled  {
  background: url('../images/ui/checkbox_unavailable.png') no-repeat;
}

.checkbox_spacer {
  width: 1px;
  height: 14px;
  float: left;
}

#field_sets {
  float: left;
  margin-top: 2em;
  position: relative;
}

#selected_fields {
  margin-top: 2em;
  float: left;
}

.fieldset_AdditionalInfo {
  display: none;
  position: absolute;
  top: 200px;
  left: 5px;
  background-color: white;
  z-index: 10;
}

.fieldset_Company {
  display: none;
  position: absolute;
  top: 140px;
  left: 190px;
  background-color: white;
  z-index: 10;
}

.fieldset_People {
  display: none;
  position: absolute;
  top: 292px;
  left: 242px;
  background-color: white;
  z-index: 10;
}

.fieldset_Compubase {
  display: none;
  position: absolute;
  top: 349px;
  left: 62px;
  background-color: white;
  z-index: 10;
}

#field_sets h1 {
  padding-bottom: 0;
}

.asb_selected_fields_top {
  background: url("../images/ui/asb_selected_fields_header.png") no-repeat top left;
  padding-top: 29px;

}

.asb_selected_fields_footer {
  background: url("../images/ui/asb_selected_fields_footer.png") no-repeat bottom left;
  padding-bottom: 13px;
}

.asb_selected_fields_content {
  background-color: #878da2;
  width: 299px;
  padding: 10px;
  font-size: smaller;
  color: #0f1c46;
}

#selected_fields h2 {
  display: block;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  font-size: small;
  text-align: center;
  margin-bottom: 2em;
  color: #0f1c46;
}

.remove_link {
  vertical-align: middle;
  display: inline;
}

.fieldname {
  font-weight: bolder;
  padding-bottom: 0.2em;
}

.selected_field {
  padding-bottom: 10px;
}

.selected_field .input_text {
  width: 100px;
}

.selected_field .input_select {
  max-width: 240px;
}

.selected_field .input_select_plookup {
  width: 240px;
}

.date_cal {
  width: 80px;
}

.button_bar_container {
  float: right;
  margin-bottom: -10px;
  margin-top: 20px;
}

.search_criteria {
  font-size: smaller;
}

#search_form .rich-tabpanel-content {
  padding-top: 2em;
  display: block;
  position: relative;
}

.search_count {
  position: absolute;
  top: 0.8em;
  left: 0.8em;
}

.search-results-tab {
  margin-top: 30px;
}

table.controlname {
  font-size: small;
  font-weight: normal;
}

.payment_note {
  font-size: smaller;
}

table.controlname th {
  color: white;
  background-color: #57638C;
  padding: 4px 6px;
  border-bottom: 1px solid #0B2C54;
}

.termsandconditions {
  padding: 4px;
}

.search_field_op {
  color: #a9a9a9;
}

.itam_geographical_head {
  background: transparent url(../images/ui/sb_geographical_area.png) no-repeat top left;
  border: none;
  height: 74px;
  width: 181px;
  float: left;
}

.itam_industry_head {
  background: transparent url(../images/ui/sb_industry.png) no-repeat top left;
  border: none;
  height: 82px;
  width: 181px;
  float: left;
}

.itam_companysize_head {
  background: transparent url(../images/ui/sb_co_size.png) no-repeat top left;
  border: none;
  height: 99px;
  width: 181px;
  float: left;
}

.itam_responsibility_head {
  background: transparent url(../images/ui/sb_responsibility.png) no-repeat top left;
  border: none;
  height: 82px;
  width: 181px;
  float: left;
}

.itam_spacer_geo {
  background: transparent url(../images/ui/expand_bar_first.png) no-repeat top left;
  border: none;
  height: 29px;
  width: 96px;
  float: left;
  margin-top: 25px;
  margin-left: 1em;
}

.itam_spacer_ind {
  background: transparent url(../images/ui/expand_bar_first.png) no-repeat top left;
  border: none;
  height: 29px;
  width: 96px;
  float: left;
  margin-top: 35px;
  margin-left: 1em;
}

.itam_spacer_size {
  background: transparent url(../images/ui/expand_bar_first.png) no-repeat top left;
  border: none;
  height: 29px;
  width: 96px;
  float: left;
  margin-top: 35px;
  margin-left: 1em;
}

.itam_spacer_rsp {
  background: transparent url(../images/ui/expand_bar_first.png) no-repeat top left;
  border: none;
  height: 29px;
  width: 96px;
  float: left;
  margin-top: 25px;
  margin-left: 1em;
}

.section {
  clear: both;
  margin-bottom: 0em;
}

.itam_config_content_geo {
  padding-top: 30px;
}

.itam_config_content_ind {
  padding-top: 40px;
}

.itam_config_content_size {
  padding-top: 36px;
}

.itam_config_content_rsp {
  padding-top: 30px;
}

.column {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 530px;
}

.itam_spacer_size_int {
  background: transparent url(../images/ui/expand_bar_first.png) no-repeat top left;
  border: none;
  height: 29px;
  width: 96px;
  float: left;
  margin-top: 0px;
  margin-left: 0.5em;
}


th.itam_config_header {
  text-align: left;
  color: #0F1C46;
  font-size: small;
}

td.itam_config_check {
  padding-bottom: 1.5em;
}

td.itam_config_element {
  padding-top:1.5em;
}

table.itam {
  margin-top:1em;
}

table.itam span.checkboxlabel {
  padding-left: 1em;
}

.itam_config_content_ind .search_input {
  width: 420px;
}

.itam_config_content_ind .scrollable {
  overflow: auto;
  width: 430px; /* adjust this width depending to amount of text to display */
  max-width: 430px; /* adjust this width depending to amount of text to display */
  height: 140px;
  border: 1px silver solid;
}

.itam_config_content_geo .scrollable_area,
.itam_config_content_rsp .scrollable_area {
  overflow: auto;
  width: 180px; /* adjust this width depending to amount of text to display */
  border: 1px silver solid;
}

.itam_config_content_ind .scrollable select,
.itam_config_content_geo .scrollable_geo select,
.itam_config_content_rsp .scrollable_rsp select,
.itam_config_content_ind .scrollable table {
  border: none;
  min-width: 400px;
}

.itam_config_content_geo .scrollable_geo select,
.itam_config_content_rsp .scrollable_rsp select{
  border: none;
  min-width: 180px;
}

#targetIndustry {
  font-size: smaller;
}

.wrapper .content .main_content fieldset #itam_config_form .generic_error,
.wrapper .content .main_content fieldset #itam_config_form .generic_warning {
  display: inline;
  margin-left: 5px;
  clear: none;
}

table.itam_results  {
  border: 2px solid #0B2C54;
  border-collapse: collapse;
  margin-right: 1em;
}

table.itam_results th {
  font-size: x-small;
  text-align:  left;
  border-right: 2px solid #0B2C54;
  border-top: 2px solid #0B2C54;
  border-bottom: 2px solid #0B2C54;
  background-color: #57638C;
  padding: 2px;
  color: white;
}

table.itam_results td {
  font-size: x-small;
  text-align:  left;
  border-right: 2px solid #0B2C54;
  border-bottom: 1px solid lightgray;
  padding: 2px;
}

table.itam_results td.total_header {
  font-weight: bold;
}

table.itam_results td.count {
  text-align: center;
}

table.itam_results td.total_count,
table.itam_results td.total_count a,
table.itam_results td.total_count a:visited {
  text-align: center;
  color: #32cd32;
}

table.itam_results td.total_count a:hover {
  text-align: center;
  color: #32cd32;
  text-decoration: underline;
}

table.itam_results td.subtotal_count,
table.itam_results td.subtotal_count a,
table.itam_results td.subtotal_count a:visited{
  text-align: center;
  color: black;
}

table.itam_results td.subtotal_count a:hover {
  text-align: center;
  color: black;
  text-decoration: underline;
}

table.itam_results tr.total td {
  background-color:#a9a9a9;
}


.iTamCompanyResults {
  position: relative;
  margin-top: 2em;
  margin-right: 1em;
}

.iTamCompanyResults .search_count {
  top: -1.5em;
  left: 0;
  font-size: 11px;
}

.selectedTreeNode {
  background-color: #3875D7;
  color: white;
}

.page_index {
  margin-top: 0.5em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.notes-sticky {
  position: absolute;
  top: 20px;
  right: 150px;
  z-index: 100;
  -ms-transform: rotate(20deg); /* IE 9 */
  -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
  transform: rotate(20deg);
}

.sidebar .sidebar_login .important a,
.sidebar .sidebar_login .important a:visited {
  font-size: small;
  font-weight: bolder;
}

.sidebar .sidebar_login .important a:hover,
.sidebar .sidebar_login .important a:active {
  color: #2341a3;
  font-size: small;
  font-weight: bolder;
}

img.linkedin {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

table.results tbody td.col_linkedin,
table.results tbody td.col_p_linkedin {
  text-align: center !important;
}

.special_selector_note {
    float: left;
    font-size: 0.9em;
    color: #32bd32;
    font-weight: bold;
}

.special_selector_change {
    margin-left: 120px;
    margin-top: 1em;
}

.banner {
  margin-left: 173px;
  width: 496px
}

.banner-linkedin {
  margin-left: 260px;
}

.fieldSet {
  float: left;
}

.ptpMarker {
  width: 22px;
  height: 3px;
  background: black;
  border: 1px solid black;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}

.ptpNote {
  width: 60px;
  height: 60px;
  background: #595959;
  border: 1px solid #595959;
  border-radius: 10px;
  position: absolute;
  text-align: center;
  display: flex;
  justify-content:center;
  align-content:center;
  flex-direction:column;
  color: white;
}

.ptp_score {
  margin-top: 1em;
}

.changed {
  color: #57638C !important;
  font-weight: bolder !important;
}

.modal-multi-select-wrapper {
   max-height: 400px;
   overflow-y: scroll;
}

.myaccount_main .field {
  margin-bottom: 1em;
}

.industry_selections {
  overflow-x: scroll;
}