/* layout.css */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body, #header-wrapper {
	background-color: #E0DEDE;
	position: relative;
}

#fixed {
	position: fixed;
	width: 100%;
	z-index: 100;
}

#header-above, #header-main, #title-main, #content-main, #footer {
	min-width: 990px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#header-above {
	height: 19px;
	line-height: 20px;
}

#header-above div a {
	color: #000000;
}

#header-above div {
	text-align: right;
	font-size: 11px;
	margin-right: 10px;
}

#header-main {
	height: 68px;
	background-color: #244566;
	position: relative;
}

#logo {
	float: left;
	margin-top: 18px;
	margin-left: 20px;
}

#header-links-wrapper {
	position: absolute;
	right: 15px;
	top: 7px;
	color: #DDDDDD;
	font-size: 11px;
}

#header-links-wrapper a {
	color: #DDDDDD;
}

/* Ad search */
#search-wrapper {
	float: right;
	margin-top: 27px;
	margin-right: 15px;
}

#search {
	background: url('/current/images/icons/magnifier-desat.png') no-repeat 6px 5px #F3F3F3;
	width: 160px;
	padding-left: 30px;
	border-radius: 1px;
	color: #444444;
	font-size: 16px;
}

#search:hover {
	background-color: #FFFFFF;
}

/* Search fields in Safari/Chrome have a magnifying glass icon natively */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#search {
		width: 170px;
		padding-left: 3px;
		background: #FFFFFF;
	}
}

#search-hint {
	color: #EEEEEE;
	padding-top: 1px;
	text-align: center;
	font-size: 10px;
}

#search-hint.hidden {
	display: none;
}


/* Main menu */
#menu-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-top: 11px;
	width: 523px;
}

#menu {
	height: 46px;
}

#menu .menu-item {
	float: left;
	height: 46px;
	margin-right: 1px;
	width: 86px;
	cursor: pointer;
}

#menu .menu-item:last-child {
	border: none;
}

#menu .menu-item.selected {
	background-color: #3F6789;
}

#menu .menu-item:hover, #menu .menu-item.selected:hover {
	background-color: #447BAC;
}

#menu .menu-item-image {
	width: 24px;
	height: 24px;
	margin: auto;
	margin-top: 4px;
	background-image: url('/current/images/menu-icons.png');
	background-repeat: no-repeat;
}

#menu-item-dashboard .menu-item-image {
	background-position: 0 0;
}

#menu-item-dashboard.selected .menu-item-image {
	background-position: 0 -50px;
}

#menu-item-dashboard:hover .menu-item-image {
	background-position: 0 -25px;
}

#menu-item-ads .menu-item-image {
	background-position: -25px 0;
}

#menu-item-ads.selected .menu-item-image {
	background-position: -25px -50px;
}

#menu-item-ads:hover .menu-item-image {
	background-position: -25px -25px;
}

#menu-item-customers .menu-item-image {
	background-position: -50px 0;
}

#menu-item-customers.selected .menu-item-image {
	background-position: -50px -50px;
}

#menu-item-customers:hover .menu-item-image {
	background-position: -50px -25px;
}

#menu-item-reports .menu-item-image {
	background-position: -75px 0;
}

#menu-item-reports.selected .menu-item-image {
	background-position: -75px -50px;
}

#menu-item-reports:over .menu-item-image {
	background-position: -75px -25px;
}

#menu-item-sync .menu-item-image {
	background-position: -100px 0;
}

#menu-item-sync.selected .menu-item-image {
	background-position: -100px -50px;
}

#menu-item-sync:hover .menu-item-image {
	background-position: -100px -25px;
}

#menu-item-setup .menu-item-image {
	background-position: -125px 0;
}

#menu-item-setup.selected .menu-item-image {
	background-position: -125px -50px;
}

#menu-item-setup:hover .menu-item-image {
	background-position: -125px -25px;
}

#menu .menu-item-text, #menu a, #menu a:visited {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #F5F5F5;
	margin-top: 2px;
	text-decoration: none;
}


/* Title/breadcrumbs */
#title-wrapper {
	height: 44px;
}

#title-main {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	height: 42px;
	-webkit-box-shadow: 0 2px 2px -2px #AAA;
	-moz-box-shadow: 0 2px 2px -2px #AAA;
	box-shadow: 0 2px 2px -2px #AAA;
}

#title-buttons {
	float: right;
	margin-right: 20px;
	margin-top: 6px;
}

