@font-face {
  font-family: MuseoSans;
  font-weight: 100;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-100.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 100;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-100Italic.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 300;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-300.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 300;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-300Italic.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 500;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-500.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 500;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-500_Italic.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 700;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-700.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 700;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-700Italic.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 900;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-900.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 900;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-900Italic.otf') format('opentype');
}
.ACA_SmLabel {
  font-family: MuseoSans, Sans-Serif;
  font-size: 1.2em !important;
  font-weight: 400 !important;
}
#ASI_Table_Section > .ACA_SmLabel,
#ASI_Section > .ACA_SmLabel {
  font-size: 1em !important;
}
.ACA_Form label {
  color: #464646;
  font-family: MuseoSans, Sans-Serif;
  font-size: 1.1em !important;
  font-weight: 400 !important;
}
.ACA_Form .aca_checkbox,
.ACA_Form .aca_checkboxlist {
  padding-bottom: 10px;
}
.ACA_Form .aca_checkbox label,
.ACA_Form .aca_checkboxlist label {
  color: #464646 !important;
  font-family: MuseoSans, Sans-Serif;
  font-size: 1.1em !important;
  font-weight: 400 !important;
}
.ACA_Form textarea,
.ACA_Form input[type=text],
.ACA_Form input[type=tel],
.ACA_Form input[type=password],
.ACA_Form select {
  border: 1px solid #E6E6E6;
  padding-left: 6px;
  color: #464646;
  margin-bottom: 8px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ACA_Form textarea:focus,
.ACA_Form input[type=text]:focus,
.ACA_Form input[type=tel]:focus,
.ACA_Form input[type=password]:focus,
.ACA_Form select:focus {
  border-color: #24BFFB;
  color: #464646;
  -webkit-box-shadow: 1px 1px 2px 2px #e5e5e5;
  -moz-box-shadow: 1px 1px 2px 2px #e5e5e5;
  box-shadow: 1px 1px 2px 2px #e5e5e5;
}
.ACA_Form select {
  -webkit-appearance: none;
  -moz-appearance: window;
  background-image: url(../css/images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 0.8em;
  padding-right: 12px !important;
}
.ACA_Form select::-ms-expand {
  display: none;
}
.ACA_Form select:active,
.ACA_Form select:hover {
  outline-color: #139EDF;
}
.ACA_Form .ACA_ReadOnly {
  cursor: not-allowed;
}
.ACA_Form input[readonly]:focus {
  box-shadow: none !important;
  border: 1px solid #E6E6E6 !important;
}
.ACA_Form textarea[readonly]:focus {
  box-shadow: none !important;
  border: 1px solid #E6E6E6 !important;
  outline-color: #E6E6E6 !important;
}
.ACA_Form input[disabled]:focus {
  box-shadow: none !important;
  border: 1px solid #E6E6E6 !important;
  color: none;
}
.ACA_Form .ACA_LgButtonDisable a:hover {
  background: #C7C7C7 !important;
}
.ACA_Form .ReadOnlyPosition {
  background: none;
  cursor: not-allowed;
}
.ACA_Form .ReadOnlyPosition > input,
.ACA_Form .ReadOnlyPosition > select {
  background-color: #eee;
}
.ACA_Form .RangeNumberText_SubControl1_Layout,
.ACA_Form .RangeNumberText_SubControl2_Layout {
  width: 44%;
}
.ACA_Form .ACA_PhoneNumberLTR {
  line-height: 2.5em;
  vertical-align: middle;
}
.ACA_Form input[type=text],
.ACA_Form input[type=tel],
.ACA_Form input[type=password],
.ACA_Form select {
  height: 28px;
}
.ACA_Title_Bar .ACA_FRight select,
.ACA_InfoTitle .ACA_FRight select {
  margin-top: -10px;
  margin-right: -18px;
}
.calendar_button > img {
  margin-top: 4px;
}
.RangeNumberText_Split_Layout {
  margin-top: 7px;
}
.ACA_Line_Content {
  background: #e5e5e5;
  margin: 10px 0 15px;
}
.ACA_Help_Icon {
  background: url(../css/images/help.png);
  background-size: 16px;
}
.ACA_Help_Icon > img {
  display: none;
}
#ctl00_PlaceHolderMain_lblGSLoadASI {
  font-size: 1.2em !important;
}
.permit_typelist {
  display: inline-block;
  padding: 2px 0;
}
.ACA_Resume {
    border: 3px solid !important;    
}
.ACA_Continue {
    margin-top: 10px;   
}
.ACA_Continue a {    
    padding: 15px 16px !important;
}
.ACA_Continue a span{    
    font-size: 1.4em;
    font-weight:700 !important;
}
.actionbar_bottom .ACA_LiLeft {
    float: right;
}

.actionbar_bottom .ACA_FRight {
    float: left;
}

.actionbar_top .ACA_LiLeft {
    float: right;
}

.actionbar_top .ACA_FRight {
    float: left;
}
.ACA_SmButtonForRight a,
.ACA_SmButtonDisable a,
.ACA_LgButton a,
.ACA_LgButtonForRight a,
.ACA_SmButtonForRight a > span,
.ACA_SmButtonDisable a > span,
.ACA_LgButton a > span,
.ACA_LgButtonForRight a > span {
  float: none;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a,
.ACA_SmButtonDisable a,
.ACA_LgButton a,
.ACA_LgButtonForRight a {
  background: #0D97FF \9;
  background-color: #39B9FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#39B9FF), to(#0D97FF));
  background: -webkit-linear-gradient(top, #39B9FF, #0D97FF);
  background: -moz-linear-gradient(top, #39B9FF, #0D97FF);
  background: -ms-linear-gradient(top, #39B9FF, #0D97FF);
  background: -o-linear-gradient(top, #39B9FF, #0D97FF);
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ACA_SmButton a span,
.ACA_SmButtonForRight a span,
.ACA_SmButtonDisable a span,
.ACA_LgButton a span,
.ACA_LgButtonForRight a span {
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
}
.ACA_SmButton a:hover,
.ACA_SmButtonForRight a:hover,
.ACA_SmButtonDisable a:hover,
.ACA_LgButton a:hover,
.ACA_LgButtonForRight a:hover {
  background: #048Bff;
}
.ACA_SmButton a:hover:hover,
.ACA_SmButtonForRight a:hover:hover,
.ACA_SmButtonDisable a:hover:hover,
.ACA_LgButton a:hover:hover,
.ACA_LgButtonForRight a:hover:hover {
  background: #048Bff;
}
.ACA_SmButton a:active,
.ACA_SmButtonForRight a:active,
.ACA_SmButtonDisable a:active,
.ACA_LgButton a:active,
.ACA_LgButtonForRight a:active {
  background: #0167FF \9;
  background-color: #048BFF;
  background-color: #0167FF !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0167FF), to(#048BFF)) !important;
  background: -webkit-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -moz-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -ms-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -o-linear-gradient(top, #0167FF, #048BFF) !important;
}
.ACA_LgButtonDisable a,
.ACA_LgButtonDisable a > span {
  float: none;
}
.ACA_LgButtonDisable a {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ACA_LgButtonDisable a span {
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a,
.ACA_SmButtonDisable a {
  padding: 2px 12px !important;
}
.ACA_SmButton a span,
.ACA_SmButtonForRight a span,
.ACA_SmButtonDisable a span {
  font-size: 1.2em !important;
}
.ACA_LgButton a,
.ACA_LgButtonForRight a,
.ACA_LgButtonDisable a {
  padding: 5px 16px !important;
}
.ACA_LgButton a span,
.ACA_LgButtonForRight a span,
.ACA_LgButtonDisable a span {
  font-size: 1.4em !important;
}
.ACA_SmButtonDisable a,
.ACA_LgButtonDisable a,
.ACA_SmButtonDisable a:hover,
.ACA_LgButtonDisable a:hover {
  background: #C7C7C7 !important;
  cursor: not-allowed;
}
a {
  text-decoration: none;
}
a font,
a span {
  color: #21BCFF;
}
a:hover {
  text-decoration: none;
}
a:hover font,
a:hover span {
  color: #0D9AFF;
}
a:active font,
a:active span {
  color: #464646;
}
.add2collectionlink,
.ACA_LinkButton {
  text-decoration: none;
}
.add2collectionlink a,
.ACA_LinkButton a {
  text-decoration: none;
}
.add2collectionlink:hover,
.ACA_LinkButton:hover {
  text-decoration: none;
}
.add2collectionlink:hover span,
.ACA_LinkButton:hover span {
  color: #0D9AFF;
}
.add2collectionlink:active span,
.ACA_LinkButton:active span {
  color: #464646;
}
.add2collectionlink span,
.ACA_LinkButton span {
  font-size: 1.2em !important;
  font-weight: 700 !important;
  color: #21BCFF;
  cursor: pointer;
}
a {
    text-decoration: none;
    color: #115f80;
}
a:hover {
  text-decoration: none;
}
a:hover > span {
  color: #0D9AFF;
}
a:active > span {
  color: #464646;
}
a > span {
  color: #21BCFF;
}
.splitbutton {
  padding: 2px 12px 2px 0 !important;
  background: #0D97FF \9;
  background-color: #39B9FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#39B9FF), to(#0D97FF));
  background: -webkit-linear-gradient(top, #39B9FF, #0D97FF);
  background: -moz-linear-gradient(top, #39B9FF, #0D97FF);
  background: -ms-linear-gradient(top, #39B9FF, #0D97FF);
  background: -o-linear-gradient(top, #39B9FF, #0D97FF);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.splitbutton:hover {
  background: #048Bff;
}
.splitbutton:hover:hover {
  background: #048Bff;
}
.splitbutton:active {
  background: #0167FF \9;
  background-color: #048BFF;
  background-color: #0167FF !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0167FF), to(#048BFF)) !important;
  background: -webkit-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -moz-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -ms-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -o-linear-gradient(top, #0167FF, #048BFF) !important;
}
.splitbutton .mainbtn > a,
.splitbutton .dropbtn > a {
  background: none !important;
}
.splitbutton .mainbtn > a span,
.splitbutton .dropbtn > a span {
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
}
.splitbutton .dropbtn > a {
  position: relative;
}
.splitbutton .dropbtn > a:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.splitbutton_menu {
  background-color: #fff;
  border: 1px solid #eee;
  width: 160px;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 3px 3px 0px #ccc;
  -moz-box-shadow: 2px 3px 3px 0px #ccc;
  box-shadow: 2px 3px 3px 0px #ccc;
}
.splitbutton_menu .splitbutton_menuitem:first-child {
  border-top: none;
}
.splitbutton_menu .splitbutton_menuitem {
  border-top: 1px solid #eee;
  line-height: 2em;
}
.splitbutton_menu .splitbutton_menuitem a {
  text-decoration: none;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  color: #21BCFF;
}
.splitbutton_menu .splitbutton_menuitem:hover {
  background-color: #e8f7fe !important;
}
.ACA_Title_Bar .ACA_FRight .ACA_SmButton {
  margin-top: -2px;
  margin-right: -7px;
}
[id$="_divShowSaveandResume"] {
  padding: 10px 16px !important;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #0D97FF \9;
  background-color: #39B9FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#39B9FF), to(#0D97FF));
  background: -webkit-linear-gradient(top, #39B9FF, #0D97FF);
  background: -moz-linear-gradient(top, #39B9FF, #0D97FF);
  background: -ms-linear-gradient(top, #39B9FF, #0D97FF);
  background: -o-linear-gradient(top, #39B9FF, #0D97FF);
}
[id$="_divShowSaveandResume"] > table {
  position: relative;
}
[id$="_divShowSaveandResume"] span {
  
  
  font-weight: 700 !important;
}
[id$="_divShowSaveandResume"] .ACA_SaveAndResumeLater_Icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 177px;
  display: inline-block;
  height: 37px;
}
[id$="_divShowSaveandResume"] .ACA_SaveAndResumeLater_Icon > a > img {
  opacity: 0;
  width: 100%;
  height: 37px;
}
[id$="_divShowSaveandResume"]:hover {
  background: #048Bff;
}
[id$="_divShowSaveandResume"]:hover:hover {
  background: #F2F5F9 !important;
}
[id$="_divShowSaveandResume"]:active {
  background: #0167FF \9;
  background-color: #048BFF;
  background-color: #0167FF !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0167FF), to(#048BFF)) !important;
  background: -webkit-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -moz-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -ms-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -o-linear-gradient(top, #0167FF, #048BFF) !important;
}
.Map_Bottom .aca_imagebutton_label {
  padding: 2px 12px !important;
  margin-right: 0;
  background: #0D97FF \9;
  background-color: #39B9FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#39B9FF), to(#0D97FF));
  background: -webkit-linear-gradient(top, #39B9FF, #0D97FF);
  background: -moz-linear-gradient(top, #39B9FF, #0D97FF);
  background: -ms-linear-gradient(top, #39B9FF, #0D97FF);
  background: -o-linear-gradient(top, #39B9FF, #0D97FF);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.Map_Bottom .aca_imagebutton_label label {
  cursor: pointer;
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
}
.Map_Bottom .aca_imagebutton_label:hover {
  background: #048Bff;
}
.Map_Bottom .aca_imagebutton_label:hover:hover {
  background: #048Bff;
}
.ACA_SaveAndResumeLater_Icon {
  display: none;
}
.collection_dropmenu,
.ActionMenus > div {
  padding: 6px 10px;
  -webkit-box-shadow: 2px 2px 5px 1px #eee;
  -moz-box-shadow: 2px 2px 5px 1px #eee;
  box-shadow: 2px 2px 5px 1px #eee;
}
.ActionMenus > div table {
  margin: 0;
  width: 100%;
}
.ActionMenus > div table .ActionMenu_Line {
  margin-top: 5px;
  margin-bottom: 3px;
}
.ACA_Message_Success,
.ACA_Message_Notice,
.ACA_Message_Error,
.message_error_contact {
  padding: 10px 20px;
  margin: 1em 0 2em 0;
  border: none;
}
.ACA_Message_Success a,
.ACA_Message_Notice a,
.ACA_Message_Error a,
.message_error_contact a {
  text-decoration: none;
}
.ACA_Message_Success .ACA_Message_Content > div,
.ACA_Message_Notice .ACA_Message_Content > div,
.ACA_Message_Error .ACA_Message_Content > div,
.message_error_contact .ACA_Message_Content > div,
.ACA_Message_Success .ACA_Message_Content > span,
.ACA_Message_Notice .ACA_Message_Content > span,
.ACA_Message_Error .ACA_Message_Content > span,
.message_error_contact .ACA_Message_Content > span,
.ACA_Message_Success td a,
.ACA_Message_Notice td a,
.ACA_Message_Error td a,
.message_error_contact td a {
  display: block;
  color: #1F2F45;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.25em;
}
.ACA_Message_Success .ACA_Message_Content > div::first-line,
.ACA_Message_Notice .ACA_Message_Content > div::first-line,
.ACA_Message_Error .ACA_Message_Content > div::first-line,
.message_error_contact .ACA_Message_Content > div::first-line,
.ACA_Message_Success .ACA_Message_Content > span::first-line,
.ACA_Message_Notice .ACA_Message_Content > span::first-line,
.ACA_Message_Error .ACA_Message_Content > span::first-line,
.message_error_contact .ACA_Message_Content > span::first-line,
.ACA_Message_Success td a::first-line,
.ACA_Message_Notice td a::first-line,
.ACA_Message_Error td a::first-line,
.message_error_contact td a::first-line {
  font-weight: 800;
}
.ACA_Message_Success td:nth-child(1),
.ACA_Message_Notice td:nth-child(1),
.ACA_Message_Error td:nth-child(1),
.message_error_contact td:nth-child(1) {
  display: none;
}
.ACA_Message_Success td:nth-child(2),
.ACA_Message_Notice td:nth-child(2),
.ACA_Message_Error td:nth-child(2),
.message_error_contact td:nth-child(2) {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center top;
}
.ACA_Message_Success td,
.ACA_Message_Notice td,
.ACA_Message_Error td,
.message_error_contact td {
  vertical-align: top;
}
.ACA_Message_Success td:nth-child(3),
.ACA_Message_Notice td:nth-child(3),
.ACA_Message_Error td:nth-child(3),
.message_error_contact td:nth-child(3) {
  padding-left: 20px;
}
.ACA_Message_Success td:nth-child(3) a,
.ACA_Message_Notice td:nth-child(3) a,
.ACA_Message_Error td:nth-child(3) a,
.message_error_contact td:nth-child(3) a {
  color: #1F2F45;
}
.ACA_Custom_Alert_Message {
  background: #fbf5d9\9;
  background-color: #fbf5d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf5d9), to(#fbf5d9));
  background: -webkit-linear-gradient(top, #fbf5d9, #fbf5d9);
  background: -moz-linear-gradient(top, #fbf5d9, #fbf5d9);
  background: -ms-linear-gradient(top, #fbf5d9, #fbf5d9);
  background: -o-linear-gradient(top, #fbf5d9, #fbf5d9);
  border-bottom: 2px solid #ED4639;
}
.ACA_Message_Success {
  background: #E6F3D0\9;
  background-color: #F3FAE8;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3FAE8), to(#E6F3D0));
  background: -webkit-linear-gradient(top, #F3FAE8, #E6F3D0);
  background: -moz-linear-gradient(top, #F3FAE8, #E6F3D0);
  background: -ms-linear-gradient(top, #F3FAE8, #E6F3D0);
  background: -o-linear-gradient(top, #F3FAE8, #E6F3D0);
  border-bottom: 4px solid #83C716;
}
.ACA_Message_Success td:nth-child(2) {
  background-image: url('../css/images/success.png');
}
.ACA_Message_Notice {
  background: #CFEBF8\9;
  background-color: #E7F5FD;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7F5FD), to(#CFEBF8));
  background: -webkit-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -moz-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -ms-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -o-linear-gradient(top, #E7F5FD, #CFEBF8);
  border-bottom: 4px solid #139EDF;
}
.ACA_Message_Notice td:nth-child(2) {
  background-image: url('../css/images/info.png');
}
.ACA_Message_Error,
.message_error_contact {
  background: #F7D8D1\9;
  background-color: #FBEBE7;
  background: -webkit-gradient(linear, left top, left bottom, from(#FBEBE7), to(#F7D8D1));
  background: -webkit-linear-gradient(top, #FBEBE7, #F7D8D1);
  background: -moz-linear-gradient(top, #FBEBE7, #F7D8D1);
  background: -ms-linear-gradient(top, #FBEBE7, #F7D8D1);
  background: -o-linear-gradient(top, #FBEBE7, #F7D8D1);
  border-bottom: 4px solid #D63911;
}
.ACA_Message_Error td:nth-child(2),
.message_error_contact td:nth-child(2) {
  background-image: url('../css/images/error.png');
}
.ACA_Message_Note {
  padding: 10px 20px;
  margin: 1em 0;
  color: #1f2f45;
  font-weight: 400;
  font-size: 1.2em;
  background: #CFEBF8\9;
  background-color: #E7F5FD;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7F5FD), to(#CFEBF8));
  background: -webkit-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -moz-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -ms-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -o-linear-gradient(top, #E7F5FD, #CFEBF8);
  border: none;
  border-bottom: 4px solid #139EDF;
}
.ACA_Message_Note .ACA_Note_Icon {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../css/images/info.png');
}
.ACA_Message_Note .ACA_Note_Icon img {
  display: none;
}
.tab_bar_table td {
  background: none;
}
.ACA_NaviMenu {
  background: none;
  height: auto;
  padding: 0;
  margin-bottom: 9px;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter {
  padding: 4px 9px;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter > div > a font {
  color: #1F2F45;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter > div > a font:hover {
  text-decoration: none !important;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter > div a {
  font-size: 1.4em !important;
  font-weight: 700 !important;
  color: #1F2F45;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter > div a:hover {
  text-decoration: none;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter:hover {
  background-color: #1F2F45;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter:hover > div a {
  color: #fff;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter:hover > div > a font {
  color: #fff;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemLeft,
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemRight {
  display: none;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_CenterOn {
  background-color: #1F2F45;
  position: relative;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_CenterOn > div a,
.ACA_NaviMenu #tab_item_place_holder .ACA_CenterOn > div a font {
  color: #fff;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_CenterOn::after {
  position: absolute;
  bottom: -5px;
  left: 45%;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1F2F45;
}
.ACA_NaviMenu #more_tab_place_holder:hover {
  background-color: #1F2F45;
}
.ACA_NaviMenu #more_tab_place_holder:hover a span {
  color: #fff;
}
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemLeft,
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemRight {
  display: none;
}
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemCenter,
.ACA_NaviMenu #more_tab_place_holder .ACA_CenterOff {
  background: none;
}
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemCenter {
  padding: 4px 9px;
}
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemCenter span {
  font-size: 1.4em !important;
  font-weight: 700 !important;
  color: #1F2F45;
}
.ACA_NaviMenu #divNavMenu {
  z-index: 10;
}
.ACA_NaviMenu #divNavMenu .submenu ul {
  background-color: #fff;
}
.ACA_NaviMenu #divNavMenu font {
  color: #1F2F45;
}
.ACA_SubMenuList {
  border: none;
  /*text-align: left;*/
  height: auto;
  border-top: 1px solid #CAD7DC;
  border-bottom: 2px solid #23A8E5;
  background-color: #E7F5FD;
  padding: 0;
}
.ACA_SubMenuList #nav_span_links {
  padding-left: 10px;
}
.ACA_SubMenuList #nav_span_links:empty {
  display: none;
}
.ACA_SubMenuList #nav_span_links > span {
  padding: 10px 0;
  margin-right: 30px;
  display: inline-block;
}
.ACA_SubMenuList #nav_span_links > span a {
  font-size: 1.2em !important;
  font-weight: 500 !important;
  color: #1F2F45;
  text-decoration: none;
}
.ACA_SubMenuList #nav_span_links > span.active a {
  font-weight: 900 !important;
}
.ACA_SubMenuList #nav_span_links .tab_tar_separator {
  display: none;
}
.ACA_SubMenuList #nav_span_more_link a {
  line-height: 3.1em;
  font-size: 1.1em !important;
}
.ACA_SubMenuList #nav_span_more_link a > span {
  /*font-size: 1.2em !important;*/
  font-weight: 500 !important;
  color: #1F2F45;
}
.ACA_SubMenuList #divLinkMenu {
  padding: 5px 10px;
}
.ACA_SubMenuList #divLinkMenu ul {
  line-height: 2em;
  font-size: 1.2em;
}
.ACA_SubMenuList #divLinkMenu ul a {
  font-weight: 500 !important;
  color: #1F2F45;
}
.ACA_SubMenuList #divLinkMenu ul a:hover {
  text-decoration: underline;
}
/*Advanced search options*/
.search-sub-menu {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}
.search-sub-menu img {
  border: none;
}
.search-sub-menu a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.1em;
  font-weight: lighter;
  padding: 10px;
  white-space: pre-line;
}
.search-sub-menu ul {
  z-index: 1099;
}
.search-sub-menu ul > li {
  position: relative;
  margin: 0;
}
.search-sub-menu ul > li > a {
  padding: 5px 10px 10px 10px;
}
.search-sub-menu ul > li:hover {
  background-color: #d4edfb;
}
.search-sub-menu ul > li:hover > ul {
  display: block;
}
.search-sub-menu ul > li > ul {
  z-index: 1099;
  display: none;
  position: absolute;
  top: 100%;
  /*left: 0;*/
  padding: 0;
  border-bottom: 2px solid #23A8E5;
  background-color: #d4edfb;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.search-sub-menu ul > li > ul > li {
  /*float: none;*/
  width: 250px;
  position: relative;
}
.search-sub-menu ul > li > ul > li:hover {
  background-color: #E7F5FD;
}
.search-sub-menu ul > li > ul > li:hover > ul {
  display: block;
}
.search-sub-menu ul > li > ul > li > a {
  padding: 10px;
}
.search-sub-menu ul > li > ul > li > ul {
  top: 0;
  left: 100%;
  display: none;
  z-index: 1099;
  position: absolute;
}
.search-sub-menu ul > li > ul > li > ul > li {
  width: 250px;
  position: relative;
}
.search-sub-menu ul > li > ul > li > ul > li > a {
  padding: 10px;
}
.ACA_Button_Text {
  text-align: left !important;
}
/*Action-based menu*/
.actions-menu-container {
  margin: 10px auto;
}
.actions-menu-container ul {
  position: relative;
  float: left;
}
.actions-menu-container ul a {
  display: block;
  font-weight: 700;
  line-height: 36px;
  font-size: 12px;
  padding: 0 15px;
  text-decoration: none;
}
.actions-menu-container ul li {
  position: relative;
  float: left;
  height: 36px;
}
.actions-menu-container ul li:hover {
  background: #d4edfb;
}
.actions-menu-container ul li:hover > ul {
  display: block;
  background-color: #E7F5FD;
  z-index: 10;
}
.actions-menu-container ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #E7F5FD;
  border: solid 1px #CFEBF8;
  border-bottom: 2px solid #23A8E5;
}
.actions-menu-container ul ul li {
  float: none;
  min-width: 150px;
}
.actions-menu-container ul ul a {
  line-height: 120%;
  padding: 10px 15px;
  white-space: nowrap;
  text-decoration: none;
}
.actions-menu-container ul ul a > span {
  color: #000;
  font-weight: lighter;
}
.actions-menu-container ul ul ul {
  top: 0;
  left: 100%;
}
.actions-menu-container > ul > li:hover {
  background-color: #062f46;
}
.actions-menu-container > ul > li:hover > a > span {
  color: #FFF;
}
.actions-menu-container > ul > li > a > span {
  font-size: 1.4em;
  color: #1F2F45;
}
.actions-menu-container > ul > li > a.ACA_Control_HighLight > span {
  color: #1F2F45;
}
/*End of action-based menu*/
/*Drop-down menu*/
.drop-down-selector ul {
  position: relative;
  float: left;
  padding-left: 0;
}
.drop-down-selector ul a {
  display: block;
}
.drop-down-selector ul li {
  position: relative;
  float: left;
  padding: 3px 10px;
}
.drop-down-selector ul li:hover {
  background-color: #E8E8E8;
}
.drop-down-selector ul li:hover > ul {
  display: block;
  background-color: #FFF;
  border: solid 1px #CAD7DC;
  z-index: 10;
}
.drop-down-selector ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.drop-down-selector ul ul li {
  float: none;
}
.drop-down-selector ul ul a {
  white-space: nowrap;
}
.drop-down-selector ul ul ul {
  top: 0;
  left: 100%;
}
.drop-down-selector > ul > li:hover {
  background-color: transparent;
}
/*End of drop-down menu*/
.ACA_NaviTitle .ACA_Body_Text,
.ACA_NaviTitle #ctl00_HeaderNavigation_com_headNav_label_loggedinas,
.ACA_NaviTitle #ctl00_HeaderNavigation_lblUserName,
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityAfter,
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityBefore,
.ACA_NaviTitle a {
  color: #21BCFF;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  line-height: 16px;
}
.ACA_NaviTitle a {
  color: #21BCFF;
  text-decoration: none;
}
.ACA_NaviTitle a:active span {
  color: #464646;
}
.ACA_NaviTitle a:hover span {
  color: #0D9AFF;
}
.ACA_NaviTitle table div table *[id*="Split"],
.ACA_NaviTitle table div table td:nth-child(3) {
  visibility: hidden;
}
.ACA_NaviTitle .NAVIGATION_INPUT_CHKBOX {
  margin-bottom: 2px;
}
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityBefore {
  font-size: 1.2em !important;
  line-height: 1.8em;
}
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityBefore:hover {
  color: #0D9AFF;
}
.ACA_NaviTitle #imgShoppingCart {
  width: 16px;
  margin-right: 3px;
}
a,
span,
font,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
tr,
table,
tbody,
thead,
tfoot {
  font-family: MuseoSans, Sans-Serif, CalciteWebCoreIcons;
}
.ACA_Title_Bar,
.ACA_InfoTitle {
  background: none;
  border: none;
  border-bottom: 2px solid #1F2F45;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}
.ACA_Title_Bar h1 > span,
.ACA_InfoTitle h1 > span {
  font-size: 1.3em;
  font-weight: 700;
  color: #1E2F46;
}
.ACA_Title_Bar h1 > span > font,
.ACA_InfoTitle h1 > span > font {
  font-size: 1.4em;
}
.ACA_SectionBody h1 span {
  color: #1E2F46;
  font-size: 1.6em;
  font-weight: 700;
}
.ACA_Body_Text,
.ACA_Body_Text p {
  color: #464646;
  font-size: 1.1em;
  font-weight: 400;
}
.ACA_Content h1 > span,
.Welcome_Label > span,
.RegisterLicense_Title > span {
  font-size: 1.3em;
  font-weight: 700;
  color: #1E2F46;
}
.ACA_Content h1 > span > font,
.Welcome_Label > span > font,
.RegisterLicense_Title > span > font {
  font-size: 1.4em;
}
.ACA_NaviTitle {
  position: relative;
  height: 60px;
}
.gs_nowidth {
  width: 0 !important;
}
.gs_container {
  /*clear: both;*/
  float: left;
  /*bottom: 0;
    right: 0;*/
  width: 35%;
  /*position: absolute;*/
  padding: 0;
}
.gs_container td {
  border: none;
}
.gs_container .gs_top_table #tdSpace {
  display: none;
}
.gs_container .gs_top_table .gs_border {
  /*position: absolute;
            right: 0;
            bottom: 0;*/
  width: auto;
}
.gs_container .gs_top_table .section_search_border {
  border-radius: 3px !important;
}
.gs_container .gs_top_table .gs_search_box {
  margin: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #676767;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #676767;
  padding: 4px;
  font-size: 1.3em;
  font-weight: 500 !important;
}
.gs_container .gs_top_table .gs_go_img {
  position: absolute;
  /*right: 20px;*/
  margin-top: -10px;
  /*bottom: 5px;
            right: 17px;*/
}
.gs_container .gs_top_table td:nth-child(2) {
  width: 260px !important;
}
.gs_container .gs_top_table #tdSearchHistory a {
  position: absolute;
  /*right: 8px;*/
  margin-top: -10px;
  /*bottom: 5px;
            right: 6px;*/
  border: none;
}
#divHistoryList {
  top: 63px !important;
  /*left: auto !important;
    right: 0 !important;*/
  width: 250px;
  border: 1px solid #eee;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 3px 3px 0px #ccc;
  -moz-box-shadow: 2px 3px 3px 0px #ccc;
  box-shadow: 2px 3px 3px 0px #ccc;
}
#divHistoryList p {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 5px 5px;
}
.ACA_Grid_OverFlow {
  margin-bottom: 10px;
  padding-bottom: 0 !important;
}
.ACA_GridView {
  /*width: 100%;*/
  width: 99.8%;
}
.ACA_GridView .ACA_TabRow_SmallEven,
.ACA_GridView .ACA_TabRow_SmallEven2,
.ACA_GridView .ACA_TabRow_SmallOdd {
  border-spacing: 0 !important;
  padding: 0 !important;
}
.ACA_GridView .ACA_TabRow_SmallEven,
.ACA_GridView .ACA_TabRow_SmallOdd {
  background: none !important;
}
.ACA_GridView .ACA_Line_Content {
  display: none !important;
}
.ACA_GridView .ACA_TabRow {
  padding-top: 10px;
}
.ACA_GridView .ACA_TabRow_Header > td,
.ACA_GridView .ACA_TabTitle > td,
.ACA_GridView .ACA_TabRow_Odd > td,
.ACA_GridView .ACA_TabRow_Even > td,
.ACA_GridView .ACA_TabRow_Header > th,
.ACA_GridView .ACA_TabTitle > th,
.ACA_GridView .ACA_TabRow_Odd > th,
.ACA_GridView .ACA_TabRow_Even > th {
  border: none;
  padding: 5px 6px !important;
  vertical-align: middle !important;
}
.ACA_GridView .ACA_TabRow_SmallEven > td,
.ACA_GridView .ACA_TabRow_SmallEven2 > td,
.ACA_GridView .ACA_TabRow_SmallOdd > td,
.ACA_GridView .ACA_TabRow_SmallEven > th,
.ACA_GridView .ACA_TabRow_SmallEven2 > th,
.ACA_GridView .ACA_TabRow_SmallOdd > th {
  border: none;
  padding: 5px 15px !important;
  vertical-align: middle !important;
}
.ACA_GridView .ACA_TabRow_Header > td,
.ACA_GridView .ACA_TabTitle > td,
.ACA_GridView .ACA_TabRow_Even > td,
.ACA_GridView .ACA_TabRow_SmallEven > td,
.ACA_GridView .ACA_TabRow_Header > th,
.ACA_GridView .ACA_TabTitle > th,
.ACA_GridView .ACA_TabRow_Even > th,
.ACA_GridView .ACA_TabRow_SmallEven > th {
  background: #fff !important;
}
.ACA_GridView .ACA_TabRow_Odd td,
.ACA_GridView .ACA_TabRow_SmallOdd td,
.ACA_GridView .ACA_TabRow_Odd th,
.ACA_GridView .ACA_TabRow_SmallOdd th {
  background: #f5f5f5;
}
.ACA_GridView .ACA_TabRow_Header > th,
.ACA_GridView .ACA_TabTitle > th {
  border: 1px solid #c6c6c6 !important;
  background-color: #ccc !important;
}
.ACA_GridView .ACA_TabRow_Header > th a > span,
.ACA_GridView .ACA_TabTitle > th a > span {
  color: #666 !important;
}
.ACA_GridView .ACA_TabRow_Header > th a:hover > span,
.ACA_GridView .ACA_TabTitle > th a:hover > span {
  color: #222 !important;
}
.ACA_GridView .ACA_TabRow_Odd > td > div > span,
.ACA_GridView .ACA_TabRow_Even > td > div > span,
.ACA_GridView .ACA_TabRow_SmallEven > td > div > span,
.ACA_GridView .ACA_TabRow_SmallEven2 > td > div > span,
.ACA_GridView .ACA_TabRow_SmallOdd > td > div > span {
  color: #000000 !important;
}
.ACA_GridView .ACA_TabRow_Odd:hover > td,
.ACA_GridView .ACA_TabRow_Even:hover > td,
.ACA_GridView .ACA_TabRow_SmallEven:hover > td,
.ACA_GridView .ACA_TabRow_SmallEven2:hover > td,
.ACA_GridView .ACA_TabRow_SmallOdd:hover > td {
  background: #eee !important;
}
.ACA_GridView > tbody .ACA_TabRow_Header,
.ACA_GridView > tbody .ACA_TabTitle > th span {
  color: #000000;
  font-weight: 500 !important;
  text-decoration: none;
}
.ACA_GridView > tbody > tr > td a,
.ACA_GridView > tbody > tr > td span {
  font-size: 1em;
}
.ACA_GridView > tbody > tr:last-child {
  border: none;
}
.ACA_GridView tr.ACA_SmLabel td {
  padding: 5px 10px;
  border: 2px solid #eee;
}
tr.ACA_Table_Pages {
  border-bottom: none !important;
}
.ACA_Table_Pages td {
  padding-top: 4px;
  background-color: #fdfdfd;
}
.ACA_Table_Pages span,
.ACA_Table_Pages a {
  font-size: 1.3em;
}
.ACA_BkTit {
  background: none !important;
}
.ACA_TabTitle {
  border-bottom: 2px solid #eee;
}
.ACA_TabTitle th {
  background: #fff !important;
  border: none !important;
  padding: 5px 3px;
}
.ACA_TabTitle th span {
  color: #000000 !important;
  font-weight: 500 !important;
  text-decoration: none;
}
.aca_gridview_caption > table > tbody > tr > td a {
  color: #21BCFF !important;
  font-size: 1em !important;
  font-weight: 500 !important;
}
#divProcessInfo > #divProcessingTable .ACA_TabRow_Even,
#divProcessInfo > #divProcessingTable .ACA_TabRow_Odd {
  background: none !important;
}
#divProcessInfo > #divProcessingTable .ACA_TabRow_Even td,
#divProcessInfo > #divProcessingTable .ACA_TabRow_Odd td {
  color: #000000;
  font-weight: 500 !important;
  text-decoration: none;
}
#divProcessInfo > #divProcessingTable .ACA_TabRow_Even td {
  background: #f5f5f5 !important;
}
.aca_pagination {
  border-spacing: 0;
  margin-bottom: 6px;
}
.aca_pagination td {
  background-color: #fff;
  border-collapse: separate;
  border: 1px solid #E8E8E8;
  margin: 0;
  padding: 0;
}
.aca_pagination td:hover {
  background-color: #f5f5f5;
}
.aca_pagination td span,
.aca_pagination td a {
  color: #000;
  display: inline-block;
  padding: 9px 11px;
  padding-bottom: 5px;
  margin: 0 !important;
  border-bottom: 3px solid transparent;
  font-weight: 800;
}
.aca_pagination .SelectedPageButton {
  border-bottom: 3px solid #3FC1FB;
}
.aca_pagination .aca_pagination_PrevNext > span {
  color: #8D8D8D;
}
.aca_pagination .aca_pagination_PrevNext > a {
  color: #0D9AFF;
}
.ajax__calendar_container {
  padding: 0;
  background-color: #fff;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.ajax__calendar_container .ajax__calendar_header {
  background-color: #43B1E5;
  color: #fff;
  padding: 5px 0 0;
}
.ajax__calendar_container .ajax__calendar_header .ajax__calendar_title {
  font-size: 1.2em;
}
.ajax__calendar_container .ajax__calendar_header .ajax__calendar_prev,
.ajax__calendar_container .ajax__calendar_header .ajax__calendar_next {
  background: none;
  width: auto;
  height: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.ajax__calendar_container .ajax__calendar_header .ajax__calendar_prev {
  float: left;
  border-right: 5px solid #fff;
  margin-left: 6px;
}
.ajax__calendar_container .ajax__calendar_header .ajax__calendar_next {
  float: right;
  border-left: 5px solid #fff;
  margin-right: 6px;
}
.ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_dayname {
  font-weight: 600;
}
.ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_other > div {
  color: #E6E6E6 !important;
}
.ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_day {
  font-weight: 300;
}
.ajax__calendar_container .ajax__calendar_body .ajax__calendar_hover > div,
.ajax__calendar_container .ajax__calendar_body .ajax__calendar_active > div {
  color: #fff;
  background-color: #139EE0 !important;
}
.breadcrump-table {
  width: 100%;
  -webkit-box-shadow: 2px 2px 4px 0px #e5e5e5;
  -moz-box-shadow: 2px 2px 4px 0px #e5e5e5;
  box-shadow: 2px 2px 4px 0px #e5e5e5;
}
.breadcrump-table .breadcrumb_number_padding span,
.breadcrump-table .numbercolumn span,
.breadcrump-table .namecolumn a,
.breadcrump-table .namecolumn {
  font-size: 1.2em;
  font-weight: 500;
  color: #000 !important;
}
.breadcrump-table .breadcrump-collapsed .breadcrumb_number_padding span,
.breadcrump-table .breadcrump .breadcrumb_number_padding span,
.breadcrump-table .breadcrump-collapsed .numbercolumn span,
.breadcrump-table .breadcrump .numbercolumn span,
.breadcrump-table .breadcrump-collapsed .namecolumn a,
.breadcrump-table .breadcrump .namecolumn a {
  font-size: 1em;
}
.breadcrump-table .breadcrump,
.breadcrump-table .breadcrump-collapsed,
.breadcrump-table .breadcrump-collapsed-disable-end,
.breadcrump-table .breadcrump-collapsed-disable,
.breadcrump-table .breadcrump-disable-end,
.breadcrump-table .breadcrump-disable,
.breadcrump-table .breadcrump-selected,
.breadcrump-table .breadcrump-selected-end {
  background-image: none;
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
}
.breadcrump-table .breadcrump-selected,
.breadcrump-table .breadcrump-selected-end {
  border-bottom: 3px solid #3FC1FB;
}
.breadcrump-table .breadcrump-collapsed-disable-end,
.breadcrump-table .breadcrump-collapsed-disable,
.breadcrump-table .breadcrump-disable,
.breadcrump-table .breadcrump-disable-end {
  background: #fff;
  /*background: #f3f3f3;*/
}
.breadcrump-pagetitle td {
  font-size: 1.3em;
  font-weight: 700;
  color: #000;
}
#ACA_Dialog_Header .ACA_Dialog_Title {
  margin: 10px 0;
}
#ACA_Dialog_Header .ACA_Dialog_Title span {
  font-size: 1.4em !important;
  font-weight: 700;
}
.divSessionTimeoutDialog .boxTitle {
  background-color: #009CE1;
  padding: 6px 0;
}
.divSessionTimeoutDialog .boxTitle span {
  font-size: 1.4em;
  color: #fff !important;
}
.divSessionTimeoutDialog .boxEntry .entryContent {
  line-height: 1.5em;
  padding: 20px 15px;
  font-size: 1.3em;
}
.divSessionTimeoutDialog .entryBtun {
  margin-right: 0 !important;
  border-top: 2px solid #eee;
  padding: 10px 0;
  text-align: center!important;
}
.divSessionTimeoutDialog .entryBtun .tabbables {
  margin-bottom: 5px !important;
  background: none;
  border: none;
  font-size: 1.4em;
  font-weight: 700;
  color: #21BCFF;
  cursor: pointer;
}
.ACA_MaskDiv {
  background-color: #000;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.ACA_Global_Loading {
  padding: 20px 30px;
}
.ACA_Global_Loading .ACA_Global_Loading_Title {
  margin-top: 8px;
}
.ACA_Global_Loading .ACA_Global_Loading_Title .ACA_SmLabel {
  font-size: 1.4em !important;
}
body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}
/* Font size base 14pt*/
p.font_14 {
  font-size: 0.85rem;
  font-weight: 300;
}
h1.font_14 {
  margin-top: 0;
  font-size: 4rem;
}
h2.font_14 {
  font-size: 2.827rem;
}
h3.font_14 {
  font-size: 2rem;
}
h4.font_14 {
  font-size: 1.414rem;
}
h1.font_14,
h2.font_14,
h3.font_14,
h4.font_14 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 14px;
}
/* font-size: 16px*/
p.font_16 {
  font-size: 0.85rem;
  font-weight: 300;
}
h1.font_16 {
  margin-top: 0;
  font-size: 4rem;
}
h2.font_16 {
  font-size: 2.827rem;
}
h3.font_16 {
  font-size: 2rem;
}
h4.font_16 {
  font-size: 1.414rem;
}
h1.font_16,
h2.font_16,
h3.font_16,
h4.font_16 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 16px;
  /*color: orange;*/
}
/* Font class for 18pt font */
p.font_18 {
  font-size: 0.85rem;
  font-weight: 300;
}
h1.font_18 {
  margin-top: 0;
  font-size: 4rem;
}
h2.font_18 {
  font-size: 2.827rem;
}
h3.font_18 {
  font-size: 2rem;
}
h4.font_18 {
  font-size: 1.414rem;
}
h1.font_18,
h2.font_18,
h3.font_18,
h4.font_18 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 18px;
  /*color: green;*/
}
/* Base font 20 */
p.font_20 {
  margin-bottom: 1.3em;
}
h1.font_20 {
  margin-top: 0;
  font-size: 4rem;
}
h2.font_20 {
  font-size: 2.827rem;
}
h3.font_20 {
  font-size: 2rem;
}
h4.font_20 {
  font-size: 1.414rem;
}
h1.font_20,
h2.font_20,
h3.font_20,
h4.font_20 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 20px;
}
.header {
  background-color: #1fafed;
  height: 200px;
  position: relative;
  display: table;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.header .container {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 90vw;
}
.header .container .logo {
  position: absolute;
  margin: 0 auto;
  width: 50%;
  top: 0;
  z-index: 100;
  height: 180px;
  background-image: url('../css/images/logo.jpeg');
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header .container .contact {
  color: #fff;
  width: 100%;
  height: 100px;
  text-align: right;
  padding-top: 5px;
  font-family: MuseoSans;
  font-weight: 300;
}
.header .container .return {
  position: absolute;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 0 0 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 250px;
  height: 25px;
  background-color: #e7f6fd;
}
.header .container .return a {
  color: #1F2F45;
  font-family: MuseoSans;
  font-weight: 700;
  text-decoration: none !important;
}
.footer {
  margin: 0 auto;
  border-top: solid 2px #ebebeb;
  display: block;
  background-color: #f6f6f7;
  color: #464646;
  font-family: MuseoSans;
  font-size: 1.1em;
  font-weight: 400;
  height: 5%;
  padding-top: 10px;
}
/*New Design*/
.banner-header {
  background-color: #1fafed;
  position: relative;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 110px;
  font-size: initial;
  display: table;
}
.banner-container {
  display: table;
  margin: 0 auto;
}
.agency-logo {
  text-align: left;
  width: 25%;
}
.agency-logo img {
  width: auto;
  margin-top: 22px;
}
.agency-banner-text {
  color: #fff;
  text-align: right;
  width: 75%;
}
.agency-banner-text h2 {
  margin-top: 1em;
  margin-bottom: 0.35em;
  font-weight: bold;
}
.agency-logo,
.agency-banner-text {
  display: table-cell;
  vertical-align: top;
}
.rta {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.rta-container {
  margin: auto 0;
  display: inline-block;
  width: 90vw;
  text-align: right;
}
.rta-tittle {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px 0px 10px;
  margin: 0 auto;
  min-width: 50px;
  height: 1.75em;
  background-color: #e7f6fd;
  text-align: center;
  display: inline-block;
}
.rta-tittle a {
  color: #1F2F45;
  font-family: MuseoSans;
  font-weight: 700;
  text-decoration: none !important;
}
/* Font size base 14pt*/
p.font_14 {
  font-size: 0.85rem;
  font-weight: 300;
}
span.font_14 {
  font-size: 0.85rem;
  font-weight: 300;
}
h1.font_14 {
  margin-top: 0;
  font-size: 4rem;
}
h2.font_14 {
  font-size: 2.827rem;
}
h3.font_14 {
  font-size: 2rem;
}
h4.font_14 {
  font-size: 1.414rem;
}
h1.font_14,
h2.font_14,
h3.font_14,
h4.font_14 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 14px;
}
/* font-size: 16px*/
p.font_16 {
  font-size: 1rem;
  font-weight: 300;
}
span.font_16 {
  font-size: 1rem;
  font-weight: 300;
}
h1.font_16 {
  margin-top: 0;
  font-size: 4rem;
}
h2.font_16 {
  font-size: 2.827rem;
}
h3.font_16 {
  font-size: 2rem;
}
h4.font_16 {
  font-size: 1.414rem;
}
h1.font_16,
h2.font_16,
h3.font_16,
h4.font_16 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 16px;
}
/* Font class for 18pt font */
p.font_18 {
  font-size: 1.1rem;
  font-weight: 300;
}
span.font_18 {
  font-size: 1.1rem;
  font-weight: 300;
}
h1.font_18 {
  margin-top: 0;
  font-size: 4rem;
}
h2.font_18 {
  font-size: 2.827rem;
}
h3.font_18 {
  font-size: 2rem;
}
h4.font_18 {
  font-size: 1.414rem;
}
h1.font_18,
h2.font_18,
h3.font_18,
h4.font_18 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 18px;
}
/* Base font 20 */
p.font_20 {
  font-size: 1.2rem;
  margin-bottom: 1.3em;
}
span.font_20 {
  font-size: 1.2rem;
  margin-bottom: 1.3em;
}
h1.font_20 {
  margin-top: 0;
  font-size: 4rem;
}
h2.font_20 {
  font-size: 2.827rem;
}
h3.font_20 {
  font-size: 2rem;
}
h4.font_20 {
  font-size: 1.414rem;
}
h1.font_20,
h2.font_20,
h3.font_20,
h4.font_20 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 20px;
}
.map-container {
  display: none;
  position: relative;
  width: 100%;
  height: 400px;
}
.map-container .loading-message {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
.ACA_RightContent .ACA_SmallError_Icon {
  margin-right: 6px;
  /* on the registration page the error icon bumped into the checkbox */
}
form[action^="RegisterLicense.aspx"] .ACA_RightContent {
  width: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ACA_CapDetail_Add2CollectionLink > a {
  margin-left: 20px;
}
#divProcessInfo td {
  padding: 3px 0;
  font-size: 1em;
}
#divProcessInfo .ACA_TabRow_Even td {
  background: #e8f7fe !important;
}
.record-tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.ACA_Add2CollectionForm {
  z-index: 10;
}
.ACA_Welcome_Block {
  border: none !important;
  border-spacing: 2px;
}
.ACA_Welcome_Block td {
  background-color: white;
}
.ACA_Welcome_Block a > span {
  color: #2997c5 !important;
}
.aca_wrapper {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aca_wrapper .welcome-page.ACA_Content {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 3px 1px #eee;
  -moz-box-shadow: 0 0 3px 1px #eee;
  box-shadow: 0 0 3px 1px #eee;
}
.aca_wrapper .welcome-page.ACA_Content > table {
  border-collapse: collapse;
  width: 100%;
}
.aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:first-child {
  background-color: white;
  padding: 15px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child {
  background-color: #e7f6fd;
  padding: 7px;
  border-left: 2px solid #eee;
}
.aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child .ACA_Form input[type=text],
.aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child .ACA_Form input[type=password],
.aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child .ACA_Form input[type=tel] {
  border: 1px solid #959a9f;
}
.aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child .welcome_instruction {
  width: auto !important;
}
.aca_wrapper .ACA-CustomComponent {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 3px 1px #eee;
  -moz-box-shadow: 0 0 3px 1px #eee;
  box-shadow: 0 0 3px 1px #eee;
  margin: 15px;
  padding: 15px;
}
.aca_wrapper .ACA-CustomComponent > table {
  border-collapse: collapse;
  width: 100%;
}
.aca_wrapper #ctl00_PlaceHolderMain_divContentLink {
  margin-left: -10px;
}
.aca_wrapper #ctl00_PlaceHolderMain_divContentLink .Header_h2 {
  font-family: MuseoSans, Sans-Serif;
  font-weight: 700;
  font-size: 1.6em;
  font-style: normal;
  line-height: 18px;
  text-align: left;
  border-bottom: 2px solid #2997c5;
  padding-bottom: 3px;
  margin-bottom: 5px !important;
}
.ACA_LoginBox {
  border: none !important;
  background-color: #e7f6fd;
  float: none !important;
  padding: 0.438em;
}
.ACA_LoginBox .ACA_LgButton {
  float: right;
}
.ACA_LoginBox .ACA_FRight {
  float: left;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtUserId_element_group,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtPassword_element_group,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtUserId,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtPassword {
  width: 100%;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_acc_sign_label_rememberMe {
  font-family: MuseoSans, Sans-Serif;
  font-size: 1.1em !important;
  font-weight: 400 !important;
}
#ctl00_PlaceHolderMain_divTopShoppingCartItems {
  margin-top: 0.625em;
}
.welcome_cartlist {
  margin: 0 !important;
  border: none;
}/*@import "portlet.less";*/
.ACA_dash_Container {
  float: left;
  width: 100%;
}
.dsh-welcome-msg {
  margin: 10px;
  padding: 5px;
  font-size: 2em;
  font-weight: 700;
  line-height: 24px;
}
.dsh-section-top {
  padding-bottom: 25px;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.dsh-action-required {
  margin: 10px;
}
.dsh-scroller,
.dsh-section-bottom {
  width: 100%;
  float: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dsh-shopping-cart,
.dsh-mycollection {
  width: 48.5%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dsh-mycollection {
  margin-left: 22px;
}
.dsh-mycollection.extent {
  width: 100% !important;
  margin-left: 0;
}
.dsh-mycollection.extent .myCollectiontable .myCollectionCol.recDescCol .recCollectionName {
  width: 614px;
}
.grid-shopping-cart,
.grid-mycollection {
  width: 100%;
}
.grid-shopping-cart .portlet,
.grid-mycollection .portlet {
  margin-bottom: 0;
}
.grid-shopping-cart .portlet .portlet-body,
.grid-mycollection .portlet .portlet-body {
  height: 280px;
  padding: 5px 5px 5px 10px;
}
.grid-shopping-cart .noRecordFound,
.grid-mycollection .noRecordFound {
  font-size: 1.7em;
  text-align: center;
  margin: 95px 40px 0 40px;
}
.myRecentRecords #myRecentRecordsTable {
  border-width: 0;
  width: 96%;
}
.myRecentRecords .action-section {
  padding: 10px;
  border: 1px solid #c6c6c6;
  border-top-width: 0;
  margin-top: -10px;
  width: 97.2%;
}
.myRecentRecords .action-section a {
  margin-right: 15px;
}
.GridMyRecord {
  margin-bottom: -15px;
}
#dvActionRequiredSection {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 18px;
  line-height: 21px;
  min-width: 300px;
  overflow: hidden;
  max-height: 999px;
  -moz-transition: max-height 400ms ease-in;
  -o-transition: max-height 400ms ease-in;
  -webkit-transition: max-height 400ms ease-in;
  transition: max-height 400ms ease-in;
  /* for expansion */
}
#dvActionRequiredSection.hidden {
  max-height: 0;
  -moz-transition: max-height 300ms cubic-bezier(0, 0.6, 0.6, 1);
  -o-transition: max-height 300ms cubic-bezier(0, 0.6, 0.6, 1);
  -webkit-transition: max-height 300ms cubic-bezier(0, 0.6, 0.6, 1);
  transition: max-height 300ms cubic-bezier(0, 0.6, 0.6, 1);
  /* for collapsing */
}
#dvActionRequiredSection table > tbody > tr > td {
  padding: 1px;
}
#dvActionRequiredSection table > tbody > tr > td.hide-row {
  display: none;
}
#dvActionRequiredSection table > tbody > tr > td.hide-row.expand {
  display: block;
}
#dvActionRequiredSection .dsh-grid-desc {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#dvActionRequiredSection .dsh-grid-action {
  width: 100%;
}
#dvActionRequiredSection .dsh-grid-action .btnActionView,
#dvActionRequiredSection .dsh-grid-action .btnActionPaynow,
#dvActionRequiredSection .dsh-grid-action .btnActionRenew {
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
#dvActionRequiredSection .dsh-grid-action span {
  /*padding-left: 24px;*/
  display: inline-block;
  width: 90px;
}
#dvActionRequiredSection .dsh-grid-action .btnActionView {
  background-image: url(../css/images/view-icon.png);
}
#dvActionRequiredSection .dsh-grid-action .btnActionPaynow {
  background-image: url(../css/images/cart-icon.png);
}
#dvActionRequiredSection .dsh-grid-action .btnActionRenew {
  background-image: url(../css/images/renew-icon.png);
}
#dvActionRequiredSection .dsh-grid-date {
  color: #f16f41;
}
#dvActionRequiredSection .dsh-grid-date .icon-alert {
  background-image: url(../css/images/alert-icon.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
#dvActionRequiredSection .dsh-grid-date span {
  /*margin-left: 25px;*/
  display: inline-block;
}
.myShoppingCart {
  display: table;
  width: 100%;
}
.myShoppingCart.cartTotalRow {
  bottom: 0;
  background-color: #fff;
  border-top: Solid 1px #22bdff;
  border-bottom: none;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 16px;
}
.myShoppingCart.cartTotalRow .myShoppingCartRow .myShoppingCartCol {
  border-bottom: none;
}
.myShoppingCart .myShoppingCartRow {
  display: table-row;
}
.myShoppingCart .myShoppingCartRow .myShoppingCartCol {
  display: table-cell;
  padding: 10px 5px;
  border-bottom: solid 1px #f6f6f6;
}
.myShoppingCart .myShoppingCartCol.recDescCol {
  width: 65%;
}
.myShoppingCart .myShoppingCartCol.recDescCol .cartItemdesc {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  width: 185px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.myShoppingCart .myShoppingCartCol.recDescCol .cartItemDate {
  display: block;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
}
.myShoppingCart .myShoppingCartCol.recPriceCol {
  width: 35%;
  vertical-align: middle;
  text-align: right;
  padding: 10px 15px 10px 5px;
}
.myShoppingCart .myShoppingCartCol.recPriceCol .cartItemPrice {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 16px;
}
.myCollectiontable {
  display: table;
  margin-bottom: 10px;
}
.myCollectiontable .myCollectionRow {
  display: table-row;
}
.myCollectiontable .myCollectionRow .myCollectionCol {
  display: table-cell;
  padding: 10px;
}
.myCollectiontable .myCollectionCol.recCountCol {
  background-color: #e7f5fc;
  padding: 15px 18px 18px 18px;
}
.myCollectiontable .myCollectionCol.recCountCol .recCount,
.myCollectiontable .myCollectionCol.recCountCol .recCountLabel {
  display: block;
  text-align: center;
}
.myCollectiontable .myCollectionCol.recCountCol .recCount {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1;
}
.myCollectiontable .myCollectionCol.recCountCol .recCountLabel {
  font-size: 1.1em;
  line-height: 0.9;
}
.myCollectiontable .myCollectionCol.recDescCol {
  padding: 15px 10px 10px 10px;
  vertical-align: top;
}
.myCollectiontable .myCollectionCol.recDescCol .recCollectionName {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  width: 252px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.myCollectiontable .myCollectionCol.recDescCol .recCollectionUpdate {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 16px;
}
.portlet.box > .portlet-title > .actions .btn span {
  color: #fff !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.portlet.box.action-req {
  box-shadow: none;
  border: none;
}
.portlet.box.action-req > .portlet-title {
  background-color: #fff;
  border: solid 0 #fff;
  border-color: #d53811;
  border-bottom-width: 2px;
}
.portlet.box.action-req > .portlet-title > .caption {
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 16px;
  line-height: 15px;
}
.portlet.box.action-req > .portlet-title > .actions .btn {
  background-color: #d53811;
  color: #fff;
}
.portlet.box.action-req > .portlet-title > .actions .btn span {
  color: #fff !important;
}
.portlet.box.action-req > .portlet-title > .actions .btn:hover,
.portlet.box.action-req > .portlet-title > .actions .btn:focus {
  background-color: #bd320f;
  text-decoration: none;
}
.portlet.box.action-req > .portlet-title > .tools .btn {
  background-color: transparent;
  color: #22bdff;
}
.portlet.box.action-req > .portlet-title > .tools .btn:hover,
.portlet.box.action-req > .portlet-title > .tools .btn:focus {
  color: #08b5ff;
}
/*.portlet-req-help-link {
    float: left;
    margin-left: 5px;
}


.action-req-help, .myrec-req-help {
    width: 18px;
    height: 18px;

    &.tooltip.right {
        .tooltip-inner {
            max-width: 300px;
            width: 300px;
            text-align: left;
        }
    }
}



.myrec-req-help {
    &.tooltip.right {
        margin-left: 120px;
        margin-top: 0;
    }
}*/
/*--Record Details--*/
.record-detail .record-summary,
.record-detail .record-nav,
.record-detail .record-main-section {
  width: 770px;
}
.record-detail .record-summary {
  padding: 10px;
  float: left;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-top: solid 1px #f0f0f0;
  min-height: 92px;
  /*.rec-left, .rec-right {
            float: left;
        }*/
}
.record-detail .record-summary h1 {
  font-size: 1.6em;
  line-height: 22px;
  font-weight: 700;
}
.record-detail .record-summary h1 span {
  word-wrap: break-word;
}
.record-detail .record-summary .rec-left {
  width: 70%;
}
.record-detail .record-summary .rec-right {
  width: 30%;
}
.record-detail .record-summary .rec-right a {
  font-size: 1.2em;
  line-height: 16px;
  font-weight: 700;
}
.record-detail .record-summary .rec-right .action-link {
  /*text-align: right;*/
  width: 100%;
  padding-bottom: 2px;
}
.record-detail .record-summary .advance-search {
  padding-top: 12px;
}
.record-detail .social-media-sec {
  margin-top: 3px;
}
.record-detail .social-media-sec .twitter-sec {
  float: right;
  width: 76px;
}
.record-detail .social-media-sec .facebook-sec {
  float: right;
  padding-right: 10px;
}
.record-detail .record-nav {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  float: left;
  position: relative;
  margin-top: -3px;
  background-color: #fafafa;
  /*&.add-mt {
            margin-top: 112px !important;
        }*/
}
.record-detail .record-nav .nav-bar {
  /*float: left;*/
  margin: 0;
  padding-left: 0;
  width: 100%;
  list-style: none;
  /*> li + li {
                border-left: solid 1px @record-detail-navigation-menu-border-color;
            }

            > li + li.last {
                border-right: solid 1px @record-detail-navigation-menu-border-color;
            }*/
}
.record-detail .record-nav .nav-bar > li {
  position: relative;
  /*float: left;*/
  background-color: #fafafa;
  width: 153px;
  text-align: center;
}
.record-detail .record-nav .nav-bar > li .rec-downarrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #149EDF transparent transparent transparent;
  margin-top: 5px;
  /*margin-left: 5px;*/
  position: absolute;
}
.record-detail .record-nav .nav-bar > li .rec-downarrow.hide-me {
  display: none;
}
.record-detail .record-nav .nav-bar > li.more-menu-item {
  width: 154px !important;
}
.record-detail .record-nav .nav-bar > li.more-menu-item .dropdown-menu {
  width: 154px !important;
}
.record-detail .record-nav .nav-bar > li > .dropdown-menu {
  display: none;
}
.record-detail .record-nav .nav-bar > li.show {
  -webkit-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
}
.record-detail .record-nav .nav-bar > li.show > a {
  background-color: #fff;
}
.record-detail .record-nav .nav-bar > li.show > .dropdown-menu {
  display: block;
}
.record-detail .record-nav .nav-bar > li > a {
  display: block;
  color: #000;
  font-size: 1.2em;
  line-height: 16px;
  font-weight: 700;
  font-weight: normal;
  padding: 19px 0 15px 0;
  cursor: pointer;
  text-decoration: none;
}
.record-detail .record-nav .nav-bar > li > a > font {
  color: #000;
}
.record-detail .record-nav .nav-bar > li > a .con-count {
  background-color: #A52652;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
  /*margin-left: 6px;*/
  margin-top: 0;
  position: absolute;
  top: 17px;
  line-height: 20px;
  letter-spacing: 0;
}
.record-detail .record-nav .nav-bar > li > a:hover,
.record-detail .record-nav .nav-bar > li > a:focus {
  background-color: #fff;
}
.record-detail .record-nav .nav-bar > li.selected {
  border-bottom: solid 2px #30befc;
  background-color: #fff;
}
.record-detail .record-nav .nav-bar > li + li.third-last {
  width: 259px;
}
.record-detail .dropdown-menu {
  float: left;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  border-bottom: solid 2px #30befc;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.record-detail .dropdown-menu > li {
  background-color: #fff;
}
.record-detail .dropdown-menu > li > a {
  display: block;
  padding: 10px 12px;
  white-space: normal;
  color: #000;
  text-decoration: none;
}
.record-detail .dropdown-menu > li > a font {
  color: #000;
}
.record-detail .dropdown-menu > li > a:hover,
.record-detail .dropdown-menu > li > a:focus {
  background-color: #d4f2fe;
}
.record-detail .record-main-section {
  border: solid 1px #fcfcfc;
  position: relative;
  margin-top: 10px;
  float: left;
  min-height: 300px;
  /*&.add-mt-main {
            margin-top: 181px !important;
        }*/
}
.record-detail .record-main-section .record-tab-content {
  display: none;
}
.record-detail .record-main-section .record-tab-content.show {
  display: block;
}
.record-detail .record-condition-msg {
  display: none;
}
.record-detail .btn-view-condition {
  position: absolute;
  /*margin-left: 615px;*/
  margin-top: -32px;
}
.ACA_Help_Icon_White {
  background: url(../css/images/help-white.png);
  background-size: 16px;
}
.ACA_Report_Arrow > div {
  display: inline-block;
}
.ACA_BannerAndSearch {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.gs_panel,
.caphome {
  min-height: 300px;
}
.search-sub-menu .caret-down-arrow {
  width: 10px;
  height: 6px;
  background-image: url("../css/images/caret_arrow.gif");
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sub-menu .right-arrow {
  position: absolute;
  /* margin-right: 0; */
  /*right: 10px;*/
  top: 14px;
  width: 6px;
  height: 10px;
  /*background-image: url("../css/images/caret_arrow_right.png");*/
  background-repeat: no-repeat;
  display: inline-block;
}
.ACA_Dialog_Title {
  width: 85%;
  padding-top: 5px;
}
.ACA_Help_Icon.inr-span {
  display: inline-block;
  background-repeat: no-repeat;
}
.dd-tooltip {
  display: inline;
  position: relative;
}
.dd-tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}
.dd-tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}
.ACA_Desc {
  width: 100% !important;
  display: block;
  font-weight: normal;
  white-space: normal !important;
  text-align: justify;
  margin-left: 14px;
  font-size: 1.2em;
}
.ACA_ServiceNoMsg {
  top: 10px;
  position: relative;
}.nav_bar_container {
  /*display: none;*/
  height:0px;
}
div#divNaviMenu{
	display: none;
}

*:focus {
  outline: none;
}
div[id$="_divFileSelect"] {
  visibility: hidden;
}

.aca_wrapper > div {
  width: 970px !important;
}
.ACA_NaviTitle {
  width: 950px;
}
.ACA_Content {
  width: 960px;
  margin: 0;
}
.ACA_Content > table {
  width: 100%;
}
.ACA_Content .ACA_RightContent {
  width: 550px;
}

.aca_wrapper > div .ACA_Content {
  padding: 0px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ACA_Message_Success,
.ACA_Message_Notice,
.ACA_Message_Error {
  margin-bottom: 10px;
}
.ACA_Message_Success {
  background-color: #dff0d8;
  border-color: #c1e2b3;
  border-radius: 4px;
  box-shadow: 3px 3px 8px #cccccc;
}
.ACA_Message_Success .ACA_Message_Icon,
.ACA_Message_Success .ACA_XShoter {
  display: none;
}
.ACA_Message_Success a:focus {
  outline: none;
}
.ACA_Message_Success table {
  width: 100%;
}
.ACA_Message_Success table > tbody > tr td:nth-child(1),
.ACA_Message_Success table > tbody > tr td:nth-child(2) {
  display: none;
}
.ACA_Message_Success table > tbody > tr td:nth-child(3) {
  font-size: 14px;
  color: #3d6c2a;
  font-weight: 400;
  font-size: 12px;
}
.ACA_Message_Success table > tbody > tr td:nth-child(3)::first-line {
  font-weight: 600;
}
.ACA_Message_Notice {
  background-color: #fcf8e3;
  border-color: #f7ecb5;
  border-radius: 4px;
  box-shadow: 3px 3px 8px #cccccc;
}
.ACA_Message_Notice .ACA_Message_Icon,
.ACA_Message_Notice .ACA_XShoter {
  display: none;
}
.ACA_Message_Notice a:focus {
  outline: none;
}
.ACA_Message_Notice .ACA_Message_Content > div {
  font-size: 14px;
  color: #9c8611;
  font-weight: 400;
}
.ACA_Message_Notice .ACA_Message_Content > div::first-line {
  font-weight: 600;
}
.ACA_Message_Notice table {
  width: 100%;
}
.ACA_Message_Notice table > tbody > tr td:nth-child(1),
.ACA_Message_Notice table > tbody > tr td:nth-child(2) {
  display: none;
}
.ACA_Message_Notice table > tbody > tr td:nth-child(3) {
  font-size: 14px;
  color: #3d6c2a;
  font-weight: 400;
  font-size: 12px;
}
.ACA_Message_Notice table > tbody > tr td:nth-child(3)::first-line {
  font-weight: 600;
}
.ACA_Message_Error {
  background-color: #f2dee1;
  border-color: #e4b9c0;
  border-radius: 4px;
  box-shadow: 3px 3px 8px #cccccc;
}
.ACA_Message_Error .ACA_Message_Icon,
.ACA_Message_Error .ACA_XShoter {
  display: none;
}
.ACA_Message_Error a:focus {
  outline: none;
}
.ACA_Message_Error .ACA_Message_Content > div {
  font-size: 14px;
  color: #a94442;
  font-weight: 400;
}
.ACA_Message_Error .ACA_Message_Content > div::first-line {
  font-weight: 600;
}
.ACA_Message_Error table > tbody > tr td:nth-child(1),
.ACA_Message_Error table > tbody > tr td:nth-child(2) {
  display: none;
}
.ACA_Message_Error table > tbody > tr td:nth-child(3) {
  font-size: 14px;
  color: #712d37;
  font-weight: 400;
  font-size: 12px;
}
.ACA_Message_Error table > tbody > tr td:nth-child(3)::first-line {
  font-weight: 600;
}
/*
.ACA_RegisterLogin {
  position: relative;
  top: 6px;
  right: 0;
  padding: 8px 10px;
  height: auto;
}
.ACA_RegisterLogin #ctl00_HeaderNavigation_lblUserName {
  margin-left: 4px;
}
.ACA_RegisterLogin {
  color: #666666;
}
.ACA_RegisterLogin a {
  color: #666666;
}
.ACA_RegisterLogin #ctl00_HeaderNavigation_lblUserName {
  color: #666666;
}
.ACA_RegisterLogin #ctl00_HeaderNavigation_com_headNav_label_loggedinas {
  color: #666666;
}
.ACA_RegisterLogin a {
  font-size: 12px;
  font-weight: 400;
  font-family: arial, sans-serif;
}
#reportList,
#reportList2 {
  position: relative;
  left: -152px !important;
  top: 8px;
  width: 290px;
}
#reportList > div,
#reportList2 > div {
  margin-top: 12px;
}
#reportList a,
#reportList2 a {
  color: #666666;
}
.ACA_RegisterLogin::before {
  position: absolute;
  top: 0;
  left: -30px;
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-top: 36px solid #ffffff;
}
.ACA_RegisterLogin {
  background-color: #ffffff;
}
.ACA_RegisterLogin a {
  text-decoration: underline;
}
.ACA_LoginBox > div.ACA_TabRow.ACA_Line_Content {
  margin-top: 20px;
}
.ACA_LoginBox .ACA_LoginBoxTitle {
  margin-top: 8px;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.ACA_LoginBox .ACA_Line_Content {
  display: none;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_lblForgotPWD,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_acc_sign_label_registerAccount {
  color: #006699;
  font-weight: 400;
  letter-spacing: inherit;
  margin-top: 0;
  padding: 0;
  line-height: 18px;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_divForgotPassword A,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_divRegisterAccount A {
  text-decoration: none !important;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_acc_sign_label_newUser {
  display: none!important;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_divRegisterAccount,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_divForgotPassword {
  padding-top: 4px;
}
.ACA_LoginBox {
  background-color: #87ceeb;
}
.ACA_LoginBox {
  border-radius: 5px;
  border: 0px solid #999999;
}
.ACA_LoginBox .ACA_LoginBoxTitle {
  color: #ffffff;
}
.ACA_LoginBox label {
  color: #333333;
}
.ACA_LoginBox .ACA_LoginBoxTitle {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: inherit;
  text-transform: none;
  text-align: left !important;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_lblForgotPWD,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_acc_sign_label_registerAccount {
  font-size: 12px;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtUserId_label_1,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtPassword_label_1 {
  font-size: 13px;
  font-weight: 700;
  font-family: arial, sans-serif;
  text-transform: none;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtUserId,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtPassword {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 3px;
  box-shadow: none;
  height: 26px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  width: 210px;
}
.ACA_LoginBox input[type=text] {
  padding-left: 10px!important;
  padding-right: 10px!important;
  box-sizing: border-box !important;
}
*/
.gs_container {
  float: left;
  width: 100%;
  padding-top: 0;
}
.gs_container .gs_top_table {
  margin: 0;
  float: right;
  width: 300px;
}
.gs_container .gs_top_table td:nth-child(1),
.gs_container .gs_top_table td:nth-child(3) {
  display: none;
  width: 0 !important;
}
.gs_container .gs_top_table td {
  background-color: #ffffff;
}
.gs_container .gs_top_table td:nth-child(2) {
  border-right: none;
}
.gs_container .gs_top_table td:nth-child(2) input[type='text'] {
  height: 30px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  padding-left: 6px;
  width: 100%;
}
.gs_container .gs_top_table td:nth-child(4) {
  border-left: none;
  border-right: none;
  width: 12px !important;
}
.gs_container .gs_top_table td:nth-child(4) input[type='image'] {
  margin: 0;
  padding: 0;
}
.gs_container .gs_top_table td:nth-child(5) {
  width: 12px !important;
}
.gs_container .gs_top_table td:nth-child(5) input[type='image'] {
  margin: 0;
  padding: 0;
}
#divHistoryList {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  margin-left: 5px;
  width: 258px !important;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: none;
  min-height: 50px;
  padding: 8px 20px;
}
.gs_container {
  padding: 0 20px 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#divTitle {
  margin-top: 12px;
}
.ACA_InfoTitle,
.ACA_Title_Bar {
  position: relative;
  margin-bottom: 0;
}
.ACA_InfoTitle .ACA_SmButton,
.ACA_Title_Bar .ACA_SmButton {
  position: absolute;
  top: 5px;
  right: 5px;
}
.ACA_InfoTitle h1,
.ACA_Title_Bar h1 {
  font-weigth: 600;
}
.ACA_InfoTitle select,
.ACA_Title_Bar select {
  position: absolute;
  top: 2px;
  right: 5px;
  height: 25px;
}
.ACA_InfoTitle h1,
.ACA_Title_Bar h1 {
  color: #000000;
}
.ACA_InfoTitle,
.ACA_Title_Bar {
  border: none;
}
.ACA_InfoTitle h1,
.ACA_Title_Bar h1 {
  font-weigth: 600;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList {
  border: none;
  margin-left: -10px;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td {
  margin: 0;
  margin-right: 10px;
  padding: 18px;
  height: 100px;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td h2 span {
  margin-top: 10px;
  margin-bottom: 0;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td a span {
  margin-left: 6px;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td span[style='display:inline-block;width:100%;'] {
  margin-bottom: 10px;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td {
  background-color: #ffffff;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td h2 span {
  color: #000000;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td a {
  text-decoration: none;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td a span {
  color: #8dc5eb;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td h2 span {
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td a {
  font-size: 13px;
  font-weight: 400;
}
.ACA_TabRow_Header th {
  height: 30px;
  letter-spacing: .5px;
  padding: 5px;
  width: auto !important;
}
.ACA_TabRow_Even td,
.ACA_TabRow_Odd td {
  padding-right: 4px;
  vertical-align: middle;
}
.ACA_GridView,
.ACA_Grid_OverFlow {
  width: 99% !important;
}
.ACA_GridView .ACA_Column_Short,
.ACA_Grid_OverFlow .ACA_Column_Short {
  float: none;
}
.ACA_TabRow_SmallOdd,
.ACA_TabRow_Odd,
.ACA_TabRow_SmallEven,
.ACA_TabRow_Even {
  padding: 2px;
  height: 40px;
  min-height: 40px;
  vertical-align: middle !important;
}
.ACA_TabRow_SmallEven .ACA_AlignLeftOrRightTop > div,
.ACA_TabRow_SmallOdd .ACA_AlignLeftOrRightTop > div {
  min-height: 40px;
}
.ACA_Grid_OverFlow .ACA_GridView {
  border-collapse: initial;
}
.ACA_TabRow_Header th {
  background: #dddddd;
  color: #777777;
}
.ACA_TabRow_Header th a > span {
  color: #777777;
}
.ACA_TabRow_Header th a:hover > span {
  color: #777777;
}
.ACA_TabRow_Even td a:hover,
.ACA_TabRow_Odd td a:hover {
  color: #333333 !important;
}
.ACA_TabRow_Odd:hover,
.ACA_TabRow_Even:hover,
.ACA_TabRow_SmallOdd:hover,
.ACA_TabRow_SmallEven:hover {
  background: #ffffe5 !important;
  color: #333333;
}
.ACA_TabRow_SmallOdd,
.ACA_TabRow_Odd {
  background: #ffffff;
}
.ACA_TabRow_SmallEven,
.ACA_TabRow_Even {
  background: #efefef;
}
.ACA_TabRow_Header th {
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
.ACA_TabRow_Even td,
.ACA_TabRow_Odd td {
  border-bottom: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
.ACA_TabRow_Header th:first-child,
.ACA_TabRow_Even td:first-child,
.ACA_TabRow_Odd td:first-child {
  border-left: 1px solid #bbbbbb;
}
tr.ACA_Table_Pages {
  border-bottom: none!important;
}
.ACA_TabRow_SmallOdd,
.ACA_TabRow_Odd,
.ACA_TabRow_SmallEven,
.ACA_TabRow_Even {
  border: 1px solid #bbbbbb;
}
.ACA_TabRow_Header th {
  text-transform: none;
}
.ACA_TabRow_SmallOdd,
.ACA_TabRow_Odd,
.ACA_TabRow_SmallEven,
.ACA_TabRow_Even {
  font-weight: 400;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-transform: none !important;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a,
.ACA_LgButton a,
.ACA_LgButtonForRight a,
.ACA_LgButtonDisable a,
.ACA_SmButton a > span,
.ACA_SmButtonForRight a > span,
.ACA_LgButton a > span,
.ACA_LgButtonForRight a > span,
.ACA_LgButtonDisable a > span {
  float: none;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a,
.ACA_LgButton a,
.ACA_LgButtonForRight a,
.ACA_LgButtonDisable a {
  display: inline-block;
  margin: 0px !important;
}
.ACA_SmButton a span,
.ACA_SmButtonForRight a span,
.ACA_LgButton a span,
.ACA_LgButtonForRight a span,
.ACA_LgButtonDisable a span {
  margin: 0px !important;
  padding: 0px !important;
}
.ACA_SmButton a:hover,
.ACA_SmButtonForRight a:hover,
.ACA_LgButton a:hover,
.ACA_LgButtonForRight a:hover,
.ACA_LgButtonDisable a:hover {
  display: inline-block;
}
.ACA_SmButton a:active,
.ACA_SmButtonForRight a:active,
.ACA_LgButton a:active,
.ACA_LgButtonForRight a:active,
.ACA_LgButtonDisable a:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a {
  padding: 2px 12px !important;
}
.ACA_LgButton a,
.ACA_LgButtonForRight a {
  padding: 5px 16px !important;
}
.ACA_LgButtonDisable a {
  padding: 10px 16px !important;
}
.ACA_LgButtonDisable a:hover span {
  cursor: not-allowed;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a,
.ACA_LgButton a,
.ACA_LgButtonDisable a,
.ACA_LgButtonForRight a {
  background-image: none !important;
}
.ACA_SmButton a span,
.ACA_SmButtonForRight a span,
.ACA_LgButton a span,
.ACA_LgButtonDisable a span,
.ACA_LgButtonForRight a span {
  background-image: none !important;
}
.ACA_SmButton a:active,
.ACA_SmButtonForRight a:active,
.ACA_LgButton a:active,
.ACA_LgButtonDisable a:active,
.ACA_LgButtonForRight a:active {
  background-image: none !important;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a,
.ACA_LgButton a,
.ACA_LgButtonDisable a,
.ACA_LgButtonForRight a {
  background-color: #214380 !important;
}
.ACA_SmButton a span,
.ACA_SmButtonForRight a span,
.ACA_LgButton a span,
.ACA_LgButtonDisable a span,
.ACA_LgButtonForRight a span {
  color: #ffffff !important;
}
.ACA_SmButton a:hover,
.ACA_SmButtonForRight a:hover,
.ACA_LgButton a:hover,
.ACA_LgButtonDisable a:hover,
.ACA_LgButtonForRight a:hover {
  background-color: #214380 !important;
}
.ACA_SmButton a:hover span,
.ACA_SmButtonForRight a:hover span,
.ACA_LgButton a:hover span,
.ACA_LgButtonDisable a:hover span,
.ACA_LgButtonForRight a:hover span {
  color: #ffffff !important;
}
.ACA_LgButtonDisable a {
  background-color: #eeeeee !important;
}
.ACA_LgButtonDisable a span {
  color: #cccccc !important;
}
.ACA_LgButtonDisable a:hover {
  background-color: #eeeeee !important;
}
.ACA_LgButtonDisable a:hover span {
  color: #cccccc !important;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a,
.ACA_LgButton a,
.ACA_LgButtonDisable a,
.ACA_LgButtonForRight a,
.ACA_SmButton a:hover,
.ACA_SmButtonForRight a:hover,
.ACA_LgButton a:hover,
.ACA_LgButtonDisable a:hover,
.ACA_LgButtonForRight a:hover {
  border: 1px solid #214380 !important;
  border-radius: 5px;
}
.ACA_SmButton a span,
.ACA_SmButtonForRight a span {
  font-family: Arial !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap!important;
}
.ACA_LgButton a span,
.ACA_LgButtonForRight a span {
  font-family: Arial !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  white-space: nowrap!important;
}
.ACA_LgButtonDisable a span {
  font-family: Arial !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap!important;
}
.ACA_Control_Display {
  position: relative;
}
.ACA_ASI_Container .ACA_Control_Display img[id$='_calendar_img'] {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 13px;
}
.ACA_Global_Loading {
  background-color: white;
  height: 65px;
  width: 140px;
}
.ACA_Global_Loading img {
  display: none;
}
.ACA_Global_Loading .ACA_Global_Loading_Title {
  height: 25px;
  width: 120px;
  text-align: center;
  line-height: 80px;
  background-image: url('data:image/gif;base64,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');
  vertical-align: bottom;
}
/*
.ACA_Content {
  width: 970px;
}
*/
a,
span,
font,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
tr,
table,
tbody,
thead,
tfoot {
  font-family: arial, sans-serif !important;
}
.gs_container {
  float: right;
  width: 250px;
  margin-top: 25px;
  padding: 0px 0px 20px 0 ;
}
.gs_container .gs_top_table {
  width: 250px;
}
.gs_container .gs_top_table td:nth-child(2) {
  border-radius: 3px 0px 0px 3px;
}
.gs_container .gs_top_table td:nth-child(5) {
  border-radius: 0 3px 3px 0px;
}
.gs_container .gs_top_table td:nth-child(2) input[type='text'] {
  font-size: 13px;
  color: #999999;
  font-style: normal!important;
  font-family: arial, sans-serif;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtUserId_label_1,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtPassword_label_1 {
  font-weight: 400;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList {
  border-top: 1px  dotted #dcdcde;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td a span {
  color: #555a5a;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td a span:hover {
  text-decoration: underline;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td h2 span {
  color: #103559;
}
.ACA_LoginBox {
  width: 213px;
  height: 305px;
  padding: 18px 0px 20px 18px;
}
.ACA_NaviTitle {
  height: 42px;
  margin: 0;
}
.ACA_RegisterLogin {
  padding: 5px 0px;
}
.Header_h2 {
  font-size: 14px;
  color: #505060;
  font-weight: bold;
}
.ACA_LoginBox input[type=text],
.ACA_LoginBox input[type=password] {
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: border-box !important;
}
.gs_border,
.gs_border_right,
#divHistoryList {
  border-color: #8e9194;
}
#ctl00_PlaceHolderMain_LoginBox_AccelaLabel1 {
  font-size: 14px;
  position: relative;
  top: 6px;
}
.ACA_LoginBox .ACA_LoginBoxTitle {
  margin-left: -18px;
  border-left: 5px solid #214380;
  padding-left: 13px;
  height: 18px;
  color: #002855;
  padding-bottom: 8px !important;
}
.ACA_ASI_Container {
  overflow-y: visible;
  overflow-x: visible;
  padding-bottom: 70px;
}
#ctl00_HeaderNavigation_btnLogin {
  text-decoration: underline;
  color: #38939b !important;
}
#ctl00_HeaderNavigation_btnRegister:hover {
  text-decoration: underline;
}
.ACA_RegisterLogin a {
  text-decoration: none;
}
.ACA_RegisterLogin a:hover {
  text-decoration: underline;
}
.ACA_LgButtonForRight a {
  background-color: #e98a41;
}
p {
  color: #292f33;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_lblForgotPWD,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_acc_sign_label_registerAccount {
  color: #002855;
  text-decoration: underline;
  font-size: 13px;
  margin-right: 8px;
}
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_lblForgotPWD font,
.ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_acc_sign_label_registerAccount font {
  color: #1470a0 !important;
  font-size: 12px !important;
}
#ctl00_PlaceHolderMain_LoginBox_acc_sign_label_rememberMe {
  color: #002855;
}
#ctl00_PlaceHolderMain_com_welcome_text_welcomeInfo p a {
  color: #292f33;
  text-decoration: none;
}
#ctl00_PlaceHolderMain_com_welcome_text_welcomeInfo p a:hover {
  color: #292f33;
}
.gs_container .gs_top_table td {
  background-color: #eaf3ff !important;
}
.gs_container .gs_top_table td:nth-child(4) {
  padding-right: 4px;
}
.ACA_NaviTitle {
  border-bottom: 1px dotted #d1d1dd;
}
.aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child {
  background-color: #fff;
  border: 0;
  padding-right: 4px;
}
.ACA_Anouncement_Popup_Window {
  left: 0!important;
}
.ACA_LoginBox .ACA_LgButton {
  float: none;
}
.ACA_LoginBox .ACA_FRight {
  float: right;
}
.ACA_SmButton a:hover:hover,
.ACA_SmButtonForRight a:hover:hover,
.ACA_SmButtonDisable a:hover:hover,
.ACA_LgButton a:hover:hover,
.ACA_LgButtonForRight a:hover:hover {
  background: #214380 !important;
}
.ACA_NaviTitle .ACA_Body_Text,
.ACA_NaviTitle #ctl00_HeaderNavigation_com_headNav_label_loggedinas,
.ACA_NaviTitle #ctl00_HeaderNavigation_lblUserName,
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityAfter,
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityBefore,
.ACA_NaviTitle a {
  color: #3b5374;
  font-size: 12px;
}
.ACA_NaviTitle a:hover span {
  color: #424649;
}
#ctl00_PlaceHolderMain_divWelcomeText {
  border-bottom: 1px dotted #d1d1dd;
}
.ACA_Body_Text,
.ACA_Body_Text p {
  font-size: 14px;
}
.ACA_Welcome_Block a > span {
  color: #006699 !important;
  font-size: 14px;
}
.aca_wrapper #ctl00_PlaceHolderMain_divContentLink .Header_h2 {
  color: #002855;
  border-bottom: 0;
}
.ACA_BannerAndSearch {
  position: relative;
}
.gs_container .gs_top_table {
  width: auto;
}
.gs_container .gs_top_table .gs_go_img {
  content: none;
}
.gs_container .gs_top_table #tdSearchHistory a {
  right: 8px;
  margin-top: -8px;
}
.gs_container .gs_top_table #tdSearchHistory a img {
  content: none;
}
a > span {
  color: #424649;
}
#divHistoryList {
  width: 208px !important;
  left: 692px !important;
  top: 50px !important;
}
#ctl00_PlaceHolderMain_divWelcomeText h1 {
  font-size: 14px;
}
#ctl00_PlaceHolderMain_areaNotLoggedIn h1 {
  font-size: 22px;
}
#ctl00_PlaceHolderMain_LoginBox_btnLogin_container {
  margin: 14px 0px 11px 0;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList .Header_h2 {
  font-size: 14px;
}
#ctl00_PlaceHolderMain_LoginBox_txtPassword_table {
  margin-top: 15px;
}
.ACA_LoginBox {
  float: right !important;
  width: 230px;
}
.gs_container .gs_top_table td:nth-child(4) {
  width: 0 !important;
}
.gs_container .gs_top_table td:nth-child(5) {
  width: 0 !important;
}
.ACA_Form input[type="text"],
.ACA_Form input[type="password"],
.ACA_Form textarea,
.ACA_Form select {
  height: 28px;
  float: left;
}
.ACA_Form .ACA_Label label {
  float: none;
  margin: 0 0 2px 0.5em;
  word-break: keep-all;
  white-space: nowrap;
}
.container_40 .grid_15 {
  width: auto;
}
.ACA_TDAlignLeftOrRightTop TD {
  vertical-align: middle;
}
.container_40 div[class^='grid_'] input[type="text"],
.container_40 div[class^='grid_'] input[type="password"] {
  width: auto;
}
#ctl00_PlaceHolderMain_generalSearchForm_txtGSEndDate_calendar_button {
  margin-left: 4px;
}
#ctl00_PlaceHolderMain_generalSearchForm_txtGSStartDate_calendar_button {
  margin-left: 4px;
}
.ACA_LgButtonDisable a {
  padding: 5px 16px !important;
}
.ACA_TabRow_SmallEven .ACA_AlignLeftOrRightTop > div,
.ACA_TabRow_SmallOdd .ACA_AlignLeftOrRightTop > div {
  min-height: auto;
}
.ACA_GridView > tbody > tr:last-child {
  border: 1px solid #bbb;
  padding-bottom: 2px !important;
  border-top: 0;
}
.ACA_TabTitle {
  border-bottom: 0px !important;
}
.ACA_GridView .ACA_TabRow_SmallEven > td:nth-last-child(2),
.ACA_GridView .ACA_TabRow_SmallOdd > td:nth-last-child(2) {
  border-right: none !important;
}
.ACA_TabRow_SmallOdd,
.ACA_TabRow_Odd,
.ACA_TabRow_SmallEven,
.ACA_TabRow_Even {
  border: 0 !important;
}
.ACA_TabRow_Header th:first-child,
.ACA_TabRow_Even td:first-child,
.ACA_TabRow_Odd td:first-child {
  border-left: 0px !important;
}
.ACA_TabRow_Even td,
.ACA_TabRow_Odd td {
  border: 0;
}
.ACA_LgButton a span,
.ACA_LgButtonForRight a span {
  font-size: 16px !important;
}
.ACA_LgButtonDisable a span {
  font-size: 16px !important;
}
#ctl00_HeaderNavigation_lblLogin {
  color: #006699;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList .Header_h2 span {
  font-size: 14px;
}
#ctl00_PlaceHolderMain_com_welcome_text_welcomeInfo h1:first-child {
  font-size: 22px !important;
}
#ctl00_PlaceHolderMain_com_welcome_text_welcomeInfo h1:first-child span {
  color: #38939b;
  font-size: 22px !important;
}
.ACA_Area_CapHome {
  overflow: hidden;
}
.aca_wrapper .ACA-CustomComponent {
  display: none;
}
.aca_wrapper .welcome-page.ACA_Content {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ACA_InfoTitle .ACA_FRight select {
  margin-right: 0;
}
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityBefore:hover,
#ctl00_HeaderNavigation_lblReports:hover,
#ctl00_HeaderNavigation_lblRegister:hover {
  text-decoration: underline;
}
#ctl00_HeaderNavigation_lblMyCollection:hover,
#ctl00_HeaderNavigation_lblShoppingCart:hover,
#ctl00_HeaderNavigation_lblReports2:hover,
#ctl00_HeaderNavigation_com_headNav_label_accountManagement:hover,
#ctl00_HeaderNavigation_com_headIsLoggedInStatus_label_logout:hover,
#ctl00_HeaderNavigation_lblAccessibilityAfter:hover {
  text-decoration: underline;
}
.gs_search_box {
  background-color: #fff;
  border: 1px solid #bccdf0 !important;
  color: #000 !important;
}
.Map_Bottom .aca_imagebutton_label {
  background-color: #e98a41 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#e98a41), to(#e98a41));
  background: -webkit-linear-gradient(top, #e98a41, #e98a41);
  background: -moz-linear-gradient(top, #e98a41, #e98a41);
  background: -ms-linear-gradient(top, #e98a41, #e98a41);
  background: -o-linear-gradient(top, #e98a41, #e98a41);
}
.Map_Bottom .aca_imagebutton_label:hover:hover {
  background: #e98a41 !important;
}
.ACA_LoginBox label {
  color: #002855;
}
.ACA_Content .Footer {
  padding-bottom: 40px;
}
.ACA_RegisterLogin {
  background-color: #eaf3ff !important;
}
.aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:first-child {
  background-color: #eaf3ff !important;
}
.aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child {
  background-color: #eaf3ff !important;
}
#ctl00_PlaceHolderMain_TabDataList_TabsDataList td {
  background-color: #eaf3ff !important;
}
.ACA_RegisterLogin::before {
  border-top: 36px solid #eaf3ff;
}
body {
  background: #eaf3ff !important;
}
#ctl00_PlaceHolderMain_actionBarBottom_divShowSaveandResume {
  background-color: #e98a41 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#e98a41), to(#e98a41));
  background: -webkit-linear-gradient(top, #e98a41, #e98a41);
  background: -moz-linear-gradient(top, #e98a41, #e98a41);
  background: -ms-linear-gradient(top, #e98a41, #e98a41);
  background: -o-linear-gradient(top, #e98a41, #e98a41);
}

/*22.2 CSS FIX START*/
.ACA_Continue {
  martin-top 0px;
  padding: 8px 10px !important;
  background-color: #E98A41;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid !important;
}
.ACA_Continue > a > span{
  color: #000000 !important;
}

/*22.2 CSS FIX END*/