.general_button, .general_button_v1 {
  min-width: 36px !important;
  font-size: 12px !important;
  display: inline-block;
  text-align: center !important;
  border-radius: 3px !important;
  line-height: 28px !important;
  height: auto !important;
  /*To be removed once generalization work is completed*/
  padding: 0 9px !important;
  text-transform: none !important; }

.general_button:hover {
  text-decoration: none !important; }

.general_primary_button {
  background: #0072AA !important;
  color: #FFFFFF !important;
  /*Will remove important once entire css is cleaned up*/
  border: 1px solid #0072AA !important;
  margin-right: 10px !important; }

.general_button_icon {
  background-repeat: no-repeat !important; }

.general_primary_button:focus, .general_secondary_button:focus {
  border: 2px solid #8CC53E !important;
  line-height: 26px !important;
  padding: 0 8px !important; }

.general_button_icon.general_primary_button:focus, .general_button_icon.general_secondary_button:focus {
  padding-left: 30px !important; }

/*To be removed once !important issue is resolved*/
.general_primary_button:hover, .general_secondary_button:hover {
  background-color: #e08e18 !important;
  border-color: #e08e18 !important; }

.general_primary_button:active, .general_secondary_button:active {
  background-color: #004B71 !important;
  border-color: #004B71 !important; }

.general_secondary_button {
  background-color: #FFFFFF !important;
  color: #0072AA !important;
  /*Will remove important once entire css is cleaned up*/
  border: 1px solid #99B2C2 !important; }

.general_secondary_button:hover, .general_secondary_button:active {
  background-color: #FFFFFF !important; }

.general_button_disabled {
  border: 1px solid #CCCCCC !important;
  background: #FFFFFF !important;
  color: #999999 !important;
  cursor: text !important;
  margin-right: 10px; }

.general_button_with_icon {
  position: relative; }

.button_icons_sprite {
  background-image: url(/assets/core/buttons/general_button_icon.png) !important;
  background-position: 0px 0px;
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  top: 6px; }

.icon_button_text {
  padding-left: 20px; }

/*icons is on Primary button, so no hover effect*/
.search_btn_icon {
  background-position: -135px -248px !important; }

.add_btn_icon {
  background-position: -90px -247px !important;
  top: 9px; }

/*Buttons with Prefix sec have hover and active effect*/
#req_tab_button_list .general_button {
  margin-right: 10px; }

.sec_tick_btn_icon {
  background-position: -44px 2px !important; }

.sec_add_btn_icon {
  background-position: -90px -199px !important;
  height: 12px;
  top: 9px; }

.sec_cross_btn_icon {
  background-position: 0px -98px !important; }

.sec_download_btn_icon {
  background-position: 0px 0px !important; }

.sec_suspend_btn_icon {
  background-position: -180px 0px !important;
  height: 15px !important; }

.sec_resubmit_btn_icon {
  background-position: -180px -98px !important; }

.sec_submit_btn_icon {
  background-position: -90px -99px !important; }

.sec_recall_btn_icon {
  background-position: -45px -196px !important; }

.sec_reopen_btn_icon {
  background-position: -136px -0px !important; }

.sec_donot_approve_btn_icon, .sec_decline_btn_icon {
  background-position: -0px -99px !important; }

.sec_return_more_info_btn_icon {
  background-position: -136px -100px; }

.sec_hold_btn_icon {
  background-position: -46px -100px !important; }

.sec_unhold_btn_icon {
  background-position: -0px -198px !important; }

.sec_more_link_btn_icon {
  background-position: -181px -193px !important; }

.sec_register_btn_icon {
  background-position: -88px 0px !important; }

.general_button_with_icon:hover .sec_add_btn_icon {
  background-position: -90px -211px !important; }
.general_button_with_icon:hover .sec_cross_btn_icon {
  background-position: 0px -114px !important; }
.general_button_with_icon:hover .sec_download_btn_icon {
  background-position: 0px -16px !important; }
.general_button_with_icon:hover .sec_tick_btn_icon {
  background-position: -44px -14px !important; }
.general_button_with_icon:hover .sec_suspend_btn_icon {
  background-position: -180px -15px !important; }
.general_button_with_icon:hover .sec_resubmit_btn_icon {
  background-position: -180px -114px !important; }
.general_button_with_icon:hover .sec_submit_btn_icon {
  background-position: -90px -115px !important; }
.general_button_with_icon:hover .sec_recall_btn_icon {
  background-position: -45px -212px !important; }
.general_button_with_icon:hover .sec_reopen_btn_icon {
  background-position: -136px -16px !important; }
.general_button_with_icon:hover .sec_donot_approve_btn_icon, .general_button_with_icon:hover .sec_decline_btn_icon {
  background-position: -0px -115px !important; }
.general_button_with_icon:hover .sec_return_more_info_btn_icon {
  background-position: -136px -116px; }
.general_button_with_icon:hover .sec_hold_btn_icon {
  background-position: -46px -116px !important; }
.general_button_with_icon:hover .sec_unhold_btn_icon {
  background-position: -0px -214px !important; }
.general_button_with_icon:hover .sec_more_link_btn_icon {
  background-position: -181px -209px !important; }
.general_button_with_icon:hover .sec_register_btn_icon {
  background-position: -88px -16px !important; }

.general_button_with_icon:active .sec_add_btn_icon {
  background-position: -90px -223px !important; }
.general_button_with_icon:active .sec_cross_btn_icon {
  background-position: 0px -131px !important; }
.general_button_with_icon:active .sec_download_btn_icon {
  background-position: 0px -32px !important; }
.general_button_with_icon:active .sec_tick_btn_icon {
  background-position: -44px -30px !important; }
.general_button_with_icon:active .sec_suspend_btn_icon {
  background-position: -180px -30px !important; }
.general_button_with_icon:active .sec_resubmit_btn_icon {
  background-position: -180px -131px !important; }
.general_button_with_icon:active .sec_submit_btn_icon {
  background-position: -90px -132px !important; }
.general_button_with_icon:active .sec_recall_btn_icon {
  background-position: -45px -229px !important; }
.general_button_with_icon:active .sec_reopen_btn_icon {
  background-position: -136px -32px !important; }
.general_button_with_icon:active .sec_donot_approve_btn_icon, .general_button_with_icon:active .sec_decline_btn_icon {
  background-position: -0px -132px !important; }
.general_button_with_icon:active .sec_return_more_info_btn_icon {
  background-position: -136px -132px; }
.general_button_with_icon:active .sec_hold_btn_icon {
  background-position: -46px -132px !important; }
.general_button_with_icon:active .sec_unhold_btn_icon {
  background-position: -0px -230px !important; }
.general_button_with_icon:active .sec_more_link_btn_icon {
  background-position: -181px -226px !important; }
.general_button_with_icon:active .sec_register_btn_icon {
  background-position: -88px -32px !important; }

.sec_remove_btn_icon {
  background-position: 8px -89px !important; }

/*Currently Search icon is on Primary button, so no hover effect*/
.search_btn_icon {
  background-position: -135px -248px !important; }

.icon_button_text {
  padding-left: 20px; }

/*.general_button_icon{background-repeat:no-repeat !important; padding-left:30px !important;}
.button_icons_sprite{
  background-image:url(/assets/core/buttons/general_button_icon.png) !important;
  background-position: 8px 6px !important;}
.search_btn_icon{background-position: 8px -21px !important;}*/
/* table styles */
.required_field {
  color: #FF0000; }

.help_icon {
  display: none !important; }

table.list tr.selected td.data, table.list tr:hover td.data {
  background-color: #E2DFE6;
  border-bottom: 1px solid gainsboro;
  	/*border-top: 1px solid #dcdcdc;
  font-size: 16.1px;
  	padding-top: 3px;
  	padding-bottom: 3px;*/ }

table.permission {
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

table.permission.question {
  width: 800px; }

table.permission.with-padding {
  margin: 0 0 10px 0; }

/* table styles */
/* Table List styles */
table.list {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%; }

table.list tr.disabled {
  background-color: #C8C8C8; }

table.list tr.pointer {
  cursor: pointer; }

table.list tr.list_spacer {
  height: 5px; }

table.list tr.list_spacer td {
  border: 0; }

table.list th {
  border-bottom: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  text-align: left; }

table.list tr td {
  border-bottom: 1px solid gainsboro;
  font-size: 16px;
  margin: 0;
  padding: 5px 5px;
  vertical-align: top; }

table.list tr.alt {
  border-bottom: 1px solid gainsboro;
  background-color: #eeeeee;
  font-size: 16px;
  margin: 0;
  padding: 5px 5px;
  vertical-align: top;
  /* white-space: nowrap; */ }

table.list tr td.left {
  text-align: left;
  float: none; }

/* override the .left float style that may be included */
table.list tr td.right {
  text-align: right;
  float: none; }

/* override the .right float style that may be included */
table.list tr td.centered {
  text-align: center; }

table.list tr td.data.primary {
  font-weight: 700;
  padding-left: 5px;
  white-space: normal; }

table.list tr td.left_side {
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  padding: 0; }

table.list tr td.right_side {
  border-bottom: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  padding: 0; }

table.list tr td.data.bar {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  width: 5px; }

table.list tr td.data.bar div.bar {
  background-color: #333333;
  height: 40px; }

table.list.single_item_view tr td {
  border: 0; }

table.list.single_item_view tr td.right_side {
  border: 0; }

/* End Table List Styles */
div.scrollable_table {
  overflow-x: auto;
  width: inherit;
  max-width: 853px; }

/* Text Format Styles */
span.company_title {
  font-weight: 700;
  font-size: 14px; }

span.company_id {
  color: #777777;
  font-size: 13px;
  white-space: nowrap; }

span.company_id.small {
  font-size: 11px;
  color: #8A8A8A; }

span.company_id.disabled {
  color: #C8C8C8; }

div.summary {
  color: #787878;
  font-size: 12px;
  font-weight: normal; }

/* End Text Format Styles */
/* Button Styles */
.button_icon {
  cursor: pointer;
  padding: 0; }

.button_icon.blue_check {
  background: transparent url(/assets/new_ui/icon_blue_check.png) no-repeat scroll 0% 0%;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-inline-policy: continuous;
  height: 17px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 17px; }

/* End Button Styles */
/* Link Styles */
a[rel='delete'] {
  color: white !important; }

a[rel='delete']:hover {
  text-decoration: none !important; }

a.quiet {
  font-size: .8em;
  font-weight: 500; }

.right_column_image {
  background: url(/images/new_ui/right_column_left_fade.png) repeat-y; }

.print_content {
  display: none; }

/* End Link Styles */
.percent_bar_wrapper {
  white-space: normal; }

.percent_bar {
  height: 1em;
  background-color: white;
  border: 1px solid #093f70;
  float: left;
  position: relative; }

.percent_bar_progress {
  height: 100%;
  background-color: #577998;
  position: absolute;
  left: 0;
  overflow: hidden;
  filter: alpha(opacity=60);
  -moz-opacity: .6; }

.percent_bar_text {
  margin-left: 0.4em; }

.right {
  float: right; }

.sub_nav_button_selected {
  background: url(/assets/tab_button_selected_24.png) repeat-x;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding: 5px 0 0 8px; }

.sub_nav_button_selected a:link {
  color: #333333;
  font-weight: bold;
  text-decoration: none; }

.sub_nav_button_selected a:visited {
  color: #333333;
  font-weight: bold;
  text-decoration: none; }

.sub_nav_button_selected a:active {
  color: #333333;
  font-weight: bold;
  text-decoration: underline; }

.sub_nav_button_selected a:hover {
  color: #333333;
  font-weight: bold;
  text-decoration: underline; }

.odd {
  background-color: #FFFFFF; }

.new_ui_logo {
  background: url(/assets/core/layout/logo_bg.png) no-repeat;
  height: 101px;
  left: 33px;
  margin: 0;
  text-align: center;
  padding: 22px 0 0 4px;
  position: absolute;
  top: 0;
  width: 150px; }

.img_link_style {
  text-decoration: none; }

.title {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0; }

input.title {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  padding: 2px; }

.title a:link {
  color: #31363e;
  text-decoration: underline; }

.title a:visited {
  color: #31363e;
  text-decoration: underline; }

.title a:active {
  color: #31363e;
  text-decoration: underline; }

.title a:hover {
  color: #31363e;
  text-decoration: underline; }

.new_ui_dropdown_menu_footer {
  display: none;
  font-size: 11px;
  padding-left: 5px;
  padding-top: 30px;
  z-index: 2; }

.new_ui_white_link_underline {
  color: #d6e8f2;
  text-decoration: underline; }

.table_list_pointer {
  cursor: pointer; }

.blue_small_button_outer {
  background: url(/assets/button_blue_small_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 7px; }

.view_link {
  color: #8a8a8a;
  font-family: Tahoma;
  font-size: 12px;
  padding-bottom: 4px; }

.view_link .selected {
  color: #666666; }

.search_area input {
  background: none;
  border: 0;
  color: #2B2B2B;
  font-size: 12px;
  height: 16px;
  margin: 1px;
  padding: 2px 3px;
  width: 410px; }

.new_ui_tabs {
  bottom: 0;
  height: 36px;
  left: 12px;
  position: absolute;
  width: 906px; }

.new_ui_red_button_inner {
  background: url(/assets/new_ui/red_button_bg.png) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 23px;
  margin: 0;
  margin-right: 11px;
  padding: 0;
  padding-left: 11px;
  padding-top: 6px;
  white-space: nowrap; }

.requestoptionsOpenLinks {
  background-color: #FFFFFF;
  color: #8a8a8a;
  font-family: Tahoma;
  font-size: 12px;
  padding-bottom: 4px; }

.text_field {
  background: none;
  border: 0;
  color: #565656;
  font-size: 12px;
  height: 16px;
  margin: 1px;
  padding: 2px 3px;
  width: 487px; }

.blue_plus_small_button_outer {
  background: url(/assets/button_blue_plus_small_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 7px; }

.selected .red_small_button_inner {
  background: url(/assets/button_red_small_selected_bg.gif) no-repeat; }

.example_box_wrapper_style {
  border: 1px solid black; }

.new_ui_search_area textarea {
  background: none;
  border: 0;
  color: #565656;
  height: 60px;
  margin: 0;
  padding: 2px 3px;
  width: 230px; }

.new_ui_text_field {
  background: url(/assets/new_ui/text_field_bg.png) repeat-x;
  border: 0;
  height: 16px;
  padding: 2px 3px;
  width: 135px; }

.new_ui_footer_content .new_ui_selected a {
  border: none;
  margin: 0;
  padding: 0; }

.new_ui_footer_content .new_ui_selected a:link {
  color: white;
  text-decoration: none; }

.new_ui_footer_content .new_ui_selected a:visited {
  color: white;
  text-decoration: none; }

.new_ui_footer_content .new_ui_selected a:active {
  color: white;
  text-decoration: underline; }

.new_ui_footer_content .new_ui_selected a:hover {
  color: white;
  text-decoration: underline; }

.sub_nav {
  background-color: #333333;
  color: white;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 10px 0 14px; }

.new_ui_milestone_form_wrapper {
  border: 1px solid #dddddd;
  border-top: 0;
  padding: 5px 10px; }

.new_ui_top_area {
  margin: 0;
  padding: 0;
  width: 957px; }

.field_label {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  margin-left: 40px;
  margin-top: 5px;
  padding: 2px 0; }

.sub_nav_caption {
  color: #677182;
  font-size: 13px;
  font-style: italic; }

html {
  height: 100%; }

.new_ui_dropdown_menu_inner {
  background-color: #595959;
  color: white;
  cursor: pointer;
  padding: 7px 15px 7px 12px; }

.selected .label_inner {
  background: none; }

.new_ui_search_area.search_selected input {
  background: url(/assets/new_ui/text_field_tall_bg.png) repeat-x;
  border: 1px solid #c5d8ff;
  color: #565656;
  font-size: 12px;
  height: 24px;
  padding: 10px 10px 0 10px;
  width: 390px; }

.sub_nav_h2_link_style {
  color: #333333; }

.pretty_form textarea.selected {
  background: none;
  border: 1px solid #c5d8ff;
  color: #565656;
  font-size: 12px;
  height: 16px;
  margin: 0;
  padding: 2px 3px;
  width: 487px; }

.selected .grey_button_outer {
  background: url(/assets/button_grey_selected_bg.gif) no-repeat;
  background-position: 100% 0; }

.sub_nav_h_shared {
  font-weight: bold;
  margin: 10px 0 2px 0;
  padding: 0; }

form {
  display: inline;
  margin: 0;
  padding: 0; }

.text_field_wrapper_ext {
  background: url(/assets/new_ui/text_field_bg.png) repeat-x;
  background-color: white;
  border: 1px solid #d8d8d8;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block; }

.left {
  float: left; }

.debug_permissions span {
  display: none; }

.new_ui_paging_button {
  background-color: #f1f1f1;
  border: 1px solid white;
  color: #565656;
  cursor: pointer;
  padding: 3px 3px; }

.search_area.search_selected input {
  background: none;
  border: 1px solid #c5d8ff;
  color: #565656;
  font-size: 12px;
  height: 16px;
  margin: 0;
  padding: 2px 3px;
  width: 487px; }

.debug_permissions {
  border: 1px solid green;
  position: relative;
  z-index: 24px; }

.selected .green_plus_small_button_outer {
  background: url(/assets/button_green_plus_small_selected_bg.gif) no-repeat;
  background-position: 100% 0; }

.list_table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%; }

.link_list li {
  margin: 0;
  padding: 0;
  padding-bottom: 5px; }

.link_list li a:link {
  color: #31363e;
  text-decoration: underline; }

.link_list li a:visited {
  color: #31363e;
  text-decoration: underline; }

.link_list li a:active {
  color: #31363e;
  text-decoration: underline; }

.link_list li a:hover {
  color: #31363e;
  text-decoration: underline; }

.email_template_field_header {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: -3px;
  margin-top: 10px; }

.new_ui_blue_button {
  background: url(/assets/new_ui/blue_button_bg.png) no-repeat;
  color: white;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 23px;
  margin: 0;
  margin-right: 11px;
  padding: 0;
  padding-left: 11px;
  padding-top: 6px;
  white-space: nowrap; }

.example_box_content_style {
  background-color: #FFF;
  color: #000;
  font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
  font-weight: normal;
  padding: 5px 10px; }

.no_spacing {
  margin: 0;
  padding: 0; }

.tooltip_info_default {
  display: none; }

.button_outer {
  background: url(/assets/button_blue_plus_bg.gif) repeat-x;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 8px; }

.pretty_form input.selected {
  background: none;
  border: 1px solid #c5d8ff;
  color: #565656;
  font-size: 12px;
  height: 16px;
  margin: 0;
  padding: 2px 3px;
  width: 487px; }

.unselected .green_button_outer {
  background: url(/assets/button_grey_bg.gif) no-repeat;
  background-position: 100% 0; }

.no_data {
  color: #acacac;
  font-size: 12px;
  font-style: italic; }

.tab_outer {
  background: url(/assets/tab_unselected.gif) repeat-x;
  background-position: 100% 0;
  font-size: 12px;
  height: 25px;
  margin-right: 5px;
  padding-right: 8px; }

th {
  text-align: left; }

.new_ui_footer_logo {
  background: url(/assets/core/layout/logo_bg.png) no-repeat;
  height: 60px;
  left: 28px;
  position: absolute;
  top: 16px;
  width: 130px; }

.debug_permissions:hover {
  background-color: #ff0;
  z-index: 25; }

.grey_button_outer {
  background: url(/assets/button_grey_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 13px; }

.display_box_tab {
  background-color: #EEEEEE;
  border: 1px solid #cccccc;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 3px;
  padding: 3px 6px; }

.sub_nav_button {
  background: url(/assets/tab_button_24.png) repeat-x;
  float: left;
  font-size: 12px;
  height: 20px;
  padding: 5px 0 0 8px; }

.sub_nav_button a:link {
  color: white;
  font-weight: bold;
  text-decoration: none; }

.sub_nav_button a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none; }

.sub_nav_button a:active {
  color: white;
  font-weight: bold;
  text-decoration: underline; }

.sub_nav_button a:hover {
  color: white;
  font-weight: bold;
  text-decoration: underline; }

.new_ui_heading_flush_content {
  color: #424242;
  font-size: 12px;
  margin-bottom: 30px; }

table.data {
  padding: 0; }

.unselected .green_button_inner {
  background: url(/assets/button_grey_bg.gif) no-repeat; }

.selected .green_plus_small_button_inner {
  background: url(/assets/button_green_plus_small_selected_bg.gif) no-repeat; }

.new_ui_header_link_selected_style {
  color: white;
  text-decoration: none; }

.light_separator {
  border-top: 1px solid #b2b2b2;
  display: block;
  margin: 2px 0; }

ul#error_list {
  color: #993333;
  list-style-type: disc;
  margin-bottom: 5px;
  margin-left: 5px; }

.grey_button_inner {
  background: url(/assets/button_grey_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 13px;
  padding-top: 3px; }

.grey_button_inner a:link {
  color: white;
  text-decoration: none; }

.grey_button_inner a:visited {
  color: white;
  text-decoration: none; }

.grey_button_inner a:active {
  color: white;
  text-decoration: underline; }

.grey_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.standard_link_style_underline {
  color: #435f78;
  text-decoration: underline; }

.new_ui_header_link_style_underline {
  color: #0080d4;
  text-decoration: underline; }

.tab_link_selected_style {
  color: #4f4f4f;
  text-decoration: none; }

.heading {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-weight: bold;
  margin: 5px 0;
  padding: 5px 0; }

.heading a:link {
  color: #31363e;
  text-decoration: underline; }

.heading a:visited {
  color: #31363e;
  text-decoration: underline; }

.heading a:active {
  color: #31363e;
  text-decoration: underline; }

.heading a:hover {
  color: #31363e;
  text-decoration: underline; }

.new_ui_welcome_links {
  color: white;
  font-size: 11px;
  left: 268px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  top: 4px;
  width: 689px; }

.footer_link_style_underline {
  color: white;
  text-decoration: underline; }

.blue_plus_small_button_inner {
  background: url(/assets/button_blue_plus_small_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: 0;
  padding: 2px 0 0 7px;
  padding-left: 20px; }

.blue_plus_small_button_inner a:link {
  color: white;
  text-decoration: none; }

.blue_plus_small_button_inner a:visited {
  color: white;
  text-decoration: none; }

.blue_plus_small_button_inner a:active {
  color: white;
  text-decoration: underline; }

.blue_plus_small_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.selected .green_button_outer {
  background-position: 100% 0; }

.new_ui_bottom_area {
  height: 59px;
  margin-bottom: 113px;
  margin-left: 33px;
  width: 924px; }

.new_ui_system_button_outer {
  background: url(/assets/new_ui/system_button_bg.png) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 29px;
  margin: 0;
  margin-left: -14px;
  padding: 0;
  padding-right: 14px; }

.new_ui_header_link_style {
  color: #0080d4;
  text-decoration: none; }

.sub_nav_link_style_underline {
  color: white;
  font-weight: bold;
  text-decoration: underline; }

.new_ui_gray_tall_button_outer {
  background: url(/assets/new_ui/gray_button_tall_bg.png) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 36px;
  margin: 0;
  margin-left: -14px;
  padding: 0;
  padding-right: 14px; }

.new_ui_crumbs {
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding-bottom: 0; }

.button_inner {
  background: url(/assets/button_blue_plus_bg.gif) repeat-x;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 13px;
  padding-top: 3px; }

.button_inner a:link {
  color: white;
  text-decoration: none; }

.button_inner a:visited {
  color: white;
  text-decoration: none; }

.button_inner a:active {
  color: white;
  text-decoration: underline; }

.button_inner a:hover {
  color: white;
  text-decoration: underline; }

.unselected .grey_button_outer {
  background: url(/assets/button_grey_bg.gif) no-repeat;
  background-position: 100% 0; }

.requestoptionsOtherLinks {
  background-color: #e4e4e4;
  color: #8a8a8a;
  font-family: Tahoma;
  font-size: 12px;
  padding-bottom: 4px; }

.green_u_arrow_button_outer {
  background: url(/assets/button_green_u_arrow_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 29px; }

.new_ui_main_content {
  border: 0; }

.footer2 {
  background: url(/assets/footer_bg.gif) repeat-x;
  background-color: #000000;
  border: 1px solid black;
  height: 50px;
  margin: 0;
  padding: 0; }

.new_ui_gray_tall_button_inner {
  background: url(/assets/new_ui/gray_button_tall_bg.png) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 26px;
  margin: 0;
  margin-right: 14px;
  padding: 0;
  padding-left: 14px;
  padding-top: 10px;
  white-space: nowrap; }

.green_plus_button_outer {
  background: url(/assets/button_green_plus_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 13px; }

.new_ui_dropdown_menu_top {
  display: none;
  font-size: 11px;
  padding-left: 15px;
  padding-top: 30px;
  z-index: 2; }

.display_box {
  border: 1px solid #b6b6b6;
  font-size: 16px;
  margin-top: 10px;
  padding: 4px 6px; }

.pretty_form input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #565656;
  font-size: 12px;
  height: 16px;
  margin: 1px;
  padding: 2px 3px;
  width: 487px; }

.selected .label {
  background: none; }

.new_ui_header_title {
  color: #565555;
  font-size: 24px;
  font-weight: bold; }

.new_ui_white_link {
  color: #d6e8f2;
  text-decoration: none; }

.new_ui_tag {
  margin: 1px; }

.milestone_error_message {
  background: red;
  color: white; }

.content {
  margin-bottom: 60px;
  min-width: 924px;
  padding: 0; }

.new_ui_crumb_separator {
  color: #0080d4; }

.new_ui_gray_button {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  color: #434343;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  height: 21px;
  padding: 5px 9px;
  padding-bottom: 0; }

table.data td {
  border-bottom: 1px solid #b2b2b2;
  padding: 2px 5px; }

.sub_nav_link_selected_style_underline {
  color: #333333;
  font-weight: bold;
  text-decoration: underline; }

.new_ui_top_nav_spacer {
  float: left;
  height: 29px;
  width: 8px; }

.selection_list_div.selected {
  background-color: #f6f6f6;
  border: 1px solid #dadada;
  cursor: pointer;
  margin-top: 3px;
  padding: 5px 12px 5px 12px; }

.table_list_single_item_view {
  border: 0; }

.example_box_title_style {
  background-color: #9e9e9e;
  border-bottom: 1px solid black;
  color: #333333;
  font-weight: bold;
  height: 20px;
  padding: 2px 10px; }

.right_column_sub_section_heading {
  color: #424242;
  font-weight: bold; }

.new_ui_body {
  background-color: #ccc;
  color: #565656;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url(/assets/core/layout/metal-texture-7.png); }

.new_ui_tab_button_outer {
  background: url(/assets/new_ui/tab_button_bg.png) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 36px;
  margin: 0;
  margin-left: -12px;
  padding: 0;
  padding-right: 12px; }

.new_ui_right_justified_form {
  float: right;
  padding-right: 20px; }

.new_ui_system_button_inner {
  background: url(/assets/new_ui/system_button_bg.png) no-repeat;
  color: #0080d4;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 23px;
  margin: 0;
  margin-right: 14px;
  padding: 0;
  padding-left: 14px;
  padding-top: 6px;
  white-space: nowrap; }

.green_plus_button_inner {
  background: url(/assets/button_green_plus_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 29px;
  padding-top: 3px; }

.green_plus_button_inner a:link {
  color: white;
  text-decoration: none; }

.green_plus_button_inner a:visited {
  color: white;
  text-decoration: none; }

.green_plus_button_inner a:active {
  color: white;
  text-decoration: underline; }

.green_plus_button_inner a:hover {
  color: white;
  text-decoration: underline; }

form td {
  color: #333333; }

.new_ui_green_button_outer {
  background: url(/assets/new_ui/green_button_bg.png) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 29px;
  margin: 0;
  margin-left: -11px;
  padding: 0;
  padding-right: 11px; }

.red_button_outer {
  background: url(/assets/button_red_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 13px; }

table.data th {
  border-bottom: 1px solid #b2b2b2;
  font-weight: bold;
  padding-left: 5px;
  text-align: left; }

.unselected .grey_button_inner {
  background: url(/assets/button_grey_bg.gif) no-repeat; }

.map_caption {
  color: #677182;
  font-size: 10px;
  line-height: 20px;
  margin-left: 50px; }

.button {
  background: url(/assets/button_blue_plus_bg.gif) repeat-x;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 13px;
  padding-top: 3px; }

.button a:link {
  color: white;
  text-decoration: none; }

.button a:visited {
  color: white;
  text-decoration: none; }

.button a:active {
  color: white;
  text-decoration: underline; }

.button a:hover {
  color: white;
  text-decoration: underline; }

.new_ui_tab_area_background {
  height: 89px;
  left: 574px;
  position: absolute;
  top: 0;
  width: 350px; }

.new_ui_heading_content {
  background-color: #dddddd;
  margin-bottom: 35px;
  padding: 20px 20px 30px 20px;
  padding-right: 0; }

.green_u_arrow_button_inner {
  background: url(/assets/button_green_u_arrow_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 13px;
  padding-top: 3px; }

.green_u_arrow_button_inner a:link {
  color: white;
  text-decoration: none; }

.green_u_arrow_button_inner a:visited {
  color: white;
  text-decoration: none; }

.green_u_arrow_button_inner a:active {
  color: white;
  text-decoration: underline; }

.green_u_arrow_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.blue_small_button_inner {
  background: url(/assets/button_blue_small_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: 0;
  padding: 2px 0 0 7px; }

.blue_small_button_inner a:link {
  color: white;
  text-decoration: none; }

.blue_small_button_inner a:visited {
  color: white;
  text-decoration: none; }

.blue_small_button_inner a:active {
  color: white;
  text-decoration: underline; }

.blue_small_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.sub_nav_title {
  color: white;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-left: 1px;
  margin-top: 5px;
  padding: 0; }

.sub_nav_title a:link {
  color: white;
  font-weight: bold;
  text-decoration: underline; }

.sub_nav_title a:visited {
  color: white;
  font-weight: bold;
  text-decoration: underline; }

.sub_nav_title a:active {
  color: white;
  font-weight: bold;
  text-decoration: underline; }

.sub_nav_title a:hover {
  color: white;
  font-weight: bold;
  text-decoration: underline; }

.new_ui_green_button_inner {
  background: url(/assets/new_ui/green_button_bg.png) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 23px;
  margin: 0;
  margin-right: 11px;
  padding: 0;
  padding-left: 11px;
  padding-top: 6px;
  white-space: nowrap; }

.fancy_link {
  cursor: pointer;
  text-decoration: underline; }

.community_header ul {
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.sub_nav_button_outer_selected {
  background: url(/assets/tab_button_selected_24.png) repeat-x;
  background-position: 100% 0;
  color: #000;
  float: left;
  font-size: 12px;
  height: 25px;
  margin-right: 6px;
  padding-right: 8px; }

.new_ui_dropdown_menu_area {
  border-bottom: 3px solid white;
  border-right: 3px solid white; }

.right_column_sub_section_content {
  margin-bottom: 30px;
  margin-top: 2px; }

.red_minus_small_button_outer {
  background: url(/assets/button_red_minus_small_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 7px; }

.pretty_title_right_content {
  bottom: 0;
  position: absolute;
  right: 0; }

.tooltip_info {
  background-color: #ccc;
  color: #000;
  position: relative;
  text-decoration: none;
  z-index: 24px; }

.red_small_button_outer {
  background: url(/assets/button_red_small_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 7px; }

.tab_outer_selected {
  background: url(/assets/tab_selected.gif) repeat-x;
  background-position: 100% 0;
  color: #000;
  font-size: 12px;
  height: 25px;
  margin-right: 5px;
  padding-right: 8px; }

.sub_nav_h3_link_style {
  color: #333333; }

.pretty_title_right_note {
  bottom: 4px;
  color: #767676;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 0; }

.centered_div {
  margin-left: auto;
  margin-right: auto; }

.inline div {
  display: inline;
  margin: 0;
  padding: 0; }

.new_ui_heading {
  background-color: #eeeeee;
  border-top: 1px dotted #999999;
  color: #786cb5;
  font-size: 15px;
  padding: 7px 16px 7px 16px; }

.new_ui_heading div.name {
  width: 600px;
  margin: 0;
  padding: 0; }

.new_ui_heading div.control {
  width: 150px;
  height: 22px;
  font-size: .8em;
  margin: 0;
  padding: 0; }

.new_ui_heading span.title {
  color: #4F4F4F;
  font-size: 13px;
  font-weight: 500; }

.tab {
  background: url(/assets/tab_unselected.gif) repeat-x;
  float: left;
  font-size: 12px;
  height: 20px;
  padding: 5px 0 0 8px; }

.tab a:link {
  color: #4f4f4f;
  text-decoration: none; }

.tab a:visited {
  color: #4f4f4f;
  text-decoration: none; }

.tab a:active {
  color: #4f4f4f;
  text-decoration: underline; }

.tab a:hover {
  color: #4f4f4f;
  text-decoration: underline; }

.new_ui_tab_button {
  background: url(/assets/new_ui/tab_button_bg.png) no-repeat;
  color: #ececec;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  padding-left: 20px;
  padding-top: 8px;
  white-space: nowrap; }

.standard_spacing {
  margin: 0;
  padding: 2px 5px; }

.pretty_form textarea {
  background: none;
  border: 0;
  color: #565656;
  height: 60px;
  margin: 0;
  padding: 2px 3px;
  width: 487px; }

select {
  display: inline;
  font-size: 11px;
  height: 19px;
  margin: 0;
  padding: 0; }

.new_ui_search_area input {
  background: url(/assets/new_ui/text_field_tall_bg.png) repeat-x;
  border: 1px solid #d0d0d0;
  color: #565656;
  font-size: 12px;
  height: 24px;
  padding: 10px 10px 0 10px;
  width: 390px; }

.unselected .red_button_outer {
  background: url(/assets/button_grey_bg.gif) no-repeat;
  background-position: 100% 0; }

.selected .red_button_outer {
  background-position: 100% 0; }

.selected .grey_button_inner {
  background: url(/assets/button_grey_selected_bg.gif) no-repeat; }

.nav_selected {
  color: white;
  font-size: 17px;
  font-weight: bold; }

.new_ui_body ul {
  list-style-type: disc;
  margin-bottom: 5px;
  margin-left: 5px; }

.text_default {
  background: none;
  border: 0;
  color: #b4b4b4;
  font-size: 12px;
  height: 16px;
  margin: 1px;
  padding: 2px 3px;
  width: 487px; }

.new_ui_top_nav_button_outer {
  background: url(/assets/new_ui/top_nav_button_bg.png) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 29px;
  margin: 0;
  margin-left: -20px;
  padding: 0;
  padding-right: 15px; }

.selection_list_div {
  border: 1px solid white;
  margin-top: 3px;
  padding: 5px 8px 5px 12px; }

.inline {
  display: inline;
  margin: 0;
  padding: 0; }

.script_category {
  margin-bottom: 25px; }

.blue_button_outer {
  background: url(/assets/button_blue_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 13px; }

.label {
  background: url(/assets/label_grey.gif) no-repeat;
  background-position: 100% 0;
  color: #007E00;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 19px;
  margin: 0;
  padding: 0;
  padding-right: 6px; }

.debug_permissions:hover span {
  background-color: #cff;
  border: 1px solid #00ccff;
  color: #000;
  display: block;
  left: 2em;
  position: absolute;
  text-align: center;
  top: 2em;
  width: 15em; }

.text_area {
  background: none;
  border: 0;
  color: #565656;
  height: 60px;
  margin: 0;
  padding: 2px 3px;
  width: 487px; }

.unselected .red_button_inner {
  background: url(/assets/button_grey_bg.gif) no-repeat; }

.new_ui_footer_content a {
  border: none;
  margin: 0;
  padding: 0; }

div.new_ui_footer_content a:link,
div.new_ui_footer_content a:visited {
  color: #fff;
  text-decoration: none; }

div.new_ui_footer_content a:hover,
div.new_ui_footer_content a:active {
  color: #fff;
  text-decoration: underline; }

.red_small_button_inner {
  background: url(/assets/button_red_small_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: 0;
  padding: 3px 0 0 7px; }

.red_small_button_inner a:link {
  color: white;
  text-decoration: none; }

.red_small_button_inner a:visited {
  color: white;
  text-decoration: none; }

.red_small_button_inner a:active {
  color: white;
  text-decoration: underline; }

.red_small_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.new_ui_content {
  border-radius: 5px 5px 5px 5px;
  background-color: white;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 10px 35px 10px 35px;
  width: 882px;
  clear: both; }

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

.new_ui_red_button {
  background: url(/assets/new_ui/red_button_bg.png) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 23px;
  margin: 0;
  margin-right: 11px;
  padding: 0;
  padding-left: 11px;
  padding-top: 6px;
  white-space: nowrap; }

.footer {
  margin: 0;
  margin-top: -51px;
  min-width: 780px;
  padding: 0; }

pre {
  background: green;
  border: 1px solid black;
  color: white;
  padding: 5px; }

.tooltip_info_hover {
  background-color: #ff0;
  z-index: 25; }

.selected .red_minus_small_button_outer {
  background: url(/assets/button_red_minus_small_selected_bg.gif) no-repeat;
  background-position: 100% 0; }

.tab_selected {
  background: url(/assets/tab_selected.gif) repeat-x;
  float: left;
  font-size: 12px;
  height: 20px;
  padding: 5px 0 0 8px; }

.tab_selected a:link {
  color: #4f4f4f;
  text-decoration: none; }

.tab_selected a:visited {
  color: #4f4f4f;
  text-decoration: none; }

.tab_selected a:active {
  color: #4f4f4f;
  text-decoration: underline; }

.tab_selected a:hover {
  color: #4f4f4f;
  text-decoration: underline; }

.label_inner {
  background: url(/assets/label_grey.gif) no-repeat;
  float: left;
  height: 19px;
  margin: 0;
  padding: 0;
  padding-left: 6px;
  padding-top: 3px; }

.right_column_section_heading .whats_this a {
  color: white; }

.right_column_section_heading .whats_this a:link {
  color: #d6e8f2;
  text-decoration: none; }

.right_column_section_heading .whats_this a:visited {
  color: #d6e8f2;
  text-decoration: none; }

.right_column_section_heading .whats_this a:active {
  color: #d6e8f2;
  text-decoration: underline; }

.right_column_section_heading .whats_this a:hover {
  color: #d6e8f2;
  text-decoration: underline; }

.new_ui_selected .new_ui_tab_button_outer {
  background: url(/assets/new_ui/tab_button_selected_bg.png) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 36px;
  margin: 0;
  margin-left: -12px;
  padding: 0;
  padding-right: 12px; }

.pretty_title_right_text {
  bottom: 4px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0; }

.new_ui_body a {
  border: none;
  margin: 0;
  padding: 0;
  outline: 0; }

.new_ui_body a:link {
  color: #0080d4;
  text-decoration: none; }

.new_ui_body a:visited {
  color: #0080d4;
  text-decoration: underline; }

.new_ui_body a:active {
  color: #0080d4;
  text-decoration: underline; }

.new_ui_body a:hover {
  color: #0080d4;
  text-decoration: underline; }

.search_field_wrapper {
  background: url(/assets/new_ui/text_field_bg.png) repeat-x;
  background-color: white;
  border: 1px solid #d8d8d8;
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 0; }

body {
  color: #565656;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0; }

.new_ui_top_nav_button_inner {
  background: url(/assets/new_ui/top_nav_button_bg.png) no-repeat;
  color: #ececec;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 21px;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  padding-left: 32px;
  padding-top: 8px;
  white-space: nowrap; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px; }

.search_area.search_selected textarea {
  background: none;
  border: 1px solid #c5d8ff;
  color: #565656;
  font-size: 12px;
  height: 16px;
  margin: 0;
  padding: 2px 3px;
  width: 487px; }

.new_ui_selected .new_ui_tab_button_inner {
  background: url(/assets/new_ui/tab_button_selected_bg.png) no-repeat;
  color: #424242;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  margin: 0;
  margin-right: 12px;
  padding: 0;
  padding-left: 12px;
  padding-top: 8px;
  white-space: nowrap; }

.new_ui_red_button_outer {
  background: url(/assets/new_ui/red_button_bg.png) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 29px;
  margin: 0;
  margin-left: -11px;
  padding: 0;
  padding-right: 11px; }

.green_plus_small_button_outer {
  background: url(/assets/button_green_plus_small_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 7px; }

img {
  border: none;
  margin: 0;
  padding: 0;
  -ms-interpolation-mode: bicubic; }

img:link {
  text-decoration: none; }

img:visited {
  text-decoration: none; }

img:active {
  text-decoration: none; }

img:hover {
  text-decoration: none; }

.new_ui_blue_button_outer {
  background: url(/assets/new_ui/blue_button_bg.png) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 29px;
  margin: 0;
  margin-left: -11px;
  padding: 0;
  padding-right: 11px; }

.debug_permissions {
  border: 1px solid green;
  position: relative;
  z-index: 24px; }

.footer_logo {
  background: url(/assets/logo_black_registered.jpg) no-repeat;
  float: left;
  height: 31px;
  left: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
  width: 179px;
  z-index: 1; }

.new_ui_dropdown_menu_selected_inner {
  background-color: #727272;
  color: white;
  cursor: pointer;
  padding: 7px 15px 7px 12px;
  white-space: nowrap;
  z-index: 99; }

.bar_caption {
  font-size: 11px;
  font-style: italic; }

.right_column {
  border: 1px solid green;
  margin-right: 35px;
  width: 240px; }

.new_ui_apply_button {
  background: url(/assets/new_ui/submit_arrows_bg.png) no-repeat;
  cursor: pointer;
  height: 22px;
  width: 22px; }

.pointer {
  cursor: pointer; }

.sub_nav_tabs {
  margin: 0;
  margin-bottom: -20px;
  margin-top: 11px;
  padding: 0; }

.selected .red_minus_small_button_inner {
  background: url(/assets/button_red_minus_small_selected_bg.gif) no-repeat; }

.requestoptionsTable {
  background-color: #FFFFFF;
  color: #8a8a8a;
  font-family: Tahoma;
  font-size: 12px;
  padding-bottom: 4px;
  -moz-opacity: 1.0; }

.sub_nav_h1_link_style {
  color: white; }

.clear {
  clear: both; }

.blue_plus_button_outer {
  background: url(/assets/button_blue_plus_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 13px; }

.new_ui_green_button {
  background: url(/assets/new_ui/green_button_bg.png) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 23px;
  margin: 0;
  margin-right: 11px;
  padding: 0;
  padding-left: 11px;
  padding-top: 6px;
  white-space: nowrap; }

button a {
  border: none;
  margin: 0;
  padding: 0; }

button a:link {
  color: white;
  text-decoration: none; }

button a:visited {
  color: white;
  text-decoration: none; }

button a:active {
  color: white;
  text-decoration: underline; }

button a:hover {
  color: white;
  text-decoration: underline; }

.search_area textarea {
  background: none;
  border: 0;
  color: #565656;
  height: 60px;
  margin: 0;
  padding: 2px 3px;
  width: 230px; }

.new_ui_body p {
  margin-top: 0;
  padding-top: 0; }

.sub_nav_link_style {
  color: white;
  font-weight: bold;
  text-decoration: none; }

.green_plus_small_button_inner {
  background: url(/assets/button_green_plus_small_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: 0;
  padding: 3px 0 0 7px;
  padding-left: 20px; }

.green_plus_small_button_inner a:link {
  color: white;
  text-decoration: none; }

.green_plus_small_button_inner a:visited {
  color: white;
  text-decoration: none; }

.green_plus_small_button_inner a:active {
  color: white;
  text-decoration: underline; }

.green_plus_small_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.text_selected {
  background: none;
  border: 1px solid #c5d8ff;
  color: #565656;
  font-size: 12px;
  height: 16px;
  margin: 0;
  padding: 2px 3px;
  width: 487px; }

.blue_button_inner {
  background: url(/assets/button_blue_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 13px;
  padding-top: 3px; }

.blue_button_inner a:link {
  color: white;
  text-decoration: none; }

.blue_button_inner a:visited {
  color: white;
  text-decoration: none; }

.blue_button_inner a:active {
  color: white;
  text-decoration: underline; }

.blue_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.blue_plus_button_inner {
  background: url(/assets/button_blue_plus_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 29px;
  padding-top: 3px; }

.blue_plus_button_inner a:link {
  color: white;
  text-decoration: none; }

.blue_plus_button_inner a:visited {
  color: white;
  text-decoration: none; }

.blue_plus_button_inner a:active {
  color: white;
  text-decoration: underline; }

.blue_plus_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.new_ui_blue_button_inner {
  background: url(/assets/new_ui/blue_button_bg.png) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 23px;
  margin: 0;
  margin-right: 11px;
  padding: 0;
  padding-left: 11px;
  padding-top: 6px;
  white-space: nowrap; }

.new_ui_tab_button_inner {
  background: url(/assets/new_ui/tab_button_bg.png) no-repeat;
  color: #ececec;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  margin: 0;
  margin-right: 12px;
  padding: 0;
  padding-left: 12px;
  padding-top: 8px;
  white-space: nowrap; }

.table_list_td_selected {
  background-color: #E2DFE6;
  font-size: 16.1px; }

.new_ui_selected .new_ui_top_nav_button_outer {
  background: url(/assets/new_ui/top_nav_button_selected_bg.png) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 29px;
  margin: 0;
  margin-left: -20px;
  padding: 0;
  padding-right: 15px; }

.footer_link_style {
  color: white;
  text-decoration: none; }

.email_template_field {
  background-color: #4c4c4c;
  border: 1px solid black;
  color: #ffffff;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px 10px; }

.community_header li {
  display: block;
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 2px 5px; }

.new_ui_selected_tag {
  background-color: #e2f2fa;
  border: 1px solid #0080d4; }

.green_button_outer {
  background: url(/assets/button_green_bg.gif) no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-right: 13px; }

.display_box_tab_selected {
  background-color: #0080D4;
  border: 1px solid #0080d4;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 3px;
  padding: 3px 6px; }

.sub_nav_link_selected_style {
  color: #333333;
  font-weight: bold;
  text-decoration: none; }

.unselected .blue_button_outer {
  background: url(/assets/button_grey_bg.gif) no-repeat;
  background-position: 100% 0; }

.red_button_inner {
  background: url(/assets/button_red_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 13px;
  padding-top: 3px; }

.red_button_inner a:link {
  color: white;
  text-decoration: none; }

.red_button_inner a:visited {
  color: white;
  text-decoration: none; }

.red_button_inner a:active {
  color: white;
  text-decoration: underline; }

.red_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.footer_content {
  float: right;
  font-size: 12px;
  margin-right: 16px;
  margin-top: 16px;
  position: relative; }

.footer_content a:link {
  color: white;
  text-decoration: underline; }

.footer_content a:visited {
  color: white;
  text-decoration: underline; }

.footer_content a:active {
  color: white;
  text-decoration: underline; }

.footer_content a:hover {
  color: white;
  text-decoration: underline; }

.separator {
  border-top: 1px solid #eeeeee;
  margin: 5px 0;
  margin-top: 10px; }

.medium_separator {
  border-top: 1px solid #cccccc;
  margin: 5px 0; }

.model_list_link_style_underline {
  color: #31363e;
  text-decoration: underline; }

.new_ui_tab_area {
  background: url(/assets/new_ui/content_top_edge_bg.png) no-repeat;
  background-position: 0 100%;
  height: 94px;
  left: 33px;
  position: absolute;
  top: 76px;
  width: 924px; }

.new_ui_welcome_links a {
  border: none;
  margin: 0;
  padding: 0; }

.new_ui_welcome_links a:link {
  color: #0080d4;
  text-decoration: none; }

.new_ui_welcome_links a:visited {
  color: #0080d4;
  text-decoration: none; }

.new_ui_welcome_links a:active {
  color: #0080d4;
  text-decoration: underline; }

.new_ui_welcome_links a:hover {
  color: #0080d4;
  text-decoration: underline; }

.tab_link_selected_style_underline {
  color: #4f4f4f;
  text-decoration: underline; }

.bar_heading {
  background: url(/assets/heading_fade.gif) repeat-x;
  border: 1px solid #333333;
  border-right: 0;
  border-top: 0;
  font-weight: bold;
  margin-top: 5px;
  padding: 2px 3px; }

.selected .blue_button_outer {
  background: url(/assets/button_blue_selected_bg.gif) no-repeat;
  background-position: 100% 0; }

.sub_section {
  margin: 0;
  padding-bottom: 2px;
  padding-left: 5px; }

a {
  border: none;
  margin: 0;
  padding: 0; }

  .del_icon a{
    outline: 0;
  }

a:link, a:visited, a:active, a:hover {
  color: #0080d4;
  text-decoration: none; }

.new_ui_system_button {
  background: url(/assets/new_ui/system_button_bg.png) no-repeat;
  color: #0080d4;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 23px;
  margin: 0;
  margin-right: 14px;
  padding: 0;
  padding-left: 14px;
  padding-top: 6px;
  white-space: nowrap; }

.even {
  background-color: #F1F1F1; }

.link_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.new_ui_top_nav_menu {
  height: 29px;
  left: 205px;
  position: absolute;
  top: 34px;
  width: 747px; }

.right_column_section_heading {
  background-color: #dc7c00;
  color: white;
  font-size: 15px;
  padding: 8px 18px 8px 18px; }

.red_minus_small_button_inner {
  background: url(/assets/button_red_minus_small_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: 0;
  padding: 3px 0 0 7px;
  padding-left: 20px; }

.red_minus_small_button_inner a:link {
  color: white;
  text-decoration: none; }

.red_minus_small_button_inner a:visited {
  color: white;
  text-decoration: none; }

.red_minus_small_button_inner a:active {
  color: white;
  text-decoration: underline; }

.red_minus_small_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.new_ui_footer_content {
  background-color: #AAA;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  font-size: 11px;
  height: 90px;
  left: 33px;
  position: absolute;
  bottom: 0;
  width: 954px; }

.sub_nav_button_outer {
  background: url(/assets/tab_button_24.png) repeat-x;
  background-position: 100% 0;
  float: left;
  font-size: 12px;
  height: 25px;
  margin-right: 6px;
  padding-right: 8px; }

.large_text_field {
  background: url(/assets/new_ui/text_field_tall_bg.png) repeat-x;
  border: 1px solid #d0d0d0;
  color: #565656;
  font-size: 12px;
  height: 24px;
  padding: 10px 10px 0 10px;
  width: 390px; }

.new_ui_heading_sub_content {
  padding: 15px 20px; }

.selected .blue_button_inner {
  background: url(/assets/button_blue_selected_bg.gif) no-repeat; }

.standard_link_style {
  color: #435f78;
  text-decoration: underline; }

.selected .red_small_button_outer {
  background: url(/assets/button_red_small_selected_bg.gif) no-repeat;
  background-position: 100% 0; }

.new_ui_req_tab_area {
  border: 1px solid #7b7b7b;
  clear: left;
  padding: 20px 10px 20px 20px; }

.new_ui_footer {
  height: 115px;
  margin-top: -115px;
  position: relative; }

.text_field_wrapper {
  background: url(/assets/new_ui/text_field_bg.png) repeat-x;
  background-color: white;
  border: 1px solid #d8d8d8;
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 0; }

.new_ui_selected .new_ui_top_nav_button_inner {
  background: url(/assets/new_ui/top_nav_button_selected_bg.png) no-repeat;
  color: #ececec;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 21px;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  padding-left: 32px;
  padding-top: 8px;
  white-space: nowrap; }

.selection_list_div_selected {
  background-color: #f6f6f6;
  border: 1px solid #dadada;
  border-right: 1px solid #f6f6f6;
  cursor: pointer;
  margin-top: 3px;
  padding: 5px 8px 5px 12px; }

.new_ui_body li {
  margin-bottom: 1px;
  padding-top: 2px; }

.green_button_inner {
  background: url(/assets/button_green_bg.gif) no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 13px;
  padding-top: 3px; }

.green_button_inner a:link {
  color: white;
  text-decoration: none; }

.green_button_inner a:visited {
  color: white;
  text-decoration: none; }

.green_button_inner a:active {
  color: white;
  text-decoration: underline; }

.green_button_inner a:hover {
  color: white;
  text-decoration: underline; }

.new_ui_top_nav_separator {
  background: url(/assets/new_ui/top_nav_separator.png) no-repeat;
  float: left;
  height: 29px;
  width: 8px; }

.unselected .blue_button_inner {
  background: url(/assets/button_grey_bg.gif) no-repeat; }

.outlined_sub_section {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  margin: 0;
  padding-bottom: 2px;
  padding-left: 5px; }

.new_ui_header_link_selected_style_underline {
  color: white;
  text-decoration: underline; }

.new_ui_top_nav_button {
  background: url(/assets/new_ui/top_nav_button_bg.png) no-repeat;
  color: #ececec;
  float: left;
  font-size: 11px;
  height: 21px;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  padding-left: 32px;
  padding-top: 8px;
  white-space: nowrap; }

.new_ui_disabled_paging_button {
  background-color: #e4e4e4;
  border: 1px solid #fbf8f8;
  color: #a9a9a9;
  padding: 3px 3px; }

.tab_link_style {
  color: #4f4f4f;
  text-decoration: none; }

.table_list_td {
  font-size: 16px;
  margin: 0;
  padding: 5px 5px;
  vertical-align: top;
  white-space: nowrap; }

.bar_content {
  border: 1px solid #e3e3e3;
  border-right: 0;
  border-top: 0;
  padding: 2px 5px; }

.model_list li {
  margin: 0;
  padding: 0;
  padding-bottom: 5px; }

.model_list li a:link {
  color: #31363e;
  text-decoration: underline; }

.model_list li a:visited {
  color: #31363e;
  text-decoration: underline; }

.model_list li a:active {
  color: #31363e;
  text-decoration: underline; }

.model_list li a:hover {
  color: #31363e;
  text-decoration: underline; }

.file_field_wrapper {
  border: 0; }

.link_list {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.right_column_section_content {
  padding: 12px 5px 5px 20px; }

.field {
  color: #333333;
  font-size: 14px;
  margin-left: 40px;
  padding: 2px 0; }

.table_list_th {
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  text-align: left; }

.link_list_link_style_underline {
  color: #31363e;
  text-decoration: underline; }

.help_icon {
  background: url(/assets/new_ui/help_icon.png) no-repeat;
  height: 19px;
  width: 17px; }

span.help_icon {
  display: block; }

.new_ui_search_area.search_selected textarea {
  background: none;
  border: 1px solid #c5d8ff;
  color: #565656;
  font-size: 12px;
  height: 16px;
  margin: 0;
  padding: 2px 3px;
  width: 487px; }

.non_footer {
  color: #31363e;
  margin: 0;
  min-height: 100%;
  min-width: 780px;
  padding: 0;
  position: relative; }

.model_list_link_style {
  color: #31363e;
  text-decoration: none; }

.new_ui_header {
  margin-top: 10px;
  padding: 0; }

.large_text_field_selected {
  background: url(/assets/new_ui/text_field_tall_bg.png) repeat-x;
  border: 1px solid #c5d8ff;
  color: #565656;
  font-size: 12px;
  height: 24px;
  padding: 10px 10px 0 10px;
  width: 390px; }

.new_ui_emphasized_heading {
  background-color: #F1F1F1;
  border-top: 1px dotted #999999;
  font-size: 17px;
  padding: 7px 16px 7px 16px; }

.dark_separator {
  border-top: 1px solid #919191;
  margin: 5px 0;
  margin-top: 10px; }

.tab_link_style_underline {
  color: #4f4f4f;
  text-decoration: underline; }

.tooltip_info_tooltip_display {
  background-color: #cff;
  border: 1px solid #00ccff;
  color: #000;
  display: block;
  left: 2em;
  position: absolute;
  text-align: center;
  top: 2em;
  width: 15em; }

.new_ui_non_footer {
  border-bottom: 1px solid transparent;
  min-height: 100%;
  padding: 0;
  position: relative;
  margin: 0 0 -90px 33px; }

.new_ui_gray_tall_button {
  background: url(/assets/new_ui/gray_button_tall_bg.png) no-repeat;
  color: white;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 26px;
  margin: 0;
  margin-right: 14px;
  padding: 0;
  padding-left: 14px;
  padding-top: 10px;
  white-space: nowrap; }

.whats_this {
  font-size: 11px; }

.right_column_section_heading span .left {
  color: white; }

.pretty_form input.default {
  background: none;
  border: 0;
  color: #b4b4b4;
  font-size: 12px;
  height: 16px;
  margin: 1px;
  padding: 2px 3px;
  width: 487px; }

.right_column_heading {
  border-bottom: 1px dotted #999999;
  font-size: 17px;
  min-height: 26px;
  margin-bottom: 22px;
  padding-top: 4px; }

/* .new_ui_body span {  commenting this line because this is causing problem in fckeditor. 
If someone is trying to uncomment this line of code please contact: Vidya Gundeti
	color: #565656;
} */
.new_ui_body span.error {
  color: #933; }

.model_list {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.link_list_link_style {
  color: #31363e;
  text-decoration: none; }

.script_category_header {
  border-bottom: 1px solid #919191;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 2px; }

.list_header {
  background-color: #e4e4e4;
  border-bottom: 1px dotted #919191;
  border-top: 1px dotted #919191;
  padding-left: 10px;
  font-size: 16.1px; }

.edit-question input.checkbox,
.edit-question input.radio,
.pretty_form input.checkbox,
.pretty_form input.radio {
  display: inline; }

ul.form-list {
  list-style: none; }

.locale {
  background-image: url(/assets/core/icons/lang.gif);
  background-repeat: no-repeat; }

.locale.zh {
  background-position: right 3px; }

.locale.de {
  background-position: right -33px; }

.locale.en {
  background-position: right -70px; }

.locale.es {
  background-position: right -14px; }

.locale.fr {
  background-position: right -51px; }

.locale.jp {
  background-position: right -88px; }

.locale.kr {
  background-position: right -107px; }

.locale.pt {
  background-position: right -125px; }

.locale.pt-BR {
  background-position: right -142px; }

.no-icon {
  background-image: none !important; }

.choosen {
  background-position: center -1328px; }

/* @group Services */
.services {
  display: inline-block;
  position: absolute;
  left: 160px;
  max-width: 616px;
  z-index: 100; }

.new_ui_non_footer_child .header .section-menu {
  float: right;
  margin: 6px 14px 0 0;
  position: relative;
  max-width: 175px; }

.services .active a:link,
.services .active a:visited {
  color: #fff; }

.services > .active li:first-child a {
  font-weight: bold; }

.services > li {
  float: left;
  overflow: hidden;
  max-width: 100px;
  padding: 0;
  margin: 0 1px 0 0; }

.header a:hover {
  text-decoration: none; }

.services ul {
  min-height: 68px; }

.header a {
  font-size: 10px; }

.services > li li:first-child a {
  font-size: 12px; }

.services .active {
  background-color: #AAAAAA;
  color: #FFFFFF; }

.services .active:hover {
  background-color: #565656;
  color: #FFFFFF; }

.services .active .active {
  background-image: none;
  color: #565656; }

.services .active .hover {
  background-color: transparent;
  background-image: none; }

li.hover,
li.hover > ul {
  background-color: #565656; }

li.not-shown {
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  padding: 0;
  margin: 0; }

li.shown {
  height: auto;
  line-height: 20px;
  visibility: visible;
  padding: 0;
  margin: 0; }

.not-shown a {
  padding: 0 12px; }

.shown a {
  padding: 4px 12px;
  display: list-item; }

.hover,
.hover > ul {
  background-color: #565656; }

.active.hover > ul {
  background-color: transparent;
  height: auto; }

.services > .hover li a {
  color: #fff; }

.hover a:hover,
.hover a:active {
  padding-left: 8px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 0 4px; }

/* @end */
/* @group header */
.header {
  background-image: url(/assets/core/layout/header-background.png); }

.new_ui_non_footer_child .header ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.header,
.header a:link,
.header a:visited {
  color: #565656;
  text-decoration: none; }

.header {
  z-index: 10; }

.header a:hover {
  text-decoration: none; }

.header {
  position: relative;
  background-position: center bottom;
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 954px;
  height: 68px; }

.logo {
  float: left;
  font-size: 9px;
  margin: 14px 10px;
  text-align: center;
  width: 140px;
  height: 40px;
  overflow: hidden; }

/* @end */
/* @group Sections/tabs */
.new_ui_non_footer_child ul.sections {
  text-transform: uppercase;
  margin: 30px 0 0 10px;
  padding: 0;
  list-style-type: none;
  width: 954px; }

.sections .selected {
  background-color: #fff;
  color: #424242; }

.sections .selected {
  background-color: #fff;
  color: #424242; }

.sections .selected a {
  text-shadow: none;
  font-weight: bold; }

.sections li {
  padding: 6px 8px 2px;
  float: left;
  border-radius: 5px 5px 0 0;
  background-color: #aaa;
  margin: 0 2px 0 0;
  overflow: hidden;
  position: relative;
  line-height: 20px; }

.sections a:link,
.sections a:visited {
  font-weight: normal;
  white-space: nowrap;
  color: #fff;
  text-decoration: none; }

.selected a:link,
.selected a:visited {
  color: #424242;
  font-weight: bold; }

.sections a:hover {
  text-decoration: none; }

/* @end */
.icon,
.icon-right {
  background-image: url(/assets/core/icons/icons.png);
  background-repeat: no-repeat; }

.locale {
  background-image: url(/assets/core/icons/lang.gif);
  background-repeat: no-repeat; }

.icon,
.icon-right,
.locale {
  display: inline-block;
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: -9999px; }

.icon {
  float: left;
  margin-right: 2px; }

.options {
  background-position: left -855px;
  padding-right: 0; }

/* @group dropdown */
.section-menu .dropdown {
  background-color: #fff; }

ul.section-menu li {
  padding: 0;
  margin-bottom: 0; }

ul.section-menu a {
  line-height: 20px; }

.header .section-menu > li > a {
  color: #0080D4;
  font-weight: bold;
  text-decoration: underline;
  border-color: #ccc;
  border-style: dotted;
  border-width: 0 1px 0 0;
  padding-right: 4px;
  float: left;
  cursor: pointer;
  max-width: 150px; }

.header .section-menu > li > span {
  margin: 0;
  float: left; }

.header .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.header .ui-icon {
  background-image: url(/assets/core/jquery-ui/ui-icons_888888_256x240.png);
  height: 20px;
  width: 20px; }

.ui-widget-content .ui-icon,
.ui-dialog-content .ui-icon {
  width: 18px; }

.dropdown {
  border-color: #999; }

div.dropdown {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.header .dropdown li {
  margin-bottom: 0;
  padding: 0;
  clear: both;
  line-height: 16px; }

ul.dropdown .icon {
  float: none;
  margin: 0;
  width: auto;
  background-repeat: no-repeat; }

ul.dropdown .icon {
  padding-left: 24px; }

.dropdown {
  border-width: 1px;
  border-style: solid;
  padding: 8px 8px 8px 0;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
  display: none; }

.dropdown li {
  white-space: nowrap;
  width: 166px;
  margin-bottom: 8px;
  margin-left: 12px;
  padding-right: 1em; }

/* @end */
.ui-dialog-content ul {
  list-style-type: none; }

.ui-dialog-content li {
  clear: both; }

.display_hide {
  display: none; }

.visibility_hide {
  visibility: hidden; }

/* @group Footer */
.footer {
  margin: 0 0 0 33px;
  padding: 25px 25px 0 25px;
  background-color: #283F77;
  border-radius: 5px 5px 0 0;
  width: 915px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  color: #fff;
  position: relative; }

.footer a:link,
.footer a:visited {
  text-decoration: none;
  color: #fff; }

.footer a:link,
.footer a:visited {
  text-decoration: underline;
  color: #fff; }

.footer, .footerClear {
  height: 65px; }

.footer div img {
  height: auto;
  width: 100%; }

.footer div img, .footer > .copyright, .footer > .preferences {
  float: left; }

.footer .copyright, .footer .preferences {
  margin-left: 24px; }

.copyright p {
  margin: 0;
  font-size: 11px;
  line-height: 20px; }

.footer .preferences {
  float: left; }

.clear, .footerClear {
  clear: both; }

.preference {
  float: left;
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 0 1px; }

/* @end */
/* @group activities table */
table.activities {
  margin: 15px 0 15px 0;
  width: 100%; }

table.activities th {
  text-align: left;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px 0 0;
  vertical-align: bottom; }

table.activities th:last-child {
  border-width: 0;
  vertical-align: top; }

table.activities td {
  text-align: left; }

table.activities th,
table.activities td {
  padding: 4px; }

table.activities th:first-child,
table.activities td:first-child {
  padding-left: 0; }

/* @end */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

div.last_updated_box {
  float: right;
  font-size: 11px;
  color: #999;
  font-style: italic;
  padding-right: 5px; }

hr {
  border: none;
  height: 1px;
  margin: 10px 0;
  border-style: hidden;
  *color: #fff;
  clear: both; }

hr.seperator {
  border-top-width: 1px;
  border-top-style: dotted;
  border-color: #ccc; }

/* @group form list */
.new_ui_body ul.form-list {
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  margin: 0; }

.form-list li {
  list-style-type: none;
  padding: 0;
  margin: 0 1em 1.5em 0;
  clear: both; }

.form-list .displayText ul li {
  list-style-type: disc; }

.form-list .displayText ol li {
  list-style-type: decimal; }

.form-list li.related {
  float: left;
  clear: none;
  margin-bottom: 1.5em; }

.form-list .compound label,
.form-list .compound .label {
  display: inline;
  margin-left: 0;
  font-weight: normal; }

.form-list .compound input,
.form-list .compound .value {
  display: inline;
  /* margin-left: .5em; */
  /*This is creating indentation in file upload for custom fields. Please verify if you uncomment this*/ }

.form-list .compound {
  margin-bottom: 0;
  vertical-align: top; }

.form-list .label, .form-list .value, .form-list label {
  font-weight: bold;
  background-image: none;
  display: block;
  clear: both;
  font-size: 12px;
  color: #565656;
  float: none;
  margin: 0;
  padding: 0;
  height: auto; }

label a.has_instructions,
.label a.has_instructions {
  color: #2a80d0 !important;
  border-bottom: 1px dotted #2a80d0;
  cursor: pointer;
  text-decoration: none; }

.form-list .value {
  font-weight: normal; }

.no-results,
.form-list .no-results {
  font-style: italic; }

.new_ui_body ul.form-list p {
  color: #565656; }

.new_ui_body ul.form-list .summary a {
  color: #0080D4; }

.form-list li img {
  max-width: 100%; }

.form-list a.primary:link,
.form-list a.primary:visited,
.form-list a.primary:hover,
.form-list a.primary:active,
.form-list a.third:link, .footer, .footer a, .form-list input.primary {
  color: white; }

.form-list .primary, .form-list .third, .footer {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

a.primary:link, a.secondary:link {
  border-width: 1px;
  border-style: solid;
  text-decoration: none; }

.controls .primary, input.controls .primary, .primary {
  background-position: 0 0;
  text-transform: uppercase; }

.controls .secondary, .form-list-inline .secondary, .secondary {
  background-position: 0 -31px;
  height: 18.5px; }

.primary, .secondary {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.form-list-inline .primary, .controls .primary, .controls button.primary, primary {
  border-color: #0093bf; }

.form-list .controls a.secondary:link,
.form-list .controls a.secondary:visited,
.form-list .controls a.secondary:hover,
.form-list .controls a.secondary:active,
.controls a.secondary:link,
.controls a.secondary:visited,
.controls a.secondary:hover,
.controls a.secondary:active,
a.secondary:link,
a.secondary:visited,
a.secondary:hover,
a.secondary:active {
  border-color: #c0c0c0;
  color: #434343;
  padding: 4px; }

.controls .primary, .primary {
  background-color: #1F8FE9;
  padding: 4px; }

.accept_button.primary {
  background-color: #71ad51;
  background-image: none;
  color: #fff; }

.controls .primary, .controls .secondary, .form-list-inline .secondary, .controls .third, .primary, .secondary {
  background-image: url(/assets/core/layout/gradients.png); }

input.default {
  color: #807260; }

span.required, label .required, .label .required, .formError, .question_copied {
  color: #f00; }

.controls .primary, .select-shuttle .secondary, .controls .secondary, .controls .third {
  display: inline-block;
  font-size: 13px;
  padding: 7px 10px 3px 10px;
  text-decoration: none;
  cursor: pointer;
  margin: 0 4px;
  line-height: 18.5px; }

.form-list input, .form-list select, .form-list textarea, button.ui-multiselect {
  margin-bottom: 8px;
  margin-top: 1px;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  display: block;
  border-color: #CCC;
  background-image: url(/assets/core/layout/gradients.png);
  background-position: 0 -90px;
  background-repeat: repeat-x; }

.form-list input[type='radio'],
.form-list input[type='checkbox'] {
  border: none;
  background: none; }

.form-list ul.horizontal li {
  position: static;
  zoom: 1; }

.horizontal .primary,
.horizontal .secondary,
.horizontal .third {
  padding: 4px 4px 20px;
  font-size: 10px; }

.form-list h2 {
  margin: 2em 0 0 0; }

.form-list h2:first-child {
  margin: 0; }

/* @end */
/* @group Tabs */
.ui-tabs .ui-tabs-nav {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0; }

.ui-tabs a {
  font-weight: normal;
  color: #565656; }

.ui-tabs .ui-tabs-nav li {
  clear: both;
  border: none;
  background: none;
  padding: 0.5em 0 0.5em 0;
  width: 100%; }

.ui-tabs .ui-tabs-nav a {
  padding: 0.5em 1em 0.5em 0; }

.ui-tabs .ui-tabs-panel {
  border-color: #ccc;
  border-width: 0 0 0 1px;
  padding-top: .4em;
  float: left;
  width: 400px; }

div.ui-tabs {
  border: none; }

div.ui-tabs .ui-widget-header {
  background: none;
  border-style: solid;
  margin-right: -1px;
  border-color: #CCC;
  border-width: 0 1px 0 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background-color: #CCC;
  border-radius: 5px 0 0 5px;
  padding-bottom: 6px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background-color: #CCC;
  border-radius: 5px 0 0 5px;
  padding-bottom: 6px; }

li.ui-tabs-selected a:link {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

/* @end */
.collect_contact_question ul.vcard {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.collect_contact_question .vcard li {
  margin: 0; }

.collect_contact_question .vcard .fn {
  font-weight: bold; }

.collect_contact_question th {
  vertical-align: bottom;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 1px 0; }

.collect_contact_question th:first-child {
  border-width: 1px; }

.collect_contact_question td,
.collect_contact_question th {
  padding: 0.5em 0 0.5em 0.5em;
  font-size: 11px; }

.collect_contact_question td input,
.collect_contact_question th.input {
  text-align: center;
  margin: 0 auto; }

.collect_contact_question tfoot td {
  padding-top: 14px; }

a.disabled:link,
a.disabled:visited,
a.disabled:hover,
a.disabled:active,
tr.disabled td {
  color: #ddd;
  text-decoration: none;
  cursor: default; }

.input .icon {
  display: block;
  margin: auto auto;
  float: none; }

.choosen {
  background-position: center -1328px; }

.no-icon {
  background-image: none !important; }

.add {
  background-position: center -650px; }

.delete {
  background-position: center -1570px; }

.edit {
  background-position: left -722px; }

.white_left_arrow {
  background-position: center -1548px;
  position: absolute;
  display: inline-block; }

.white_right_arrow {
  background-position: center -1528px;
  position: absolute;
  display: inline-block; }

.footer_pref_div {
  font-size: 13px;
  font-weight: bold;
  white-space: normal;
  width: 220px;
  float: left; }

.footer_data_div {
  white-space: normal;
  width: 300px;
  float: left; }

span.disabled,
h1 .disabled {
  font_size: 18px;
  color: #ddd;
  font_weigh: normal;
  margin: 0 1em;
  background-color: transparent; }

.form-list input.width-3,
input.width-3 {
  width: 227px; }

input.width-1 {
  width: 100px; }

/* @group jgrid */
.ui-jqgrid-view {
  border: 1px solid #5d5d5d; }

.ui-jqgrid .ui-pager-control,
.ui-jqgrid-htable .ui-state-default,
.jqgrid-rownum {
  border-width: 0 1px 1px 0;
  border-color: #5d5d5d;
  border-style: solid;
  background-color: #ccc;
  font-weight: bold;
  color: #434343;
  outline: none;
  line-height: normal; }

.ui-jqgrid-htable .ui-state-hover {
  background-color: #444;
  font-weight: bold;
  color: #fff; }

.ui-jqgrid-btable .ui-widget-content,
.ui-jqgrid-labels {
  border-color: #5d5d5d;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  background-color: #fcfdfd;
  color: #434343; }

.ui-widget-content .ui-icon.ui-icon-seek-first {
  background-position: -46px -160px; }

.ui-widget-content .ui-icon.ui-icon-seek-prev {
  background-position: -82px -160px; }

.ui-widget-content .ui-icon.ui-icon-seek-next {
  background-position: -62px -160px; }

.ui-widget-content .ui-icon.ui-icon-seek-end {
  background-position: -30px -160px; }

/* @end */
/* @group Feedback */
.user-feedback span {
  display: block;
  overflow: hidden; }

.user-feedback {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-top: 10px;
  padding: 6px 10px;
  margin-bottom: 12px; }

.user-feedback ul {
  padding: 0;
  margin: 0; }

#unsupported .form-list {
  margin-left: 12px; }

.user-feedback li {
  margin: auto auto;
  padding: 6px 10px;
  font-size: 19px;
  line-height: 32px; }

.user-feedback li div {
  float: left;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  overflow: hidden;
  background-image: url(/assets/core/icons/icons.png);
  background-repeat: no-repeat;
  background-position: left -1349px; }

.ui-widget .user-feedback li {
  line-height: 20px;
  font-size: 12px; }

.ui-widget .user-feedback {
  padding: 0; }

.warning {
  background-color: #fcecb5;
  color: #996633;
  border: 1px solid #996633; }

/* @end */
.ui-jqgrid-btable td {
  padding: 0 2px; }

.group div#insert_fields label {
  display: inline;
  float: left;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 20px; }
.group div#insert_fields span {
  display: inline;
  float: left;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 19px; }
.group div#insert_fields select {
  width: 120px;
  background-position: 0 -90px;
  background-repeat: repeat-x;
  color: #807260;
  border-top-width: 2px;
  font-size: 12px;
  height: auto;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 2px;
  margin-top: 2px;
  max-width: 345px; }
.group div#insert_fields input {
  color: #807260; }

#template_values .right_column_section_content {
  padding: 0; }

#template_values .right_column_section_heading {
  padding: 8px 10px;
  font-weight: bold; }

/**Custom fiels permissions***/
.loader_conatiner {
  text-align: center;
  width: 885px;
  margin: 0 auto;
  position: absolute;
  top: 235px; }

.left_panel {
  float: left;
  width: 210px;
  margin-right: 20px; }
  .left_panel .left_panel_header {
    background-color: #ECECEC;
    border: 1px solid #dadada;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    margin: 0; }
  .left_panel .left_panel_summary {
    background-color: #ECECEC;
    padding: 10px;
    border-width: 0 1px 1px 1px;
    border-color: #dadada;
    border-style: solid; }
  .left_panel .left_panel_listing {
    background-color: #f7f7f7;
    border-width: 0 1px 1px 1px;
    border-color: #dadada;
    border-style: solid;
    border-radius: 0 0 5px 5px;
    padding-bottom: 5px; }
    .left_panel .left_panel_listing .search_box {
      padding: 15px 0 0 10px; }
    .left_panel .left_panel_listing a.search_textbox {
      background-position: center -877px;
      margin: 0;
      border-style: solid;
      border-color: #cccccc;
      border-width: 1px 1px 1px 0;
      background-color: #fff; }
  .left_panel .input_textbox {
    height: 18px;
    color: #999999;
    width: 160px; }
  .left_panel ul {
    padding-left: 0;
    margin: 10px 0 0 0;
    height: 290px;
    overflow-y: auto; }
    .left_panel ul li {
      list-style-type: none;
      padding: 6px 0;
      background-color: #f7f7f7; }
      .left_panel ul li .field_grp {
        padding-left: 20px;
        margin-left: 5px; }
    .left_panel ul li.active {
      background-color: #ffffff; }
      .left_panel ul li.active a {
        background: url(/assets/core/icons/icons.png) 0 -2012px no-repeat; }
    .left_panel ul li:hover {
      background-color: #ffffff; }
      .left_panel ul li:hover a:hover {
        text-decoration: none; }

.left_panel ul li.remove_effect_when_active {
  background-color: #ffffff; }

.right_panel {
  float: left;
  width: 650px; }
  .right_panel .right_panel_header .left {
    background-image: url(/assets/core/layout/gradient_header.png);
    height: 33px; }
  .right_panel .right_panel_header .panel_left {
    background-position: 0 -72px;
    background-repeat: no-repeat;
    width: 12px; }
  .right_panel .right_panel_header .panel_mid {
    background-position: 0 -36px;
    background-repeat: repeat-x;
    width: 618px;
    line-height: 28px;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    padding-left: 8px; }
  .right_panel .right_panel_header .panel_rt {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 12px; }
  .right_panel .right_panel_content {
    position: relative;
    width: 648px;
    height: 384px;
    border: 1px solid #ededed;
    padding-top: 1px; }
    .right_panel .right_panel_content .roles_header_col_first {
      position: absolute;
      left: 0;
      z-index: 10;
      background-color: #d1d2d3;
      width: 92px;
      height: 52px;
      float: left; }
    .right_panel .right_panel_content .container {
      width: 648px;
      height: 52px;
      float: left;
      overflow: hidden;
      position: relative; }
    .right_panel .right_panel_content #roles {
      position: absolute;
      left: 93px;
      background-color: #ececec; }
      .right_panel .right_panel_content #roles .role_name {
        float: left;
        padding: 10px;
        border-right: 1px solid #d1d2d3;
        border-left: 1px solid white;
        width: 84px;
        height: 32px;
        text-align: center;
        font-weight: bold;
        word-wrap: break-word; }
    .right_panel .right_panel_content .scrolling_icons {
      position: absolute;
      right: 0;
      float: left;
      background-color: #f7f7f7;
      height: 36px;
      border-left: 1px solid white;
      line-height: 52px;
      vertical-align: middle;
      padding: 8px 7px; }
      .right_panel .right_panel_content .scrolling_icons a {
        display: block;
        text-indent: -9999px; }
      .right_panel .right_panel_content .scrolling_icons a:focus {
        outline: none; }
      .right_panel .right_panel_content .scrolling_icons .scroll_rt {
        margin-bottom: 5px;
        width: 8px;
        height: 15px;
        background: url(/assets/core/icons/icons.png) no-repeat -5px -2079px; }
      .right_panel .right_panel_content .scrolling_icons .scroll_rt.no_scroll_rt {
        background-position: -5px -2120px;
        cursor: text; }
      .right_panel .right_panel_content .scrolling_icons .scroll_lft {
        width: 8px;
        height: 15px;
        background: url(/assets/core/icons/icons.png) no-repeat -5px -2099px; }
      .right_panel .right_panel_content .scrolling_icons .scroll_lft.no_scroll_lft {
        background-position: -5px -2144px;
        cursor: text; }
  .right_panel .roles_permissions {
    position: absolute;
    left: 93px; }
    .right_panel .roles_permissions .permission {
      float: left;
      padding: 5px 10px 10px 10px;
      width: 84px;
      height: 21px;
      text-align: center;
      border: 1px solid transparent; }
      .right_panel .roles_permissions .permission .checkbox {
        display: block;
        margin: 0 0 8px 30px; }
  .right_panel .parent_container_perm {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 11px;
    height: 332px;
    overflow-y: auto;
    position: relative; }
    .right_panel .parent_container_perm .container {
      height: 30px; }
    .right_panel .parent_container_perm .static_element {
      position: absolute;
      left: 0;
      z-index: 10; }
    .right_panel .parent_container_perm .control {
      padding: 20px 0 0 5px; }
      .right_panel .parent_container_perm .control a {
        padding-left: 20px; }
      .right_panel .parent_container_perm .control .show_fields {
        background: url(/assets/core/icons/icons.png) 0 -2025px no-repeat; }
      .right_panel .parent_container_perm .control .hide_fields {
        background: url(/assets/core/icons/icons.png) 0 -2037px no-repeat; }
    .right_panel .parent_container_perm .label_perm {
      padding: 10px 0 0 10px;
      font-weight: bold; }
    .right_panel .parent_container_perm .complete_ques_conatiner {
      background-color: #fafafa;
      margin-bottom: 10px; }
  .right_panel .roles_perm_col_first {
    background-color: #fafafa;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 72px;
    height: 21px;
    float: left;
    padding: 5px 10px 5px; }
    .right_panel .roles_perm_col_first .bottom {
      padding-top: 8px; }

.input_textbox {
  background-position: 0 -90px;
  background-repeat: repeat-x;
  background-image: url(/assets/core/layout/gradients.png);
  border: 1px solid #cccccc;
  padding-left: 3px; }

/*jQgrid - US72263: IMPLEMENT - New Table Formatting*/
/*header*/
.ui-jqgrid-htable .ui-state-default, #import_form .ui-jqgrid-htable .ui-state-default {
  background: #E0E0E0;
  color: #434343; }

/*Remove this style once sorting is enabled*/
#onboarding_request_form .ui-jqgrid .ui-jqgrid-sortable, #import_form .ui-jqgrid .ui-jqgrid-sortable {
  cursor: text; }

#onboarding_request_form .ui-jqgrid-resize, #import_form .ui-jqgrid-resize {
  height: 36px !important; }

/*Row hover for table*/
.ui-jqgrid-btable tr:hover td {
  background-color: #EEEEEE; }

.ui-jqgrid-view .ui-jqgrid-btable td {
  word-wrap: break-word; }

.ui-jqgrid-view .ui-jqgrid-btable.ui-jqgrid tr.jqgrow td {
  overflow: auto;
  white-space: normal; }

.jqgrid-rownum {
  background-color: #EEEEEE; }

.ui-jqgrid-btable .ui-widget-content, .ui-jqgrid-labels {
  border-color: #C6C6C6; }

#onboarding_request_form .ui-jqgrid tr.jqgrow td, #onboarding_request_form .ui-jqgrid .ui-jqgrid-htable th div,
#import_form .ui-jqgrid tr.jqgrow td, #import_form .ui-jqgrid .ui-jqgrid-htable th div {
  padding: 4px;
  line-height: 140%; }

#onboarding_request_form table tr td, #import_form table tr td {
  border-color: #C6C6C6; }

#onboarding_request_form .ui-th-column, #import_form .ui-th-column {
  border-bottom: 1px solid #c6c6c6; }

.ui-jqgrid-view, .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, #question-groups .ui-jqgrid .ui-pager-control, .ui-jqgrid-htable .ui-state-default, .jqgrid-rownum {
  border-color: #C6C6C6; }

#onboarding_request_form .ui-state-highlight, #import_form .ui-state-highlight {
  background: url(/assets/core/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50% #e6e6e6; }

/*Web form jQgrid*/
form.edit_form_response .form-list .ui-jqgrid .ui-widget-content.ui-state-highlight {
  background: url(/assets/core/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50% #e6e6e6; }

form.edit_form_response .form-list .ui-jqgrid .ui-th-column {
  border-bottom: 1px solid #c6c6c6; }

form.edit_form_response .form-list .ui-jqgrid .ui-jqgrid-sortable {
  cursor: text; }

form.edit_form_response .form-list .ui-jqgrid-resize {
  height: 36px !important; }

form.edit_form_response .form-list .ui-jqgrid tr.jqgrow td, form.edit_form_response .form-list .ui-jqgrid .ui-jqgrid-htable th div {
  padding: 4px;
  line-height: 140%; }

.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-resize-ltr {
  margin: 0 -2px -2px 0; }

.ui-jqgrid .ui-th-column, .ui-jqgrid-btable td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*Web form floating button*/
/************************************/
.overlay_buttons {
  background-color: #e4edf4;
  height: 42px;
  opacity: 0.6;
  position: fixed;
  bottom: 10px;
  width: 955px;
  left: 32px; }

.fixed_buttons {
  position: fixed;
  bottom: 10px;
  padding: 5px 0;
  left: 680px; }

.fixed_buttons_reg {
  position: fixed;
  top: 0px;
  left: 760px;
  padding: 5px 0; }

.overlay_buttons_reg {
  background-color: #e4edf4;
  height: 42px;
  opacity: 0.6;
  position: fixed;
  top: 2px;
  width: 955px;
  left: 32px; }

#fixed_buttons a {
  padding: 5px 10px;
  text-transform: none; }

/************************************/
.new_ui_body div.float_rt a {
  padding: 5px; }

/*US72007*/
.instruction_div {
  clear: both;
  text-height: 1px;
  height: auto;
  font-weight: normal;
  font-size: 13px; }

.top_padding {
  padding-top: 1.5em !important; }

.bottom_padding {
  padding-bottom: 1.5em; }

ul.bordered_frame {
  border: 1px solid #ececec; }
  ul.bordered_frame li.label_frame {
    height: auto;
    margin-right: 0px;
    font-style: Tahoma;
    font-size: 13px;
    background-color: #ececec; }
    ul.bordered_frame li.label_frame label div.grey_label_header {
      background-color: #ececec;
      padding-left: 10px;
      padding-bottom: 3px;
      padding-top: 3px;
      font-size: 13px; }
    ul.bordered_frame li.label_frame label div.instruction_div {
      background-color: white;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 10px; }

.form-list li div.bordered_frame {
  border: 1px solid #ececec; }
  .form-list li div.bordered_frame div.grey_label_header {
    background-color: #ececec;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-right: 0px;
    width: 99%; }
  .form-list li div.bordered_frame div.instruction_div {
    padding-left: 10px;
    margin-bottom: 1.5em; }
  .form-list li div.bordered_frame div.bordered_frame {
    border: none; }
  .form-list li div.bordered_frame div.top_padding {
    padding-top: none !important; }
  .form-list li div.bordered_frame li.bottom_padding {
    padding-bottom: 1.5em; }
  .form-list li div.bordered_frame li.top_margin {
    margin-top: 1.5em; }

.top_margin {
  margin-top: 1.5em; }

.static_height {
  height: 35px; }

.left_padding {
  padding-left: 10px !important; }

.right_padding {
  padding-right: 10px !important; }

.boldText {
  font-weight: bold; }

.li_bottom_margin {
  margin-bottom: 1.5em; }

.left_align {
  left: 680px; }

.two_btn_float_left_align {
  left: 790px; }

.float_right {
  float: right; }

.textarea_text {
  overflow: hidden;
  border: none !important;
  background-image: none !important;
  resize: none;
  font-family: "Lucida Grande";
  font-size: 12px;
  margin: 0px;
  padding: 0px; }

div.text_height {
  height: 324px; }

.txt_style {
  padding-top: 1.5em !important;
  padding-left: 10px !important;
  padding-bottom: 1.5em;
  padding-right: 10px !important; }

.adjust_width {
  width: 78% \9; }

.auto_width {
  width: auto; }

a.morelink {
  text-decoration: none;
  outline: none; }

span.hidecontent {
  display: none; }

span.morecontent {
  display: inline; }

.form_response_width {
  width: 900px; }

/*US81441 - Fck editor - */
.form-list label .grey_label_header, .form-list .summary div.label, .form-list .summary .label p, .form-list .summary .label span, .form-list label.desc, .addRowDialog .form-list label, .addRowDialog .form-list .label, .custom_report_fields .form-list label, .custom_report_fields .form-list .label {
  font-weight: normal; }

.ui-jqgrid .ui-pager-control,
.ui-jqgrid-htable .ui-state-default,
.jqgrid-rownum {
  border-width: 0 1px 1px 0;
  border-color: #5D5D5D;
  border-style: solid;
  font-weight: normal;
  color: #434343;
  outline: none; }

.ui-jqgrid-htable .ui-state-hover {
  font-weight: normal;
  color: #FFFFFF; }

/* @group tables - results */
.paging_summary {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 11px; }

.results {
  border: none;
  width: 100%; }

.results td,
.results th {
  white-space: nowrap;
  word-break: break-word;
  padding: 5px;
  font-size: 12px;
  line-height: 12px; }

.results th a:hover, .results th a:link {
  color: #ffffff;
  text-decoration: none; }

.results th {
  background-image: url(/assets/core/layout/gradients.v2.png); }
  .results th a, .results th .required {
    text-shadow: 1px 1px 1px rgba(96, 57, 19, 0.4); }
  .results th a {
    color: #FFFFFF;
    font-size: 12px; }

.onboarding_list.results th a, .onboarding_list.results th.no_sort {
  color: #FFFFFF;
  font-size: 12px; }

.results th a,
.results th span {
  white-space: nowrap;
  text-decoration: none; }

.results th {
  text-align: left;
  background-position: right -32px;
  padding: 1px 5px 5px 5px;
  line-height: 24px;
  color: #FFFFFF; }

.results th.first {
  background-position: 0 0; }

.results th.last {
  background-position: right 0; }

.results th.sortable {
  background-position: right -130px;
  padding: 1px 28px 5px 5px; }

.results th.descending {
  background-position: right -98px; }

.results th.ascending {
  background-position: right -66px; }

.results.sortable_table a.sorting_icon {
  background: url(/assets/core/layout/up-down-arrow.png) no-repeat;
  text-indent: -9999px;
  display: block;
  height: 17px;
  position: relative;
  top: 5px;
  width: 17px; }
.results.sortable_table th.sorted {
  background: url(/assets/core/layout/sorted_header.png) repeat-x;
  padding-right: 10px; }
  .results.sortable_table th.sorted a.ascending {
    background: url(/assets/core/layout/up-arrow.png) no-repeat;
    height: 10px;
    width: 13px;
    top: 7px; }
  .results.sortable_table th.sorted a.descending {
    background: url(/assets/core/layout/down-arrow.png) no-repeat;
    height: 10px;
    width: 13px;
    top: 7px; }

/* 	DE34967: 1-1283950167 | Text fields are losing line spaces*/
pre.formatted_text {
  font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
  color: #424242;
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px; }

.in_approval_process_icon {
  background-position: 0 -2272px;
  float: none;
  height: 12px; }

/* 	US112092: IMPLEMENT - Simple Change Management (Phase 2) - Mandatory feature for 6.0 Release*/
.tootip_container {
  position: relative; }
  .tootip_container .tooltip ul li {
    font-size: 13px;
    margin: 0 0 0 5px;
    width: 305px;
    white-space: normal;
    word-wrap: break-word; }

.tooltip {
  position: absolute;
  left: 25px;
  top: 10px;
  padding: 10px;
  width: 260px;
  z-index: 100; }
  .tooltip h2 {
    font-size: 16px; }

.blue_info h2 {
  color: #0A4BA2; }

.green_in_review h2 {
  color: #339900; }

.blue_info {
  border: 1px solid #b6d1ef;
  border-radius: 5px;
  background-color: #E5F0FC; }

.green_in_review {
  border: 1px solid #ade67f;
  border-radius: 5px;
  background-color: #E4FAD4;
  width: 370px; }

.tooltip_icons {
  display: inline-block;
  text-indent: -99999px;
  background: url(/assets/core/icons/change_mgmt_icons.png) 0 0 no-repeat;
  margin: 5px 0 0 5px;
  z-index: 10;
  height: 16px;
  width: 16px; }

.info_blue_icon {
  background-position: 0 0;
  height: 14px;
  width: 15px; }

.in_review_green_icon {
  background-position: 0 -16px; }

.processed_green_icon {
  background-position: 0 -35px; }

.shadow_icon {
  height: 52px;
  width: 31px;
  background: url(/assets/core/icons/change_mgmt_shadow_icons.png) 0 0 no-repeat;
  margin-right: 10px; }

.shadow_blue_icon {
  background-position: 0 0; }

.shadow_green_inreview_icon {
  background-position: 0 -55px; }

.shadow_green_processed_icon {
  background-position: 0 -104px; }

.new_ui_body a.tooltip_icons {
  margin: 5px 0 0 5px; }

/***************Registration-Primary & Additional Contacts****************/
.column {
  width: 365px;
  padding: 15px 65px 0 0; }
  .column label {
    width: 110px;
    display: inline-block;
    font-size: 13px; }

.second_column {
  padding: 15px 0 0 0; }

.full-column {
  width: 100%; }
  .full-column label.helper-text {
    width: 75%; }

.row-businessrole {
  padding-left: 110px;
  margin-top: 10px;
  color: #333333;
  height: 70px;
  overflow-y: auto;
  width: 650px; }
  .row-businessrole ul.left {
    width: 285px;
    list-style: none; }
    .row-businessrole ul.left li {
      padding: 3px 0; }
      .row-businessrole ul.left li label {
        padding-left: 5px;
        font-size: 13px; }

.long_textbox {
  width: 300px; }

.small_textbox {
  width: 130px; }

.medium_textbox {
  width: 230px; }

.additional_contact_block {
  border-top: 1px dotted #999999;
  margin-top: 20px;
  padding-top: 20px; }

.right_btn {
  background: url(/assets/core/buttons/blue_btn_sprite.png) no-repeat scroll 100% 0px;
  color: #084677;
  display: block;
  height: 22px;
  padding: 7px 20px 0 0;
  color: #ffffff; }

.icon_add {
  text-decoration: none;
  background: url(/assets/core/buttons/blue_btn_sprite.png) no-repeat scroll 4px -36px;
  display: block;
  height: 29px;
  margin: 0 3px 0 0;
  padding: 0 0 0 30px;
  text-decoration: none; }

.tick {
  background: url(/images/new_ui/icon_black_check.png) no-repeat; }

.business_roles_list {
  font-size: 13px;
  padding: 0;
  margin: 0; }
  .business_roles_list label {
    padding-left: 20px;
    display: inline;
    line-height: 13px;
    font-size: 13px; }

.tooltip_container {
  position: relative; }
  .tooltip_container .business_title {
    position: absolute;
    width: 800px;
    top: -25px;
    left: -25px; }
    .tooltip_container .business_title span {
      border: 1px solid #dfdfdf;
      background-color: #565656;
      padding: 5px;
      color: #FFFFFF;
      display: inline-block;
      border-bottom: 0px; }
  .tooltip_container .arrow_down {
    position: absolute;
    bottom: -8px;
    left: 10px; }

.edit {
  background: url(/assets/stockholm_icons/16x16/edit.gif) no-repeat; }

.swap_pc {
  background: url(/assets/stockholm_icons/16x16/pc_edit.png) no-repeat; }

.delete {
  background: url(/assets/stockholm_icons/16x16/trash.gif) no-repeat; }

.action_icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  text-indent: -999px; }

#new_contact_dialog {
  width: 825px;
  height: 670px;
  top: 50%;
  left: 15%; }

.modal_window_content {
  padding-left: 10px; }

#additional_info_link {
  height: 16px;
  font-size: 13px;
  width: 100%;
  text-indent: 0;
  width: auto;
  padding-right: 25px;
  margin: 15px 0; }

#additional_info {
  border-top: 1px dotted #999999; }

.icon_open {
  background-position: right -2037px; }

.icon_close {
  background-position: right -2026px; }

/****Mirage Lightbox****/
.mirage_lightbox {
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: absolute;
  top: 20%;
  left: 25%;
  width: 700px;
  height: 590px;
  background-color: #ffffff;
  z-index: 100;
  overflow-y: auto;
  padding: 10px;
  overflow: hidden; }
  .mirage_lightbox .list_container {
    padding: 5px 10px 0px 10px;
    min-height: 300px; }
  .mirage_lightbox .info_header {
    padding-bottom: 5px;
    font-size: 13px; }

.black_overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #aaaaaa;
  z-index: 10;
  -moz-opacity: 0.3;
  opacity: .30;
  filter: alpha(opacity=30); }

.close_lightbox {
  background-position: left 0; }

.lightbox_header {
  border-bottom: 1px dotted;
  padding: 5px;
  margin-bottom: 10px; }
  .lightbox_header span {
    font-size: 14px;
    font-weight: bold;
    color: #565656; }

/*Arrow image*/
.arrow_down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #565656; }

.primary_button {
  padding: 6px 8px;
  color: #FFFFFF;
  text-transform: none;
  border: none; }

#cancel_add_edit_contact_form {
  padding: 5px 8px;
  margin-right: 10px; }

#ok_button_swap_contact_dialog {
  padding: 5px 8px;
  color: #FFFFFF; }

#swap_contact_dialog {
  height: 150px;
  width: 450px;
  top: 45%; }

#delete_contact_dialog {
  height: 150px;
  width: 450px;
  top: 45%; }

#ok_button_delete_contact_dialog {
  padding: 5px 8px;
  color: #FFFFFF; }

#add_new_contact {
  padding-left: 30px; }

#contact_tab_iframe input[type="text"], #other_contact_edit input[type="text"], #contact_tab_iframe textarea, #other_contact_edit textarea, #pc_main_details input[type="text"] {
  background-image: url(/assets/core/layout/gradients.png);
  background-position: 0 -90px;
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  padding: 3px;
  width: 235px; }

#contact_tab_iframe input[type="checkbox"], #other_contact_edit input[type="checkbox"] {
  width: auto;
  margin: 0;
  padding: 0;
  height: auto; }

#save_profile_button_contact {
  background-image: url(/assets/core/layout/gradients.png);
  padding: 6px 8px;
  color: #FFFFFF;
  font-size: 14px;
  height: auto;
  width: auto; }

.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
  margin-left: 1em; }

.ui-button .ui-button-text {
  padding: 0;
  line-height: 28px; }
