/* Core theme settings */
body {
	background-color:#cccccc;
}

.container {
	border: solid 1px #666666;
	background-color:#ffffff;
	padding: 50px 10px 45px 10px;
}

.abstractBackground {
	background: url(../img/abstract.jpg) no-repeat #fff;
}

.page-container {
	background: url(../img/cubes.png);
}

.navbar-fixed-top, .navbar-fixed-bottom {
	min-width: 1000px !important;
}

.navbar .divider-vertical {
	margin: 0;
}

.navbar-shrink-hide {
	display: inline-block !important;
}

/* Start of inverse styling */
.navbar-inverse .navbar-inner {
	background-image: -moz-linear-gradient(center top , #333, #555);
	color: #999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #555;	
}

.navbar-inverse .navbar-inner .divider-vertical {
	border-left: 1px solid #595959;
	border-right: 1px solid #545454;
}
/* End of inverse styling */

.form-condensed .control-group {
	margin-top: 0;
	margin-bottom: 5px;
}


/* Override some Bootstrap formatting */
form {
	margin: 0;
}

hr {
	margin: 12px 0 2px 0;
}

.alert > p {
	margin-bottom: 0px;
}

.nav { 
	margin-bottom: 10px;
}

.nav > li > a {
	padding: 10px 12px !important;
}

.nav-tabs > li > a {
	border: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
}

#dateConfiguration .nav-tabs > .unallocated {
	background-color: #eddad5;
}

#dateConfiguration .nav-tabs > .active > a,
#dateConfiguration .nav-tabs > .active > a:hover, 
#dateConfiguration .nav-tabs > .active > a:focus {
	background-color: #f0fff0;
}

.navbar-fixed-top {
	min-width: 960px !important;
}

.row-fluid [class*="span"] {
	min-height: 8px;
}

select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	margin-bottom: 5px;
	height: 25px;
	font-size: 12px;
}

select, 
input[type="file"] {
	padding: 1px 0px 1px 3px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}

fieldset {
	position: relative;
}

fieldset > legend + div {
	padding-top: 12px;
}

legend {
	border: none;
	/* background-color: #f5f5f5; */
	font-size: 14px;
	position: absolute;
	padding: 0 5px 0 5px;
	width: auto !important;
	top: -25px;
}

ul.compress, 
ul.compress > li, 
ul.compress > li > a {
	padding: 0px !important;
}

ul.compress > li > a {
	padding: 10px 5px 10px 6px !important;
}

ul.compress > li > a i {
	margin-right: 3px !important;
}

ul.compress .dropdown-menu > li > a {
	padding: 3px 10px !important;
}

/* Formatting for tools menu 'arrow' */
.toolsdrop .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 77px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-left: 7px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.toolsdrop .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 78px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	content: '';
}

/* Formatting for print menu 'arrow' */
.printdrop .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 82px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-left: 7px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.printdrop .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 83px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	content: '';
}

/* Added some footer formatting for menu 'arrow' */
#footer .dropdown-menu:before {
	position: absolute;
	bottom: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-top: 7px solid #CCC;
	border-left: 7px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
	content: '';
}

#footer .dropdown-menu:after {
	position: absolute;
	bottom: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	border-left: 6px solid transparent;
	content: '';
}

#footer .dropdown-menu:before, .dropdown-menu.pull-right:before {
	right: 63px;
	left: auto;
}

#footer .dropdown-menu::after, .dropdown-menu.pull-right:after {
	right: 64px;
	left: auto;
}

/* Fix for Bootstrap append / prepend formatting - fixed in v3
 * In this instance these settings are mostly for datepicker object */ 
.input-append.fill
{
	display: block;
	position: relative;
	height: 22px;
}

input.fill {
	position: absolute;
	left: 0px;
	margin-right: 21px;
	padding-right: 30px;
	width: 99% !important;
}

.add-on.fill {
	position: absolute;
	padding: 2px 0px 1px 5px;
	width: 22px;
	right: 0px;
	z-index: 100!important;
}

/* Fix for column filter input */
.filter_column input, 
.filter_column select {
	width: auto !important;
}

#timesTable .filter_column input,
#timesTable .filter_column select {
	width: 60px !important;
}


/* DTE form adjustments */
.DTE_Field {
	padding-top: 5px;
}

.DTE_Field_Input input, 
.DTE_Field_Input select {
	margin-bottom: 5px;
}

