body {
	font-family: Sans-Serif;
	font-size: 11pt;
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

a {
	color: #0bc;
	text-decoration: none
}

a:hover {
	color: #0ab;
	text-decoration: underline;
}

div.kanbanticket {
	margin:8px 0px 8px 0px;
	padding:5px;
	border:1px solid #ccc;
	border-radius:10px;
}

div.kanbanticket:hover {
	background-color:#eee;
}

.form-control {
    BORDER: #CCCCCC 1px solid;
    COLOR: #666666;
    FONT-SIZE: 18px;
}

input, select, textarea {
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    border:#ccc 1px solid;
    color:#333;
    font-size:11pt;
	padding:5px;
}

input.display, select.display, textarea.display {
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    background-color:transparent;
	border:#ccc 0px solid;
    color:#333;
    font-size:11pt;
	padding:0px;
}

button {
    background-color: #0bc;
    color:#fff;
    font-size:11pt;
	padding:5px 8px 5px 8px;
	border: 1px solid #0ab;
	border-radius:5px;
}

button:hover {
    background-color: #0ab;
}

button.text {
    background-color: transparent;
    color:#0bc;
	padding:2px 4px 2px 4px;
	border: none;
}

button.text:hover {
	color: #0ab;
	text-decoration: underline;
}