body {
    background-color: #ddd;
    background-image: url("../assets/backgrounds/straws.png");
    background-repeat: repeat;
}


input::-ms-clear {display: none; width:0; height:0;}

.icg-datepicker > input {
    width: 100%
}


.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top;
}
.react-grid-item.cssTransforms {
  transition-property: transform;
}
.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}


@import url(//fonts.googleapis.com/css?family=Open+Sans);

@import url(//fonts.googleapis.com/css?family=Oswald);

.usf-mk-title1 {
  font-size: 1.10rem;
  font-family: 'Oswald', sans-serif; 
  font-weight: bold; 
  text-transform: uppercase;
}

.usf-mk-title2 {
  font-size: 1.00rem;
  font-family: 'Oswald', sans-serif; 
  font-weight: bold; 
  text-transform: uppercase;
}

.usf-mk-body {
  font-size: 0.95rem;
  font-family: 'Open Sans', sans-serif; 
}

/* #8d8d8d */

.MuiIconButton-root {
  /* color: #626262; */
}

.MuiButton-outlined {
  border-color: #ff8000;
  background-color: #fff;
  color: black;
}

.MuiButton-containedInherit {
  background-color: #bdbdbd;
  color: rgb(31, 31, 31);
}

.MuiButton-containedInherit:hover {
  background-color: #bdbdbd;
  color: rgb(31, 31, 31);
}

.MuiButton-containedDefault {
  background-color: #bdbdbd;
  color: rgb(31, 31, 31);
}

.MuiButton-containedDefault:hover {
  background-color: #bdbdbd;
  color: rgb(31, 31, 31);
}

.MuiTypography-subtitle1 {
  color: #763e0b
}

.MuiButton-containedSecondary {
  background-color: #6A9753;
  color: "#fff";
}


