
.cobra body {
	/* HACK: overriding the YUI Grids default text-align of center - this can be removed when we get rid of YUI Grids */
	text-align: left; 
}

html{
	-ms-overflow-style: scrollbar; /* fixes the IE issue with the scrollbar overlapping content */
}

#main {
	width: 100%;
	min-width: 974px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 153.9%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 1px solid #E5E5E5;
	padding: 1px 1px 3px 1px;
}

h1 .details_header a {
	margin: 0 2px 5px 2px;
	padding: 1px 1px 3px 1px;
	color: #333;
}

h2 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 1px solid #E5E5E5;
	padding: 1px 1px 3px 1px;
}

h2.title {
	color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 6px 4px;
	border-radius: 4px 4px 0px 0px;
}

h2.title a {
	color: #fff;
}

.clear {
	clear: both;
	display: block;
}

.underline {
	text-decoration: underline;
}

.no-bold {
	font-weight: normal;
}

.header-buttons {
	float: right;
	margin-top: -45px; /* NOTE: Header buttons rendered below header and shifted up. */
}


/* Buttons */
form.formtastic input.eql-button {
	padding: 0 10px;
	border-width: 0;
	min-height: 21px;
	line-height: 21px;
	*height: 21px;
	font-size: 93%;
	cursor: pointer;
	border-radius: 4px;
}

/* Header */

#hd_top {
	height: 80px;
}

#hd .logo {
	height: 80px;
	display: block;
	outline: 0;
}

#hd_top .left {
	width: 275px;
	float: left;
	padding-top: 5px;
}

#hd_top .center {
	margin: 0 auto;
	width: 500px;
	padding-top: 5px;
}

#hd_top .right {
	float: right;
	padding-top: 5px;
}

/* Overriding bootstrap link hover behavior because we don't fully use their nav styles yet */
#header-nav-links .nav > li > a:hover {
	text-decoration: underline;
}

#hd_bottom {
	margin-bottom: 20px;
}

#hd .nav {
	height: 30px;
	padding: 5px 5px 0 5px;
}

#hd .nav, #hd .nav a {
	color: #000;
}

#hd_bottom .search {
	height: 50px;
	padding: 7px 5px 0 19px;
	border: 1px solid #aaa;
	border-radius: 4px 4px 4px 4px;
}

#hd_bottom #searchCategoriesContainer {
	/* Spacing between the categories dropdown and the search text box */
	padding-right: 5px; 
}

#hd_bottom #search {
	/* Width of search text box */
	width: 425px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* Search results autocomplete */
#hd_bottom span.twitter-typeahead .tt-menu {
	min-width: 250px;
}

.tt-suggestion {
	cursor: pointer;
}

#hd_bottom .tt-suggestion .category {
	color: #999;
}

#hd_bottom .tt-suggestion:hover .category {
	color: #fff;
}


/* Bootstrap multiselect dropdowns */

.multiselect {
	text-align: left;
}

button.multiselect {
	height: 34px;
	position: relative;
	padding-right: 25px;
}

.multiselect .caret { 
	position: absolute;
	right: 10px;
	top: 15px;
}

.multiselect-container.dropdown-menu li label {
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.multiselect-container.dropdown-menu a:focus {
	outline: none;
}

#hd_bottom .open > .dropdown-menu {
	min-width: 225px;
	z-index: 1001;
}

/* HACK: can't check hidden checkboxes in IE8 so dislpay off screen instead */
#searchCategoriesContainer .multiselect-container.dropdown-menu input {
	position:absolute;
	top: -3000px;
}

#searchCategoriesContainer .multiselect-container.dropdown-menu label {
	padding-left: 12px;
	padding-right: 12px
}

#searchInputs td {
	vertical-align: top;
}


/* Scrollable bootstrap dropdowns */

ul.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}

/* Hack for IE7 dropdowns in the header */
#hd_bottom .dropdown-wrapper {
	width: 225px;
}