/* Fix when making Bootstrap modal draggable */
.modal.fade.ui-draggable-dragging {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

/* Availability styling */
.datepicker {
	z-index: 9999 !important;
}

.datepicker table tr td.day:hover {
	background: none repeat scroll 0 0 #EEEEEE !important;
}

.datepicker table tr td.available {
	background-color: #44aa11;
	background-image: -moz-linear-gradient(center top , #339900, #66cc33);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

.datepicker table tr td.upgrade {
	background-color: #ee9933;
	background-image: -moz-linear-gradient(center top , #ffaa55, #ff7700);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

.datepicker table tr td.active:hover, 
.datepicker table tr td.available:hover, 
.datepicker table tr td.upgrade:hover {
	background: #006DCC !important;
	background-image: -moz-linear-gradient(center top , #0088CC, #0044CC) !important;
	cursor: pointer;
}

.datepicker table tr td.today:hover {
	background-color: #FDE19A !important;
	background-image: -moz-linear-gradient(center top , #FDD49A, #FDF59A) !important;
}

/* Portlets */
.portlet-wrapper {
	/* display: inline-block; */
	padding-top: 10px;
}

.portlet-wrapper > div {
	height: inherit;
	margin: 5px;
	padding: 0 !important;
	overflow-x: hidden;
}

.portlet-wrapper > div > div {
	padding: 10px;
	position: relative;
}

.portlet-content {
	width: 100%;
	word-wrap: break-word;
	overflow: hidden;
}

.portlet-footer {
	width: 100%;
}

.portlet-wrapper-placeholder {
	border: 1px dotted black;
	border-radius: 4px;
	margin: 15px 0px 0px 5px;
	visibility: visible !important;
}

/* Widths & Heights */
.portlet-width-1 {
	width: 25%;	
}

.portlet-width-2 {
	width: 50%;	
}

.portlet-width-3 {
	width: 75%;	
}

.portlet-width-4 {
	width: 100%;	
}

.portlet-height-1 {
	height: 150px;
}
.portlet-height-1 .portlet-content {
	height: 100px;
}

.portlet-height-2 {
	height: 310px;
}
.portlet-height-2 .portlet-content {
	height: 260px;
}

.portlet-height-3 {
	height: 470px;
}
.portlet-height-3 .portlet-content {
	height: 420px;
}

/* Help & Information Pane */
#helpinfo .alert {
	padding: 8px 10px;
	margin-bottom: 8px;
}

/* Adjustment for input-append select */
.input-append .chosen-single div b {
	position: relative;
	right: 28px;
}

.input-append .chosen-single span {
	margin-right: 42px;
}

/* Group selection */
.participantToggle.active {
	background-color: #49AFCD !important;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4) !important;	
	background-position: 0px 25px;
}

/* More obvious disabled options */
select > option:disabled {
	background-color: #DDDDDD !important;
}

/* Small bootbox dialog */
.smallDialog {
	width: 400px !important;
}

/* DataTables processing */
.dataTables_processing {
	padding-left: 20px;
	background: url(../img/ajax-loader.gif) no-repeat #f5f5f5;
	background-position: 15px 15px;
}

.navbar .brand {
	padding: 5px;
	padding-right: 10px;
	margin-left: 0px;
}

.navbar .squaretriangle {
	margin-left: 0px;
	padding-left: 5px;
}

.text-center {
	text-align: center;
}

ul.unstyled {
	margin-bottom: 0px;
}

/* Search footer */
#footer #searchForm {
	float: left;
	position: relative;
	top: 6px;
	padding-right: 10px;
}

#footer #searchForm input {
	width: 130px;
	margin-right: 16px;
	font-size: 12px;	
}

/* Email Templates Configuration */
li.addEmailTemplate {
	margin: 10px 0;
	padding-right:  10px;
}

#newTemplateDescription, 
#modalNewTemplateDescription {
	padding: 0 5px;
}

#emailTargetTypes li.divider {
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
	height: 1px;
	margin: 9px 1px;
	overflow: hidden;
	display: block;
}

#emailTargetTypes li.divider.showdivider {
	display: block;
}

input#addAttachmentsKey {
	margin: 0 5px;
}

/* Staff email */
#senderWrapper fieldset, #recipientsWrapper fieldset {
	border: 1px solid #eaeaea; 
	padding: 5px;
	margin: 10px 0 25px 0;
}
#senderWrapper legend, #recipientsWrapper legend {
	top: -21px;
}

#senderWrapper label {
	display: inline-block;
}

#senderWrapper input[type="checkbox"] {
	margin: 0 5px 0 0;
}

#anotherSender {
	margin-top: 15px;
}

