@charset "UTF-8";
/*
 * This file contains the redesign styles minus Prune
 */
/*
 * This imports the component-based scss files for the redesign project.
 * Any new style imports should only occur here to ensure consistency
 * with our styleguide.
 *
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

:focus {
  outline: 0;
}

html,
body {
  height: 100%;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #4A4A4A;
  background-color: #F2F2F2;
  line-height: 1.4;
}

.main-content {
  background-color: #fff;
  margin: 0 auto;
  padding: 0 25px 25px;
  text-align: left;
  width: 100% !important;
  max-width: 1225px;
  min-height: 750px;
}
.main-content #content.no-bg-layout #contentLeft {
  width: calc(100% - 395px);
}
.main-content #content.no-bg-layout #contentRight {
  margin: 0 0 0 20px;
  width: 375px;
}

.no-bg-layout {
  background: #F2F2F2;
  margin: 0 -25px -25px;
  min-height: 608px;
  padding-bottom: 40px;
}

/*Content*/
div#contentLeft {
  width: 66%;
  float: left;
  margin-top: 20px;
}

div#contentRight {
  width: 31%;
  float: left;
  margin: 18px 0 0 3%;
}

@media only screen and (max-width: 991px) {
  .main-content {
    width: 991px;
  }
  .project-manager .main-content {
    padding: 0 25px !important;
  }
  .fix-width-grid {
    width: 991px;
  }
}
.header-main {
  background-color: #4A4A4A;
  text-align: center;
}
.header-main .auth0-dropdown-menu {
  margin-top: 20px;
}
.header-main .auth0-dropdown-menu .subaccount-dropdown-item {
  display: flex;
  flex-direction: column;
  line-height: 24px;
}
.header-main .auth0-dropdown-menu .subaccount-parent-name {
  color: #A8A0A0;
  font-size: 11px;
  font-weight: 500;
}
.header-main .container {
  padding: 0 15px;
  min-width: auto;
  max-width: none;
}
.header-main .checkmark-success {
  border-bottom: 3px solid #78A22F;
  border-right: 3px solid #78A22F;
  height: 12px;
  margin-bottom: 7px;
  margin-left: 10px;
  transform: rotate(45deg);
  width: 8px;
}
.header-main .current-vendor {
  align-items: center;
  display: flex;
}
.header-main .linked-vendor-dropown-item {
  border-bottom: 1px solid #F2F2F2;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .header-main .container {
    padding: 0;
  }
}
.header-main a {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: rgba(40, 40, 40, 0);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  line-height: 54px;
}
.header-main a.active:not(.logo), .header-main a:hover:not(.logo) {
  background: rgb(40, 40, 40);
  cursor: pointer;
}
.header-main b {
  font-weight: 500;
}
.header-main .dropdown-menu a:hover {
  background: #e8e8e8;
}
.header-main .dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 10px;
}
.header-main .dropdown-toggle:hover {
  background: rgb(40, 40, 40);
}
.header-main .dropdown.open button {
  background: rgb(40, 40, 40);
}
.header-main .right-arrow {
  margin-top: 20px;
  margin-right: 75px;
}
.header-main .right-space {
  padding-right: 20px;
}
.header-main .help {
  margin-left: 10px;
}
.header-main a.logo {
  float: left;
  line-height: 1;
  margin: 10px 36px 0 0;
  padding: 0;
}
.header-main .icon {
  width: 35px;
  height: 35px;
}
.header-main nav {
  float: left;
  font-size: 0px;
}
.header-main .account {
  float: right;
}
.header-main button {
  background: transparent;
  border: 0;
  color: #fff;
}

.block-icon {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}

#logoLink {
  display: inline-block;
  margin: 0;
}
#logoLink a:link,
#logoLink a:visited,
#logoLink a:hover,
#logoLink a:active {
  background: url(/images/orchardlogo-optim.png) 0 no-repeat;
  display: block;
  height: 50px;
  padding-top: 20px;
  width: 134px;
}

#subaccount_impersonation_banner {
  background-color: #026ead;
  color: white;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  padding-top: 12px;
}
#subaccount_impersonation_banner a {
  color: white;
  text-decoration: underline;
}

.Header-insights-external-link {
  fill: #fff;
  height: 16px;
  position: relative;
  top: 4px;
  width: 16px;
}
.Header-insights-beta {
  bottom: 0.5rem;
  color: #d9d2d0;
  font-size: 1rem;
  position: relative;
}

.footer-main {
  background: #4a4a4a;
  color: #fff;
  padding: 30px 0 28px;
  text-align: center;
}
.footer-main img {
  height: auto;
  margin-bottom: 30px;
  max-width: 160px;
}
.footer-main a {
  color: #fff;
  margin: 0 4px;
  text-decoration: underline;
}
.footer-main p {
  margin-bottom: 15px;
}