/* Fix for menu rendering problems in IE */
.dropdown-wrapper .yuimenu {
	position: absolute;
}

.yui3-eql-menu-hidden {
	display: none;
}

#hdNav {
	clear: both;
	height: 32px;
	border: 1px solid #CBCBCB;
	background: url("yui/sprite.png") repeat-x scroll 0 -200px #D8D8DA;
}

.search-type-links, .search-type-links a {
	color: #fff;
}

.search-type-links a.selected {
	color: #000;
	text-decoration: none;
	cursor: text;
	font-weight: bold;
	outline: 0;
}

.search-type-links {
	padding-bottom: 3px;
}

#show-more-manufacturers{
	padding-top: 5px;
	padding-left: 15px;
}

#show-more-manufacturers a:link{
	text-decoration: underline;
}

#custom-search-link a:link{
	text-decoration: underline;
}

/* Generic error container */
.error-messages {
	background-color: #FFCCCC;
	border: 1px solid #f00;
	padding: 6px;
	margin-bottom: 6px;
}

.error-messages ul {
	margin-bottom: 0; /* Cancel out the bootstrap margin-bottom */
}

.warning-messages{
	border: #B2B300 solid 1px;
	background-color: #FEFFBF;
	padding: 6px;
	margin-bottom: 6px;
}

.button-group {
	padding: 5px 0;
}

/* Bootstrap alert dialog */
.modal-header,
.modal-body,
.modal-footer{
	padding: 10px;
}

.alert .modal-dialog {
	width: 400px;
}

/* TabView */
.cobra .yui3-skin-sam .yui3-tabview-list {
	border-bottom-width: 1px;
}

.cobra .yui3-skin-sam .yui3-tabview-panel {
	background-color: transparent;
}

.cobra .yui3-skin-sam .yui3-tabview-panel {
	border: 0;
}

.cobra .yui3-skin-sam .yui3-tab-label {
	font-size: 14px;
	padding-top: 0.2em;
	border-radius: 4px 4px 0px 0px;
}

/* Bootstrap TabView */
.nav-tabs > li > a {
	color: #337ab7; /* Restore the link color to blue so it's easier to see the tabs are clickable */
}

.nav-tabs {
	margin-bottom: 10px;
}

/* table info view */
.view-table td, .view-table th {
	padding: 4px 6px;
	text-align: left;
}

.view-table tr{
	vertical-align: top;
}

.view-table th {
	font-weight: bold;
}

/* Quick Info */
#quick_info {
	height: 45px;
	float: right;
	margin-left: 5px;
}

#quick_info .quick-info-icon {
	padding-left: 5px;
	margin-top: 5px;
	float:left;
}

#quick_info .left-col, #quick_info .right-col, #quick_info .middle-col {
	float: left;
	background-color: #F4F4F4;
	border: 1px solid #DBDBDB;
	text-align: center;
	vertical-align: middle;
}

#quick_info .left-col {
	min-height: 44px;
	min-width: 155px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-right-width: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#quick_info .hover:hover, #quick_info .hover:hover {
	background-color: #FAFAFA;
}

#quick_info .middle-col {
	min-height: 35px;
	min-width: 175px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-right-width: 0;
}

#quick_info .right-col {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	vertical-align: text-top;
	min-height: 44px;
	padding-top: 7px;
	padding-left:2px;
	padding-right:2px;
	border-left-color: #D6D6D6;
}

#quick_info .main {
	color: #1D507D;
	font-size: 14px;
	font-weight: bold;
	display: block;
	white-space:nowrap;
}

#quick_info .subtext {
	font-size: 12px;
	color: #9D9D9D;
	display: block;
}


/* Punchout Header */
.punchout {
	width: 100%; 
	height: 100%;
}

.punchout .punchout-nav {
	height: 25px;
	padding: 5px;
	font-weight: bold;
	background-color: #FEFFBF;
	border-bottom: 2px solid #666;
	text-align: left;
	font-size: 13px;
}