#graphWrapper #overview {
	float: right;
	height: 105px;
	padding: 0;
	position: relative;
	right: 8px;
	top: -125px;
	width: 195px;
	z-index: 999;
}

#graphWrapper #overview .legend, 
#graphWrapper #overview .flot-x-axis, 
#graphWrapper #overview .flot-x1-axis, 
#graphWrapper #overview .flot-y-axis, 
#graphWrapper #overview .flot-y1-axis {
	display: none !important;
}

/* Signature */
.signatureWrapper {
	position: relative;
}

.signature {
	border: 1px; solid #ddd;
	margin-bottom: 10px;
	width: 200px;
	height: 40px;
	background-color: white;
	-webkit-box-shadow: 1px 1px 3px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    1px 1px 3px 0px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:         1px 1px 3px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
}

/* Custom image / attachments */
.customAttachmentWrapper {
	position: relative;
	right: 6px;
	bottom: 6px;	
}

.customImageWrapper {
	position: relative;
}

.customImage {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	width: 200px;
	-webkit-box-shadow: 1px 1px 3px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    1px 1px 3px 0px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:         1px 1px 3px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.customImage:hover {
	cursor: pointer;
}

.customImageUploading, .customAttachmentUploading {
	position: absolute;
	left: 92px;
}

.customImageUpload, .customAttachmentUpload {
    position: relative;
    overflow: hidden;
    width: 180px;
}

.customImageUpload input.upload, .customAttachmentUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* Staff email */
label[for="selectAll"] {
	display: inline-block;
	margin: 0 0 0 5px;
}

#selectAll {
	margin: -2px 0 0 0;
}

#selectAllWrapper {
	margin: 0 0 10px;
    padding-right: 10px;
    text-align: right;
}

#recipientTable tfoot th {
	padding: 5px 0 0 0;
}

#recipientTable tfoot input {
	width: 95%;
}

@media (max-width: 1150px) {
	.navbar-shrink-hide {
		display: none !important;
	}
}

.toggleRange {
	position: relative;
	left: 50px;
	top: 23px;
	width: 115px;
	border: 1px solid #eee;
	padding: 7px;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,1);
	box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,1);
}

.dataTables_wrapper .left {
	clear: both;
	float: left;
	padding-bottom: 5px;
}

.filter_column input.text_filter.title {
	width: 70px !important;
}

.filter_column input.text_filter.postcode {
	width: 70px !important;
}

.commodityRulesTable th {
	font-size: 12px;
}

#ajaxStatus {
    margin: 0 auto !important;
    opacity: 1;
    text-align: center;
    width: 480px;
    z-index: 99999;
}

#ajaxStatus .alert {
	opacity: 1;
	position: fixed;
    top: 50%;
    margin-top: 20px; 
    width: 440px;
    z-index: 99999;
}

/* Book Staff Settings */
#staffSettingsContent {
	max-height: 330px;
	overflow: hidden;
	overflow-y: auto;
}

#removeDuplicatesOption {
    margin: 10px 0;
}

#removeDuplicatesOption #removeDuplicates {
    margin: 0 5px 0 0;
}

#removeDuplicatesOption label {
    display: inline-block;
}

.reportConfigurationElement {
	background-color: #e3e3e3;
    border: 1px solid #999999;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 5px;
	padding: 5px;
}

#sortableFilters, #sortableDisplayProperties, #sortableOrderBys, #sortableGroupBys {
	list-style-type: none;
	margin-left: 0px;
}

.reportDesignerTable .indent1 {
	border-left: solid transparent 50px;
	background-color: #dff0d8;
}

.reportDesignerTable .indent2 {
	border-left: solid transparent 100px;
	background-color: #d9edf7;
}

.reportDesignerTable .indent3 {
	border-left: solid transparent 150px;
	background-color: #fcf8e3;
}

.bootBox670 {
	width: 670px !important;
}

#emailView {
	-webkit-overflow-scrolling: touch;
  	overflow-y: auto;
	width: 100%;
	height: 100%;
}

.hover-cursor:hover {
	cursor: pointer;
}

.venueDateComponentSlots .highlight {
	background-color: rgb(248, 148, 6);
}

.textarea-100 {
	resize: none;
	height: 100px;
}

.textarea-200 {
	resize: none;
	height: 200px;
}

.crud_form {
	margin: 10px 0 10px 0;
	padding: 5px;
	border: solid 1px #eaeaea;
	font-size: small;
}

.crud_input {
	float: left;
	margin-right: 20px;
}

.crud_input label {
	font-size: small;
}

.datepicker {
	z-index: 1600 !important;
}