.btn {
  -webkit-transition: color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  -moz-transition: color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  transition: color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 8px 15px 7px;
  text-transform: uppercase;
  line-height: normal;
}
.btn:not(.btn-link) {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
}
.btn:not(.disabled):hover {
  box-shadow: 1px 5px 10px #ccc;
}
.btn.btn-link:hover {
  box-shadow: none;
}
.btn[class*=btn-]:focus, .btn[class*=btn-]:active, .btn[class*=btn-].active, .btn[disabled]:hover, .btn.disabled:hover {
  box-shadow: none;
  outline: none;
}
.btn span.caret {
  background: url("https://cdn.theorchard.io/assets/workstation/images/redesign/btn-caret.svg") no-repeat center center;
  background-size: 100%;
  transform: rotate(180deg);
  border: none;
  width: 12px;
  height: 12px;
  margin: -2px 0 0 4px;
}
.btn span.caret.back {
  margin: -2px 4px 0 0;
  transform: rotate(-90deg);
}
.btn.btn-primary {
  background-color: #FF893E;
  border-color: #FF893E;
  box-shadow: none;
}
.btn.btn-primary:hover {
  background-color: #FF893E;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #FF893E;
  border-color: #d27b44;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 0 rgba(0, 0, 0, 0.4);
}
.btn.btn-primary.disabled, .btn.btn-primary[disabled], .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary[disabled]:focus {
  border-color: #FF893E;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.5;
}
.btn.btn-default {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), #F2F2F2), -webkit-linear-gradient(#fff, #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #F2F2F2), linear-gradient( #fff, #fff);
  box-shadow: none;
  border: 1px solid #D9D2D0;
  color: #6D6565;
}
.btn.btn-default:hover {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), #e0e0e0), -webkit-linear-gradient(#fff, #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #e0e0e0), linear-gradient( #fff, #fff);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-color: #A8A0A0;
  color: #4A4A4A;
}
.btn.btn-default:active, .btn.btn-default.active {
  background: #F2F2F2;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-color: #A8A0A0;
  color: #4A4A4A;
}
.btn.btn-default.disabled, .btn.btn-default[disabled], .btn.btn-default.disabled:hover, .btn.btn-default[disabled]:hover, .btn.btn-default.disabled:focus, .btn.btn-default[disabled]:focus {
  background: #F2F2F2;
  box-shadow: none;
  border-color: #e0e0e0;
  color: #A8A0A0;
}
.btn.btn-danger {
  background-color: #f9f9f9;
  border-color: #bab7b7;
  color: #d9534f;
}
.btn.btn-danger:focus {
  background-color: #f9f9f9;
  border-color: #bab7b7;
  color: #d9534f;
}
.btn.btn-danger:hover, .btn.btn-danger:focus:hover, .btn.btn-danger:active, .btn.btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:active {
  background-color: #f9f9f9;
  border-color: #bab7b7;
  color: #d9534f;
  pointer-events: none;
}
.btn.btn-link {
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
  color: #337ab7;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
}
.btn.btn .glyphicon {
  font-size: 10px;
}
.btn.btn-sm .glyphicon {
  font-size: 9px;
}
.btn.btn-sm {
  font-size: 10px;
  padding: 4px 10px;
}
.btn.btn-sm span.caret {
  background-size: 90%;
}
.btn.btn-lg .glyphicon {
  font-size: 11px;
}
.btn.btn-lg {
  padding: 13px 20px 11px;
  font-size: 12px;
}

.btn-group-lg > .btn,
.btn-group-lg .btn-lg {
  border-radius: 3px;
}

/*** Animated Loading Buttons ****/
.loadingbtn {
  flex: 0 0 200px;
  position: relative;
}
.loadingbtn .loadingbtn-outer {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots {
  display: flex;
  flex-wrap: wrap;
  height: 16px;
  justify-content: center;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  visibility: hidden;
  width: 100%;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot {
  -webkit-animation: loadingbutton-scale-dot 1.2s ease-out infinite;
  animation: loadingbutton-scale-dot 1.2s ease-out infinite;
  border-radius: 50%;
  height: 16px;
  margin: 0 4px;
  opacity: 0.75;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  visibility: inherit;
  width: 16px;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loadingbtn.btn-default.loader-active, .loadingbtn.btn-primary.loader-active, .loadingbtn.btn-danger.loader-active {
  box-shadow: none;
  opacity: 0.65;
  cursor: not-allowed;
}
.loadingbtn.btn-default.loader-active, .loadingbtn.btn-default.loader-active:focus, .loadingbtn.btn-default.loader-active:hover {
  background-color: #f9f9f9;
  border-color: #bab7b7;
}
.loadingbtn.btn-default.loader-active .loadingbtn-loader-dot, .loadingbtn.btn-default.loader-active:focus .loadingbtn-loader-dot, .loadingbtn.btn-default.loader-active:hover .loadingbtn-loader-dot {
  background: #1b3249;
}
.loadingbtn.btn-primary.loader-active, .loadingbtn.btn-primary.loader-active:focus, .loadingbtn.btn-primary.loader-active:hover {
  background-color: #faa635;
  border-color: #faac35;
}
.loadingbtn.btn-primary.loader-active .loadingbtn-loader-dot, .loadingbtn.btn-primary.loader-active:focus .loadingbtn-loader-dot, .loadingbtn.btn-primary.loader-active:hover .loadingbtn-loader-dot {
  background: #fff;
}
.loadingbtn.btn-danger.loader-active, .loadingbtn.btn-danger.loader-active:focus, .loadingbtn.btn-danger.loader-active:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}
.loadingbtn.btn-danger.loader-active .loadingbtn-loader-dot, .loadingbtn.btn-danger.loader-active:focus .loadingbtn-loader-dot, .loadingbtn.btn-danger.loader-active:hover .loadingbtn-loader-dot {
  background: #fff;
}
.loadingbtn.loader-active .loadingbtn-dots,
.loadingbtn .loadingbtn-txt {
  visibility: visible;
}
.loadingbtn.loader-active .loadingbtn-txt,
.loadingbtn .loadingbtn-dots {
  visibility: hidden;
}

@keyframes loadingbutton-scale-dot {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0.5);
  }
}
.open > .dropdown-toggle.btn-primary {
  background-color: #df860e;
  border-color: #df860e;
}
.open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:active, .open > .dropdown-toggle.btn-primary.active {
  background-color: #df860e;
  border-color: #df860e;
}

