.react-kanban-board {
	padding: 5px;
	height: 100%;
}

.react-kanban-board > [data-rbd-droppable-id="board-droppable"] {
	height: 92%;
}

.react-kanban-card {
	border-radius: 3px;
	background-color: #fff;
	padding: 10px;
  margin-bottom: 7px;
  position: relative;
  cursor: pointer;
}

.react-kanban-card-skeleton,
.react-kanban-card,
.react-kanban-card-adder-form {
	box-sizing: border-box;
	max-width: 250px;
	min-width: 250px
}

.react-kanban-card--dragging {
	box-shadow: 2px 2px grey
}

.react-kanban-card__description {
	padding-top: 10px
}

.react-kanban-card__title {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	font-weight: bold;
	display: flex;
	justify-content: space-between
}

.react-kanban-column {
	padding: 15px;
	border-radius: 2px;
	background-color: #eee;
	margin: 5px
}

.react-kanban-column div:nth-child(2){
	overflow-x: auto;
	max-height: 94.5%;
}

.react-kanban-column input:focus {
	outline: none
}

.react-kanban-card-adder-form {
	border-radius: 3px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 7px
}

.react-kanban-card-adder-form input {
	border: 0px;
	font-family: inherit;
	font-size: inherit
}

.react-kanban-card-adder-button {
	width: 100%;
	margin-top: 5px;
	background-color: transparent;
	cursor: pointer;
	border: 1px solid #ccc;
	transition: 0.3s;
	border-radius: 3px;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold
}

.react-kanban-card-adder-button:hover {
	background-color: #ccc
}

.react-kanban-card-adder-form__title {
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0px
}

.react-kanban-card-adder-form__title:focus {
	outline: none
}

.react-kanban-card-adder-form__description {
	width: 100%;
	margin-top: 10px
}

.react-kanban-card-adder-form__description:focus {
	outline: none
}

.react-kanban-card-adder-form__button {
	background-color: #eee;
	border: none;
	padding: 5px;
	width: 45%;
	margin-top: 5px;
	border-radius: 3px
}

.react-kanban-card-adder-form__button:hover {
	transition: 0.3s;
	cursor: pointer;
	background-color: #ccc
}

.react-kanban-column-header {
	padding-bottom: 10px;
	font-weight: bold
}

.react-kanban-column-header input:focus {
	outline: none
}

.react-kanban-column-header__button {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc
}

.react-kanban-column-header__button:hover,
.react-kanban-column-header__button:focus,
.react-kanban-column-header__button:active {
	background-color: #e6e6e6
}

.react-kanban-column-adder-button {
	border: 2px dashed #eee;
	height: 132px;
	margin: 5px
}

.react-kanban-column-adder-button:hover {
	cursor: pointer
}

/* Custom Card Template */

.react-kanban-card .ticket-cover-more,
.react-kanban-card .deal-cover-more {
	cursor: pointer;
	font-size: 18px;
	padding: 5px 7px 3px;
	border-radius: 2px;
}
.react-kanban-card .ticket-cover-more:hover,
.react-kanban-card .deal-cover-more:hover {
	background: #f2f2f2;
}
.react-kanban-card .ticket-cover-title-wrap > div:nth-child(1) > .pretty,
.react-kanban-card .deal-cover-title-wrap > div:nth-child(1) > .pretty {
  top: 2px;
}

#deals-kanban-column {
	width: 100%;
	margin-bottom: 10px;
}

#deals-kanban-column .deals-kanban-column-probability {
	vertical-align: bottom;
}