﻿/*************************************************************************************************************************************************************************************
 ** Variables
 *************************************************************************************************************************************************************************************/
/* #337AB7; */
/* #648190; */
/* #adadad */
/*************************************************************************************************************************************************************************************
 ** General
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** Borders
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** Gradients
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** Layout
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** States
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** Variables
 *************************************************************************************************************************************************************************************/
/* #337AB7; */
/* #648190; */
/* #adadad */
/*************************************************************************************************************************************************************************************
 ** Variables
 *************************************************************************************************************************************************************************************/
/* #337AB7; */
/* #648190; */
/* #adadad */
/*************************************************************************************************************************************************************************************
 ** General
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** Borders
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** Gradients
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** Layout
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** States
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** General
 *************************************************************************************************************************************************************************************/
.form-control {
  font-size: inherit; }
  .form-control[disabled], .form-control.disabled {
    opacity: 0.65; }

.form-label-inline {
  float: right;
  font-weight: normal;
  margin-top: 10px; }

.dropdown-menu {
  font-size: inherit;
  z-index: 12000; }

/*************************************************************************************************************************************************************************************
 ** Buttons
 *************************************************************************************************************************************************************************************/
.btn, span.rds-buttonlist label {
  font-size: 12px; }
  .btn i.rds-fa-rotate:before, span.rds-buttonlist label i.rds-fa-rotate:before {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s; }
  .btn.collapsed i.rds-fa-rotate:before, span.rds-buttonlist label.collapsed i.rds-fa-rotate:before {
    transform: rotate(-90deg); }

.btn-standard-width, .btn-core-toggle {
  min-width: 0;
  width: 100%; }
  @media (min-width: 776px) {
    .btn-standard-width, .btn-core-toggle {
      min-width: 100px;
      width: auto; }
      .btn-standard-width.btn-xs, .btn-xs.btn-core-toggle {
        min-width: 75px;
        width: auto; } }

.btn-full-width-xs {
  min-width: 100%; }
  @media (min-width: 776px) {
    .btn-full-width-xs {
      min-width: 0; } }

.btn-grid-action {
  padding: 1px 10px; }

