﻿/* ********************************************* */
/* Tables */
/* FZ: FullCalendar Part in mango replaced with latest version*/

table.styled {
	width: 100%;
	border-collapse: separate;
}

#content .box.with-table .content {
	padding: 0;
}

table.styled thead {
	background: url('/img/elements/table/header.png') repeat-x #eef0f4;
}

table.styled th {
	position: relative;

	/* width: auto !important; */
	padding: 8px 12px;

	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #cfcfcf;
}

table.styled.borders th {
	border-top: 1px solid #cfcfcf;
}

table.styled.borders tbody tr th {
	border-top: none;
}

table.styled th:first-child {
	border-right: 1px solid #dfdfdf;
}

table.styled.borders th:first-child {
	border-left: 1px solid #dfdfdf;
}

table.styled td {
	padding: 8px 12px;

	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

table.styled td:first-child {
	border-left: 1px solid #dfdfdf;
	padding-left: 20px;
}

table.styled td:last-child {
	border-right: 1px solid #dfdfdf	;
}

table.styled tbody tr:nth-child(odd) td {
	background: #fdfdfd;
}

table.styled tbody tr:nth-child(even) td {
	background: #f6f6f6;
}

table.styled tbody tr:hover td {
	background: #f7f8fa;
}

table.styled:not(.borders) tbody tr:last-child td {
	border-bottom: none;
}

table td.center {
	text-align: center;
}


.box.with-table .content table:not(.borders) td:first-child, .box.with-table .content table:not(.borders) th:first-child {
	border-left: none;
}

.box.with-table .content table:not(.borders) td:last-child, .box.with-table .content table:not(.borders) th:last-child {
	border-right: none;
}

.dataTable th:hover {
	background: #fff;
}

.dataTable th:active {
	background: #edeef0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.34);
}

.dataTable th.sorting {
	cursor: pointer;
	background: url('/img/elements/table/sorting.png') no-repeat right center;
}

.dataTable th.sorting:hover {
	background: url('/img/elements/table/sorting.png') #fff no-repeat right center;
}

.dataTable th.sorting:active {
	background: url('/img/elements/table/sorting.png') #edeef0 no-repeat right center;
}

.dataTable th.sorting_asc {
	cursor: pointer;
	background: url('/img/elements/table/sorting-asc.png') no-repeat right center;
}

.dataTable th.sorting_asc:hover {
	background: url('/img/elements/table/sorting-asc.png') #fff no-repeat right center;
}

.dataTable th.sorting_asc:active {
	background: url('/img/elements/table/sorting-asc.png') #edeef0 no-repeat right center;
}

.dataTable th.sorting_desc {
	cursor: pointer;
	background: url('/img/elements/table/sorting-desc.png') no-repeat right center;
}

.dataTable th.sorting_desc:hover {
	background: url('/img/elements/table/sorting-desc.png') #fff no-repeat right center;
}

.dataTable th.sorting_desc:active {
	background: url('/img/elements/table/sorting-desc.png') #edeef0 no-repeat right center;
}

.dataTables_wrapper {
	position: relative;
}

.dataTables_processing {
	position: absolute;

	left: 50%;
	top: 50%;
	width: 200px;
	margin-left: -100px;
	height: 50px;
	margin-top: -25px;

	text-align: center;
	color: #606266;
	line-height: 50px;
	font-weight: bold;

	background: url('/img/elements/table/processing-bg.png') repeat-x #eaecf1;
	border-radius: 3px;
	border: 1px solid #c1c1c1;
	box-shadow: 0 1px 0px rgba(0,0,0,0.2);
}

.dataTables_wrapper .footer:before, .dataTables_wrapper .footer:after {
	display: table;
	content: '';
}

.dataTables_wrapper .footer:after {
	clear: both;
}

.dataTables_wrapper .footer {
	padding: 15px;

	border-top: 1px solid #c1c1c1;
	border-radius: 0 0 2px 2px;
	background: url('/img/layout/content/box/actions-bg.png') #f0f1f4 repeat-x;
}

.dataTables_info {
	float: left;
}

.dataTables_paginate {
	float: right;
}

.DTTT_print_info {
	z-index: 999;
}

.paginate_button {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.42);
}

.with-prev-next .paginate_button.previous, .with-prev-next .paginate_button.next {
	display: inline;
}

.paginate_button, .paginate_active {
	padding: 3px 7px;

	cursor: default;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.paginate_button, .paginate_active {
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-left: 0px solid #c1c1c1;
	background: url('/img/elements/table/pagination/normal.png') repeat-x #dfdfdf;
}

.paginate_active {
	background: url('/img/elements/table/pagination/active.png') repeat-x #394353;
	border-color: #101a2a;
}
.dataTables_paginate .paginate_button.current{
	background: url('/img/elements/table/pagination/hover.png') repeat-x #1c68c0;
	color:white;
}

.paginate_button:hover {
	background: url('/img/elements/table/pagination/hover.png') repeat-x #1c68c0;
	border-left-width: 1px;
	border-color: #13447d;
	margin-left: -1px;

	cursor: pointer;
}

.paginate_button_disabled, .paginate_button_disabled:hover {
	background: url('/img/elements/table/pagination/disabled.png') repeat-x #dfdfdf;
	border-color: #c1c1c1;
	cursor: default;
}

.paginate_button:not(.paginate_button_disabled):hover:active {
	border-color: #13447d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.59);
	background: #175093;
}

.paginate_button.first {
	border-left-width: 1px;
	border-radius: 2px 0 0 2px;
}

.paginate_button.last {
	border-radius: 0 2px 2px 0;
}


.dataTables_wrapper .filters:before, .dataTables_wrapper .filters:after {
	display: table;
	content: '';
}

.dataTables_wrapper .filters:after {
	clear: both;
}

.dataTables_wrapper .filters {
	display: none;

	padding: 3px 8px;
	padding-top: 5px;
	background: #f7f7f7;
	border-bottom: 1px solid #cfcfcf;
}

.dataTables_filter {
	float: left;
}

.dataTables_filter input[type="text"] {
	font-size: 11px;
	padding: 4px;
}

.dataTables_filter .text {
	padding-right: 4px;
}

.dataTables_length {
	float: right;
}

.dataTables_length label {
	cursor: default;
	display: inline;
}

.dataTables_length .text {
	padding-right: 4px;
	position: relative;
	top: -7px;
}

.webkit .dataTables_length .text {
	position: static;
	top: 0;
}


.toggleFilter {
	width: 35px;
	height: 35px;
	background: transparent;
	border-left: 1px solid #c1c1c1;
	cursor: pointer;

	position: absolute;
	top: 1px;
	right: 1px;
}

.toggleFilter:hover {
	background: url('/img/layout/content/box/menu-bg.png') repeat-x #f0f2f5;
}

.toggleFilter:hover:active {
	background: url('/img/layout/content/box/menu-active-bg.png') repeat-x #e3e6ea;
}

.toggleFilter:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;

	cursor: pointer;
	line-height: 37px;
	width: 33px;
	text-align: center;

	content: "\f013";
	color: #787979;
	font-size: 16px;
	text-shadow: 0 1px 0 #fff;
}

.toggleFilter.active {
	background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

.tabletools {
	text-align: right;
	padding: 5px 8px;

	background: #f7f7f7;
	border-bottom: 1px solid #cfcfcf;
}

.tabletools:before, .tabletools:after {
	display: table;
	content: '';
}

.tabletools:after {
	clear: both;
}

.tabletools .left {
	float: left;
}

.tabletools .right {
	float: right;
}

.tabletools .left a {
	margin-right: 10px;
}

.tabletools .right a {
	margin-left: 10px;
}

.tabletools a {
	padding: 2px 6px;
	border: 1px solid transparent;
}

.tabletools a:hover {
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2),
				inset 0 1px 0 #fff;
	background: url('/img/elements/table/toolbar/hover.png') repeat-x #f0f2f5;
	border-color: #c5c5c5;
}

.tabletools a:hover:active {
	border-color: transparent;
	background: #e5e7eb;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.53),
				0 1px 0 #fff;
}

.tabletools a i {
	margin-right: 5px;
	font-size: 10px;
}


.DTTT_container {
	display: inline;
}

.DTTT_button embed {
	outline: none;
}

.DTTT_container a {
	position: relative;
}

.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;

	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

	opacity: 0.95;

	border: 1px solid black;
	border: 1px solid rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;

	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	     -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

table.styled.full, .dataTables_wrapper.full {
	display: inline;
	float: left;

	margin-top: -15px;

	width: 100%;
}

table.styled.full > table, .dataTables_wrapper.full > table {
	margin-bottom: 30px;
}

table.styled.full .footer, .dataTables_wrapper.full .footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
}

table.styled.full tbody tr:last-child td, .dataTables_wrapper.full tbody tr:last-child td {
	border-bottom: 1px solid #cfcfcf !important;
}

table.styled.full td:first-child, .dataTables_wrapper.full td:first-child,
table.styled.full th:first-child, .dataTables_wrapper.full th:first-child{
	border-left: none;
}

table.styled.full td:last-child, .dataTables_wrapper.full td:last-child,
table.styled.full th:last-child, .dataTables_wrapper.full th:last-child{
	border-right: none;
}

/* ********************************************* */
/* Breadcrumb */

ul.breadcrumb:before, ul.breadcrumb:after {
	display: table;
	content: '';
}

ul.breadcrumb:after {
	clear: both;
}

