/* Compiled Less CSS File */
/* Generated from "myLWC.css" */

.colorLindseyBlue {
  color: #0063a5;
}
.colorDarkGray {
  color: #3d444b;
}
.colorMediumGray {
  color: #515151;
}
.colorLightGray {
  color: #808489;
}
.colorExtraLightGray {
  color: #b1b4b3;
}
.colorGold {
  color: #e5ca7f;
}
.colorLightGold {
  color: #f9e08e;
}
.colorCyan {
  color: #00acec;
}
.colorWhite {
  color: #ffffff;
}
.colorBlack {
  color: #000000;
}
.colorRed {
  color: #ff0000;
}
.bgColorLindseyBlue {
  background-color: #0063a5;
}
.bgColorDarkGray {
  background-color: #3d444b;
}
.bgColorMediumGray {
  background-color: #515151;
}
.bgColorLightGray {
  background-color: #808489;
}
.bgColorExtraLightGray {
  background-color: #b1b4b3;
}
.bgColorGold {
  background-color: #e5ca7f;
}
.bgColorLightGold {
  background-color: #f9e08e;
}
.bgColorCyan {
  background-color: #00acec;
}
.bgColorWhite {
  background-color: #ffffff;
}
.bgColorBlack {
  background-color: #000000;
}
.bgColorRed {
  background-color: #ff0000;
}
.bgGoldStripe {
  background-image: url(/img/bgGoldStripe.png);
  background-color: #e5ca7f;
}
body {
  background-color: #f2f2f2;
  font: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
}
/*html, body {
  overflow-x: hidden;
}*/
.inlineMsg {
	padding: 24px;
	border-left: 7px solid #0063a5;
	background-color: #0063a515;
	border-radius: 4px;
	margin: 24px auto;
}
#loginContainer a,
#loginContainer a:hover {
  color: white;
  text-decoration: none;
}
#loginContainer {
  background-color: #0063a5;
  color: white;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loginLoading {
  display: none;
  color: #3d444b;
}
#loginForm,
#loginLoading {
  width: 385px;
  text-align: center;
  padding: 5px;
}
#loginLogo {
  margin-bottom: 25px;
}
.loginInputContainer {
  width: 100%;
  text-align: left;
}
.loginIcon {
  float: left;
  clear: both;
  width: 64px;
  height: 50px;
  background: #ccc;
  border: 1px solid #a9a9a9;
  color: #aaacaf;
  line-height: 50px;
  font-size: 36px;
  border-right: none;
  text-align: center;
}
.loginInput {
  height: 50px;
  overflow: hidden;
  color: black;
}
.loginInput input {
  width: 100%;
  height: 100%;
  padding-left: 5px;
}
.loginInputFull {
  height: 50px;
  width: 100%;
  border: 1px solid #a9a9a9;
  padding-left: 5px;
  color: black;
}
.inputNoDiv {
  margin-bottom: 50px;
}
.loginNotification {
  height: 50px;
  text-align: left;
  color: white;
  font-weight: bold;
  padding-top: 5px;
}
.loginFullButton {
  width: 100%;
  background-color: #4ba4df;
  height: 47px;
  line-height: 45px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #2683c2;
  text-transform: uppercase;
  outline: none;
}
#loginHelp {
  margin-top: 10px;
  font-weight: bold;
}
#loginNavigation {
  display: flex;
  justify-content: space-between;
}
.loginNavigationButton {
  width: 135px;
  height: 45px;
  background: #4ba4df;
  border: 1px solid #2683c2;
  border-radius: 5px;
  font-weight: bold;
  line-height: 43px;
  outline: none;
}
.loginQuestion {
  height: 55px;
  width: 100%;
  border: 1px solid white;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#loginForm select {
  background-color: #0063a5;
  height: 55px;
  border: 1px solid white;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
#loginForm select option {
  background: white;
  color: black;
  font-size: 12px !important;
}
#rememberMeDiv {
  text-align: left;
  margin: -10px 0 5px -20px;
}
#rememberMe {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
#questionsNavigation {
  text-align: right;
}
/*
.row {
	margin-left:0;  added by AAM to make sure divs with this class align with divs that don't use this class 
}
*/
#mainHeader {
  height: 80px;
  width: 100%;
  background: #0063a5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  z-index: 999;
  margin-bottom: 15px;
}
#mainHeaderSecure {
  height: 80px;
  width: 100%;
  background: #0063a5;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: bold;
  z-index: 999;
  color: white;
  line-height: 1.25em;
  margin-bottom: 15px;
}
#mainHeaderLogo,
#mainHeaderLogoSecure {
  cursor: pointer;
}
#mainHeaderLogo {
  margin-left: 25px;
}
#mainHeaderLogoSecure {
  margin-left: 5px;
}
#mainHeaderLinks {
  margin-right: 1%;
}
#mainHeaderLogo img {
  margin-top: 15px;
  height: 45px;
}
#mainHeaderLogoSecure img {
  height: 65px;
  margin-right: 15px;
  margin-left: 20px;
}
#mainHeaderTitle {
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}
#mainHeaderSubTitle {
  font-weight: normal;
  font-size: 14px;
}
#mainHeaderMobileSearch form,
#mainHeaderSearch form {
  margin-bottom: 0;
}
#mainHeaderSearchInput {
  height: 40px;
  width: 280px;
  margin-left: 20px;
  padding-left: 15px;
  border: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#mainHeaderSearchInputMobile {
  height: 40px;
}
#mainHeaderSearchInputMobile input {
  height: 40px;
  padding-left: 15px;
  border: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#mainHeaderSearchInput:focus {
  outline: none;
}
#mainHeaderSearchButton,
#mainHeaderSearchButtonMobile {
  height: 40px;
  width: 82px;
  border: 1px solid #ccc;
  background: white;
  float: right;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainHeaderSearchClear {
  float: right;
  position: relative;
  left: -100px;
  top: 13px;
  color: #b1b4b3;
  display: inline;
  visibility: hidden;
}
#mainHeaderSearchClearMobile {
  float: right;
  position: relative;
  left: -100px;
  top: -27px;
  color: #b1b4b3;
  display: inline;
  visibility: hidden;
}
#mainHeaderLinks {
  height: 50px;
  color: white;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#mainHeaderLinks > div {
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
}
#mainHeaderLinks div.noPointer {
  cursor: default;
}
#mainHeaderDisplayImageContainer {
  position: relative;
  height: 100%;
  margin-left: 50px !important;
}
#mainHeaderDisplayImage {
  height: 100%;
  width: 50px;
  border-radius: 25px;
  border: 1px solid white;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
