.g-border-box {
  box-sizing: border-box;
  moz-box-sizing: border-box;
}
.g-ovh {
  overflow-y: hidden;
}
.g-float-left {
  float: left;
}
.g-float-right {
  float: right;
}
.g-cursor-pointer {
  cursor: pointer;
}
.g-clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.g-cleared {
  float: none;
  clear: both;
  /*padding-bottom: 1px;*/
  /* Margin-bottom fix for Opera <= 10 */
}
.g-cleared:after {
  clear: both;
  display: block;
  content: ' ';
}
.g-invisible {
  visibility: hidden !important;
}
.g-inline-block {
  display: inline-block !important;
}
.g-hidden {
  display: none !important;
}
.g-hidden_ui {
  display: none;
}
.g-unselectable {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* Opera */
.g-nowrap {
  white-space: nowrap;
}
.g-highlight {
  color: #f7941e;
}
.g-highlight_on-white {
  color: #ef414a;
}
.g-note {
  color: #666666;
  font-size: 75.5%;
  font-weight: normal;
}
.g-last {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
/* Cross-browser display-inline*/
.g-section {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
}
.g-block {
  display: block !important;
}
.lte-ie7 .g-section {
  zoom: 1;
  display: inline;
}
.g-section_top {
  vertical-align: top !important;
}
.g-section_middle {
  vertical-align: middle;
}
.g-section_baseline {
  vertical-align: baseline;
}
.g-section_bottom {
  vertical-align: bottom;
}
/* Reducers */
.g-box-reducer {
  padding-top: 24px;
  padding-bottom: 24px;
}
.g-column-reducer {
  padding-left: 28px;
  padding-right: 28px;
}
.g-column-reducer_thin {
  padding-left: 14px;
  padding-right: 14px;
}
.g-column-reducer_left {
  padding-left: 0;
}
.g-column-reducer_right {
  padding-right: 0;
}
.g-min-padding {
  padding: 5px;
}
.g-min-padding_right {
  padding-right: 5px;
}
/* Rounded corners */
.rc5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.rc10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rc15 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* Boxes */
.g-box {
  border: 2px solid #EBE5DB;
  margin-bottom: 20px;
  padding: 12px 20px;
}
.g-box_banner {
  border: 0 none;
  padding: 0;
}
.g-hflex {
  width: 100%;
}
.g-center {
  text-align: center;
}
.g-no-margin {
  margin: 0px !important;
}
.g-no-top-bottom-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.g-min-lmargin {
  margin-left: 5px;
}
.g-min-rmargin {
  margin-right: 5px;
}
.g-min-bmargin {
  margin-bottom: 15px;
}
.g-min-tmargin {
  margin-top: 15px;
}
.g-marging-t10 {
  margin-top: 10px;
}
.g-marging-b10 {
  margin-bottom: 10px;
}
.g-margin-t5vh {
  margin-top: 5vh !important;
}
.g-margin-t6vh {
  margin-top: 6vh !important;
}
.g-margin-t10vh {
  margin-top: 10vh !important;
}
.g-marging-t5 {
  margin-top: 5px;
}
.g-marging-b5 {
  margin-bottom: 5px;
}
.g-marging-l15 {
  margin-left: 15px;
}
.g-marging-r15 {
  margin-right: 15px;
}
.g-no-padding {
  padding: 0px !important;
}
.g-relative {
  position: relative !important;
}
.g-absolute,
.g-absolute-fix {
  position: absolute;
}
.g-absolute-fix {
  top: 0px;
  left: 0px;
}
.g-no-height {
  height: 0px;
}
.g-anim-slow {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.g-transparent {
  opacity: 0;
}
.g-opaque {
  opacity: 1 !important;
}
.g-pseudo {
  cursor: pointer;
}
.g-ghost-element {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.g-vertical-middle {
  vertical-align: middle;
}
.g-v-centered-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.g-v-centered {
  display: inline-block !important;
  vertical-align: middle !important;
}
.g-text-centered {
  text-align: center !important;
}
.g-bold {
  font-family: 'siri_bold', 'Helvetica Neue', Arial, sans-serif;
}
.g-pointer {
  cursor: pointer;
}
.g-no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.g-blur {
  -webkit-filter: blur(2px);
  filter: url(#blur-effect-1);
}
.link {
  text-decoration: underline;
}
.g-bgContain {
  background-size: contain !important;
}
.g-bgFit {
  background: none !important;
  /*    background-size:100% 100% !important;*/
  width: 100% !important;
  height: 100% !important;
}
.g-top {
  top: 0px;
  position: absolute !important;
}
.g-top-left {
  top: 0px;
  left: 0px;
  position: absolute !important;
}
.g_nounderline {
  text-decoration: none;
}
.g-bold-weight {
  font-weight: bold;
}
.g-bold-weight-600 {
  font-weight: 600;
}
.g-bold-weight-500 {
  font-weight: 500;
}
.g-extra-weight {
  font-weight: bolder;
}
.dialog .g-extra-weight {
  font-weight: bolder;
  font-size: 105%;
}
.g-upper {
  text-transform: uppercase;
}
.g-text-center {
  text-align: center;
}
.g-flex-w {
  width: 100%;
}
.g-overlay {
  background-color: #000;
  opacity: 0;
  /* z-index: 100; */
  position: absolute;
  visibility: hidden;
}
.g-text-left {
  text-align: left !important;
}
.g-text-right {
  text-align: right;
}
.g-custom-scroll::-webkit-scrollbar {
  width: 15px;
}
.g-custom-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 9px;
}
.g-custom-scroll::-webkit-scrollbar-thumb {
  background-color: #897565;
  border: 5px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}
.g-underline {
  text-decoration: underline;
}
.g-table-cell {
  display: table-cell;
}
.g-hr {
  border-bottom: 1px solid #231203;
  border-top: 1px solid #9a8f83;
  margin: 40px 0;
}
.g-hr_padding {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #9a8f83;
}
.g-word-restrict {
  word-break: break-all;
  overflow: hidden;
}
.g-field-error {
  border: 1px solid #fc4361 !important;
  border-radius: 5px;
}
.g-no-border {
  border: none !important;
}
.insert-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toggle-disabled {
  color: #d7dfe7;
  pointer-events: none;
}
.g-select-disabled {
  background-color: #eeeeee;
  pointer-events: none;
}
.g-select-disabled .select2-choice {
  background-color: #eeeeee;
}
.g-italic {
  font-style: italic;
}
.g-no-border-radius {
  border-radius: 0px;
}
.g-width15 {
  width: 15% !important;
}
.g-width40 {
  width: 40% !important;
}
.g-width55 {
  width: 55%;
}
.g-width75 {
  width: 75%;
}
.g-width90 {
  width: 90%;
}
.g-small-text {
  font-size: 8px !important;
}
.g-medium-text {
  font-size: 10px !important;
}
.g-font-text-13 {
  font-size: 13px !important;
}
.g-text_white {
  color: #ffffff !important;
}
.g-text_red {
  color: #fc4361 !important;
}
.g-text_green {
  color: #9ccd45 !important;
}
.g-text_grey {
  color: #758696 !important;
}
.g-text_yellow {
  color: #fcba39 !important;
}
.g-text_coral {
  color: #FF7F50 !important;
}
.g-half-width {
  width: 50%;
}
.g-readonly {
  pointer-events: none;
  background-color: #e7eff3;
}
.g-disable-pointer {
  pointer-events: none;
}
.g-undo-readonly {
  pointer-events: all;
  background-color: #ffffff;
}
.g-35px-height {
  height: 35px;
  line-height: 35px;
}
.g-25px-height {
  height: 25px;
  line-height: 35px;
}
.g-21px-height {
  height: 21px;
  line-height: 21px;
}
.g-break-word {
  word-wrap: break-word;
}
.g-webkit-middle {
  vertical-align: -webkit-baseline-middle;
}
.g-mw-250 {
  max-width: 250px;
}
.g-width-20 {
  width: 20px !important;
}
.g-border-dashed_red {
  border: 2px dashed #fc4361 !important;
}
.g-border-dashed_gray {
  border: 2px dashed #b2b2b2 !important;
}
.g-width70 {
  width: 70% !important;
}
.g-anchor-text {
  color: #1aacc6 !important;
}
.g-hr-seperator {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