ul.breadcrumb {
	margin: 5px 0;
	padding: 0;

	border: 1px solid #11100d;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

ul.breadcrumb li {
	display: inline;
	float: left;
}

ul.breadcrumb li a {
	position: relative;
	display: block;

	padding: 5px 16px;
	padding-left: 24px;

	background: url('/img/elements/breadcrumb/bg.png') repeat-x #273446;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.32);
}

ul.breadcrumb li:first-child a {
	padding-left: 16px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

ul.breadcrumb li a:hover {
	background: url('/img/elements/breadcrumb/bg-hover.png') repeat-x #303e51;
}

ul.breadcrumb li a:hover:active {
	background: url('/img/elements/breadcrumb/bg-active.png') repeat-x #2a3849;
	box-shadow: none;
}

ul.breadcrumb li a:after {
	display: block;
	position: absolute;

	height: 28px;
	width: 16px;

	right: -16px;
	top: -1px;

	content: ' ';
	background: url('/img/elements/breadcrumb/divider.png');

	z-index: 1;
}

ul.breadcrumb li a:hover:after {
	background: url('/img/elements/breadcrumb/divider-hover.png');
}

ul.breadcrumb li a:hover:active:after {
	background: url('/img/elements/breadcrumb/divider-active.png');
}

ul.breadcrumb li:last-child a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

ul.breadcrumb li:last-child a:after {
	display: none;
}


/* ********************************************* */
/* Top stats */

ul.stats {
	display: table;
	table-layout: fixed;
	margin: 0;
	margin-top: -15px;
	padding: 22px 15px 24px;
	width: 100%;
	background: url('/img/elements/stats/bg.png') repeat-x #3a4454;
	border-bottom: 1px solid #08192e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

ul.stats li {
	display: table-cell;
}

ul.stats li strong,ul.stats li small,ul.stats li span {
	display: block;
	text-align: center;
}


/* ********************************************* */
/* Search */

input[type="search"],input.search {
	height: 23px; /* + 1px padding top = 24px */
	width: 120px;
	padding: 1px 00px 0 30px;
	background: url('/img/elements/search/glass.png') no-repeat 10px 5px #fff;

	border-radius: 15px;
	border: 1px solid #0f3c6e;

	box-shadow: 0 1px 0 rgba(255,255,255,0.22), inset 0 1px 2px rgba(0,0,0,0.45);

	-webkit-transition: width 100ms;
	-moz-transition: width 100ms;
	-o-transition: width 100ms;
	-ms-transition: width 100ms;
	transition: width 100ms;
}

input[type="search"].loading,input.search.loading {
	background: url('/img/elements/search/loading.gif') no-repeat 8px 5px #fff;
}

#main .toolbar input[type="search"]:active,#main .toolbar input[type="search"]:focus {
	width: 160px;

	-webkit-transition: width 100ms;
	-moz-transition: width 100ms;
	-o-transition: width 100ms;
	-ms-transition: width 100ms;
	transition: width 100ms;
}

/* Results container */
input[type="search"] + ul.searchResults, ul.searchResults.in_toolbar {
	display: none;

	position: absolute;
	float: right;
	top: 43px;
	right: 10px;

    width: 280px;
    z-index: 108;

    margin: 0;
    padding: 0;

    list-style: none;

	background: #fff;
    border-radius: 3px;
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.54);
}

input[type="search"] + ul.searchResults a, ul.searchResults.in_toolbar a {
	display: block;

	color: #1457a3;
	font-weight: bold;
	text-decoration: none;
}

input[type="search"] + ul.searchResults li, ul.searchResults.in_toolbar li {
	padding: 10px 15px;
	border-bottom: 1px solid #e1e1e1;
}

input[type="search"] + ul.searchResults li.hover,  ul.searchResults.in_toolbar li.hover {
	margin: -1px;
	margin-bottom: 0;

	background: url('/img/elements/search/list-hover.png') repeat-x #0d63d7;
	border: 1px solid #2f64ab;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.37);
}

input[type="search"] + ul.searchResults li:first-child.hover, ul.searchResults.in_toolbar li:first-child.hover {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

input[type="search"] + ul.searchResults li:last-child.hover, ul.searchResults.in_toolbar li:last-child.hover {
	margin-bottom: -1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

input[type="search"] + ul.searchResults li:last-child, ul.searchResults.in_toolbar li:last-child {
	border-bottom-color: transparent;
}

input[type="search"] + ul.searchResults li:after, ul.searchResults.in_toolbar:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}

input[type="search"] + ul.searchResults:before, ul.searchResults.in_toolbar:before {
	display: block;
	position: absolute;

	top: -7px;
	right: 30px;

	height: 8px;
	width: 11px;

	background: url('/img/elements/search/arrow.png');

	content: ' ';
}

input[type="search"] + ul.searchResults img, ul.searchResults.in_toolbar img {
	float: left;
	display: block;
	margin-right: 10px;
}

input[type="search"] + ul.searchResults small, ul.searchResults.in_toolbar small {
	display: block;
}

input[type="search"] + ul.searchResults strong, ul.searchResults.in_toolbar strong {
	display: block;
	margin-bottom: 3px;
}

input[type="search"] + ul.searchResults a.showMore, input[type="search"] + ul.searchResults a.noResults, ul.searchResults.in_toolbar a.showMore, ul.searchResults.in_toolbar a.noResults {
	text-align: center;
}

input[type="search"] + ul.searchResults a.noResults, ul.searchResults.in_toolbar a.noResults {
	cursor: default;
}


/* ********************************************* */
/* Buttons */

a.button, .ui-button {
	text-decoration: none;
	display: inline-block;
}

button, input[type=button], input[type=submit], input[type=reset], a.button, .ui-button.ui-state-default:not(.ui-spinner-button), .ui-button.ui-state-hover:not(.ui-spinner-button), .ui-button.ui-state-active:not(.ui-spinner-button) {
	padding: 5px 10px;
	border-radius: 3px;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	outline: none;
}

button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, a.button:hover, .ui-button.ui-state-hover:not(.ui-spinner-button),
button:hover:active, input[type=button]:hover:active, input[type=submit]:hover:active, input[type=reset]:hover:active, a.button:hover:active, .ui-button.ui-state-active:not(.ui-spinner-button):hover {
	cursor: pointer;
}

.ui-button .ui-button-text {
	padding: 0;
	line-height: 1.3;
}

.ui-button .ui-button-text {
	display: inline;
}

.button.block, input[type=button].block, input[type=reset].block, button.block {
	display: inline-block;
	margin: 5px;
}

button.small, input[type=button].small, input[type=submit].small, input[type=reset].small, a.button.small, .ui-button.ui-state-default:not(.ui-spinner-button).small, .ui-button.ui-state-hover:not(.ui-spinner-button).small, .ui-button.ui-state-active:not(.ui-spinner-button).small {
	padding: 2px 6px;
}

/* Button icons */
button span:not(.ui-button-text), a.button span:not(.ui-button-text), .ui-button .ui-icon {
	display: inline-block;
	float: left;
	position: relative;

	left: -5px;

	margin-right: 5px;

	height: 16px;
	width: 16px;

	content: ' ';
}

.ui-button .ui-icon {
	margin-top: 0;
	margin-right: 0;
	top: 0;
}

.ui-button .ui-button-icon-secondary {
	float: right;
	position: relative;

	right: -5px;

	margin-right: -10px;
	margin-left: 8px;
}

.ui-button .ui-icon:after {
	display: none;
}

/* Divider */
button span:not(.ui-button-text):after, a.button span:not(.ui-button-text):after {
	display: block;
	position: absolute;

	right: -5px;
	top: -5px;

	height: 26px;
	width: 2px;

	background: url('/img/elements/buttons/divider.png');

	content: ' ';
}

button span:not(.ui-button-text):before, a.button span:not(.ui-button-text):before {
	font-size: 13px;
	padding-top: 2px;
}

.webkit button span:not(.ui-button-text):before, .webkit a.button span:not(.ui-button-text):before {
	padding-top: 3px;
}

/* Blue button */
button, input[type=button], input[type=submit], a.button, .ui-button.ui-state-default:not(.ui-spinner-button) {
	border: 1px solid #17549b;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);

	background: #5b9fea; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViOWZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzYyZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5b9fea 0%, #0c62d7 100%);  FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b9fea), color-stop(100%,#0c62d7));  Chrome,Safari4+
	background: -webkit-linear-gradient(top,  #5b9fea 0%,#0c62d7 100%);  Chrome10+,Safari5.1+
	background: -o-linear-gradient(top,  #5b9fea 0%,#0c62d7 100%);  Opera 11.10+
	background: -ms-linear-gradient(top,  #5b9fea 0%,#0c62d7 100%);  IE10+
	background: linear-gradient(to bottom,  #5b9fea 0%,#0c62d7 100%);  W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9fea', endColorstr='#0c62d7',GradientType=0 );  IE6-8 */
}

/* Blue button:hover */
button:hover, input[type=button]:hover, input[type=submit]:hover, a.button:hover, .ui-button.ui-state-hover:not(.ui-spinner-button) {
	background: #94c7ff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0YzdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjdiZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #94c7ff 0%, #367bd9 100%);  FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c7ff), color-stop(100%,#367bd9));  Chrome,Safari4+
	background: -webkit-linear-gradient(top,  #94c7ff 0%,#367bd9 100%);  Chrome10+,Safari5.1+
	background: -o-linear-gradient(top,  #94c7ff 0%,#367bd9 100%);  Opera 11.10+
	background: -ms-linear-gradient(top,  #94c7ff 0%,#367bd9 100%);  IE10+
	background: linear-gradient(to bottom,  #94c7ff 0%,#367bd9 100%);  W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c7ff', endColorstr='#367bd9',GradientType=0 );  IE6-8 */
}

/* Blue button:clicked */
button:hover:active, input[type=button]:hover:active, input[type=submit]:hover:active, a.button:hover:active, .ui-button.ui-state-hover.ui-state-active:not(.ui-spinner-button) {
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.63);

/*	background: #2c7eee;  Old browsers
	 IE9 SVG, needs conditional override of 'filter' to 'none'
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2VlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTY0ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2c7eee 0%, #0e64d8 100%);  FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c7eee), color-stop(100%,#0e64d8));  Chrome,Safari4+
	background: -webkit-linear-gradient(top,  #2c7eee 0%,#0e64d8 100%);  Chrome10+,Safari5.1+
	background: -o-linear-gradient(top,  #2c7eee 0%,#0e64d8 100%);  Opera 11.10+
	background: -ms-linear-gradient(top,  #2c7eee 0%,#0e64d8 100%);  IE10+
	background: linear-gradient(to bottom,  #2c7eee 0%,#0e64d8 100%);  W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7eee', endColorstr='#0e64d8',GradientType=0 );  IE6-8 */
}

button.maroon, input[type=button].maroon, input[type=submit].maroon, a.button.maroon,.ui-button.ui-state-default:not(.ui-spinner-button).maroon,
button:hover.maroon, input[type=button]:hover.maroon, input[type=submit]:hover.maroon, a.button:hover.maroon, .ui-button.ui-state-hover:not(.ui-spinner-button).maroon,
button:hover:active.maroon, input[type=button]:hover:active.maroon, input[type=submit]:hover:active.maroon, a.button:hover:active.maroon, .ui-button.ui-state-hover.ui-state-active:not(.ui-spinner-button).maroon
{
    background:#88201B !important;
    border: 1px solid #88201B;
    box-shadow: none;
    font-weight:bold;
}

/* Blue flat button */
button.flat, input[type=button].flat, input[type=submit].flat, a.button.flat {
	border: 1px solid #225ca8;
	box-shadow: none;

	background: #5a98e3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhOThlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjdhYzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5a98e3 0%, #3f7ac6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a98e3), color-stop(100%,#3f7ac6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5a98e3 0%,#3f7ac6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5a98e3 0%,#3f7ac6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5a98e3 0%,#3f7ac6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5a98e3 0%,#3f7ac6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a98e3', endColorstr='#3f7ac6',GradientType=0 ); /* IE6-8 */

	color: #fff;
	text-shadow: 0 1px #000;
}

button.flat:hover, input[type=button].flat:hover, input[type=submit].flat:hover, a.button.flat:hover {
	background: #75b3fd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1YjNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzgzZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #75b3fd 0%, #4383d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b3fd), color-stop(100%,#4383d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #75b3fd 0%,#4383d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #75b3fd 0%,#4383d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #75b3fd 0%,#4383d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #75b3fd 0%,#4383d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b3fd', endColorstr='#4383d6',GradientType=0 ); /* IE6-8 */
}

button.flat:hover:active, input[type=button].flat:hover:active, input[type=submit].flat:hover:active, a.button.flat:hover:active {
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.45);
}

/* Blue button:disabled + Flat:disabled */
button:disabled, input[type=button]:disabled, input[type=submit]:disabled, a.button.disabled:not(.ui-spinner-button),
button.flat:disabled, input[type=button].flat:disabled, input[type=submit].flat:disabled, a.button.flat.disabled:not(.ui-spinner-button),
button:disabled:active, input[type=button]:disabled:active, input[type=submit]:disabled:active, a.button.disabled:active:not(.ui-spinner-button),
button.flat:disabled:active, input[type=button].flat:disabled:active, input[type=submit].flat:disabled:active, a.button.flat.disabled:active:not(.ui-spinner-button) {
	cursor: default;

	border: 1px solid #a2afbe;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);

	background: #d4d9df; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDlkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWRkZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d4d9df 0%, #d5dde9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d9df), color-stop(100%,#d5dde9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4d9df 0%,#d5dde9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4d9df 0%,#d5dde9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4d9df 0%,#d5dde9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4d9df 0%,#d5dde9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d9df', endColorstr='#d5dde9',GradientType=0 ); /* IE6-8 */

	color: #96a3b4;
	text-shadow: 0 1px 0 #fff;
}


/* Red button */
button.red, input[type=reset], input[type=button].red, a.button.red {
	border: 1px solid #832727;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);

	background: #ef6161; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNjE2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ef6161 0%, #cb2f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef6161), color-stop(100%,#cb2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef6161 0%,#cb2f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef6161 0%,#cb2f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef6161 0%,#cb2f2f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef6161 0%,#cb2f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6161', endColorstr='#cb2f2f',GradientType=0 ); /* IE6-8 */
}

/* Red button:hover */
button.red:hover, input[type=reset]:hover, input[type=button].red:hover, a.button.red:hover {
	background: #f68d8d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2OGQ4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMDUyNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f68d8d 0%, #e05252 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68d8d), color-stop(100%,#e05252)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f68d8d 0%,#e05252 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f68d8d 0%,#e05252 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f68d8d 0%,#e05252 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f68d8d 0%,#e05252 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68d8d', endColorstr='#e05252',GradientType=0 ); /* IE6-8 */
}

/* Red button:clicked */
button.red:hover:active, input[type=reset]:hover:active, input[type=button].red:hover:active, a.button.red:hover:active {
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.63);

	background: #ef6161; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNjE2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ef6161 0%, #cb2f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef6161), color-stop(100%,#cb2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef6161 0%,#cb2f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef6161 0%,#cb2f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef6161 0%,#cb2f2f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef6161 0%,#cb2f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6161', endColorstr='#cb2f2f',GradientType=0 ); /* IE6-8 */
}

/* Red flat buttons */
button.red.flat, input[type=button].red.flat, input[type=submit].red.flat, a.button.red.flat {
	border: 1px solid #5c2828;

	background: #d17070; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxNzA3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTNkM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d17070 0%, #953d3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d17070), color-stop(100%,#953d3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d17070 0%,#953d3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d17070 0%,#953d3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d17070 0%,#953d3d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d17070 0%,#953d3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17070', endColorstr='#953d3d',GradientType=0 ); /* IE6-8 */
}

button.red.flat:hover, input[type=button].red.flat:hover, input[type=submit].red.flat:hover, a.button.red.flat:hover {
	background: #ec7f7f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjN2Y3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMTQ1NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ec7f7f 0%, #a14545 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec7f7f), color-stop(100%,#a14545)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ec7f7f 0%,#a14545 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ec7f7f 0%,#a14545 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ec7f7f 0%,#a14545 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ec7f7f 0%,#a14545 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7f7f', endColorstr='#a14545',GradientType=0 ); /* IE6-8 */
}

button.red.flat:hover:active, input[type=button].red.flat:hover:active, input[type=submit].red.flat:hover:active, a.button.red.flat:hover:active {
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.45);
}

/* Red button:disabled + Red Flat:disabled */
button.red:disabled, input[type=reset]:disabled, input[type=button].red:disabled, a.button.red.disabled,
button.flat.red:disabled, input[type=reset].flat:disabled, input[type=button].flat.red:disabled, a.button.flat.red.disabled,
button.red:disabled:active, input[type=reset]:disabled:active, input[type=button].red:disabled:active, a.button.red.disabled:active,
button.flat.red:disabled:active, input[type=reset].flat:disabled:active, input[type=button].flat.red:disabled:active, a.button.flat.red.disabled:active {
	cursor: default;

	border: 1px solid #c3abab;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);

	background: #e0c9c9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwYzljOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2UzY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e0c9c9 0%, #e3cccc 99%, #e3cccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0c9c9), color-stop(99%,#e3cccc), color-stop(100%,#e3cccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0c9c9 0%,#e3cccc 99%,#e3cccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0c9c9 0%,#e3cccc 99%,#e3cccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0c9c9 0%,#e3cccc 99%,#e3cccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0c9c9 0%,#e3cccc 99%,#e3cccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c9c9', endColorstr='#e3cccc',GradientType=0 ); /* IE6-8 */

	color: #927878;
	text-shadow: 0 1px 0 #fff;
}

/* Grey button */
button.grey, input[type=button].grey, input[type=submit].grey, input[type=reset].grey, a.button.grey {
	border: 1px solid #b0b0b0;

	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */

	color: #3a3a3a;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

/* Grey button:hover */
button.grey:hover, input[type=button].grey:hover, input[type=submit].grey:hover, input[type=reset].grey:hover, a.button.grey:hover {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */
}

/* Grey button:clicked */
button.grey:hover:active, input[type=button].grey:hover:active, input[type=submit].grey:hover:active, input[type=reset].grey:hover:active, a.button.grey:hover:active {
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.63);

	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
}

/* Grey flat buttons */
button.grey.flat, input[type=button].grey.flat, input[type=submit].grey.flat, input[type=reset].grey.flat, a.button.grey.flat {
	border: 1px solid #979dad;

	background: #d5d9e2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDllMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYWMxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d5d9e2 0%, #bac1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d9e2), color-stop(100%,#bac1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5d9e2 0%,#bac1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5d9e2 0%,#bac1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5d9e2 0%,#bac1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5d9e2 0%,#bac1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9e2', endColorstr='#bac1d1',GradientType=0 ); /* IE6-8 */

	color: #2c4b67;
	text-shadow: 0 1px 0 #fff;
}

button.grey.flat:hover, input[type=button].grey.flat:hover, input[type=submit].grey.flat:hover, input[type=reset].grey.flat:hover, a.button.grey.flat:hover {
	background: #e6ebf8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGM4ZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6ebf8 0%, #c0c8db 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ebf8), color-stop(100%,#c0c8db)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6ebf8 0%,#c0c8db 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6ebf8 0%,#c0c8db 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6ebf8 0%,#c0c8db 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6ebf8 0%,#c0c8db 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ebf8', endColorstr='#c0c8db',GradientType=0 ); /* IE6-8 */
}

button.grey.flat:hover:active, input[type=button].grey.flat:hover:active, input[type=submit].grey.flat:hover, input[type=reset].grey.flat:hover, a.button.grey.flat:hover:active {
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.45);
}

/* Grey button:disabled */
button.grey:disabled, input[type=button].grey:disabled, input[type=submit].grey:disabled, input[type=reset].grey:disabled, a.button.grey.disabled,
button.flat.grey:disabled, input[type=button].flat.grey:disabled, input[type=submit].flat.grey:disabled, input[type=reset].flat.grey:disabled, a.button.flat.grey.disabled,
button.grey:disabled:active, input[type=button].grey:disabled:active, input[type=submit].grey:disabled:active, input[type=reset].grey:disabled:active, a.button.grey.disabled:active,
button.flat.grey:disabled:active, input[type=button].flat.grey:disabled:active, input[type=submit].flat.grey:disabled:active, input[type=reset].flat.grey:disabled:active, a.button.flat.grey.disabled:active {
	cursor: default;

	border: 1px solid #b0b0b0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);

	background: #d5d5d5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d5d5d5 0%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5d5d5 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5d5d5 0%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5d5d5 0%,#dadada 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5d5d5 0%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#dadada',GradientType=0 ); /* IE6-8 */

	color: #838383;
	text-shadow: 0 1px 0 #fff;
}


/* ********************************************* */
/* jQuery UI styling */

#content > .placeholder {
    display: block;
    float: left;

	margin: 0 0.5%;

	border-radius: 2px;
    background-color: #dddddd;
    border: 1px dashed #aaaaaa;
	box-shadow: inset 0 3px 15px rgba(0,0,0,0.3);
}

#content .ui-sortable-helper {
	display: none;
}

/* Dialog */

.ui-dialog {
	padding: 0;

	border: 1px solid #707070;
	border-radius: 2px;
	box-shadow: 0 0 32px rgba(0,0,0,0.8);
	background: none;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 12px;

	border-radius: 2px 2px 0 0;
	border: none;

	background: url('/img/jquery-ui/dialog-titlebar.png') repeat-x #b3bfcb;
	border-bottom: 1px solid #97a6b5;

	text-align: center;
}

.ui-dialog .ui-dialog-title {
	float: none;
	margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	text-decoration: none;
	font-weight: bold;

	color: #1c456f;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
	border: 1px solid #5f0808;
	background: url('/img/jquery-ui/dialog-titlebar-close-hover.png') repeat-x #6b1717;
	box-shadow: inset 0 1px rgba(255,255,255,0.28);
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover:active {
	background: #591515;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.52);
}

.ui-dialog .ui-dialog-titlebar-close span {
	background: none;
}

.ui-dialog .ui-dialog-titlebar-close span:before {
	content: 'x';
	display: block;

	text-indent: 0;
}

.ui-dialog .ui-dialog-content {
	padding: 10px 25px;
	background: #f9f9f9;

	overflow: visible;

	color: #545454;
}

.ui-dialog .header.button {
	position: absolute;
	top: -34px;
}

.ui-dialog .header.button.right {
	right: 5px;
}

.ui-dialog .header.button.left {
	left: 5px;
}

.ui-dialog .ui-dialog-content {
	border-radius: 0 0 2px 2px;
}

.ui-dialog .actions:before, .ui-dialog .actions:after {
	display: table;
	content: '';
}

.ui-dialog .actions:after {
	clear: both;
}

.ui-dialog .actions {
	width: 100%;
	position: relative;
	left: -25px;
	bottom: -10px;

	padding: 10px 25px;

	overflow: hidden;

	background: #f0f0f0;
	border-top: 1px solid #d7d7d7;
	border-radius: 0 0 2px 2px;
}

.ui-dialog .ui-dialog-buttonpane {
	margin: 0;

	background: #f0f0f0;
	border-top: 1px solid #d7d7d7;
	border-radius: 0 0 2px 2px;
}

.ui-dialog .actions .left {
	float: left;
}

.ui-dialog .actions .right {
	float: right;
}

.ui-widget-overlay {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background: #ffffaa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43MyIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -moz-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -o-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -ms-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;

	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	width: auto !important;
	height: auto !important;
}


/* Progress Bars */

.ui-progressbar {
	height: 17px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.18);
	background: url('/img/jquery-ui/progressbar/bg.png');
	overflow: visible;
}

.ui-progressbar:not(.small) {
	margin: 5px 0;
}

.ui-progressbar.blue {
	border: 1px solid #c5c5c5;
}

.ui-progressbar .ui-progressbar-value {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.33);
}

/* Blue */
.ui-progressbar.blue .ui-progressbar-value {
	background: url('/img/jquery-ui/progressbar/fill-blue.png');
	border: 1px solid #215494;
}

.ui-progressbar.blue.animated .ui-progressbar-value {
	background: url('/img/jquery-ui/progressbar/fill-blue.gif');
}

/* Orange */
.ui-progressbar.orange .ui-progressbar-value {
	background: url('/img/jquery-ui/progressbar/fill-orange.png');
	border: 1px solid #9c562a;
}

.ui-progressbar.orange.animated .ui-progressbar-value {
	background: url('/img/jquery-ui/progressbar/fill-orange.gif');
}

/* Red */
.ui-progressbar.red .ui-progressbar-value {
	background: url('/img/jquery-ui/progressbar/fill-red.png');
	border: 1px solid #a20b0b;
}

.ui-progressbar.red.animated .ui-progressbar-value {
	background: url('/img/jquery-ui/progressbar/fill-red.gif');
}

/* Grey */
.ui-progressbar.grey .ui-progressbar-value {
	background: url('/img/jquery-ui/progressbar/fill-grey.png');
	border: 1px solid #aaaaaa;
}

.ui-progressbar.grey.animated .ui-progressbar-value {
	background: url('/img/jquery-ui/progressbar/fill-grey.gif');
}

.progress-title, .progress-value {
	text-align: right;
}

.progress-value {
	font-weight: normal;
	margin-bottom: 5px;
}

.progress-value + .ui-progressbar, .progress-value + .progess-title {
	margin-top: 5px;
}

/* Small progress bars */

.ui-progressbar.small {
	height: 10px;

	border: none;
	border-radius: 3px;

	box-shadow: 0 1px 0 rgba(255,255,255,0.75), inset 0 1px 2px rgba(0,0,0,0.27);
	background: #d0d5d9;
}

.ui-progressbar.small .ui-progressbar-value {
	margin: 0;
	height: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.33);
	border-radius: 3px;
}

.ui-progressbar.small .ui-progressbar-value.blue {
	border: 1px solid #3474bf;
	background: url('/img/jquery-ui/progressbar/fill-blue-small.png') repeat-x #4285d2;
}

.ui-progressbar.small .ui-progressbar-value.orange {
	border: 1px solid #bf6b34;
	background: url('/img/jquery-ui/progressbar/fill-orange-small.png') repeat-x #e98213;
}

.ui-progressbar.small .ui-progressbar-value.red {
	border: 1px solid #bf3434;
	background: url('/img/jquery-ui/progressbar/fill-red-small.png') repeat-x #c52727;
}

/* Accordion */

.box .content .ui-accordion {
    margin: 0 -10px;
    width: auto;
}

.ui-accordion .ui-corner-all, .ui-accordion .ui-corner-top, .ui-accordion .ui-corner-right, .ui-accordion .ui-corner-left, .ui-accordion .ui-corner-bottom, .ui-accordion .ui-corner-tr, .ui-accordion .ui-corner-tl, .ui-accordion .ui-corner-br, .ui-accordion .ui-corner-bl {
	border-radius: 0;
}

.ui-accordion .ui-accordion-header {
	margin-top: 0;

	border: none;
	border-bottom: 1px solid #c0c0c0;

	background: url('/img/jquery-ui/accordion-header.png');
}

.ui-accordion .ui-accordion-header:nth-last-child(2):not(.ui-state-active) {
	border-bottom: 0;
}

.ui-accordion .ui-accordion-header.ui-state-active {
	background: url('/img/jquery-ui/accordion-header-active.png');
}

.ui-accordion .ui-accordion-header.ui-state-hover {
	background: url('/img/jquery-ui/accordion-header-hover.png');
}

.ui-accordion .ui-accordion-header.ui-state-hover .ui-icon {
	background-image: url('/img/external/jquery-ui/ui-icons_888888_256x240.png');
}


.ui-accordion .ui-accordion-content {
	margin-bottom: 0;
	border: 1px solid #c0c0c0;
	border-top: 0;
	border-left: 0;
	border-right: 0;

	top: 0;
}

.ui-accordion .ui-accordion-content:last-child {
	border-bottom: 0;
}

.ui-accordion.border {
	border: 1px solid #c0c0c0;
}

/* Datepicker */

.ui-datepicker {
	position: relative;

	padding: 0;
	margin-top: 12px;

	box-shadow: 0 0 9px rgba(0,0,0,0.63);
}

.ui-datepicker.ui-widget-content {
	background: #fff;
	border-radius: 0 0 3px 3px;
}

.ui-datepicker-inline {
	box-shadow: none;
}

.ui-datepicker.ui-widget-content {
	border: none;
}


.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	height: 1.7em;
	margin: 0.3em 0;

	left: 5px;

	background: url('/img/jquery-ui/datepicker/arrow-left.png') no-repeat 50% 50%;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 4px;

	border-color: #0f1c2e;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.19);
}

