@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');


.js-plotly-plot .plotly .modebar {
  padding-top: 5%;
  margin-right: 3.5%;
}

.two.columns {
  width: 16.25%;
}

.column,
.columns {
  margin-left: 0.5%;
}

.pretty_container {
  border: 1px solid transparent;
  border-radius: 8px;
  position: relative;
  width: 268px;
}

.border_container {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  width: 268px;
}

.border_container_left {
  border-left: 1px solid #DDDDDD;
  width: 268px;
}

.bare_container {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.dcc_control {
  margin: 0;
  padding: 5px;
  width: calc(100%-40px);
}

.control_label {
  margin: 0;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: calc(100%-40px);
}

.rc-slider {
  margin-left: 0px;
  padding-left: 0px;
}

.flex-display {
  display: flex;
}

.container-display {
  display: flex;
  margin-bottom: 25px;
}

#individual_graph,
#aggregate_graph {
  width: calc(100% - 30px);
  position: absolute;
}

#count_graph {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}

#countGraphContainer {
  flex: 5;
  position: relative;
}

#header {
  align-items: center;
}


#title {
  text-align: center;
}

.mini_container {
  margin: 10px;
  padding:  13px 16px 13px 27px;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 2px #00000014;
  border-radius: 4px;
  opacity: 1;
  max-width: 100%;
}

#right-column {
  display: flex;
  flex-direction: column;
}

#wells {
  flex: 1;
}

#gas {
  flex: 1;
}

#aggregate_data {
  align-items: center;
}

#oil {
  flex: 1;
}

#water {
  flex: 1;
}

#tripleContainer {
  display: flex;
  flex: 3;
}

#mainContainer {
  display: flex;
  flex-direction: column;
}

#pie_graph > div > div > svg:nth-child(3) > g.infolayer > g.legend {
  pointer-events: all;
  transform: translate(30px, 349px);
}

/*LOOKANDFEEL*/
body {
  font-family: 'Nunito', sans-serif;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  margin: 0;
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
}

.bd-sidebar {
  flex: 0 1 320px;
  position: sticky;
  position: fixed;
  width: 215px;
  z-index: 1000;
  height: calc(100vh - 4rem);
  background-color: #fff;
}
.bd-content {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding-top: 3rem;
  margin-left: 220px;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1049;
  height: 66px;
  align-items: center;
  background-color: #FFF;
  padding: 5px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(87,87,87,0.21);
  -moz-box-shadow: 0px 4px 5px 0px rgba(87,87,87,0.21);
  box-shadow: 0px 4px 5px 0px rgba(87,87,87,0.21);
}
#learn-more-button {
  color: #fff;
  background: #7D60F5 0% 0% no-repeat padding-box;
  border-radius: 18px;
  border-color: transparent;
  font: 14px/13px Nunito;
  letter-spacing: 0px;
  -webkit-appearance: none;
  outline: none!important;
  transition: all .1s;
  text-align: center;
  height: 32px;
  padding: 7px 18px 6px 18px;
  text-transform: none;
  float: right;
  margin-right: 18px;
}

#learn-more-button:hover {
  background-color: #6d4df4;
  border-color: #5a35f2;
}

#help-button {
  color: #515151;
  font: 14px/13px Nunito;
  padding: 7px 16px 6px 16px;
  letter-spacing: 0px;
  -webkit-appearance: none;
  outline: none!important;
  transition: all .1s;
  text-align: center;
  height: 32px;
  float: right;
  margin-right: 18px;
  text-transform: none;

  top: 17px;
  left: 1086px;
  width: 98px;
  border: 1px solid #DDDDDD;
  border-radius: 18px;
  opacity: 1;
}

