html
{
  overflow-y: scroll;
}
a:link, a:visited
{
  color: #525252;
}
a.default_sort
{
  text-decoration: none;
  font-size: 75%;
  color: #919191;
}
a.pod_toggle_button
{
  position: absolute;
  top: 13px;
  left: 0px;
  font-size: 125%;
  color: #9d9d9d;
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 18px;
  text-decoration: none;
}
div.tickets_detail_newnote_header
{
  color: #c6c6c6;
  text-align: left;
  font-weight: bold;
  width: 100%;
}
body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
  background-image: url("images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  margin: 0px;
}
div.gbl_header_all
{
  position: fixed;
  width: 100%;
  z-index: 999;
}
div.gbl_dash_body
{
  padding: var(--body_padding_top) 10px 10px 10px;
}
div.gbl_dash_body_small
{
  padding: var(--body_padding_top) 10px 10px 10px;
}
div.wysiwyg_cont input[type='button']
{
  background-color: #fefefe;
  color: #5d5d5d;
  margin: 0px;
  padding: 0px;
  min-width: 30px;
  height: 30px;
  line-height: 15px;
}
div.wysiwyg_cont input[type='button']:hover,
div.wysiwyg_cont input[type='button']:focus
{
  background-color: #ddeaff;
}
div.notes_icon
{
  height: 36px;
  line-height: 36px;
  width: 36px;
  border-radius: 18px;
  text-align: center;
  vertical-align: middle;
  background-color: #6F94D6;
  color: #ffffff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
div.notes_name
{
  color: #565c75;
  font-weight: bold;
  padding-bottom: 5px;
}
div.notes_date
{
  color: #898989;
  font-size: 90%;
  padding-bottom: 2px;
}
div.notes_content
{
  padding-top: 5px;
}
div.gbl_header_stats
{
  width: 700px;
  margin:0px auto;
  padding-top:5px;
  padding-bottom:5px;
}
table.gbl_header_stats_table
{
  table-layout: fixed;
  width: 100%;
  background-color: #f0f0f0;
}
table.gbl_header_stats_table tr td
{
  text-align: center;
  padding: 0px;
  font-size: 76%;
  width: 60px;
}
table.gbl_header_stats_table tr td a.summary_blob
{
  background-color: #f5f5f5;
  border-radius: 15%;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  padding: 5px 0px 3px 0px;
  display: block;
  text-decoration: none;
}
table.gbl_header_stats_table tr td a.summary_blob:hover
{
  background-color: #ddeaff;
}
h3
{
  margin: 20px;
  text-align: center;
  color: #c6c6c6;
  font-weight: bold;
  font-size: 150%;
}
input[type="button"],
input[type="submit"],
.button_link
{
  outline: none;
  border: 0px;
  background-color: #0083c0;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  margin: 3px;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, .button_link:hover
{
  background-color: #02618e;
}
.button_link_del:hover
{
  background-color: #8e0a0a !important;
}
input[type="button"]:disabled,
input[type="submit"]:disabled,
.button_link:disabled,
button:disabled
{
  background-color: #d5d5d5;
  cursor: not-allowed;
}
.required
{
  color: red;
  font-weight: bold;
  padding-left: 4px;
}
.error
{
  margin-top: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #ffcccc;
  font-weight: bold;
  color: #b30000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  z-index: 100000;
}
.error_multi
{
  padding: 5px;
  text-align: center;
  background-color: #ffcccc;
  font-weight: bold;
  color: #b30000;
  margin-top: 1px;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  z-index: 100000;
}
.message
{
  margin-top: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #ceffef;
  font-weight: bold;
  color: #124c00;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  z-index: 100000;
}
.message_multi
{
  padding: 5px;
  text-align: center;
  background-color: #a8ffe2;
  font-weight: bold;
  color: #124c00;
  margin-top: 1px;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  z-index: 100000;
}
.warning
{
  padding: 5px;
  text-align: center;
  background-color: #fffad3;
  font-weight: bold;
  color: #d89631;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  z-index: 100000;
}
#msg_top_level
{
  position: fixed;
  display: none;
  width: 100%;
  z-index: 100000;
}
#loading
{
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url("images/bg_lb_wh.png");
}
.loading_img
{
  position: fixed;
  z-index: 99998;
  right: 16px;
  bottom: 16px;
  width: 50%;
  height: 50%;
  background-image: url("images/loading_hourglass.gif");
  background-repeat: no-repeat;
}
.preload
{
  display: none;
}
#lightbox1
{
  z-index: 99992;
}
#lightbox2
{
  z-index: 99993;
}
#lightbox3
{
  z-index: 99994;
}
#lightbox4
{
  z-index: 99995;
}
#lightbox1,
#lightbox2,
#lightbox3,
#lightbox4
{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("images/bg_lb_wh.png");
}
#lightboxborder1,
#lightboxborder2,
#lightboxborder3,
#lightboxborder4
{
  position: absolute;
  width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  backface-visibility: hidden;
  background-color: #fcfcfc;
}
#lightboxcontent1,
#lightboxcontent2,
#lightboxcontent3,
#lightboxcontent4
{
  padding: 20px;
  max-height: calc(100vh - 100px);
  position: relative;
}
#lightboxtitle1,
#lightboxtitle2,
#lightboxtitle3,
#lightboxtitle4
{
  float: left;
  height: 34px;
  line-height: 34px;
  width: 90%;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
  color: #ffffff;
  cursor: move;
}
.lightbox_close
{
  background-color: #025f8a !important;
  min-width: 0px !important;
  font-weight: bold;
}
.lightbox_close:hover
{
  background-color: Red !important;
}
div.lightbox_titlebar
{
  background-color: #0083c0;
  text-align: right;
  padding: 2px;
}
table.tbl_Login, table.tbl_Login_2fa
{
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
table.tbl_Login_2fa tr th span
{
  font-weight: bold;
  color: #2F5586;
  font-size: 175%;
}
table.tbl_Login tr th, table.tbl_Login_2fa tr th
{
  text-align: right;
  font-weight: normal;
  padding-right: 8px;
  color: #4a4a4a;
}
table.tbl_Login tr th a, table.tbl_Login tr th a:visited
{
  color: #9e9e9e;
  text-decoration: none;
}
.button_link:link
{
  color: #ffffff;
  text-decoration:none;
}
table.tbl_Login tr td a:link, table.tbl_Login tr td a:visited
{
  color: #7c7c7c;
}
table.tbl_Login tr td a
{
  padding: 10px 6px 0px 6px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
table.tbl_Login tr td input[type=text], table.tbl_Login tr td input[type=password], table.tbl_Login_2fa tr td input[type=text], table.tbl_Login_2fa tr td input[type=password], table.tbl_Login_2fa tr th input[type=text]
{
  width: 400px;
  padding: 10px;
  margin: 5px;
  border: 1px solid LightGray;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f7f8fa;
  height: 25px;
  outline: none;
}
input.inputSMS
{
  font-size: 150%;
  text-align: center;
}
#in_reset_captcha_alert
{
  border-top: 2px solid red;
  width: 302px;
  visibility: hidden;
}
#in_reset_email
{
  padding: 5px;
}
div.reset_moreinfo
{
  margin-top:50px;
  padding: 15px;
  text-align: center;
  background-color: #ffffff;
}
div.div_login_poweredby
{
  position: fixed;
  bottom: 10px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 45px;
  font-size: 90%;
}
div.div_login_poweredby img
{
  vertical-align: middle;
  padding-right: 5px;
  position: relative;
  top: -3px;
}
div.div_login_poweredby a:link, div.div_login_poweredby a:visited
{
  text-decoration: none;
  color: #373737;
}
#in_login_uname
{
  background-image: url("images/login_username.png");
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
#in_login_upass
{
  background-image: url("images/login_password.png");
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
#co_login
{
  padding-left: 20px;
  padding-right: 20px;
}
div.div_select_index_co
{
  margin-top: 200px;
  text-align: center;
}
div.div_select_index_co select
{
  padding: 5px;
  border: 1px solid LightGray;
  border-radius: 3px;
}
div.div_select_index_co div
{
  font-weight: bold;
}
div.gbl_menu
{
  background-color: #0083c0;
  text-align: center;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
div.gbl_header
{
  background-color: #f0f0f0;
  /*height:150px;*/
  display: flex;
  align-items: center;   
}
div.gbl_header img.img_header_company
{
  /* top right bottom left*/
  margin: 22px 20px 0px 0px;
  float: right;
  height: 56px;
  width: 192px;
}
div.gbl_header img.img_header_applogo
{
  margin: 10px 0px 10px 20px;
  height: 80px;
  width: 272px;
  float:left;
}
div.gbl_footer_bar
{
  background-color: #0083c0;
  height: 5px;
  display: none;
}
#in_apps_chain, #in_apps_store
{
  float: left;
}
#in_apps_chainselect img, #in_apps_storeselect img
{
  float: right;
  position: relative;
  top: 5px;
  right: 15px;
}
table.tbl_tickets_add_pw
{
  color: #666666;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 5px;
}
table.tbl_tickets_add_pw tr td:first-child
{
  width: 80px;
}
table.tbl_tickets_add_pw tr td:nth-child(2)
{
  background-color: #fbfbfb;
  padding-right: 14px;
}
table.tbl_tickets_add_pw tr td:nth-child(2),
table.tbl_tickets_add_pw tr td:nth-child(4),
table.tbl_tickets_add_pw tr th
{
  padding-right: 30px;
}
table.tbl_tickets_add_pw tr td input[type="text"],
table.tbl_tickets_add_pw tr th input[type="text"]
{
  padding: 7px;
  height: 20px;
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #0083c0;
  outline: none;
  background-color: #ffffff;
}
table.tbl_tickets_add_pw tr td input[type="text"]:disabled,
table.tbl_tickets_add_pw tr th input[type="text"]:disabled
{
  border-bottom: 1px solid DarkGray;
}

table.tbl_tickets_add_pw tr td input[type="text"]:focus,
table.tbl_tickets_add_pw tr th input[type="text"]:focus,
#vendors_ratings_new_note:focus
{
  background-color: #e1edff;
}
div.div_tickets_footer input[type="button"]
{
  min-width: 25px;
}
div.div_tickets_footer
{
  margin-top: 15px;
  width: 100%;
  text-align: center;
  position: relative;
  top: 150px;
}
div.chainslist, div.storelist, div.contactlist
{
  z-index: 99;
  background-color: #ffffff;
  border: 0px;
  position: absolute;
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  width: 100%;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
div.chainslist a:nth-child(odd),
div.storelist a:nth-child(odd),
div.contactlist a:nth-child(odd)
{
  background-color: #fcfcfc;
}
div.chainslist a,
div.storelist a,
div.contactlist a
{
  width: 100%;
  display: block;
  padding: 4px;
  cursor: pointer;
  font-size: 95%;
}
div.chainslist a:link,
div.chainslist a:visited,
div.storelist a:link,
div.storelist a:visited,
div.contactlist a:link,
div.contactlist a:visited
{
  color: #000000;
  text-decoration: none;
}
div.chainslist a:hover, div.chainslist a:hover, div.storelist a:hover
{
  background-color: #ddeaff !important;
}
div.dropdown_item_cont
{
  padding: 2px;
  cursor: pointer;
}
div.dropdown_item_cont:hover
{
  background-color: #ddeaff;
}
div.dropdown_menu_item
{
  position: relative;
  height: 17px;
  overflow: hidden;
  word-break: break-all;
}
div.not_selected
{
  float: left;
  background-color: #DEDEDE;
  color: #6C6C6C;
  padding: 4px 10px 4px 10px;
  border-radius: 10px;
  margin: 0px 2px 5px 0px;
  cursor: pointer;
  font-size: 90%;
}
div.selected
{
  float: left;
  background-color: #C5EAFF;
  color: #000000;
  padding: 4px 10px 4px 10px;
  border-radius: 10px;
  margin: 0px 2px 5px 0px;
  cursor: pointer;
  font-size: 90%;
}

/* DROP DOWN MENU CSS */
.dropbtn
{
  display: inline-block;
  background-color: #0083c0;
  color: #000000;
  padding: 6px 15px 6px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.navcontainer a:link, .navcontainer a:visited
{
  color: #ffffff;
}
.dropdown
{
  position: relative;
  display: inline-block;
  z-index: 6;
}
.dropdown a, .dropdown a:link, .dropdown a:visited, a.dropbtn:link, a.dropbtn:visited
{
  color: #f7f7f7;
}
.dropdown-content
{
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: left;
}
.dropdown-content a
{
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:link, .dropdown-content a:visited
{
  color: #000000;
}
.dropdown-content a:hover
{
  background-color: #dddddd;
}
.dropdown:hover .dropdown-content, .dropbtn a
{
  display: block;
}
.dropdown:hover .dropbtn, .dropbtn:hover
{
  background-color: #2c6ca2;
}
/* DROPDOWN MENU END*/

/* TOOLTIP HOVER START */
.tooltip, .tooltip2, .tooltip3, .tooltip4, .tooltip5, .tooltip6
{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: default;
}
.tooltip .tooltiptext, .tooltip2 .tooltiptext2, .tooltip3 .tooltiptext3, .tooltip4 .tooltiptext4, .tooltip5 .tooltiptext5, .tooltip6 .tooltiptext6
{
  display: none;
  background-color: #e5e5e5;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 5;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.tooltip .tooltiptext
{
  width: 150px;
  bottom: 150%;
  left: 50%;
  margin-left: -80px;
}
.tooltip2 .tooltiptext2
{
  width: 150px;
  top: 150%;
  left: 50%;
  margin-left: -80px;
}
.tooltip3 .tooltiptext3
{
  width: 150px;
  top: -5px;
  left: 25px;
}
.tooltip4 .tooltiptext4
{
  width: 200px;
  top: -8px;
  right: 30px;
  padding: 20px;
}
.tooltip5 .tooltiptext5
{
  width: 190px;
  top: 0px;
  left: 100px;
  padding: 10px;
}
.tooltip6 .tooltiptext6
{
  width: 190px;
  top: -120px;
  left: 100px;
  padding: 10px;
}
.tooltiptext a:link,
.tooltiptext a:visited,
.tooltiptext2 a:link,
.tooltiptext2 a:visited,
.tooltiptext3 a:link,
.tooltiptext3 a:visited,
.tooltiptext4 a:link,
.tooltiptext4 a:visited,
.tooltiptext5 a:link,
.tooltiptext5 a:visited,
.tooltiptext6 a:link,
.tooltiptext6 a:visited
{
  text-decoration: none;
}
input.tooltipclose
{
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0px;
  padding: 0px;
  height: 16px;
  line-height: 8px;
  width: 16px;
  min-width: 0px;
  background-color: #e5e5e5;
  color: #000000;
  font-size: 90%;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
input.tooltipclose:hover
{
  color: red;
  background-color: #e5e5e5;
}
.tooltip:hover .tooltiptext, .tooltip2:hover .tooltiptext2, .tooltip3:hover .tooltiptext3, .tooltip5:hover .tooltiptext5, .tooltip6:hover .tooltiptext6
{
  display: inline-block;
}
.tooltip4 .tooltiptext4::after
{
  content: "";
  position: absolute;
  top: 8px;
  left: 100%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #e5e5e5;
}
/* TOOLTIP HOVER END */