#mainHeaderDisplayPictureNotify {
  font-family: lato;
  font-size: 1.2em !important;
  background-color: #00acec;
  color: #ffffff;
  position: absolute;
  width: 300px;
  padding: 10px 0;
  top: 70px;
  right: 0;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 498;
  padding: 10px;
  font-weight: normal !important;
  display: none;
}
#mainHeaderDisplayPictureNotifyArrow {
  width: 20px;
  height: 10px;
  background-image: url('/images/arrowTopCyan.png');
  position: absolute;
  top: 60px;
  right: 14px;
  z-index: 499;
  display: none;
}
#hideDisplayPictureNotification {
  font-size: 1.2em !important;
  border: 1px solid white;
  width: 75px;
  padding: 7px;
  margin: 20px auto 10px auto;
}
#mainHeaderDropDown {
  position: absolute;
  top: 67px;
  right: 0px;
  width: 143px;
  background: #ffffff;
  color: #515151 !important;
  cursor: default;
  display: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 500;
  border: 1px solid #dddddd;
}
#mainHeaderDropDown::before {
  content: '';
  width: 10px;
  height: 10px;
  position: relative;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  left: 48px;
  top: -22px;
}
#mainHeaderDropDown > div:last-child {
  padding-bottom: 12px;
}
#mainHeaderBadge {
  background: white;
  color: #0063a5;
  position: absolute;
  top: -10px;
  left: 47px;
}
#mainHeaderDropDownEmailBadge {
  position: absolute;
  left: 73px;
  top: 8px;
}
.mainHeaderDropDownOption {
  width: 100%;
  margin: auto;
  padding: 10px;
  color: #515151;
  /*	height:30px;
	line-height:35px !important;*/

  font-weight: normal;
  text-align: left !important;
  font-size: 14px !important;
  position: relative;
}
#mainHeaderMobileMenuButton {
  display: none;
  color: white;
  text-align: right;
  position: relative;
}
#mainHeaderBadgeMobile {
  position: absolute;
  background: white;
  color: #0063a5;
  top: -5px;
  right: 25px;
}
#mainHeaderMenuBadgeMobile {
  position: absolute;
  background: white;
  color: #3d444b;
  top: 5px;
  left: 70px;
}
#mobileClicker {
  cursor: pointer;
}
#mainHeaderMobileMenu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  font-weight: normal;
}
#mainHeaderMobileMenuLinks {
  background: #3d444b;
  width: 100%;
  color: white;
  border-bottom: 1px solid black;
}
.mainHeaderMobileMenuLinksSection {
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #515151;
  line-height: 2em;
}
.mainHeaderMobileMenuLinksSection a {
  color: #ffffff;
}
#mainHeaderRow {
  font-family: Lato;
  color: #0063a5;
  padding-left: 35px;
  line-height: 1em;
  font-size: 2em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  margin-left: -35px;
  margin-bottom: 15px;
}
#mainSubHeaderRow {
  font-family: Lato;
  color: #e5ca7f;
  font-size: 20px;
  padding-left: 25px;
  padding-bottom: 5px;
  margin-top: -20px;
  margin-left: -25px;
  margin-bottom: 15px;
}
.iconText {
  font-size: 12px;
  padding-left: 2px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainHeaderMobileMenuLinks div:hover {
  cursor: pointer;
}
#mainMenuOptions {
  position: absolute;
  top: 50px;
  background-color: #ffffff;
  color: #808489;
  z-index: 300;
  width: 185px;
  margin-left: -149px;
  text-align: left !important;
  border: 1px solid #dddddd;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  display: none;
}
#mainMenuOptions div:last-child {
  padding-bottom: 15px;
}
#mainMenuOptions::before {
  content: '';
  width: 10px;
  height: 10px;
  position: relative;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  right: -143px;
  top: -23px;
}
#personLookupContainer {
  display: none;
  z-index: 999;
  position: absolute;
  cursor: default;
}
#personLookupFormDiv {
  width: 205px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 20px;
  margin: 2px 0 0 -170px;
  border: 1px solid #dddddd;
}
#personlookupUI:hover {
  cursor: pointer;
}
#personLookupContainer::before {
  content: '';
  width: 10px;
  height: 10px;
  position: relative;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  left: -8px;
  top: -8px;
}
#personLookupSubmitBtn {
  width: 164px;
  height: 25px !important;
  border: none;
  outline: none;
}
.switchPL > label {
  margin: 0;
}
.switchPL > label > div {
  transform: scale(0.7);
}
.optionPL {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.optionTextPL {
  color: #666;
  text-align: left;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1em;
}
#pageContent {
  min-height: calc(100vh - 395px);
  padding-left: 25px;
  padding-right: 20px;
}
img[src="/CFIDE/scripts/ajax/resources/cf/images/DateChooser.png"] {
  padding-top: 11px /* aligns the date picker icon with the datefield element */
;
}
.help-block {
  margin-top: -3px;

  color: #b1b4b3;
}
#allMsgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.portalAlert {
  font-family: lato;
  font-size: 16px;
  width: 100%;
  height: 40px;
  background: #00ACEC;
  color: white;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0063a5;
}
.portalAlert.bgRed {
  background: #bc1415;
  border-bottom: 1px solid #991011;
}
.alertFullScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  -webkit-animation: fadein 200ms;
  -moz-animation: fadein 200ms;
  -ms-animation: fadein 200ms;
  -o-animation: fadein 200ms;
  animation: fadein 200ms;
}
.alertFullScreen div {
  margin: 0 5px 45px 5px;
}
.portalAlertTextFullScreen {
  font-weight: bold;
  font-size: 36px;
  width: 100%;
}
.portalAlertDetails {
  font-size: 24px;
  line-height:1.5em;
}
.portalAlertDetails {
  width: 50%;
}
.portalAlertLinkFullScreen {
  width: 100%;
  font-size: 20px;
}
.portalAlertLinkFullScreen div {
  border: 2px solid white;
  padding: 15px;
  width: 250px;
  margin: auto;
  cursor: pointer;
}
.portalAlertCloseFullScreen {
  position: fixed;
  top: 45px;
  right: 45px;
  font-size: 36px;
  cursor: pointer;
  user-select: none;
}
.portalAlertText {
  padding-left: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portalAlertText span {
  margin-left: 20px;
  font-size: 20px;
  cursor: pointer;
}
.portalAlertLink {
  font-size: 10px;
  padding-top: 7px;
  margin: 0 5px;
  cursor: pointer;
}
.portalAlertClose {
  padding-right: 25px;
  cursor: pointer;
  margin-left: auto;
  user-select: none;
}
#alertWrapper {
  display: flex;
  flex-wrap: wrap-reverse;
}
#alertWrapper div {
  width: 100%;
}
.fileUploadUI {
  margin: 30px 40px 30px 0;
  border-radius: 1px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  color: #333;
  background-color: #fff;
  font-weight: normal;
}
.fileUploadUI:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
input[type=file] {
  outline: none !important;
}
.emptyExtension {
  text-align: center;
  vertical-align: middle;
  color: #b1b4b3;
  font-size: 1.3em;
}
#modalAlert {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 999;
  font-family: lato;
}
#modalAlertClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  font-size: 36px;
  cursor: pointer;
}
#modalAlertMessage {
  width: 50%;
  padding-bottom: 150px;
}
#modalAlertMessageHeader {
  font-size: 48px;
  text-align: center;
  margin-bottom: 5px;
}
#modalAlertMessageText {
  font-size: 16px;
  line-height: 1.5em;
}
.optionsList {
  padding-left: 0;
  list-style: none;
  width: 50%;
}
.optionsList li {
  background-color: #f5f5f5;
  margin: 10px 0;
  border: 1px solid #e5e5e5;
  padding: 15px;
}
.optionsList a {
  color: inherit;
}
.optionsList a:hover {
  text-decoration: none;
}
.optionsList li:after {
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */

  content: "\e080";
  float: right;
  color: #b1b4b3;
}
@media screen and (max-width: 991px) {
  .optionsList {
    width: 100%;
  }
}
footer {
  margin-top: 0px;
}
#formButtons {
  text-align: left;
  margin: 0 auto;
}
#formButtons > table {
  display: inline-block;
}
.btn {
  text-transform: uppercase;
  margin: 30px 40px 30px 0;
  border-radius: 1px;
  padding: 5px 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  outline: none !important;
}
.btn:hover {
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.3);
}
.btn:active {
  box-shadow: none;
  outline: none !important;
}
.btnPrimary {
  background-color: #0063a5;
  color: #ffffff;
  min-width: 85px;
}
.btnSecondary {
  background-color: #ffffff;
  border: 1px solid #3d444b;
  color: #3d444b;
}
.btnWarning {
  background-color: #ffffff;
  border: 1px solid red;
  color: red;
}
.btnTertiary {
  background-color: #b1b4b3;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btnPrimary:hover,
.btnTertiary:hover {
  color: #ffffff !important;
}
.btnWarning:hover {
  color: #ffffff !important;
  background-color: red;
}
.btnPrimary:focus,
.btnTertiary:focus {
  color: #ffffff !important;
}
.btnSecondary:hover {
  color: #3d444b;
}
#formButton3 {
  margin-bottom: 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b1b4b3;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  -webkit-transition: .1s;
  transition: .1s;
}
input:checked + .slider {
  background-color: #0063a5;
}
input:focus + .slider {
  box-shadow: 0 0 1px #0063a5;
}
input:checked + .slider:before {
  -webkit-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px);
}
.slider.round {
  border-radius: 27px;
}
.slider.round:before {
  border-radius: 50%;
}
.pageSpinner {
  color: #b1b4b3;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#mainHeaderRowContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  align-items: baseline;
}
#mainHeaderIcons {
  color: #b1b4b3;
  font-size: 2em;
  margin-top: 3px;
}
#mainHeaderIcons span {
  cursor: pointer;
  padding-right: 20px;
}
#mainHeaderIcons span:last-child {
  padding-right: 2px;
}
.extensionDescription {
  font-family: lato;
  color: #b1b4b3;
  margin-bottom: 20px;
}
/* AAM: removed this to let the default Bootstrap styles to take over
input[type=text], textarea, input[type="datefield"], input[type="tel"], select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #ccc;
}
 
input[type=text]:focus, textarea:focus, input[type="datefield"]:focus, input[type="tel"]:focus, select:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid @cyan;
}
*/
input[type=checkbox],
input[type=radio] {
  /*aligns text with checkboxes AAM */

  vertical-align: middle;
  position: relative;
  bottom: 4px;
}
#iconNotify {
  font-family: lato;
  display: none;
  font-size: 1.2em;
  background-color: #00acec;
  color: #ffffff;
  position: absolute;
  width: 250px;
  padding: 10px 0;
  top: 140px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