.dropdown-toggle > img {
  margin-left: 14px;
}

.dropdown-menu {
  top: 36px;
}
.dropdown-menu > li > a {
  line-height: 40px;
}

.filter-dropdown > .button-arrow::after {
  background: url("../images/icons/arrows_small.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 26px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 26px;
}

label,
.form-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #a2a2a2;
  margin-bottom: 5px;
}
label.small-text,
.form-label.small-text {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 10px;
}

.form-control::-webkit-input-placeholder {
  color: #bab7b6;
}
.form-control::-moz-placeholder {
  color: #bab7b6;
}
.form-control:-moz-placeholder {
  color: #bab7b6;
}
.form-control:-ms-input-placeholder {
  color: #bab7b6;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 10px;
  height: 30px;
  color: #404040;
  border: 1px solid #bab7b7;
  border-radius: 3px;
  width: 100%;
}
.form-control:focus {
  border-color: #0071CE;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 113, 207, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 113, 207, 0.6);
}

textarea.form-control {
  height: auto;
  max-width: 100%;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url(https://cdn.theorchard.io/shared/images/downarrow@2x.png) no-repeat right 8px center;
  background-size: 14px 9px;
  padding-right: 28px;
  /*IE Fix for hiding the select dropdown default arrow*/
}
select.form-control::-ms-expand {
  display: none;
}
select.multiple-form {
  background: #fff;
  padding-right: 10px;
}
select.multiple-form option {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
}

.ui-datepicker-trigger {
  right: 5px;
  position: relative;
  top: -24px;
  cursor: pointer;
  float: right;
}

/*
 * Disabled Fields
 */
.disabled > .form-group {
  margin-bottom: 15px;
}
.disabled > .form-group > label {
  cursor: default;
}
.disabled > .form-group .form-control[disabled],
.disabled > .form-group .form-control[readonly],
.disabled > .form-group .form-control {
  background-color: #eee;
  opacity: 0.5;
}
.disabled > .checkbox input[type=checkbox] {
  margin-left: -20px;
  position: absolute;
}

select:disabled {
  background-color: #e4e4e4;
  opacity: 0.5;
}

/*
 * Disabled hover - Style
 */
.btn.btn-danger.disabled:hover, .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled:active {
  background-color: #f9f9f9;
  border-color: #bab7b7;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
  color: #d9534f;
}

disabled,
button[disabled] {
  cursor: not-allowed;
}

/*
 * Disabled link button - Style
 */
.btn.btn-link[disabled], .btn.btn-link.disabled {
  color: #666;
}
.btn.btn-link[disabled]:hover, .btn.btn-link[disabled]:focus, .btn.btn-link[disabled]:active, .btn.btn-link.disabled:hover, .btn.btn-link.disabled:focus, .btn.btn-link.disabled:active {
  color: #666;
  text-decoration: none;
}

/*
 * Checkbox & Radio Button - Label Styling
 */
.checkbox > [type=checkbox] + label, .checkbox > [type=radio] + label, .radio > [type=checkbox] + label, .radio > [type=radio] + label {
  color: #4A4A4A;
  text-transform: initial;
  font-size: 14px;
}

/*
 * Checkbox  - Styling
 */
.checkbox > [type=checkbox]:not(:checked),
.checkbox > [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox > [type=checkbox]:not(:checked) + label,
.checkbox > [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
}
.checkbox > [type=checkbox]:not(:checked) + label:before, .checkbox > [type=checkbox]:not(:checked) + label:after,
.checkbox > [type=checkbox]:checked + label:before,
.checkbox > [type=checkbox]:checked + label:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  transition: all 0.1s linear;
}
.checkbox > [type=checkbox]:not(:checked) + label:before,
.checkbox > [type=checkbox]:checked + label:before {
  content: "";
  border: 1px solid #A8A0A0;
  background: #fff;
}
.checkbox > [type=checkbox]:not(:checked) + label:after,
.checkbox > [type=checkbox]:checked + label:after {
  content: "\e013";
  color: #026EAD;
  font-family: "Glyphicons Halflings";
  font-weight: normal;
  font-size: 10px;
  padding: 1px 3px;
  line-height: 14px;
}
.checkbox > [type=checkbox]:not(:checked) + label:hover:before,
.checkbox > [type=checkbox]:checked + label:hover:before {
  border: 1px solid #6D6565;
}
.checkbox > [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox > [type=checkbox]:checked + label:before,
.checkbox > [type=checkbox]:checked + label:hover:before {
  border: 1px solid #026EAD;
}
.checkbox > [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox > [type=checkbox]:not(:checked):disabled + label,
.checkbox > [type=checkbox]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox > [type=checkbox]:not(:checked):disabled + label:before,
.checkbox > [type=checkbox]:checked:disabled + label:before {
  background-color: #F2F2F2;
  border: 1px solid #D9D2D0;
  color: #D9D2D0;
  cursor: not-allowed;
  opacity: 1;
}
.checkbox > [type=checkbox]:not(:checked):disabled + label:after,
.checkbox > [type=checkbox]:checked:disabled + label:after {
  color: #D9D2D0;
}
.checkbox > [type=checkbox][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}

/*
 * Radio Button  - Styling
 */
.radio input[type=radio] {
  margin-top: 2px;
}
.radio > [type=radio]:not(:checked),
.radio > [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.radio > [type=radio]:not(:checked) + label,
.radio > [type=radio]:checked + label {
  position: relative;
  padding-left: 25px;
}
.radio > [type=radio]:not(:checked) + label:before, .radio > [type=radio]:not(:checked) + label:after,
.radio > [type=radio]:checked + label:before,
.radio > [type=radio]:checked + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: all 0.1s linear;
}
.radio > [type=radio]:not(:checked) + label:before,
.radio > [type=radio]:checked + label:before {
  left: 1px;
  top: 50%;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border: 1px solid #A8A0A0;
  background: #fff;
}
.radio > [type=radio]:not(:checked) + label:after,
.radio > [type=radio]:checked + label:after {
  top: 50%;
  margin-top: -4px;
  left: 6px;
  background: #026EAD;
  width: 6px;
  height: 6px;
  line-height: 13px;
}
.radio > [type=radio]:not(:checked) + label:hover:before,
.radio > [type=radio]:checked + label:hover:before {
  border: 1px solid #6D6565;
}
.radio > [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.radio > [type=radio]:checked + label:before,
.radio > [type=radio]:checked + label:hover:before {
  border: 1px solid #026EAD;
}
.radio > [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.radio > [type=radio]:not(:checked):disabled + label,
.radio > [type=radio]:checked:disabled + label {
  cursor: not-allowed;
}
.radio > [type=radio]:not(:checked):disabled + label:before,
.radio > [type=radio]:checked:disabled + label:before {
  background-color: #F2F2F2;
  border: 1px solid #D9D2D0;
  color: #D9D2D0;
  cursor: not-allowed;
  opacity: 1;
}
.radio > [type=radio]:not(:checked):disabled + label:after,
.radio > [type=radio]:checked:disabled + label:after {
  background-color: #D9D2D0;
}
.radio > [type=radio][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.radio.inline {
  display: inline-block;
  margin-right: 10px;
}

/*validation error class*/
.invalid-input .input-group-addon,
.invalid-input .blankInput {
  border-color: #e42600;
}
.invalid-input .form-control {
  border: 1px solid #e42600;
}
.invalid-input label,
.invalid-input .input-group-addon {
  color: #e42600;
}

/*Radio Buttons with Button Group Styles*/
.radio-btn-group input[type=radio] {
  display: none;
}
.radio-btn-group .btn > label {
  margin-bottom: 0;
}

.flex-form {
  display: flex;
}

/*FOR PAGINATION LIMIT*/
.pagination-panel ul.pagination {
  height: auto;
  margin: 0;
}
.pagination-panel ul.pagination li {
  display: none;
  float: left;
}
.pagination-panel ul.pagination li.active, .pagination-panel ul.pagination li.show, .pagination-panel ul.pagination li.next-arrow, .pagination-panel ul.pagination li.prev-arrow, .pagination-panel ul.pagination li.first, .pagination-panel ul.pagination li.last, .pagination-panel ul.pagination li.ellipses {
  display: block;
}

/***Pagination Link Styling****/
ul.pagination li.disabled > a,
ul.pagination li.disabled > span,
ul.pagination li.disabled > a:hover,
ul.pagination li.disabled > span:hover,
ul.pagination li.disabled > a:focus,
ul.pagination li.disabled > span:focus, ul.pagination li > a:focus,
ul.pagination li > span:focus, ul.pagination li > a,
ul.pagination li > span {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), #F2F2F2), -webkit-linear-gradient(#fff, #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #F2F2F2), linear-gradient( #fff, #fff);
  box-shadow: none;
  border: 1px solid #D9D2D0;
  color: #6D6565;
}

ul.pagination {
  list-style: none;
}
ul.pagination li > a,
ul.pagination li > span {
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  display: list-item;
  margin-left: 10px;
  padding: 9px 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: pre-wrap;
}
ul.pagination li > a:hover,
ul.pagination li > span:hover {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), #e0e0e0), -webkit-linear-gradient(#fff, #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #e0e0e0), linear-gradient( #fff, #fff);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-color: #A8A0A0;
  color: #4A4A4A;
}
ul.pagination li.prev-arrow > a:before,
ul.pagination li.prev-arrow > span:before, ul.pagination li.next-arrow > a:before,
ul.pagination li.next-arrow > span:before {
  content: " ";
  display: inline;
}
ul.pagination li.active > a,
ul.pagination li.active > span,
ul.pagination li.active > a:hover,
ul.pagination li.active > span:hover,
ul.pagination li.active > a:focus,
ul.pagination li.active > span:focus {
  background: #F2F2F2;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-color: #A8A0A0;
  color: #4A4A4A;
}
.panel-secondary, .panel-default {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.panel-secondary .panel-heading, .panel-default .panel-heading {
  background-color: #fff;
  padding: 6px 0;
  border-bottom: 0px solid #bab7b7;
}
.panel-secondary .panel-heading .panel-title, .panel-default .panel-heading .panel-title {
  color: #4A4A4A;
  font-size: 18px;
}
.panel-secondary .panel-body, .panel-default .panel-body {
  padding: 20px 0;
}
.panel-secondary .panel-footer, .panel-default .panel-footer {
  background: none;
  border: 0px solid #8b8b8b;
}

.panel-default {
  border-bottom: 1px solid #D9D2D0;
}

.panel-gray {
  background-color: #F2F2F2;
  padding: 10px;
}

.table {
  margin-top: 5px;
}
.table tr {
  height: 25px;
}
.table thead tr th {
  border: none;
  border-top: 1px solid #D9D2D0;
  border-bottom: 1px solid #D9D2D0;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  vertical-align: middle;
  cursor: default;
  padding: 4px 8px;
}
.table thead tr th a {
  color: #a1a1a1;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #D9D2D0;
}
.table tbody tr td {
  border-bottom: 1px solid #F2F2F2;
  border-top: none;
  font-size: 13px;
}

.table-bordered {
  border: 1px solid #e0e0e0;
}
.table-bordered thead tr th, .table-bordered thead tr td, .table-bordered tbody tr th, .table-bordered tbody tr td, .table-bordered tfoot tr th, .table-bordered tfoot tr td {
  border: 1px solid #e0e0e0;
}
.table-bordered thead tr th, .table-bordered thead tr td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(even) {
  background-color: transparent;
}
.table-striped tbody tr:nth-child(even) th, .table-striped tbody tr:nth-child(even) td {
  background-color: #efefef;
}
.table-striped tbody tr td {
  border: none;
}

.table-hover tbody tr:hover {
  background-color: #f1f5f9;
  cursor: pointer;
}

.table-sorter thead tr th.headerSortUp, .table-sorter thead tr th.headerSortDown,
.table-sorter thead tr th.tablesorter-headerDesc, .table-sorter thead tr th.tablesorter-headerAsc {
  cursor: pointer;
  padding-right: 18px;
  position: relative;
}
.table-sorter thead tr th.headerSortUp:after, .table-sorter thead tr th.headerSortDown:after,
.table-sorter thead tr th.tablesorter-headerDesc:after, .table-sorter thead tr th.tablesorter-headerAsc:after {
  content: "";
  background: #a2a2a2;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
}
.table-sorter thead tr th.headerSortUp,
.table-sorter thead tr th.tablesorter-headerDesc {
  background: url("/../images/redesign/up-arrow.svg") no-repeat #fff right 5px top 50%;
}
.table-sorter thead tr th.headerSortDown,
.table-sorter thead tr th.tablesorter-headerAsc {
  background: url("/../images/redesign/down-arrow.svg") no-repeat #fff right 5px top 50%;
}

.table.tall tbody tr td,
.table.table-striped.tall tbody tr td {
  height: 110px;
}

.table-input-select {
  margin-top: 0;
}
.table-input-select .no-data-found {
  color: #6D6565;
  font-weight: 500;
  padding-top: 30px;
}
.table-input-select .checkbox {
  margin: 0px;
}
.table-input-select .table-row-bg {
  background: #ebf2f5;
}
.table-input-select .th-head-space {
  padding: 0px 12px;
}

.table-button-section {
  border: 1px solid #D9D2D0;
  border-top: 0;
  margin-top: 0px;
  padding: 15px 0;
}

.expand-collapse-table-panel > tr {
  display: none;
}
.expand-collapse-table-panel.expanded tr,
.expand-collapse-table-panel tr.display-row,
.expand-collapse-table-panel tr.toggle-row-panel,
.expand-collapse-table-panel tr.exclude-row {
  display: table-row;
}
.expand-collapse-table-panel .toggle-row-panel .expand-collapse-btn:before {
  content: "+";
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  font-family: "Glyphicons Halflings";
  margin-right: 10px;
  position: relative;
}
.expand-collapse-table-panel.expanded .toggle-row-panel .expand-collapse-btn:before {
  content: "−";
}

.data td,
.data th {
  border: 1px solid #D9D2D0;
}

/* 
This is common css class only for cursor hand pointer
*/
.handPointer {
  cursor: pointer;
}

/* 
This is common css class only for display none.
We have intentionally defined this class as the bootstrap's .hide class comes with !important.
*/
.notDisplay {
  display: none;
}

/* 
This is common css class only for display block.
We have intentionally defined this class as the bootstrap's .show class comes with !important.
*/
.visible-block {
  display: block;
}

/* 
This is common css class only for 100% width.
*/
.full-width {
  width: 100%;
}

/* 
This is common css class only for overflow hide
*/
.hide-overflow {
  overflow-y: hidden;
}

/* 
This is common css class only for input-group-btn class.
We have intentionally defined this class as the bootstrap's .input-group-btn class makes the button stick to input/select tag when used with input-group.
*/
.input-group-btn.space-left {
  padding-left: 10px;
}

.input-group-btn.space-right {
  padding-right: 10px;
}

/* 
This is common css class only for input button left space.
*/
.input-btn-left-space {
  margin-left: 5px;
}

/* 
This is common css class only for right space.
*/
.right-space {
  margin-right: 5px;
}

/* 
This is common css class only for left space.
*/
.left-space {
  margin-left: 5px;
}

/* 
This is common css class only for bottom space.
*/
.bottom-space {
  margin-bottom: 5px;
}

/* 
This is common css class only for zero margin bottom.
*/
.zero-margin-bottom {
  margin-bottom: 0;
}

/* 
This is common css class only for z index 0.
*/
.zero-index {
  z-index: 0;
}

/*
This is a common css class for missing form value message
*/
.missingForm {
  background: url("https://cdn.theorchard.io/assets/workstation/images/icons/missing.png") no-repeat scroll 0 center;
  padding-left: 22px;
  color: red;
  margin-top: 4px;
  line-height: 18px;
}

/*
This is a common css class to set font size.
*/
.lead {
  font-size: 16px;
}

/*
This is a common css class to show trash icon on danger buttons & delete links wherever required.
*/
.trash-icon {
  background: url("/images/redesign/red-trash.svg") no-repeat center center;
  text-indent: -10000px;
  direction: ltr;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.trash-icon.btn-danger {
  height: auto;
}
.trash-icon.btn-danger:hover {
  background: url("/images/redesign/white-trash.svg") #c9302c no-repeat center center;
}

.modular-section {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px !important;
  border: 1px solid #D9D2D0 !important;
  margin: 20px 0 0;
}
.modular-section.react-app-module .module-title {
  display: none;
}

/*
This is a common css class with @mixin to style help text under form fields.
*/
.helptext {
  font-size: 11px;
  color: #4a4a4a;
}

/* 
This is common css class only for font weight normal bold.
*/
.font-weight {
  font-weight: 500;
}

/* 
This is common css class only for border bottom none.
*/
.border-bottom-none {
  border-bottom: none;
}

.strike-through {
  text-decoration: line-through;
}

.bold {
  font-weight: 500;
}

/*
This is common css class only for top space.
*/
.top-space {
  margin-top: 5px;
}

/*
This is common css class only for top margin.
*/
.top-margin-space {
  margin-top: 20px;
}

/*
This is common css class to input field example text.
*/
.example-text {
  color: #a2a2a2;
  font-size: 12px;
}

/*
This is common css class to show text color red.
*/
.error {
  color: #e42600;
}

/*
This is common css class only for required field asterisk sign.
*/
.required {
  color: #a2a2a2;
}

/*
This is a common css class to set margin zero.
*/
.no-margin {
  margin: 0;
}

/*
This is a common css class to set padding zero.
*/
.no-padding {
  padding: 0;
}

/*
This class will be used for message spacing.
*/
.message-space {
  margin: 40px 15px;
}

#bread {
  display: inline-block;
  padding: 10px 0 5px;
}

#bread a {
  color: #4A4A4A;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
}
#bread a:before {
  content: "← ";
  font-size: 14px;
}
#bread a:focus {
  outline: none;
}

.main-subnav {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
  padding-top: 30px;
}
.main-subnav a {
  border-bottom: 2px solid transparent;
  color: #A8A0A0;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  margin-bottom: -1px;
  padding-bottom: 10px;
  text-decoration: none;
}
.main-subnav a:hover {
  border-bottom: 2px solid #A8A0A0;
  cursor: pointer;
}
.main-subnav a.active {
  border-bottom: 2px solid #4A4A4A;
  color: #4A4A4A;
  cursor: pointer;
}
.main-subnav .badge {
  background-color: #FF893E;
  border-radius: 3px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: -25px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #4a4a4a;
  font-weight: normal;
  margin-bottom: 0;
}

h1 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 9px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 11px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 14px;
}

h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 17px;
}

