.el.pn-text-field.pn-addon-more .add-on {
	border-radius: 0;
}
.el.pn-text-field .btn-group {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 24px;
    margin-top: -1px;
    height: 22px;
}
.el.pn-text-field .btn-group > .btn {
	font-weight: 100;
	font-size: 10px;
	padding: 0 10px 0 6px;
	border-left: 1px solid #FFFFFF;
	border-radius: 0 4px 4px 0;
}
.el.pn-text-field .btn-group > .btn .caret {
	border-top-color: #FFFFFF;
	margin-left: 4px;
}
.el.pn-text-field .btn-group > .btn:hover {
	opacity: 0.8;
}
.el.pn-text-field .btn-group .dropdown-menu {
	padding: 2px 0;
	margin-left: 1px;
}
.el.pn-text-field .btn-group .dropdown-menu li a {
	font-size: 12px;
	padding: 4px 8px;
	line-height: 18px;
}
.el.pn-text-field .btn-group .dropdown-menu li a:hover {
	background-color: #31693a;
}
.pn-text-multiple-values ul > li > .btn,
.pn-text-multiple-values ul > li > .btn:hover,
.pn-text-multiple-values ul > li > .btn:active,
.pn-text-multiple-values ul > li > .btn:focus {
	background-color: transparent;
	border-color: transparent;
}
.el.pn-link a {
	color: #31693a;
	text-decoration: underline;
}
.pn-listview-active-columns {
	padding: 5px 0;
	margin-left: -5px;
}
.pn-listview-active-columns .el.pn-checkbox {
	margin-right: 5px;
}
.pn-listview-active-columns label {
	font-weight: 100;
	line-height: 22px;
}
#dashboard.container {
	margin-top:61px;
}
#dashboard .well {
	margin-bottom: 24px;
	background-color: rgba(255,255,255,0.75);
	padding-bottom: 10px;
	min-height: 70px;
	border-radius: 6px;
	border-width: 0;
}
#dashboard .well > .well-header {
	font-weight: bold;
	background-color: #31693A;
	color: #FFFFFF;
    margin: -10px;
    padding: 10px;
    border-radius: 6px 6px 0 0;
}
#dashboard .well > .well-footer {
	border-top: 1px solid #31693A;
}
#dashboard .well > .well-footer p {
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 9px;
	padding: 0 4px;
}
#dashboard .well > .well-footer p strong {
	padding: 8px;
}
#dashboard .well > .well-footer p .label {
	margin: 0 5px;
}
#dashboard .well > .well-body {
    margin: -10px;
    padding: 10px;
}
#dashboard .well > .well-element:last-child {
    border-radius: 0 0 6px 6px;
}
#dashboard .well .well-body .message-no-records {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 0;
}
#dashboard .well .well-body .table {
	margin-bottom: 0;
	margin-top: 10px;
}
#dashboard .well .well-body .table tr:last-child td {
	border-bottom: none;
}
.pn-readonly.pn-date button.add-on,
.pn-readonly.pn-autocomplete .select2-search-choice-close {
	display: none!important;
}
.el.pn-readonly.pn-text-multiple-values,
.el.pn-readonly.pn-multiple-choice ul,
.el.pn-readonly.pn-multiple-choice ul li {
	background-color: #EEEEEE!important;
}
.pn-readonly.pn-autocomplete .select2-arrow {
	background-color: rgba(0,0,0,0.5)!important;
}
.pn-text-multiple-values li {
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
}
.pn-text-multiple-values li:last-child {
	border-bottom: none;
}
.pn-text-multiple-values li > * {
    display: inline-block;
    float: left;
    border-radius: 0;
    border-right: 1px solid #CCCCCC;
}
.pn-text-multiple-values li.edit > *:nth-last-child(2),
.pn-text-multiple-values li.new > *:last-child {
    border-right: none;	
}
.pn-text-multiple-values li select {
	border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
  	-webkit-appearance: none;
    padding: 0;
    height: 20px;
    line-height: 20px;
    position: relative;
}
@media (max-width: 767px) {

}
@media (max-width: 1199px) {
	#dashboard .span6 {
		width: 100%;
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	#dashboard .span6 {
		width: 606px;
		margin-left: 24px;
	}
}