/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* COMMONLY USED STYLES
-------------------------------------*/
@import url("/Styles/Tablesortem.css");
@import url("/Styles/PopupHelp.css");

/* PRINT ONLY
-------------------------------------*/
@media print {
  .DoNotPrint {
    display: none;
  }
  #ImgContentWidth {
    display: none;
  }
}

/* Defaults for all of PTS
-------------------------------------*/
table {
  border: 0;
  margin: 0 auto;
  width: 100%;
}
form {
  margin: 0;
  padding: 0;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

/* Main Layout
-------------------------------------*/
* {
  padding: 0;
  margin: 0;
}
* html #mainWrapper {
  height: 100%;
}

ul {
  margin-left: 2em;
}

html,
body,
#content {
  height: 100%;
}

body {
  color: #333;
  padding: 0;
  margin: 0;
  border: 0;
  overflow-x: auto;
}
/* <------------------memo-----------------> */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.position-relative {
  position: relative;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.mx-auto {
  margin: 0 auto !important;
}
.justify-content-space-between {
  justify-content: space-between !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.flex-direction-column {
  flex-direction: column !important;
}
.table-footer {
  display: flex;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.p-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.border-spacing-y-0 {
  border-spacing: 0 0;
}

.border-spacing-y-1 {
  border-spacing: 0 4px;
}

.border-spacing-y-2 {
  border-spacing: 0 8px;
}

.border-spacing-y-3 {
  border-spacing: 0 12px;
}

.border-spacing-y-4 {
  border-spacing: 0 16px;
}

.border-spacing-y-5 {
  border-spacing: 0 20px;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.bs-toast {
  position: fixed;
  right: 2rem;
  top: 9rem;
  padding: 8px 40px !important;
  z-index: 100;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3), 0 0 0 #1d239b, 0 0 0 currentColor;
  border: 1px solid #2b2b2b;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.scale-90 {
  transform: scale(0.9);
}
.scale-100 {
  transform: scale(1);
}
.transition {
  transition-property: all;
  transition-duration: 150ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.duration-300 {
  transition-duration: 300ms;
}

.mw-1200 {
  max-width: 1200px;
}
.form-control.error {
  border-color: red;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.error-message {
  color: red;
}
.memo-form-container {
  max-width: 730px;
  margin: 0 auto;
  border: 0;
}
.memo-info-ctrl {
  padding: 16px;
}
.memo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.memo-title {
  font-weight: bold;
  padding: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.memo-input {
  padding: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.memo-input-info {
  position: absolute;
  bottom: -8px;
  right: 16px;
}

.memo-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 16px;
}

.memo-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.ml-1 {
  margin-left: 8px !important;
}
.ml-2 {
  margin-left: 16px !important;
}
.ml-3 {
  margin-left: 24px !important;
}
.ml-4 {
  margin-left: 32px !important;
}
.ml-5 {
  margin-left: 48px !important;
}
.ml-6 {
  margin-left: 56px !important;
}
.ml-7 {
  margin-left: 64px !important;
}
.ml-8 {
  margin-left: 72px !important;
}

.mr-1 {
  margin-right: 8px !important;
}
.mr-2 {
  margin-right: 16px !important;
}
.mr-3 {
  margin-right: 24px !important;
}
.mr-4 {
  margin-right: 32px !important;
}
.mr-5 {
  margin-right: 48px !important;
}
.mr-6 {
  margin-right: 56px !important;
}
.mr-7 {
  margin-right: 64px !important;
}
.mr-8 {
  margin-right: 72px !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 8px !important;
}
.mt-2 {
  margin-top: 16px !important;
}
.mt-3 {
  margin-top: 24px !important;
}
.mt-4 {
  margin-top: 32px !important;
}
.mt-5 {
  margin-top: 48px !important;
}
.mt-6 {
  margin-top: 56px !important;
}

.mt-7 {
  margin-top: 64px !important;
}

.pt-1 {
  padding-top: 8px !important;
}
.pt-2 {
  padding-top: 16px !important;
}
.pt-3 {
  padding-top: 24px !important;
}
.pt-4 {
  padding-top: 32px !important;
}
.pt-5 {
  padding-top: 48px !important;
}
.pt-6 {
  padding-top: 56px !important;
}

.pt-7 {
  padding-top: 64px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 8px !important;
}
.mb-2 {
  margin-bottom: 16px !important;
}
.mb-3 {
  margin-bottom: 24px !important;
}
.mb-4 {
  margin-bottom: 32px !important;
}
.mb-5 {
  margin-bottom: 48px !important;
}
.mb-6 {
  margin-bottom: 56px !important;
}

.mb-7 {
  margin-bottom: 64px !important;
}

.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}

.mw-100 {
  min-width: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.form-container {
  max-width: 730px;
  margin: 0 auto;
  border: 0;
}

.form-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.form-label {
  font-weight: bold;
  padding: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.form-input {
  padding: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.form-input---info {
  position: absolute;
  bottom: -8px;
  right: 16px;
}

.form-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 16px;
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media (max-width: 640px) {
  .memo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .memo-input {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .memo-title {
    padding: 0;
    padding-bottom: 8px;
    max-width: 100%;
  }

  .memo-input-info {
    position: absolute;
    bottom: -24px;
    right: 0px !important;
  }

  .form-input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-input {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .form-label {
    padding: 0;
    padding-bottom: 8px;
    max-width: 100%;
  }

  .form-input-info {
    position: absolute;
    bottom: -24px;
    right: 0px !important;
  }
}

/* <------------------------memeo end -----------------> */

.ptsMainContentWrapper {
  padding-top: 110px;
  width: 90%;
}

#bkgd {
  border-top: 8px solid #ccc;
  background-color: #eeeeee;
  *background-color: #eeeeee;
  background-image: -o-linear-gradient(top, #cccccc, #eeeeee);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cccccc),
    to(#eeeeee)
  );
  background-image: linear-gradient(to bottom, #cccccc, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffeeeeee', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  width: 100%;
  height: 100%;
}

#mainWrapper {
  min-height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 1000px;
  margin: 0px auto 0px auto;
  background-color: #fff;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  padding-bottom: 100px; /* until we can better do the footer "frame" */
}

#content {
  height: 100%;
  padding: 0px 10px;
  overflow-y: hidden;
}
#siteLayoutFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.4em;

  background-color: #404041; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #404041 0%,
    #2b2b2b 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#404041),
    to(#2b2b2b)
  );
  background: -o-linear-gradient(top, #404041 0%, #2b2b2b 100%);
  background: linear-gradient(to bottom, #404041 0%, #2b2b2b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */

  color: #eee;
  text-align: center;
  z-index: 3;
}

#siteLayoutFooter * {
  font-family: "Trebuchet MS", "Trebuchet", Sans-Serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
}

#siteLayoutFooter table {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
}
#siteLayoutFooter table td {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 30%;
  text-align: center;
}
#siteLayoutFooter table td:first-child {
  width: 35%;
  text-align: left;
}
#siteLayoutFooter table td:last-child {
  width: 35%;
  text-align: right;
  padding-right: 20px; /* to account for the vertical scrollbar */
}
#localDatasourceSwitchedWarning {
  position: fixed;
  bottom: 25px;
  width: 100%;
  padding: 0.4em;

  background-color: #cc0000;

  color: #eee;
  text-align: center;
  z-index: 3;
}

.oopsErrorMessage {
  padding-top: 20%;
  text-align: center;
}
.oopsErrorMessage h1 {
  margin: 0;
  padding: 0;
}
.oopsErrorMessage hr {
  border-top: 1px solid #ddd;
  width: 60%;
  margin: 0 auto;
}

.DBForm {
  border: 0;
  width: 98%;
} /* The 98% width is there for iframe pages that have a scrollbar, so content doesn't get cut off.  These pages are the only pages that should have this class applied, and as a wrapping div, not the body. */

#PageBody,
.PageBody {
  display: none;
  margin: 0;
  padding: 0;
  width: 98%;
}

/* Main General Styles - these should be used everywhere
-----------------------------------------------------------*/
.altOdd,
.RowAltOff,
.RowAltOffHoverOff {
  background: #fff; /* alternate row bkgd color 1 */
}

.altEven,
.RowAltOn,
.RowAltOnHoverOff {
  background-color: #f0faeb; /* alternate row bkgd color 2 */
}

.RowAltOnHoverOn,
.RowAltOffHoverOn {
  background: #fafdb0; /* hover color */
  cursor: default;
}

.tsHeader {
  background-color: #333;
  font-weight: bold;
  color: #fff;
  padding: 0.2em 0.5em;
} /* for pages not using tablesorter */
.tsHeader td,
.tsHeader th {
  padding: 0.2em 0.5em;
}

/* Show/Hide - used in Notes, InProgress
--------------------------------------------*/
#HideShow {
  display: none;
}
.Closed {
  display: none;
}
.Open {
  display: table;
}

.ShowHideContainer {
  width: 98%;
}

div.ShowHideTitle {
  background: #404041; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #404041 0%,
    #2b2b2b 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#404041),
    to(#2b2b2b)
  );
  background: -o-linear-gradient(left, #404041 0%, #2b2b2b 100%);
  background: linear-gradient(to right, #404041 0%, #2b2b2b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#2b2b2b',GradientType=1 ); /* IE6-9 */

  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  margin: 0px 0px 5px 0px;
  padding: 2px 10px 2px 8px;
}

div.ShowHideContent {
  padding-bottom: 10px;
}
.Show3D,
.Show3DTab,
.TableSelection,
div.ListContainer {
  width: 98%;
  margin: 0px 5px 5px 5px;
}
div.ShowHideTitle a,
div.LookupTitle a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.noteBody {
  padding: 3px 15px;
  background-color: #fafdb0;
  border: 1px solid #ccc;
  white-space: normal;
}
.internalNoteBody {
  padding: 3px 15px;
  background-color: #ffccff;
  border: 1px solid #660099;
  white-space: normal;
}

.instructions {
  padding: 3px;
  background-color: #f0faeb;
  border: 1px solid #c0eca8;
  white-space: normal;
}
.instructionDots {
  border-left: 3px dashed white;
  padding: 5px 10px 10px 10px;
  color: #666666;
}
.instructionDots td,
.instructionDots div,
.instructionDots label,
.instructionDots span,
.instructionDots li {
  color: #666666;
}
.instructionDots ul {
  padding: 10px 30px;
}
.instructionDots .Red,
.instructionDots .red {
  color: #ff3c00;
}

/* Links
-------------------------------------*/
a:link.Help {
  border-bottom: 1px dotted #333333;
}
a.Help:hover:not([disabled]) {
  border-bottom: 1px dotted #333333;
  cursor: help;
}

/* Images
-------------------------------------*/
img {
  border: 0;
  vertical-align: middle;
}

/* ACTION ICONS */
.icon_tool {
  margin: 0px 3px 3px 3px;
}

img#ShowHideImg {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
img.setupIcon {
  border: 0;
  width: 83px;
  height: 83px;
}
.datepicker {
  background: white
    url("data:image/gif;base64,R0lGODlhDQANANUAANLe7ml5jaS40KO3z8jW536Zt15whW6Dm2F0iWJ0iIykwJSsxp2zy560zKi80rLE2bHD2LTG2rPF2c3b61FhcaC2zbDD152nbWx2N3aAQH2HRnuFRX+KSYaQTpqjaqWudlVdJ19nL3N7PqSsc6qye2JpMXB3O////4KVrQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACgALAAAAAANAA0AAAZpwEaCEagcGoiGQdkoTAgEh6NBVSgK2MkzEpFWr4XTSSAmj08ASvgUEbfZaDVBsIgIOhqTSCJQu8UbFyQZJxN+ZyceIx8hcQVzdQMcGCAlEH1rbw9iFo5ln2dpjxELBKSmCxOYFKytrqxBADs=")
    no-repeat 98% 50%;
}
.ui-datepicker-trigger {
  margin: -5px 0px 0px -17px;
}
.idmiDate {
  min-width: 75px;
}

/* Headings
-------------------------------------*/
/* used on Policy Info for the Insured address at the top */
.ptsTopHeading {
  line-height: 110%;
}
#pageName {
  font-size: 1.5em;
  font-weight: bold;
  white-space: nowrap;
}
.headerLg {
  font-size: 1.5em;
  font-weight: bold;
}
span.pageHeaderInsAddress {
  font-size: 0.6em;
  letter-spacing: 1px;
}
#actionIconWrapper a {
  margin-left: 0.5em;
}
#actionIconWrapper a:before {
  margin-right: 0.5em;
}

.newGUIheading {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  text-align: left;
  border-bottom: 1px solid #999999;
  margin-bottom: 1em;
}
.newGUIheading div,
.newGUIheading span {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  text-align: left;
}

.HeaderCell,
.TabHeaderCell,
.HeaderCell span#PageHeader {
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  padding: 3px;
  background: #404041; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #404041 0%,
    #2b2b2b 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#404041),
    to(#2b2b2b)
  );
  background: -o-linear-gradient(left, #404041 0%, #2b2b2b 100%);
  background: linear-gradient(to right, #404041 0%, #2b2b2b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#2b2b2b',GradientType=1 ); /* IE6-9 */
}
div.HeaderCell {
  margin: 0px 2px;
}

tr.HeaderRow td {
  font-weight: bold;
  vertical-align: bottom;
  border-bottom: 1px solid black;
  background-color: #ddd;
  color: #333;
}

.displayHeadingBig,
.displayHeadingBig div {
  font-size: 23px;
  font-weight: bold;
  color: #333333;
  padding: 0.5em 0em 0em 0em;
}
.displayHeadingSm,
.displayHeadingSm div {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

/* Form Inputs
-------------------------------------*/
@-moz-document url-prefix() {
  option {
    padding: 0px 15px 0px 5px;
  }
}
.inline {
  display: inline-block;
  margin-right: 5px;
  height: 50px;
}
.InputItemRequired,
.Required,
.required {
  /*box-shadow: 0px 0px 3px #9dee62;*/
  background-color: #fafdb0;
  font-weight: normal;
}
.InputItemNotRequired,
.NotRequired {
}
.RequiredInvalid,
input.RequiredInvalid {
  border-top: 1px solid #ff3c00;
  border-right: 1px solid #ff3c00;
  border-bottom: 1px solid #ff3c00;
  border-left: 1px solid #ff3c00;
  -webkit-box-shadow: 0px 0px 3px #ff3c00;
  box-shadow: 0px 0px 3px #ff3c00;
  background: #ffd4bc;
}
select.RequiredInvalid {
  background: #ffd4bc;
}
.RequiredText,
.InputLabelRequired,
.InputLabel2Required {
  font-weight: bold;
  color: #333;
}

.bigInput {
  border: 1px solid #999;
  height: 23px;
  padding: 3px;

  font-size: 14px;
}

/* add-ons */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  min-width: 10px;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  padding: 2px 3px;
}
.input-prepend .add-on {
  border-top: 2px solid #666;
  border-right: 0px solid #d4d0c8;
  border-bottom: 1px solid #d4d0c8;
  border-left: 2px solid #666;
}
.input-append .add-on {
  border-top: 2px solid #666;
  border-right: 1px solid #d4d0c8;
  border-bottom: 1px solid #d4d0c8;
  border-left: 0px solid #666;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-prepend input,
.input-prepend select {
  border-left: 1px solid #d4d0c8;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* ng-validation */

/* required / cornsilk */
input.ng-invalid-required,
select.ng-invalid-required,
textarea.ng-invalid-required {
  -webkit-box-shadow: 0px 0px 3px #eed462;
  box-shadow: 0px 0px 3px #eed462;
  background-color: #fafdb0;
  font-weight: normal;
}

input.ng-pristine.ng-valid,
select.ng-pristine.ng-valid {
}

/* invalid / red */
input.ng-invalid-general,
select.ng-invalid-general,
textarea.ng-invalid-general,
input.ng-invalid-pattern,
select.ng-invalid-pattern,
textarea.ng-invalid-pattern,
input.ng-dirty.ng-invalid,
select.ng-dirty.ng-invalid,
textarea.ng-dirty.ng-invalid,
input.ng-dirty.ng-invalid-required,
select.ng-dirty.ng-invalid-required,
textarea.ng-dirty.ng-invalid-required,
input.ng-invalid-date-not-in-past,
input.ng-invalid-effective-date-validator {
  border-top: 1px solid #ff3c00;
  border-right: 1px solid #ff3c00;
  border-bottom: 1px solid #ff3c00;
  border-left: 1px solid #ff3c00;
  -webkit-box-shadow: 0px 0px 3px #ff3c00;
  box-shadow: 0px 0px 3px #ff3c00;
  background: #ffd4bc;
}
input.ng-dirty.ng-valid,
select.ng-dirty.ng-valid {
}

/* validation quote bubble */
.input-help {
  display: none;
  position: absolute;
  z-index: 100;
  top: 102px;
  left: 325px;
  width: 200px;
  background: #fefefe;
  font-size: 0.875em;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px #aaa;
  box-shadow: 0 1px 3px #aaa;
  border: 1px solid #ddd;
  opacity: 0.9;
  padding: 10px;
}
.input-help::before {
  content: "\25C0";
  position: absolute;
  top: 10px;
  left: -12px;
  font-size: 16px;
  line-height: 16px;
  color: #ddd;
  text-shadow: none;
}
.input-help h4 {
  font-weight: 400;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}
.immediate-help:focus + .input-help {
  display: block;
}
.ng-valid + .input-help::before {
  color: #999999;
}
.ng-invalid + .input-help {
  display: block;
  border-color: #ec3f41;
}
.input-help ul {
  list-style: none;
  margin: 10px 0 0;
}
.input-help li {
  padding-left: 22px;
  line-height: 24px;
  color: #ec3f41;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA1CAYAAABIkmvkAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAJwAAACcBKgmRTwAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8wOS8xMlhq+BkAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAEA0lEQVRIie2WW2jbVRzHv//zT5rkn0ub61zaNdEiPqTC9EFRhtgJk63qg3Wr0806pswNiYgDUXxwyryCEB8UBevtaSCCDHQoboKyoVvVzfRmL2napU0mrdbl8s//dy4+dM1M28n64FsPnIdz+XzO75zfOXA0pRRWU7o/uS9FxOc+3/vlIQBgq4F3fHxvKuIPJ9cFwi9uTXU8BwDa1Uaw/aN7UusCkWRbPI5yxcTI2Bgy49kXrkrwwIedqYg/nGyLXwsJiYHBYWTGs7Cq5Kpt4cA3PXft+2rX40vhrt7OVLgplIzHYuBKoH9gCKMjGVE1LdfJl86YDAAOfN2ziZP4NODyv9/z2fanFuH7P9iWCjcFk/FYK4QSGLgEk0WeUy/3mQCgPXFs9xbBRW883NrssDvQN3hWcOLPEPGWiD94MBaPQymBoaERjI9mBSfu+fHwL+biItpjR3e6JFfloDeAaGQ9SpUycvlp6ExHJBKGYsDvgyMYH81KTsL90yuX4VoWdh3pMqSQpWBjAC3RZkgpYEkCFDA8NIqJ0UlFxI3Tr/5aB9elsau305BcloKBAFpjLeBSYGRwDBNjk4oTN06/dnYZXCcAgK1vbzYkl6VwOATihOzYlOLEjTOvn1sRXiYAgDsP32YIKUuWaXFOwtP3xrnqleAVBQBwy/M3GZy4+PnN3/4TvqJgNWVVj2lNsCZYE6wJ1gRrgv9dYAMAHHw2Bl2fUEpBVavtLPVW/78nVR/Zk4CupzVHA6zChSOK0yHv0S8GFyK4BMPhAJxOgLE03/9kYhE2dz+agKaldY8bDaEQ7D5ft7Roy+UIlCooy5LQdaZ5vVBEgGmmrT172yVxaIylmdcDm9cHc2oK1Zm8kETvLAo0pRRk8mmnEqKouVw68zVCzP8F/uccFHHoXi/sjT6Y53Mw83mhOHn8J7416wQAwPftd0ouiswwdJu/CRASkBKQAmYuBzNfWIC/O173W6llwfbeu6Yi8tDsrAQJYGICyGQAIWDO5KUkaxlcJwAASdSmaWAQHCACOAc4h6YzJi1qWymNNUHlwYcT0JDWXQbACYhGgeh6gHM4Ghuh2/R0YePNiaUCTSmFcvdDCY1paZvhht3nQ2VmGmahICSR5vQHmDt6DcozeZSnp2FdLLZHhwdq94SVd+xMaJqWtrkM2L1uVHILpy0t8igidymXExfHMzBCQbhCIdga7Onz8etqkdgkUYTZbYCSqORmULlQEIq4J3jyexMA8jdu9BRzuaKyLN3udkNjDEqICID+2hbm797Wwez24/T3vJTE3aFTP9Sd9vT1NziVEMUGr1c35+Y2b5jKnqgNKqWglMLspjs6/rj1dudie2mdao07J5s3dCzt/werJTyI1yYqpQAAAABJRU5ErkJggg==)
    no-repeat 2px -34px;
}
.input-help li.valid {
  color: #999999;
  background-position: 2px 6px;
}
input.ng-pristine + .input-help,
.ng-invalid:focus + .input-help {
  display: none;
}
.immediate-help.ng-pristine:focus + .input-help::before,
.ng-invalid + .input-help::before {
  color: #ec3f41;
}

.form-error-label {
  background-color: #ffece1;
  color: #ba2525;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.errorBlock {
  width: 99%;
  margin: 10px auto 0 auto;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  background: #ffd4bc;
  border-radius: 8px;
}
.errorBlock h4 {
  color: #aa2800;
  padding: 12px 12px 0px 12px;
  font-weight: bold;
}
.errorBlock div,
.errorBlock span,
.errorBlock li {
  color: #ff3c00;
  padding: 2px 12px;
  font-style: italic;
}

.warningBlock {
  width: 99%;
  margin: 10px auto 0 auto;
  background: #fff4d4;
  border-radius: 8px;
}
.warningBlock h4 {
  color: #a67a2e;
  padding: 12px 12px 0px 12px;
  font-weight: bold;
}
.warningBlock div,
.warningBlock span,
.warningBlock li {
  color: #a67a2e;
  padding: 2px 12px;
  font-style: italic;
}

/* FORMS
-------------------------------------*/
table.formTable {
  width: 100%;
}
table.formTable tr td {
  width: 80%;
  vertical-align: top;
}
table.formTable tr td:first-child {
  width: 20%;
}
table.formTable textarea {
  width: 90%;
  height: 3em;
  text-transform: uppercase;
}
table.formTable input[type="text"],
table.formTable input[type="password"],
table.formTable input[type="date"],
table.formTable input[type="datetime"],
table.formTable input[type="email"],
table.formTable input[type="file"],
table.formTable input[type="number"],
table.formTable input[type="range"],
table.formTable input[type="search"],
table.formTable input[type="tel"],
table.formTable input[type="time"],
table.formTable input[type="url"],
table.formTable input[type="color"],
select {
  min-width: 10%;
  text-transform: uppercase;
}
table.formTable input[type="checkbox"] {
  vertical-align: middle;
}
table.formTable label {
  vertical-align: middle;
}
table.formTable select[multiple] {
  min-width: 10%;
  height: 10em;
}
table.formTable input.long {
  width: 50%;
}

.memoInfoTextArea {
  min-height: 200px;
}

/* TEXT
-------------------------------------*/
.emAttentionSm {
  font-style: italic;
  font-weight: bold;
  color: #333;
}
.emAttention {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.inactiveEM {
  color: #888;
  font-style: italic;
}
.darkEM {
  color: #333333;
  font-weight: bold;
}
.darkBold {
  color: #333333;
  font-weight: bold;
}
.unacceptable {
  color: #ff3c00;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.internalUseOnly {
  background-color: #ffccff;
  border-left: 3px solid #660099;
  border-right: 3px solid #660099;
  border-bottom: 3px solid #660099;
  padding: 10px;
  margin: 10px;
  width: 100%;
}
.internalUseOnly .title {
  background-color: #660099;
  color: #eee;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  font-size: 9px;
  padding: 3px 0px 3px 10px;
  margin: -10px -10px 10px -10px;
}
.idmiDEVOnly {
  background-color: #ccffcc;
  border-left: 3px solid #009900;
  border-right: 3px solid #009900;
  border-bottom: 3px solid #009900;
  padding: 10px;
  margin: 10px;
  width: 94%;
}
.idmiDEVOnly .title {
  background-color: #009900;
  color: #eee;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  font-size: 9px;
  padding: 3px 0px 3px 10px;
  margin: -10px -10px 10px -10px;
}

/* Reports
-------------------------------------*/
.ReportBox {
  width: 90%;
  height: 400px;
}

#ReportTable td {
  padding: 3px;
  border: 5px solid #fff;
}
.ReportSymbol,
.ReportSymbol a {
  font-size: 15px;
  font-weight: normal;
  color: #000033;
}
.ReportModuleName {
  font-family: Trebuchet MS, Trebuchet, Sans-Serif;
  font-size: 14px;
}
.ReportModuleNameCurrent {
  font-family: Trebuchet MS, Trebuchet, Sans-Serif;
  font-size: 17px;
  color: #333;
}
.Reports {
  font-family: Trebuchet MS, Trebuchet, Sans-Serif;
  font-size: 10px;
  letter-spacing: 1px;
}
.ReportAddlInfoLbl {
  background: #ffffff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #ffffff 1%,
    #dddddd 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1%, #ffffff),
    to(#dddddd)
  );
  background: -o-linear-gradient(left, #ffffff 1%, #dddddd 100%);
  background: linear-gradient(to right, #ffffff 1%, #dddddd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
  border-right: 5px solid white;
  text-align: right;
  padding: 5px 10px;
  width: 25%;
}
/*
a.ReportLink:hover { color: #666; text-decoration: none; }
*/

/* Misc.
-------------------------------------*/

/* In Progress */
.inProgressCurrent {
  font-size: 16px;
  color: #fff;
  padding: 5px 15px;
  background: #698e46; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #698e46 0%,
    #597143 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#698e46),
    to(#597143)
  );
  background: -o-linear-gradient(left, #698e46 0%, #597143 100%);
  background: linear-gradient(to right, #698e46 0%, #597143 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#698e46', endColorstr='#597143',GradientType=1 ); /* IE6-9 */
}

/* Users, Vehicle Surcharge */
.utypeLbl {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 3px 0px 3px 8px;
  background-color: #274b72;
  color: #fff;
}
.PolicyInfoTable {
  width: 750px;
  padding: 0px;
}
.ControlPanel {
  width: 60%;
  text-align: center;
  margin-top: 20px;
}
.ControlPanel td {
  padding: 15px;
  vertical-align: top;
  text-align: center;
}

.alert {
  text-align: center;
  width: auto;
  word-wrap: normal;
  padding: 0;
  margin: 0;
}

/* GENERIC CLASSES
-------------------------------------*/
.l,
.left,
.left td,
.Left,
.Left td,
.IndentLeft,
.IndentLeft td {
  text-align: left;
}
.c,
.center,
.center td,
.Center,
.Center td {
  text-align: center;
}
.r,
.right,
.right td,
.Right,
.Right td,
.IndentRight,
.IndentRight td {
  text-align: right;
}
.centered {
  margin: 0 auto;
  text-align: center;
}

.VTop,
.VTop td,
.align-top {
  vertical-align: top !important;
}
.VMiddle,
.VMiddle td,
.align-middle {
  vertical-align: middle !important;
}
.VBottom,
.VBottom td,
.align-bottom {
  vertical-align: bottom !important;
}

.FloatR,
.floatR,
.FRight {
  float: right;
}
.FloatL,
.floatL,
.FLeft {
  float: left;
}
.ClearBoth,
.clr {
  clear: both;
}

.Hover,
.clickable {
  cursor: pointer;
}
.text-strike,
.text-strikethrough {
  text-decoration: line-through;
}

.Font6 {
}
.Font7 {
}
.Font8 {
}
.Font9 {
}
.Font10 {
}
.Font11 {
}
.Font12 {
}
.Font13 {
}
.Font14 {
}
.Font15 {
}
.Font20 {
}

.Padding3 {
  padding: 3px;
}
.Padding5 {
  padding: 5px;
}
.Padding10 {
  padding: 10px;
}
.Padding15 {
  padding: 15px;
}
.Padding20 {
  padding: 20px;
}

.PaddingT5,
.PaddingT5 td {
  padding-top: 5px;
}
.PaddingR5,
.PaddingR5 td {
  padding-right: 5px;
}
.PaddingB5,
.PaddingB5 td {
  padding-bottom: 5px;
}
.PaddingL5,
.PaddingL5 td {
  padding-left: 5px;
}

.PaddingT10,
.PaddingT10 td {
  padding-top: 10px;
}
.PaddingR10,
.PaddingR10 td,
.PadR10 {
  padding-right: 10px;
}
.PaddingB10,
.PaddingB10 td {
  padding-bottom: 10px;
}
.PaddingL10,
.PaddingL10 td,
.PadL10 {
  padding-left: 10px;
}

.PaddingT15,
.PaddingT15 td {
  padding-top: 15px;
}
.PaddingR15,
.PaddingR15 td {
  padding-right: 15px;
}
.PaddingB15,
.PaddingB15 td {
  padding-bottom: 15px;
}
.PaddingL15,
.PaddingL15 td {
  padding-left: 15px;
}

.PaddingT20,
.PaddingT20 td {
  padding-top: 20px;
}
.PaddingR20,
.PaddingR20 td {
  padding-right: 20px;
}
.PaddingB20,
.PaddingB20 td {
  padding-bottom: 20px;
}
.PaddingL20,
.PaddingL20 td {
  padding-left: 20px;
}

.Margin5 {
  margin: 5px;
}
.Margin10 {
  margin: 10px;
}
.Margin15 {
  margin: 15px;
}
.Margin20 {
  margin: 20px;
}

.MarginT5 {
  margin-top: 5px;
}
.MarginR5 {
  margin-right: 5px;
}
.MarginB5 {
  margin-bottom: 5px;
}
.MarginL5 {
  margin-left: 5px;
}

.MarginT10 {
  margin-top: 10px;
}
.MarginR10 {
  margin-right: 10px;
}
.MarginB10 {
  margin-bottom: 10px;
}
.MarginL10 {
  margin-left: 10px;
}

.MarginT15 {
  margin-top: 15px;
}
.MarginR15 {
  margin-right: 15px;
}
.MarginB15 {
  margin-bottom: 15px;
}
.MarginL15 {
  margin-left: 15px;
}

.MarginT20 {
  margin-top: 20px;
}
.MarginR20 {
  margin-right: 20px;
}
.MarginB20 {
  margin-bottom: 20px;
}
.MarginL20 {
  margin-left: 20px;
}

.IndentLeft {
  padding-left: 20px;
}
.IndentCenter {
  padding-left: 20px;
  padding-right: 20px;
}
.IndentRight {
  padding-right: 20px;
}

.Bold,
.bold {
  font-weight: bold;
}
.Normal,
.text-normal,
.text-normal th,
td {
  font-weight: normal;
  font-size: 1em;
}
.Italic,
.italic {
  font-style: italic;
}
.Narrow {
  letter-spacing: -1px;
}
.SmallCaps {
  font-variant: small-caps;
}

.Border,
.Border td {
  border: 1px solid #333;
}
.BorderT,
.BorderT td {
  border-top: 1px solid #333;
}
.BorderR,
.BorderR td {
  border-right: 1px solid #333;
}
.BorderB,
.BorderB td {
  border-bottom: 1px solid #333;
}
.BorderL,
.BorderL td {
  border-left: 1px solid #333;
}
.BorderTop {
  border-top: 1px solid #333;
} /* use for totals */

.PT,
.PT td {
  padding-top: 5px;
}
.PR,
.PR td {
  padding-right: 5px;
}
.PB,
.PB td {
  padding-bottom: 5px;
}
.PL,
.PL td {
  padding-left: 5px;
}
.PA,
.PA td {
  padding: 5px;
}

.Abbrev {
  cursor: help;
}
a .Abbrev {
  cursor: auto;
}

.NoDisplay {
  display: none;
}
.Inline {
  display: inline;
}
.nowrap {
  white-space: nowrap;
}
.Wrap,
.wrap {
  white-space: normal;
}
.wrapcontinuous {
  word-wrap: break-word;
  display: inline-block;
}
.condenseLeft {
  width: 1%;
  margin: 0;
} /* use on tables */
.condenseLeft th,
.condenseLeft td {
  vertical-align: top;
  padding-right: 6px;
} /* use on tables */

.white {
  color: white;
}
.black {
  color: black;
}
.caps {
  text-transform: uppercase;
}
.debug {
  border: 1px solid purple;
  background-color: aqua;
}

.Red,
.red,
.Red a,
.red a {
  color: tomato;
}
.Gray,
.gray {
  color: #939597;
} /* Silvervine logo color */
.LightGray,
.lightGray {
  color: #b1b3b5;
} /* Silvervine logo color */
.Green,
.green {
  color: #648b1a;
} /* Silvervine logo color */
.Yellow,
.yellow {
  color: #aaad00;
} /* Silvervine logo color */
.highlight {
  background-color: #fdffaf;
}
.Orange,
.orange {
  color: #e24301;
} /* Silvervine logo color */
.Blue,
.blue {
  color: #337ab7;
} /* Bootstrap default blue */
.Purple,
.purple {
  color: purple;
}

.PastDue {
  font-weight: bold;
}
.Late {
  font-weight: bold;
  color: maroon;
}
.NewObject {
  color: #009933;
  font-weight: bold;
}
.InValid {
  background-color: #ffd4bc;
}

.CheckBox {
  display: inline-block;
  border: 1px solid black;
  margin-left: 3px;
  height: 8px;
  width: 8px;
}

.validateAddress {
  text-align: left;
}

.validateAddress * {
  margin: 5px 0;
  padding: 2px 0;
}

.validateAddress address {
  background: #f0f8ff;
  border: 1px solid #96a5b2;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
}

.validateAddress label {
  display: block;
  font-weight: bold;
}

.validateAddress input {
  padding: 5px;
  width: 90%;
}

#clipboard-container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  z-index: 100;
  display: none;
  opacity: 0;
}

#clipboard {
  width: 1px;
  height: 1px;
  padding: 0px;
}

.isoRefreshIcon {
  cursor: pointer;
}

.upperCase {
  text-transform: uppercase;
}
.fontLg {
  font-size: 1.5em;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

textarea {
  white-space: pre-wrap;
}

/* Bootstrap modal overrides */
#confirmBox {
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #aaa;
  position: fixed;
  top: 150px;
  left: 50%;
  width: 300px;
  min-height: 30%;
  margin-left: -150px;
  padding: 30px 20px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
}
#confirmBox .button {
  background-color: #ccc;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  cursor: pointer;
}
#confirmBox .button:hover {
  background-color: #ddd;
}
#confirmBox .message {
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.3em;
}
modal {
  display: none;
}
modal .modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  z-index: 1000;
  overflow: auto;
}
modal .modal .modal-body {
  padding: 20px;
}
modal .modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.35;
  z-index: 900;
}
.modal {
  overflow-y: scroll;
}
body.modal-open {
  overflow: hidden;
}

/* jquery UI overrides */
.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(/styles/smoothness/images/ui-icons_888888_256x240.png);
  background-position: -95px -127px;
}

/* checkbox slider */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #337ab7;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #337ab7;
  box-shadow: 0 0 1px #337ab7;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* /checkbox slider */

/* Vertical Divider */
@media (min-width: 992px) {
  .col-md-border:not(:last-child) {
    border-right: 1px solid #d7d7d7;
  }
  .col-md-border + .col-md-border {
    border-left: 1px solid #d7d7d7;
    margin-left: -1px;
  }
}

.forceWordBreak {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* dark tables for bootstrap - copied from bootstrap 4 */
.table .thead-dark th,
.table.dark-header th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
  font-weight: bold;
}
.table .thead-subdark th {
  color: #fff;
  background-color: #3c4249;
  border-color: #485058;
  font-weight: bold;
}
.table .thead-medlight th {
  color: #242525;
  background-color: #d9dcdf;
  border-color: #bbbec2;
  font-weight: bold;
}
.table .thead-light th {
  color: #495057;
  background-color: #3c4249;
  border-color: #485058;
  font-weight: bold;
}
.table.table-dark,
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

/* add padding to bg- classes */
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  padding: 0.5em 1em;
}

