/*

* Override Pages default styles or create your own styles here

*/

.builder:before {
  display: none;
}
.noSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fileinput-button {
  overflow: initial;
}
#quick-note-list {
  overflow-y: auto;
}
.no-broken.broken {
  content: "";
  width: 85px;
  height: 85px;
  display: block;
  background-image: url("../img/restricted.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
#fileupload:hover + .new-attachment-link {
  background-color: red;
}
#NewCaseModal .modal-body {
  padding-top: 0px;
}
.questionAttachmentWrapper .attachmentActions .waitMessage {
  color: #f55753;
  font-size: 14px;
}
.questionAttachmentWrapper .attachmentActions .actionButton {
  color: #cccccc;
}
.attachmentThumbnail img {
  max-height: 85px;
}
.attachmentThumbnail .icon {
  margin: 0px auto;
  font-size: 85px;
}
.attachmentThumbnail .attachmentYouTube {
  margin-top: 45px;
}
#attachmentSelecter {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 999;
  min-height: 800px;
}
#attachmentSelecter .closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
}
#attachmentSelecter .attachments {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #dddddd;
  border-radius: 5px;
}
#attachmentSelecter .attachments .attachment {
  display: inline-block;
  margin: 5px;
}
#attachmentSelecter .attachments .attachment:hover .thumbnail {
  border-color: black;
  background-color: #999999;
  cursor: pointer;
}
#attachmentSelecter .attachments .attachment .thumbnail:hover .actions,
#attachmentSelecter .attachments .attachment .permissions {
  display: none;
}
.attachments .attachment {
  max-width: 200px;
  margin: 0px auto;
}
.attachments .attachment .thumbnail {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
}
.attachments .attachment .thumbnail:hover .actions,
.attachments .attachment .thumbnail:hover .permissions {
  visibility: visible;
  opacity: 1;
}
.attachments .attachment .thumbnail > .image,
.attachments .attachment .thumbnail > .icon {
  margin: 0px auto;
  font-size: 100px;
}
.attachments .attachment .thumbnail .actions,
.attachments .attachment .thumbnail .permissions {
  position: absolute;
  top: 0px;
  border-bottom: 1px solid #dddddd;
  background-color: white;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility linear 0.2s, opacity 0.2s linear;
  padding: 3px 3px 0px;
}
.attachments .attachment .thumbnail .actions .action,
.attachments .attachment .thumbnail .permissions .action,
.attachments .attachment .thumbnail .actions .permission,
.attachments .attachment .thumbnail .permissions .permission {
  font-size: 18px;
  cursor: pointer;
  color: black;
  text-decoration: none;
}
.attachments .attachment .thumbnail .actions .action:hover,
.attachments .attachment .thumbnail .permissions .action:hover,
.attachments .attachment .thumbnail .actions .permission:hover,
.attachments .attachment .thumbnail .permissions .permission:hover {
  color: #6d5cae;
}
.attachments .attachment .thumbnail .actions .action:hover.unattach,
.attachments .attachment .thumbnail .permissions .action:hover.unattach,
.attachments .attachment .thumbnail .actions .permission:hover.unattach,
.attachments .attachment .thumbnail .permissions .permission:hover.unattach {
  color: red;
}
.attachments .attachment .thumbnail .actions .action:hover.download,
.attachments .attachment .thumbnail .permissions .action:hover.download,
.attachments .attachment .thumbnail .actions .permission:hover.download,
.attachments .attachment .thumbnail .permissions .permission:hover.download {
  color: #0090d9;
}
.attachments .attachment .thumbnail .actions {
  right: 0px;
  border-left: 1px solid #dddddd;
  border-radius: 0px 4px 0px 4px;
}
.attachments .attachment .thumbnail .permissions {
  left: 0px;
  border-right: 1px solid #dddddd;
  border-radius: 4px 0px 4px 0px;
}
.attachments .attachment .thumbnail .permissions:hover .permissionSelectPanel {
  visibility: visible;
  opacity: 1;
}
.attachments .attachment .thumbnail .permissions .permissionSelectPanel {
  position: absolute;
  left: -30px;
  visibility: hidden;
  opacity: 0;
  width: 260px;
  max-height: 500px;
  overflow-y: auto;
  background-color: #dddddd;
  box-shadow: 4px 4px 0px #999999;
  border: 1px solid black;
  padding: 10px;
  text-align: left;
  transition: visibility linear 0.2s, opacity 0.2s linear;
}
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .panel-heading {
  font-size: 16px;
  font-weight: bold;
}
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .user,
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .role {
  cursor: pointer;
  padding: 12px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .user:hover,
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .role:hover {
  background-color: #eeeeee;
}
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .user .icon,
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .role .icon {
  font-size: 18px;
  color: red;
}
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .user .text,
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .role .text {
  white-space: normal;
  word-wrap: break-word;
}
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .user.selected .icon,
.attachments .attachment .thumbnail .permissions .permissionSelectPanel .role.selected .icon {
  color: green;
}
.attachments .attachment .descriptionWrapper:not(.has-success):not(.has-error):not(.has-warning) .description {
  border: none;
}
.attachments .attachment .descriptionWrapper .description {
  font-size: 12px;
  text-align: center;
  height: 46px;
  width: 100%;
  resize: none;
  box-shadow: none;
  background-color: none;
  transition: background-color 0.2s linear;
}
/***
Basic Animations
***/

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}
.page-content-wrapper .content .page-cover {
  overflow: visible;
}
.page-content-wrapper .content .page-cover .breadcrumb {
  font-size: 10px;
}
.page-content-wrapper .content .page-cover .breadcrumb.v2 .sectionGroup {
  white-space: nowrap;
  position: relative;
}
.page-content-wrapper .content .page-cover .breadcrumb.v2 .sectionGroup .menuMarker {
  padding: 2px 0px;
}
.page-content-wrapper .content .page-cover .breadcrumb.v2 .sectionGroup .menuMarker .siblingIcon {
  width: 10px;
  cursor: pointer;
}
.page-content-wrapper .content .page-cover .breadcrumb.v2 .sectionGroup .menuMarker .siblingMenu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
  border: 1px solid black;
  background-color: white;
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 99;
}
.page-content-wrapper .content .page-cover .breadcrumb.v2 .sectionGroup .menuMarker .siblingMenu .siblingName {
  display: block;
  padding: 5px;
  cursor: pointer;
}
.page-content-wrapper .content .page-cover .breadcrumb.v2 .sectionGroup .menuMarker .siblingMenu .siblingName:hover {
  background-color: whitesmoke;
}
.page-content-wrapper .content .page-cover .breadcrumb.v2 .sectionGroup .menuMarker .siblingMenu .siblingName.active {
  color: #10cfbd;
  font-weight: bold;
}
.page-content-wrapper .content .page-cover .breadcrumb.v2 .sectionGroup:hover .siblingIcon:before {
  content: "\f078";
}
.page-content-wrapper .content .page-cover .breadcrumb.v2 .sectionGroup:hover .siblingMenu {
  visibility: visible;
  opacity: 1;
}
.page-content-wrapper .content .page-cover .breadcrumb .caseName {
  font-weight: normal;
  font-size: 11px;
  color: #0090d9;
}
/*#f0f0f0*/