.ui-datepicker .ui-datepicker-prev-hover:active {
	background:  url('/img/jquery-ui/datepicker/arrow-left.png') no-repeat 50% 50% #283343;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.32);
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
	display: none;
}


.ui-datepicker .ui-datepicker-next {
	height: 1.7em;
	margin: 0.3em 0;

	right: 5px;

	background: url('/img/jquery-ui/datepicker/arrow-right.png') no-repeat 50% 50%;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 4px;

	border-color: #0f1c2e;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.19);
}

.ui-datepicker .ui-datepicker-next-hover:active {
	background:  url('/img/jquery-ui/datepicker/arrow-right.png') no-repeat 50% 50% #283343;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.32);
}

.ui-datepicker .ui-datepicker-next .ui-icon {
	display: none;
}


.ui-datepicker .ui-datepicker-title {
	line-height: 2.3em;
}

.ui-datepicker .ui-widget-header {
	background: url('/img/jquery-ui/datepicker/header-bg.png') repeat-x #202c3b;
	border: 1px solid #2c3f5b;
	border-radius: 3px 3px 0 0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.23);
}

.ui-datepicker:before {
	display: block;
	position: absolute;

	height: 11px;
	width: 18px;

	top: -11px;
	right: 50%;
	margin-right: -9px;

	content: ' ';
	background: url('/img/jquery-ui/datepicker/top-arrow.png');
}