.export-button {
  color: #515151;
  background-color: white;
  font: 14px/13px Nunito;
  padding: 7px 16px 6px 16px;
  letter-spacing: 0px;
  -webkit-appearance: none;
  outline: none!important;
  transition: all .1s;
  text-align: center;
  height: 32px;
  float: right;
  margin-right: 18px;
  text-transform: none;
  display: inline-block;

  top: 17px;
  left: 1086px;
  width: 110px;
  border: 1px solid #DDDDDD;
  border-radius: 18px;
  opacity: 1;
}

.cancel-button {
  color: #515151;
  background-color: white;
  font: 14px/13px Nunito;
  padding: 7px 16px 6px 16px;
  letter-spacing: 0px;
  -webkit-appearance: none;
  outline: none!important;
  transition: all .1s;
  text-align: center;
  height: 32px;
  float: right;
  margin-right: 18px;
  text-transform: none;
  display: inline-block;

  top: 17px;
  left: 1086px;
  width: 86px;
  border: 1px solid #DDDDDD;
  border-radius: 18px;
  opacity: 1;
}

.second-export-button {
  color: white;
  background-color: #1ABC9C;
  font: 14px/16px Nunito;
  padding: 7px 16px 6px 16px;
  letter-spacing: 0px;
  -webkit-appearance: none;
  outline: none!important;
  transition: all .1s;
  text-align: center;
  height: 32px;
  float: right;
  margin-right: 18px;
  text-transform: none;
  display: inline-block;

  top: 17px;
  left: 1086px;
  width: 86px;
  border: 1px solid #DDDDDD;
  border-radius: 18px;
  opacity: 1;
}

#plotly-image{
    margin-left : 16 px!important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 55px;
    text-decoration: none;
    vertical-align: middle;
    width: 170px;
}

.liLinks {
  display: block;
  height: 50px;
  margin-bottom: 0;
  height: 50px;
  text-decoration: none;
}

.linksRepo {
  display: block;
  color: #515151;
  cursor: pointer;
  font-size: 14px;
  padding-left: 16px;
  line-height: 50px;
  text-decoration: none;

}
.linksRepo:hover {
  font-weight: 600;
  border-right: 3px solid #7d60f5;
  background-color: #f2f2f2;
  color: #515151;
  transition: all .2s ease;
}

.selectedLinksRepo {
  display: block;
  color: #515151;
  cursor: pointer;
  font-size: 14px;
  padding-left: 16px;
  line-height: 50px;
  text-decoration: none;

  font-weight: 600;
  border-right: 3px solid #7d60f5;
  background-color: #f2f2f2;
}

.isDisabled {
  display: block;
  color: #C4C4C4;
  font-size: 14px;
  padding-left: 16px;
  line-height: 50px;
  text-decoration: none;
  cursor: not-allowed;
}

.isDisabled:hover {
    color: #C4C4C4;
    cursor: not-allowed;
    text-decoration: none;
}

.hidden {
  display: none;
}
/*Filter*/
.box-filter {
  display: block;
  margin-bottom: 50px;
}
.bg-card {
  box-shadow: none;
}


#date-picker-range .DateRangePickerInput__withBorder_2{
  /*border: 1px solid #f9f9f9;*/
  background-color: #f9f9f9;
}

.DateRangePickerInput__withBorder{
  border: none;
}
.card-without-bg {
  background-color: transparent!important;
  box-shadow: none!important;
}
.card-without-bg .control_label{
  color: #999;
  padding-left: 0;
}
#filters-row {
    margin-left: 220px;
}
.box-filter #cross-filter-options .control_label{
  color: #999;
  padding-left: 0;
}

.box-filter  .mini_container {
  border: 1px solid #eee;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
}

/*Tab*/

.tab-container .tab {
  background-color: #f6f7fa!important;
}
.tab-container .tab--selected {
  background-color: #fff!important;
  border-top: 2px solid #7d60f5!important;
}


/*Modal*/

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