h5 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
}

h6 {
  font-size: 11px;
  line-height: 1.75;
  margin-top: 28px;
}

a {
  color: #026EAD;
  text-decoration: none;
}

p {
  line-height: 1.5;
}

b,
strong {
  font-weight: 500;
}

.alert {
  background-color: #f7f7f7;
  border: 2px solid #bab7b7;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 0px;
}
.alert > p, .alert > ul {
  margin-bottom: 0;
}
.alert:empty {
  display: none;
}
.alert.alert-success {
  background-color: #dfebf5;
  border-color: #026ead;
  color: #026ead;
}
.alert.alert-success.alert-img {
  background-image: url("../oa/images/alert-success-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-danger {
  background-color: #fcd7d4;
  border-color: #d46258;
  color: #d46258;
}
.alert.alert-danger.alert-img {
  background-image: url("../oa/images/alert-danger-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-warning {
  background-color: #fffbc4;
  border-color: #e18752;
  color: #e18752;
}
.alert.alert-warning.alert-img {
  background-image: url("../oa/images/alert-warning-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-warning-gentle {
  background-color: #fefbea;
  border-color: #fdf0a7;
  color: #6D6565;
}
.alert.alert-warning-gentle.alert-img {
  background-image: url("../oa/images/alert-warning-gentle-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-warning {
  background-color: #fffbc4;
  border-color: #e18752;
  color: #e18752;
}
.alert.alert-warning.alert-img {
  background-image: url("../oa/images/alert-warning-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-warning-orange {
  background-color: #fff3ea;
  border-color: #fff3ea;
  color: #ff893e;
}
.alert.alert-warning-orange.alert-img {
  background-image: url("../oa/images/alert-warning-orange-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 15px;
  padding-left: 50px;
}

.tooltip::before {
  background: transparent none repeat scroll 0 0;
  border: 8px solid transparent;
}

.tooltip {
  font-family: "Rubik", sans-serif;
}

.tooltip {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  opacity: 1;
  background-color: #4a4a4a;
  border-radius: 3px;
  letter-spacing: 1px;
}
.tooltip.tooltip-sm-width {
  max-width: 140px;
  font-size: 11px;
  word-wrap: break-word;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top, .tooltip.bottom {
  background: none;
}
.tooltip.top .tooltip-arrow, .tooltip.bottom .tooltip-arrow {
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.tooltip.top .tooltip-arrow {
  border-top: 8px solid #4a4a4a;
}
.tooltip.top .tooltip-inner {
  margin-bottom: 3px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom: 8px solid #4a4a4a;
}
.tooltip.bottom .tooltip-inner {
  margin-top: 3px;
}
.tooltip.left, .tooltip.right {
  background: none;
}
.tooltip.left .tooltip-arrow, .tooltip.right .tooltip-arrow {
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip.left .tooltip-arrow {
  border-left: 8px solid #4a4a4a;
}
.tooltip.left .tooltip-inner {
  margin-right: 3px;
}
.tooltip.right .tooltip-arrow {
  border-right: 8px solid #4a4a4a;
}
.tooltip.right .tooltip-inner {
  margin-left: 3px;
}
.tooltip .tooltip-inner {
  background-color: #4a4a4a;
  font-size: 12px;
  text-align: left;
}
.tooltip.right-arrow::before {
  border-right-color: hsla(0, 0%, 20%, 0.9);
  content: "";
  left: -16px;
  top: 15px;
  position: absolute;
}
.tooltip.top-arrow::before {
  border-top-color: hsla(0, 0%, 20%, 0.9);
  content: "";
  left: 30px;
  bottom: -16px;
  position: absolute;
}
.tooltip.top-arrow-sm::before {
  border-top-color: hsla(0, 0%, 20%, 0.9);
  content: "";
  left: 50%;
  bottom: -16px;
  position: absolute;
  margin-left: -8px;
}
.tooltip.bottom-arrow::before {
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
  content: "";
  left: 90px;
  top: -16px;
  position: absolute;
}

.helptip {
  box-sizing: border-box;
  height: 14px;
  margin-left: 20px;
  position: relative;
}
.helptip:before {
  color: #1b3249;
  background: #fff;
  border: 2px solid #1b3249;
  content: "?";
  font-size: 8px;
  font-weight: 800;
  height: 14px;
  left: -20px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  width: 14px;
  border-radius: 50%;
}

.modal {
  overflow: visible;
  border: 0;
}
.modal .modal-content {
  background: white;
  border: 1px solid #BAB7B7;
  box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.22), 0px 19px 38px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  position: relative;
}
.modal .modal-content .modal-header {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #C8C6C5;
  background: none;
}
.modal .modal-content .modal-header h3 {
  margin: 0 15px;
}
.modal .modal-content .modal-header button.close {
  color: #ccc;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  border: 0;
  margin: 5px;
  box-shadow: none;
  outline: 0;
  position: absolute;
  right: 0px;
  top: 0px;
}
.modal .modal-content .modal-header button.close:hover {
  color: #4a4a4a;
}
.modal .modal-content .modal-body {
  padding: 20px;
}
.modal .modal-content .modal-body h4 {
  margin: 0 0 15px 0;
}
.modal .modal-content .modal-footer {
  border: none;
}

.modalLoading {
  width: 100%;
  height: 750px;
  text-align: center;
  margin-top: 40px;
}

.loader-overlay {
  background: #4A4A4A;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.loader-overlay .LoadingIndicator {
  top: 50%;
}
.loader-overlay .LoadingIndicator-loader-dot {
  background: #fff;
}
.loader-overlay.loading-lg .LoadingIndicator-loader-dot {
  height: 36px;
  width: 36px;
}

.LoadingIndicator.module-loader .LoadingIndicator-outer {
  position: relative;
}

/* Relative position outer button to allow positioning inside */
.LoadingIndicator {
  position: relative;
}

/* Dots container implements only showing whole dots */
.LoadingIndicator-dots {
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 12px 0 12px 0;
  overflow: hidden;
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}

/* Outer container helps with vertical alignment of dots */
.LoadingIndicator-outer {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}

/* Pulsating dots! */
.LoadingIndicator-loader-dot {
  animation: LoadingIndicator-scale-dot 1.2s ease-out infinite;
  background: #9b9b9b;
  border-radius: 50%;
  height: 18px;
  margin: 0 4px;
  opacity: 0.75;
  transform: scale(0.5);
  visibility: inherit;
  width: 18px;
}
.LoadingIndicator-loader-dot:nth-of-type(2) {
  animation-delay: 0.2s;
}
.LoadingIndicator-loader-dot:nth-of-type(3) {
  animation-delay: 0.3s;
}
.LoadingIndicator-loader-dot:nth-of-type(4) {
  animation-delay: 0.4s;
}
.LoadingIndicator-loader-dot:nth-of-type(5) {
  animation-delay: 0.5s;
}

/* Animation frames for pulsating dots */
@keyframes LoadingIndicator-scale-dot {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0.5);
  }
}
.top-banner-grid {
  background: -webkit-linear-gradient(left, #026EAD 0%, #23527C 100%);
  background: linear-gradient(to right, #026EAD 0%, #23527C 100%);
  animation: bannerFadeIn 700ms ease-in;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 90% center;
  color: #fff;
  font-size: 15px;
  max-height: 800px;
  overflow: hidden;
}
.top-banner-grid.bannerslideup {
  animation: bannerFadeOut 700ms ease-in;
  max-height: 0;
}
.top-banner-grid .banner-content {
  float: left;
  padding: 20px 28px;
  width: calc(100% - 38px);
}
.top-banner-grid .banner-content .survey-link {
  color: #FF893E;
  text-decoration: underline;
}
.top-banner-grid .dismiss-banner-btn {
  background: url("/images/redesign/cross-icon.svg") no-repeat center center;
  background-size: contain;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 20px 0;
  width: 10px;
}

.finetunes,
.email-notification {
  border: none;
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.finetunes a,
.email-notification a {
  text-decoration: underline;
}
.finetunes .dismiss-banner-btn,
.email-notification .dismiss-banner-btn {
  background: none;
}
.finetunes .dismiss-banner-btn:before,
.email-notification .dismiss-banner-btn:before {
  content: "\e014";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  position: relative;
}

.finetunes .dismiss-banner-btn:before {
  color: #026EAD;
}

.email-notification.alert {
  margin-top: 0;
}
.email-notification b {
  font-weight: 500;
}
.email-notification .banner-content {
  background-image: url("../oa/images/alert-warning-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 26px;
  padding-left: 55px;
}
.email-notification .dismiss-banner-btn:before {
  color: #e18752;
}

@keyframes bannerFadeIn {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 200px;
    opacity: 1;
  }
}
@keyframes bannerFadeOut {
  from {
    max-height: 200px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
/*
 *  This is a common file to include common stylings throughout all Pages in Workstation
 */
/** NO FLASH PAGE **/
.instruction-section {
  text-align: center;
}
.instruction-section .message-title {
  padding: 60px 0;
}
.instruction-section .message-title h4 {
  color: #A8A0A0;
}
.instruction-section .message-body {
  width: 90%;
  margin: 0 auto 70px;
  font-size: 0;
}
.instruction-section .message-body .section {
  float: none;
  display: inline-block;
  word-wrap: break-word;
  vertical-align: top;
  font-size: 12px;
  padding: 0 40px;
}
.instruction-section .message-body p {
  color: #4A4A4A;
  font-size: 14px;
  margin: 5px 0;
}
.instruction-section .message-footer {
  border-top: 1px solid #D9D2D0;
  width: 70%;
  margin: 0 auto;
  padding-top: 20px;
}
.instruction-section .message-footer p {
  color: #A8A0A0;
  font-size: 14px;
}

/*
 *  This style is to be used for Legacy Pages of Workstation i.e. Privacy Policy and Terms and Conditions.
 */
.legal-title {
  margin: 0 0 20px 0;
  padding-top: 50px;
  text-align: center;
}
.legal .section-title {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.legal .sub-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: medium;
}
.legal .address {
  margin: 10px 0px 10px 30px;
}
.legal ol {
  list-style: decimal;
  margin-left: 30px;
  padding: 15px 0;
}
.legal ol li {
  line-height: 18px;
  margin-bottom: 9px;
  padding-left: 5px;
}
.legal ul {
  list-style: disc;
  margin-left: 30px;
  padding-top: 15px;
}
.legal ul li {
  margin-bottom: 9px;
  padding-left: 5px;
}
.legal ul ul {
  padding: 0;
  list-style: circle;
}
.legal .terms-conditions-topic {
  padding: 10px 0 20px 0;
}
.legal .terms-conditions-topic h4,
.legal .terms-conditions-topic p {
  margin-top: 0;
  padding-top: 15px;
}

/* style rules for /multiplereleases page */
.info-banner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 16px 12px;
  border: 2px solid #3b82f6;
  border-radius: 8px;
  background-color: #f4f8ff;
  margin: 15px 0;
}
.info-banner .info-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.info-banner .info-icon {
  font-size: 20px;
  margin-top: 2px;
}
.info-banner .info-text {
  color: #1f2937;
  font-size: 14px;
}
.info-banner .info-text strong {
  display: block;
  margin-bottom: 4px;
}
.info-banner .info-btn {
  display: block;
  align-self: flex-start;
  background-color: #3b6ea5;
  color: #ffffff;
  border: none;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 38px;
}
.info-banner .info-btn:hover {
  background-color: #2f5f8f;
}