.ui-datepicker-inline:before {
	display: none;
}

.ui-datepicker thead tr {
	border: 1px solid #919eb0;
	border-top: none;
	background: url('/img/jquery-ui/datepicker/days-of-week-bg.png') repeat-x #cbd3df;
}

.ui-datepicker th {
	padding: 0.3em;
}


.ui-datepicker tbody tr {
	border: 1px solid #919eb0;
	border-top: none;
	border-bottom: none;
}

.ui-datepicker td span, .ui-datepicker td a {
	width: 20px;
	margin: 0 auto;

	text-align: center;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-datepicker td .ui-state-default {
	background: none;
	border-color: transparent;
	border-radius: 2px;
}

.ui-datepicker td .ui-state-hover {
	border: 1px solid #919ca7;
	background: url('/img/jquery-ui/datepicker/day-hover.png') repeat-x #d9e3ec;
}

.ui-datepicker td .ui-state-active {
	border: 1px solid #152235;
	background: url('/img/jquery-ui/datepicker/day-current.png') repeat-x #222e3d;
}

.ui-datepicker table, .ui-datepicker .ui-datepicker-buttonpane {
	margin: 0;
}

.ui-datepicker table tbody tr:last-child td {
	padding-bottom: 4px;
}


.ui-datepicker .ui-datepicker-buttonpane {
	padding: 0;

	background: transparent;
	border: 1px solid #2c3f5b;
	border-radius: 0 0 3px 3px;
}

.ui-datepicker .ui-datepicker-buttonpane:after {
    clear: both;
}

.ui-datepicker .ui-datepicker-buttonpane:before, .ui-datepicker .ui-datepicker-buttonpane:after {
    content: "";
    display: table;
}

.ui-datepicker .ui-datepicker-buttonpane:before, .ui-datepicker .ui-datepicker-buttonpane:after {
    content: "";
    display: table;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	position: relative;

	width: 50%;

	margin: 0;
	padding: 0.5em 0;

	background: url('/img/jquery-ui/datepicker/button-bg.png') repeat-x #212d3c;
	box-shadow: none;
	border: none;
	border-radius: 0;

	opacity: 1;
}

.ui-datepicker .ui-datepicker-buttonpane button:after {
	display: block;
	position: absolute;

	top: 0;
	bottom: 0;
	right: -1px;
	width: 2px;

	content: '';
	background: url('/img/jquery-ui/datepicker/button-seperator.png');
}

.ui-datepicker .ui-datepicker-buttonpane button:hover {
	background: url('/img/jquery-ui/datepicker/button-hover-bg.png') repeat-x #263241;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover:active {
	background: #263241;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.75);
}

.ui-datepicker .ui-datepicker-buttonpane button:first-child {
	border-bottom-left-radius: 3px;
}

.ui-datepicker .ui-datepicker-buttonpane button:last-child {
	border-bottom-right-radius: 3px;
}

.ui-datepicker .ui-datepicker-buttonpane button:first-child:last-child {
	width: 100%;
}

/* DateTimePicker */

.ui-timepicker-div dl {
	padding: 12px;
	margin: 0;

	border: 1px solid #919eb0;
	border-top: 1px solid #bcc6d5;
	border-bottom: none;

	background: url('/img/jquery-ui/datepicker/time-bg.png') repeat-x #dee3e9;

	text-align: left;
}

.ui-timepicker-div dl dt {
	height: 25px;
	margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

/* Slider */

.ui-slider {
	margin: 5px;

	border: 1px solid #bababa;
}

.ui-slider-horizontal {
	height: 6px;
	background: url('/img/jquery-ui/slider/bg.png') repeat-x;
}

.ui-slider-vertical {
	width: 6px;
	background: url('/img/jquery-ui/slider/vertical-bg.png') repeat-y;
}

.eq + .ui-slider-vertical {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.ui-slider .ui-slider-range {
	top: -1px;

	background: url('/img/jquery-ui/slider/bg-range.png') repeat-x;
	border: 1px solid #5081c1;
}

.ui-slider-vertical .ui-slider-range {
	left: -1px;

	background: url('/img/jquery-ui/slider/vertical-bg-range.png') repeat-y;
}

.ui-slider .ui-slider-range-min {
	top: -1px;
	left: -1px;

	border-radius: 3px 0 0 3px;
}

.ui-slider .ui-slider-range-max {
	top: -1px;
	right: -1px;

	border-radius: 0 3px 3px 0;
}

.ui-slider-vertical .ui-slider-range-min {
	top: auto;
	bottom: -1px;
	left: -1px;

	border-radius: 0 0 3px 3px;
}

.ui-slider-vertical .ui-slider-range-max {
	top: auto;
	bottom: -1px;
	left: -1px;

	border-radius: 3px 3px 0 0;
}

.ui-slider .ui-slider-handle {
	background: url('/img/jquery-ui/slider/picker.png');
	border: 0;

	height: 16px;
	width: 17px;

	cursor: pointer;

	top: -5px;
	margin-left: -8px;
}

.ui-slider-vertical .ui-slider-handle {
	background: url('/img/jquery-ui/slider/vertical-picker.png');
	height: 17px;
	width: 16px;

	top: auto;
	bottom: -6px;
	margin-left: -1px;
}


.ui-slider.ui-disabled {
	cursor: default;
	border: 1px solid #d5d5d5;
}

.ui-slider-horizontal.ui-disabled {
	background: url('/img/jquery-ui/slider/disabled-bg.png') repeat-x;
}

.ui-slider-vertical.ui-disabled {
	background: url('/img/jquery-ui/slider/disabled-vertical-bg.png') repeat-y;
}

.ui-slider.ui-disabled .ui-slider-range {
	background: url('/img/jquery-ui/slider/disabled-bg-range.png') repeat-x;
	border: 1px solid #bababa;
}

.ui-slider-vertical.ui-disabled .ui-slider-range {
	background: url('/img/jquery-ui/slider/disabled-vertical-bg-range.png') repeat-y;
}

.ui-slider.ui-disabled .ui-slider-handle {
	cursor: default;
	background: url('/img/jquery-ui/slider/disabled-picker.png');
}

.ui-slider-vertical.ui-disabled .ui-slider-handle {
	cursor: default;
	background: url('/img/jquery-ui/slider/disabled-vertical-picker.png');
}

.slider-tooltip {
	position: absolute;

	padding: 2px 8px;
	z-index: 8000;

	left: 18px;
	top: -20px;

	background: url('/img/elements/charts/hover-bg.png') repeat-x #e9edf0;
	border: 1px solid #aeaeae;
	border-radius: 3px;

	white-space: nowrap;
}

/* Spinner */

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    height: 27px;
}

.ui-spinner-input {
    float: left;

    padding: 5px;
    margin: 0;

	width: 100%;
	height: 100%;

    border: none;
    background: none;

    vertical-align: middle;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-spinner  {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.22);
	border-radius: 3px;
	border: 1px solid #a0a0a0;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ui-spinner.ui-state-active {
	border: 1px solid #5695db;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.22),
				0 0 7px rgba(86,149,219,0.69);

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ui-spinner-button {
    width: 17px;
    height: 10px;
    font-size: .5em;
    padding: 0;
    margin: 0;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;

	cursor: pointer;
	border-radius: 0 !important;
}

.ui-spinner a.ui-spinner-button {
	border: none;
}

.ui-spinner .ui-spinner-button.ui-spinner-up {
	background: url('/img/elements/spinner/arrow-up.png') 50% 50%;
	height: 12px;
	border-top-right-radius: 3px;
}

.ui-spinner .ui-spinner-button.ui-spinner-up.ui-state-hover {
	background: url('/img/elements/spinner/arrow-up-hover.png') 50% 50%;
}

.ui-spinner .ui-spinner-button.ui-spinner-up.ui-state-active {
	background: url('/img/elements/spinner/arrow-up-active.png') 50% 50%;
}

.ui-spinner .ui-spinner-button.ui-spinner-up .ui-button-text {
	display: none;
}

.ui-spinner .ui-spinner-button.ui-spinner-down {
	background: url('/img/elements/spinner/arrow-down.png') 50% 50%;
	height: 13px;
	border-bottom-right-radius: 3px;
}

.ui-spinner .ui-spinner-button.ui-spinner-down.ui-state-hover {
	background: url('/img/elements/spinner/arrow-down-hover.png') 50% 50%;
}

.ui-spinner .ui-spinner-button.ui-spinner-down.ui-state-active {
	background: url('/img/elements/spinner/arrow-down-active.png') 50% 50%;
}

.ui-spinner .ui-spinner-button.ui-spinner-down .ui-button-text {
	display: none;
}

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
div.ui-spinner,
div.ui-state-default.ui-spinner {
    background: #fff;
}

/* Autocomplete */

.ui-autocomplete-input {
	padding: 5px;

	box-shadow: inset 0 1px 1px rgba(0,0,0,0.22);
	border-radius: 3px;
	border: 1px solid #a0a0a0;
	background-position: 0 center;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ui-autocomplete-input:focus {
	border: 1px solid #5695db;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.22),
				0 0 7px rgba(86,149,219,0.69);

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ui-autocomplete-input.ui-autocomplete-loading {
	background-position: 6px center;
	background-image: url('/img/jquery-ui/loading.gif');
	background-repeat: no-repeat;

	padding-left: 25px;
}

.ui-menu.ui-autocomplete.ui-widget-content {
	margin-top: 10px;
	padding: 0;

	border-radius: 3px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.12);
}

.ui-menu.ui-autocomplete.ui-widget-content:before {
	display: block;
	position:absolute;

	height: 9px;
	width: 15px;

	top: -9px;
	left: 50%;
	margin-left: -7.5px;

	background: url('/img/elements/autocomplete/arrow.png');

	content: '';
	z-index: -1;
}

.ui-menu .ui-menu-item a {
	padding: 5px;

	background: url('/img/elements/autocomplete/el-bg.png') repeat-x #f4f5f5;
	border-bottom: 1px solid #b4b4b4;
	border-radius: 0;

	cursor: pointer;
}

.ui-menu .ui-menu-item:first-child a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.ui-menu .ui-menu-item:last-child a {
	border-bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ui-menu .ui-menu-item a.ui-state-focus {
	background: url('/img/elements/autocomplete/el-bg-hover.png') repeat-x #0e64d8;
	border: 1px solid #196288;
	margin: -1px;
	margin-bottom: 0;
}


/* ********************************************* */
/* Lock screen */

#lock-screen {
	display: none; /* Hide initially */
}

#lock-screen .actions {
	height: 50px;
	width: auto;

	left: 0;

	padding: 0;
	margin: 0 -25px;
}

#slide_to_unlock {
	position: absolute;
	height: 34px;
	bottom: 5px;
	left: 68px;
	right: 68px;

	padding: 2px 1px;
	padding-right: 2px;

	border: 1px solid #a3acb7;
	border-top-color: #8F8F8F;
	border-radius: 6px;

	box-shadow: 0 1px 0px #CFCFCF inset;

	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	cursor: default;

	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#slide_to_unlock img {
	z-index: 101;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#slide_to_unlock span {
	position: relative;
	right: -35px;
	top: 3px;

	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
}

#lock-screen form {
	display: none;
	padding: 12px 25px;
}

#lock-screen form input[type=password] {
	width: 189px;
}


/* ********************************************* */
/* Settings dialog */

.ui-dialog .settings-header {
	position: relative;

	background: url('/img/elements/settings/header-bg.png') repeat-x #b2beca;
	border-bottom: 1px solid #97a6b5;
	text-align: left;

	padding: 0;

	z-index: 1005;
}

.ui-dialog .settings-header .tabs {
	margin: 0;
	padding: 0;

	position:relative;
	overflow: hidden;
}

.ui-dialog .settings-header .tabs.disabled:after {
	display: block;
	position: absolute;

	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	content: '';
	background: rgba(255,255,255,0.64);
}

.ui-dialog .settings-header .tabs li {
	list-style: none;
}

.ui-dialog .settings-header .tabs li a {
	float: left;
	position: relative;

	padding: 10px 20px;

	text-decoration: none;
}

.ui-dialog .settings-header .tabs li a:hover {
	background: url('/img/elements/settings/header-hover-bg.png') repeat-x #ccd6df;
}

.ui-dialog .settings-header .tabs li.current a {
	background: url('/img/elements/settings/header-current-bg.png') repeat-x #9ca8b3;
}

.ui-dialog .settings-header .tabs:not(.center-elements) li.current:first-child a span:before {
	display: none;
}

.ui-dialog .settings-header .tabs li.current a span:before {
	display: block;
	position: absolute;
	content: '';

	left: 0;
	bottom: -4px;

	width: 5px;
	height: 73px;

	background: url('/img/elements/settings/seperator-current-left.png') no-repeat;
}

