﻿.cursor-na {
	cursor: not-allowed !important;
}

.made-grid-combobox {
	-webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 1px;
  height: 2.25rem !important;
  padding: 0.30rem !important; 
}

.made-grid-separator {
	border-bottom: 1px solid #EBEDF3;
}

.made-background {
	background:url('../images/background.jpg'); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	background-attachment: fixed;
}

.made-bg-white {
	background-color: #FFFFFF;
}