.punchout .punchout-body {
	top: 25px;
	bottom: 1px;
	left: 0; 
	right: 0;
	position: absolute;
}

.punchout .punchout-frame {
	width: 100%;
	height: 100%;
}

/* Ratings */
.rating {
	width: 80px;
	height: 16px;
	background: url('icons/star-gray-16.png') repeat-x;
	display: inline-block;
}

.rating .stars {
	height: 16px;
	background: url('icons/star-yellow-16.png') repeat-x;
	display: inline-block;
}

/* Currencies */
.currency-usd:before {
	content: '$';
}

/* Sidebar Container */
.sidebar-container {
	border: 1px solid #E5E5E5;
	margin-bottom: 1em;
	border-radius: 4px;
}

.sidebar-container .hd {
	font-weight: bold;
	line-height: 1;
	padding: 5px 10px;
	border-bottom: 1px solid #E5E5E5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.sidebar-container .hd, 
.sidebar-container .hd a {
	color: #fff;
}

.sidebar-container .hd .title {
	float: left;
}

.sidebar-container.container-hidden .bd, 
.header-container.container-hidden .bd{
	display: none;
}

.sidebar-container .hd .toggle, 
.header-container .hd .toggle {
	float: right;
}

.sidebar-container .hd .toggle .container-show, 
.header-container .hd .toggle .container-show {
	display: none;
}

.sidebar-container.container-hidden .hd .toggle .container-show, 
.header-container.container-hidden .hd .toggle .container-show {
	display: block;
}

.sidebar-container.container-hidden .hd .toggle .container-hide, 
.header-container.container-hidden .hd .toggle .container-hide {
	display: none;
}

.header-container {
	margin-bottom: 1em;
}

.header-container .hd .toggle {
	margin-top: -35px;
}

.header-container .hd .toggle a:hover {
	text-decoration: none;
}

.header-container .hd .toggle .container-hide, .toggle .container-hide {
	background-image: url(icons/arrow-up-24.png);
	height: 24px;
}

.header-container .hd .toggle .container-show, .toggle .container-show {
	background-image: url(icons/arrow-down-24.png);
	height: 24px;
}

.sidebar-container .bd {
	padding: 5px 8px;
}

.sidebar-container .hd {
	position: relative;
	height: 26px;
}

/* Old stripes */
.stripe_odd {
	background-color: #fff;
}

.stripe_even {
	background-color: #edf5ff;
}

/* Quick Search Popup on Home Page */
#quickSearchPopup {
	display: none; 
	position: absolute; 
	min-width: 356px; 
	z-index: 9999;
	border: 1px solid #838383;
	padding: 5px;
	background: #F5F5F5;
	border-radius: 4px;
}

#quickSearchPopupName{
	padding-bottom: 2px;
}

#quickSearchPopup * {
	vertical-align: middle;
}

#quickSearchPopup #searchPopupSearchField {
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 5000; 
	width: 200px; 
	display: inline-block;
}

/* Supplier Grid front page*/
.quick-access{
	margin-left: auto;
	margin-right: auto;
	padding: 10px 5px 10px 5px;
}

/* category grid front page */
.category-column{
	float: left;
	width: 32%;
	height: auto;
	margin-left: 3px;
	margin-right: 3px;
}

