/* 
 * NOTE: jquery files are regular css files with 
 * scss extension so that they will import correctly 
 */
/*COMPLIMENTARY GA COLORS*/
/*OPERATING COLORS*/
/* UNCS COLORS */
/*--Funtional-Colors--*/
/*--Combine FontAwesome Selectors--*/
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
 */
/* Component containers
----------------------------------*/
/* line 17, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 21, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 24, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 31, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 34, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 42, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* line 48, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
/* line 54, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 71, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 78, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 99, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 105, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 108, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/* line 119, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

/* line 124, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 133, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 140, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 144, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 149, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 156, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 161, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 166, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 171, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 178, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 185, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 193, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 197, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

/* line 201, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

/* line 204, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

/* line 210, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

/* line 214, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

/* line 218, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* line 222, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* line 227, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 228, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 229, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 230, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 231, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 232, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 233, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 234, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 235, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 236, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 237, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 238, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 239, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 240, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 241, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 242, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 243, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 244, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 245, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 246, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 247, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 248, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 249, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 250, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 251, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 252, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 253, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 254, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 255, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 256, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 257, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 258, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 259, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 260, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 261, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 262, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 263, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 264, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 265, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 266, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 267, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 268, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 269, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 270, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 271, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 272, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 273, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 274, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 275, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 276, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 277, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 278, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 279, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 280, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 281, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 282, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 283, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 284, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 285, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 286, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 287, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 288, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 289, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 290, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 291, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 292, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 293, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 294, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 295, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 296, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 297, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 298, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 299, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 300, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 301, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 302, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 303, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 304, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 305, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 306, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 307, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 308, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 309, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 310, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 311, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 312, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 313, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 314, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 315, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 316, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 317, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 318, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 319, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 320, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 321, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 322, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 323, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 324, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 325, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 326, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 327, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 328, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 329, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 330, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 331, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 332, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 333, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 334, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 335, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 336, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 337, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 338, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 339, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 340, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 341, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 342, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 343, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 344, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 345, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 346, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 347, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 348, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 349, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 350, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 351, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 352, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 353, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 354, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 355, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 356, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 357, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 358, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 359, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 360, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 361, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 362, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 363, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 365, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 366, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 367, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 368, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 369, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 370, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 371, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 372, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 373, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 374, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 375, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 376, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 377, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 378, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 379, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 380, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 381, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 382, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 383, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 384, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 385, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 386, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 387, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 388, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 389, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 390, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 391, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 392, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 393, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 394, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 395, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 396, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 397, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 398, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 399, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 400, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 401, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 402, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 409, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 415, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 421, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 427, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 435, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */
}

/* line 440, ../cssTools/_/components/sass/jquery/_jquery-ui.theme.scss */
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
/* line 13, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-helper-hidden {
  display: none;
}

/* line 16, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 26, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 36, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 42, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 45, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 55, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 62, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
/* line 70, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 80, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 90, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 97, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 105, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 110, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 116, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 123, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 126, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 132, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 136, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 143, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 149, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu-icons {
  position: relative;
}

/* line 152, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
/* line 157, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 166, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 170, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

/* line 188, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 197, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
/* line 205, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
/* line 210, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 218, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 227, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
/* line 237, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 242, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 246, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 251, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 255, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 263, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 266, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 269, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 272, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 275, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 278, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 281, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
/* line 286, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

/* line 292, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 296, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 301, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 308, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 316, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 319, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 324, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 328, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 335, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 339, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 342, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 345, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 348, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 351, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 360, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 365, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 369, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 373, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 379, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 385, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 389, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 396, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 404, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 412, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 417, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 420, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 423, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 427, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 430, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 433, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 436, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 440, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 443, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 450, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 453, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 457, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 461, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 465, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 469, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 472, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 475, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 479, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
/* line 486, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 494, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 501, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 505, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 513, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 522, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 529, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 536, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 539, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 543, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 547, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 551, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 555, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 559, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 566, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 570, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 574, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 578, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 582, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 585, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 589, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable {
  position: relative;
}

/* line 592, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 599, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 603, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 610, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 617, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 624, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 631, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 638, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 645, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 652, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 659, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 664, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 668, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

/* line 674, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 677, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 681, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 686, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 694, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 699, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 708, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 711, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 717, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 722, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 726, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 730, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 739, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 749, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 754, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 757, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 761, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 765, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 768, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 772, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 776, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 781, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 785, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 788, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 791, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 795, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 802, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

/* line 812, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 826, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 831, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-spinner-up {
  top: 0;
}

/* line 834, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-spinner-down {
  bottom: 0;
}

/* line 837, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 841, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 845, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 855, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 860, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 864, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 869, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 872, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 878, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* line 884, ../cssTools/_/components/sass/jquery/_jquery-ui.structure.scss */
body .ui-tooltip {
  border-width: 2px;
}

