@import url(../../static/bower_components/roboto-fontface/css/roboto/roboto-fontface.css);
@keyframes ball-grid-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    animation-delay: 0.32s;
    animation-duration: 0.98s; }
  .ball-grid-pulse > div:nth-child(2) {
    animation-delay: 0.27s;
    animation-duration: 1s; }
  .ball-grid-pulse > div:nth-child(3) {
    animation-delay: 0.65s;
    animation-duration: 0.86s; }
  .ball-grid-pulse > div:nth-child(4) {
    animation-delay: 0.58s;
    animation-duration: 1.39s; }
  .ball-grid-pulse > div:nth-child(5) {
    animation-delay: 0.19s;
    animation-duration: 1.19s; }
  .ball-grid-pulse > div:nth-child(6) {
    animation-delay: -0.13s;
    animation-duration: 1.42s; }
  .ball-grid-pulse > div:nth-child(7) {
    animation-delay: 0.47s;
    animation-duration: 1.24s; }
  .ball-grid-pulse > div:nth-child(8) {
    animation-delay: 0.13s;
    animation-duration: 0.67s; }
  .ball-grid-pulse > div:nth-child(9) {
    animation-delay: 0.1s;
    animation-duration: 0.68s; }
  .ball-grid-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    animation-name: ball-grid-pulse;
    animation-iteration-count: infinite;
    animation-delay: 0; }

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

.ball-grid-beat {
  width: 57px; }
  .ball-grid-beat > div:nth-child(1) {
    animation-delay: 0.72s;
    animation-duration: 1.33s; }
  .ball-grid-beat > div:nth-child(2) {
    animation-delay: 0.31s;
    animation-duration: 0.75s; }
  .ball-grid-beat > div:nth-child(3) {
    animation-delay: 0.51s;
    animation-duration: 1.4s; }
  .ball-grid-beat > div:nth-child(4) {
    animation-delay: 0.58s;
    animation-duration: 1.31s; }
  .ball-grid-beat > div:nth-child(5) {
    animation-delay: -0.17s;
    animation-duration: 1.24s; }
  .ball-grid-beat > div:nth-child(6) {
    animation-delay: 0.36s;
    animation-duration: 1.18s; }
  .ball-grid-beat > div:nth-child(7) {
    animation-delay: 0.03s;
    animation-duration: 0.71s; }
  .ball-grid-beat > div:nth-child(8) {
    animation-delay: 0.2s;
    animation-duration: 1.29s; }
  .ball-grid-beat > div:nth-child(9) {
    animation-delay: 0.79s;
    animation-duration: 0.81s; }
  .ball-grid-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    animation-name: ball-grid-beat;
    animation-iteration-count: infinite;
    animation-delay: 0; }