.category-box {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.category-box .contract-row {
	width: 100%;
	margin: 0px;
}

.category-box .contract-row td {
	padding: 1px;
}

.category-box .search-all-categories-link {
	float: right;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}

.category-box .separator {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

/* Tag Cloud */
.cloud1 { font-size: 100%; }
.cloud2 { font-size: 116%; }
.cloud3 { font-size: 131%; }
.cloud4 { font-size: 146.5%; }
.cloud5 { font-size: 161.6%; }

#shopping_cart table {
	margin: 3px;
}

/* Paginator */
.tabular .paginator {
	display: block;
	text-align: center;
	width: 100%;
	display: block;
}

/* Now Searching Popup */
.searching-popup {
	position: fixed;
	left: 42%;
	top: 50%;
	z-index: 500000;
	background-color: #FFF;
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
	font-size: 150%;
	width: 420px;
	margin-left: -110px;
	margin-top: -100px;
	text-align: center;
	border: solid black 1px;
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.searching-popup .loading-image {
	width: 220px;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	background: url(data-table-loading.gif) no-repeat;
}

.searching-popup-background {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #808080;
	opacity: .5;
	z-index: 1000;
  filter: alpha(opacity=50); /* IE */
}

.searching-popup #searching-status{
	margin-bottom: 15px;
}

/* Dialog */
.eql-dialog .yui3-widget-hd {
	padding: 4px 8px;
	font-size: 15px;
	border: 1px solid #E5E5E5;
	border-radius: 4px 4px 0 0;
}

.eql-dialog .yui3-widget-bd {
	border: 1px solid #E5E5E5;
	background-color: #fff;
	border-width: 0 1px 0 1px;
	padding: 8px;
}

.eql-dialog .yui3-widget-ft {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

.yui3-overlay-focused {
	outline: 0;
}

.yui3-overlay-mask {
	background: #000;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

/* RSS Feed */
.feed .title, .feed .content, .feed .time {
	padding-top: 1px;
	padding-bottom: 1px;
}

.feed .title, .feed .content {
	color: #666666;
}

.feed .title {
	font-size: 14px;
}

.feed .time {
	font-style: italic;
	color: #1D507D;
}

.feed .item {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.date-picker-button {
	background: url(icons/calendar-16.png) no-repeat transparent;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	margin: 0 2px;
	cursor: pointer;
}

#searchCategoriesContainer .yui-button-menu li.first-of-type {
	display: none;
}

/* Bootstrap tooltip */
.tooltip .tooltip-inner a {
	color: #337ab7;
}

/* Breadcrumbs */
#breadcrumbs {
	margin-bottom: 10px;
}

.breadcrumb {
	background-color: inherit;
	display: inline;
	padding-left: 0px;
}

.breadcrumb a {
	color: #337ab7;
}

.breadcrumb > li + li:before {
    content: "/ ";
}

/* hidden elements */
.results-section .not-ready {
	opacity:0;
}

/* browser */ /* TODO duplicated from browser.css in ui gem */
.selected-item{
	float: left;
	border: 1px solid #AAA;
	background-color: #FFF;
	padding: 3px;
	padding-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	border-radius: 4px;
}

.selected-item .delete-icon{
	background: url(icons/delete2-16.png) no-repeat;
	float:left;
	width: 20px;
	cursor: pointer;
}

.home-controller .switch-view {
	display: none;
}

.home-controller .categories-list .bd {
	padding: 0 11px 5px 9px;
	background: #FFF;
}

/* punchout store selector */
.dropdown #punchout_store_dropdown .dropdown-menu a {
	display: block;
	padding: 3px 15px;
	text-decoration: none;
}

.dropdown #punchout_store_dropdown .dropdown-menu li:hover {
	background-color: #f5f5f5;
}

.dropdown #punchout_store_dropdown .dropdown-menu .dropdown-col {
	padding:0px;
}

/* shorten wide dropdowns on tables */
.grapple .wide-dropdown {
	max-width: 150px;
}

/* tables with expand/collapse icons */
.grapple .spacer, .grapple .expand, .grapple .collapse {
	padding-left: 10px;
	float: left;
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 3px;
}

.grapple .expand {
	background: url('icons/plus-14.png') no-repeat;
}

.grapple .collapse {
	background: url('icons/minus-14.png') no-repeat;
}

/* tinymce editor */
div.mce-edit-area {
	max-height: 500px;
	overflow-y: auto;
}

/* free form items */
.free-form-item-table td, .free-form-item-table th {
    padding: 2px;
}