.ui-dialog .settings-header .tabs li.current a span:after {
	display: block;
	position: absolute;
	content: '';

	right: 1px;
	bottom: -4px;

	width: 5px;
	height: 73px;

	background: url('/img/elements/settings/seperator-current-right.png') no-repeat;
}

.ui-dialog .settings-header .tabs li a:after {
	display: block;
	position: absolute;
	content: '';

	top: 0;
	right: 0;

	width: 1px;
	height: 100%;

	background: url('/img/elements/settings/seperator.png') repeat-x #98a7b6;
}

.ui-dialog .settings-header .tabs li img {
	display: block;
	margin: 0 auto;
}


#settings {
	position: relative;
	display: none;
	padding: 25px;
	width: 500px;
}

#settings.with-actions {
	padding-bottom: 0;
}

#settings.disabled:after {
	display: block;
	position: absolute;
	content: '';

	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	z-index: 1003;
}

/* Settings Action Bar */
#settings .actions {
	display: block;

	padding: 10px 25px;
	margin: 0 -25px;
	margin-top: 20px;

	bottom: 0;
	left: 0;
	right: 0;
	top: 0;

	width: auto;
	height: auto;

	background: #f0f0f0;
	border-top: 1px solid #d7d7d7;
}

#settings .actions .right {
	float: right;
}

#settings .actions .hide {
	display: none;
}

/* Settings Forms */
#settings form {
	display: table;
}

#settings form p {
	display: table-row;
}

#settings form p label, #settings form p input {
	display: table-cell;
	margin-bottom: 10px;
}

#settings form p label {
	padding-right: 20px;
	text-align: right;
}

#settings form p label.error {
	z-index: 1;
}

#settings form p input.small {
	width: 160px;
}

#settings form p input.medium {
	width: 200px;
}

#settings form p input.large {
	width: 300px;
}

#settings p.divider {
	position: relative;
}

#settings p.divider:after {
	display: block;
	position: absolute;

	height: 1px;
	left: 25px;
	right: 25px;

	background: #d0d0d0;
	content: '';
}

#settings p.divider + p > * {
	margin-top: 10px;
}

/* Password dialog */
#settings .change_password {
	display: none;
	position: absolute;

	left: 40px;
	right: 40px;
	top: 0;

	background: #F9F9F9;
	border: 1px solid #c6c6c6;
	border-top: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.75),
				inset 0 4px 4px -4px rgba(0,0,0,0.4);

	z-index: 1004;
}

#settings .change_password form {
	padding: 20px;
	width: 100%;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#settings .change_password form p label, #settings .change_password form p input {
	margin: 0;
}

#settings .change_password form p label {
	font-weight: bold;
}

#settings .change_password .actions {
	width: 100%;

	margin: 0;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#settings .change_password .actions input {
	margin-left: 10px;
}


/* ********************************************* */
/* Profile page */

.profile {
	width: 100% !important;
	margin: 0;
	position: relative;
}

#content > .profile:first-child {
	margin-top: -15px;
}

.profile .header:after, .profile .divider {
	display: block;

	width: 98%;
	margin: 0 1%;

	border-bottom: 1px solid #e1e3e5;

	content: "";
}

.profile .divider {
	margin: 15px 1%;
}

.profile .avatar {
	position: absolute;
	top: 20px;
	left: 20px;

	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        behavior: url("/css/pie/PIE.php");
}

.profile .avatar img, .profile .avatar a {
	display: block;
	padding: 0 10px;
	width: 44px;
}

.profile .avatar img {
	padding-top: 10px;
	padding-bottom: 3px;

	box-shadow: 0 2px 1px rgba(0,0,0,0.08);
}

.profile .avatar a {
	padding-top: 4px;
	padding-bottom: 4px;

	background: url('/img/elements/profile/change-bg.png') repeat-x #e8e8e8;
	border-top: 1px solid #c1c1c1;
	box-shadow: 0 2px 1px rgba(0,0,0,0.08);

	text-align: center;
	text-decoration: none;
}

.profile .avatar a:hover {
	background: url('/img/elements/profile/change-hover-bg.png') repeat-x #f3f3f3;
}

.profile .avatar a:hover:active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.21);
	background: url('/img/elements/profile/change-active-bg.png') repeat-x #e9e9e9;
}

.profile .title {
	overflow: hidden;
	width: 100%;

	padding-left: 107px;

	background: url('/img/elements/profile/title-bg.png') repeat-x #ecf1f4;
	border-bottom: 1px solid #bcc4d2;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.profile .title h2, .profile .title h3 {
	float: left;
	padding: 0;
	padding-bottom: 10px;
}

.profile .title h2 {
	padding-top: 30px;
}

.profile .title h3 {
	padding-left: 10px;
	padding-top: 34px;
}

.profile ul.info {
	padding-left: 107px;
}

.profile ul.info li {
	display: inline-block;

	margin-left: 10px;
	padding-left: 15px;

	border-left: 1px solid #d3d9e3;
}

.profile ul.info li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}

.profile ul.info li a {
	text-decoration: none;
}

.profile ul.info li strong, .profile ul.info li small {
	display: block;
	text-align: left;
}


.profile .details h2 {
	display: inline-block;
	margin-left: 3px;
}

.profile .details > a {
	display: inline-block;
	float: right;

	margin: 1.25em 0;
	margin-right: 1%;

	text-decoration: none;
}

.profile .details > a .icon {
	display: inline-block;
	float: left;

	margin: 0 3px;

	height: 16px;
	width: 16px;
	font-size: 12px;
	line-height: 21px;

	margin: 0 6px;
}

.profile .details > a .icon.right {
	float: right;
}

.profile .details > a .icon:before {
	position: relative;
	top: -2px;
	right: -2px;
}


.profile section {
	border: 1px solid #c9c9c9;
	border-top-color: #adadad;
	border-radius: 3px;
	box-shadow: 0 1px 0 #ededed inset;
	background: #fff;
}

.profile section p {
	padding: 0 15px;
}

.profile table {
	margin: 15px;
}

.profile table tr > td, .profile table tr > th{
	padding-bottom: 5px;
}

.profile table tr:last-child  > td, .profile table tr:last-child  > th {
	padding-bottom: 0;
}

.profile table th {
	text-align: right;
	padding-right: 10px;

	font-weight: normal;
}

.profile .logs {
	margin: 0;
	padding: 0;
}

.profile .logs li {
	border-bottom: 1px solid #eff3f6;

	list-style: none;
}

.profile .logs li:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.profile .logs li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.profile .logs li:hover {
	background: #eff3f6;
}

.profile .logs li:first-child:hover {
	box-shadow: 0 1px 0 #ededed inset;
}

.profile .logs li:last-child {
	border: 0;
}

.profile .logs a {
	display: block;

	padding: 10px;

	text-decoration: none;
}

.profile .logs small {
	float: right;

	padding-right: 10px;

	background: url('/img/elements/profile/logs-arrow.png') no-repeat;
	background-position: right center;
}

.profile .right {
	float: right;
}


/* ********************************************* */
/* Alert messages */

.alert {
	position: relative;

	padding: 5px;
	padding-left: 25px;
	margin: 10px 0;

	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

.alert.closeEverywhere {
	cursor: pointer;
}

#content > .alert {
	margin: 5px 1%;
}

/* Alert: close button */
.alert .close {
	position: absolute;
	right: 8px;
	top: 4px;

	padding: 0 5px;
	padding-bottom: 2px;

	cursor: pointer;

	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;

	border: 1px solid transparent;
	border-radius: 3px;
}


.alert .close:hover {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

/* Alert: Error */
.alert.error, .alert.error .close:hover {
	border: 1px solid #6f0808;

	background: url('/img/elements/alert-boxes/bg-error.png') #892025 repeat-x;;
}

.alert.error .icon {
	display: block;
	position: absolute;

	height: 15px;
	width: 14px;

	left: 5px;

	background: url('/img/elements/alert-boxes/error.png');

	content: ' ';
}

/* Alert: Success */
.alert.success, .alert.success .close:hover  {
	border: 1px solid #126f08;

	background: url('/img/elements/alert-boxes/bg-success.png') #2d7b23 repeat-x;
}

.alert.success .icon {
	display: block;
	position: absolute;

	height: 15px;
	width: 14px;

	left: 5px;

	background: url('/img/elements/alert-boxes/success.png');

	content: ' ';
}

/* Alert: Warning */
.alert.warning, .alert.warning .close:hover  {
	border: 1px solid #966701;

	background: url('/img/elements/alert-boxes/bg-warning.png') #e09a01 repeat-x;
}

.alert.warning .icon {
	display: block;
	position: absolute;

	height: 15px;
	width: 14px;

	left: 5px;

	background: url('/img/elements/alert-boxes/warning.png');

	content: ' ';
}

/* Alert: Information */
.alert.information, .alert.information .close:hover  {
	border: 1px solid #10447f;

	background: url('/img/elements/alert-boxes/bg-information.png') #2e69af repeat-x;
}

.alert.information .icon {
	display: block;
	position: absolute;

	height: 15px;
	width: 14px;

	left: 5px;

	background: url('/img/elements/alert-boxes/information.png');

	content: ' ';
}

/* Alert: Note */
.alert.note, .alert.note .close:hover  {
	border: 1px solid #959595;

	background: url('/img/elements/alert-boxes/bg-note.png') #cacaca repeat-x;
}

.alert.note .icon {
	display: block;
	position: absolute;

	height: 15px;
	width: 14px;

	left: 5px;

	background: url('/img/elements/alert-boxes/note.png');

	content: ' ';
}

/* Alert: Special stylings */
.alert.no-margin {
	margin: 5px -11px;
	border-radius: 0;
	border-width: 1px 0;
}

.alert.no-margin-top {
	margin-top: 0;
}

.alert.no-margin-bottom {
	margin-bottom: 0;
}

.alert.top {
	border-radius: 0;
	box-shadow: none;
	border-width: 1px 0;
	margin: -1px -11px 0;
}

.alert.bottom {
	border-radius: 0;
	box-shadow: none;
	border-width: 1px 0;
	margin: 0 -11px -1px;
}


/* ********************************************* */
/* Scroll to Top button */

#gotoTop  {
	display:none;
	position:fixed;

	height: 35px;
	width: 34px;

	background: url('/img/elements/to-top/normal.png') no-repeat;

	right:15px;
	bottom:15px;

	text-indent: -9999px;
}

#gotoTop:hover {
	background: url('/img/elements/to-top/hover.png') no-repeat;
}

#gotoTop:hover:active {
	background: url('/img/elements/to-top/active.png') no-repeat;
}


/* ********************************************* */
/* Note element */

.box-note {
	position: relative;
	padding: 30px 0;
	margin-bottom: 25px;
	border: 1px solid #dbdcde;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
	background: #fff;
}

.box-note:after {
	display: block;
	position: absolute;

	width: 99px;
	height: 26px;

	top: -13px;
	left: 50%;
	margin-left: -44.5px;

	background: url('/img/elements/note/tape.png');

	content: ' ';
}

.box-note p {
	margin: 0;
	padding: 1px 35px;

	line-height: 21px;

	background: url('/img/elements/note/bg.png');
}

.box-note p:before {
	display: block;
	position: absolute;

	width: 1px;
	top: 0;
	bottom: 0;
	left: 25px;

	background: #f1e9ea;

	content: ' ';
}

.box-note p:after {
	display: block;
	position: absolute;

	width: 1px;
	top: 0;
	bottom: 0;
	left: 30px;

	background: #f1e9ea;

	content: ' ';
}

.box-note li {
	list-style: none;
	padding: 3px 40px;

	font-size: 12px;
	border-top: 1px solid #e2f1f7;
}

.box-note li:last-child {
	border-bottom: 1px solid #e2f1f7;
}


/* ********************************************* */
/* Wizard */
.wizard .content > * {
	display: none;
}

.wizard .content > *:first-child, .wizard .content > *:nth-child(2) {
	display: block;
}

.wizard .steps {
	margin: 0 -10px;
	padding: 0;

	clear: both;

	border-bottom: 1px solid #c2c2c2;
	background: url(../img/elements/wizard/bg.png);
}

.wizard .steps:after {
    clear: both;
}

.wizard .steps:before, .wizard .steps:after {
    content: "";
    display: table;
}

.wizard .steps:before, .wizard .steps:after {
    content: "";
    display: table;
}

.wizard .steps li {
	display: inline;
	float: left;
}

.wizard .steps li a {
	display: inline;
	float: left;
	position: relative;

	padding: 9.5px 15px;
	padding-left: 30px;
	margin: -1px;

	background: url(../img/elements/wizard/bg-normal.png);
	border: 1px solid #9d9d9d;
	border-left: none;

	text-decoration: none;
}

.wizard .steps li:first-child a {
	border-left: 1px solid #9d9d9d;
	padding-left: 15px;
}

.wizard .steps li a.current {
	background: url(../img/elements/wizard/bg-current.png);
	border-color: #225289;
}

.wizard .steps li a.error {
	background: url(../img/elements/wizard/bg-error.png);
	border-color: #5f2424;
}

.wizard .steps li a.success {
	background: url(../img/elements/wizard/bg-success.png);
	border-color: #3e6638;
}