#modal {
    margin: auto;
    width: 306px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0

}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
    outline: 0;
    border-radius: 10px;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem 25px 1rem;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	height: 0px;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
  display: block;
	margin-bottom: 0;
  line-height: 0.4;
  text-align: right;
  width: 100%;
  height: 20px;
}
.modal-title .btn-close{
  border: 0;
  padding: 0;
  background-image: url("/assets/icon-close.svg");
  height: 15px;
  width: 15px;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
  padding: 1rem;
  padding-bottom: 2.5rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (max-width: 768px){

    #header {
        display: flex !important;
        align-items: center;
        position: initial;
        justify-content: center;
    }

    #title {
        display: none;
    }

    #nav {
        display: flex;
        flex-direction: row;
        height: 50px;
        width: 100%;
        font-weight: bold;
        border-bottom: 4px solid #7d60f5;
        position: sticky;
    }

    .liLinks {
        border-right: 2px solid #f3f3f3;
    }

    .linksRepo {
        padding: 0 16px;
    }

    #plotly-image {
        height: 40px !important;
    }

    #learn-more-button {
        margin-right: 0;
    }

    .bd-content, #filters-row {
        margin-left: 0;
    }

    .bd-content {
        max-width: 100%;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #filters-row {
        display: flex;
        flex-direction: row;
    }

    #date-picker-range, .DateRangePicker {
        width: 100%;
    }

    .DateRangePickerInput {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .box-filter {
        overflow: auto;
        white-space: nowrap;
        margin-right: 0;
    }
}
@media (max-width: 576px){
    #filters-row {
        flex-direction: column;
    }
}
@media (min-width:992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px
	}

     #date-picker-range {
        width: 100%;
    }

     .DateRangePicker {
         width: 50%;
     }

    .DateRangePickerInput {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

#close.learn-more-button {
  color: #fff;
  background-color: #7d60f5;
  border-color: #795bf5;
  border-radius: 3px;
  font-size: 13px;
  border-color: transparent;
  -webkit-appearance: none;
  outline: none!important;
  transition: all .1s;
}

.regularNunito{
    text-align: left;
    font: Regular 16px/16px Nunito;
    letter-spacing: 0px;
    color: #515151;
    opacity: 1;
}

.DateRangePickerInput_arrow_svg{
    fill: #888888;
    width: 16px;
    height: 16px;
    opacity: 1;
    padding: 0 6px 0 6px;
}

.DateInput_input{
    height: 38px;
    width: 120px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 22px;
}

.DateInput {
    background: #F7F7F7 0% 0% no-repeat padding-box;
}

.boxText {
    text-align: left;
    font: bold 26px/35px Nunito;
    letter-spacing: 0px;
    color: #7D60F5;
    opacity: 1;
    padding-top: 23.5px;
}

.boxTextNoPad {
    text-align: left;
    font: bold 26px/35px Nunito;
    letter-spacing: 0px;
    color: #7D60F5;
    opacity: 1;
}

.promDataText {
    text-align: left;
    font: 12px/16px Nunito;
    letter-spacing: 0px;
    color: #999999;
    opacity: 1;
}

.cliengoPromDataText {
    text-align: left;
    font: 16px/20px Nunito;
    letter-spacing: 0px;
    color: #999999;
    opacity: 1;
}

.dataText {
    text-align: left;
    font: 18px/24px Nunito;
    letter-spacing: 0px;
    color: #515151;
    opacity: 1;
}

#title {
    text-align: center;
    font: 29px/39px Nunito;
    font-weight: 600;
    letter-spacing: 0px;
    color: #515151;
    opacity: 1;
}

#no-data-text {
    align:center;
    text-align: center;
    font: bold 18px/24px Nunito;
    letter-spacing: 0px;
    color: #AAAAAA;
    opacity: 1;
    text-overflow: ellipsis;
    margin-top:25%;
}

#no-data-text-link {
    align:center;
    text-align: center;
    font: bold 18px/24px Nunito;
    letter-spacing: 0px;
    color: #AAAAAA;
    opacity: 1;
    text-overflow: ellipsis;
    margin-top:0%;
}

