#IconTray {
  background-color: transparent;
  border: none;
  display: none;
  float: right;
  margin: 30px 20px -100px 0;
  padding: 3px;
  position: relative;
  z-index: 9;
}

/*Edit Box caption fix*/
.EditorText span {
  padding-top: 0px;
}

/* ZP4 Suggestions */
.suggestions .suggestion {
  width: 180px;
  height: 80px;
}

/* Fix so PageTitle won't run into IconTray*/
label.PageTitle {
  position: relative;
  top: -2px;
  margin-bottom: 20px;
  max-width: 742px;
  color: #004b80 !important;
  display: inline-block;
}

/* Custom TableWalker rules */
table.TableWalker.wrap {
  table-layout: fixed;
}
table.TableWalker.wrap td {
  word-wrap: normal;
  white-space: normal;
}
table.TableWalker td img {
  vertical-align: middle;
}

/* Rate Result Screen */
.rR_Expandable li {
  border: 2px solid #f2f2f2;
  border-radius: 10px;
}
.rR_Expandable li {
  margin-top: 10px;
}
.rR_Expandable li ul:not(.rR_Expandable) li:first-child {
  padding: 0px;
  margin-top: 5px;
}
.rR_Expandable li ul:not(.rR_Expandable) li {
  padding: 0px;
  margin-top: -10px;
}
.rR_Expandable {
  background: #f2f2f2;
  border-radius: 10px;
}
.rR_Column1 {
  float: left;
  width: 45%;
  font-size: 0.9em;
}
.rR_Columns {
  float: left;
  width: 18.3%;
  font-size: 0.9em;
}
.rR_Columns input {
  width: 100px;
  font-size: 1em;
}
.rR_Cov {
  font-style: italic;
}
.rR_Cov:before {
  content: "-";
  margin-left: 20px;
}
.rR_Header {
  font-weight: bold;
  text-decoration: underline;
}
.clearFloat {
  clear: both;
}
.rR_Expandable li ul {
  display: none;
}
.rR_Expand:before {
  content: url("../../images/plus.gif") "     ";
  z-index: 100000;
  margin-left: 7px;
  top: 0px;
  width: 0px;
}
.rR_Collapse:before {
  content: url("../../images/minus.gif") "     ";
  z-index: 100000;
  margin-left: 7px;
  top: 0px;
  width: 0px;
}
.rR_Twiddle li {
  list-style-type: none;
}
.rR_Twiddle ul {
  margin-left: 0px;
  padding-left: 0px;
}
.rR_CovListOdd {
  background: #f2f2f2;
}

/* WC Rate Result Screen */
.WC_rR_Column1 {
  float: left;
  width: 33%;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2px;
  padding-bottom: 5px;
}
.WC_rR_Columns {
  float: left;
  width: 13.2%;
  font-size: 0.9em;
  padding-bottom: 5px;
}
.WC_rR_ColumnOther {
  float: left;
  width: 7.5%;
  font-size: 0.9em;
  padding-bottom: 5px;
}
.WC_rR_Columns input {
  width: 70px;
  font-size: 1em;
}
.WC_rR_Header {
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 10px;
}

/* For EditorDiv component to make text look like label text. */
.LabelText {
  background-color: transparent;
  font-family: Trebuchet MS, sans-serif, Helvetica, Arial;
}

/*This is to resolve IE11 text size bug. Changed from 10pt to 12.9px */
.EditorLabel LABEL {
  font-size: 12.9px;
}

/* Dickies changes */
body {
  background-color: #fff;
}

#shell {
  background-color: #ffffff;
  border: 0px solid #888;
}

#top img {
  float: left;
  margin: 20px 0px 0px 0px;
  padding: 0;
}

#headshaddow {
  display: none;
}

#contactinfo {
  display: none;
}

#middle #rightColumn {
  margin: 0;
  padding: 20px 5px 20px 0 !important;
  width: 100% !important;
  z-index: 1;
}
#middle #rightColumn .DynamicContainer .handle {
  width: 880px;
}