.wizard .steps li a:after {
	display: block;
	content: ' ';
	position: absolute;

	height: 35px;
	width: 16px;

	right: -15px;
	top: -1px;;

	background: url(../img/elements/wizard/arrow-normal.png);

	z-index: 1;
}

.wizard .steps li a.current:after {
	background: url(../img/elements/wizard/arrow-current.png);
}

.wizard .steps li a.error:after {
	background: url(../img/elements/wizard/arrow-error.png);
}

.wizard .steps li a.success:after {
	background: url(../img/elements/wizard/arrow-success.png);
}

.wizard .actions .finish {
	display: none;
}


/* ********************************************* */
/* Pricing Tables */

.pricing {
	display: inline;
	float: left;

	margin: 0 1%;
	margin-bottom: 20px;

	width: 200px;

	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.22);
	text-align: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.pricing.featured {
	position:relative;

	top: -5px;

	border: 5px solid #374151;
}

.pricing .title {
	padding: 3px;

	background: url('/img/elements/pricing/title-bg.png') repeat-x #202c3b;
	border: 1px solid #121f30;
	border-radius: 3px 3px 0 0;

	text-align: center;
}

.pricing.featured .title {
	border-radius: 0;
}

.pricing .price {
	padding: 10px 0;

	background: url('/img/elements/pricing/price-bg.png') repeat-x #e9ecf1;
	border: 1px solid #c8c8c8;
	border-bottom: none;
}

.pricing .price .left {
	float: left;
	width: 50%;
}

.pricing .price .right {
	float: right;
	width: 50%;
	text-align: center;
}

.pricing .price:after {
    clear: both;
}

.pricing .price:before, .pricing .price:after {
    content: "";
    display: table;
}

.pricing .price:before, .pricing .price:after {
    content: "";
    display: table;
}

.pricing .price strong {
	display: block;

	text-align: center;
}

.pricing .price small {
	display: block;

	text-align: center;
}

.pricing .price a.button {
	margin: 0 auto;
}

.pricing.current .price {
	background: url('/img/elements/pricing/price-current-bg.png') repeat-x #f8f8f9;
}

.pricing .info {
	padding: 0;
	margin: 0;

	border: 1px solid #c8c8c8;
	border-radius: 0 0 3px 3px;
}

.pricing .info li {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #dfdfdf;
}

.pricing .info li:last-child {
	border-bottom: none;
}

.pricing .info li img {
	position: absolute;
	padding: 10px;
	border-right: 1px solid #dfdfdf;
}

.pricing .info li span {
	display: block;
	width: 100%;
	padding: 10px 10px 10px 36px;
	text-align: center;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pricing.current .info {
	background: #f6f6f6;
}

.pricing.featured .info {
	border-radius: 0;
}


/* ********************************************* */
/* Messages */

.messages {
	display: inline;
	float: left;

	margin: 0 1%;
}

.messages .msg {
	margin-bottom: 20px;
}

.messages.chat .msg {
	position: relative;
}

.messages .left {
	position: absolute;
}

.messages .left > img, .messages.chat .msg > img {
	display: block;
	position: absolute;

	padding: 5px;

	right: 0;

	border: 1px solid #bdbdbd;
	border-radius: 3px;

	background: url('/img/elements/messages/avatar-bg.png') repeat-x #ececec;
}

.messages.chat .msg > img {
	left: 26px;
	right: auto;
}

.messages.chat .msg.reply > img {
	right: 26px;
	left: auto;
}

.messages .left .buttons {
	margin: 0;
	padding: 0;
	margin: 50px 0 0;
}

.messages .left .buttons li {
	float: left;

	list-style: none;
}

.messages .left .buttons li a {
	padding: 3px 7px;

	border: 1px solid #c2c2c2;
	border-left: none;
	box-shadow: inset 1px 1px 0 #fff;

	background: url('/img/elements/messages/button-bg.png') repeat-x #e4e4e4;
}

.messages .left .buttons li a:hover {
	background: url('/img/elements/messages/button-hover-bg.png') repeat-x #f3f3f3;
}

.messages .left .buttons li a:hover:active {
	background: url('/img/elements/messages/button-active-bg.png') repeat-x #ebebeb;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.48);
}

.messages .left .buttons li:first-child a {
	border-left: 1px solid #c2c2c2;
	border-radius: 3px 0 0 3px;
}

.messages .left .buttons li:last-child a {
	border-radius: 0 3px 3px 0;
}

.messages .left .buttons:after {
    clear: both;
}

.messages .left .buttons:before, .messages .left .buttons:after {
    content: "";
    display: table;
}

.messages .left .buttons:before, .messages .left .buttons:after {
    content: "";
    display: table;
}

.messages .content {
	position: relative;

	width: 600px;

	padding: 15px;
	margin-left: 80px;

	border: 1px solid #cccccc;
	border-radius: 3px;
	background: url('/img/elements/messages/content-bg.png') repeat-x #f7f7f7;
	box-shadow: 0 2px 3px rgba(0,0,0,0.23);
}

.messages.chat .content {
	box-shadow: none;
	background: #fff;
}

.messages.chat .reply .content {
	margin-left: 0;
	margin-right: 80px;
}

.messages .msg.small .content, .messages.small .msg .content {
	width: 400px;
}

.messages .msg.large .content, .messages.large  .msg.content {
	width: 600px;
}

.messages .msg.full .content, .messages.full .msg .content {
	width: auto;
}

.messages .content:after {
	display: block;
	position: absolute;

	height: 17px;
	width: 11px;

	left: -11px;
	top: 6px;

	content: '';
	background: url('/img/elements/messages/content-arrow.png');
}

.messages.chat .reply .content:after {
	left: auto;
	right: -11px;

	background: url('/img/elements/messages/content-arrow-right.png');
}

.messages .content h3 {
	padding: 5px 0;
	padding-top: 0;

	border-bottom: 1px solid #d6d6d6;
}

.messages .content h3 small {
	float: right;
}

.messages .content p {
	margin: 5px 0;
}


/* ********************************************* */
/* News */

.news {
	margin-bottom: 20px;
}

.news .entry {
	position: relative;
	margin-top: 20px;
}

.news .meta {
	position: absolute;

	width: 55px;
	height: 82px;

	margin-bottom: 28px;

	background: url('/img/elements/news/calendar.png');

	text-align: center;

	text-shadow: 0 1px 0 #fff;
}

.news .meta .day {
	padding-top: 7px;
}

.news .meta .month {
	padding-top: 14px;

	text-transform: uppercase;
}

.news .meta .year {
	padding-top: 1px;
}

.news .meta .more {
	display: block;

	padding-top: 12px;

	font-size: 10px;
}

.news .content {
	padding-left: 70px !important;
	border-bottom: 1px solid #d5dae1;
}

.news .content h3 {
	padding: 0;
	margin-bottom: 7px;
}

.news .content h4 {
	padding: 0;
	margin-top: 0;

	font-weight: normal;
}


/* ********************************************* */
/* Charts */

.chart {
	margin: 10px 0;
}

.legend {
	text-align: right;
	height: 25px;
}

.legend table{
	float: right;
}

.legend tr {
	display: inline-block;
	margin-left: 15px;
}

.legend .legendColorBox {
	vertical-align: center !important;
}

.legend .legendColorBox > div {
	border: none !important;
}

.legend .legendColorBox > div > div {
	margin: 5px 0;
	width: 20px !important;
	border-width: 1px !important;
}

.chart-tooltip {
	position: absolute;
	display: none;

	padding: 2px 10px;
	z-index: 9999;

	background: url('/img/elements/charts/hover-bg.png') repeat-x #e9edf0;
	border: 1px solid #aeaeae;
	border-radius: 3px;
}


/* ********************************************* */
/* Mail Popup */

.mail {}

.mail ul {
	padding: 0;
	margin: 0;
}

.mail:before, .mail:after, .mail li:before, .mail li:after, .mail li .text .actions:before, .mail li .text .actions:after {
	display: table;
	content: ' ';
}

.mail:after, .mail li:after, .mail li .text .actions:after {
	clear: both;
}

.mail li {
	float: left;
	width: 100%;

	cursor: pointer;

	list-style: none;
}

.mail li:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.mail li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.mail li.normal:hover, .mail li.normal.hover {
	margin: -1px;

	border: 1px solid #21518a;
	background: url('/img/elements/mail/hover-bg.png') repeat-x #356baa;
}

.mail li .avatar {
	float: left;
	position: relative;

	top: -2px;

	margin: 10px;
	padding: 2px;

	border-radius: 2px;
	border: 1px solid #a0a0a0;
	border-bottom-color: #838383;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);

	background: url(../img/elements/mail/avatar-bg.png);

	user-select: none;
}

.mail li .info {
	margin: 10px;
	margin-left: 66px;
}

.mail li .info strong, .mail li .info span, .mail li .info small {
	display: block;
}

.mail li .text {
	float: left;
	position: relative;
	display: none;

	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	padding: 0 10px;

	box-shadow: inset 0 0 13px rgba(0,0,0,0.8);
	background: url('/img/elements/mail/text-bg.png') repeat-x #394353;

	color: #fff;
	text-shadow: 0 1px 0 #000;

	cursor: default;
}

.mail li .text:after {
	display: block;
	position: absolute;

	top: -7px;
	left: 50%;

	margin-left: -8px;

	height: 8px;
	width: 16px;

	background: url('/img/elements/mail/text-arrow.png');

	content: ' ';
}

.mail li .text .actions {
	margin: 0 -10px;
	padding: 0 10px;

	border-top: 1px solid #19212c;
	background:url('/img/elements/mail/actions-bg.png') repeat-x #17212d;
}

.mail li .text .actions > a {
	margin: 2px 0;
	padding: 2px 10px;

	border-radius: 2px;
	border: 1px solid #1b1b1b;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.13);
	background: url('/img/elements/mail/button-bg.png') repeat-x #283649;

	text-decoration: none;
}

.mail li .text .actions > a.left {
	float: left;
}

.mail li .text .actions > a.right {
	float: right;
}

.mail li .text .actions > a:hover {
	background: url('/img/elements/mail/button-bg-hover.png') repeat-x #344862;
}

.mail li .text .actions > a:hover:active {
	box-shadow: inset 0 5px 8px rgba(0,0,0,0.6);
}

.mail li .text .actions > a.red {
	background: url('/img/elements/mail/button-red-bg.png') repeat-x #592727;
}

.mail li .text .actions > a.red:hover {
	background: url('/img/elements/mail/button-red-bg-hover.png') repeat-x #6d2f2f;
}

.mail li .text .actions > a.red:hover:active {
	box-shadow: inset 0 5px 8px rgba(0,0,0,0.6);
}

.mail li .text .actions > a.disabled {
	background: url('/img/elements/mail/button-bg-disabled.png') repeat-x #2c333c;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);

	cursor: default;
}

.mail li .text .actions > a.red.disabled {
	background: url('/img/elements/mail/button-bg-red-disabled.png') repeat-x #3c2c2c;
}


/* ********************************************* */
/* Tooltips */

.tipsy {
    position: absolute;
    padding: 5px;

    z-index: 100000;

    font-size: 12px;
}

.tipsy-inner {
    padding: 5px 10px 4px 10px;
    max-width: 200px;

	border: 1px solid #000;
    background: url('/img/elements/tooltips/bg.png') repeat-x #1f2b3a;
	border-radius: 3px;
	box-shadow: 0 0 6px rgba(0,0,0,0.94),
				inset 0 1px 0 rgba(255,255,255,0.37);

    text-align: center;
}

.tipsy-arrow {
    position: absolute;

    width: 0;
    height: 0;

    line-height: 0;
    border: 5px dashed #1e2a39;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: #1e2a39;
}

.tipsy-arrow-s {
    border-top-color: #1e2a39;
}

.tipsy-arrow-e {
    border-left-color: #1e2a39;
}

.tipsy-arrow-w {
    border-right-color: #1e2a39;
}

.tipsy-n .tipsy-arrow {
    top: 1px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 1px;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 1px;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 1px;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 1px;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 1px;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 1px;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 1px;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* Gravity Demo */
#gravity {
    width: 100%;
    margin: 5px 0;
    border-spacing: 5px;
	border-collapse: separate;
}

#gravity td {
    width: 33%;
    padding: 5px 0;

	background: url('/img/layout/content/box/header-bg.png') repeat-x #E9ECF1;
	border: 1px solid #D8D8D8;

    text-align: center;
    vertical-align: middle;
}

#gravity a {
	text-decoration: none;
	outline: 0;
}

#gravity a:hover {
    background: none;
}


/* ********************************************* */
/* Full Statistics */

.full-stats {
	display: inline;
	float: left;

	margin: 0 1%;
	margin-bottom: 20px;

	text-align: left;
}

.full-stats.flexiwidth {
	display: block;
	float: none;
	margin: 0 0 20px;
}

.full-stats h2 {
	padding: 0;
	padding-bottom: 5px;

	color: #0d1d31;
	font-size: 14px;
}

.full-stats h2.center {
	text-align: center;
}

.full-stats div {
	cursor: default;
}

.full-stats .stat {
	display: block;
	overflow: hidden;

	background: #fff;
	box-shadow: 0 1px 0px rgba(0,0,0,0.11);

	border-radius: 3px;
	border: 1px solid #cdcdcd;
	border-bottom-color: #a8a8a8;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.full-stats .stat.margin-top {
	margin-top: 23px;
}

