/**
 *  Commonly used variables to customize styles
 *  Tenant: Open
 *  Theme: Hermosa
 *  NOTES:
 *  1. when downloading this file as custom_template.less, you will need to
 *  	rename it to custom.less before uploading using file manager.
 *  2. use rgba or HEX values for colors instead of color names
 *  	If the value is another variable, you will need to uncomment that variable as well.
 *		eg: if you use: 
 *			@link-color: @main-color;
 *  		you will also need to uncomment @main-color and give it a HEX value
 */
/********************/
.ResourceCollectionFilter .soa-ui-cm-filters-container {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}
.ResourceCollectionFilter .soa-ui-cm-filters-container .soa-ui-cm-filters .soa-ui-cm-section-header {
  color: #DC1E35;
}
.isb-ui-cm-icon-left-menuitem-open {
  /* Vector 1 */

  position: absolute;
  left: 29.17%;
  right: 29.17%;
  top: 39.58%;
  bottom: 39.58%;
  /* Grey 300 */

  border: 2px solid #D1D1D1;
}
.isb-ui-cm-icon-left-menuitem-close {
  /* Vector 1 */

  position: absolute;
  left: 39.58%;
  right: 18.75%;
  top: 70.83%;
  bottom: 8.33%;
  /* Grey 300 */

  border: 2px solid #D1D1D1;
  transform: rotate(-90deg);
}
.soa-ui-cm-header-container .soa-ui-cm-logo {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='100' viewBox='0 0 134 48'%3E%3Cpath fill='rgb(220,30,53)' d='M88.5503 0c6.08 0 11.0024 4.99848 11.0024 11.146 0 6.1483-4.9224 11.1299-11.0024 11.1299-6.0881 0-11.0055-4.9816-11.0055-11.1299C77.5448 4.99848 82.4622 0 88.5503 0zm45.2717 11.2505c.255.2009.29.6011-.26 1.7446-3.523 7.3265-25.956 46.5011-65.5783 31.688-25.4446-9.5127-31.2945-30.6827-66.34855-24.9216-1.16918.1922-1.49724.1475-1.6109-.2499-.15758-.4985.47908-.8322 1.1506-1.2356 9.56105-5.7414 23.89705-9.05527 35.69405-6.101 21.46 5.3742 30.1983 22.1167 51.68 22.1167 16.3951 0 27.2611-5.1508 43.8951-22.31.774-.7976 1.054-.9914 1.378-.7312z'%3E%3C/path%3E%3C/svg%3E");
}
.soa-ui-cm-content-header,
.soa-ui-cm-box-header,
.ResourceTitle {
  background-color: #dc1e35;
  color: whitesmoke !important;
}
.soa-ui-cm-content-header h1,
.soa-ui-cm-box-header h1,
.ResourceTitle h1 {
  background-color: #dc1e35;
  color: whitesmoke !important;
}
.soa-ui-cm-content-header span,
.soa-ui-cm-box-header span,
.ResourceTitle span {
  background-color: #dc1e35;
  color: whitesmoke !important;
}
.soa-ui-cm-content-header ul li a,
.soa-ui-cm-box-header ul li a,
.ResourceTitle ul li a {
  background-color: #dc1e35;
  color: whitesmoke !important;
}
.rtitle_right:before {
  display: none !important;
}
.soa-control-cm-footer-container {
  display: none !important;
}