#middle #rightColumn .DynamicContainer .component .handle,
#middle #rightColumn .StaticContainer .component .handle {
  width: 880px;
}

.component {
  border: medium none;
  margin-top: 30px;
}

#bottom {
  color: #225789;
  background-color: #f0ebe5 !important;
}

.loginname {
  background-image: none;
  background-position: left bottom;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 8px;
  margin-left: 8px;
  margin-right: 5px;
  margin-bottom: 4px;
  -moz-box-shadow: inset 0 1px 0 1px #b7b3b3;
  -webkit-box-shadow: inset 0 1px 0 1px #b7b3b3;
  box-shadow: inset 0 1px 0 1px #b7b3b3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 10px;
  background: -webkit-linear-gradient(
    #bfbfbf,
    #ffffff
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#bfbfbf, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    #bfbfbf,
    #ffffff
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bfbfbf, #ffffff); /* Standard syntax */
}

.loginbtn {
  background: -webkit-linear-gradient(
    #eae8e1,
    #d0ccc1
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#eae8e1, #d0ccc1); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    #eae8e1,
    #d0ccc1
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#eae8e1, #d0ccc1); /* Standard syntax */
}

.loginname:focus {
  border-radius: 10px;
  outline: none;
  background: -webkit-linear-gradient(
    #b6cce0,
    #e8e8e8
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#b6cce0, #e8e8e8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    #b6cce0,
    #e8e8e8
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#b6cce0, #e8e8e8); /* Standard syntax */
}

input,
select,
textarea {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #ccc;
}

#TopNav-container {
  clear: both;
  float: left;
  width: 100%;
  font: bold 16px/18px arial;
  text-transform: uppercase;
  padding: 0px;
  text-align: left;
  top: 10px;
  z-index: 10;
  opacity: 0;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-shadow: #e7ddd1 0px 0px 0px !important;
  -webkit-box-shadow: #e7ddd1 0px 0px 0px !important;
  -moz-box-shadow: #e7ddd1 0px 0px 0px !important;
  box-shadow: #e7ddd1 0px 0px 0px !important;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#TopNav-links {
  background: #004b80 !important;
}

.TopNav-tab:hover {
  color: #fff;
  background-color: #ae8642 !important;
}

#headshaddow {
  display: none;
}

#menu,
#menu a,
#menu ul ul a,
#menu ul ul ul a {
  background-color: #fff;
}

#regionalManagerGrid {
  display: grid;
  grid-template-columns: 35% 30% 20% 15%;
  grid-template-rows: auto;
  margin: 0;
}

