@font-face {
    font-family: 'CansureTenants';
    src:  url('fonts/CansureTenants.eot?6u1jiz');
    src:  url('fonts/CansureTenants.eot?6u1jiz#iefix') format('embedded-opentype'),
      url('fonts/CansureTenants.woff2?6u1jiz') format('woff2'),
      url('fonts/CansureTenants.ttf?6u1jiz') format('truetype'),
      url('fonts/CansureTenants.woff?6u1jiz') format('woff'),
      url('fonts/CansureTenants.svg?6u1jiz#CansureTenants') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'CansureTenants' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .submit{
    height:40px !important;
  }
  .icon-apartment:before {
    content: "\e901";
  }
  .icon-single-dwelling:before {
    content: "\e902";
  }
  .icon-commercial:before {
    content: "\e900";
  }

	button.cancel{
		background:none !important;
		border:none !important;
	  }
	
	  button.cancel:hover {
		background-color: #dbe6eb !important;
		border: solid 1px #31708f;
		color: #31708e !important;
	  }
