@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}

.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}
body {
    overflow-x: hidden !important;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    background-color: transparent;
}

.semi-bold{
	font-weight: 600 !important;
}
/* Custom Scroll Bar */
*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	/* background-color: #F5F5F5; */
	background-color: transparent;
}

*::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #0000000a;
	border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: rgba(85, 85, 85, 0.3);
}

.map-height58vh {
	height: 58vh !important;
	overflow: auto;
}

* {
    box-sizing: border-box;
}
.mv-5{
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}
.mv-10{
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
.mv-0{
	margin-bottom: 0;
	margin-top: 0;
}
.mh-15{
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.mh-0{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mt-0{
	margin-top: 0 !important;
}
.mb-5{
	margin-bottom: 5px !important;
}
.no-margin{
	margin: 0 !important;
}
.padding-5{
	padding: 5px !important;
}
.ph-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.ph-10{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.pv-5{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.pv-15{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.top-0{
	top: 0 !important;
}
.bottom-0{
	bottom: 0 !important;
}
.top-7{
	top: 7px !important;
}
.pt-10{
	padding-top: 10px;
}
.pb-10{
	padding-bottom: 10px;
}
.pl-10{
	padding-left: 10px;
}
.pl-15{
	padding-left: 15px !important;
}
.bg-white{
	background-color: #ffffff;
}
.drop-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px -1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px -1px;
}
.box-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 4px -1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 4px -1px;
}
.divider-top {
	padding-top: 5px;
	border-top: 1px solid #eee !important;
	margin-top: 5px;
}
.line-height-1_4{
	line-height: 1.4;
}
.dis-flex{
	display: flex;
}
.flex-row {
    flex-direction: row;
}
.btn.btn-flat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.flex-center {
	display: flex;
	align-items: center;
	align-content: center;
}
.flexgrow-1{
	flex-grow: 1;
}
.divCenter{
	margin-left: auto;
	margin-right: auto;
}
.position-fixed{
	position: fixed;
}
.bottom-0{
	bottom: 0px !important;
}
.height-100p{
	height: 100%;
}
.height-2{
	height: 2px;
}

.text-uppercase{
	text-transform: uppercase;
}
.font-16{
	font-size: 16px;
}
.font-12{
	font-size: 12px;
}
.font-11{
	font-size: 11px;
}
.font-10{
	font-size: 10px;
}
.divider-bottom {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee !important;
	margin-bottom: 5px;
}
.disp-inline-block {
	display: inline-block !important;
}
.no-wrap {
	white-space: nowrap;
}
.border-2 {
	border: 2px solid;
}
.clear-both{
	clear: both;
	float: none;
}
.max-height-62 {
    max-height: calc(100vh - 62px);
    overflow-y: auto;
    overflow-x: hidden;
}
.height-62{
	height: calc(100vh - 62px);
	overflow-y: auto;
	overflow-x: hidden;
}
.btn.btn-text {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #333;
	font-weight: 500;
	outline: none;
}

.btn.btn-text[disabled] {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #a0a0a0;
	font-weight: 500;
	outline: none;
}

.btn.btn-text:hover, .skin-black .btn.btn-text:active, .skin-black .btn.btn-text.active
	{
	border-color: transparent;
	background-color: transparent;
	box-shadow: none;
	color: #ed1c24 !important;
	font-weight: 500;
	outline: none;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #900;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
	filter: alpha(opacity = 20);
}
.modal-header.no-border-bottom {
	border-bottom: 0px solid transparent;
}
svg.reporting-status-svg {
	width: 16px;
	height: 16px;
}
.custom-preloader {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ed1c24 !important;
	height: 100%;
	z-index: 9999;
	width: 100%;
	padding-top: 20%;
}

.loader {
	position: relative;
	margin: 0 auto;
	width: 100px;
}

.loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out
		infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray:89, 200;
		stroke-dashoffset: -124px;
	}
}


@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray:89, 200;
		stroke-dashoffset: -124px;
	}
}

@-webkit-keyframes color {
	100%, 0% {
		stroke: #d62d20;
	}
	40% {
		stroke: #0057e7;
	}
	66% {
		stroke:#008744;
	}

	80%,90% {
		stroke:#ffa700;
	}
}

@keyframes color {
	100%, 0% {
		stroke: #d62d20;
	}
	40% {
		stroke: #0057e7;
	}
	66% {
		stroke:#008744;
	}

	80%,90% {
		stroke:#ffa700;
	}
}

fieldset {
    padding: 0.35em 0.625em 0.75em !important;
    margin: 0 2px !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 5px !important;
}
fieldset>legend {
    display: block;
    width: auto !important;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: transparent !important;
    font-weight: 600;
}
.yaxis .ui-select-match-item.btn.btn-primary {
	color: #fff;
	background-color: #ed1c24 !important;
	border-color: #ed1c24 !important;
}

.yaxis .ui-select-match-item.btn.btn-primary .close {
	color: #fff !important;
}
.dynamic>.flex-items-center {
	display: flex;
	align-self: center;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	top: 10%;
	right: 10px;
}

.selectize-control.single .selectize-input {
	border-color: transparent;
}

.selectize-control.single .selectize-input {
	height: 34px;
	margin-top: -1px;
	margin-left: 0;
	background-color: rgba(0, 0, 0, 0);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe',
		endColorstr='#fff2f2f2', GradientType=0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.selectize-input.selectize-focus {
	border-color: #ed1c24 !important;
}

.selectize-dropdown {
	position: absolute;
	z-index: 10;
	margin: -3px 0 0 0;
	background: #ffffff;
	border: 1px solid #b8b8b8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-select-choices-row {
	padding: 0 !important;
}

.ui-select-choices-row:hover {
	background-color: #fff;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
	color: #262626;
	text-decoration: none;
	outline: 0;
	background-color: #f2f2f2;
}

.position-sticky{
	position: sticky !important;
}

.full-height{
	max-height: calc(100vh - 0px);
	overflow: auto;
}

.max-height-150{
	max-height: calc(100vh - 150px);
	overflow: auto;
}
@media screen and (max-width: 768px){
	.max-height-150{
		max-height: calc(100vh - 200px);
		overflow: auto;
	}
}
.z-index-1{
	z-index: 1 !important;
}