.btn.btn-outline-success {
  border-color: #648b1a;
  color: #648b1a;
}

/* Used on quote/policy maint for help text pop ups */
.popover {
  min-width: 250px;
}

/* callouts copied from bootstrap docs for 3.3 (but for some reason aren't actually in 3.3... */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

/*  AngularJS UI Bootstrap Pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* <------------------------------------------------------------------------------ new stuff ----------------------------------------------------> */

.d-block {
  display: block !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.font-size-sm {
  font-size: 14px;
}

.font-size-normal {
  font-size: 16px !important;
}
.text-dark {
  color: #1e2022 !important;
}

.bg-green-500 {
  background-color: #0ab04a;
}

.bg-rose-500 {
  background-color: rgb(244 63 94);
}

.card-alert {
  color: #fff;
  font-weight: bold;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 12px 12px 0 0;
  margin: auto 0;
  right: 0;
  left: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.transition-all {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.translate-y-full {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.translate-y-0 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.duration-300 {
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.position-relative {
  position: relative;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.form-control-modern {
  height: 40px !important;
  border-color: rgba(221, 224, 233, 0.7);
}

.breadcrumb {
  margin-bottom: 10px !important;
}

.breadcrumb-no-gutter {
  padding: 0;
  background-color: transparent !important;
}
.breadcrumb .breadcrumb-item {
  color: #1e2022;
  font-size: 14px;
}
.breadcrumb .breadcrumb-link {
  color: #8c98a4;
}
.breadcrumb .breadcrumb-link:hover {
  color: #0052ea;
  text-decoration: none;
}
.breadcrumb .active {
  color: #337ab7;
}
.page-header-title {
  margin-bottom: 4px;
  font-size: 24px;
  color: #1e2022;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
}

.flex-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mw-none {
  max-width: none !important;
}

.flex-col,
.flex-col-1,
.flex-col-10,
.flex-col-11,
.flex-col-12,
.flex-col-2,
.flex-col-3,
.flex-col-4,
.flex-col-5,
.flex-col-6,
.flex-col-7,
.flex-col-8,
.flex-col-9,
.flex-col-auto,
.flex-col-lg,
.flex-col-lg-1,
.flex-col-lg-10,
.flex-col-lg-11,
.flex-col-lg-12,
.flex-col-lg-2,
.flex-col-lg-3,
.flex-col-lg-4,
.flex-col-lg-5,
.flex-col-lg-6,
.flex-col-lg-7,
.flex-col-lg-8,
.flex-col-lg-9,
.flex-col-lg-auto,
.flex-col-md,
.flex-col-md-1,
.flex-col-md-10,
.flex-col-md-11,
.flex-col-md-12,
.flex-col-md-2,
.flex-col-md-3,
.flex-col-md-4,
.flex-col-md-5,
.flex-col-md-6,
.flex-col-md-7,
.flex-col-md-8,
.flex-col-md-9,
.flex-col-md-auto,
.flex-col-sm,
.flex-col-sm-1,
.flex-col-sm-10,
.flex-col-sm-11,
.flex-col-sm-12,
.flex-col-sm-2,
.flex-col-sm-3,
.flex-col-sm-4,
.flex-col-sm-5,
.flex-col-sm-6,
.flex-col-sm-7,
.flex-col-sm-8,
.flex-col-sm-9,
.flex-col-sm-auto,
.flex-col-xl,
.flex-col-xl-1,
.flex-col-xl-10,
.flex-col-xl-11,
.flex-col-xl-12,
.flex-col-xl-2,
.flex-col-xl-3,
.flex-col-xl-4,
.flex-col-xl-5,
.flex-col-xl-6,
.flex-col-xl-7,
.flex-col-xl-8,
.flex-col-xl-9,
.flex-col-xl-auto,
.flex-col-xxl,
.flex-col-xxl-1,
.flex-col-xxl-10,
.flex-col-xxl-11,
.flex-col-xxl-12,
.flex-col-xxl-2,
.flex-col-xxl-3,
.flex-col-xxl-4,
.flex-col-xxl-5,
.flex-col-xxl-6,
.flex-col-xxl-7,
.flex-col-xxl-8,
.flex-col-xxl-9,
.flex-col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.flex-col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.flex-col-1 {
  -ms-flex: 0 0 8.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.flex-col-2 {
  -ms-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.flex-col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.flex-col-4 {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.flex-col-5 {
  -ms-flex: 0 0 41.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.flex-col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.flex-col-7 {
  -ms-flex: 0 0 58.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.flex-col-8 {
  -ms-flex: 0 0 66.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.flex-col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.flex-col-10 {
  -ms-flex: 0 0 83.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.flex-col-11 {
  -ms-flex: 0 0 91.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.flex-col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-col-sm-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.flex-col-sm-1 {
  -ms-flex: 0 0 8.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.flex-col-sm-2 {
  -ms-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.flex-col-sm-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.flex-col-sm-4 {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.flex-col-sm-5 {
  -ms-flex: 0 0 41.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.flex-col-sm-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.flex-col-sm-7 {
  -ms-flex: 0 0 58.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.flex-col-sm-8 {
  -ms-flex: 0 0 66.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.flex-col-sm-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.flex-col-sm-10 {
  -ms-flex: 0 0 83.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.flex-col-sm-11 {
  -ms-flex: 0 0 91.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.flex-col-sm-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 300px) and (max-width: 768px) {
  .flex-col,
  .flex-col-1,
  .flex-col-10,
  .flex-col-11,
  .flex-col-12,
  .flex-col-2,
  .flex-col-3,
  .flex-col-4,
  .flex-col-5,
  .flex-col-6,
  .flex-col-7,
  .flex-col-8,
  .flex-col-9,
  .flex-col-auto,
  .flex-col-lg,
  .flex-col-lg-1,
  .flex-col-lg-10,
  .flex-col-lg-11,
  .flex-col-lg-12,
  .flex-col-lg-2,
  .flex-col-lg-3,
  .flex-col-lg-4,
  .flex-col-lg-5,
  .flex-col-lg-6,
  .flex-col-lg-7,
  .flex-col-lg-8,
  .flex-col-lg-9,
  .flex-col-lg-auto,
  .flex-col-md,
  .flex-col-md-1,
  .flex-col-md-10,
  .flex-col-md-11,
  .flex-col-md-12,
  .flex-col-md-2,
  .flex-col-md-3,
  .flex-col-md-4,
  .flex-col-md-5,
  .flex-col-md-6,
  .flex-col-md-7,
  .flex-col-md-8,
  .flex-col-md-9,
  .flex-col-md-auto,
  .flex-col-sm,
  .flex-col-sm-1,
  .flex-col-sm-10,
  .flex-col-sm-11,
  .flex-col-sm-12,
  .flex-col-sm-2,
  .flex-col-sm-3,
  .flex-col-sm-4,
  .flex-col-sm-5,
  .flex-col-sm-6,
  .flex-col-sm-7,
  .flex-col-sm-8,
  .flex-col-sm-9,
  .flex-col-sm-auto,
  .flex-col-xl,
  .flex-col-xl-1,
  .flex-col-xl-10,
  .flex-col-xl-11,
  .flex-col-xl-12,
  .flex-col-xl-2,
  .flex-col-xl-3,
  .flex-col-xl-4,
  .flex-col-xl-5,
  .flex-col-xl-6,
  .flex-col-xl-7,
  .flex-col-xl-8,
  .flex-col-xl-9,
  .flex-col-xl-auto,
  .flex-col-xxl,
  .flex-col-xxl-1,
  .flex-col-xxl-10,
  .flex-col-xxl-11,
  .flex-col-xxl-12,
  .flex-col-xxl-2,
  .flex-col-xxl-3,
  .flex-col-xxl-4,
  .flex-col-xxl-5,
  .flex-col-xxl-6,
  .flex-col-xxl-7,
  .flex-col-xxl-8,
  .flex-col-xxl-9,
  .flex-col-xxl-auto {
    width: 100%;
	max-width: 100%;
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-col-md-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .flex-col-md-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .flex-col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-md-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .flex-col-md-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .flex-col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-md-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .flex-col-md-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .flex-col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-md-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .flex-col-md-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .flex-col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .flex-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .flex-col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .flex-col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .flex-col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .flex-col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .flex-col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .flex-col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .flex-col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .flex-col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .flex-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .flex-col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .flex-col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .flex-col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .flex-col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .flex-col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .flex-col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .flex-col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .flex-col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .flex-col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-col-xxl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .flex-col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .flex-col-xxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .flex-col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .flex-col-xxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .flex-col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .flex-col-xxl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .flex-col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .flex-col-xxl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-form-label {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}
.col-form-label-lg {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.form-font {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #677788;
  text-align: left;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 8.5px 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #677788;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 16px);
  padding: 7px 10.5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}

.form-control-lg {
  height: calc(1.5em + 30px);
  padding: 14px 17.5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}

.input-group-flex > .custom-file,
.input-group-flex > .custom-select,
.input-group-flex > .form-control,
.input-group-flex > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group-flex > .custom-select:not(:last-child),
.input-group-flex > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-error {
  border: 1px solid #f44336 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(254, 67, 54, 0.6) !important;
}
.input-error:focus {
  border: 1px solid #f44336;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(254, 67, 54, 0.6);
}

.form-select {
  position: relative;
  -ms-flex: 2 1 auto;
  -webkit-box-flex: 0.5;
  flex: 0.5 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-bottom: 0;
}

select {
  word-wrap: normal;
}
.ss-main .ss-single-selected {
  height: 40px !important;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}

.form-text {
  display: block;
  margin-top: 4px;
}

.toggle-switch {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.toggle-switch:not(.form-group) {
  margin-bottom: 0;
}
.toggle-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.toggle-switch-content {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 8px;
}
.toggle-switch-label {
  position: relative;
  display: block;
  width: 48px;
  height: 32px;
  background-color: #e7eaf3;
  background-clip: content-box;
  border: 2px solid transparent;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.toggle-switch-indicator {
  position: absolute;
  left: 2px;
  bottom: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
  border-radius: 50%;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.toggle-switch-input:checked + .toggle-switch-label {
  background-color: #73a4ff;
}

.toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
  -webkit-transform: translate3d(16.4px, 50%, 0);
  transform: translate3d(16.4px, 50%, 0);
}
.toggle-switch-input.is-valid + .toggle-switch-label {
  background-color: #00c9a7;
}
.toggle-switch-input.is-invalid + .toggle-switch-label {
  background-color: #ed4c78;
}
.toggle-switch-input:disabled + .toggle-switch-label {
  background-color: rgba(231, 234, 243, 0.5);
}
.toggle-switch-input:checked:disabled + .toggle-switch-label {
  background-color: rgba(55, 125, 255, 0.5);
}
.toggle-switch-sm .toggle-switch-label {
  width: 40px;
  height: 26px;
}
.toggle-switch-sm .toggle-switch-indicator {
  width: 19px;
  height: 19px;
}
.toggle-switch-sm
  .toggle-switch-input:checked
  + .toggle-switch-label
  .toggle-switch-indicator {
  -webkit-transform: translate3d(13px, 50%, 0);
  transform: translate3d(13px, 50%, 0);
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 12px 12px;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

@media (max-width: 991.98px) {
  .navbar-vertical {
    display: none;
  }
}

.navbar-vertical .navbar-nav {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-tabs {
  border-bottom: 1px solid #e7eaf3;
}

.navbar-vertical .navbar-nav.nav-tabs .nav-item:not(:last-child) {
  margin: 0;
}

.navbar-vertical:not([class*="container"]) .navbar-nav.navbar-nav-lg .nav-link {
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-vertical .navbar-nav.nav-tabs .active .nav-link,
.navbar-vertical .navbar-nav.nav-tabs .active.nav-link {
  border-left-color: #337ab7;
}

.navbar-vertical .navbar-nav.nav-tabs .nav-link,
.navbar-vertical .navbar-nav.nav-tabs .nav-link.active {
  border-bottom-width: 0;
  border-radius: 0;
}

.navbar-vertical:not([class*="container"]) .navbar-nav .nav-link {
  padding: 6px 28px;
}

.navbar-vertical .navbar-nav.nav-tabs .nav-link {
  border-width: 0 0 0 3px;
  margin-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #377dff;
  background-color: transparent;
  border-color: transparent transparent #337ab7;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #8c98a4;
  background-color: transparent;
  border-color: transparent;
}

.card-navbar-nav {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-icon {
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.7;
  -ms-flex: 0 0 28px;
  -webkit-box-flex: 0;
  flex: 0 0 28px;
}

.card-navbar-nav .nav-icon {
  margin-right: 8px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(221, 224, 233, 0.7);
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075);
  box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075);
}

.card-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 21px 16px 21px 16px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(231, 234, 243, 0.7);
}

.card-title {
  display: block;
  color: #1e2022;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.card-text {
  display: block;
  color: #677788;
  font-size: 16px;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 21px;
}

.card-header:first-child {
  border-radius: 12px 12px 0 0;
}

.col-form-label {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.hidden {
  display: none;
}

.block {
  display: block;
}
.max-width-200 {
  margin: 0 auto;
  max-width: 1366px;
}

.input-label {
  display: block;
  color: #1e2022;
  font-size: 14px;
  font-weight: normal;
}

.input-group-flex {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.loadingspinner {
  pointer-events: none;
  width: 2.5em;
  height: 2.5em;
  border: 0.4em solid transparent;
  border-color: #eee;
  border-top-color: #3e67ec;
  border-radius: 50%;
  -webkit-animation: loadingspin 1s linear infinite;
  animation: loadingspin 1s linear infinite;
}

@-webkit-keyframes loadingspin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingspin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btn-loadingspinner {
  pointer-events: none;
  width: 1.5em;
  height: 1.5em;
  border: 0.3em solid transparent;
  border-color: #9eb7cc;
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: loadingspin 1s linear infinite;
  animation: loadingspin 1s linear infinite;
}

@-webkit-keyframes btn-loadingspin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes btn-loadingspin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 575.98px) {
  .form-group {
    margin-bottom: 8px;
  }
  .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