#iconNotify.right:after,
#iconNotify.right:before,
#iconNotify.left:after,
#iconNotify.left:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#iconNotify.right:after,
#iconNotify.right:before {
  right: 13px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #00acec;
  border-width: 10px;
}
#iconNotify.left:after,
#iconNotify.left:before {
  left: 3px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #00acec;
  border-width: 10px;
}
#noMoreIconNotifications {
  background-color: transparent;
  color: #ffffff;
  border: none;
  margin-top: 20px;
  padding: 3px 10px;
  border: 1px solid #ffffff;
}
.moreInfo {
  display: none;
}
.formDescription {
  display: none;
}
.card {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #b1b4b3;
}
#gridContainer {
  margin-bottom: 20px;
  margin-right: 20px;
}
.extensionContainer {
  position: relative;
  height: 100%;
}
.extensionContent {
  padding: 5px 10px;
  overflow-y: auto;
  overflow-x: auto;
  position: absolute;
  top: 40px;
  bottom: 19px;
  left: 0px;
  width: 100%;
}
.extensionFooter {
  height: 19px;
  background-color: #f9f9f9;
  border-top: 1px solid #e4e4e4;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.extension-header {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 40px;
  font-size: 24px;
  color: #797979;
  text-align: center;
  background-color: #f9f9f9;
  cursor: move;
  user-select: none;
  width: 100%;
}
.extension-settings {
  color: #aeaeae;
  position: absolute;
  top: -5px;
  right: 3%;
  margin-top: 11px;
  display: none;
  cursor: pointer;
}
.extension-edit {
  border-radius: 50px;
  position: fixed;
  right: 20px;
  width: 65px;
  height: 65px;
  z-index: 999;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 2em;
  line-height: 65px;
  text-align: center;
  display: none;
  cursor: pointer;
}
.ui-resizable-se,
.ui-resizable-sw {
  background-image: url(/images/resize.png) !important;
  opacity: 0.8;
}
.ui-resizable-se {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
.ui-resizable-sw {
  opacity: 0;
}
#save {
  bottom: 100px;
}
#cancel {
  bottom: 20px;
  font-size: 2.5em;
  background: red;
}
#confirmationMessage {
  position: fixed;
  top: 0;
  left: 0;
  height: 57px;
  line-height: 57px;
  width: 100%;
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3em;
  display: none;
  background-color: #00acec;
  color: #ffffff;
}
.form-group input[type="text"],
.form-group select {
  margin-top: -7px;
}
.form-group .checkbox,
.form-group .radio {
  margin-top: -7px;
}
.panelGroup div.panel-body div.form-group {
  margin-bottom: 0;
}
.panelGroup div.panel-heading {
  padding: 0;
  background-color: #f2f2f2;
  margin-bottom: -12px;
}
.panelGroup div.panel-body {
  border: none;
}
.panelGroup {
  margin-top: 20px;
  border: none;
  background-color: #f2f2f2;
}
.panel .accordion-toggle:after {
  /* symbol for "opening" panels */

  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */

  content: "\e113";
  /* adjust as needed, taken from bootstrap.css */

  float: right;
  /* adjust as needed */

  color: grey;
  /* adjust as needed */

}
.panel .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */

  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */

}
.panel-heading:hover {
  cursor: pointer;
}
.panel-heading {
  cursor: pointer;
}
.panel-group {
  margin-bottom: 5px;
}
div.panel-heading a {
  text-decoration: none;
}
.extensionListItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 12px 0 12px 0;
}
.extensionListItem div h2 {
  color: #797979;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 3px;
  font-weight: bold;
  font-size: 18px;
}
.extensionLoad {
  cursor: pointer;
  width: 50px;
  text-align: center;
  margin-top: 10px;
}
/* Bootstrap checkbox override */
.checkbox label,
.radio label {
  margin-left: 20px;
}
/* Flicker Extension */
#photoContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.photoset {
  height: 200px;
  width: 200px;
  background-position: center;
  background-size: cover;
  margin: 3px;
  cursor: pointer;
  color: white;
  line-height: 1.3em;
}
.photosetTitle {
  background-image: url('/extensions/flickr/images/1px_gradient.png');
  background-repeat: repeat-x;
  position: relative;
  font-size: 18px;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  height: 100%;
}
.photosetTitle #titleSpan {
  position: absolute;
  bottom: 10px;
  left: 5px;
  padding-right: 5px;
}
#noNewAlbums {
  display: none;
  font-size: 18px;
  margin-top: 10px;
  margin-left: 5px;
  text-align: center;
}
#photoLoading {
  display: none;
  cursor: pointer;
  width: 50px;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
}
.lastRowFix {
  width: 200px;
  height: 0;
  margin: 3px;
}
/* Calendar Extension */
#calendarExtContainer {
  position: relative;
  height: 100%;
}
#calendarExtToken {
  margin-top: 10px;
  padding-right: 10px;
}
#calendarExtToken .btn i {
  font-size: 16px;
  margin-right: 10px;
}
#calendarExtEvents {
  font-size: 13px;
  position: absolute;
  top: 40px;
  bottom: 59px;
  width: 100%;
  overflow-y: auto;
}
#calendarExtSearch {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 100%;
  padding-right: 10px;
}
#calendarExtSearchButton {
  position: absolute;
  width: 25px;
  top: 0;
  padding-top: 5px;
  height: 30px;
  right: 10px;
  font-size: 18px;
  color: #808489;
  cursor: pointer;
}
#calendarExtBackButton {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 24px;
  color: #b1b4b3;
  cursor: pointer;
  display: none;
}
#calendarExtSearchInput {
  width: 100%;
  padding-right: 25px;
}
.calendarExtEventContainer {
  display: flex;
  align-items: center;
}
.calendarExtIcon {
  display: inline-block;
  margin: 5px 0 18px 0;
  padding-left: 3px;
  padding-right: 7px;
  cursor: pointer;
}
.calendarExtDate {
  font-weight: bold;
  color: #808489;
  font-size: 18px;
  margin-bottom: 10px;
}
.calendarExtEvent {
  line-height: 1.1em;
  margin: 5px 10px 15px 0;
  border-left: 2px solid #b1b4b3;
  padding: 3px 0 3px 5px;
  display: inline-block;
}
.calendarExtEventAdded {
  border-left: 2px solid #00acec;
}
.calendarExtTitle {
  color: #0063a5;
  font-weight: bold;
}
#calendarExtViewAll {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 59px;
}
.calendarExtLoading {
  padding-left: 0;
  padding-right: 5px;
  display: none;
}
.calendarExtLoading i {
  font-size: 14px;
  color: #b1b4b3;
}
/*Misc classes for report width controls*/
.max-width-100 {
  max-width: 100px;
}
.max-width-200 {
  max-width: 200px;
}
.max-width-300 {
  max-width: 300px;
}
.max-width-400 {
  max-width: 400px;
}
.max-width-500 {
  max-width: 500px;
}
.min-width-100 {
  min-width: 100px;
}
.min-width-200 {
  min-width: 200px;
}
.min-width-300 {
  min-width: 300px;
}
.min-width-400 {
  min-width: 400px;
}
.min-width-500 {
  min-width: 500px;
}
/*End misc classes for report width controls*/
@media (max-width: 991px) {
  #mainHeader {
    height: 80px;
    position: fixed;
  }
  #mainHeaderLogo img {
    margin-top: 10px;
  }
  #mainHeaderSearch {
    display: none;
  }
  #mainHeaderLinks {
    display: none;
  }
  #mainHeaderMobileMenuButton {
    display: block;
    margin-right: 20px;
  }
  #mainHeaderLogo img {
    margin-top: 10px;
    height: 45px;
  }
  #mainHeaderLogo,
  #mainHeaderMobileMenuButton {
    width: 50%;
  }
  #mainHeaderMobileSearch {
    width: 100%;
    margin-top: 20px;
  }
  #mainHeaderSearchInputMobile {
    overflow: hidden;
  }
  #mainHeaderSearchButtonMobile {
    float: right;
  }
  #pageContent {
    padding-top: 90px;
    min-height: calc(100vh - 360px);
  }
  #modalAlertMessage {
    width: 100%;
    padding: 0 20px;
  }
  #allMsgs {
    position: fixed;
    z-index: 999;
  }
  #personLookupIcon {
    display: none;
  }
  .extension-edit {
    display: none !important;
  }
  .portalAlertText {
    padding-left: 5px;
    font-size: 12px;
  }
  .portalAlertClose {
    padding-right: 10px;
  }
  .portalAlertLink {
    margin-right: 25px;
  }
  .portalAlertTextFullScreen {
    font-size: 24px;
  }
  .portalAlertDetails {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }
  .portalAlertCloseFullScreen {
    top: 10px;
    right: 10px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #pageContent {
    padding-left: 5px;
    padding-right: 5px;
  }
  #mainHeaderLogoSecure {
    margin-left: -12px;
  }
  #mainHeaderMobileMenuButton {
    margin-right: 8px;
  }
  #mainHeaderLogo {
    margin-left: 5px;
  }
  #mainHeaderIcons span:last-child {
    margin-right: 5px;
  }
  #formButtons {
    text-align: center;
  }
  #formButtons .btnPrimary {
    margin-right: 5px;
  }
  #formButton3 {
    margin-left: 35px;
  }
  #gridContainer {
    margin-right: 5px;
  }
}
@media (max-width: 465px) {
  #photoContainer {
    justify-content: center;
  }
}
@media (max-width: 384px) {
  
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}