/* header toolbar buttons*/
.toolbar-button {
	margin-left: 4px;
}

/* free form items */
#toolbar-free-form-create {
	display: none;
	border: 1px solid #D5D6D5;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}
/* 
 * Static content css reset 
 * Resets the bootstrap css styles to default css rules so
 * static content displays similar to how looks in the WYSIWYG editor.
 */


.static-content h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

.static-content h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

.static-content h2, .static-content h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

.static-content h2,.static-content h3,
.static-content h4,.static-content h5,.static-content h6,.static-content strong,.static-content dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}

.static-content abbr,.static-content acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

.static-content em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

.static-content del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

.static-content blockquote,.static-content ul,.static-content ol,.static-content dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

.static-content ol,.static-content ul,.static-content dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

.static-content ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

.static-content ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

.static-content dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

.static-content th,.static-content td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

.static-content th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

.static-content a {
	text-decoration: underline;
}

.static-content caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

.static-content sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

.static-content sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

.static-content p,
.static-content fieldset,
.static-content table,
.static-content pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
.static-content button,
.static-content input[type="checkbox"],
.static-content input[type="radio"],
.static-content input[type="reset"],
.static-content input[type="submit"] {
	padding:1px;
}
/*************************
 **   Core              **
 *************************/


.grapple {
	position: relative;
}

.grapple table {
	border-collapse: collapse;
}

.grapple thead .column-headers th {
	white-space: nowrap; /* Don't wrap text in column headers */
}

.grapple thead .sortable {
	cursor: pointer;
}


/*************************
 **   Skin              **
 *************************/

.grapple table {
	/* 1px border at the top of the table */
	border: 1px solid #cbcbcb; 
	border-width: 1px 0 0 0;
}

/* Cells */
.grapple td, .grapple th {
	padding: 4px 10px;
	border: 1px solid #cbcbcb;
	border-width: 0 1px;
}

/* Loading */
.grapple-loading table {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.grapple .loading-overlay {
	display: none;
	position: absolute;
	height: 19px;
	width: 100%;
	top: 150px;
	left: 0;
	background: url("grapple/loading-bar.gif") no-repeat scroll center center transparent;
}

.grapple.grapple-loading .loading-overlay {
	display: block;
}

/* Grapple AJAX */
.grapple-ajax-loading .search-form, 
.grapple-ajax-loading .pagination, 
.grapple-ajax-loading .column-headers {
	/* Hide interactive elements until javascript finishes initializing */
	visibility: hidden;
}


/**************** Header ****************/

/* Column Headers */
.grapple thead .column-headers th {
	font-size: 108%;
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	background-color: #eee;
}

.grapple thead .text-left {
	text-align: left;
}

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

.grapple thead .text-right {
	text-align: right;
}

/* Sortable Column Headings */
.grapple thead .sortable:hover {
	background-color: #e0e0e0;
}

.grapple thead .sortable a:hover {
	text-decoration: none;
}

.grapple thead .column-headers th.sorted {
	background-color: #e0e0e0;
}

.grapple thead .sortable .sort-asc {
	/* TODO: put in sprite */
	background: url("grapple/arrow-up.png") no-repeat scroll right center transparent;
}

.grapple thead .sortable .sort-desc {
	/* TODO: put in sprite */
	background: url("grapple/arrow-down.png") no-repeat scroll right center transparent;
}

/* Infobar */
.grapple thead .infobar th{
	border-bottom: 1px solid #aaa;
	text-align: left;
}

/* Toolbar */
.grapple .toolbar th {
	background: #cbcbcb;
	border-bottom: 1px solid #aaa;
	/*border-width: 0;*/
}

/* Search Form */
.grapple .search-form {
	float: left;
	padding: 3px 0;
}

.grapple .search-form .search-icon {
	margin-left: 5px;
}

.grapple .search-form * {
	vertical-align: middle;
}

.grapple .search-form table,
.grapple .search-form table td {
	border: 0;
	padding: 0;
}

.grapple .search-form table td {
	padding-right: 5px;
}

/* Actions */
.grapple .toolbar .actions {
	height: 22px;
	float: right;
}


/**************** Footer ****************/

/* Footer */
.grapple tfoot td {
	background-color: #fff;
	border-top: 1px solid #cbcbcb;
	border-width: 1px 0 0 0;
}

/* Pagination */
.grapple tfoot .pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin: 6px 0;
}

