/*
    GF-SugarCRM plugin CSS extension
*/
.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 0 !important;
    width: auto;
}
.gform_wrapper .left_label ul, .gform_wrapper .left_label ol {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.gform_footer input:disabled, .gform_page_footer .gform_next_button:disabled {
    background: #bbbbbb;
	box-shadow: none;
}

.dataTables_wrapper table,
.dataTables_wrapper th,
.dataTables_wrapper td {
	border: 0;
	text-align: left;
}
.dataTables_wrapper tbody tr.selected {
	color: #000;
}

.dt-button {
    background: #F33F3F !important;
    padding: 6px 15px;
    border: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.dt-button {
    color: #FFFFFF !important;
}
a.dt-button.disabled {
    color: #FFFFFF;
	background: #CCC !important;
}
a.dt-button:hover {
    background: #333 !important;
}

.DTE button.btn {
	font-size: 12px !important;
	font-weight: normal !important;
    background: #F33F3F !important;
    color: #FFFFFF !important;
    padding: 6px 15px !important;
    border: 0 !important;
	border-radius: 0 !important;
	text-shadow: 0 1px 0 white !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.DTE button.btn:hover {
    background: #333 !important;
}