/**
 * Style-sheet for dtpicker
 * https://github.com/mugifly/jquery-simple-datetimepicker
 */
/* line 6, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker {
  display: inline-block;
  font-weight: 300;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0.5px 0.5px 0px #c8c8c8;
  -webkit-box-shadow: 0.5px 0.5px 3px #eeeeee;
  -moz-box-shadow: 0.5px 0.5px 3px #eeeeee;
}

/*
 * datepicker_header
*/
/* line 23, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_header {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #eeeeee;
  color: #3f3f3f;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 38, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_header > a {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  color: #3b7796;
}

/* line 46, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_header > a:hover {
  color: #303030;
  background-color: #c8c8c8;
}

/* line 51, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_header > a:active {
  color: #ffffff;
  background-color: #808080;
}

/* line 56, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_header > span {
  margin-left: 20px;
  margin-right: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 64, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_header > .icon-home {
  position: absolute;
  display: block;
  float: left;
  margin-top: 2px;
  margin-left: 5px;
  width: 11pt;
  height: 11pt;
  vertical-align: middle;
}

/* line 75, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_header > .icon-home > svg > g > path {
  fill: #3b7796;
}

/* line 79, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_header > a:hover > svg > g > path {
  fill: #303030;
  /* Icon button hover color */
}

/*
 * datepicker_inner_container 
*/
/* line 88, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container {
  margin: -2px 0px -2px 0px;
  background-color: #d2d2d2;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0.5px 0px 3px #c8c8c8;
  -webkit-box-shadow: 0.5px 0px 3px #c8c8c8;
  -moz-box-shadow: 0.5px 0px 3px #c8c8c8;
}

/* line 101, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*
 * datepicker_inner_container > datepicker_calendar
*/
/* line 113, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar {
  float: left;
  width: auto;
  margin-top: -0.5px;
  margin-left: -1px;
  margin-bottom: -2px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-top: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
}

/* line 133, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > table {
  padding: 10px;
}

/*
 * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > th (WDay-cell)
*/
/* line 141, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > th {
  color: #646464;
  width: 18px;
  font-size: small;
  font-weight: normal;
  text-align: center;
}

/*
 * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > td (Day-cell)
*/
/* line 153, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td {
  color: #000000;
  font-size: small;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  padding: 4px;
}

/* line 165, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.today {
  border-bottom: #bfbfbf solid 2px;
  margin-bottom: -2px;
}

/* line 170, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sat {
  color: #0044aa;
}

/* line 174, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sun {
  color: #e13b00;
}

/* line 178, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_another_month {
  color: #cccccc;
}

/* line 182, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_past {
  cursor: default;
  color: #cccccc;
}

/* line 187, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_unallowed {
  cursor: default;
  color: #cccccc;
}

/* line 192, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.out_of_range {
  cursor: default;
  color: #cccccc;
}

/* line 197, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.active {
  color: #ffffff;
  background-color: #808080;
}

/* line 202, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.hover {
  color: #000000;
  background-color: #c8c8c8;
}

/*
 * datepicker_inner_container > datepicker_timelist
*/
/* line 211, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist {
  float: left;
  width: 4.2em;
  height: 118px;
  margin-top: -0.5px;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/*
.datepicker > .datepicker_inner_container > .datepicker_timelist::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*/
/* line 244, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar {
  overflow: hidden;
  width: 6px;
  background: #fafafa;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 257, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar:horizontal {
  height: 1px;
}

/* line 261, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-button {
  display: none;
}

/* line 265, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece {
  background: #eee;
}

/* line 269, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece:start {
  background: #eee;
}

/* line 273, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 280, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-corner {
  background: #333;
}

/* line 284, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 25px;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: small;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}

/* line 299, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {
  cursor: default;
  color: #cccccc;
}

/* line 304, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.out_of_range {
  cursor: default;
  color: #cccccc;
}

/* line 308, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {
  color: #ffffff;
  background-color: #808080;
}

/* line 313, ../cssTools/_/components/sass/jquery/_jquery.simple-dtpicker.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {
  color: #000000;
  background-color: #c8c8c8;
}

/* UNCO Customizations */
/* line 4, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
#student-exams-wrapper .xdsoft_datetimepicker .xdsoft_timepicker.active {
  min-width: 5.5em;
}

/* line 9, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
#student-exams-wrapper .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
#student-exams-wrapper .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  margin-left: 1.8em;
}

/* standard */
/* line 16, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 34, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 38, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 49, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 53, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 63, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 64, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 66, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 72, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 79, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 83, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 87, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 92, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 98, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 102, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 109, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 115, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 120, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

/* line 125, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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);
}

/* line 132, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 141, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 145, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 151, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 156, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 177, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 187, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 194, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 200, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 206, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 219, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 223, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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)";
}

/* line 230, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 246, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 250, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 254, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 266, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 267, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 268, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 273, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 278, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 285, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 290, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 294, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 299, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 305, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 309, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 313, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 326, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 330, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 334, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 338, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 343, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 349, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 358, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 366, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 371, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 378, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 385, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 392, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 399, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 407, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 408, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 410, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 414, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 419, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 427, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 431, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 435, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 445, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 448, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 454, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 457, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 462, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 467, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 473, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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==);
}

/* line 480, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 487, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 491, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 495, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 500, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 506, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 514, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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;
}

/* line 520, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 524, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 525, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 526, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 528, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 532, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 535, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 543, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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 */
}

