﻿.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    border: 0;
}
.navbar-default {
  background-color: #234c72;
  display: none;
}
@media (min-width: 992px) {
  .navbar-default {
    display: block;
  }
}
.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover {
  color: white;
  cursor: pointer;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #2d6090;
  background: #2d6090;
  border-bottom: 1px solid white;
}
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #2d6090;
  background: #2d6090;
  border-bottom: 1px solid white;
}
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #2d6090;
  background: #2d6090;
  border-bottom: 1px solid white;
}
.navbar-left > li > a {
  padding: 10px 8px;
}
.navbar-left > li.nav-item:hover {
  background-color: #2d6090;
}
.navbar-left > li.nav-item:first-child:hover {
  background-color: #2d6090 !important;
}
.navbar-nav > li.nav-item:first-child:hover {
  background-color: #234c72;
}
.navbar-nav > li.nav-item:hover {
  background-color: #2d6090;
}
.nav > li {
  font-size: 11px;
}
.nav > li > a {
  padding: 9px 8px;
}
.nav > li > a:focus {
  background: #2d6090;
  color: white !important;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav {
  float: left;
}
.navbar-nav > li > .dropdown-menu {
  font-size: 12px;
}
.navbar-nav > li > .dropdown-menu li > a {
  padding: 5px;
}
.navbar-nav > li > .dropdown-menu li > a:hover {
  background-color: #2d6090;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}
.navbar-right {
  float: right !important;
}
.navbar-gray {
  background-color: gray;
  border-color: transparent;
  color: white;
}
.navbar-gray .navbar-nav > li > a:hover {
  color: gray;
}
.navbar-gray .navbar-nav > li > a:focus {
  color: gray;
}
.navbar-gray > .navbar-nav > li > a {
  color: white;
  padding: 3px;
}
.navbar-nav > li > a {
  line-height: 20px;
}
.navbar-btn {
  background-color: #2d6090;
  border: none;
  box-shadow: none;
  margin-left: 10px;
  outline: none !important;
}
.navbar-btn:focus {
  background-color: #2d6090;
}
.navbar-btn:hover {
  background-color: #2d6090;
  border-color: #234c72;
}
.navbar-btn.focus {
  background-color: #2d6090;
}
.dropdown-menu > .active > a {
  background-color: #2d6090;
}
.dropdown-menu > .active > a:hover {
  background-color: #2d6090;
  color: white;
}
.dropdown-menu > .active > a:focus {
  background-color: #2d6090;
  color: white;
}
.account {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .account {
    float: right;
    width: auto;
  }
}
.account #WelcomePage {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.account ul {
  border-bottom: 1px solid #357798;
  width: 100%;
}
@media (min-width: 992px) {
  .account ul {
    border-bottom: none;
    width: auto;
  }
}
/*SideBar*/
#sidebar {
  background: #234c72;
  color: white;
  height: 100%;
  left: 0;
  margin-left: -250px;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 250px;
  z-index: 999;
}
@media (min-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #sidebar .dropdown-menu {
    position: absolute;
  }
}
#sidebar #WelcomePage {
  background: white;
  top: 0 !important;
}
#sidebar .nav > li > a:hover {
  background: #2d6090;
}
#sidebar .nav > li > a:focus {
  color: white;
}
#sidebar ul li {
  width: 100%;
}
#sidebar ul li.dropdown.active a.dropdown-toggle {
  background: #2d6090;
  padding-left: 5px !important;
}
#sidebar ul li.active {
  background: #2d6090;
  border-bottom: 1px solid white;
  padding-left: 5px !important;
  color: white;
}
#sidebar ul li a {
  color: white;
  display: block;
  font-size: 11px;
  padding: 10px;
}
#sidebar .dropdown-menu {
  position: relative;
  width: 100%;
}
#sidebar .dropdown-menu li.active a.nav-link {
  background: #2d6090;
  border-bottom: 1px solid white;
  padding-left: 5px !important;
  color: white;
}
#sidebar .dropdown-menu li {
  background: white;
}
#sidebar .dropdown-menu li a.nav-link {
  background: white;
  padding-left: 5px !important;
  color: #2d6090;
}
#sidebar .dropdown-menu li a.nav-link:focus {
  background: #2d6090;
  color: white;
}
#sidebar .sidebar-header {
  background: #234c72;
  padding: 20px;
}
#sidebar ul.components {
  padding: 20px 0;
}
.side-actions {
  margin-left: 0;
  padding-left: 0;
}
button {
  font-size: 8pt;
}
.btn {
  padding: 5px 10px;
}
.btn-default {
  background-color: #234c72;
}
.btn-default:active {
  background-color: #234c72;
}
.btn-default.active {
  background-color: #234c72;
}
.ui-button {
  background: #234c72;
  color: white !important;
}
.ui-button:hover {
  background-color: #5e7b90;
  border-color: #152d43;
  color: white;
}
.ui-button:focus {
  background-color: #5e7b90;
  border-color: #152d43;
  color: white;
}
.wellLogin {
  background-color: rgba(255, 255, 255, 0);
  border-color: gray;
  border-radius: 20px;
  box-shadow: 0 0 40px grey;
  left: 50%;
  margin-bottom: 36px;
  margin: 0 auto;
  max-height: 530px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wellLogin .form-login {
  height: auto;
  left: 50%;
  margin: 0 auto;
  max-height: 359px;
  top: 50%;
  transform: translate(-50%);
}
.wellLogin .form-login .btn-actions {
  margin-bottom: 25px;
  position: sticky;
  top: 100%;
}
.wellLogin .form-login h4 {
  margin-bottom: 20px;
}
.wellLogin .form-login .field-validation-error {
  animation: fadeIn ease 1s;
  background-color: #f8d7da;
  border-bottom-color: transparent;
  border-color: #f5c6cb;
  border-left-color: transparent;
  border-radius: 0.25rem;
  border-right-color: transparent;
  border-top-color: transparent;
  border: 1px solid transparent;
  display: block;
  margin-bottom: 1rem;
  margin-top: 4px;
  opacity: 1;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.wellLogin .form-login .form-group {
  animation: ease-out 1s;
  margin-bottom: 15px;
}
.wellLogin .form-login .btn-block {
  margin-bottom: 30px;
  margin-top: 30px;
}
.wellLogin hr {
  margin-bottom: 15px;
  margin-top: 15px;
}
.forgotPassword {
  color: #357798;
  filter: alpha(opacity=60);
  font-size: 11px;
  opacity: 1;
  text-align: center;
  text-decoration: none;
}
.forgotPassword:hover {
  opacity: 0.6;
}
.loginFormInputs {
  margin-bottom: 25px;
  margin-left: 0px;
}
.well {
  background-color: rgba(255, 255, 255, 0);
  border-color: gainsboro;
  margin-bottom: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-top: 3px;
}
.well .form-login .field-validation-valid {
  display: none;
}
.nav-tabs > li.active > a {
  background-color: #2d6090;
  border: 1px solid #ecf0f1;
  color: white;
}
.nav-tabs > li.active > a:hover {
  background-color: #2d6090;
  border: 1px solid #ecf0f1;
  color: white;
}
.nav-tabs > li.active > a:focus {
  background-color: #2d6090;
  border: 1px solid #ecf0f1;
  color: white;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
  border: 1px solid #357798;
  cursor: pointer;
  padding: 7px;
}
@media (min-width: 1024px) {
  .nav-tabs > li > a {
    padding: 7px 7px !important;
  }
}
.scrtabs-tab-container {
  height: auto !important;
}
.scrtabs-tabs-fixed-container {
  height: auto !important;
}
.scrtabs-tab-scroll-arrow {
  border: none;
  height: 36px;
  padding-top: 0;
}
.scrtabs-tab-scroll-arrow .glyphicon {
  top: 25%;
}
.tab-content table {
  width: 100%;
}
#TransactionFieldsTable thead th {
  font-size: 10px;
  padding: 2px 10px;
  white-space: pre;
}
#TransactionFieldsTable thead td {
  font-size: 10px;
  padding: 2px 10px;
  white-space: pre;
}
#TransactionFieldsTable tbody th {
  font-size: 10px;
  padding: 2px 10px;
  white-space: pre;
}
#TransactionFieldsTable tbody td {
  font-size: 10px;
  padding: 2px 10px;
  white-space: pre;
}
.trans input[type="radio"]:checked:before {
  background: white;
  border-radius: 100%;
  border: 1px solid #92979c;
  bottom: 45px;
  content: '' !important;
  height: 14px;
  position: absolute;
  top: auto;
  width: 14px;
}
.trans input[type="radio"]:checked:after {
  -webkit-transition: all 0.2s ease;
  background: #234c72;
  border-radius: 100%;
  bottom: 46px;
  content: '' !important;
  height: 12px;
  position: absolute;
  top: auto;
  transition: all 0.2s ease;
  width: 12px;
}
.trans input[type="radio"]:not(checked):before {
  background: white;
  border-radius: 100%;
  border: 1px solid #92979c;
  bottom: 45px;
  content: '' !important;
  height: 14px;
  position: absolute;
  top: auto;
  width: 14px;
}
.trans input[type="radio"]:not(checked):after {
  -webkit-transition: all 0.2s ease;
  background: #234c72;
  border-radius: 100%;
  bottom: 46px;
  content: '' !important;
  height: 12px;
  position: absolute;
  top: auto;
  transition: all 0.2s ease;
  width: 12px;
}
.addRemoveButtons_SysMaint {
  margin-top: 115px;
  vertical-align: central;
}
.systemRightsFieldSet {
  margin-left: 0px;
  margin-top: 7px;
  padding-left: 9px;
  padding-right: 9px;
}
.sysMaintRightsLegendContainer {
  margin-top: 6px;
  padding-left: 15px;
}
.sysMaintUpdateButton {
  padding-left: 25px;
}
.sysMaintUpdateButton button {
  width: 56px;
}
.sysMaintCloseButton {
  padding-left: 30px;
}
.sysMaintCloseButton button {
  width: 56px;
}
.system-maintenance .btn-actions {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}
.system-maintenance .legend {
  display: inline-block;
  margin-left: 30px;
  margin-right: 10px;
}
.system-maintenance input[type="radio"]:checked:before {
  background: white;
  border-radius: 100%;
  border: 1px solid #92979c;
  content: '' !important;
  height: 14px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 14px;
}
.system-maintenance input[type="radio"]:checked:after {
  -webkit-transition: all 0.2s ease;
  background: #234c72;
  border-radius: 100%;
  content: '' !important;
  height: 12px;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: all 0.2s ease;
  width: 12px;
}
.system-maintenance input[type="radio"]:not(checked):before {
  background: white;
  border-radius: 100%;
  border: 1px solid #92979c;
  content: '' !important;
  height: 14px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 14px;
}
.system-maintenance input[type="radio"]:not(checked):after {
  -webkit-transition: all 0.2s ease;
  background: #234c72;
  border-radius: 100%;
  content: '' !important;
  height: 12px;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: all 0.2s ease;
  width: 12px;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: white;
  border: 1px solid #c5c5c5;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-color: white !important;
  background: white;
  border: 1px solid #c5c5c5 !important;
}
.ui-dialog-titlebar-close:focus {
  background-color: white !important;
  background: white;
  border: 1px solid #c5c5c5 !important;
}
.modal {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
html {
  height: 100%;
}
body,
span,
table,
textarea,
DivText,
p {
  font-family: 'MS Sans Serif', Arial, Verdana;
  font-size: 8pt;
}
body {
  background-color: white;
  height: 100%;
}
table {
  font-size: 8pt;
}
table tbody th,
table tbody td {
  cursor: pointer;
}
table thead tr {
  padding: 8px 18px;
}
table thead th,
table thead td {
  border-bottom: 1px solid #979797 !important;
  border-top: 1px solid #979797;
}
table thead th div,
table thead td div {
  text-align: left;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 4px 5px;
  white-space: nowrap;
}
.dataTables_scrollBody table thead tr {
  height: 0px !important;
}
.dataTables_scrollBody table thead tr th {
  border: 0 !important;
}
.dataTables_scrollHead thead th,
.dataTables_scrollHead thead td {
  padding: 8px 18px !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #979797;
}
select {
  font-size: 8pt;
  height: 21px;
}
select:disabled {
  background-color: #e6e6e6;
}
.center-menu {
  display: inline-block !important;
  float: none !important;
}
input {
  padding-left: 1.7px;
}
input:disabled {
  background-color: #e6e6e6;
}
input:disabled:after {
  background-color: #e6e6e6 !important;
}
input:disabled:before {
  background-color: #e6e6e6 !important;
}
.text-disabled {
  color: grey;
}
.PageTitle {
  BACKGROUND-COLOR: #147cb5;
  COLOR: #f8f7d9;
  FONT-FAMILY: Arial, Verdana;
  FONT-SIZE: 10pt;
}
.NavTextRed {
  COLOR: red;
  CURSOR: hand;
  FONT-SIZE: 8pt;
}
.NavTextBlack {
  COLOR: black;
  CURSOR: default;
  FONT-SIZE: 8pt;
}
.Text-Align-Right {
  TEXT-ALIGN: right;
}
.Text-Align-Center {
  TEXT-ALIGN: center;
}
.Label {
  COLOR: black;
  FONT-FAMILY: 'MS Sans Serif', Arial, Verdana;
  FONT-SIZE: 9pt;
}
.DivText {
  BACKGROUND-COLOR: transparent;
  BORDER-BOTTOM: gray thin solid;
  BORDER-LEFT: gray thin solid;
  BORDER-RIGHT: gray thin solid;
  BORDER-TOP: gray thin solid;
  COLOR: gray;
  CURSOR: text;
  FONT-FAMILY: 'MS Sans Serif', Arial, Verdana;
  FONT-VARIANT: normal;
  MARGIN: 5px;
  PADDING-BOTTOM: 5px;
  PADDING-LEFT: 5px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 5px;
  TEXT-ALIGN: left;
}
.fill {
  height: 100%;
}
.fill-width {
  width: 100%;
}
.modalLoading {
  background: rgba(255, 255, 255, 0.8) url('../images/download.gif') 50% 50% no-repeat;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
body.loading {
  overflow: hidden;
}
body.loading .modalLoading {
  display: block;
}
legend {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-right: 4px;
  width: auto;
}
.legendTabScreens {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-right: 4px;
  width: auto;
}
.open > .dropdown-toggle.btn-default {
  background-color: #234c72;
}
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
}
.form-group {
  margin-bottom: 1rem;
}
.radio {
  margin-bottom: 0px;
  margin-top: 0px;
}
.radio label {
  font-weight: bold;
  padding-left: 0px;
}
.radio input[type='radio'] {
  margin-left: 2px;
  margin-top: 0px;
}
.checkbox {
  margin-bottom: 0px;
  margin-top: 0px;
}
.checkbox label {
  font-weight: bold;
  padding-left: 0px;
}
.checkbox input[type='checkbox'] {
  margin-left: 2px;
  margin-top: 0px;
}
.radio-inline input[type='radio'] {
  margin-left: 2px;
  margin-top: 0px;
}
.checkbox-inline input[type='checkbox'] {
  margin-left: 2px;
  margin-top: 0px;
}
fieldset {
  border: 1px solid #234c72;
  margin: 2px;
  padding: 0px;
}
.ui-contextmenu .ui-menu-item .ui-menu-item-wrapper {
  border: none;
  padding: 0px;
}
.select-specialFields {
  width: 255px;
}
.img-wrapper {
  margin-bottom: 10px;
  margin-top: 25px;
}
.image-centered {
  display: block;
  margin: auto;
}
.float-right {
  float: right;
}
.input-GroupMaintenance {
  height: 21px;
  width: 175px;
}
.input-margin-GroupMaintenance {
  height: 21px;
  margin-left: 10px;
  width: 175px;
}
.btn-GroupMaintenance {
  height: 25px;
  margin: 5px;
  width: 70px;
}
.buttonBar {
  float: right;
  padding-right: 0px;
  top: 30px;
}
.rowHeader {
  margin-left: 0px;
  margin-top: 5px;
}
.rowPlanExclusion {
  height: 27px;
  margin-left: 0px;
  margin-top: 5px;
  padding-top: 0px;
}
.rowPAStatus {
  height: 27px;
  margin-left: 0px;
  margin-top: 5px;
  padding-top: 0px;
}
.rowRxMonitor {
  height: 27px;
  margin-left: 0px;
  margin-top: 5px;
  padding-top: 0px;
}
.rowRxMonitorDtl {
  height: 15px;
  margin-left: 0px;
  margin-top: 5px;
  padding-right: 0px;
  padding-top: 0px;
}
.rowRxMonitorIns {
  height: 27px;
  margin-left: 0px;
  margin-top: 5px;
  padding-right: 0px;
  padding-top: 0px;
}
.rowGlbMfgMedicaidDlg {
  height: 27px;
  margin-left: 0px;
  margin-top: 5px;
  padding-right: 0px;
  padding-top: 0px;
}
.fieldContainer {
  padding-left: 0px;
  padding-right: 0px;
}
.fieldContainer input[type="text"] {
  width: 170px;
}
.fieldContainer select {
  width: 170px;
}
.tablePagesContainer {
  margin-top: 10px;
  padding-left: 10px;
}
.addRemoveButtonContainer {
  margin-top: 10px;
  padding-left: 15px;
}
.addRemoveButton {
  height: 33px;
  width: 70px;
}
.availablePagesContainer {
  height: 97%;
}
.selectedPagesContainer {
  height: 97%;
}
.btnUpdateDisabled {
  visibility: hidden;
}
.fullWidth {
  width: 100%;
}
.select-specialFields2 {
  height: 22px;
  width: 200px;
}
.button-specialFields {
  height: 22px;
  padding-top: 3px;
  width: 50px;
}
.font-bold {
  font-weight: bold;
}
.header-gray {
  color: #696969;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.sizeBoxes-UserProfile {
  width: 200px;
}
.paddingBoxes-User {
  padding: 5px;
  width: 90px;
}
.paddingButton-User {
  padding-right: 10px;
}
.label-color-red {
  color: #FF0000;
}
.label-color-green {
  color: #009933;
}
a.logoffLink {
  cursor: pointer;
}
a.inactiveLink:link {
  -moz-user-select: none;
  color: white !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
}
a.inactiveLink:visited {
  -moz-user-select: none;
  color: white !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
}
a.inactiveLink:hover {
  -moz-user-select: none;
  color: white !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
}
a.inactiveLink:active {
  -moz-user-select: none;
  color: white !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
}
.messageInfoLogin {
  font-size: 14px;
}
hr.style5 {
  background-color: white;
  border-top: 2px dashed #dedede;
}
.RedMessage {
  color: Red;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
  width: 400px;
}
.updateHintLabel {
  margin-bottom: 25px;
  margin-top: 10px;
  padding-left: 5px;
}
.updateProfileButtons {
  width: 145px;
}
.updateProfileDivButtons {
  padding-left: 0px;
}
.welcomeMessage {
  background-color: transparent;
  color: white !important;
  cursor: default;
  letter-spacing: 0.1rem;
  padding-top: 3px;
  pointer-events: none;
  user-select: none;
}
#noRowsMessage.no-visible {
  display: none;
}
#noRowsMessage[visibility='visible'] {
  animation: fadeIn ease 2s;
  background-color: #f8d7da;
  border-bottom-color: transparent;
  border-color: #f5c6cb;
  border-left-color: transparent;
  border-radius: 0.25rem;
  border-right-color: transparent;
  border-top-color: transparent;
  border: 1px solid transparent;
  color: #e3170a;
  display: block;
  height: auto;
  margin-bottom: 1rem;
  opacity: 1;
  padding: 0.75rem 1.25rem;
  position: relative;
  width: 180px;
}
.editedField {
  background-color: #ffff00 !important;
}
.editedChkDiv {
  background-color: #ffff00 !important;
  display: inline-block;
}
.checkBoxDivPadding {
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  width: auto;
}
.checkBoxDivPadding2 {
  display: inline-block;
  height: 20px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  width: 20px;
}
.PaStatusSearchButton {
  bottom: 35px;
  left: auto;
  margin-left: 0px;
  padding-left: 0px;
}
.slimButton {
  padding: 3px 5px;
}
.overflow-auto {
  overflow: auto;
}
.highlighted {
  background: #00FFFF;
}
.rowImpPayerSheet {
  height: 27px;
  margin-left: 0px;
  margin-top: 5px;
  padding-top: 0px;
}
.reset-this {
  all: initial;
  all: unset;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  animation: none;
  backface-visibility: visible;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  background: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 0;
  border-collapse: separate;
  border-color: inherit;
  border-image: none;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-left: 0;
  border-radius: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-right: 0;
  border-spacing: 0;
  border-style: none;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  border-top: 0;
  border-width: medium;
  border: 0;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-rule: medium none currentColor;
  column-span: 1;
  column-width: auto;
  columns: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  outline: 0;
  overflow-x: visible;
  overflow-y: visible;
  overflow: visible;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective-origin: 50% 50%;
  perspective: none;
  position: static;
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align-last: auto;
  text-align: inherit;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform-style: flat;
  transform: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  transition: none;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}