.grapple .pagination .disabled.previous_page,
.grapple .pagination .disabled.next_page {
	display: none;
}

.grapple .pagination .current {
	font-weight: bold;
	background-color: transparent;
	border: medium none;
	padding: 3px 6px;
}

.grapple .pagination a {
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	padding: 2px 6px;
	color: #0066CC;
	outline: 0 none;
	text-decoration: underline;
	margin-left: 1px;
	margin-right: 1px;
}

.grapple .pagination .next_page, 
.grapple .pagination .previous_page {
	background-color: transparent;
	border: 0;
}


/**************** Body ****************/

/* Alternating row colors */
.grapple tbody .even {
	background-color: #fff;
}

.grapple tbody .odd {
	background-color: #edf5ff;
}

/* Row Actions (for Edit/Delete/Show/etc) */
.grapple td.actions {
	white-space: nowrap;
}

/* Expanding/collapsing content */
.grapple .expand-icon {
	background: url('grapple/plus.png') no-repeat;
}

.grapple .collapse-icon {
	background: url('grapple/minus.png') no-repeat;
}

.grapple .spacer, .grapple .expand-icon, .grapple .collapse-icon {
	padding-left: 10px;
	float: left;
	width: 16px;
	height: 16px;
	display: block;
}

/* Nested tables */
.grapple table.inner-table {
	border: none;
}

.grapple table.inner-table {
	border: none;
}

.grapple table.inner-table td {
	border: none;
	padding: 1px;
	margin: 0px;
}

/* TODO: Remove this */

.grapple tbody .red {
	background-color: #ffdddd;
}

/* TODO: Remove this */
.grapple h2 {
	font-size: 116%;
	padding: 2px 0;
}

/* TODO: is this still being used? */
.grapple .not-ready {
	visibility: hidden;
}

/* Pagination */
/* HACK: Restoring bootstrap styles that conflict with styles in grapple.css */
.grapple tfoot .pagination {
	display: inline-block;
	width: auto;
	margin: 20px 0;
}

.grapple .pagination a {
	border: 1px solid #ddd;
	padding: 6px 12px;
	color: #337ab7;
	text-decoration: none;
	margin-left: -1px;
	margin-right: 0px;
}

.grapple tfoot td {
	text-align: center;
}

.grapple tfoot td.text-left {
	text-align: left;
}

.grapple tfoot td.text-center {
	text-align: center;
}

.grapple tfoot td.text-right {
	text-align: right;
}
/* Toolbar */
.grapple .toolbar .actions {
	height: 35px; /* The actions container needs to be taller because the buttons are bigger */
	padding: 3px 0; /* Get the actions to line up vertically with the search form button */
}

/* HACK to get buttons to not stick together in grapple tables */
.grapple .actions .btn  {
	margin-left: 5px;
}

.grapple .search-form * {
	vertical-align: middle; /* baseline looks better in most browsers but it doesn't line up correctly in firefox */
}

/* 
	Get rid of bold styles on form elements in the search form
	They are causing sizing issies in chrome 
*/
.grapple .search-form select, 
.grapple .search-form input {
	font-weight: normal;
}

.grapple .search-form label {
	margin-bottom: 0px; /* Remove margin added by bootstrap so vertical alignment of labels is correct */
}

/* Set the width of datepickers within grapple tables */
.grapple .date-picker {
	width: 110px;
}
span.twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #428bca;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu {
  top: 28px !important;
}
span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.







*/
