
*:focus {
	outline: none;
}

.node .content a {
	text-decoration: underline;
}
.node .content a:hover {
	text-decoration: none;
}

.form-item, .form-actions{
	margin: 0;
	padding: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

div.contextual-links-wrapper{
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

div.ctools-modal-content .modal-content{
	padding: 0;
}

blockquote {
	padding: 0 32px;
	position: relative;
	margin: 30px 20px 25px 20px;
}
blockquote p {
 	color: #717171;
 	font-style: italic;
 	font-size: 14px;
}
blockquote:before,
blockquote:after {
	color: #004982;
	font-size: 50px;
	position: absolute;
}
blockquote:before {
	content: "“";
	top: 0;
	left: 0;
}
blockquote:after {
	content: "”";
	bottom: 0;
	right: 0;
}

.contents .field ul, .contents .field ol{
	padding: 0 0 0 16px;
}

.contents .jq-selectbox__dropdown ul{
	padding: 0;
}

.contents .field-item s{
	text-decoration: line-through !important;
}
.contents .field-item u{
	text-decoration: underline !important;
}

.contents table[align="center"]{
	margin-left: auto; 
	margin-right: auto;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #afafaf;
}

.item-list ul li {
	margin: 0 0 0.25em 0;
}

.pane-custom ul,
.pane-custom ol {
	margin: 0 0 30px 30px;
	font-size: 0.875em;
	line-height: 1.6em;
}
.pane-custom ul li,
.pane-custom ol li {
	margin: 0 0 5px 0;
}
.pane-custom ul li:last-child,
.pane-custom ol li:last-child {
	margin: 0;
}

body.admin-menu {
	margin-top: 29px !important;
}
div.messages {
	margin: 0;
	padding: 10px 15px;
	border: 0;
	font-size: 0.875em;
}
div.messages.status {
	background: #bee790;
}
div.messages.warning {
	background: #e5db8b;
}
div.messages.error {
	background: #f2cab9;
}
div.messages.hidden {
	display: none;
}

.tabs {
	margin: 0;
}
.sidebar-first .tabs > .tabs {
	margin: 0;
}

body:not(.page-user) .tabs > .tabs {
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
	border: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 4;
}
body:not(.page-user) .tabs > .tabs li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	margin: 0 15px 0 0;
}
body:not(.page-user) .tabs > .tabs li.last-child {
	margin: 0;
	float: none;
}
body:not(.page-user) .tabs > .tabs li a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: #0093c5;
	color: #FFF;
	font-size: 14px;
	padding: 8px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
body:not(.page-user) .tabs > .tabs li a.active,
body:not(.page-user) .tabs > .tabs li a:hover{
	border: 0;
	background: #00ade8;
	cursor: pointer;
}

/* .ajax-progress .throbber {
	background: transparent url(../images/preloader.gif) no-repeat;
	width: 64px;
	height: 64px;
	margin: 0;
	position: fixed;
	top: 50%;
	left: 49%;
} */

.ui-draggable .ui-dialog-titlebar{
	display: none;
}
.ui-widget-overlay{
	background: #000;
	opacity: 0.5;
}
.ui-dialog{
	border-radius: 0;
	background: #fff;
	border: none;
	margin: 0 auto;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
#atc-confirmation-dialog .text{
	text-align: center;
	color: #1D1D1B;
	font: bold 26px 'Myriad Pro';
	padding: 0 0 30px;
}
#atc-confirmation-dialog .links a{
	height: 36px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	font: 20px/36px 'Myriad Pro';
	padding: 0 30px;
	background: #00ADE8;
}
#atc-confirmation-dialog .links a:hover{
	background: #ff3300;
}
.ui-dialog .ui-dialog-content{
	padding: 20px;
	text-align: center;
}

/* Styles table in contnts */