/* line 567, ../cssTools/_/components/sass/jquery/_jquery.datetimepicker.scss */
.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 */
}

/* line 1, ../cssTools/_/components/sass/jquery/_jquery.number-picker-spinner.scss */
.dpui-numberPicker {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 6, ../cssTools/_/components/sass/jquery/_jquery.number-picker-spinner.scss */
.dpui-numberPicker button {
  margin: 0;
  border: 1px solid #dddddd;
  font-size: 18px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 20px;
  vertical-align: top;
  outline: none;
  cursor: pointer;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cccccc',GradientType=0 );
}

/* line 26, ../cssTools/_/components/sass/jquery/_jquery.number-picker-spinner.scss */
.dpui-numberPicker button:hover {
  background: #cccccc;
  background: -moz-linear-gradient(top, #cccccc 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #cccccc 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #cccccc 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #cccccc 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f0f0f0',GradientType=0 );
}

/* line 36, ../cssTools/_/components/sass/jquery/_jquery.number-picker-spinner.scss */
.dpui-numberPicker-input {
  display: inline-block;
  width: 75px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  margin: 0;
  text-align: center;
  outline: none;
  vertical-align: top;
  border: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f9f9f9;
}

/* line 51, ../cssTools/_/components/sass/jquery/_jquery.number-picker-spinner.scss */
.dpui-numberPicker-input:focus {
  background: #ffffff;
}

/* line 54, ../cssTools/_/components/sass/jquery/_jquery.number-picker-spinner.scss */
.dpui-numberPicker-decrease {
  border-radius: 5px 0 0 5px;
}

/* line 57, ../cssTools/_/components/sass/jquery/_jquery.number-picker-spinner.scss */
.dpui-numberPicker-increase {
  border-radius: 0 5px 5px 0;
}

/* line 60, ../cssTools/_/components/sass/jquery/_jquery.number-picker-spinner.scss */
.dpui-numberPicker.dpui-numberPicker-min .dpui-numberPicker-decrease, .dpui-numberPicker.dpui-numberPicker-max .dpui-numberPicker-increase {
  background: #cccccc;
  color: #999999;
}