.rds-btn-primary {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #056da5 0%, #034d73 100%);
  background-image: -o-linear-gradient(top, #056da5 0%, #034d73 100%);
  background-image: linear-gradient(to bottom, #056da5 0%, #034d73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF056DA5', endColorstr='#FF034D73', GradientType=0);
  background-repeat: repeat-x;
  border-color: #033c5a;
  border-bottom-color: #011b29;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: bold; }
  .rds-btn-primary:hover, .rds-btn-primary:focus, .rds-btn-primary:active, .rds-btn-primary.active {
    background-image: -webkit-linear-gradient(top, #045d8c 0%, #033c5a 100%);
    background-image: -o-linear-gradient(top, #045d8c 0%, #033c5a 100%);
    background-image: linear-gradient(to bottom, #045d8c 0%, #033c5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF045D8C', endColorstr='#FF033C5A', GradientType=0);
    background-repeat: repeat-x;
    border-color: #011b29;
    color: #fff; }
  .rds-btn-primary.disabled, .rds-btn-primary.disabled:hover, .rds-btn-primary.disabled:focus, .rds-btn-primary.disabled:active, .rds-btn-primary.disabled.active, .rds-btn-primary[disabled], .rds-btn-primary[disabled]:hover, .rds-btn-primary[disabled]:focus, .rds-btn-primary[disabled]:active, .rds-btn-primary[disabled].active, .rds-btn-primary.aspNetDisabled, .rds-btn-primary.aspNetDisabled:hover, .rds-btn-primary.aspNetDisabled:focus, .rds-btn-primary.aspNetDisabled:active, .rds-btn-primary.aspNetDisabled.active,
  fieldset[disabled] .rds-btn-primary,
  fieldset[disabled] .rds-btn-primary:hover,
  fieldset[disabled] .rds-btn-primary:focus,
  fieldset[disabled] .rds-btn-primary:active,
  fieldset[disabled] .rds-btn-primary.active {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #056da5 0%, #034d73 100%);
    background-image: -o-linear-gradient(top, #056da5 0%, #034d73 100%);
    background-image: linear-gradient(to bottom, #056da5 0%, #034d73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF056DA5', endColorstr='#FF034D73', GradientType=0);
    background-repeat: repeat-x;
    border-color: #033c5a;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.35; }

.rds-btn-secondary {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #658594 0%, #516976 100%);
  background-image: -o-linear-gradient(top, #658594 0%, #516976 100%);
  background-image: linear-gradient(to bottom, #658594 0%, #516976 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF658594', endColorstr='#FF516976', GradientType=0);
  background-repeat: repeat-x;
  border-color: #465c67;
  border-bottom-color: #324148;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .rds-btn-secondary:hover, .rds-btn-secondary:focus, .rds-btn-secondary:active, .rds-btn-secondary.active {
    background-image: -webkit-linear-gradient(top, #5b7785 0%, #465c67 100%);
    background-image: -o-linear-gradient(top, #5b7785 0%, #465c67 100%);
    background-image: linear-gradient(to bottom, #5b7785 0%, #465c67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B7785', endColorstr='#FF465C67', GradientType=0);
    background-repeat: repeat-x;
    border-color: #324148;
    color: #fff; }
  .rds-btn-secondary.disabled, .rds-btn-secondary.disabled:hover, .rds-btn-secondary.disabled:focus, .rds-btn-secondary.disabled:active, .rds-btn-secondary.disabled.active, .rds-btn-secondary[disabled], .rds-btn-secondary[disabled]:hover, .rds-btn-secondary[disabled]:focus, .rds-btn-secondary[disabled]:active, .rds-btn-secondary[disabled].active, .rds-btn-secondary.aspNetDisabled, .rds-btn-secondary.aspNetDisabled:hover, .rds-btn-secondary.aspNetDisabled:focus, .rds-btn-secondary.aspNetDisabled:active, .rds-btn-secondary.aspNetDisabled.active,
  fieldset[disabled] .rds-btn-secondary,
  fieldset[disabled] .rds-btn-secondary:hover,
  fieldset[disabled] .rds-btn-secondary:focus,
  fieldset[disabled] .rds-btn-secondary:active,
  fieldset[disabled] .rds-btn-secondary.active {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #658594 0%, #516976 100%);
    background-image: -o-linear-gradient(top, #658594 0%, #516976 100%);
    background-image: linear-gradient(to bottom, #658594 0%, #516976 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF658594', endColorstr='#FF516976', GradientType=0);
    background-repeat: repeat-x;
    border-color: #465c67;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.35; }

.rds-btn-default {
  color: #333;
  background-image: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  background-repeat: repeat-x;
  border-color: #e6e6e6;
  border-bottom-color: #cccccc;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid #bbb; }
  .rds-btn-default:hover, .rds-btn-default:focus, .rds-btn-default:active, .rds-btn-default.active {
    background-image: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
    background-repeat: repeat-x;
    border-color: #cccccc;
    color: #333; }
  .rds-btn-default.disabled, .rds-btn-default.disabled:hover, .rds-btn-default.disabled:focus, .rds-btn-default.disabled:active, .rds-btn-default.disabled.active, .rds-btn-default[disabled], .rds-btn-default[disabled]:hover, .rds-btn-default[disabled]:focus, .rds-btn-default[disabled]:active, .rds-btn-default[disabled].active, .rds-btn-default.aspNetDisabled, .rds-btn-default.aspNetDisabled:hover, .rds-btn-default.aspNetDisabled:focus, .rds-btn-default.aspNetDisabled:active, .rds-btn-default.aspNetDisabled.active,
  fieldset[disabled] .rds-btn-default,
  fieldset[disabled] .rds-btn-default:hover,
  fieldset[disabled] .rds-btn-default:focus,
  fieldset[disabled] .rds-btn-default:active,
  fieldset[disabled] .rds-btn-default.active {
    color: #333;
    background-image: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
    background-repeat: repeat-x;
    border-color: #e6e6e6;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.35; }
  .rds-btn-default.disabled, .rds-btn-default.disabled:hover, .rds-btn-default.disabled:focus, .rds-btn-default.disabled:active, .rds-btn-default.disabled.active, .rds-btn-default[disabled], .rds-btn-default[disabled]:hover, .rds-btn-default[disabled]:focus, .rds-btn-default[disabled]:active, .rds-btn-default[disabled].active, .rds-btn-default.aspNetDisabled, .rds-btn-default.aspNetDisabled:hover, .rds-btn-default.aspNetDisabled:focus, .rds-btn-default.aspNetDisabled:active, .rds-btn-default.aspNetDisabled.active {
    opacity: 0.5; }

.rds-btn-default:focus {
  outline: 1px dotted #333; }

.rds-btn-admin {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #ffb853 0%, #ffa220 100%);
  background-image: -o-linear-gradient(top, #ffb853 0%, #ffa220 100%);
  background-image: linear-gradient(to bottom, #ffb853 0%, #ffa220 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFB853', endColorstr='#FFFFA220', GradientType=0);
  background-repeat: repeat-x;
  border-color: #ff9806;
  border-bottom-color: #d27b00;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .rds-btn-admin:hover, .rds-btn-admin:focus, .rds-btn-admin:active, .rds-btn-admin.active {
    background-image: -webkit-linear-gradient(top, #ffad39 0%, #ff9806 100%);
    background-image: -o-linear-gradient(top, #ffad39 0%, #ff9806 100%);
    background-image: linear-gradient(to bottom, #ffad39 0%, #ff9806 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFAD39', endColorstr='#FFFF9806', GradientType=0);
    background-repeat: repeat-x;
    border-color: #d27b00;
    color: #fff; }
  .rds-btn-admin.disabled, .rds-btn-admin.disabled:hover, .rds-btn-admin.disabled:focus, .rds-btn-admin.disabled:active, .rds-btn-admin.disabled.active, .rds-btn-admin[disabled], .rds-btn-admin[disabled]:hover, .rds-btn-admin[disabled]:focus, .rds-btn-admin[disabled]:active, .rds-btn-admin[disabled].active, .rds-btn-admin.aspNetDisabled, .rds-btn-admin.aspNetDisabled:hover, .rds-btn-admin.aspNetDisabled:focus, .rds-btn-admin.aspNetDisabled:active, .rds-btn-admin.aspNetDisabled.active,
  fieldset[disabled] .rds-btn-admin,
  fieldset[disabled] .rds-btn-admin:hover,
  fieldset[disabled] .rds-btn-admin:focus,
  fieldset[disabled] .rds-btn-admin:active,
  fieldset[disabled] .rds-btn-admin.active {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #ffb853 0%, #ffa220 100%);
    background-image: -o-linear-gradient(top, #ffb853 0%, #ffa220 100%);
    background-image: linear-gradient(to bottom, #ffb853 0%, #ffa220 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFB853', endColorstr='#FFFFA220', GradientType=0);
    background-repeat: repeat-x;
    border-color: #ff9806;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.35; }
  .rds-btn-admin.disabled, .rds-btn-admin.disabled:hover, .rds-btn-admin.disabled:focus, .rds-btn-admin.disabled:active, .rds-btn-admin.disabled.active, .rds-btn-admin[disabled], .rds-btn-admin[disabled]:hover, .rds-btn-admin[disabled]:focus, .rds-btn-admin[disabled]:active, .rds-btn-admin[disabled].active, .rds-btn-admin.aspNetDisabled, .rds-btn-admin.aspNetDisabled:hover, .rds-btn-admin.aspNetDisabled:focus, .rds-btn-admin.aspNetDisabled:active, .rds-btn-admin.aspNetDisabled.active {
    opacity: 0.5; }

.rds-btn-admin option {
  background-color: #ffad39; }

.rds-btn-success, .btn-core-toggle {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #4caf4c 0%, #3c8b3c 100%);
  background-image: -o-linear-gradient(top, #4caf4c 0%, #3c8b3c 100%);
  background-image: linear-gradient(to bottom, #4caf4c 0%, #3c8b3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4CAF4C', endColorstr='#FF3C8B3C', GradientType=0);
  background-repeat: repeat-x;
  border-color: #357935;
  border-bottom-color: #255625;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .rds-btn-success:hover, .btn-core-toggle:hover, .rds-btn-success:focus, .btn-core-toggle:focus, .rds-btn-success:active, .btn-core-toggle:active, .rds-btn-success.active, .active.btn-core-toggle {
    background-image: -webkit-linear-gradient(top, #449d44 0%, #357935 100%);
    background-image: -o-linear-gradient(top, #449d44 0%, #357935 100%);
    background-image: linear-gradient(to bottom, #449d44 0%, #357935 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF449D44', endColorstr='#FF357935', GradientType=0);
    background-repeat: repeat-x;
    border-color: #255625;
    color: #fff; }
  .rds-btn-success.disabled, .disabled.btn-core-toggle, .rds-btn-success.disabled:hover, .disabled.btn-core-toggle:hover, .rds-btn-success.disabled:focus, .disabled.btn-core-toggle:focus, .rds-btn-success.disabled:active, .disabled.btn-core-toggle:active, .rds-btn-success.disabled.active, .disabled.active.btn-core-toggle, .rds-btn-success[disabled], [disabled].btn-core-toggle, .rds-btn-success[disabled]:hover, [disabled].btn-core-toggle:hover, .rds-btn-success[disabled]:focus, [disabled].btn-core-toggle:focus, .rds-btn-success[disabled]:active, [disabled].btn-core-toggle:active, .rds-btn-success[disabled].active, [disabled].active.btn-core-toggle, .rds-btn-success.aspNetDisabled, .aspNetDisabled.btn-core-toggle, .rds-btn-success.aspNetDisabled:hover, .aspNetDisabled.btn-core-toggle:hover, .rds-btn-success.aspNetDisabled:focus, .aspNetDisabled.btn-core-toggle:focus, .rds-btn-success.aspNetDisabled:active, .aspNetDisabled.btn-core-toggle:active, .rds-btn-success.aspNetDisabled.active, .aspNetDisabled.active.btn-core-toggle,
  fieldset[disabled] .rds-btn-success,
  fieldset[disabled] .btn-core-toggle,
  fieldset[disabled] .rds-btn-success:hover,
  fieldset[disabled] .btn-core-toggle:hover,
  fieldset[disabled] .rds-btn-success:focus,
  fieldset[disabled] .btn-core-toggle:focus,
  fieldset[disabled] .rds-btn-success:active,
  fieldset[disabled] .btn-core-toggle:active,
  fieldset[disabled] .rds-btn-success.active,
  fieldset[disabled] .active.btn-core-toggle {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #4caf4c 0%, #3c8b3c 100%);
    background-image: -o-linear-gradient(top, #4caf4c 0%, #3c8b3c 100%);
    background-image: linear-gradient(to bottom, #4caf4c 0%, #3c8b3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4CAF4C', endColorstr='#FF3C8B3C', GradientType=0);
    background-repeat: repeat-x;
    border-color: #357935;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.35; }

.rds-btn-danger {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #d43e3b 0%, #b42b27 100%);
  background-image: -o-linear-gradient(top, #d43e3b 0%, #b42b27 100%);
  background-image: linear-gradient(to bottom, #d43e3b 0%, #b42b27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD43E3B', endColorstr='#FFB42B27', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9f2623;
  border-bottom-color: #751c1a;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .rds-btn-danger:hover, .rds-btn-danger:focus, .rds-btn-danger:active, .rds-btn-danger.active {
    background-image: -webkit-linear-gradient(top, #c9302c 0%, #9f2623 100%);
    background-image: -o-linear-gradient(top, #c9302c 0%, #9f2623 100%);
    background-image: linear-gradient(to bottom, #c9302c 0%, #9f2623 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC9302C', endColorstr='#FF9F2623', GradientType=0);
    background-repeat: repeat-x;
    border-color: #751c1a;
    color: #fff; }
  .rds-btn-danger.disabled, .rds-btn-danger.disabled:hover, .rds-btn-danger.disabled:focus, .rds-btn-danger.disabled:active, .rds-btn-danger.disabled.active, .rds-btn-danger[disabled], .rds-btn-danger[disabled]:hover, .rds-btn-danger[disabled]:focus, .rds-btn-danger[disabled]:active, .rds-btn-danger[disabled].active, .rds-btn-danger.aspNetDisabled, .rds-btn-danger.aspNetDisabled:hover, .rds-btn-danger.aspNetDisabled:focus, .rds-btn-danger.aspNetDisabled:active, .rds-btn-danger.aspNetDisabled.active,
  fieldset[disabled] .rds-btn-danger,
  fieldset[disabled] .rds-btn-danger:hover,
  fieldset[disabled] .rds-btn-danger:focus,
  fieldset[disabled] .rds-btn-danger:active,
  fieldset[disabled] .rds-btn-danger.active {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #d43e3b 0%, #b42b27 100%);
    background-image: -o-linear-gradient(top, #d43e3b 0%, #b42b27 100%);
    background-image: linear-gradient(to bottom, #d43e3b 0%, #b42b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD43E3B', endColorstr='#FFB42B27', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9f2623;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.35; }

.rds-btn-primary:focus, .rds-btn-secondary:focus, .rds-btn-admin:focus, .rds-btn-danger {
  outline: 1px dotted #fff; }

.rds-btn-grid {
  border-radius: 2px; }
  .rds-btn-grid > img {
    position: relative;
    top: -1px; }
  .rds-btn-grid.rds-btn-default.dropdown-toggle {
    color: inherit; }

input[disabled].pointer-events-none {
  /* allows events on disabled elements to bubble up */
  pointer-events: none;
  /* IE10+ */ }
  @media all and (-ms-high-contrast: none) {
    input[disabled].pointer-events-none {
      pointer-events: auto; } }

.input-group-btn:first-child > .btn, span.rds-buttonlist .input-group-btn:first-child > label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.input-group-btn:last-child > .btn, span.rds-buttonlist .input-group-btn:last-child > label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

button.txt-warning:hover, button.txt-warning:focus, button.txt-warning:active, button.txt-warning.active {
  color: #ec971f; }

/* gross active overrides */
body a.rds-btn-danger:active[href]:not([href=""]) {
  color: #fff; }

.rds-btn-sso {
  position: relative; }
  .rds-btn-sso span {
    margin-left: 35px; }
    .rds-btn-sso span:first-child {
      height: 100%;
      margin-left: 0;
      padding: 2px 5px;
      position: absolute;
      top: 0;
      left: 0; }
  @media (max-width: 775px) {
    .rds-btn-sso {
      padding-left: 50px;
      text-align: left; }
      .rds-btn-sso span {
        margin-left: 0; } }

.rds-btn-default.rds-btn-sso span:first-child {
  border-right: 1px solid #ccc; }

.btn-core-toggle {
  margin-right: 10px;
  padding: 2px 10px;
  position: absolute;
  right: 0; }

/*************************************************************************************************************************************************************************************
 ** Checkboxes
 *************************************************************************************************************************************************************************************/
.rds-checkbox {
  position: relative; }
  .rds-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  .rds-checkbox input[type="checkbox"] + label {
    cursor: pointer;
    margin: 0;
    min-width: 15px;
    padding-left: 25px; }
    .rds-checkbox input[type="checkbox"] + label:before {
      content: "";
      display: block;
      background-color: #fff;
      border: 1px solid #999;
      position: absolute;
      left: 0;
      top: -2px;
      width: 17px;
      height: 17px; }
  .rds-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #4d9ce2;
    border: none; }
  .rds-checkbox input[type="checkbox"]:checked + label:after {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 2px;
    top: -2px; }
  .rds-checkbox input[type="checkbox"][disabled] + label {
    color: #a9a9a9;
    cursor: not-allowed; }
    .rds-checkbox input[type="checkbox"][disabled] + label:before {
      border-color: #a9a9a9;
      cursor: not-allowed;
      opacity: 0.5; }
    .rds-checkbox input[type="checkbox"][disabled] + label:after {
      cursor: not-allowed;
      opacity: 0.8; }
  .rds-checkbox input[type="checkbox"][disabled]:checked + label:before {
    background-color: #a9a9a9; }

/*************************************************************************************************************************************************************************************
 ** Checklists/Radiolists
 *************************************************************************************************************************************************************************************/
span.rds-buttonlist {
  font-size: 0;
  white-space: nowrap;
  /* border rounding */
  /* Vertical Button Lists */
  /* checklists */
  /* radio buttons */ }
  span.rds-buttonlist label {
    color: #333;
    background-image: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
    background-repeat: repeat-x;
    border-color: #e6e6e6;
    border-bottom-color: #cccccc;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid #bbb;
    border-right-width: 0;
    cursor: pointer;
    font-weight: normal;
    padding: 6px 12px;
    text-align: left; }
    span.rds-buttonlist label:hover, span.rds-buttonlist label:focus, span.rds-buttonlist label:active, span.rds-buttonlist label.active {
      background-image: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
      background-image: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
      background-image: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
      background-repeat: repeat-x;
      border-color: #cccccc;
      color: #333; }
    span.rds-buttonlist label.disabled, span.rds-buttonlist label.disabled:hover, span.rds-buttonlist label.disabled:focus, span.rds-buttonlist label.disabled:active, span.rds-buttonlist label.disabled.active, span.rds-buttonlist label[disabled], span.rds-buttonlist label[disabled]:hover, span.rds-buttonlist label[disabled]:focus, span.rds-buttonlist label[disabled]:active, span.rds-buttonlist label[disabled].active, span.rds-buttonlist label.aspNetDisabled, span.rds-buttonlist label.aspNetDisabled:hover, span.rds-buttonlist label.aspNetDisabled:focus, span.rds-buttonlist label.aspNetDisabled:active, span.rds-buttonlist label.aspNetDisabled.active,
    fieldset[disabled] span.rds-buttonlist label,
    fieldset[disabled] span.rds-buttonlist label:hover,
    fieldset[disabled] span.rds-buttonlist label:focus,
    fieldset[disabled] span.rds-buttonlist label:active,
    fieldset[disabled] span.rds-buttonlist label.active {
      color: #333;
      background-image: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
      background-image: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
      background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
      background-repeat: repeat-x;
      border-color: #e6e6e6;
      box-shadow: none;
      cursor: not-allowed;
      opacity: 0.35; }
  span.rds-buttonlist input[type="checkbox"], span.rds-buttonlist input[type="radio"] {
    position: absolute;
    left: -9999px; }
    span.rds-buttonlist input[type="checkbox"] + label, span.rds-buttonlist input[type="radio"] + label {
      border-color: #bbb;
      border-radius: 0;
      margin: 0;
      min-width: 125px; }
      @media (max-width: 775px) {
        span.rds-buttonlist input[type="checkbox"] + label, span.rds-buttonlist input[type="radio"] + label {
          display: block;
          text-align: left;
          width: 100%; } }
    span.rds-buttonlist input[type="checkbox"]:focus + label, span.rds-buttonlist input[type="radio"]:focus + label {
      outline: 1px dotted #333; }
    span.rds-buttonlist input[type="checkbox"][disabled] + label, span.rds-buttonlist input[type="radio"][disabled] + label {
      color: darkgray;
      cursor: not-allowed;
      opacity: 0.8; }
      span.rds-buttonlist input[type="checkbox"][disabled] + label:before, span.rds-buttonlist input[type="radio"][disabled] + label:before {
        border-color: #a9a9a9;
        cursor: not-allowed;
        opacity: 0.8; }
      span.rds-buttonlist input[type="checkbox"][disabled] + label:after, span.rds-buttonlist input[type="radio"][disabled] + label:after {
        cursor: not-allowed;
        opacity: 0.8; }
      span.rds-buttonlist input[type="checkbox"][disabled] + label:hover, span.rds-buttonlist input[type="checkbox"][disabled] + label:active, span.rds-buttonlist input[type="checkbox"][disabled] + label:focus, span.rds-buttonlist input[type="radio"][disabled] + label:hover, span.rds-buttonlist input[type="radio"][disabled] + label:active, span.rds-buttonlist input[type="radio"][disabled] + label:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
        background-image: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
        background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
        background-repeat: repeat-x; }
  @media (max-width: 775px) {
    span.rds-buttonlist > input[type="checkbox"] + label:last-child,
    span.rds-buttonlist > input[type="radio"] + label:last-child,
    span.rds-buttonlist > span:last-child label {
      border-bottom: 1px solid #bbb;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; } }
  @media (min-width: 776px) {
    span.rds-buttonlist > input[type="checkbox"] + label:last-child,
    span.rds-buttonlist > input[type="radio"] + label:last-child,
    span.rds-buttonlist > span:last-child label {
      border-right: 1px solid #bbb;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; } }
  @media (max-width: 775px) {
    span.rds-buttonlist > input[type="checkbox"]:first-child + label,
    span.rds-buttonlist > input[type="radio"]:first-child + label,
    span.rds-buttonlist > span:first-child label {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; } }
  @media (min-width: 776px) {
    span.rds-buttonlist > input[type="checkbox"]:first-child + label,
    span.rds-buttonlist > input[type="radio"]:first-child + label,
    span.rds-buttonlist > span:first-child label {
      border-left-width: 1px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; } }
  span.rds-buttonlist.rds-buttonlist-vertical > span {
    display: block; }
  span.rds-buttonlist.rds-buttonlist-vertical label {
    border-right-width: 1px; }
    @media (max-width: 775px) {
      span.rds-buttonlist.rds-buttonlist-vertical label {
        border-bottom-width: 0; } }
  @media (min-width: 776px) {
    span.rds-buttonlist.rds-buttonlist-vertical input + label {
      border-bottom: none;
      text-align: left; }
    span.rds-buttonlist.rds-buttonlist-vertical > input:first-child + label, span.rds-buttonlist.rds-buttonlist-vertical > span:first-child input + label {
      border-bottom-left-radius: 0;
      border-top-right-radius: 4px; }
    span.rds-buttonlist.rds-buttonlist-vertical > input + label:last-child, span.rds-buttonlist.rds-buttonlist-vertical > span:last-child input + label {
      border-bottom: 1px solid #bbb !important;
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; } }
  span.rds-buttonlist.rds-buttonlist-vertical > span.round-bottom > label {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #bbb; }
  @media (max-width: 775px) {
    span.rds-buttonlist.rds-buttonlist-vertical br {
      display: none; } }
  @media (max-width: 775px) {
    span.rds-buttonlist > span {
      display: block; }
    span.rds-buttonlist label {
      border-right-width: 1px; } }
  @media (max-width: 775px) and (max-width: 775px) {
    span.rds-buttonlist label {
      border-bottom-width: 0; } }

@media (max-width: 775px) and (min-width: 776px) {
  span.rds-buttonlist input + label {
    border-bottom: none;
    text-align: left; }
  span.rds-buttonlist > input:first-child + label, span.rds-buttonlist > span:first-child input + label {
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px; }
  span.rds-buttonlist > input + label:last-child, span.rds-buttonlist > span:last-child input + label {
    border-bottom: 1px solid #bbb !important;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0; } }
  span.rds-buttonlist input[type="checkbox"] + label {
    padding-left: 35px;
    padding-right: 15px;
    position: relative; }
    span.rds-buttonlist input[type="checkbox"] + label:before {
      content: "";
      display: block;
      background-color: #fff;
      border: 1px solid #999;
      position: absolute;
      left: 10px;
      top: 6px;
      width: 16px;
      height: 16px; }
  span.rds-buttonlist input[type="checkbox"]:checked + label:before {
    background-color: #4d9ce2;
    border: none; }
  span.rds-buttonlist input[type="checkbox"]:checked + label:after {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 12px;
    top: 6px; }
  span.rds-buttonlist input[type="checkbox"][disabled]:checked + label:before {
    background-color: #a9a9a9; }
  span.rds-buttonlist input[type="radio"] + label {
    padding-left: 36px;
    position: relative; }
    span.rds-buttonlist input[type="radio"] + label:before {
      background-color: #fff;
      border: 1px solid #999;
      border-radius: 1em;
      content: "";
      display: block;
      position: absolute;
      top: 5px;
      left: 8px;
      width: 18px;
      height: 18px; }
  span.rds-buttonlist input[type="radio"]:checked + label::after {
    background-color: #4d9ce2;
    border-radius: 1em;
    content: "";
    display: block;
    left: 11px;
    position: absolute;
    top: 8px;
    width: 12px;
    height: 12px; }
  span.rds-buttonlist input[type="radio"][disabled]:checked + label:after {
    background-color: #a9a9a9; }

span.rds-buttonlist.rds-buttonlist-xs label {
  font-size: 12px; }

span.rds-buttonlist.rds-buttonlist-xs input[type="checkbox"] + label:before {
  left: 10px;
  top: 6px; }

span.rds-buttonlist.rds-buttonlist-xs input[type="checkbox"]:checked + label:after {
  left: 12px;
  top: 6px; }

.rds-checkboxlist-actions .btn, .rds-checkboxlist-actions span.rds-buttonlist label, span.rds-buttonlist .rds-checkboxlist-actions label {
  min-width: 42px; }

/*************************************************************************************************************************************************************************************
 ** Dropdowns
 *************************************************************************************************************************************************************************************/
.rds-selectlist.has-divider ul.dropdown-menu.inner {
  padding-top: 10px; }

.rds-selectlist .disabled {
  opacity: 1; }

.rds-selectlist .dropdown-toggle:hover, .rds-selectlist .dropdown-toggle:focus, .rds-selectlist .dropdown-toggle:active, .rds-selectlist.open > .dropdown-toggle {
  background-color: #fff; }

.rds-selectlist .dropdown-toggle.disabled, .rds-selectlist .dropdown-toggle.disabled:hover, .rds-selectlist .dropdown-toggle.disabled:focus, .rds-selectlist .dropdown-toggle.disabled:active, .rds-selectlist.open > .dropdown-toggle.disabled {
  background-color: #eee;
  border: 1px solid #ccc; }

.rds-selectlist .dropdown-menu {
  border: 1px solid #bbb;
  box-shadow: none;
  padding: 0; }

.rds-selectlist li.divider {
  background-color: #ddd;
  border-top: none; }

.rds-selectlist li.selected a {
  background-color: #4d9ce2;
  color: #fff; }
  .rds-selectlist li.selected a:hover {
    background-color: #4d9ce2;
    color: #fff; }

.rds-selectlist li:hover a, .rds-selectlist li:focus a {
  background-color: #f5f5f5; }

.rds-selectlist li a {
  padding: 5px 10px 5px 12px; }

/*************************************************************************************************************************************************************************************
 ** Labels
 *************************************************************************************************************************************************************************************/
label.rds-label {
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px; }
  label.rds-label.text-bold {
    font-weight: bold; }

/*************************************************************************************************************************************************************************************
 ** Switches
 *************************************************************************************************************************************************************************************/
span.rds-switch {
  cursor: pointer;
  display: inline-block;
  min-height: 34px;
  padding: 6px 52px 6px 0;
  position: relative;
  /* left-aligned switch */ }
  @media (max-width: 775px) {
    span.rds-switch {
      /* Mobile Phones */
      padding-left: 0;
      width: 100%; } }
  span.rds-switch * {
    cursor: pointer; }
  span.rds-switch input {
    left: -9999px;
    position: absolute; }
    span.rds-switch input + label:before {
      background-color: #ccc;
      border-radius: 23px;
      content: "";
      display: inline-block;
      position: absolute;
      right: 0;
      top: 8px;
      width: 40px;
      height: 23px; }
    span.rds-switch input:checked + label:before {
      content: "";
      background-color: #4d9ce2;
      border-radius: 23px;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 8px;
      width: 40px;
      height: 23px;
      z-index: 1; }
    span.rds-switch input:checked + label:after {
      -webkit-transform: translateX(17px);
      -ms-transform: translateX(17px);
      transform: translateX(17px); }
    span.rds-switch input:focus + label:before {
      outline: 1px dotted #333; }
  span.rds-switch label {
    margin-left: 0 !important; }
    span.rds-switch label:after {
      background-color: #fff;
      border-radius: 50%;
      content: "";
      position: absolute;
      right: 20px;
      top: 11px;
      -webkit-transition: .4s;
      transition: .4s;
      width: 17px;
      height: 17px;
      z-index: 2; }
  span.rds-switch.txt-bold label {
    font-weight: bold; }
  @media (min-width: 776px) {
    span.rds-switch.rds-switch-left {
      padding-left: 50px;
      padding-right: 0; }
      span.rds-switch.rds-switch-left label::before {
        left: 0;
        right: auto; }
      span.rds-switch.rds-switch-left label:after {
        left: 3px;
        right: auto; } }

span.rds-switch.rds-switch-xs {
  min-height: 0;
  padding: 0 39px 0 0;
  /* left-aligned switch */ }
  span.rds-switch.rds-switch-xs label {
    margin: 0px 5px 0 0;
    vertical-align: middle; }
    span.rds-switch.rds-switch-xs label:before {
      width: 36px;
      height: 18px;
      top: 0; }
    span.rds-switch.rds-switch-xs label:after {
      width: 14px;
      height: 14px;
      right: 19px;
      top: 2px; }
  span.rds-switch.rds-switch-xs input:checked + label:before {
    width: 36px;
    height: 18px;
    top: 0; }
  span.rds-switch.rds-switch-xs input:checked + label :after {
    width: 14px;
    height: 14px;
    right: 19px;
    top: 2px;
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px); }
  @media (min-width: 776px) {
    span.rds-switch.rds-switch-xs.rds-switch-left {
      padding-left: 45px;
      padding-right: 0; }
      span.rds-switch.rds-switch-xs.rds-switch-left label::before {
        left: 0;
        right: auto; }
      span.rds-switch.rds-switch-xs.rds-switch-left label:after {
        left: 3px;
        right: auto; } }

/*************************************************************************************************************************************************************************************
 ** CSS shared between both MVC and WebForm worlds
 *************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************
 ** General
 *************************************************************************************************************************************************************************************/
body {
  font-size: 12px;
  -ms-overflow-style: scrollbar;
  /* prevents IE11 scrollbar overlap */ }

.border {
  border: 1px solid #ddd; }

.border-dark {
  border: 1px solid #aaa; }

@media (max-width: 775px) {
  .border-bottom-none-xs {
    border-bottom: none; } }

.border-left {
  border-left: 1px solid #ddd; }

.border-top {
  border-top: 1px solid #ddd; }

.border-top-none {
  border-top: none; }

.rounded-corners-important {
  border-radius: 4px !important; }

/*************************************************************************************************************************************************************************************
 ** Badges (Bootstrap Labels)
 *************************************************************************************************************************************************************************************/
.rds-label-archived {
  color: #fff;
  background-color: #c0c0c0; }

/* tab/button badge */
.rds-tabs > li .rds-badge {
  font-size: 10px;
  font-weight: normal;
  padding: 2px 6px;
  position: relative;
  top: -2px; }

.rds-tabs > li.active .rds-badge {
  font-weight: bold; }

.rds-tab-badge {
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: -2px; }

.rds-badge-inline {
  margin-left: 2px;
  padding: 2px 5px;
  position: relative;
  top: -2px; }

/* hanging badge*/
[data-badge], [data-badge-bottom], [data-badge-top], [data-badge-right] {
  position: relative; }
  [data-badge]:after, [data-badge-bottom]:after, [data-badge-top]:after, [data-badge-right]:after {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    content: attr(data-badge);
    font-size: 8pt;
    line-height: 7px;
    padding: 4px 5px;
    position: absolute;
    right: 2px;
    top: -13px;
    text-align: center; }

[data-badge-bottom]:after {
  bottom: -19px;
  content: attr(data-badge-bottom);
  top: auto; }

.btn[data-badge-bottom]:after, span.rds-buttonlist label[data-badge-bottom]:after {
  bottom: -10px; }

[data-badge-top]:after {
  content: attr(data-badge-top); }

[data-badge-right]:after {
  content: attr(data-badge-right);
  padding: 3px 5px 4px;
  top: 2px; }

/*************************************************************************************************************************************************************************************
 ** Headings
 *************************************************************************************************************************************************************************************/
h1 {
  color: #e31e26;
  font-family: Circular-Bold;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px; }

h1.border-bottom {
  border-bottom: 1px solid #797168; }

.ribbon {
  background-color: #5b7785;
  height: 30px;
  margin-left: -10px;
  position: relative; }
  .ribbon:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 30px;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #808285; }
  .ribbon h6 {
    color: white;
    line-height: 30px;
    margin: 0 0 0 5px;
    padding-left: 10px;
    text-transform: uppercase; }
    .ribbon h6.normal-case {
      text-transform: none; }
  .ribbon + .well {
    border-top: none;
    border-radius: 0; }
    .ribbon + .well.well-selected {
      background-color: #d9edf7;
      border-color: #bce8f1; }

.ribbon-primary {
  background-color: #0081c7; }

/*************************************************************************************************************************************************************************************
 ** Images / Icons
 *************************************************************************************************************************************************************************************/
/* sprite */
.sprite {
  background: url("../images/sprite.png") 0 0; }

.sprite-excel-16 {
  background-position: 0 0;
  width: 16px;
  height: 16px; }

.sprite-logo-24 {
  background-position: 0 -16px;
  width: 24px;
  height: 24px; }

.sprite-accreditation-24 {
  background-position: -24px -16px;
  width: 24px;
  height: 24px; }

.sprite-video-24 {
  background-position: -48px -16px;
  width: 24px;
  height: 24px; }

.ico-info-circle {
  color: #337ab7;
  font-size: 16px; }

.icon-16 {
  width: 16px;
  height: 16px; }

/*************************************************************************************************************************************************************************************
 ** Layout
 *************************************************************************************************************************************************************************************/
@media (min-width: 776px) {
  .container-small {
    width: 80%; } }

@media (min-width: 992px) {
  .container-small {
    width: 60%; } }

@media (min-width: 1200px) {
  .container-small {
    width: 40%; } }

.display-block {
  display: block; }

.display-flex {
  display: flex; }

.display-inline {
  display: inline; }

.display-inline-block, .inline-block {
  display: inline-block; }

.display-table {
  border-collapse: separate;
  display: table; }

.display-table-cell {
  display: table-cell; }

.display-centered {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center; }
  .display-centered > * {
    display: table-cell;
    vertical-align: middle; }

/* icon/label pairing layout*/
.display-icon-label, .rds-tile-link {
  white-space: nowrap; }
  .display-icon-label > .display-icon-label-left, .display-icon-label > .display-icon-label-right, .display-icon-label > .rds-tile-link-left, .display-icon-label > .rds-tile-link-right, .rds-tile-link > .display-icon-label-left, .rds-tile-link > .display-icon-label-right, .rds-tile-link > .rds-tile-link-left, .rds-tile-link > .rds-tile-link-right {
    display: inline-block; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

@media (max-width: 775px) {
  .full-width-mobile {
    /* Mobile Phones */
    display: block;
    width: 100% !important; } }

@media (min-width: 776px) and (max-width: 991px) {
  .full-width-sm {
    display: block;
    width: 100% !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-md {
    display: block;
    width: 100% !important; } }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.pos-absolute {
  position: absolute; }

.pos-relative {
  position: relative; }

.pos-left {
  left: 0; }

.pos-right {
  right: 0; }

@media (min-width: 776px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.transition-visibility {
  -webkit-transition: visibility 200ms ease-in, opacity 200ms ease-in;
  -moz-transition: visibility 200ms ease-in, opacity 200ms ease-in;
  -o-transition: visibility 200ms ease-in, opacity 200ms ease-in;
  transition: visibility 200ms ease-in, opacity 200ms ease-in;
  opacity: 1; }

.transition-visibility.invisible {
  opacity: 0; }

/* icon|message layout (icon on the left => message on the right) */
.display-icon-message {
  white-space: nowrap; }
  .display-icon-message > img, .display-icon-message > i {
    display: inline-block;
    vertical-align: top; }
    .display-icon-message > img + span, .display-icon-message > i + span {
      display: inline-block;
      white-space: normal; }

/* box */
.rds-box {
  background-color: #fff;
  border: 1px solid #535353;
  border-radius: 4px;
  padding: 10px; }
  .rds-box h6 {
    background-color: #535353;
    color: #fff;
    margin: -10px -10px 10px;
    padding: 5px 0 5px 10px; }
  .rds-box.rds-box-large h6 {
    font-size: 14px;
    font-weight: bold; }

/* listboxes */
.rds-listboxes {
  list-style-type: none;
  padding-left: 0; }

ol.rds-listboxes {
  counter-reset: item; }
  ol.rds-listboxes li.rds-box {
    position: relative; }
    ol.rds-listboxes li.rds-box:before {
      color: #fff;
      content: "Option " counter(item, decimal) ": ";
      counter-increment: item;
      position: absolute;
      top: 3px;
      z-index: 1; }
    ol.rds-listboxes li.rds-box h6 {
      padding-left: 65px; }
    ol.rds-listboxes li.rds-box.rds-box-large:before {
      font-size: 14px;
      font-weight: bold; }
    ol.rds-listboxes li.rds-box.rds-box-large h6 {
      padding-left: 82px; }

/*************************************************************************************************************************************************************************************
 ** Margins / Paddings
 *************************************************************************************************************************************************************************************/
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.no-margin, .margin-none,
.margin-0 {
  margin: 0px; }

.ml-0 {
  margin-left: 0px; }

.mr-0 {
  margin-right: 0px; }

.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.margin-1 {
  margin: 1px; }

.ml-1 {
  margin-left: 1px; }

.mr-1 {
  margin-right: 1px; }

.mt-1 {
  margin-top: 1px; }

.mb-1 {
  margin-bottom: 1px; }

.mx-1 {
  margin-left: 1px;
  margin-right: 1px; }

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px; }

.margin-2 {
  margin: 2px; }

.ml-2 {
  margin-left: 2px; }

.mr-2 {
  margin-right: 2px; }

.mt-2 {
  margin-top: 2px; }

.mb-2 {
  margin-bottom: 2px; }

.mx-2 {
  margin-left: 2px;
  margin-right: 2px; }

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px; }

.margin-3 {
  margin: 3px; }

.ml-3 {
  margin-left: 3px; }

.mr-3 {
  margin-right: 3px; }

.mt-3 {
  margin-top: 3px; }

.mb-3 {
  margin-bottom: 3px; }

.mx-3 {
  margin-left: 3px;
  margin-right: 3px; }

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px; }

.margin-4 {
  margin: 4px; }

.ml-4 {
  margin-left: 4px; }

.mr-4 {
  margin-right: 4px; }

.mt-4 {
  margin-top: 4px; }

.mb-4 {
  margin-bottom: 4px; }

.mx-4 {
  margin-left: 4px;
  margin-right: 4px; }

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px; }

.margin-5 {
  margin: 5px; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.mx-5 {
  margin-left: 5px;
  margin-right: 5px; }

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.margin-10 {
  margin: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-15 {
  margin: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.mx-15 {
  margin-left: 15px;
  margin-right: 15px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.margin-20 {
  margin: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-25 {
  margin: 25px; }

.ml-25 {
  margin-left: 25px; }

.mr-25 {
  margin-right: 25px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.mx-25 {
  margin-left: 25px;
  margin-right: 25px; }

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.margin-28 {
  margin: 28px; }

.ml-28 {
  margin-left: 28px; }

.mr-28 {
  margin-right: 28px; }

.mt-28 {
  margin-top: 28px; }

.mb-28 {
  margin-bottom: 28px; }

.mx-28 {
  margin-left: 28px;
  margin-right: 28px; }

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px; }

.margin-30 {
  margin: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.margin-32 {
  margin: 32px; }

.ml-32 {
  margin-left: 32px; }

.mr-32 {
  margin-right: 32px; }

.mt-32 {
  margin-top: 32px; }

.mb-32 {
  margin-bottom: 32px; }

.mx-32 {
  margin-left: 32px;
  margin-right: 32px; }

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px; }

.margin-34 {
  margin: 34px; }

.ml-34 {
  margin-left: 34px; }

.mr-34 {
  margin-right: 34px; }

.mt-34 {
  margin-top: 34px; }

.mb-34 {
  margin-bottom: 34px; }

.mx-34 {
  margin-left: 34px;
  margin-right: 34px; }

.my-34 {
  margin-top: 34px;
  margin-bottom: 34px; }

.margin-35 {
  margin: 35px; }

.ml-35 {
  margin-left: 35px; }

.mr-35 {
  margin-right: 35px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.mx-35 {
  margin-left: 35px;
  margin-right: 35px; }

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.margin-40 {
  margin: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.margin-45 {
  margin: 45px; }

.ml-45 {
  margin-left: 45px; }

.mr-45 {
  margin-right: 45px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.mx-45 {
  margin-left: 45px;
  margin-right: 45px; }

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.margin-50 {
  margin: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.no-padding, .padding-none,
.padding-0 {
  padding: 0px; }

.pl-0 {
  padding-left: 0px; }

.pr-0 {
  padding-right: 0px; }

.pt-0 {
  padding-top: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.padding-1 {
  padding: 1px; }

.pl-1 {
  padding-left: 1px; }

.pr-1 {
  padding-right: 1px; }

.pt-1 {
  padding-top: 1px; }

.pb-1 {
  padding-bottom: 1px; }

.px-1 {
  padding-left: 1px;
  padding-right: 1px; }

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px; }

.padding-2 {
  padding: 2px; }

.pl-2 {
  padding-left: 2px; }

.pr-2 {
  padding-right: 2px; }

.pt-2 {
  padding-top: 2px; }

.pb-2 {
  padding-bottom: 2px; }

.px-2 {
  padding-left: 2px;
  padding-right: 2px; }

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px; }

.padding-3 {
  padding: 3px; }

.pl-3 {
  padding-left: 3px; }

.pr-3 {
  padding-right: 3px; }

.pt-3 {
  padding-top: 3px; }

.pb-3 {
  padding-bottom: 3px; }

.px-3 {
  padding-left: 3px;
  padding-right: 3px; }

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px; }

.padding-4 {
  padding: 4px; }

.pl-4 {
  padding-left: 4px; }

.pr-4 {
  padding-right: 4px; }

.pt-4 {
  padding-top: 4px; }

.pb-4 {
  padding-bottom: 4px; }

.px-4 {
  padding-left: 4px;
  padding-right: 4px; }

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px; }

.padding-5 {
  padding: 5px; }

.pl-5 {
  padding-left: 5px; }

.pr-5 {
  padding-right: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.px-5 {
  padding-left: 5px;
  padding-right: 5px; }

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.padding-10 {
  padding: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-15 {
  padding: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.px-15 {
  padding-left: 15px;
  padding-right: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.padding-20 {
  padding: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-25 {
  padding: 25px; }

.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.px-25 {
  padding-left: 25px;
  padding-right: 25px; }

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.padding-30 {
  padding: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-35 {
  padding: 35px; }

.pl-35 {
  padding-left: 35px; }

.pr-35 {
  padding-right: 35px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.px-35 {
  padding-left: 35px;
  padding-right: 35px; }

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.padding-40 {
  padding: 40px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-45 {
  padding: 45px; }

.pl-45 {
  padding-left: 45px; }

.pr-45 {
  padding-right: 45px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.px-45 {
  padding-left: 45px;
  padding-right: 45px; }

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.padding-50 {
  padding: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.px-50 {
  padding-left: 50px;
  padding-right: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-70 {
  padding: 70px; }

.pl-70 {
  padding-left: 70px; }

.pr-70 {
  padding-right: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.px-70 {
  padding-left: 70px;
  padding-right: 70px; }

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.padding-90 {
  padding: 90px; }

.pl-90 {
  padding-left: 90px; }

.pr-90 {
  padding-right: 90px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.px-90 {
  padding-left: 90px;
  padding-right: 90px; }

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

/* Custom */
.mr--15 {
  margin-right: -15px; }

.mr--10 {
  margin-right: -10px; }

.ml--5 {
  margin-left: -5px; }

.mt--5 {
  margin-top: -5px; }

.ml--4 {
  margin-left: -4px; }

.mt--4 {
  margin-top: -4px; }

.ml--3 {
  margin-left: -3px; }

.mt--3 {
  margin-top: -3px; }

.mt--2 {
  margin-top: -2px; }

.ml-1 {
  margin-left: 1px; }

.ml-2 {
  margin-left: 2px; }

.mr-2 {
  margin-right: 2px; }

.mx-2 {
  margin-left: 2px;
  margin-right: 2px; }

.ml-3 {
  margin-left: 3px; }

.mr-3 {
  margin-right: 3px; }

.mx-3 {
  margin-left: 3px;
  margin-right: 3px; }

.mr-4 {
  margin-right: 4px; }

.ml-7 {
  margin-left: 7px; }

.mr-7 {
  margin-right: 7px; }

.mt-7 {
  margin-top: 7px; }

.ml-14 {
  margin-left: 14px; }

.mt-16 {
  margin-top: 16px; }

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px; }

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px; }

.pt-6 {
  padding-top: 6px; }

.pr-17 {
  padding-right: 17px; }

.pl-18 {
  padding-left: 18px; }

@media (min-width: 776px) and (max-width: 991px) {
  .no-padding-sm {
    padding: 0; } }

@media (max-width: 775px) {
  .no-margin-xs {
    margin: 0; }
  .no-padding-xs {
    padding: 0; }
  .pl-0-xs {
    padding-left: 0px; }
  .pr-0-xs {
    padding-right: 0px; }
  .pl-5-xs {
    padding-left: 5px; }
  .pr-5-xs {
    padding-right: 5px; }
  .pl-10-xs {
    padding-left: 10px; }
  .px-10-xs {
    padding-left: 10px;
    padding-right: 10px; }
  .pl-15-xs {
    padding-left: 15px; }
  .pr-15-xs {
    padding-right: 15px; }
  .px-15-xs {
    padding-left: 15px;
    padding-right: 15px; } }

/*************************************************************************************************************************************************************************************
 ** Spinners
 *************************************************************************************************************************************************************************************/
button.rds-btn-spinning {
  overflow: hidden;
  position: relative;
  text-indent: -9999px; }
  button.rds-btn-spinning:before {
    animation: fa-spin 2s infinite linear;
    content: "\f1ce";
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    text-indent: 0; }

/*************************************************************************************************************************************************************************************
 ** Tabs
 *************************************************************************************************************************************************************************************/
.rds-tabs {
  margin-bottom: -1px; }
  .rds-tabs + .tab-content {
    border: 1px solid #bbb;
    padding: 10px 20px; }
  .rds-tabs li + li {
    margin-left: -1px; }
  @media (max-width: 775px) {
    .rds-tabs li {
      width: 100% !important; } }
  .rds-tabs li.active a {
    background-color: #fff;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    color: #333;
    font-weight: bold;
    opacity: 1;
    margin-top: 0;
    padding: 13px 15px 10px 15px;
    /*
			&:before {
				@include border-top-radius(0);
				background-color: $btn-selection-bgcolor;
				content: '';
				position: absolute;
				top: -1px;
				left: 0;
				width: 100%;
				height: 4px;
			}
			*/
    /* bottom border */ }
    @media (min-width: 776px) {
      .rds-tabs li.active a:after {
        background-color: #fff;
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 3px; } }
    .rds-tabs li.active a:hover, .rds-tabs li.active a:focus, .rds-tabs li.active a:active {
      background-color: #fff;
      color: #333; }
  .rds-tabs li a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 1px solid #bbb;
    background-color: #eeeff3;
    color: #333;
    opacity: 0.9;
    margin-top: 3px; }
    .rds-tabs li a:hover, .rds-tabs li a:focus, .rds-tabs li a:active {
      color: #4d9ce2; }
  .rds-tabs li.disabled {
    opacity: 0.35; }
    .rds-tabs li.disabled > a:hover {
      background-color: #eeeff3; }
    .rds-tabs li.disabled > a:active {
      color: #777; }
  .rds-tabs.nav.nav-stacked > li {
    margin-top: 0; }
    .rds-tabs.nav.nav-stacked > li a {
      border-top-left-radius: 4px !important;
      border-bottom-left-radius: 4px !important;
      border-right: none;
      padding: 5px 10px; }
    .rds-tabs.nav.nav-stacked > li:last-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom: 1px solid #bbb; }

/*************************************************************************************************************************************************************************************
 ** Text
 *************************************************************************************************************************************************************************************/
/* labels */
.label-warning.label-warning-dark {
  background-color: #ffc107;
  color: #212529; }

.label-price {
  border-radius: 50px;
  background-color: #009e0f;
  font-size: 11px;
  line-height: 16px;
  padding: 2px 6px;
  position: relative;
  vertical-align: top; }

/* alignment */
.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-justify {
  text-align: justify; }

/* size */
.txt-zero {
  font-size: 0; }

.txt-xxxsmall {
  font-size: 10px; }

.txt-xxsmall {
  font-size: 11px; }

.txt-xsmall {
  font-size: 12px; }

.txt-small {
  font-size: 13px; }

.txt-normal {
  font-size: 14px; }

.txt-large {
  font-size: 15px; }

.txt-xlarge {
  font-size: 16px; }

.txt-xxlarge {
  font-size: 17px; }

.txt-xxxlarge {
  font-size: 18px; }

/* style */
.txt-bold {
  font-weight: bold; }

.txt-unbold {
  font-weight: normal; }

.txt-italic {
  font-style: italic; }

.txt-underline {
  text-decoration: underline; }

.txt-nowrap {
  white-space: nowrap; }

.txt-wrap {
  white-space: normal; }

.txt-uppercase {
  text-transform: uppercase;
  /* bootstrap-select */ }
  .txt-uppercase.txt-placeholder-normalcase {
    /*&::-webkit-input-placeholder { text-transform: none; }	*/
    /* WebKit browsers */
    /*&:-moz-placeholder {  text-transform: none; }			*/
    /* Mozilla Firefox 4 to 18 */
    /*&::-moz-placeholder {  text-transform: none; }			*/
    /* Mozilla Firefox 19+ */
    /*&:-ms-input-placeholder { text-transform: none; }		*/
    /* Internet Explorer 10+ */
    /* Recent browsers */ }
    .txt-uppercase.txt-placeholder-normalcase::placeholder {
      text-transform: none; }
  .txt-uppercase.rds-selectlist .btn.dropdown-toggle, .txt-uppercase.rds-selectlist span.rds-buttonlist label.dropdown-toggle, span.rds-buttonlist .txt-uppercase.rds-selectlist label.dropdown-toggle {
    text-transform: uppercase; }

.txt-lowercase {
  text-transform: lowercase; }

.txt-normalcase {
  text-transform: none; }

/* color */
.txt-disabled {
  color: darkgrey; }

a.txt-disabled {
  color: darkgrey !important; }

.txt-link {
  color: #337ab7 !important;
  cursor: pointer; }

.txt-link:hover, .txt-link:focus {
  color: #23527c !important; }

.txt-link.cursor-default {
  cursor: default; }

.txt-link.cursor-default:hover, .txt-link.cursor-default:focus {
  color: #337ab7 !important; }

.txt-red {
  color: #e31e26; }

.txt-warning {
  color: #f0ad4e; }

.txt-success {
  color: #218838; }

.txt-subtext {
  color: #888;
  font-size: 10.5px; }

.txt-shade-1 {
  color: #555; }

.txt-shade-2 {
  color: #666; }

a.txt-nolink {
  color: #333;
  text-decoration: none; }

a.txt-nounderline {
  text-decoration: none; }

.txt-corporate-primary {
  color: #56bc2f; }

.txt-corporate-primary-light {
  color: #a0ef6e; }

.txt-corporate-primary-light {
  color: #13322b; }

.txt-corporate-secondary {
  color: #58a7af; }

.txt-corporate-default {
  color: #796e65; }

.txt-corporate-tradingrisk {
  color: #93328e; }

.txt-corporate-drillinginfo {
  color: #f68d2e; }

@media (max-width: 775px) {
  .txt-left-xs {
    text-align: left; }
  .txt-center-xs {
    text-align: center; } }

/* icons */
.fa-stack-auto {
  display: inline-block;
  line-height: normal;
  position: relative; }
  .fa-stack-auto .fa-slash {
    left: -1px; }

/*************************************************************************************************************************************************************************************
 ** Navigation Menu
 *************************************************************************************************************************************************************************************/
.rds-navbar {
  position: relative;
  /* parent menu */
  /* parent:hover > children */
  /* menu dropdowns */ }
  .rds-navbar.navbar {
    background: none;
    border: none;
    margin: 0;
    min-height: 0;
    /* prevent collapsing on mobile */ }
    .rds-navbar.navbar .navbar-nav > li > a {
      background: none;
      color: #000;
      padding: 3px 25px 3px 0; }
    .rds-navbar.navbar .navbar-nav {
      margin: 0; }
    .rds-navbar.navbar .navbar-nav, .rds-navbar.navbar .navbar-nav > li {
      float: left !important; }
    .rds-navbar.navbar .navbar-collapse.collapse {
      display: block !important; }
  .rds-navbar ul.nav li:hover > ul.dropdown-menu {
    visibility: visible; }
  .rds-navbar > .rds-dropdown:hover > ul.dropdown-menu {
    visibility: visible; }
  .rds-navbar .dropdown-menu {
    border: 1px solid #a6a8b2;
    border-radius: 0;
    display: block;
    padding: 0;
    visibility: hidden; }
    .rds-navbar .dropdown-menu li:hover > a, .rds-navbar .dropdown-menu li > a:hover,
    .rds-navbar .dropdown-menu li:hover > a > span, .rds-navbar .dropdown-menu li > a:hover > span, .rds-navbar .dropdown-menu li:hover > a > form, .rds-navbar .dropdown-menu li > a:hover > form {
      background-color: #cddbed; }
    .rds-navbar .dropdown-menu li > a {
      background-color: #eee;
      color: #000;
      display: block;
      padding: 0;
      position: relative; }
      .rds-navbar .dropdown-menu li > a .txt-disabled {
        cursor: default; }
      .rds-navbar .dropdown-menu li > a > span, .rds-navbar .dropdown-menu li > a > form {
        background-color: #fff;
        display: block;
        margin-left: 30px;
        padding: 10px 20px 10px 5px;
        position: relative; }
        .rds-navbar .dropdown-menu li > a > span > i, .rds-navbar .dropdown-menu li > a > form > i {
          position: absolute;
          left: -25px;
          top: 13px;
          text-align: center;
          width: 20px; }
        .rds-navbar .dropdown-menu li > a > span > img, .rds-navbar .dropdown-menu li > a > form > img {
          position: absolute;
          left: -25px;
          top: 15px; }
    .rds-navbar .dropdown-menu li > span.rds-separator {
      background-color: #eee;
      display: block; }
      .rds-navbar .dropdown-menu li > span.rds-separator > hr {
        margin: 0 2px 0 32px;
        border-top: 1px solid #c5c5c5; }
    .rds-navbar .dropdown-menu li .subtext {
      color: #888;
      font-size: 10.5px; }
    .rds-navbar .dropdown-menu li.dropdown-submenu {
      position: relative; }
      .rds-navbar .dropdown-menu li.dropdown-submenu > a::after {
        border-color: transparent transparent transparent #6b6b6b;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: " ";
        position: absolute;
        margin-top: 5px;
        margin-right: -10px;
        right: 20px;
        top: 8px; }
      .rds-navbar .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        margin-top: -1px;
        left: 100%;
        top: 0;
        transition-delay: 0.1s; }

/***********************************************************************************************************************************************
 ** Page Actions
 ***********************************************************************************************************************************************/
#PageActions .btn, #PageActions span.rds-buttonlist label, span.rds-buttonlist #PageActions label {
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(51, 51, 51, 0.75);
  box-shadow: 2px 2px 0px 0px rgba(51, 51, 51, 0.75);
  border-radius: 2px; }
  #PageActions .btn.dropdown-flush-right ~ ul, #PageActions span.rds-buttonlist label.dropdown-flush-right ~ ul, span.rds-buttonlist #PageActions label.dropdown-flush-right ~ ul {
    right: -2px; }

#PageActions ul.dropdown-menu {
  padding: 0; }
  #PageActions ul.dropdown-menu > li {
    border-bottom: 1px solid #e5e5e5; }
    #PageActions ul.dropdown-menu > li.divider {
      margin: 0; }
    #PageActions ul.dropdown-menu > li:first-child > a {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    #PageActions ul.dropdown-menu > li:last-child {
      border-bottom: none; }
      #PageActions ul.dropdown-menu > li:last-child > a {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px; }

#PageActions .btn-xs i.fa-caret-left {
  position: relative;
  top: 1px; }

/*************************************************************************************************************************************************************************************
 ** SysAdmin
 *************************************************************************************************************************************************************************************/
.rds-sysadmin.display-block, .rds-sysadmin.display-inline-block, .rds-sysadmin.table-row {
  display: none; }

.show-sysadmin-tools {
  /* release the salmon! (highlights sysadmin todo items) */ }
  .show-sysadmin-tools .rds-sysadmin.display-block {
    display: block; }
  .show-sysadmin-tools .rds-sysadmin.display-inline-block {
    display: inline-block; }
  .show-sysadmin-tools .rds-sysadmin.table-row {
    display: table-row; }
  .show-sysadmin-tools .todo {
    color: lightsalmon !important; }
  .show-sysadmin-tools .todo-bg {
    background-color: lightsalmon !important;
    background-image: none !important; }

/*************************************************************************************************************************************************************************************
 ** Miscellaneous
 *************************************************************************************************************************************************************************************/
/* address */
.address-status-icon {
  font-size: 8px;
  position: relative;
  top: -1px;
  /* invalid */
  /* verified */ }
  .address-status-icon i {
    cursor: pointer; }
  .address-status-icon.cursor-default i {
    cursor: default; }
  .address-status-icon.fa-times:before {
    color: #e31e26; }
  .address-status-icon.fa-check:before, .address-status-icon.fa-user-check:before {
    color: #218838; }

/* flip card */
.rds-flip-container {
  perspective: 1000px;
  position: relative;
  z-index: 100;
  /* needed for dropdowns to appear on top of the grid header */ }
  .rds-flip-container .rds-flip-card {
    /* the card holds the front and back faces */
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -ms-transform-style: none;
    /* IE doesn't support preserve-3d => need to transform the children */
    transition: all 0.4s;
    /* override bootstrap z-indices */ }
    .rds-flip-container .rds-flip-card.flipped {
      transform: rotateX(-180deg);
      -ms-transform: none;
      /* IE11 => flip the children instead */ }
      .rds-flip-container .rds-flip-card.flipped .rds-flip-card-front {
        -ms-transform: rotateX(-180deg);
        position: absolute;
        visibility: hidden; }
      .rds-flip-container .rds-flip-card.flipped .rds-flip-card-back {
        -ms-transform: rotateX(-360deg);
        position: relative;
        visibility: visible; }
    .rds-flip-container .rds-flip-card .rds-flip-card-front, .rds-flip-container .rds-flip-card .rds-flip-card-back {
      visibility: visible;
      position: relative;
      backface-visibility: hidden;
      background: #fff;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.4s; }
    .rds-flip-container .rds-flip-card .rds-flip-card-back {
      visibility: hidden;
      position: absolute;
      transform: rotateX(-180deg); }
    .rds-flip-container .rds-flip-card .input-group .form-control, .rds-flip-container .rds-flip-card .input-group-btn:last-child > .btn, .rds-flip-container .rds-flip-card span.rds-buttonlist .input-group-btn:last-child > label, span.rds-buttonlist .rds-flip-container .rds-flip-card .input-group-btn:last-child > label {
      z-index: auto; }

/* link tile */
.rds-tile-link {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px; }
  .rds-tile-link.valign-middle .rds-tile-link-left, .rds-tile-link.valign-middle .rds-tile-link-right {
    vertical-align: middle; }
  .rds-tile-link:hover, .rds-tile-link:active, .rds-tile-link:focus {
    background-color: #d9edf7;
    text-decoration: none; }
    .rds-tile-link:hover .rds-tile-link-right > span:first-child, .rds-tile-link:active .rds-tile-link-right > span:first-child, .rds-tile-link:focus .rds-tile-link-right > span:first-child {
      text-decoration: underline; }
  .rds-tile-link > .rds-tile-link-left {
    color: #888; }
  .rds-tile-link > .rds-tile-link-right > span {
    display: block;
    text-align: left; }
    .rds-tile-link > .rds-tile-link-right > span.txt-subtext {
      margin-top: -3px;
      font-size: 11px; }

/* pricing */
.pricing-legend {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 10px 0;
  /* sections hidden by default */ }
  .pricing-legend .pricing-legend-billed, .pricing-legend .pricing-legend-standard, .pricing-legend .pricing-legend-excel {
    display: none; }
  .pricing-legend.has-standard-fees .pricing-legend-standard {
    display: block; }
  .pricing-legend.has-excel-fees .pricing-legend-excel {
    display: block; }
  .pricing-legend.is-billed .pricing-legend-billed {
    display: block; }
  .pricing-legend .row > div > div > i, .pricing-legend .row > div > div > span {
    left: 24px;
    top: 14px; }
    .pricing-legend .row > div > div > i.label-pricing-standard-charge, .pricing-legend .row > div > div > span.label-pricing-standard-charge {
      left: 11px;
      top: 13px; }
    .pricing-legend .row > div > div > i.ico-info-circle, .pricing-legend .row > div > div > span.ico-info-circle {
      left: 18px; }
  .pricing-legend .row > div.border-dotted ~ .border-dotted > div {
    border-top: 1px dotted #ddd; }
  .pricing-legend .row > div > div {
    padding-top: 10px;
    padding-bottom: 10px; }

/* placeholder italics */
.placeholder-italic::-webkit-input-placeholder {
  font-style: italic; }

.placeholder-italic:-moz-placeholder {
  font-style: italic; }

.placeholder-italic::-moz-placeholder {
  font-style: italic; }

.placeholder-italic:-ms-input-placeholder {
  font-style: italic; }

/* search filters */
.rds-search-filters .filter-buttons .alert {
  padding: 2px 10px 0; }

.fa-filter.active {
  color: #4d9ce2; }