.full-stats a {
	text-decoration: none;
}

.full-stats .stat {
	padding: 15px;
}

/* Simple */
.stat.simple {
	padding: 10px 30px;
	text-align: center;
}

.stat.simple .title {
	margin: 5px 0;
}

.stat.simple .value {
	margin: 5px 0;
}

.stat.simple.link:hover {
	background: url('/img/elements/fullstats/simple/a-hover.png') repeat-x #f5f6f6;
}

.stat.simple.link:hover:active {
	background: url('/img/elements/fullstats/simple/a-active.png') repeat-x #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.11),
				inset 0 2px 5px rgba(0,0,0,0.19);
}

.stat.simple.link div {
	cursor: pointer;
}

/* Load */
.stat.load {
	position: relative;
}

.stat.load {
	padding: 0 40px;
}

.stat.load .value {
	margin-top: 30px;
	margin-bottom: 10px;

	text-align: center;
}

.stat.load .bg {
	width: 119px;
	height: 54px;

	margin-bottom: 49px;

	background: url('/img/elements/fullstats/load/bg.png');
}

.stat.load .gauge {
	position: absolute;

	width: 46px;
	height: 18px;

	left: 50%;
	margin-left: -37px;
	top: 100px;

	background: url('/img/elements/fullstats/load/gauge.png');

	-webkit-transform-origin: 37px 50%;
	-moz-transform-origin: 37px 50%;
	-o-transform-origin: 37px 50%;
	-ms-transform-origin: 37px 50%;
	transform-origin: 37px 50%;
}

.stat.load .min {
	position: absolute;
	top: 120px;
	left: 35px;
}

.stat.load .max {
	position: absolute;
	top: 120px;
	right: 20px;
}

/* Level */
.stat.level  {
	position: relative;
}

.stat.level .gauge-container {
	position: relative;

	height: 110px;
	width: 50px;

	margin-top: 21px;
	margin-right: 75px;

	background: url('/img/elements/fullstats/level/container-bg.png') repeat-x #e3e3e3;

	border: 1px solid #bbbbbb;
	border-radius: 3px;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.15);
}

.stat.level .gauge {
	position: absolute;

	left: -1px;
	right: -1px;
	bottom: -1px;

	background: url('/img/elements/fullstats/level/gauge-bg.png');
	border-radius: 0 0 3px 3px;
	border: 1px solid #215494;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.33);
}

.stat.level .gauge.full {
	border-radius: 3px;
}

.stat.level .max {
	position: absolute;

	top: 10px;
	left: 15px;
}

.stat.level .info {
	position: absolute;

	left: 90px;

	margin-top: -6px;

	width: 70px;
}

.stat.level .info:after {
	display: block;
	position: absolute;

	height: 10px;
	width: 9px;

	left: -16px;
	top: 3px;

	background: url('/img/elements/fullstats/level/info-arrow.png');
	content: '';
}

/* Pillar */
.stat.pillar .pillar-container {
	height: 131px;
	width: 50px;

	margin-right: 85px;

	border: 1px solid #111111;
	border-radius: 3px;
}

.stat.pillar .inner {
	position: relative;

	box-shadow: inset 0 1px 0 rgba(255,255,255,0.37);
	border-bottom: 1px solid #000;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.stat.pillar .inner:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.stat.pillar .inner:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: none;
}

.stat.pillar .inner.red {
	background: url('/img/elements/fullstats/pillar/red-bg.png');
}

.stat.pillar .inner.yellow {
	background: url('/img/elements/fullstats/pillar/yellow-bg.png');
}

.stat.pillar .inner.green {
	background: url('/img/elements/fullstats/pillar/green-bg.png');
}

.stat.pillar .value {
	position: absolute;

	left: 70px;
	top: 50%;
	margin-top: -10px;
	padding-right: 15px;

	font-size: 16px;
	font-weight: bold;
}

.stat.pillar .title {
	position: absolute;

	left: 100px;
	top: 50%;
	margin-top: -8px;

	font-size: 12px;
	color: #575757;
}

/* Circular */
.stat.circular {
	position: relative;
}

.stat.circular canvas {
	display: block;

	height: 88px;
	width: 88px;

	margin: 0 auto;
}

.stat.circular > .value {
	position: absolute;

	left: 0;
	right: 0;
	top: 48px;

	text-align: center;
}


.circular-bg {
	color: #c0d0e5;
}

.circular-fg {
	color: #1a4a81;
}


.circular-bg.grey {
	color: #dadada;
}

.circular-fg.grey {
	color: #676767;
}


.circular-bg.red {
	color: #e5c0c0;
}

.circular-fg.red {
	color: #811a1a;
}


.circular-bg.green {
	color: #c4e5c0;
}

.circular-fg.green {
	color: #1a811c;
}

.stat.circular ul {
	display: table;

	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.stat.circular li {
	display: table-row;

	list-style: none;

	font-size: 12px;
	font-weight: bold;
}

.stat.circular li span {
	display: table-cell;
}

.stat.circular li .title {
	padding-right: 25px;
	padding-left: 15px;
}

.stat.circular li.pos .title {
	background: url('/img/elements/fullstats/circular/arrow-green.png') no-repeat 0 50%;
}

.stat.circular li.neg .title {
	background: url('/img/elements/fullstats/circular/arrow-red.png') no-repeat 0 50%;
}

.stat.circular li.neutr .title {
	background: url('/img/elements/fullstats/circular/arrow-grey.png') no-repeat 0 50%;
}

.stat.circular li .value {
	text-align: right;
}

.stat.circular li .percent {
	padding-left: 20px;

	text-align: right;
}

/* Uptime */
.stat.uptime {

}

.stat.uptime .overview {
	display: table;
	margin-top: 8px;
}

.stat.uptime  .server{
	display: table-row;
}

.stat.uptime .server .status, .stat.uptime .server .name {
	display: table-cell;

	padding-bottom: 15px;
}

.stat.uptime .server .status {
	padding-left: 40px;
}

.stat.uptime .server .status.online {
	background: url('/img/elements/fullstats/uptime/arrow-green.png') no-repeat 2px 0;
}

.stat.uptime .server .status.offline {
	background: url('/img/elements/fullstats/uptime/arrow-red.png') no-repeat 2px 0;
}

.stat.uptime .server .name {
	padding-left: 40px;
}

.stat.uptime .info {
	margin-top: 8px;
}

.stat.uptime .info:after {
    clear: both;
}

.stat.uptime .info:before, .stat.uptime .info:after {
    content: "";
    display: table;
}

.stat.uptime .info:before, .stat.uptime .info:after {
    content: "";
    display: table;
}

.stat.uptime .info .left, .stat.uptime .info .right {
	float: left;
	width: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.stat.uptime .info .left {
	padding-right: 10px;
}

.stat.uptime .info .right {
	padding-left: 10px;
	border-left: 1px solid #d5d5d5;
}

/* List */
.stat.list ul {
	padding: 0;
	margin: 0;
}

.stat.list li {
	position: relative;

	margin: 9px 0;
	padding: 5px 0;

	border: 1px solid transparent;

	list-style: none;
}

.stat.list li.link:hover {
	border: 1px solid #d9dcdf;
	border-radius: 3px;
	background: url('/img/elements/fullstats/list/hover-bg.png') repeat-x #f3f4f4;
}

.stat.list li:after {
	display: block;
	position: absolute;

	width: 100%;
	bottom: -5px;

	height: 1px;
	background: #c7c7c7;

	content: '';
}

.stat.list li > *:before {
	display: block;
	position: absolute;

	height: 13px;
	width: 12px;

	left: 10px;
	top: 50%;
	margin-top: -6px;

	content: '';
	background: url('/img/elements/fullstats/list/arrow-grey.png') no-repeat;
}

.stat.list li.up.green > *:before {
	background-image: url('/img/elements/fullstats/list/arrow-green-up.png');
}

.stat.list li.down.green > *:before {
	background-image: url('/img/elements/fullstats/list/arrow-green-down.png');

}

.stat.list li.up.red > *:before {
	background-image: url('/img/elements/fullstats/list/arrow-red-up.png');

}

.stat.list li.down.red > *:before {
	background-image: url('/img/elements/fullstats/list/arrow-red-down.png');

}

.stat.list li a div {
	cursor: pointer;
}

.stat.list li:first-child {
	margin-top: 0;
}

.stat.list li:last-child {
	margin-bottom: 0;
}

.stat.list li:last-child:after {
	display: none;
}

.stat.list li .value, .stat.list li .title {
	display: inline-block;
}

.stat.list li .value {
	padding-left: 40px;
	text-align: right;
}

.stat.list li .title {
	padding-left: 20px;
	padding-right: 10px;
}

/* Horizontal List */
.stat.hlist ul {
	margin: 0;
	padding: 0;
}

.stat.hlist li {
	float: left;

	padding: 0 30px;

	border-left: 1px solid #D9DCDF;

	list-style: none;
	text-align: center;
}

.flexiwidth .stat.hlist li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.stat.hlist li:first-child {
	border-left: none;
}

.stat.hlist .title {
	margin: 5px 0;
}

.stat.hlist .value {
	margin: 5px 0;
}

.stat.hlist.link div {
	cursor: pointer;
}


/* Minichart */
.stat.minichart:after {
    clear: both;
}

.stat.minichart:before, .stat.minichart:after {
    content: "";
    display: table;
}

.stat.minichart:before, .stat.minichart:after {
    content: "";
    display: table;
}

.stat.minichart .left, .stat.minichart .right {
	padding: 0 15px;
}

.stat.minichart .left {
	float: left;
	padding-right: 20px;

	text-align: center;
}

.stat.minichart .title {
	margin: 5px 0;
}

.stat.minichart .total {
	margin: 5px 0;
}

.stat.minichart .right {
	float: right;
	padding-left: 20px;
	border-left: 1px solid #d9dcdf;
}

.stat.minichart .minichart {
	padding-bottom: 5px;
	padding-top: 8px;
}

.stat.minichart .change {
	position: relative;
	padding-left: 15px;
}

.stat.minichart .change:after {
	display: block;
	position: absolute;

	height: 13px;
	width: 12px;

	left: -2px;
	top: 50%;
	margin-top: -5px;

	content: '';
}

.stat.minichart .change.green:after {
	background: url('/img/elements/fullstats/minichart/arrow-green.png') no-repeat;
}

.stat.minichart .change.grey:after {
	background: url('/img/elements/fullstats/minichart/arrow-grey.png') no-repeat;
}

.stat.minichart .change.red:after {
	background: url('/img/elements/fullstats/minichart/arrow-red.png') no-repeat;
}

/* FZ: FullCalendar Part in mango replaced with latest version >>>> */
.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
	margin: 0 -1em; /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: 3%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: -3%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
	left: -2%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
	left: 2%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }

.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 3;
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer { /* positioned it to overcome the event's borders */
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
	right: auto; /* ignore the right and only use the left */
	cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
	left: auto; /* ignore the left and only use the right */
	cursor: e-resize;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}


.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

.fc-day-grid-event .fc-resizer { /* enlarge the default hit area */
	left: -3px;
	right: -3px;
	width: 7px;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}

/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}

.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content: "=";
}

/*@media print {

	 * FullCalendar v1.5.2 Print Stylesheet
	 *
	 * Include this stylesheet on your page to get a more printer-friendly calendar.
	 * When including this stylesheet, use the media='print' attribute of the  tag.
	 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
	 *
	 * Copyright (c) 2011 Adam Shaw
	 * Dual licensed under the MIT and GPL licenses, located in
	 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
	 *
	 * Date: Sun Aug 21 22:06:09 2011 -0700
	 *


     Events
        -----------------------------------------------------

    .fc-event-skin {
        background: none !important;
        color: #000 !important;
    }

     horizontal events

    .fc-event-hori {
        border-width: 0 0 1px 0 !important;
        border-bottom-style: dotted !important;
        border-bottom-color: #000 !important;
        padding: 1px 0 0 0 !important;
    }

    .fc-event-hori .fc-event-inner {
        border-width: 0 !important;
        padding: 0 1px !important;
    }

     vertical events

    .fc-event-vert {
        border-width: 0 0 0 1px !important;
        border-left-style: dotted !important;
        border-left-color: #000 !important;
        padding: 0 1px 0 0 !important;
    }

    .fc-event-vert .fc-event-inner {
        border-width: 0 !important;
        padding: 1px 0 !important;
    }

    .fc-event-bg {
        display: none !important
    }

    .fc-event .ui-resizable-handle {
        display: none !important
    }
}*/

/* FZ: FullCalendar Part in mango replaced with latest version <<<  */

/* ********************************************* */
/* The loading screen */

#loading {
	width: 280px;
	height: 177px;

	background: url('/img/elements/loading/bg.png');

	position: fixed;
	z-index: 999;

	top: 50%;
	left: 50%;

	margin-top: -88.5px;
	margin-left: -140px;

	text-align: center;
}