#title-buttons select {
	margin-top: 3px;
	max-width: 300px;
}

#title {
	font-weight: bold;
	color: #444444;
	font-size: 15px;
	margin-left: 20px;
	margin-top: 11px;
	width: 520px;
	height: 20px;
	overflow: hidden;
}

/*sets the browser width for which the width will
be made smaller and not mess up the title positioning */
@media only screen and (max-width: 1200px) {
	#title {
		width: 515px;
	}
}

#title a {
	color: inherit;
	text-decoration: none;
}

#title a:hover {
	border-bottom: 1px solid #AAAAAA;
}

#title .separator {
	color: #666666;
	font-size: 12px;
}


/* Main page content */
#content {
	padding-top: 109px;
}

#content-main {
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	min-height: 600px;
}

#content-main-pad {
	padding: 15px 20px 20px;
}


/* Footer */
#footer div {
	margin-top: 4px;
	padding: 6px;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

#footer div a {
	color: #000000;
}


/* Special layout version */
body.special #header-above, body.special #header-main, body.special #title-main, body.special #content-main, body.special #footer {
	min-width: inherit;
	width: inherit;
	min-height: inherit;
}

body.special #content {
	padding-top: 0;
}

body.special #content-main {
	border: none;
}

body.special {
	background: #FFFFFF;
}


/* Printed version */
#print-header { display: none; }
@media print {
	body, #header-wrapper, #title-main, #content-main {
		background: #FFFFFF;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#print-header {
		display: block;
	}

	#print-header div {
		font-size: 18px;
		font-weight: bold;
	}

	#header-above, #header-main, #title-buttons, #footer {
		display: none;
	}

	#fixed {
		position: relative;
	}

	#title {
		font-size: 20px;
		margin-left: 0;
	}

	#content {
		padding-top: 0;
	}

	#content-main-pad {
		padding: 0;
	}
}


/* iPhone version */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	#fixed {
		position: relative;
	}

	#content {
		padding-top: 0;
	}
}


/* Flash messages */
.FlashMessage {
	position: absolute;
	top: 69px; /* just under the menu area */
	left: 0;
	width: 100%;
}

.FlashMessage div {
	background-color: #FFFFCC;
	overflow: hidden;

	margin-left: auto;
	margin-right: auto;

	width: 500px;
	height: 36px;
	border: 1px solid #FFE632;
	border-top: none;

	line-height: 36px;
	text-align: center;
	font-weight: bold;
	color: #454545;
	font-size: 12px;
}


/* Cover for modals and deleted records */
#Blackout,
#SecondaryBlackout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #323232;
	z-index: 115;
	-moz-opacity: 0.75; /* not quite as dark as SMW; more likely to want to see background content? */
	opacity: .75;
	filter: alpha(opacity=75);
}

#SecondaryBlackout {
	z-index: 125; /* greater than .Modal */
}


/* Key commands */
#KeyCommands {
	background-color: #18324B;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #FFFFFF;
	right: 20px;
	/*bottom: 17px;*/
	top: 100px;
	padding: 10px;
	position: absolute;
	z-index: 140;
	margin-left: 100px;
	margin-top: 100px;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}

#KeyCommands .Title {
	font-weight: bold;
	margin-bottom: 10px;
}

#NoKeyCommands {
	background-color: #18324B;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #FFFFFF;
	right: 20px;
	bottom: 17px;
	padding: 10px;
	position: absolute;
	z-index: 140;
	margin-left: 100px;
	margin-top: 100px;
}


/* Debug profiler */
#Profiler {
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 150;
	padding: 10px;
	overflow: auto;
	background-color: #DDDDDD;
	width: 90%;
	height: 90%;
}

/* basic.css */

img {
	/* http://mikekeran.com/other/image-scaling-in-internet-explorer */
	-ms-interpolation-mode: bicubic;
}

a, a:visited {
	color: #0000FF;
}

select {
	background-color: #FCFCFC;
	border: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 13px;
}

option.select-hr {
	border-bottom: 1px dotted #000;
}

select:hover {
	background-color: #D9E0E9;
	cursor: pointer;
}

input {
	background-color: #FCFCFC;
	border: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 2px;
}

input[type='radio'], input[type='checkbox'] {
	border: none;
	background: none;
}

input:hover {
	background-color: #D9E0E9;
}