.phoneusimage {
  background-image: url("../../images/menuside2.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  border: none !important;
  background-size: contain;
  min-height: 500px;
}

.phoneusimage table td {
}

a,
table a {
  text-decoration: none;
  font-weight: bold;
}

table td {
  font-size: 10pt;
  padding: 0px;
}

h3.handle {
  margin-bottom: 0px !important;
  clear: both;
  position: relative;
  top: -20px;
}

.StaticContainer h3,
.DynamicContainer h3,
.ValidationContainer h3,
.ScriptingContainer h3 {
  background-color: #7fbae5;
  background-image: none;
  background-position: center top;
  background-repeat: repeat-x;
  color: #2b2b2b;
  border: 0px solid #ddd;
  font-family: Lucida Sans, Helvetica, Trebuchet MS, sans-serif, Arial;
  font-size: 14px;
  margin: 0;
  padding: 10px 10px 10px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0px;
  width: 880px;
}

.TableWalkerContainer {
  position: relative;
  padding: 2px;
  background: #cccaca;
  border: 1px solid#ddd;
  border-radius: 10px;
  margin: 0px;
  width: auto;
}

.ui-dialog.GeomniAlert-dialog {
  font-family: Arial, sans-serif;
  font-size: 12px;
  min-width: 300px;
  max-width: 600px;
  background: rgb(255, 255, 255);
  border: 5px solid rgb(153, 153, 153);
  color: rgb(0, 0, 0);
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
}

.ui-widget-content.GeomniAlert-dialog {
  color: #aaa;
  text-align: left !important;
}

.ui-dialog.GeomniAlert-dialog .ui-widget-header {
  color: #7f7f7f;
  font-size: 14px !important;
  font-family: Arial, sans-serif;
  text-align: center !important;
  border-radius: 0px;
  border: 0;
}

.ui-dialog.GeomniAlert-dialog .ui-dialog-content {
  padding: 0.5em 1.3em;
}

/*
Start Small Screen (Mobile) CSS
*/

@media (max-width: 768px) {
  .hideSm {
    display: none;
  }

  .header-container {
    width: 100%;
  }
  #top img {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 100%;
  }

  #shell {
    width: 100%;
  }

  #TopNav-links .TopNav-links-item {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }

  #TopNav-links {
    width: 100%;
    background: #ffffff !important;
  }

  .TopNav-tab {
    width: 100% !important;
    padding: 10px 0px 10px 0px !important;
    background-color: #004b80 !important;
    background-repeat: no-repeat !important;
    border-width: 0px !important;
  }

  .login-box {
    padding: 0px !important;
    display: block;
    width: 222px;
    height: 231px;
    margin-left: auto;
    margin-right: auto;
  }

  .welcome-box {
    display: block;
    padding: 0px !important;
    max-width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .welcome-box li {
    list-style: none;
  }

  .welcome-box ul {
    padding: 0px;
  }

  .loginTable {
    width: 100%;
  }

  #rightColumn {
    width: 100% !important;
  }

  label.PageTitle {
    display: block;
    margin: 16px 0px 13px 8px !important;
    max-width: 742px;
    text-align: center;
  }

  #IconTray {
    background-color: transparent;
    border: none;
    display: none;
    float: right;
    margin: 20px auto -100px auto;
    padding: 3px;
    position: relative;
    top: 30px;
    z-index: 9;
    text-align: center;
  }

  #regionalManagerGrid {
    margin-bottom: 2em;
    grid-template-columns: fit-content(35%) fit-content(30%) fit-content(20%) fit-content(15%);
  }

  .phoneusimage {
    background-image: none;
  }

  #middle #rightColumn {
    margin: 0;
    padding: 20px 14px 20px 0;
    width: 100%;
    z-index: 1;
  }

  #middle #rightColumn .DynamicContainer .handle {
    left: 4px;
    width: 100%;
  }

  #middle {
    width: 100%;
  }

  .TableMenu td {
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff,
      3px 3px 0 #fff;
    display: block;
  }

  .TableMenu tr {
    display: block;
    margin-top: 15px;
  }

  .TableWalkerContainer {
    width: 100%;
    margin: 0px;
    padding: 2px;
    position: relative;
    background: #cccaca;
    border: 1px solid#ddd;
    border-radius: 10px;
  }

  .StaticContainer,
  .DynamicContainer {
    min-height: 100% !important;
  }
}

/*
Start Medium size (Tablet) CSS
*/

@media (min-width: 600px) and (max-width: 900px) {
  #top img {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 50%;
  }
  .hideSm {
    display: none;
  }
}

/*
Full screen (Desktop) CSS
*/

@media (min-width: 900px) {
  #top img {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: auto;
  }
}

/* Dashboardds */
.stats {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.stats > div {
  display: table-cell;
  text-align: center;
  /* border: 1px solid rgba(191, 191, 191, 0.25); */
  padding: 20px 0 25px;
  /* width: 33%; */
}

.stats > div:first-child,
.stats > div:last-child {
  border-right-width: 0;
  border-left-width: 0;
}

.stats .stat-value {
  font-size: 200%;
}

.metrics-container {
  display: none;
}

/* #average-days {
  height: 5%;
  width: 20%;
} */

#chkBoxSelectDeselectAll {
  padding-left: 20px;
}