.btn-full-width {
  display: block;
  width: 100%;
}
.DrugDiv {
  border-bottom: 0.5px solid #357798;
}
.PrevNextButtonsAlign {
  bottom: 30px;
  position: fixed;
}
.inputShadow {
  -webkit-box-shadow: 0px 0px 0px 2.5px #ffff00;
  box-shadow: 0px 0px 0px 2.5px #ffff00;
}
.inputShadow:after {
  box-shadow: 0px 0px 0px 2.5px #ffff00;
}
.PABenefitStructLabelPos {
  bottom: 4px;
  left: 40px;
  position: absolute;
  top: 5px;
}
.PABenefitStructChkPos {
  bottom: 4px;
  left: 5px;
  position: absolute;
  top: 2px;
}
.ListEntriesInputs1 {
  height: 21px;
  left: 100px;
  position: absolute;
  top: 64px;
  width: 65px;
}
.ListEntriesInputs2 {
  height: 21px;
  left: 120px;
  position: absolute;
  top: 64px;
  width: 95px;
}
.redLetter {
  color: red;
}
#toast-container .toast {
  width: 100% !important;
}
input[type=checkbox] {
  cursor: pointer;
  font-size: 10px;
  transform: scale(0.9);
  height: 15px;
  width: 15px;
  margin: 0;
}
input[type=checkbox]:after {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #92979c;
  color: #234c72;
  content: " " !important;
  display: inline-block;
  height: 15px;
  padding-left: 2px;
  visibility: visible;
  width: 15px;
}
input[type=checkbox]:checked:after {
  content: "\2714" !important;
  font-weight: bold;
  padding-bottom: 0px;
}
input[type="radio"] {
  margin: 4px 0 2px;
}
input[type="radio"]:not(checked):after {
  -webkit-transform: scale(0);
  opacity: 0;
  transform: scale(0);
}
input[type="radio"]:checked:after {
  -webkit-transform: scale(0.6);
  opacity: 1;
  transform: scale(0.6);
}
.vertical-radio input[type="radio"]:checked:before {
  background: white;
  border-radius: 100%;
  border: 1px solid #92979c;
  content: '' !important;
  height: 14px;
  left: auto !important;
  position: absolute;
  top: 3px !important;
  width: 14px;
}
.vertical-radio input[type="radio"]:checked:after {
  -webkit-transition: all 0.2s ease;
  background: #234c72;
  border-radius: 100%;
  content: '' !important;
  height: 12px;
  left: 16px !important;
  position: absolute;
  top: 4px !important;
  transition: all 0.2s ease;
  width: 12px;
}
.vertical-radio input[type="radio"]:not(checked):before {
  background: white;
  border-radius: 100%;
  border: 1px solid #92979c;
  content: '' !important;
  height: 14px;
  left: auto !important;
  position: absolute;
  top: 3px !important;
  width: 14px;
}
.vertical-radio input[type="radio"]:not(checked):after {
  -webkit-transition: all 0.2s ease;
  background: #234c72;
  border-radius: 100%;
  content: '' !important;
  height: 12px;
  left: 16px !important;
  position: absolute;
  top: 4px !important;
  transition: all 0.2s ease;
  width: 12px;
}
.mfgMedicaidDlg input[type="radio"] {
  margin: 2px 0 2px;
}
.mfgMedicaidDlg input[type="radio"]:checked:before {
  background: white;
  border-radius: 100%;
  border: 1px solid #92979c;
  content: '' !important;
  height: 14px;
  left: auto !important;
  position: absolute;
  top: 0px !important;
  width: 14px;
}
.mfgMedicaidDlg input[type="radio"]:checked:after {
  -webkit-transition: all 0.2s ease;
  background: #234c72;
  border-radius: 100%;
  content: '' !important;
  height: 12px;
  left: 1px !important;
  position: absolute;
  top: 1px !important;
  transition: all 0.2s ease;
  width: 12px;
}
.mfgMedicaidDlg input[type="radio"]:not(checked):before {
  background: white;
  border-radius: 100%;
  border: 1px solid #92979c;
  content: '' !important;
  height: 14px;
  left: auto !important;
  position: absolute;
  top: 0px !important;
  width: 14px;
}
.mfgMedicaidDlg input[type="radio"]:not(checked):after {
  -webkit-transition: all 0.2s ease;
  background: #234c72;
  border-radius: 100%;
  content: '' !important;
  height: 12px;
  left: 16px !important;
  position: absolute;
  top: 0px !important;
  transition: all 0.2s ease;
  width: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #2d6090;
  color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #2d6090;
  color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #2d6090;
  color: white !important;
}
.line {
  border-bottom: 1px dashed #dddddd;
  height: 1px;
  margin: 40px 0;
  width: 100%;
}
.container {
  height: 100%;
}
.container #WelcomePage {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}
.rxedit-img {
  height: 25px;
}
.footer {
  bottom: 0;
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
}
.COBClaimBlockCap ul.typeList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 5px;
}
.COBClaimBlockCap ul.typeList li {
  padding: 0 8px 0 10px;
}
.content-wrapper {
  height: 100%;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  width: 100%;
}
input[type=radio]::-ms-check {
  color: #234c72;
  zoom: 1.1;
}
input[type=checkbox]::-ms-check {
  color: #234c72;
  border-radius: 2px;
  content: "\2714" !important;
  zoom: 1.1;
}
.addRemoveButtons_TerminatorRx {
  padding-top: 125px;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1 !important;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ---------------------------------------------------
	MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 768px) {
  .content-wrapper {
    width: 100%;
  }
  .content-wrapper.active {
    width: calc(100% - 250px) !important;
  }
  #content {
    width: 100%;
  }
  #sidebarCollapse span {
    display: none;
  }
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-btn {
    display: none;
  }
  #content {
    position: inherit;
    height: auto;
  }
  .container {
    width: auto;
  }
  .side-actions {
    padding-left: 15px;
    margin-left: 15px;
  }
  .content-wrapper {
    position: static;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
  .navbar-toggle {
    display: block;
  }
}
.gi-2x {
  font-size: 2em;
}
.gi-3x {
  font-size: 3em;
}
.gi-4x {
  font-size: 4em;
}
.gi-5x {
  font-size: 5em;
}
.pad-5 {
  padding: 5px;
}
.pad-top-5 {
  padding-top: 5px;
}
.pad-top-2 {
  padding-top: 5px;
}
.pad-top-15 {
  padding-top: 15px;
}
.pad-top-7 {
  padding-top: 7px;
}
.top-10 {
  top: 10px;
}
.top-100 {
  top: 100px;
}
.top-20 {
  top: 20px;
}
.top-30 {
  top: 30px;
}
/*.font-14 {
	font-size: 14pt;
}*/
.padding-top-3 {
  padding-top: 3px;
}
.padding-top-4 {
  padding-top: 4px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-7 {
  padding-top: 7px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-21 {
  padding-right: 21px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-right-3 {
  padding-right: 3px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-top-2 {
  padding-top: 2px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-right-1 {
  padding-right: 1px;
}
.padding-left-3 {
  padding-left: 3px;
  padding-left: 3px !important;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-right-60 {
  padding-right: 60px;
}
.padding-left-45 {
  padding-left: 45px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-23 {
  padding-bottom: 23px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-4 {
  padding-bottom: 4px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
  padding-bottom: 20px;
}
.padding-bottom-18 {
  padding-bottom: 18px;
}
.left-15 {
  left: 15px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-left-1 {
  padding-left: 1px;
}
.padding-left-2 {
  padding-left: 2px;
}
.padding-left-21 {
  padding-left: 21px;
}
.padding-left-120 {
  padding-left: 120px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-18 {
  padding-left: 18px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-35 {
  padding-left: 35px;
}
.padding-left-8 {
  padding-left: 8px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-12 {
  padding-left: 12px;
}
.padding-left-27 {
  padding-left: 27px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-left-rigth-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-left-rigth-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-rigth-0 {
  padding-right: 0px;
}
.padding-rigth-1 {
  padding-right: 1px;
}
.top-5 {
  top: 5px;
}
.padding-top-1 {
  padding-top: 1px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-18 {
  padding-top: 18px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-0 {
  padding: 0px;
}
.padding-0-left-5 {
  padding: 0px 0px 0px 5px;
}
.padding-0-left-8 {
  padding: 0px 0px 0px 8px;
}
.paddingLeftRight4 {
  padding-left: 4px;
  padding-right: 4px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-7 {
  margin-top: 7px !important;
}
.margin-top-2 {
  margin-top: 2px !important;
}
.margin-top-3 {
  margin-top: 3px !important;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-30 {
  margin-top: 50px;
}
.margin-bottom-2 {
  margin-bottom: 2px;
}
.margin-bottom-3 {
  margin-bottom: 3px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-17 {
  margin-bottom: 17px;
}
.margin-right-0 {
  margin-right: 0px !important;
}
.margin-right-3 {
  margin-right: 3px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-7 {
  margin-right: 7px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-left-13 {
  margin-left: 13px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-left-3 {
  margin-left: 3px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-7 {
  margin-left: 7px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-3 {
  margin: 3px;
}
.bottom-5 {
  bottom: 5px;
}
.bottom-15 {
  bottom: 15px;
}
.width-400 {
  width: 400px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-375 {
  width: 375px;
}
.width-350 {
  width: 350px;
}
.width-300 {
  width: 300px;
}
.width-30 {
  width: 30px;
}
.width-20 {
  width: 20px;
}
.width-90 {
  width: 90px;
}
.width-420 {
  width: 420px;
}
.width-225 {
  width: 225px;
}
.width-250 {
  width: 250px;
}
.width-155 {
  width: 155px;
}
.width-110 {
  width: 110px;
}
.width-175 {
  width: 175px;
}
.width-180 {
  width: 180px;
}
.width-150 {
  width: 150px;
}
.width-140 {
  width: 140px;
}
.width-100 {
  width: 100px;
}
.width-10 {
  width: 10px;
}
.width-45 {
  width: 45px;
}
.width-130 {
  width: 130px;
}
.width-65 {
  width: 65px;
}
.width-70 {
  width: 70px;
}
.width-75 {
  width: 75px;
}
.width-85 {
  width: 85px;
}
.width-120 {
  width: 120px;
}
.width-full {
  width: 100%;
}
.width-200 {
  width: 200px;
}
.width-220 {
  width: 200px;
}
.width-277 {
  width: 277px;
}
.height-100 {
  height: 100px;
}
.height-185 {
  height: 185px;
}
.height-120 {
  height: 120px;
}
.height-50 {
  height: 50px;
}
.height-12 {
    height: 12px;
}
.height-40 {
  height: 40px;
}
.height-160 {
  height: 160px;
}
.height-15 {
  height: 15px;
}
.height-85 {
  height: 85px;
}
.height-225 {
  height: 225px;
}
.height-230 {
  height: 230px;
}
.height-195 {
  height: 195px;
}
.height-240 {
  height: 240px;
}
.height-260 {
  height: 260px !important;
}
.height-345 {
  height: 345px;
}
.height-420 {
  height: 420px;
}
.height-360 {
  height: 360px !important;
}
.height-500 {
  height: 500px !important;
}
.height-390 {
  height: 390px !important;
}
.height-30 {
  height: 30px !important;
}
.height-300 {
  height: 300px !important;
}
.height-35 {
  height: 35px !important;
}
.height-20 {
  height: 20px;
}
.height-22 {
  height: 22px;
}
.height-280 {
  height: 280px;
}
.size-35-22 {
  height: 22px;
  width: 35px;
}
.size-50-22 {
  height: 22px;
  width: 50px;
}
.size-60-22 {
  height: 22px;
  width: 60px;
}
.size-70-22 {
  height: 22px;
  width: 70px;
}
.size-70-20 {
  height: 20px;
  width: 70px;
}
.size-80-22 {
  height: 22px;
  width: 80px;
}
.size-80-20 {
  height: 20px;
  width: 80px;
}
.size-90-22 {
  height: 22px;
  width: 90px;
}
.size-90-20 {
  height: 20px;
  width: 90px;
}
.size-100-22 {
  height: 22px;
  width: 100px;
}
.size-110-22 {
  height: 22px;
  width: 100px;
}
.size-115-22 {
  height: 22px;
  width: 115px;
}
.size-120-22 {
  height: 22px;
  width: 140px;
}
.size-120-20 {
  height: 20px;
  width: 140px;
}
.size-150-22 {
  height: 22px;
  width: 150px;
}
.size-150-20 {
  height: 20px;
  width: 150px;
}
.size-170-22 {
  height: 22px;
  width: 170px;
}
.size-180-22 {
  height: 22px;
  width: 180px;
}
.size-200-22 {
  height: 22px;
  width: 200px;
}
.size-225-22 {
  height: 22px;
  width: 225px;
}
.size-330-22 {
  height: 22px;
  width: 330px;
}
.size-340-22 {
  height: 22px;
  width: 340px;
}
.size-label-22 {
  height: 22px;
  padding-top: 10px;
}
.size-140-15 {
  height: 22px;
  width: 140px;
}
.size-250-22 {
  height: 22px;
  width: 250px;
}
.size-300-22 {
  height: 22px;
  width: 300px;
}
.font-size-8 {
  font-size: 8pt;
}
.width-97-percent {
  width: 97%;
}
.no-visible {
  visibility: hidden;
}
.z-index-9999 {
  z-index: 9999;
}
.displayNone {
  display: none;
}
.height-75 {
  height: 75px;
}
.noVMargin {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.noHMargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.noMargin {
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
}
.noPadding {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}
.minimalPadding {
  padding-bottom: 1px !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  padding-top: 1px !important;
}
select.select2-appearance {
    box-sizing: border-box;
    cursor: pointer;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    height: 28px;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
    padding-right: 15px !important;
    padding-top: 2px !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    background-image: linear-gradient(45deg,transparent 35%,gray 50%),linear-gradient(135deg,gray 50%,transparent 64%);
    background-position: calc(100% - 9.5px) calc(1em + 1.5px),calc(100% - 5.5px) calc(1em + 1.5px),calc(100% + 1em) .4em;
    background-size: 4px 4px,4px 4px,1px 1.5em;
    background-repeat: no-repeat;
    color: #444;
    font-family: "MS Sans Serif", Arial, Verdana;
}

select.select2-appearance-focus {
    background-image: linear-gradient(135deg,transparent 35%,gray 50%),linear-gradient(45deg,gray 50%,transparent 64%);
    background-position: calc(100% - 8px) calc(1em + .2px),calc(100% - 4.5px) calc(1em + .2px),calc(100% + 1em) .4em;
    background-size: 4px 4px,4px 4px,1px 1.5em;
    background-repeat: no-repeat;
    outline: auto Highlight;
    outline: auto -webkit-focus-ring-color;
}

select.select2-appearance-changed {
    outline: auto Highlight;
    outline: auto -webkit-focus-ring-color;
}

select.select2-appearance option {
    color: #22517d;
    text-shadow: none;
    font-family: "MS Sans Serif", Arial, Verdana;
}

select.select2-appearance:disabled {
    background-color: #e6e6e6;
}

select.select2-appearance::-ms-expand {
    display: none;
}