/* Add here all your css styles (customizations) */
.g-brd-green {
 	border-color: #72c02c ;
}

.g-bg-green {
  background-color: #72c02c !important; 
}
.g-brd-green  {
  border-color: #72c02c !important; 
}

.g-bg-red {
  background-color: #FA0C0C !important; 
}
.g-brd-red  {
  border-color: #FA0C0C !important; 
 }
.g-hide {
	display: none;
}
.g-flt-r {
	float: right;
}
.g-flt-l {
	float: left;
}

.g-txt-r {
	text-align: right;
} 
.g-txt-l {
	text-align: left;
} 
.g-border-radius-0 {
	border-radius: 0px; 
} 
.g-bordered {
	border:1px solid;
}

.g-brd {
	border:1px solid;
}

.g-brd-t-none {
	border-top:0px solid;
}

.g-brd-r-none {
	border-right: 0px solid;
}

.g-brd-l-none {
	border-left: 0px solid;
}

.g-brd-b-none {
	border-bottom: 0px solid;
}
.g-border-0 {
	border:0px solid ;
}
.g-brd-none {
	border: 0px solid;
}
.g-width-10x {
	width: 10% !important;
}
.g-width-20x {
	width: 20% !important;
}
.g-width-20x {
	width: 20% !important;
}
.g-width-30x {
	width: 30% !important;
}
.g-width-40x {
	width: 40% !important;
}
.g-width-41x {
	width: 41% !important;
}
.g-min-height-30 {
  min-height: 30px ; 
}
.g-min-width-90 {  
  min-width: 90px;
}
.g-min-width-80 {  
  min-width: 80px;
}
button.g-cursor-default {
	cursor: default;
}
.g-min-width-100 {
min-width: 100px;
}
.g-txt-centered {
	text-align: center;
}
.g-cursor-pointer {
	    background-color: unset !important;
    color: unset !important;
}
.u-span-reverse-primary {
  color: #e62154 ;
  background-color: #fff;
  border: 1px solid;
  border-color: #e62154;
}
.u-span-primary {
  color:  #fff  ;
  background-color: #e62154;
  border: 1px solid;
  border-color: #e62154;
}
.g-min-width-50 {
  min-width: 50px;
}
.g-min-width-45 {
  min-width: 45px;
}

.g-min-height-45vh {
  min-height: 45vh;
}
.g-min-height-40vh {
  min-height: 40vh;
}
.g-min-height-35vh {
  min-height: 35vh;
}
.g-min-height-30vh {
  min-height: 30vh;
}
.g-min-height-25vh {
  min-height: 25vh;
}
.g-min-height-20vh {
  min-height: 20vh;
}
.g-min-height-15vh {
  min-height: 15vh;
}
.g-min-height-10vh {
  min-height: 10vh;
}

.g-centered {
  position: absolute  !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-pt-10 {
  padding-top: 10px;
}

.p-pt-5 {
  padding-top: 5px;
}

.p-pt-15 {
  padding-top: 15px;
}

.p-mt-10 {
  margin-top: 10px; 
}

.p-mt-15 {
  margin-top: 15px; 
}

.g-brd-custom-yellow {
  border-color: #ffac33 !important; 
}

.g-bg-custom-yellow {

  background-color: #ffac33 !important; 
}

.g-bg-custom-green {

  
}

.g-fill-custom-red path,
.g-fill-custom-red polygon {
  fill: #e62154; 
}

.flot-chart {
  display: block;
  height: 200px;
}


.flot-chart-content {
  width: 100%;
  height: 100%;
}
 