hr {
	width: 100%;
	border: 0;
	border-top: 1px solid #AAAAAA;
	height: 0;
	background: #AAAAAA;
}


/* Positioning */
.Centered {
	margin-left: auto;
	margin-right: auto;
}

.Right {
	text-align: right;
}


/* Text */
.Deleted {
	color: #666666;
}

.Small {
	font-size: 10px;
	text-decoration: none;
}

.FieldNote {
	font-style: italic;
	font-size: 12px;
	color: #333;
	margin-left: 2px;
}

.ErrorText {
	color: red;
}

.Highlight {
	background-color: #FFFFEE;
}

.Truncate {
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* Tables */
.ResultsTable, .FormTable {
	width: 100%;
	border-spacing: 0px;
	text-align: left;
}

.ResultsTable th {
	font-size: 13px;
	font-weight: bold;
	background: #416E97;
	color: #FFF;
	line-height: 32px;
	padding: 0;
	padding-left: 4px;
	height: 32px;
	background: url(/current/images/title-bg-taller.jpg);
	text-align: left;
}

.ResultsTable th a {
	color: #FFFFFF;
}

.ResultsTable th a.SortedAsc,
.ResultsTable th a.SortedDesc {
	color: #FFFFEE;
	margin-left: 5px;
}

.ResultsTable th a div {
	width: 9px;
	height: 5px;
	float: left;
	background-image: url(/current/images/sort-arrows.png);
	background-repeat: no-repeat;
	margin-top: 15px;
}

.ResultsTable th a.SortedAsc div {
	background-position: 0;
}

.ResultsTable th a.SortedDesc div {
	background-position: -9px 0;
}

.ResultsTable td, .FormTable td {
	padding-left: 2px;
}

/* First cell of header */
.ResultsTable tr:first-child th:first-child {
	padding-left: 7px;
}
/* Last cell of header */
.ResultsTable tr:first-child th:last-child {
	padding-right: 4px;
}

.ResultsTable td.PrimaryColumn {
	color: #454545;
	font-weight: bold;
}

.ResultsTable td.Client {
	max-width: 130px;
}

.SpacerRow {
	height: 15px;
}

.Odd {
	background-color: #FBFBFB;
}

.Odd:hover {
	background-color: #D9E0E9;
}

.Even {
	background-color: #EDEDED;
}

.Even:hover {
	background-color: #D9E0E9;
}

.ResultsTable td, .FormTable td {
	padding: 2px 2px 2px 3px;
}

.ClickableRow:hover {
	cursor: pointer;
	background-color: #D9E0E9;
}

.ResultsTable .NoEntries {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

.FieldsTable th {
	width: 80px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}


/* Forms */
input.Field {
	height: 20px;
	width: 200px;
	font-size: 14px;
}
input[type=file].Field {
	height: 22px;
	font-size: 12px;
}
select.Field {
	height: 26px;
	width: 206px;
	font-size: 14px;
}


/* Hand cursor */
.Clickable {
	cursor: pointer;
}


/* Sections/boxes & banners */
.SectionTitle,
.Banner {
	font-size: 13px;
	font-weight: bold;
	background: #416E97;
	color: #FFF;
	overflow: hidden;

	line-height: 32px;
	padding: 0;
	padding-left: 7px;
	padding-right: 1px;
	height: 32px;
	background: url(/current/images/title-bg.jpg);
}

.SectionTitle .subtitle {
	font-weight: normal;
}


/* Banners */
.Banner.Deleted {
	background: url(/current/images/title-bg-grey.jpg);
}

.Banner.Locked,
.Banner.Pending,
.Banner.Spec,
.Banner.HiddenPublications,
.Banner.NotifyProduct,
.Banner.Flag {
	margin-bottom: 15px;
	width: 936px;
	text-align: center;
}

.Banner.Flag {
	background: none;
	background-color: #999999;
}

.Banner.Locked,
.Banner.HiddenPublications,
.Banner.NotifyProduct {
	background: url(/current/images/title-bg-light-grey.jpg);
}

.Banner.NotifyProduct span {
	font-size: 15px;
}

.Banner.Pending {
	background: url(/current/images/title-bg-red.jpg);
}

.Banner.Spec {
	background: url(/current/images/title-bg-yellow.jpg);
}



/* Section/box titles */
.SectionTitle a, .SectionTitle a:visited, .SectionTitleMultiLine a, .SectionTitleMultiLine a:visited {
	color: #DDD;
}

.SectionBoxTools {
	background-color: #DEDEDE;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	font-size: 10px;
	padding: 2px;
	padding-right: 3px;
}

.SectionBoxTools img {
	vertical-align: middle;
	padding-right: 2px;
}

.SectionBox a:last-child {
	margin-right: 2px;
}

.InstructionsBox {
	font-size: 12px;
	background-color: #FFFFEE;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	width: 400px;
}


/* Modal window */
.Modal {
	display: none;
	position: absolute;
	border: 1px solid #888888;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 120;

	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.Modal.Secondary {
	z-index: 130; /* greater than #SecondaryBlackout */
}

.Modal .SectionTitle.ModalTitle {
	height: 16px;
	line-height: 13px;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 7px 4px 6px 6px;
}

.Modal .CloseWrapper {
	float: right;
	margin-top: -2px;
}

.Modal .ModalButtons {
	height: 29px;
	background-color: #DDDDDD;
	text-align: right;
	padding: 5px;
}

.SectionTitleMultiLine {
	font-size: 13px;
	font-weight: bold;
	background: #59728B;
	color: #FFF;
	padding: 6px 2px 6px 6px;
	min-height: 20px;
	background: url(/current/images/title-bg-taller.jpg);

}

.SectionTitleButton {
	float: right;
	margin-top: 3px;
	margin-right: 1px;
	line-height: normal;
}

.SectionTitleInactive {
	font-weight: bold;
	background: #DDDDDD;
	padding: 4px;
}

.SectionBox {
	background: #EDEDED;
	padding: 4px;
	min-height: 20px;
}

.SectionToggle {
	float: right;
	padding-right: 7px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.SectionBox.Toggled {
	display: none;
}

.SaveBtnSection {
	width: 290px; /* 300 - left and right padding */
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-top: 3px;
	background-color: #D0D0D0;
	padding: 5px;
}

.WarningBox {
	margin-left: auto;
	margin-right: auto;
	background-color: #E5E5E5;
	background-image: url('/current/images/icons/warning-big.png');
	background-repeat: no-repeat;
	background-position: 14px 9px;
	padding: 10px;
	width: 400px;
	height: 30px;
	line-height: 30px;
}

.WarningBox.Error {
	background-image: url('/current/images/icons/error-big.png');
}

.WarningBox .Text {
	margin-left: 50px;
	padding-left: 13px;
	padding-right: 13px;
	border-left: 1px solid #CCC;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.WarningBoxText {
	font-weight: bold;
}

.tooltip {
	z-index: 125;
	padding: 2px;
	padding-right: 5px;
	padding-left: 10px;
	background-color: #98AFC7;
}

#Columns {
}

#FullRow {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.clear {
	clear: both;
}


/* Lists */
ul.link-list {
	list-style-type: none;
	list-style-position: inside;
}

ul.link-list li {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	width: 215px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

ul.link-list li:hover {
	background-color: #D9E0E9;
}

ul.link-list li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.subtle-date {
	color: #333333;
	font-size: 12px;
}

.past-due {
	color: #CC0000 !important;
}

.due-today {
	color: #E5B411 !important;
}

/* buttons.css */

/* Buttons */
.Button a, .Button button {
	background-color:#FCFCFC;
	border: 1px solid #aaaaaa;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 3px 11px 6px 12px; /* Links */

	-moz-border-radius: 3px;
	border-radius: 3px;

	line-height: normal;
}

.Button button {
	width: auto;
	overflow: visible;
	padding: 4px 9px 4px 8px; /* IE6 */
}

.Button a {
 	padding: 4px 10px 5px 10px;
}

*:first-child+html button[type] {
	padding: 2px 10px 3px 7px; /* IE7 */
}

.Button button img, .Button a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
}

.Button .Tiny {
	font-size: 10px;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	background-color: #FAFAFA;
}

.Button .Small {
	font-size: 10px;
	padding: 4px 6px 4px 6px;
}
.Button .SmallInactive {
	font-size: 10px;
	color: #AAAAAA;
	background-color: #EEEEEE;
	padding: 4px 6px 4px 6px;
}

.SmallButton a {
	font-size: 10px;
}

.Button .SmallInactiveWithImage {
	font-size: 10px;
	color: #AAAAAA;
	background-color: #EEEEEE;
	padding: 4px 3px 5px 3px;
}

.Button .SmallWithImage {
	font-size: 10px;
	padding: 4px 3px 5px 3px;
}

/* Hack to get buttons in Safari to look like Firefox */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.Button button {
		padding: 5px 11px 6px 12px;
		margin: 0;
	}
	.Button .Small {
		 padding: 6px 8px 6px 8px;
	}

	.Button .SmallWithImage {
		padding: 6px 7px;
	}

	.Button .SmallInactiveWithImage {
		padding: 6px 7px;
	}
}



/* Fixed width */
.Button .Fixed60 {
	width: 60px;
	padding: 4px 2px 4px 2px;
}

.Button .Fixed60Inactive {
	width: 60px;
	color: #AAAAAA;
	background-color: #EEEEEE;
	padding: 4px 2px 4px 2px;
}


/* Standard Button */
button:hover, .Button a:hover {
	background-color: #D9E0E9;
	border: 1px solid #BBB;
}

.Button.Disabled,
button.Disabled {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}


/* Positive Button */
button.Positive, .Button a.Positive {
	color: #529214;
}
.Button a.Positive:hover, button.Positive:hover {
	background-color: #D9E0E9;
	border: 1px solid #C6D880;
	color: #529214;
}

/* Negative Button */
.Button a.Negative, button.Negative {
	color: #d12f19;
}
.Button a.Negative:hover, button.Negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

/* Select field handled in basic.css */

/* jquery/jquery.tipsy.css */

.tipsy { font-size: 11px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }

	.tipsy-n .tipsy-arrow { top: 0px; 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: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; 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: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; 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: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/* jquery/jquery.datepicker.min.css */

/*!
 * Datepicker v0.4.0
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-10-15T04:28:09.384Z
 */.datepicker-container{font-size:12px;line-height:30px;position:fixed;z-index:-1;top:0;left:0;width:210px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;direction:ltr!important;-ms-touch-action:none;touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.datepicker-container:after,.datepicker-container:before{position:absolute;display:block;width:0;height:0;content:' ';border:5px solid transparent}.datepicker-dropdown{position:absolute;z-index:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{top:-5px;left:10px;border-top:0}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{top:-4px;border-bottom-color:#fff}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{bottom:-5px;left:10px;border-bottom:0}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{bottom:-4px;border-top-color:#fff}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{right:10px;left:auto}.datepicker-panel>ul:after,.datepicker-panel>ul:before{display:table;content:' '}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul{width:102%;margin:0;padding:0}.datepicker-panel>ul>li{float:left;width:30px;height:30px;margin:0;padding:0;list-style:none;cursor:pointer;text-align:center;background-color:#fff}.datepicker-panel>ul>li:hover{background-color:#eee}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{cursor:default;color:#ccc;background-color:#fff}.datepicker-panel>ul>li[data-view='years prev'],.datepicker-panel>ul>li[data-view='year prev'],.datepicker-panel>ul>li[data-view='month prev'],.datepicker-panel>ul>li[data-view='years next'],.datepicker-panel>ul>li[data-view='year next'],.datepicker-panel>ul>li[data-view='month next'],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view='month current'],.datepicker-panel>ul>li[data-view='years current'],.datepicker-panel>ul>li[data-view='year current']{width:150px}.datepicker-panel>ul[data-view=years]>li,.datepicker-panel>ul[data-view=months]>li{line-height:52.5px;width:52.5px;height:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{cursor:default;background-color:#fff}.datepicker-hide{display:none}

/* jquery/jquery.datepicker-overrides.css */

.datepicker-trigger {
	cursor: pointer;
	vertical-align: text-bottom;
}

.datepicker-top-left,
.datepicker-top-right {
	border-top-color: #59728B;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
	border-bottom-color: #59728B;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
	border-bottom-color: #BBB;
}

.datepicker-panel > ul:first-child > li,
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
	background-color: #59728B;
	color: #EEE;
}

.datepicker-top-left::after,
.datepicker-top-left::before,
.datepicker-top-right::after,
.datepicker-top-right::before {
	top: -6px;
	left: 2px;
}

.datepicker-bottom-left::after,
.datepicker-bottom-left::before,
.datepicker-bottom-right::after,
.datepicker-bottom-right::before {
	left: 2px;
	bottom: -4px;
	border-top-color: #FFF;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
	color: #FFF;
	background-color: #BBB;
}

.datepicker-dropdown {
	box-shadow: 2px 1px 6px #888;
	border: none;
}