#accordion h2 {
  cursor: pointer;
}
#accordion h2:after {
  font-family: 'FontAwesome';
  content: "\f056";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
#accordion h2.collapsed:after {
  content: "\f055";
}
.helpPopupContainer,
.section0HelpPopupContainer,
.section1HelpPopupContainer,
.section2HelpPopupContainer,
.section3HelpPopupContainer {
  position: relative;
}
.helpPopupContainer > .helpPopup,
.section0HelpPopupContainer > .helpPopup,
.section1HelpPopupContainer > .helpPopup,
.section2HelpPopupContainer > .helpPopup,
.section3HelpPopupContainer > .helpPopup {
  color: black;
  opacity: 0.2;
  border-radius: 11px;
  height: 11px;
  width: 11px;
  position: absolute;
  top: 2px;
  left: 17px;
  text-indent: 2px;
  line-height: 16px;
  z-index: 99;
}
.helpPopupContainer > .helpPopup:hover,
.section0HelpPopupContainer > .helpPopup:hover,
.section1HelpPopupContainer > .helpPopup:hover,
.section2HelpPopupContainer > .helpPopup:hover,
.section3HelpPopupContainer > .helpPopup:hover {
  background-color: yellow;
  color: black;
  opacity: 1;
}
.helpPopupContainer > .popover .popover-title,
.section0HelpPopupContainer > .popover .popover-title,
.section1HelpPopupContainer > .popover .popover-title,
.section2HelpPopupContainer > .popover .popover-title,
.section3HelpPopupContainer > .popover .popover-title {
  font-size: 14px;
  font-weight: bold;
}
.section0HelpPopupContainer > .helpPopup {
  left: 2px;
  z-index: 99;
}
.section1HelpPopupContainer > .helpPopup,
.section2HelpPopupContainer > .helpPopup,
.section3HelpPopupContainer > .helpPopup {
  left: -12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .helpPopupContainer .helpPopup {
    left: 2px;
  }
}
@media only screen and (min-width: 991px) {
  .helpPopupContainer .helpPopup {
    /*left: 9px;*/
    z-index: 99;
  }
  /*.rootwizardActions {
          position: fixed;
          bottom: 70px;
          right: 30px;
          border-radius: 3px;
          border: 1px solid #ddd;
      }*/
}
/*#rootwizard {
    position: relative;
}

.topNavButtons {
    .rootwizardActions {
        float: right;
    }
}

.tab-content {
    position: absolute;
    top: 0px;
}*/

.navStyleExtended .topNavButtons .rootwizardActions {
  padding: 20px 20px 0px !important;
}
.navStyleExtended .tab-content {
  padding-top: 0px !important;
}
.navStyleExtended .tab-content .tab-pane {
  padding-top: 0px !important;
}
.navStyleExtended .tab-content .tab-pane h2 {
  margin-top: 0px !important;
}
.checkbox .innerPanel {
  border: none;
}
.checkbox .innerPanel .panel-body {
  padding-top: 10px;
}
.checkbox .innerPanel .panel-body label {
  padding-left: 12px !important;
}
.checkbox .innerPanel .panel-body label:before {
  content: none;
}
.checkbox .innerPanel .panel-body .checkbox > label {
  padding-left: 25px !important;
}
.checkbox .innerPanel .panel-body .checkbox > label:before {
  content: "";
}
/*BP Graph*/

.mainBars rect {
  shape-rendering: auto;
  fill-opacity: 0;
  stroke-width: 0.5px;
  stroke: black;
  stroke-opacity: 0;
}
.subBars {
  shape-rendering: crispEdges;
}
.edges {
  stroke: none;
  fill-opacity: 0.5;
}
/*BP Graph*/