#loading:after {
	display: block;

	height: 32px;
	width: 32px;

	position: absolute;
	left: 50%;
	top: 68px;

	margin-left: -16px;
	margin-top: -16px;

	background: url('/img/elements/loading/spinner.gif');

	content: ' ';
}

#loading-overlay {
	position: fixed;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background: rgba(0,0,0,0.5);
	background: -webkit-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -moz-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -o-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -ms-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;

	z-index: 998;
}

#loading span {
	display: inline-block;

	position: relative;
	top: 123px;
}


/* ********************************************* */
/* Syntax Highlighting */

.syntaxhighlighter  .toolbar {
	display: none;
}

.syntaxhighlighter .gutter {
	padding-right: 10px;
}

.syntaxhighlighter .gutter .line {
	padding-right: 4px;
}

.syntaxhighlighter, .syntaxhighlighter .line.alt1, .syntaxhighlighter .line.alt2 {
	background: transparent !important;
}

.syntaxhighlighter .gutter .line {
	border-right: 2px solid #79C4EE !important;
}


/* ********************************************* */
/* Explorer */

.explorer {
	margin: 0 -10px;
	border: none;
	border-radius: 0;
}

.elfinder-toolbar {
	background: url('/img/elements/table/header.png') repeat-x #eef0f4;
	border-bottom: 1px solid #c1c1c1;
}

.elfinder-statusbar {
	background: url("../img/layout/content/box/actions-bg.png") repeat-x #f0f1f4;
	border-top: 1px solid #c1c1c1;
	padding: 3px 8px;
}

.elfinder-help .elfinder-dont-panic span {
	right: 0;

}

.elfinder .elfinder-button-search {
	border:0 solid;
	background:transparent;
	padding:0;
	margin: 1px 4px;
	height: auto;
	min-height: 26px;
	float:right;
	width:202px;
}

.elfinder-dialog-error .ui-dialog-content, .elfinder-dialog-confirm .ui-dialog-content {
	padding-left: 56px;
}

.elfinder-dialog[style] {
	z-index: 200 !important;
}

.elfinder .ui-widget-overlay {
	z-index: 199 !important;
}

.elfinder-quicklook-fullscreen[style] {
	z-index: 90000 !important;
}

.elfinder .ui-button.ui-state-hover:active {
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.63);

	background: #2c7eee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2VlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTY0ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2c7eee 0%, #0e64d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c7eee), color-stop(100%,#0e64d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c7eee 0%,#0e64d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c7eee 0%,#0e64d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c7eee 0%,#0e64d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c7eee 0%,#0e64d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7eee', endColorstr='#0e64d8',GradientType=0 ); /* IE6-8 */
}


/* ********************************************* */
/* Search Box */

.searchbox:before, .searchbox:after {
	display: table;
	content: '';
}

.searchbox:after {
	clear: both;
}

.searchbox {
	position: relative;

	width: 100%;
	margin: 0;
	padding: 21px;

	background: url('/img/elements/searchbox/bg.png') repeat-x #ecf1f4;
	border-bottom: 1px solid #bcc4d2;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.searchbox input[type=text] {
	width: 100%;
	padding: 8px 11px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.searchbox input[type=submit] {
	position: absolute;
	top: 21px;
	bottom: 21px;
	right: 21px;

	padding: 5px 15px;

	border-radius: 0 3px 3px 0;
}

.searchbox.grid_12 {
	width: 100%;
}

.searchbox:first-child {
	margin-top: -15px;
}


/* ********************************************* */
/* Search Result */

.searchresults {
	padding: 20px;
	padding-top: 0;
	padding-bottom: 20px;

	margin-top: 0;
	margin-bottom: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.searchresults.grid_12 {
	width: 100%;
	margin: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.searchresults li {
	list-style: none;
}


.searchresults .header {
	position: relative;
	margin-bottom: 18px;

	overflow: hidden;
}

.searchresults .header h3, .searchresults .header strong {
	display: block;
	position: relative;

	background: #fdfdfd;

	z-index:1;
}

.searchresults .header h3 {
	float: left;
	padding: 0;
	padding-right: 20px;

	font-size: 15px;
}

.searchresults .header:after {
	display: block;
	position: absolute;

	height: 1px;

	left: 0;
	right: 0;
	bottom: 7px;

	background: url('/img/elements/searchresults/dotted.png') repeat-x;
	content: '';
}

.searchresults .header strong {
	float: right;
	margin-top: 2px;
	padding-left: 20px;
}


.searchresults li {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.searchresults li:after {
	display: block;
	position: absolute;

	left: -20px;
	right: -20px;
	bottom: 0;
	height: 1px;

	background: #d7d7d7;
	content: '';
}

.searchresults .content:before, .searchresults .content:after {
	display: table;
	content: '';
}

.searchresults .content:after {
	clear: both;
}

.searchresults .content img {
	float: left;
	padding: 5px;

	border: 1px solid #bdbdbd;
	border-radius: 3px;

	background: url('/img/elements/messages/avatar-bg.png') repeat-x #ececec;
}

.searchresults .content table {
	margin-left: 55px;
}

.searchresults .content th, .searchresults .content td {
	padding-bottom: 10px;
}

.searchresults .content th {
	padding-right: 20px;

	text-align: right;
}


/* ********************************************* */
/* Error pages */

.big.error {
	padding-top: 70px;
	text-align: center;
}

.big.error h2, .big.error h1 {
	padding: 0;
}

.big.error h1 {
	margin-bottom: 20px;
}

.big.error h1:after {
	display: none;
}

.big.error h1 span {
	background: transparent;
	box-shadow: none;
}

.big.error h1:before {
	display: block;
	position: absolute;
	bottom: 0px;

	width: 300px;
	height: 1px;
	left: 50%;
	margin-left: -150px;

	background: #d2d8e2;
	content: '';
}

.big.error .small span{
	display: block;
}

.big.error .small a.button {
	margin-top: 10px;
}


/* ********************************************* */
/* Header Buttons */

header .buttons {
	position: absolute;
	right: 0;
	bottom: 20px;
}

header .buttons a {
	float: left;
	margin-left: 15px;
	padding: 10px 30px;

	border: 1px solid #bbbdc7;
	border-bottom-color: #8F8F8F;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.21);
	background: url('/img/elements/headerbuttons/bg.png') repeat-x #e7e8ee;

	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

header .buttons a:hover {
	background: url('/img/elements/headerbuttons/bg-hover.png') repeat-x #f9f9f9;
}

header .buttons a:hover:active {
	background: url('/img/elements/headerbuttons/bg-active.png') repeat-x #f9f9f9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.23);
	border-top-color: #8F8F8F;
	border-bottom-color: #bbbdc7;
}

header .buttons .icon, header .buttons img {
	display: block;

	margin: 0 auto;
	margin-bottom: 5px;

	height: 24px;
	width: 24px;
	font-size: 24px;

	text-decoration: none;
}

header .buttons .icon:before {
	position: relative;
	top: -2px;
}


/* ********************************************* */
/* Gallery */

.gallery:before, .gallery:after {
	display: table;
	content: '';
}

.gallery:after {
	clear: both;
}

.gallery {
	margin: 10px 0;
}

.gallery .image {
	position: relative;
	float: left;
	margin: 5px 10px 0 10px;
}

.gallery a img, .gallery .image > img {
	padding: 3px;
	border: 1px solid #B4B4B4;
	border-bottom-color: #5F5F5F;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.gallery .image a img:hover, .gallery .image > img:hover {
	border: 1px solid #005dc7;
	box-shadow: 0 0 7px rgba(86, 149, 219, 0.69);
}

.gallery .tools {
	padding-bottom: 5px;
}

.gallery .tools .checkbox {
	margin-right: 5px;
}

.gallery .tools menu {
	display: none;
}

.gallery .tools a.menu {
	position: relative;
	top: 3px;

	font-size: 16px;
	color: #787879;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}

.gallery .tools a.menu.open {
	color: #4a4a4b;
}

.gallery .tools menu {
	display: none;
	position: absolute;
	left: 10px;

	margin: 0;
	margin-top: 4px;
	padding: 0;
}

.gallery .tools menu:after {
	display: block;
	position: absolute;

	height: 5px;
	width: 12px;

	top: -5px;
	left: 10px;

	content: '';
	background: url('/img/layout/content/box/menu-arrow.png');
}

.gallery .tools menu a {
	display: block;

	padding: 7px 20px;

	border: 1px solid #cbcbcb;
	border-bottom-width: 0;
	background: url('/img/layout/content/box/menu-item-bg.png') repeat-x #ebedf2;

	text-decoration: none;
}

.gallery .tools menu a.with-icon {
	padding-left: 8px;
}

.gallery .tools menu a .icon {
	float: left;
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-left: 0;
	margin-right: 4px;

	text-align: center;
	font-size: 13px;
}

.gallery .tools menu a:hover {
	background: url('/img/layout/content/box/menu-item-bg-hover.png') repeat-x #ebedf2;
}

.gallery .tools menu a.active {
	background: #e5e7e9;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.47);
}

.gallery .tools menu a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.gallery .tools menu a:last-child {
	border-bottom-width: 1px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.gallery .image > a {
	display: block;
}

.gallery .image > span:not(.badge) {
	display: block;
	text-align: center;

	margin-top: 5px;
}

.gallery .image .badge {
	position: absolute;
	top: 2px;
	right: 0;
}

.fancybox-skin {
	background: transparent;
	border: none;
}


/* ********************************************* */
/* Badges */

.badge {
	padding: 2px 8px;

	border: 1px solid #1e4777;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.76),
				inset 0 1px 0 rgba(255,255,255,0.45);
	background: url('/img/elements/badges/blue.png') repeat-x #4685c7;

	cursor: default;
}

.badge.blue.light {
	background: url('/img/elements/badges/blue-light.png') repeat-x #469dc7;
}

.badge.blue.dark {
	background: url('/img/elements/badges/blue-dark.png') repeat-x #1d68c0;
}

.badge.green {
	border: 1px solid #1d5d1c;
	background: url('/img/elements/badges/green.png') repeat-x #40913f;
}

.badge.orange {
	border: 1px solid #a45c0c;
	background: url('/img/elements/badges/orange.png') repeat-x #d46213;
}

.badge.red {
	border: 1px solid #931616;
	background: url('/img/elements/badges/red.png') repeat-x #b32626;
}


.badge.block {
	display: inline-block;
	margin: 5px;
}


/* ********************************************* */
/* Invoice Template */

.invoice {
	font-family: sans-serif;
}

.invoice h3, .invoice h4 {
	text-align: center;
}

.invoice h4 {
	margin-bottom: 0;
}

.invoice h3 {
	padding-top: 10px;
}


.invoice .supplier {
	float: left;
	margin-left: 5%;
}

.invoice .customer {
	float: right;
	margin-right: 5%;

	text-align: right;
}

.invoice h5 {
	margin-bottom: 3px;
}

.invoice h5 + p {
	margin-top: 1px;
}

.invoice h5, .invoice .supplier span, .invoice .customer span {
	text-transform: uppercase;
}


.invoice .details {
    display: table;
    width: 100%;

	padding: 0 10px;
	margin-bottom: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	font-size: 11px;
}

.invoice .details div {
	display: table-cell;
	padding: 10px;
	padding-left: 15px;

	border: 1px solid #d3d8dc;
	border-left-width: 0;
	border-right-width: 0;
	background: #eceff2
}

.invoice .details div:first-child {
	border-left-width: 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.invoice .details div:last-child {
	border-right-width: 1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.invoice .details .highlighted {
	background: #505d6d;
	border-color: #30363d;
	border-width: 1px;
}

.invoice table {
	padding: 0 10px;
}


.invoice .total {
	float: right;

	margin: 10px;

	background: #505d6d;
	border: 1px solid #30363d;
	border-radius: 5px;
}

.invoice .total span, .invoice .total strong {
	display: inline-block;

	padding: 15px 20px;
}

.invoice .total strong {
	border-left: 1px solid #30363d;
}


.invoice .notes {
	padding: 10px;
}

.invoice .notes :first-child {
	padding-top: 0;
	margin-top: 0;
}


/* ********************************************* */
/* Icon Demo */

span.icon-demo {
	margin: 10px;
	font-size: 24px;
	color: #3E4B58;
	cursor: pointer;
}

img.icon-demo {
	margin: 10px;
	cursor: pointer;
}

/* ********************************************* */
/* Notifications */

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	margin-right: 0;

	border: 1px solid #000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.32),
				0 1px 7px #000;
	background: url('/img/elements/notifications/bg.png') repeat-x #1e2a39;
	border-radius: 3px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	margin-bottom: 5px;
}

div.jGrowl.top-right {
	right: 4%;
	top: 35px;
}

@media screen and (min-width:1281px) {
	div.jGrowl.top-right {
		right: 10%;
	}
}


/* ********************************************* */
/* AT THE BOTTOM */

.ui-button.ui-state-default, .ui-button.ui-state-hover, .ui-button.ui-state-active {
	border-radius: 3px;
}

.ui-buttonset .ui-button {
	border-radius: 0;
}

.ui-buttonset .ui-corner-left {
	border-radius: 3px 0 0 3px;
}

.ui-buttonset .ui-corner-right {
	border-radius: 0 3px 3px 0;
}
