#sortable
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 50%;
}
#sortable li
{
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	padding-left: 0px;
	padding-top: 12px;
	font-size: 14px;
	height: 48px;
	
}
	
.s06 {
font-size: 6px;
}

.s08 {
font-size: 8px;
}
.s10 {
font-size: 10px;
}
.s12 {
font-size: 12px;
}
.s14 {
font-size: 14px;
}

.s16 {
font-size: 16px;
}

.s20 {
font-size: 20px;
}

.s22 {
font-size: 22px;
}

.s24 {
font-size: 24px;
}

.s26 {
font-size: 26px;
}

.s28 {
font-size: 28px;
}

.s30 {
font-size: 30px;
}

.top-buffer-10 {
	margin-top: 10px;
}
.top-buffer-20 {
	margin-top: 20px;
}
.top-buffer-50 {
	margin-top: 50px;
}
.top-buffer-100 {
	margin-top: 100px;
}
.bottom-buffer-10 {
	margin-bottom: 10px;
}
.bottom-buffer-20 {
	margin-bottom: 20px;
}
.bottom-buffer-50 {
	margin-bottom: 50px;
}
.bottom-buffer-100 {
	margin-bottom: 100px;
}
.no-buffer {
	padding:0px;
	margin:0px;
}
.no-padding {
	padding:0px;
}
.no-margin {
	margin:0px;
}
.table > tbody > tr > td {
     vertical-align: middle;
}

.red
{
	color: #cc3333;
}
.priority-1 {
	background-color: #cc3333;
}
.priority-2 {
	background-color: #daa710;
}
.priority-3 {
	background-color: #669f1c;
}
.green
{
	color: #669f1c
}
.darkgreen
{
	color: #395810
}
.yellow
{
	color: #daa710;
}
.btn-warning 
{
	color: #ffffff;
}
.btn-warning:hover {
  color: #ffffff;
}
.blue
{
	color: #0c70de;
}
.purple {
	color: #800080;
}
.pink {
	color:#d66db4 ;
}
.black {
	color:#1b1b1b;
}
.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}
.full-green{
	background-color: #669f1c;
	color: #ffffff;
}
.partial-orange{
	background-color: #daa710;
	color: #ffffff;
}
.transferred-red{
	background-color: #cc3333;
	color: #ffffff;
}
.full-canceled{
	background-color: #888888;
	color: #ffffff;
}
.partial-canceled{
	background-color: #0c70de;
	color: #ffffff;
}
.css_customer_header{
	background-color: #1b1b1b;
	color: #ffffff;
}
.dashboard-link a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color:#1b1b1b;
}
tr {
    line-height: 1px;
}
table tr td{
   padding: 3px !important;
}
table tr th{
   padding-left: 3px !important;
   padding-rightt: 3px !important;
   padding-top: 10px !important;
   padding-bottom: 10px !important;

}