.tooltip {
	position: absolute;
	z-index: 998;
	display: block;
	margin: 0;
    font: 12px/16px Nunito;
	line-height: 1.4rem;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	word-wrap: break-word;
}

.tooltip.show {
	opacity: 1
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #2A48B3
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #2A48B3
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #2A48B3
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #2A48B3
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.7rem 1rem;
	color: #fff;
	text-align: left;
	background-color: #2A48B3;
	border-radius: 0.25rem;
	line-height: 1.4rem;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.sample_container {
  margin: 10px;
  padding:  13px 16px 13px 27px;
  font: 14px/16px Nunito;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 2px #00000014;
  border-radius: 4px;
  opacity: 1;
}

#bigramsExamplesContainer {
    padding-top: 30px;
    height: 800px;
    overflow-x: hidden;
    /*overflow-y: auto;
    display:inline-block;*/
}

#unigramsExamplesContainer {
    padding-top: 30px;
    height: 800px;
    overflow-x: hidden;
    /*
	overflow-y: auto
	display:inline-block;*/


}

#bigramsGraphContainer{
    display:inline-block;
    margin-right:1%;
}

#unigramsGraphContainer{
    display:inline-block;
    margin-right:1%;
}

.loading-body {
  color: #7D60F5;
  font-size: 30px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;

}

.loading-live {
  color: #7D60F5;
  font-size: 30px;
  width: 1em;
  height: 1em;
  margin: 100px;
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

#modal-date-picker-range .DateRangePickerInput__withBorder_2{
  /*border: 1px solid #f9f9f9;*/
  background-color: #f9f9f9;
}
.card-without-bg {
  background-color: transparent!important;
  box-shadow: none!important;
}
.card-without-bg .control_label{
  color: #999;
  padding-left: 0;
}
#filters-row {
    margin-left: 220px;
}
.box-filter #cross-filter-options .control_label{
  color: #999;
  padding-left: 0;
}

.box-filter  .mini_container {
  border: 1px solid #eee;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
}

/* 
=======================================
Exporter 
=======================================
*/

.exporterButtons {
  margin: 20px auto;
  display: grid;
  grid-template-columns: 149px 149px;
  grid-row: auto auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  vertical-align: middle;
}
.exporterButtons .exporterButton {
  display: flex;
  align-items: left;
  justify-content: left;
  vertical-align: middle;
}

.modalContectExporter{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
    outline: 0;
    border-radius: 10px;
  padding: 0 0 0 10%;
}


.input-exporter {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 2px solid #B3B3B3;
  border-radius: 20px;
  width: 100%;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
}

.input-exporter:checked {
  background: #515151;
  border: 2px solid #B3B3B3;
}


/* 
=======================================
Dash table
=======================================
*/

#userTable tr:hover td{
  font: normal normal bold 14px/17px Nunito !important;
  color: #7D60F5 !important;
  text-align: inherit;
}

.dash-header > div { 
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}


#userTable img {
  padding-left: 8px;
  vertical-align: middle;
  height: 18px;
  width: 22px;
  padding-bottom: 4px;
}

.dash-table-container {
   position: unset !important;

}

#userTable p {
  font: normal normal normal 14px/17px Nunito;
  letter-spacing: 0px;
  opacity: 1;
  margin-bottom: 0px;
  align-content: center;
  padding-top: 5px;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td div.dash-cell-value.cell-markdown, 
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th div.dash-cell-value.cell-markdown {
  text-align: inherit !important;
}


.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .column-header--select, 
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .column-header--sort {
  color: #FFFFFF !important;
  align-content: center !important;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th:hover [class^='column-header--']:not(.disabled) {
  color: rgb(225, 87, 89) !important;

}

.dash-tooltip {
  border: unset !important;
}

.column-header-name{
  padding-right: 7px;
  text-align: left;
}