body::-webkit-scrollbar-track {
  border: 0px solid #111;
  background-color: #fff; }

.configuration-panel-content::-webkit-scrollbar-track,
.configuration-panel-content-fields::-webkit-scrollbar-track,
.panel-content-customfields::-webkit-scrollbar-track,
.panel-content::-webkit-scrollbar-track {
  border: 0px solid #3a5f89;
  background-color: #fff; }

body::-webkit-scrollbar,
.configuration-panel-content::-webkit-scrollbar,
.configuration-panel-content-fields::-webkit-scrollbar,
.panel-content-customfields::-webkit-scrollbar,
.panel-content::-webkit-scrollbar-track {
  width: 6px;
  background-color: #F5F5F5; }

body::-webkit-scrollbar-thumb {
  border: 1px solid #111;
  background-color: #111;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px; }

.configuration-panel-content::-webkit-scrollbar-thumb,
.configuration-panel-content-fields::-webkit-scrollbar-thumb,
.panel-content-customfields::-webkit-scrollbar-thumb,
.panel-content::-webkit-scrollbar-track {
  border: 1px solid #3a5f89;
  background-color: #3a5f89;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px; }

.loader-hidden {
  display: none; }

.loader-active {
  display: block; }

.e20Loader tbody > tr > td {
  padding: 4px; }

.ball-grid-pulse > div {
  background-color: lightblue; }

.ball-grid-beat > div {
  background-color: lightgrey; }

.loader-progress {
  margin-top: 10px;
  margin-bottom: -20px; }

.e20loader {
  height: 125px;
  width: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px; }

.panel_loading .e20loader {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0px; }

.e20loader.fullscreen.true {
  position: fixed;
  margin-top: -120px;
  z-index: 9999; }

.e20loader .e20loader-inner {
  background-color: #fff;
  padding: 10px;
  height: 172px;
  width: 172px;
  position: relative;
  z-index: 9999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.e20loader .e20loader-inner .sm {
  margin-top: 42px;
  margin-left: 61px; }

.e20loader .e20loader-inner .md {
  margin-top: 32px;
  margin-left: 52px; }

.e20loader .e20loader-inner .lg {
  margin-top: 18px;
  margin-left: 39px; }

.e20loader .e20loader-inner small.text-center.text-muted {
  margin-left: 1px; }

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 10px auto 0; }

.sk-cube-grid:after {
  content: "Loading";
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  left: -1px; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #4b7da8;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.sk-cube-grid.sm {
  width: 40px;
  height: 40px; }

.sk-cube-grid.md {
  width: 55px;
  height: 55px; }

.sk-cube-grid.lg {
  width: 80px;
  height: 80px; }

.sk-cube-grid.inform .sk-cube {
  background-color: #9fd3e4; }

.sk-cube-grid.inform:after {
  color: #9fd3e4; }

.sk-cube-grid.sm.default:after,
.sk-cube-grid.sm.inform:after,
.sk-cube-grid.sm.warning:after,
.sk-cube-grid.sm.error:after {
  font-size: 14px;
  left: -8px; }

.sk-cube-grid.lg.default:after,
.sk-cube-grid.lg.inform:after,
.sk-cube-grid.lg.warning:after,
.sk-cube-grid.lg.error:after {
  font-size: 17px;
  left: 6px; }

.sk-cube-grid.warning .sk-cube {
  background-color: #eaa639; }

.sk-cube-grid.warning:after {
  color: #eaa639; }

.sk-cube-grid.error .sk-cube {
  background-color: #e95d58; }

.sk-cube-grid.error:after {
  color: #e95d58; }

.e20loader small.text-center.text-muted {
  display: block;
  margin-top: 34px;
  font-size: 11px;
  font-style: italic;
  margin-left: -4px; }

.alert-message-response {
  margin-top: 12px; }

.alert-response {
  font-size: 12px;
  padding: 4px 0 10px; }

.alert-response .alert-icon {
  margin: 10px 10px 0 0; }

.alert-response .alert-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff; }

.alert-response h5 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold; }

.alert-response .alert-message > p {
  margin-bottom: 0; }

.alert-response .col-md-2.text-right {
  padding-top: 18px; }

.alert-response .col-md-2.text-right i.fa.fa-times {
  font-size: 15px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  margin-left: 18px; }

.alert-response .col-md-2.text-right > a {
  text-decoration: underline; }

.alert-message-response .row.alert-response.inform,
.alert-message-response .row.alert-response.error,
.alert-message-response .row.alert-response.warning,
.alert-message-response .row.alert-response.timeout,
.panel-content-body .row.alert-response.inform,
.panel-content-body .row.alert-response.error,
.panel-content-body .row.alert-response.warning,
.panel-content-body .row.alert-response.timeout {
  margin-left: -5px;
  margin-right: -5px; }

.panel-content.left .row.alert-response.inform,
.panel-content.left .row.alert-response.error,
.panel-content.left .row.alert-response.warning,
.panel-content.left .row.alert-response.timeout {
  margin-left: 8px;
  margin-right: 8px; }

.data_table_container .row.alert-response.inform,
.data_table_container .row.alert-response.error,
.data_table_container .row.alert-response.warning,
.data_table_container .row.alert-response.timeout {
  margin-right: 5px;
  margin-left: 5px; }

.panel-content.left.configuration-panel-container .row.alert-response.inform,
.panel-content.left.configuration-panel-container .row.alert-response.error,
.panel-content.left.configuration-panel-container .row.alert-response.warning,
.panel-content.left.configuration-panel-container .row.alert-response.timeout {
  margin-left: 15px;
  margin-right: 15px; }

.panel-content.left.configuration-panel-container .alert-message-response {
  margin-top: 20px; }

.alert-response.inform {
  color: #34567d;
  background-color: #d8ebf3; }

.alert-response.inform a,
.alert-response.inform a:hover,
.alert-response.inform a:active,
.alert-response.inform a:visited {
  color: #34567d; }

.alert-response.warning,
.alert-response.timeout {
  color: #fff;
  background-color: #eaa639; }

.alert-response.warning a,
.alert-response.warning a:hover,
.alert-response.warning a:active,
.alert-response.timeout a:visited,
.alert-response.timeout a,
.alert-response.timeout a:hover,
.alert-response.timeout a:active,
.alert-response.timeout a:visited,
.alert-response.error a,
.alert-response.error a:hover,
.alert-response.error a:active,
.alert-response.error a:visited {
  color: #fff; }

.alert-response.timeout .col-md-2.text-right svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-right: 3px;
  position: relative;
  top: 3px; }

.alert-response.error {
  color: #fff;
  background-color: #e95d58; }

.alert-banner i.fa.fa-times.disabled,
.alert-banner a.disabled {
  pointer-events: none;
  color: #7daad1; }

.alert-response .col-md-2.text-right {
  padding-top: 18px;
  width: 13.444447%;
  float: right; }

.alert-banner .col-md-2.text-right div.pull-right > div:first-of-type {
  float: left !important;
  display: inline; }

.alert-banner .col-md-2.text-right div.pull-right > div:last-of-type {
  float: none !important;
  display: inline;
  padding-left: 10px; }

.data_table_container .alert-danger {
  margin: 12px 5px; }

@media only screen and (min-width: 1367px) and (max-width: 1679px) {
  .alert-response .col-md-2.text-right {
    padding-top: 18px;
    width: auto;
    padding-left: 0 !important; } }

@media only screen and (max-width: 1366px) {
  .row.flex-row .col-md-12 {
    width: 100%; }
  .alert-response .col-md-10 {
    width: 63.33333333%; }
  .alert-response .col-md-2.text-right {
    padding-top: 18px;
    width: 21.666667%;
    padding-left: 0px !important; }
  .alert-banner .col-md-2.text-right div:first-of-type {
    float: left; }
  .alert-banner .col-md-2.text-right div {
    width: auto;
    float: none;
    padding-left: 0 !important;
    padding-right: 5px; } }

@media only screen and (max-width: 1190px) {
  .datapanel-panel {
    margin: 0 0px 40px !important; }
  .alert-response .col-md-10 {
    width: 69.333333%; }
  .alert-response .col-md-2.text-right {
    padding-top: 18px;
    width: 30.666667%;
    padding-left: 0px !important; } }

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .e20loader.fullscreen {
    margin-top: -70px; } }

p.text-info.small {
  font-style: italic;
  font-size: 11px;
  color: #777;
  margin-bottom: -7px; }

/* sets the right scrollbar to always show */
html, body {
  margin: 0;
  height: 100%;
  padding: 0; }

body {
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: normal;
  word-break: normal;
  background-color: #f5f5f5; }

.h3, h3 {
  font-size: 22px; }

a {
  color: #4b7da8;
  cursor: pointer; }

a:hover {
  color: #333;
  text-decoration: none; }

input[type=checkbox] {
  cursor: pointer; }

textarea {
  width: 100%;
  border: 1px solid #ccc; }

.navy {
  color: #34567d; }

.light-gray {
  background-color: #f8f8f8; }

.no-bg {
  background: #fff !important; }

.no-border {
  border: none !important;
  padding: 3px 5px 3px; }

.mrg-top-xs-neg {
  margin-top: -5px; }

.mrg-top-xs {
  margin-top: 5px; }

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

.mrg-top-md {
  margin-top: 25px; }

.mrg-top-lg {
  margin-top: 35px; }

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

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

.neg-left-xs {
  margin-left: -20px; }

div#Xtract3 {
  min-height: 100%;
  position: relative; }

span.message {
  color: #fff;
  font-size: 13px;
  top: 36px;
  position: relative;
  left: -167px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif; }

.banner-list {
  margin-top: -10px; }
  .banner-list .banner-border {
    border: 1px solid #f0bd4a;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .banner-list .notification {
    width: 100%;
    display: block;
    margin: 0px auto 0px; }
    .banner-list .notification.none {
      font-size: 15px;
      margin-top: 15px; }
    .banner-list .notification .notification-label {
      width: 27px;
      height: 27px;
      margin-left: 9px;
      display: inline-block; }
    .banner-list .notification .notification-body {
      padding: 0 4px;
      width: 90%;
      display: inline-block;
      font-family: Source Sans Pro, Helvetica, Arial, sans-serif; }
      .banner-list .notification .notification-body > span {
        font-size: 14px;
        position: relative; }

i.fa.fa-thumbs-o-up,
i.fa.fa-bell-o {
  font-size: 15px;
  margin-top: 8px;
  color: #111;
  padding: 5px; }

span.dropdown-toggle.glyphicon.glyphicon-cog.btn {
  padding-right: 0;
  padding-left: 10px; }

span.dropdown-toggle.glyphicon.glyphicon-plus-sign.btn {
  padding-right: 3px;
  padding-left: 3px;
  top: -1px; }

.fa.fa-times-circle.close-window {
  font-size: 20px;
  color: #fff;
  margin-top: 9px;
  font-weight: normal; }

span.glyphicon.glyphicon-arrow-up,
span.glyphicon.glyphicon-arrow-down {
  margin-top: 8px;
  margin-left: 5px;
  font-size: 13px;
  font-weight: normal; }

.tab-pane .panel-heading span.glyphicon.glyphicon-arrow-up,
.tab-pane .panel-heading span.glyphicon.glyphicon-arrow-down {
  margin-top: 0; }

.panel-default.panel-content-segment-container > .panel-heading {
  height: 30px; }

.panel-selected.panel-content-segment-container > .panel-heading .fa.fa-times-circle.close-window,
.panel-selected.panel-content-segment-container > .panel-heading span.glyphicon.glyphicon-arrow-up,
.panel-selected.panel-content-segment-container > .panel-heading span.glyphicon.glyphicon-arrow-down {
  color: #fff; }

.panel-content-segment-container > .panel-heading .fa.fa-times-circle.close-window,
.panel-content-segment-container > .panel-heading span.glyphicon.glyphicon-arrow-up,
.panel-content-segment-container > .panel-heading span.glyphicon.glyphicon-arrow-down {
  color: #34567d; }

.panel-selected.panel-content-segment-container > .panel-heading .fa.fa-times-circle.close-window,
.panel-content-segment-container > .panel-heading .fa.fa-times-circle.close-window {
  margin-top: 7px;
  font-size: 16px; }

.panel-content-segment-container .input-group.input-group {
  width: 100%; }

.panel-content-segment-container span.input-group-addon {
  font-size: 11px;
  line-height: 14px;
  border-radius: 1px;
  width: 135px; }

.panel-content-segment-container .input-group-addon .squaredTwo {
  top: 0;
  left: -5px; }

@media (min-width: 1716px) {
  .banner-list .illustration {
    background: transparent url("/static/images/illustration-big.jpg") 0 0;
    margin: 60px auto 0;
    height: 277px;
    width: 654px; } }

@media (max-width: 1715px) {
  .banner-list .illustration {
    background: transparent url("/static/images/illustration-small.jpg") 0 0;
    margin: 36px auto 0;
    height: 248px;
    width: 586px; } }

@media (max-width: 1759px) {
  .notification .notification-body {
    width: 85%; } }

.panel {
  border-radius: 1px;
  margin-bottom: 0; }

.panel-body {
  padding: 5px;
  word-break: normal; }

.panel-content-body.database-content {
  padding: 15px;
  font-size: 12px; }

.panel-heading {
  border-radius: 1px;
  background: #ebebeb; }

.tab-pane .panel-default > .panel-heading {
  background: #fff;
  font-weight: bold; }

.panel-default > .panel-heading {
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  background: #ebebeb;
  border: none;
  height: 37px;
  line-height: 38px;
  border-bottom: 1px solid #ccc; }

.panel-default.panel-config > .panel-heading,
.modal-dialog .modal-header {
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  background: #34567d;
  border: none;
  height: 37px; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ebebeb;
  border-color: #34567d; }

.panel-info > .panel-heading {
  color: #333;
  background-color: #d9e0e8;
  border-color: #d9e0e8; }

.panel-primary > .panel-heading a {
  color: #222 !important; }

.panel-primary > .panel-heading a:hover {
  color: #63bfd7 !important; }

.panel-heading a:hover {
  cursor: pointer; }

.panel-footer {
  border-radius: 1px; }

.dropdown-menu {
  border-radius: 1px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.175); }

.dropdown-menu li {
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: #D3D3D3; }

.dropdown-menu li:last-child {
  border-bottom: none;
  padding-bottom: 5px; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  cursor: pointer; }

.dropdown-menu > li > a {
  font-size: 13px;
  text-transform: capitalize;
  padding-bottom: 0px; }

.dropdown-menu > li > a > label {
  margin-top: 3px;
  margin-bottom: 5px; }

.dropdown-menu li input {
  float: right; }

.data_table thead tr:first-child th:last-of-type .column-selector ul.dropdown-menu,
.data_table thead tr:nth-child(2) th:last-of-type .column-selector ul.dropdown-menu {
  left: auto;
  right: 0; }

table.table.workspaces {
  background: #fff; }

.table.workspaces > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
  background-color: #f5f5f5;
  padding-left: 0;
  font-size: 15px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  color: #595555;
  padding-bottom: 12px; }

.table.workspaces > tbody > tr > td {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  padding-top: 10px;
  cursor: pointer; }

.table.workspaces > tbody > tr:hover,
.table.workspaces > tbody > tr:focus,
.table.workspaces > tbody > tr:active {
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.25); }

.table.workspaces > tbody > tr > td > a {
  color: #333; }

.table.workspaces > tbody > tr > td:first-letter {
  text-transform: uppercase; }

.table.workspaces > tbody > tr > td i.fa.fa-share-alt,
.table.workspaces > tbody > tr > td i.fa.fa-list-alt {
  font-size: 12px;
  width: 20px;
  height: 19px;
  border: 1px solid #25ad87;
  border-radius: 0;
  padding-top: 3px;
  padding-left: 3px;
  color: #25ad87;
  margin-right: 10px;
  margin-top: -2px; }

.table.workspaces > tbody > tr > td i.fa.fa-users {
  color: #888;
  margin-left: 5px; }

.table.workspaces > tbody > tr > td:first-child {
  border-left: 1px solid #ddd; }

.table.workspaces > tbody > tr > td img {
  margin-top: -1px;
  margin-left: 18px;
  position: absolute; }

.table.workspaces > thead > tr > th:nth-last-child(2),
.table.workspaces > tbody > tr > td:nth-last-child(2) {
  width: 350px; }

.table.workspaces > thead > tr > th:last-child,
.table.workspaces > tbody > tr > td:last-child {
  width: 180px; }

.table.workspaces > tbody > tr > td:last-child {
  border-right: 1px solid #ddd;
  /* background: url(/static/images/ellipsis.svg) 96% 8px no-repeat; */
  background-size: 15px; }

.table.workspaces > tbody > tr > th:nth-last-child(2),
.table.workspaces > tbody > tr > td:nth-last-child(2),
.table.workspaces > tbody > tr > th:last-child,
.table.workspaces > tbody > tr > td:last-child {
  padding-left: 0;
  color: #999; }

.table.workspaces > tbody > tr > td .organisation-icon.pull-right {
  padding-right: 48px; }

p.workspaces small > a {
  color: #7696b5;
  padding: 7px 29px 6px;
  border-radius: 50px;
  border: 2px solid #7696b5; }

p.workspaces small > a:hover,
p.workspaces small > a:visited {
  color: #7696b5;
  background-color: #fff; }

/*
.tab-dropdown-item{
    display: block;
    padding: 3px 11px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}
*/
.tab-dropdown-item:focus, .tab-dropdown-item > li > a:hover {
  background-color: #eee;
  cursor: pointer; }

.form-group {
  margin-bottom: 16px; }

.form-group > label {
  padding-right: 5px; }

.form-group > input[checkbox] {
  padding-right: 5px; }

.form-control {
  height: 32px;
  box-shadow: none;
  border-radius: 1px; }

.btn-primary {
  color: #FFF;
  background-color: #34567d;
  border-color: #2e6da4; }

.btn-primary:hover {
  color: #FFF;
  background-color: #34567d;
  border: 1px solid #283645; }

.btn-primary:focus {
  border: 1px solid #63bfd7;
  background-color: #34567d; }

.btn-primary:active {
  background-color: #34567d;
  border: 1px solid #2f4052; }

.btn-secondary,
.btn-secondary:hover {
  color: #FFF;
  background-color: #409bf8;
  border-color: #409bf8; }

.btn-secondary:active {
  color: #FFF;
  background-color: #448ecc;
  border: 1px solid #448ecc; }

.btn-alt {
  color: #FFF;
  background-color: #666;
  border: 1px solid #555; }

.btn-alt:hover {
  color: #FFF;
  background-color: #444;
  border: 1px solid #333; }

.btn-alt:focus {
  border: 1px solid #63bfd7;
  background-color: #666; }

.btn-alt:active {
  background-color: #666;
  border: 1px solid #555; }

.btn-default {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #34567d; }

.btn-default:hover {
  border: 1px solid #aaa;
  background-color: #f8f8f8;
  color: #444; }

.btn-default:focus {
  border: 1px solid #63bfd7;
  background-color: #f8f8f8; }

.btn-default:active {
  background-color: #f8f8f8;
  border: 1px solid #ccc; }

.btn-other {
  background-color: #2e6da4 !important;
  border: 1px solid #2e6da4 !important; }

.btn-toolbar .btn-default {
  background-color: #ebebeb;
  color: #555; }

.btn-toolbar .btn-selected {
  background: #f8f8f8;
  border: 1px dashed #ddd; }

.btn-alert {
  background: #e95d58;
  color: #fff;
  border: 1px solid #cf3c36; }

.btn-alert:hover {
  background: #cf3c36;
  color: #fff;
  border: 1px solid #b4342f; }

.btn-jumbotron {
  padding: 15px 30px;
  font-weight: bold; }

.btn {
  font-size: 12.2px;
  padding: 7px 14px 6px;
  border-radius: 1px; }

.btn-lg {
  padding: 10px 20px 8px !important;
  font-size: 12.5px;
  border-radius: 0px; }

.btn-xl-lg {
  padding: 14px 53px !important;
  font-size: 21px;
  border-radius: 0px;
  margin-bottom: 5px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn .caret {
  margin-left: 5px; }

.panel-heading .__react_component_tooltip.type-info {
  padding: 0 10px;
  line-height: 30px; }

.panel-heading .__react_component_tooltip.type-info span {
  color: #fff;
  font-weight: normal; }

.alert {
  color: #ffffff;
  border: none;
  border-radius: 1px; }

.alert-info {
  background-color: #f2dede; }

.alert-success {
  background-color: #2C9B46; }

.alert-warning {
  color: #52646e;
  background-color: #faf8f0;
  border: 1px solid #efd9ab; }

.alert-warning p {
  padding-bottom: 0 !important; }

.alert-danger {
  background-color: #e95d58;
  color: #fff;
  font-size: 12px; }

.panel-default.panel-config .alert-danger {
  padding: 12px 5px 11px;
  margin-bottom: 6px; }

.panel-default.panel-config .alert-danger svg {
  float: left;
  margin: -1px 5px 0; }

.error-msg {
  background-color: #fef3f3;
  border: 1px solid #ee9a9a;
  color: #cf3c36;
  padding: 12px 15px;
  font-size: 14px; }

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #cf3c36 !important; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .has-error .form-control {
  color: #cf3c36; }

.help-block {
  display: none; }

.has-error .help-block {
  display: block !important; }

.navbar {
  background-color: #283645;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  z-index: 99; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar {
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  right: 0;
  height: 47px;
  min-height: 47px;
  background-color: #34567d !important;
  border-bottom: 1px solid #111; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar .last-saved {
  margin-top: 4px;
  color: #fff !important; }

.navbar.sticky-top.navbar-light.bg-faded .AutoSaving {
  position: absolute;
  top: -1px;
  fill: #999;
  color: #999;
  right: 23px;
  font-size: 12px;
  width: 260px; }

.navbar.sticky-top.navbar-light.bg-faded .AutoSaving svg {
  position: relative;
  top: -1px;
  margin-left: 8px; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar .AutoSaving {
  right: 33px; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar .AutoSaving svg {
  top: 6px; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar .btn.active,
.navbar.sticky-top.navbar-light.bg-faded.active-navbar .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar .tools .dropdown-menu {
  margin-top: -5px;
  margin-right: 6px; }

.navbar.active-navbar .btn-group {
  margin-top: 13px;
  margin-right: 3px; }

.navbar.active-navbar .btn-group > li {
  top: 0px;
  position: relative;
  padding: 0 6px;
  color: #999;
  font-size: 14px;
  float: left;
  display: inline-block; }

.navbar.active-navbar span.glyphicon-arrow-up {
  margin-top: 8px;
  margin-left: -30px;
  color: #999; }

.navbar.active-navbar .btn-group > li.glyphicon-cog {
  margin-top: -3px; }

.navbar-brand {
  background: transparent url("../images/logo.jpg") no-repeat scroll left 3px;
  width: 295px;
  margin-top: 10px !important;
  margin-left: 5px !important;
  height: 61px; }

.navbar-fixed-top {
  border: 0;
  width: 100%;
  position: absolute;
  padding-top: 0px;
  transition: all 0.3s ease 0s;
  background-color: #283645; }

.navbar-nav > li {
  margin: 9px 0px 4px; }

.navbar-collapse > ul .navbar-nav {
  padding-top: 20px; }

.navbar-nav > li > a {
  border: 1px solid transparent;
  background-color: #283645 !important;
  border-radius: 0; }

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  border: 1px solid transparent;
  background-color: #31455b !important; }

.navbar-nav > li > a > span {
  color: #eee;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase; }

.navbar-nav > li > a:hover > span {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase; }

.navbar-nav > li > a > i {
  color: #c7d1d8;
  display: block;
  font-size: 15px; }

.navbar-nav > li > a:hover > i {
  color: #fff; }

.nav .open > a > i {
  color: #fff; }

.navbar-default .navbar-nav > li > a {
  color: #c7d1d8;
  font-size: 14px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif; }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a {
  color: #fff !important; }

.navbar-nav > li > a:hover > i {
  color: #fff; }

.btn-group .button-top-nav {
  box-shadow: 0px 10px 20px #cccccc inset;
  background-color: #eee;
  border: 1px solid #2f4052;
  border-radius: 8px 8px 0 0;
  padding: 10px 20px; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-top: 1px solid #283645;
  background-color: #283645 !important;
  border-bottom: none;
  border-left: 1px solid #283645;
  border-right: 1px solid #283645;
  border-top: 1px solid #283645;
  /* font-weight: bold; */
  border-radius: 1px;
  white-space: normal; }

.navbar-nav > li > .dropdown-menu {
  background-color: #fff !important;
  padding-bottom: 5px;
  border: 1px solid #888;
  margin-top: 4px; }

.navbar-nav > li > .dropdown-menu:after,
.navbar-nav > li > .dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.navbar-nav > li > .dropdown-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: 54px; }

.navbar-nav > li > .dropdown-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #444;
  border-width: 10px;
  margin-left: 52px; }

.navbar-nav .dropdown-menu li {
  border-bottom-color: #888;
  padding: 2px 0 3px; }

.navbar-nav > li > .dropdown-menu li i.fa {
  float: left;
  /* display: inline-block; */
  margin-top: 4px;
  margin-left: 7px;
  color: #999; }

.navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
  padding-bottom: 1px; }

.navbar-nav .dropdown-menu li:last-child > a {
  padding-bottom: 0; }

.navbar-nav .dropdown-menu > li > a {
  color: #333 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif; }

.navbar-nav .dropdown-menu > li > a:hover {
  color: #E95D58 !important;
  background-color: inherit; }

.header-navigation-options {
  padding-top: 5px; }

.nav-tabs .btn:active {
  box-shadow: none; }

.nav-tabs .btn:active:focus, .btn:focus {
  outline: 0; }

.navbar-toggle {
  background-color: #2f4052; }

.navbar-default .navbar-toggle {
  border-color: #2f4052; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-toggle:hover {
  border-color: #E95D58; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #E95D58; }

.jumbotron {
  padding-top: 0.5px;
  padding-bottom: 0.5px;
  margin-bottom: 5px;
  background-color: #c6e4f3; }

.help-message-style {
  margin: 0px;
  height: 105px;
  width: 262px; }

#page-content-wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s; }

.project-content {
  padding-top: 7px;
  margin-bottom: 100px; }

.tab-content {
  margin-top: 20px; }

.fullscreen-datatable {
  width: 100%;
  overflow-x: auto; }

.project-tabs {
  padding-top: 10px;
  border-top: 1px solid #111; }

.nav-tabs {
  /* border-top: 1px solid #222; */
  border-bottom: 1px solid #222;
  background-color: #33485f;
  padding-left: 25px;
  clear: both; }

.nav-tabs > li {
  display: inline-block !important;
  float: none !important;
  font-size: 12px;
  margin-right: 5px;
  position: relative; }

.nav-tabs > li a > .project-title {
  text-transform: uppercase; }

.nav-tabs > li a > .notify-position {
  position: relative;
  top: -4px;
  left: 4px; }

.nav-tabs li a > div {
  display: inline; }

.nav-tabs li a > div .glyphicon.glyphicon-cog.btn {
  top: -5px;
  padding-bottom: 0; }

.nav.nav-tabs > li .dropdown-menu li,
.nav.tab-content .dropdown-menu li,
.navbar.sticky-top.navbar-light.bg-faded.active-navbar .dropdown-menu li {
  padding: 3px 4px;
  line-height: 20px;
  border-bottom: none; }

.dropdown-menu .divider {
  padding: 1px 0 0 !important;
  margin: 3px 0px !important; }

.nav-tabs > li .dropdown-menu li .tab-dropdown-item,
.tab-content .dropdown-menu li .tab-dropdown-item {
  text-transform: none;
  margin-left: 10px;
  font-size: 12px; }

.nav-tabs > li .dropdown-menu li .tab-dropdown-item svg,
.nav-tabs > li .dropdown-menu li .tab-dropdown-item .fa,
.tab-content .dropdown-menu li .tab-dropdown-item svg,
.tab-content .dropdown-menu li .tab-dropdown-item .fa {
  position: relative;
  top: 3px;
  left: -5px;
  margin-right: 2px;
  fill: #999;
  color: #999;
  font-size: 12px; }

.nav-tabs > li .dropdown-menu li .tab-dropdown-item .fa.fa-share-alt {
  top: 1px;
  font-size: 14px; }

.nav-tabs > li > a {
  border: 1px solid #222;
  border-radius: 3px 3px 0 0;
  line-height: 1.42857;
  margin-right: 5px;
  background-color: #2f4052;
  padding: 7px 10px 0 !important; }

.nav-tabs > li > a:hover {
  background-color: #34567d;
  border-color: #222; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #f5f5f5;
  border: 1px solid #222;
  border-bottom-color: #f5f5f5;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0 !important; }

.nav-tabs > li > a .btn {
  padding: 4px 14px 5px;
  line-height: 9px; }

.nav-tabs .glyphicon {
  color: #ccc; }

.nav-tabs > li > a .open .glyphicon {
  color: #63bfd7; }

.nav > li > a {
  display: block;
  padding: 5px 13px;
  position: relative;
  color: #fff;
  cursor: pointer; }

.navbar-nav > li > .dropdown-menu > li > a {
  padding: 3px 10px;
  display: inline-block;
  width: 85%; }

.navbar.sticky-top.navbar-light.bg-faded {
  margin-top: -26px;
  min-height: 40px;
  height: 40px;
  position: relative;
  z-index: 50; }

.navbar.sticky-top.navbar-light.bg-faded span,
.navbar.sticky-top.navbar-light.bg-faded svg {
  float: right;
  color: #999;
  fill: #999; }

.navbar.sticky-top.navbar-light.bg-faded .dropdown-menu {
  display: none; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar .open .dropdown-menu {
  margin-top: -5px;
  margin-right: 8px;
  padding-bottom: 5px;
  display: block; }

navbar.sticky-top.navbar-light.bg-faded.active-navbar span,
.navbar.sticky-top.navbar-light.bg-faded.active-navbar svg {
  color: #fff !important;
  fill: #fff !important;
  cursor: pointer; }

.navbar.sticky-top.navbar-light.bg-faded .dropdown-menu span,
.navbar.sticky-top.navbar-light.bg-faded .dropdown-menu svg {
  float: left; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar .dropdown-menu .tab-dropdown-item svg {
  color: #999 !important;
  fill: #999 !important; }

.navbar.sticky-top.navbar-light.bg-faded span {
  display: none;
  width: 27px;
  margin-top: 10px; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar span {
  display: block;
  color: #fff; }

.navbar.sticky-top.navbar-light.bg-faded span.glyphicon-arrow-up {
  float: left;
  width: 29px;
  margin-top: 8px; }

span.glyphicon.glyphicon-arrow-up + span {
  font-size: 12px;
  margin-left: -3px;
  margin-top: 8px !important; }

.autoSaveIconGreen {
  color: #25ad87 !important;
  fill: #25ad87 !important; }

.autoSaveIconBlue {
  color: #62bed7 !important;
  fill: #62bed7 !important; }

.AutoSaving a,
.AutoSaving a:hover {
  color: #62bed7 !important; }

.navbar.sticky-top.navbar-light.bg-faded.active-navbar .AutoSaving a,
.navbar.sticky-top.navbar-light.bg-faded.active-navbar .AutoSaving a:hover {
  color: #fff !important; }

.navbar.sticky-top.navbar-light.bg-faded .last-saved {
  font-size: 13px;
  color: #999;
  margin-top: -2px;
  margin-bottom: 0;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.footer {
  background-color: #34567d;
  font-size: 12px;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 2000;
  position: absolute; }

.panel-footer-buttons {
  padding-top: 6px; }

.footerApp {
  background-color: #34567d;
  font-size: 12px;
  width: 100%;
  bottom: 0;
  right: 0;
  position: fixed; }

.footer_Eighty20 {
  background-color: #2f4052;
  padding: 20px; }

.footer_links {
  font-size: 12px;
  text-align: center;
  color: #a3b1bf; }

.footer_link_item {
  padding: 10px; }

.footer_links a {
  color: #a3b1bf;
  text-decoration: none; }

.footer_links a:hover {
  color: #fff;
  text-decoration: none; }

.footer_copyright {
  background-color: #283645;
  font-size: 11px;
  color: #707e8c;
  text-align: center;
  padding: 15px 5px 15px 5px; }

.configuration-wrapper {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4); }

.panel-config {
  position: fixed;
  right: 15px;
  left: 15px;
  margin: 21px 79px 40px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }

@media only screen and (min-width: 1801px) {
  div#field_selector_options_id.col-lg-3.col-md-4 {
    width: 17.5%; } }

@media only screen and (min-width: 1640px) and (max-width: 1800px) {
  div#field_selector_options_id.col-lg-3.col-md-4 {
    width: 19%; }
  .col-md-5.ext-width {
    width: 60%; } }

@media only screen and (max-width: 1366px) {
  .panel-config {
    position: fixed;
    right: 15px;
    left: 15px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .configuration-wrapper .panel-default.panel-config > .panel-heading {
    margin-top: -15px; }
  .col-md-5.ext-width {
    width: 60%; } }

.panel-content-wrapper {
  overflow: hidden; }

.configuration-panel-container {
  overflow: hidden; }

.panel-content {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 79vmin;
  border: 1px solid #ccc;
  border-radius: 1px; }

.panel-content.right {
  overflow-y: auto; }

.panel-content.right .panel-content-body > ul > h3 {
  color: #ccc;
  margin-left: 7px;
  font-size: 25px; }

@media only screen and (min-width: 1880px) and (max-width: 3840px) {
  .configuration-panel-content {
    height: 95%; }
  .configuration-panel-content-fields {
    height: 80% !important; } }

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .panel-content-segment-container .col-sm-3 {
    width: 25% !important; }
  .panel-content {
    height: 76vmin !important; }
  .configuration-panel-content {
    height: 66vmin !important; }
  .configuration-panel-content-fields {
    height: 54.5vmin !important; } }

@media only screen and (min-width: 1041px) and (max-width: 1280px) {
  .panel-content {
    height: 81vmin !important; }
  .configuration-panel-content {
    height: 72vmin !important; }
  .configuration-panel-content-fields {
    height: 60.5vmin !important; } }

/*
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .panel-content {
        height: 775px !important;
    }

   .configuration-panel-content {
       height: 724px !important;
   }

  .configuration-panel-content-fields {
      height: 647px !important;
  }
}
*/
@media only screen and (max-width: 1024px) {
  .panel-content {
    height: 76vmin; }
  .configuration-panel-content {
    height: 69vmin; }
  .configuration-panel-content-fields {
    height: 54vmin !important; } }

.panel-content-body.small-xs-height {
  padding: 15px 0; }

.panel-content-body {
  margin: 8px; }

.panel-header {
  background-color: #f8f8f8;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  margin-left: 0;
  margin-right: 0; }

.panel-header .col-md-7 {
  padding-right: 5px; }

.panel-header .col-md-7 .search-bar {
  margin: 5px 0; }

.config-arrows {
  font-size: 14px !important;
  margin-left: 12px;
  margin-right: 5px;
  top: 0px;
  position: relative; }

.configuration-panel-content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 90%;
  padding-bottom: 20px; }

.configuration-panel-header {
  background-color: #D9E0E8;
  border-bottom: #ccc 1px solid; }

.configuration-panel-container .panel-content-body .col-md-4 {
  margin-right: -15px;
  margin-left: -15px; }

.configuration-panel-content-fields {
  overflow-x: hidden;
  overflow-y: auto;
  height: 70%;
  margin: 0;
  padding: 0 0 20px 0;
  border-top: 2px solid #2e6da4;
  border-bottom: 1px solid #eee; }

.panel-default.panel-config > .panel-heading {
  margin-top: -11px; }

@media only screen and (max-width: 991px) {
  .configuration-panel-content-fields {
    height: 39vmin; } }

.configuration-panel-body {
  height: 70vh;
  overflow: hidden; }

.panel-header h3 {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 12px; }

.panel-heading span {
  font-size: 12px;
  color: #34567d; }

.panel-default.panel-config > .panel-heading span {
  font-size: 12px;
  color: #fff;
  line-height: 37px; }

.panel-heading span:last-child {
  font-weight: bold; }

.panel-heading span a {
  font-family: Lato,sans-serif;
  color: #fff; }

.panel-heading span i.fa {
  font-size: 14px;
  margin-left: 8px;
  margin-right: 5px; }

.panel-body h5 a {
  font-weight: bold;
  cursor: pointer; }

.panel-heading > .panel-title {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.trend-submit {
  margin-left: 10px;
  margin-right: 10px; }

.info-notification-panel {
  background-color: #fff;
  border: 1px  #ccc solid !important;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #eee;
  color: #ec1a1a; }

.info-notification-panel h4 {
  font-weight: bold; }

.welcome-panel {
  background-color: #fff;
  border: 1px  #ccc solid !important;
  border-radius: 0;
  box-shadow: 0px 0px 10px #eee; }

.welcome-panel h4 {
  font-weight: bold; }

.landing-badges {
  text-align: center;
  border-radius: 0; }

.landing-badges .h4 {
  line-height: 113px;
  margin: 0; }

.well {
  background-color: #fff;
  border-color: #ccc;
  padding: 20px 20px 10px;
  border-radius: 1px; }

.well.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.fact-a-day-content {
  font-size: 12px; }

.fact-a-day-content a {
  color: #e65e5c;
  text-decoration: underline; }

.filter-td {
  width: 100%;
  float: right; }

.filter_group {
  width: 100%; }

.pivot-options-table {
  width: 80%;
  height: 100%; }

.filter-options {
  width: 100%;
  border: 2px solid #3f84a6;
  background-color: white;
  margin: 2px; }

.filter-entry {
  background-color: #8FB4D7; }

.filter_button {
  position: relative;
  padding-top: 3px;
  top: 0px;
  height: 100%;
  cursor: pointer;
  width: 100% !important;
  background-color: white;
  border: 2px solid #c5dee8;
  white-space: normal; }

.filter_button a {
  word-break: break-all;
  font-size: small;
  word-wrap: break-word;
  white-space: normal;
  width: 100%; }

.filter_group {
  width: 100%;
  max-height: 200px;
  overflow-y: auto; }

.filter-arrow {
  padding-left: 3px; }

.field-name-items .remove-field {
  float: right;
  margin-right: 10px; }

.field-name-items {
  background-color: #D9E0E8;
  border-radius: 1px;
  border: 2px solid #fff !important; }

.field-name-items .field-name-item {
  margin-left: 10px; }

.field-name-items .glyphicon-pencil {
  float: right;
  margin-right: 4px; }

.datapanel-options-actions .list-inline li {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #999; }

.filter-entry-selected {
  background-color: #8FB4D7; }

.filter-entry-reset {
  background-color: #FFFFFF; }

#communicationModal {
  display: table;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.menu-item {
  padding: 3px 5px; }

.menu-item:hover {
  background-color: #D9E0E8; }

.extra-mar {
  margin-right: 5px;
  margin-bottom: 5px; }

.database-section-title {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 2px; }

.glyphicon-info-sign, .glyphicon-info-sign a, .glyphicon-info-sign a:hover {
  cursor: pointer; }

span.fa.fa-info-circle.pull-right {
  margin-right: 3px;
  font-size: 14px;
  margin-top: 1px; }

.banner-item {
  background-color: #D9E0E8;
  border-radius: 20px;
  margin: 10px;
  padding: 5px; }

#PivotTableOptions-clearFilters {
  float: right; }

#PivotTableOptions-ClearTable {
  margin-left: 35%; }

.static_button {
  color: #000;
  background-color: #D3D3D3;
  width: 80px;
  height: 24px;
  border: 2px #A9A9A9 solid;
  cursor: pointer;
  margin-right: 6px; }

.transpose {
  margin-right: 40px; }

.pivot-display {
  height: 50px; }

.pivot-disable-display {
  opacity: 0.4;
  pointer-events: none; }

.pivot-options {
  width: 100%;
  display: table;
  margin: 0px;
  background-color: white;
  padding-bottom: 20px;
  border-spacing: 2px;
  border-collapse: separate; }

.pivot-options-table .row-selector {
  color: #A9A9A9;
  text-align: center;
  border-right: 1px solid #ccc;
  width: 3%;
  font-size: 8pt; }

.pivot-options-table .col-selector {
  color: #A9A9A9;
  text-align: center;
  font-size: 8pt;
  width: 3%;
  border-right: 1px solid #ccc; }

.pivot-options-table .display-selector {
  color: #A9A9A9;
  font-size: 8pt;
  text-align: center;
  width: 3%;
  border-right: 1px solid #ccc;
  line-height: 1; }

.numericIcon {
  font-size: 9pt; }

.pivot-options-table .field-name {
  color: #A9A9A9;
  font-size: 8pt;
  text-align: center;
  width: 60%;
  border-right: 1px solid #ccc; }

input {
  outline: none; }

.pivot-options-table .filter-selector {
  color: #A9A9A9;
  font-size: 8pt;
  text-align: center; }

.pivot-options-table .filter-td {
  float: right;
  width: 100%;
  padding-left: 10px; }

.pivot-options-table .row-check, .col-check, .display-check {
  text-align: center; }

.pivot-options-table {
  width: 100%;
  font-size: 13px; }

.filter-options {
  width: 100%;
  border: 2px solid #3f84a6;
  background-color: white; }

.filter_group .dropdown-menu {
  position: fixed; }

.filter_button {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
  padding: 0px;
  top: 0px;
  cursor: pointer;
  border: 1px solid #eee;
  margin: 2px 0; }

.filter_button:hover {
  background-color: #eee;
  border-color: #e3e3e3; }

.filter_button .dropdown > li {
  border-bottom: 1px solid #eee; }

.expand-td {
  padding-left: 10px; }

.expand_multi {
  background-color: #f8f8f8;
  border: #2B769F 1px solid;
  color: #2B769F;
  position: relative;
  width: 100%;
  padding: 0px;
  top: 0px;
  cursor: pointer;
  font-size: small; }

.collapse_multi {
  background-color: #D9E0E8;
  border: #D9E0E8 1px solid;
  color: #2B769F;
  position: relative;
  width: 100%;
  padding: 0px;
  top: 0px;
  cursor: pointer;
  font-size: small; }

.expand_multi:hover, .collapse_multi:hover {
  background-color: #34567d;
  color: #fff;
  border: 1px solid #34567d; }

.filter_group {
  width: 100%; }

.pivot-table-options-hide-na {
  border-left: 1px solid #999;
  padding: 4px 10px;
  margin: 0 15px;
  color: #666 !important; }

.pivot-table-options-hide-na > input {
  margin-right: 10px; }

.pivot-table-options-action-panel {
  background-color: #eee;
  padding: 3px;
  margin: 0;
  border-radius: 5px; }

.data-panel-options {
  /* border-bottom: 1px solid #ddd; */ }

.datapanel-options-actions {
  margin-top: 0;
  padding-bottom: 15px; }

.datapanel-options-actions a:hover {
  cursor: pointer; }

.pivot-table-options-charts {
  text-align: right; }

.datapanel-options-actions .list-inline li {
  border: 1px solid #ccc;
  border-radius: 1px;
  margin-right: 8px;
  padding: 9px 10px 7px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #f8f8f8; }

.datapanel-options-actions .list-inline li:hover {
  border: 1px solid #ccc;
  background-color: #eee; }

.datapanel-options-actions ul {
  padding: 0 5px 10px 10px; }

.branch-name {
  float: left;
  font-style: italic;
  color: #666;
  padding: 3px; }

.pivotTableOptions-chart-icon {
  width: 5%; }

.datapanel-panel .glyphicon,
.datapanel-panel .fa {
  font-size: 14px;
  font-weight: normal !important;
  top: -1px; }

.datapanel-panel .fa-sliders .fa-pie-chart {
  font-size: 15px; }

.fa-pie-chart .pull-left {
  margin-right: 10px;
  padding: 3px 0px 0px; }

.checkboxModify {
  background-color: #D9E0E8;
  display: block;
  border-radius: 6px;
  border: 1px solid #fff; }

.multi-indicator {
  padding: 0 4px 0 4px; }

.col-md-12.warning-msg {
  padding-left: 0; }

.warning-msg {
  border: 1px solid #eaa639;
  width: 60%;
  float: none;
  margin: 10px auto; }

.warning-left-column {
  width: 49px;
  height: 48px;
  background: #eaa639;
  margin-right: 10px;
  padding-top: 7px; }

.warning-right-column h6 {
  color: #eaa639;
  margin-bottom: 0; }

.warning-right-column p {
  font-size: 12px;
  margin-bottom: 7px; }

.datapanel-panel {
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.5);
  border: 1px solid #999 !important;
  margin: 0 20px 40px;
  padding-bottom: 13px; }

.datapanel-panel .panel-heading .btn-group {
  margin-top: 10px; }

.settings-toggle {
  font-size: 17px; }

.close-fullscreen {
  font-size: 30px;
  cursor: pointer;
  padding: 5px; }

.close-fullscreen .glyphicon {
  color: #e95d58; }

.panel_loading {
  display: table;
  margin: 0 auto; }

.new_panel_control {
  cursor: pointer;
  border: none !important;
  background-color: #E95D58 !important;
  font-size: 13px !important;
  font-weight: bold;
  color: #fff; }

.new_panel_control:hover {
  cursor: pointer;
  border: none !important;
  background-color: #34567d !important;
  font-size: 13px !important;
  font-weight: bold;
  color: #fff; }

.new_panel_control .glyphicon {
  padding-right: 10px; }

.datapanel-lower-obs {
  margin: 20px 0 0 10px;
  font-size: 12px; }

.data_table_container.table-responsive {
  margin-bottom: 0px; }

.dropdown-stay-closed {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-stay-open {
  position: absolute;
  top: 100%;
  display: block;
  z-index: 1000;
  float: left;
  width: 200px;
  min-width: 160px;
  padding: 11px 8px 10px;
  margin: -2px 0 0 13px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.175); }

.dropdown-stay-open .tab-dropdown-item {
  display: block;
  padding: 0 7px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  font-size: 13px; }

.dropdown-stay-open .tab-dropdown-item .h6,
.dropdown-stay-open .tab-dropdown-item h6 {
  font-size: 11px;
  margin-top: 0; }

.dropdown-stay-open .tab-dropdown-item .fa {
  font-size: 33px;
  color: #555; }

.dropdown-stay-open .btn {
  float: none; }

.dropdown-stay-open .btn-default {
  padding: 7px 14px 6px !important;
  border-width: 1px !important;
  background: none; }

.fieldSelectorMain {
  height: 62vmin;
  overflow-y: auto; }

.field-selector {
  margin-left: 0px;
  margin-right: 0px; }

.selectedFields {
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 11px;
  height: 62vmin;
  overflow-y: auto;
  padding: 25px; }

.selectedFields h3 {
  text-align: center;
  color: #3e83a4; }

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.list-group-item:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px; }

.list-group-submenu {
  margin-left: 20px; }

.container-fluid {
  padding-right: 8px;
  padding-left: 8px; }

.container-fluid ul {
  list-style-type: none;
  padding-bottom: 0;
  margin-bottom: 5px; }

.nav.nav-stacked#fieldSelector .fieldBranch-li .collapse.in {
  margin-left: -30px;
  margin-right: -5px; }

.nav.nav-stacked .fieldBranch-li .collapse.in {
  margin-left: 0px;
  margin-right: -5px; }

.fieldBranch-li {
  font-size: 12px;
  border: 1px solid #e3e3e3;
  padding: 6px 5px 4px;
  margin: 5px -1px 5px 0px;
  background-color: #fff;
  border-radius: 1px; }

span.fa.fa-minus-square-o,
span.fa.fa-plus-square-o,
span.fa.fa-database,
span.fa.fa-table {
  font-size: 14px;
  color: #4b7da8;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  vertical-align: top;
  top: 1px;
  display: inline;
  position: relative; }

.panel-heading span:nth-child(3) i.fa-database:before {
  content: "\f0ce"; }

.fieldSelector {
  position: relative;
  display: block;
  padding: 3px 6px 5px 7px;
  margin: 3px 3px 3px 0;
  background-color: #fff;
  font-size: 12px;
  border-radius: 1px;
  cursor: pointer;
  border: 1px solid #e3e3e3; }
  .fieldSelector .squaredTwo {
    margin: 0 10px 0 0; }

a.fieldSelector.list-group-item {
  padding: 3px 6px 2px 7px; }

span.fa-minus-square-o {
  padding-top: 4px; }

.div-md-1, .div-md-10 {
  display: inline-block; }

.div-md-10 {
  width: 85.5%; }

.div-md-1 {
  width: 4.5%; }

@media only screen and (max-width: 991px) {
  .configuration-wrapper {
    overflow: auto; }
  .panel-config {
    overflow-y: auto;
    margin: 1vh 10px; }
  .panel-content.right {
    margin-top: 5px;
    height: 35vmin;
    overflow-y: auto; } }

.fieldSelector.list-group-item a {
  top: 2px;
  position: relative; }

.fieldSelector.list-group-item .fa.fa-share-alt,
.fieldSelector.list-group-item .glyphicon-pencil,
.fieldSelector.list-group-item .glyphicon-remove {
  top: 4px;
  position: relative;
  float: right;
  margin-left: 9px; }

.fieldBranch-li .row {
  cursor: pointer;
  color: #337ab7; }
  .fieldBranch-li .row:hover {
    color: #333; }
  .fieldBranch-li .row > .squaredTwo {
    margin: 1px 5px 0px 0px; }

.fieldBranch-li .list-group-item-locked, .fieldBranch-li label {
  color: #999;
  margin: 0px;
  cursor: not-allowed;
  font-weight: 500; }

.squaredTwo.align-ToRight {
  margin-left: 15px;
  margin-right: 0; }

.row-check .squaredTwo.align-ToRight,
.col-check .squaredTwo.align-ToRight {
  margin-left: 19px;
  margin-right: 0; }

@media (max-width: 1366px) {
  .fieldBranch-li .squaredTwo.align-ToRight {
    margin-left: 33px;
    margin-right: 0; }
  .row-check .squaredTwo.align-ToRight,
  .col-check .squaredTwo.align-ToRight {
    margin-left: 9px;
    margin-right: 0; } }

.squaredTwo {
  width: 14px;
  height: 14px;
  position: relative;
  margin: 0 10px 0 0;
  background: #2d7dc3;
  float: left;
  top: 1px; }
  .squaredTwo input[type=checkbox] {
    visibility: hidden; }
  .squaredTwo label {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #fff; }
    .squaredTwo label:after {
      content: '';
      width: 8px;
      height: 5px;
      position: absolute;
      top: 1px;
      left: 1px;
      border: 2px solid #2d7dc3;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .squaredTwo input[type=checkbox]:checked + label:after {
    opacity: 1; }

.fieldBranch-li i.fa.fa-line-chart {
  vertical-align: bottom;
  color: #337ab7; }

.fieldBranch-li a:hover {
  cursor: pointer; }

.fieldSelector input {
  margin-right: 10px; }

.field-selector-option-selected {
  color: #2B769F;
  background-color: white; }

a.list-group-item:hover {
  background-color: #D9E0E8;
  border: 1px solid #ccc; }

.list-group-item .locked {
  color: #999 !important;
  float: right;
  margin-top: 5px; }

.selected-field-items {
  background-color: #fff;
  border: 1px dotted #ccc;
  border-radius: 1px !important;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 6px 5px;
  position: relative;
  color: #333; }

.selected-field-items .fa.fa-times {
  margin-right: 7px;
  color: #e95d58;
  cursor: pointer;
  height: 17px;
  width: 16px;
  padding: 3px 3px;
  vertical-align: top;
  margin-top: -1px;
  font-size: 13px; }

.selected-field-items i.fa.fa-line-chart {
  margin-top: 2px;
  color: #4b7da8; }

.table-selector {
  cursor: pointer; }

.database-selector {
  cursor: pointer; }

.menu-item .locked {
  margin-left: 10px;
  color: #999; }

.searchHits {
  color: #E95D58;
  font-weight: bold;
  font-style: italic;
  cursor: pointer; }

.searchHits:hover {
  color: #E95D58;
  text-decoration: underline; }

.trendable-icon {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -2px; }

.invalid-field {
  color: #cf3c36; }

.highlighted-cell {
  background-color: #23527C;
  color: #fff; }

.data_table_container {
  position: relative;
  margin: 0px 5px;
  font-size: 13px; }

.table-responsive {
  min-height: auto;
  overflow-x: auto; }

.table-responsive div {
  overflow-x: auto;
  overflow-y: visible; }

.table-responsive > div div.data-table-wrapper {
  min-height: 245px; }

.table-responsive table.data_table {
  margin: 13px 0px 13px; }

.refresh-table {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  background-color: rgba(204, 204, 204, 0.8);
  cursor: pointer;
  border-radius: 0;
  z-index: 20; }

.refresh {
  margin-top: 57px;
  background-color: #4b7da8;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 21px;
  border-width: 1px; }

.column-selector-dropdown {
  font-size: 13px;
  font-weight: normal;
  min-width: 200px;
  top: inherit;
  height: 139px;
  overflow: auto; }

.column-selector-dropdown li {
  padding: 5px 10px 4px;
  font-size: 11px; }

.column-selector-dropdown input[type=checkbox] {
  margin: 1px 0 0; }

.column-selector-icon {
  color: #999;
  cursor: pointer;
  padding: 0 5px 0 5px;
  vertical-align: middle; }

.column-selector-icon:hover {
  color: #63bfd7;
  cursor: pointer; }

.sort-icon {
  padding: 0 0 0 5px; }

.table-cell {
  text-align: right; }

th.table-corner {
  vertical-align: top !important; }

.table-corner > ul {
  padding: 0; }

.pivot-error {
  height: 150px; }

.red {
  color: #cf3c36; }

.chart-setup {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 8px;
  background-color: #e95d58;
  border: 1px solid #e95d58;
  color: #fff;
  margin: 5px; }

.chart-setup p {
  margin: 0; }

.chart-options-section {
  margin-top: -1px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px; }

.data-panel-options .chart-options-section {
  background: #ebebeb; }

.chart-options-section .btn-toolbar .btn-group .btn-default {
  border-width: 0;
  border-radius: 0;
  padding: 10px 15px; }

.chart-options-section .btn-toolbar > .btn-group:nth-child(1) + .btn-group {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px; }

.chart-options-section .btn-toolbar .btn-group .btn-group:first-of-type {
  border-right: none; }

.btn-toolbar .btn-group span.btn-group-label {
  display: block;
  /*  padding-top: 79px; */
  font-size: 12px;
  color: #999; }

span.toolbar-menuitem-label {
  font-size: 13px;
  margin-top: 5px; }

.modal-dialog {
  margin: 10px; }

.modal-dialog .custom-msg-width {
  width: 507px;
  margin: 0 auto; }

.modal-dialog.PublicSharedProject {
  width: 650px;
  height: 600px;
  top: 50px; }

.modal-dialog.WelcomeEmbeddedVideoClass {
  width: 900px; }

.modal-dialog.SavedDashboardClass {
  width: 1026px;
  margin-top: 0; }

.modal-header {
  background-color: #eee;
  border-radius: 1px; }

.modal-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 38px; }

.modal-content {
  border-radius: 1px;
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.5); }

.modal-body p,
.modal-body form {
  padding: 5px 0 14px; }

.modal-body p span.uppercase:nth-child(1) {
  text-transform: uppercase; }

.SavedDashboardClass .modal-body table,
.savedDashboardFooter ul.pagination {
  margin: 0;
  float: right; }

.savedDashboardFooter {
  position: absolute;
  top: 466px; }

.SavedDashboardSubClass {
  height: 574px; }

table tbody tr td .no-border {
  border: none; }

table tbody tr td .paginationColumn {
  left: 600px;
  position: absolute;
  width: 400px; }

.SavedDashboardClass .modal-body svg {
  margin-top: 5px; }

.SavedDashboardClass .modal-body path {
  fill: #bfbfbf; }

.SavedDashboardClass .modal-body .savedDashboardType path,
.SavedDashboardClass .modal-body .savedDashboardType path {
  fill: #d9d9d9; }

.SavedDashboardClass .modal-body i.fa.fa-sort-alpha-desc,
.SavedDashboardClass .modal-body i.fa.fa-sort-alpha-asc,
.SavedDashboardClass .modal-body i.fa.fa-sort {
  margin-left: 8px;
  color: #bfbfbf; }

.SavedDashboardClass .modal-body table tr td {
  color: #999;
  font-size: 12px; }

.SavedDashboardClass .modal-body table tr td.savedDashboardFooter,
.SavedDashboardClass .modal-body table tr td.savedDashboardTitle {
  padding: 8px 0;
  height: 50px;
  vertical-align: bottom;
  font-size: 15px; }

.SavedDashboardClass .modal-body table tr td.savedDashboardTitle {
  font-size: 15px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif; }

.SavedDashboardClass .modal-body table tr td.savedDashboardType,
.SavedDashboardClass .modal-body table tr td.savedDashboardName,
.SavedDashboardClass .modal-body table tr td.savedDashboardOwner,
.SavedDashboardClass .modal-body table tr td.savedDashboardDate,
.SavedDashboardClass .modal-body table tr td.savedDashboardDefault,
.SavedDashboardClass .modal-body table tr td.savedDashboardShare,
.SavedDashboardClass .modal-body table tr td.savedDashboardPublic,
.SavedDashboardClass .modal-body table tr td.savedDashboardDelete {
  border-top: 1px solid #ccc; }

.SavedDashboardClass .modal-body table tr td.savedDashboardType,
.SavedDashboardClass .modal-body table tr td.savedDashboardName,
.SavedDashboardClass .modal-body table tr td.savedDashboardOwner,
.SavedDashboardClass .modal-body table tr td.savedDashboardDate,
.SavedDashboardClass .modal-body table tr td.savedDashboardDefault,
.SavedDashboardClass .modal-body table tr td.savedDashboardShare,
.SavedDashboardClass .modal-body table tr td.savedDashboardPublic,
.SavedDashboardClass .modal-body table tr td.savedDashboardDelete {
  border-bottom: 1px solid #ccc; }

.SavedDashboardClass .modal-body table tr td.savedDashboardType {
  border-left: 1px solid #ccc;
  width: 34px; }

.SavedDashboardClass .modal-body table tr td.savedDashboardDelete {
  border-right: 1px solid #ccc; }

.SavedDashboardClass .modal-body table tr td.savedDashboardDefault,
.SavedDashboardClass .modal-body table tr td.savedDashboardShare,
.SavedDashboardClass .modal-body table tr td.savedDashboardPublic,
.SavedDashboardClass .modal-body table tr td.savedDashboardDelete {
  width: 32px; }

.SavedDashboardClass .modal-body table tr td.savedDashboardName {
  padding: 9px 0;
  width: 420px; }

svg .svg-users {
  fill: #ccc; }

.SavedDashboardClass .modal-body table tr td.savedDashboardName:first-letter {
  text-transform: uppercase; }

.SavedDashboardClass .modal-body table tr td.savedDashboardDate {
  width: 160px; }

.SavedDashboardClass .modal-body table tr td.savedDashboardName > a,
a.saved-dashboards-pagination,
.SavedDashboardClass .modal-body table tr td.savedDashboardFooter table td.black {
  color: #333; }

.SavedDashboardClass .modal-body table tr td.savedDashboardName > a,
.SavedDashboardClass .modal-body table tr td.savedDashboardOwner > a,
.SavedDashboardClass .modal-body table tr td.savedDashboardDate > a {
  font-size: 12px; }

.SavedDashboardClass .modal-body table tr td.savedDashboardPublic svg {
  height: 17px;
  width: 17px; }

.SavedDashboardClass .modal-body table tr td .fa.fa-map-pin {
  margin-right: 5px; }

.SavedDashboardClass .modal-body table tr td .fa.fa-map-pin, .SavedDashboardClass .modal-body table tr td .fa.fa-share-alt, .SavedDashboardClass .modal-body table tr td .fa.fa-globe, .SavedDashboardClass .modal-body table tr td .fa.fa-trash {
  color: #62bed7;
  font-size: 18px; }

.SavedDashboardClass .modal-body table tr td .off {
  color: #bfbfbf !important; }

.savedDashboardFooter ul.pagination li > a {
  border: none;
  color: #333;
  padding: 0;
  margin-left: 15px; }

.savedDashboardFooter ul.pagination > li > a:focus,
.savedDashboardFooter ul.pagination > li > a:hover,
.savedDashboardFooter ul.pagination > li > span:focus,
.savedDashboardFooter ul.pagination > li > span:hover {
  background-color: #fff; }

.PublicShareMessage {
  background-color: #e7f4e2;
  border: 1px solid #a6cc97;
  width: 100%;
  margin: 8px auto 20px auto;
  padding: 12px 10px;
  color: #48683b;
  text-align: center; }

.PublicShareInputField {
  width: 504px;
  margin-right: 10px;
  padding: 8px 5px;
  font-size: 12px;
  float: left;
  border-style: solid;
  border-width: thin;
  border: 1px solid #ccc;
  background-color: #f8f8f8; }

.PublicShareBtn {
  float: right; }

.PublicShareDropdown div > a {
  font-size: 13px; }

.PublicShareDropdown div > a > i.fa {
  font-size: 14px;
  color: #999; }

.PublicShareDropdown:hover .dropdown-content {
  display: block;
  position: absolute;
  left: 430px;
  top: 130px; }

.PublicShareDropdown:active {
  display: block; }

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px; }
  .dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block; }
    .dropdown-content a:hover {
      color: #e95d58; }
    .dropdown-content a i {
      width: 25px; }
      .dropdown-content a i:hover {
        color: white; }

.com-sub {
  margin-left: 10px !important; }

.questionnaire-container {
  max-height: 400px;
  overflow-y: auto; }

.saved-dashboards-pagination {
  margin-left: 1px;
  margin-right: 1px; }

.modal-footer {
  text-align: center;
  font-size: 11px; }

.TempProjects {
  width: 800px;
  margin: 30px auto; }

.TempProjects .error-msg {
  margin-top: 20px; }

.TempProjectHeading,
.TempProjectPanelsHeading {
  font-weight: bold;
  color: #34567d;
  font-size: 15px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  padding-bottom: 7px; }

.TempProjectPanelsHeading {
  padding-left: 5px; }

.TempProjectHeading > i.fa.fa-sort-alpha-desc {
  margin-left: 5px; }

.TempProjectCheckbox {
  display: block;
  position: relative;
  top: -3px;
  left: 7px;
  margin-right: 5px; }

.TempProjectName {
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 200px;
  max-width: 275px;
  white-space: nowrap;
  font-size: 12px;
  padding-top: 1px; }

.TempProjectDataSet {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 150px;
  max-width: 195px;
  width: 195px;
  white-space: nowrap;
  font-size: 12px;
  padding-top: 1px;
  padding-right: 15px; }

.TempProjectPanels {
  width: 150px;
  font-size: 12px;
  padding-top: 1px;
  padding-left: 5px; }

.TempProjectTime {
  width: 270px;
  font-size: 12px;
  color: #999;
  padding-top: 1px; }

.TempProjectRows {
  border: 1px solid #ccc;
  height: 36px; }

.TempProjectConfirmation {
  text-align: center;
  color: red; }

.DisableCheckBox {
  pointer-events: none; }

.rowToBeDeleted {
  background-color: #fef3f3; }

.DisableCheckBoxColor {
  background-color: #ccc !important; }

.hasWarning {
  background-color: #f1f1f1 !important;
  color: #a94442 !important; }

.panel-content-segment-container {
  border: 1px solid #ccc; }

.panel-content-segment-container .e20loader {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }

.panel-content-segment-container:not(:last-child) {
  margin-bottom: 10px; }

.panel-selected {
  border: 1px solid #7696b5; }

.panel-content-segment-container > .panel-heading {
  padding: 0;
  margin: 0; }

.panel-content-segment-container .squaredTwo {
  top: 3px; }

.panel-footer {
  height: 76px !important; }

.panel-selected > .panel-heading {
  background-color: #34567d; }

.customField-error {
  background-color: rgba(255, 77, 77, 0.6); }

.customField-error-text {
  color: #ff4d4d; }

.panel-content-customfields {
  overflow-y: auto;
  overflow-x: hidden;
  height: 57.3vmin; }

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .panel-content-customfields {
    height: 42vmin !important; } }

@media only screen and (min-width: 1041px) and (max-width: 1280px) {
  .panel-content-customfields {
    height: 57vmin !important; } }

@media only screen and (max-width: 1024px) {
  .panel-content-customfields {
    height: 56vmin !important; } }

.custom-field-builder h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-left: 3px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.custom-field-builder h3 > span {
  font-weight: 700; }

.custom-field-builder .form-control {
  height: 35px; }

.custom-field-builder .form-group {
  margin-bottom: 0; }

/*
.segmentsize { font-size:12px; margin-bottom:4px; float:left;}
*/
.float-right {
  float: right; }

.custom-fields-icons {
  float: right;
  margin-top: 12px; }

.custom-fields-icons > li {
  margin-left: 5px; }

.custom-fields-icons > li a {
  color: #34567d; }

.and-or-dropdown {
  margin-left: 10px; }

.segment-share-clicked {
  color: #25ad87; }

.custom-segment-size {
  background: transparent url("../images/custom-segment-size.svg") 0 0 no-repeat;
  width: 19px;
  height: 14px;
  float: left;
  top: 2px;
  position: relative; }

span.segmentsize {
  font-size: 12px; }

.panel-selected.panel-content-segment-container span.segmentsize {
  display: block;
  margin-bottom: 5px; }

.search-bar {
  width: 100%; }
  .search-bar .form-control:focus {
    border-color: #2e6da4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .search-bar .errspan {
    float: right;
    font-size: 15px;
    margin-right: 6px;
    margin-top: 8px;
    margin-left: -21px;
    position: relative;
    z-index: 99;
    color: #E95D58;
    cursor: pointer; }
  .search-bar .searchResults {
    height: 100%;
    border-radius: 1px;
    border: 1px solid #d0d0d0; }

.analysis-group {
  border-radius: 0; }

.analysis-tools {
  background: #33485f;
  border-top: 1px solid #111; }

.analysis-tools h2 {
  color: #fff;
  font-size: 18px; }

.analysis-types {
  margin: 5px 0;
  text-align: center; }

.analysis-option {
  cursor: pointer;
  padding: 8px 0px 15px;
  border-radius: 0;
  opacity: 1;
  /* border: 1px solid #ccc;
    background:#fff; */
  height: auto; }

.analysis-option img {
  margin-top: 8px; }

.analysis-option > a {
  color: #666;
  cursor: pointer;
  margin: 0px; }

.analysis-option > a:hover {
  color: #3E83A4;
  cursor: pointer;
  text-decoration: none; }

a.analysis-name {
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  word-break: normal;
  color: #fff; }

.analysis-option:hover a.analysis-name {
  color: #e65e5c; }

.analysis-option-label small {
  color: #ddd; }

.open-saved-panel {
  background-color: #f5f5f5;
  border: 1px solid #ddd !important;
  border-radius: 10px; }

.analysis-img:hover {
  cursor: pointer; }

.analysis-option-label {
  padding: 10px 0 0 0; }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .container-fluid.project-content {
    margin-left: 20px;
    margin-right: 20px; }
  .analysis-tools .col-md-8,
  .project-content .col-md-8 {
    width: 83.33333333%; }
  .analysis-tools .col-md-8.col-md-offset-2,
  .project-content .col-md-8.col-md-offset-2 {
    margin-left: 8.33333333%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid.project-content {
    margin-left: 20px;
    margin-right: 20px; }
  .analysis-tools .col-md-8,
  .project-content .col-md-8 {
    width: 100%; }
  .analysis-tools .col-md-8.col-md-offset-2,
  .project-content .col-md-8.col-md-offset-2 {
    margin-left: 0%; }
  .col-lg-3.col-md-3.col-sm-3.col-xs-12.analysis-types {
    padding-right: 5px;
    padding-left: 5px; }
  .analysis-option {
    padding: 15px 10px 20px;
    height: 174px; }
  a.analysis-name,
  .analysis-option-label small {
    font-size: 11px; } }

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .container-fluid.project-content {
    margin-left: 20px;
    margin-right: 20px; }
  .analysis-tools .col-md-8,
  .project-content .col-md-8 {
    width: 100%; }
  .analysis-tools .col-md-8.col-md-offset-2,
  .project-content .col-md-8.col-md-offset-2 {
    margin-left: 0%; }
  .col-lg-3.col-md-3.col-sm-3.col-xs-12.analysis-types {
    padding-right: 8px;
    padding-left: 8px; }
  .analysis-option {
    padding: 15px 10px 20px;
    height: 174px; }
  .analysis-option-label small {
    font-size: 11px; } }

@media only screen and (min-width: 1141px) and (max-width: 1200px) {
  .container-fluid.project-content {
    margin-left: 20px;
    margin-right: 20px; }
  .analysis-tools .col-md-8,
  .project-content .col-md-8 {
    width: 100%; }
  .analysis-tools .col-md-8.col-md-offset-2,
  .project-content .col-md-8.col-md-offset-2 {
    margin-left: 0%; }
  .analysis-option {
    height: 174px; }
  .analysis-option-label small {
    font-size: 11px; } }

@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .analysis-tools .col-md-8,
  .project-content .col-md-8 {
    width: 83.33333333%; }
  .analysis-tools .col-md-8.col-md-offset-2,
  .project-content .col-md-8.col-md-offset-2 {
    margin-left: 8.33333333%; }
  .col-lg-3.col-md-3.col-sm-3.col-xs-12.analysis-types {
    padding-right: 10px;
    padding-left: 10px; }
  .analysis-option {
    height: 174px; }
  .analysis-option-label small {
    font-size: 11px; } }

@media only screen and (min-width: 1367px) and (max-width: 1644px) {
  .analysis-tools .col-md-8,
  .project-content .col-md-8 {
    width: 83.33333333%; }
  .analysis-tools .col-md-8.col-md-offset-2,
  .project-content .col-md-8.col-md-offset-2 {
    margin-left: 8.33333333%; } }

.welcome-notification-info {
  margin-right: 5px; }

.welcome-notification-link-underline {
  border-bottom: 1px solid rgba(51, 122, 183, 0.92); }

.feature-page-container {
  background: #f5f5f5;
  padding-bottom: 45px;
  position: relative;
  margin-top: -68px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 100; }

.page-content-wrapper-user {
  margin-top: 40px; }

.page-content-wrapper-user .panel {
  border-radius: 5px; }

.page-content-wrapper-user .panel .panel-body {
  padding: 15px; }

@media (max-width: 1640px) {
  .page-content-wrapper-user {
    margin-bottom: 30px; } }

/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.flex-row {
  display: flex;
  margin-bottom: 0; }

.flex-row .flex-col {
  height: 100%; }

.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial; }

.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only; }

.DraftEditor-root {
  position: relative; }

.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px; }

.public-DraftEditor-block {
  position: relative; }

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left; }

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left; }

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center; }

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right; }

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right; }

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
  padding-left: 10px;
  font-size: 18px;
  font-style: italic; }

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9; }

.DraftEditorPlaceholder-hidden {
  display: none; }

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap; }

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left; }

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right; }

.public-DraftStyleDefault-listLTR {
  direction: ltr; }

.public-DraftStyleDefault-listRTL {
  direction: rtl; }

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em; }

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle; }

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4; }

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  border: 2px dashed #ebebeb;
  margin: 4px; }

.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none; }

div.rdw-editor-toolbar[style*="hidden"] {
  display: none; }

.flex-row div.rdw-editor-toolbar[style*="hidden"] + div.rdw-editor-main {
  overflow: hidden; }

.flex-row div.rdw-editor-toolbar[style*="visible"] + div.rdw-editor-main {
  min-height: 150px;
  height: auto;
  margin-bottom: -4px;
  overflow: hidden; }

.dropdown-stay-open span.glyphicon.glyphicon-remove.pull-right {
  color: #555;
  margin-right: -10px;
  margin-top: -7px;
  margin-bottom: 5px;
  font-size: 12px; }

small[data-text]:after {
  content: "Type here";
  color: #777;
  font-size: 18px;
  font-style: italic;
  display: block; }

.public-DraftStyleDefault-block {
  margin: 1em 0; }

.rdw-editor-wrapper:focus {
  outline: none; }

.rdw-editor-wrapper {
  box-sizing: content-box;
  height: 100%; }

.rdw-option-wrapper {
  border: 1px solid #ddd;
  padding: 14px 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-option-wrapper:hover {
  /* box-shadow: 1px 1px 0px #BFBDBD; */ }

.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100; }

.rdw-alignment-option-left {
  justify-content: flex-start; }

.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px; }

.rdw-image-alignment {
  position: relative; }

.rdw-image-imagewrapper {
  position: relative; }

.rdw-image-center {
  display: flex;
  justify-content: center; }

.rdw-image-left {
  display: flex; }

.rdw-image-right {
  display: flex;
  justify-content: flex-end; }

.rdw-image-alignment-options-popup-right {
  right: 0; }

.rdw-link-decorator-wrapper {
  position: relative; }

.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white; }

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.rdw-suggestion-wrapper {
  position: relative; }

.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100; }

.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1; }

.rdw-suggestion-option-active {
  background-color: #F1F1F1; }

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white; }

.rdw-dropdown-wrapper:focus {
  outline: none; }

.rdw-dropdown-wrapper:hover {
  /* box-shadow: 1px 1px 0px #BFBDBD; */
  background-color: #FFFFFF; }

.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #ddd;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll; }

.rdw-dropdown-optionwrapper:hover {
  /* box-shadow: 1px 1px 0px #BFBDBD; */
  background-color: #FFFFFF; }

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdownoption-highlighted {
  background: #F1F1F1; }

.rdw-dropdownoption-active {
  background: #f5f5f5; }

.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex; }

.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px; }

.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-image-modal-upload-option {
  height: 65px;
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0; }

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7; }

.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px; }

.rdw-image-modal-upload-option-label span {
  padding: 0 20px; }

.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.rdw-image-modal-url-section {
  display: flex;
  align-items: center; }

.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-image-modal-btn-section {
  margin: 10px auto 0; }

.rdw-image-modal-url-input:focus {
  outline: none; }

.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-image-modal-btn:focus {
  outline: none !important; }

.rdw-image-modal-btn:disabled {
  background: #ece9e9; }

.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px; }

.rdw-image-modal-alt-input:focus {
  outline: none; }

.rdw-image-modal-alt-lbl {
  font-size: 12px; }

.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-image-modal-size-input:focus {
  outline: none; }

.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px; }

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center; }

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex; }

.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column; }

.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center; }

.rdw-embedded-modal-link-input:focus {
  outline: none; }

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center; }

.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-embedded-modal-btn:focus {
  outline: none !important; }

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9; }

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-embedded-modal-size-input:focus {
  outline: none; }

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-link-dropdown {
  width: 50px; }

.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-link-dropdownPlaceholder {
  margin-left: 8px; }

.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 231px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  /* box-shadow: 3px 3px 5px #BFBDBD; */ }

.rdw-link-modal-label {
  font-size: 13px; }

.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 1px;
  border: 1px solid #ddd;
  height: 28px;
  margin-bottom: 15px;
  padding: 0 5px;
  font-size: 12px; }

.rdw-link-modal-input:focus {
  outline: none; }

.rdw-link-modal-buttonsection {
  margin: 0 auto; }

.rdw-link-modal-target-option {
  margin-bottom: 20px; }

.rdw-link-modal-target-option > span {
  margin-left: 5px;
  font-size: 13px; }

.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 1px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
  font-size: 12px; }

.rdw-link-modal-btn:disabled {
  background: #34567d;
  color: #fff;
  border-color: #34567d; }

.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-right-aligned-block {
  text-align: right; }

.rdw-left-aligned-block {
  text-align: left; }

.rdw-center-aligned-block {
  text-align: center; }

.rdw-justify-aligned-block {
  text-align: justify; }

.rdw-right-aligned-block > div {
  display: inline-block; }

.rdw-left-aligned-block > div {
  display: inline-block; }

.rdw-center-aligned-block > div {
  display: inline-block; }

.rdw-justify-aligned-block > div {
  display: inline-block; }

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 175px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  /* box-shadow: 3px 3px 5px #BFBDBD; */ }

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px; }

.rdw-colorpicker-modal-style-label {
  font-size: 13px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px; }

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7; }

.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll; }

.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1; }

.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset; }

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD; }

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD; }

.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD; }

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-list-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-fontfamily-dropdown {
  width: 115px; }

.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis; }

.rdw-fontfamily-optionwrapper {
  width: 140px; }

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-fontsize-dropdown {
  min-width: 40px; }

.rdw-fontsize-option {
  display: flex;
  justify-content: center; }

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-block-dropdown {
  width: 110px; }

.rdw-inline-wrapper {
  display: flex;
  margin-bottom: 6px; }

.rdw-inline-dropdown {
  width: 50px; }

.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-editor-toolbar[style="visibility:hidden"] {
  height: 0px !important; }

/*# sourceMappingURL=react-draft-wysiwyg.css.map*/
.active-navbar {
  position: fixed;
  top: 0;
  width: 100%; }

.flyer-wrapper {
  position: fixed;
  bottom: -10px;
  right: 15px;
  z-index: 9999;
  height: 94px;
  min-width: 70px;
  overflow: hidden; }
  .flyer-wrapper .flyer-button {
    width: 70px;
    height: 70px;
    border-radius: 250px;
    -moz-border-radius: 250px;
    -webkit-border-radius: 250px;
    background: #e65f5c;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    cursor: hand;
    transition: background-color 0.5s ease; }
    .flyer-wrapper .flyer-button:hover {
      background-color: #e0bc00; }
    .flyer-wrapper .flyer-button i.fa.fa-briefcase {
      font-size: 35px;
      color: #fff;
      margin-top: 20px;
      margin-left: 18px; }
  .flyer-wrapper .flyer-body {
    background: #283645;
    padding: 1px 64px 0px 37px;
    border-top-left-radius: 250px;
    -moz-border-top-left-radius: 250px;
    -webkit-border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    -moz-border-bottom-left-radius: 250px;
    -webkit-border-bottom-left-radius: 250px;
    margin-right: 37px;
    height: 70px;
    z-index: 99; }
    .flyer-wrapper .flyer-body h3, .flyer-wrapper .flyer-body p, .flyer-wrapper .flyer-body p > a {
      color: #fff;
      min-width: 700px; }
    .flyer-wrapper .flyer-body h3 {
      margin-top: 12px;
      margin-bottom: 6px;
      font-size: 20px; }
    .flyer-wrapper .flyer-body p > a {
      text-decoration: underline; }

.expand-enter {
  opacity: 0;
  width: 70px; }

.expand-enter-active {
  opacity: 1;
  transition: opacity 1.3s ease;
  transition-property: opacity, width;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), ease-in-out;
  width: 789px; }

.expand-leave {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), ease-in-out; }

.expand-leave-active {
  opacity: 0; }

[data-tooltip] {
  position: relative;
  display: inline-block;
  font-weight: normal !important; }
  [data-tooltip]::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #337ab7 transparent transparent transparent;
    z-index: 99999;
    opacity: 0; }

[data-tooltip-position='left']::before {
  left: 0%;
  top: 50%;
  margin-left: -12px;
  transform: translatey(-50%) rotate(-90deg); }

[data-tooltip-position='top']::before {
  left: 50%; }

[data-tooltip-position='buttom']::before {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg); }

[data-tooltip-position='right']::before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  transform: translatey(-50%) rotate(90deg); }

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: #337ab7;
  text-align: center;
  color: #fff;
  padding: 4px 2px;
  font-size: 12px;
  min-width: 80px;
  border-radius: 5px;
  pointer-events: none;
  padding: 4px 4px;
  z-index: 99999;
  opacity: 0; }

[data-tooltip-position='left']::after {
  left: 0%;
  top: 50%;
  margin-left: -8px;
  transform: translateX(-100%) translateY(-50%); }

[data-tooltip-position='top']::after {
  left: 50%; }

[data-tooltip-position='buttom']::after {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%); }

[data-tooltip-position='right']::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-50%); }

[data-tooltip]:hover::after, [data-tooltip]:hover::before {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }
