/* 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-rounded-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%);
}

.g-mouse-pointer {
  cursor: pointer;
}
.g-height-700 {
  height: 700px; 
}

.g-height-710 {
  height: 710px; 
}
.g-height-720 {
  height: 720px; 
}
.g-height-730 {
  height: 730px; 
}
.g-height-740 {
  height: 740px; 
}

.g-max-height-30vh {
  max-height: 30vh;
}

.g-max-height-40vh {
  max-height: 40vh;
}
/*
.dataTables_length, 
.dataTables_filter, 
.dataTables_info, 
.dataTables_paginate {
  display: none;
}
*/

.dataTables_paginate{
  float: right;
}
.paginate_button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: solid 1px transparent;
    transition: all .3s ease;
    color: #555;
    border-color: #555;
    border-color: #e1eaea !important;

    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;  
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
    margin-left: .5rem !important;
}

.current {
    background-color: #1cc9e4 !important;
}

.paginate_button:hover, .paginate_button:focus {
    text-decoration: none;
    cursor: pointer;
}

.dataTables_paginate{
padding-top: 10px;
}

.dataTables_info {
  display: inline-block;
  padding-top: 10px;
}
.dataTables_length{
  display: inline-block;
}
.dataTables_filter{
   display: inline-block;
   float: right;
}

.dataTables_filter input{
  margin-left: 10px;
  border:  solid 1px;
  padding: 5px;
  border-color: #e1eaea !important;
}
.dataTables_length select {
   border:  solid 1px;
   Xborder-color: #e1eaea !important;
   padding: 5px;
}

.g-font-size-130x {
  font-size:130%
}
.g-bg-secondary-pointer:hover {
  background-color: #1d75e5 !important;
}
.form-control span  {
  padding-left:0px ;
 margin-left:0px ;
}

[class*="u-table--v3"] th, [class*="u-table--v3"] td {
  padding:0.45rem; 
}