/* JQ complements custom CSS */

html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  /*transition: font 0.3s ease;*/
}

.ui-field-contain {
  margin:8px 0px;
}

.changed {
  /*background: rgba(76, 175, 80, 0.3) !important;
  color: blue !important;
  font-weight: bold !important;*/
  /*border-color: steelblue !important;
  background: aliceblue !important;*/
  border-color: orange !important;
  background: oldlace !important;
}



.invalid {
  border-color: red !important;
  /*background: salmon !important;*/
}

.readonly {
  background: gainsboro !important;
}

.ui-btn::after {
    background-size: 70%;
}

input[type=checkbox] {
  transform: scale(1.0);
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  bottom: 0px !important;
}

.display-img {
  max-width: 150px;
  max-height: 150px;
}

#groupby_show_count,
#groupby_show_sum,
#groupby_show_avg {
  visibility:hidden;
}

.ui-slider {
  cursor:default;
}
.ui-slider-handle {
  border-radius: 50% !important;
  top: 5.5px !important;
  height:25px !important;
  width:25px !important;
}

.full-width-slider input {
  display: none !important;
}

.ui-slider-track {
  height:7px !important;
  margin: 0 5px 0 0 !important;
  top:9px !important;
}

.ui-popup-x {
  position:absolute;
  top:3px;
  right:15px;
  margin:0px;
  font-size: 35px;
  font-weight: lighter;
  text-shadow: 0 0 rgba(255, 255, 255, 0);
  color: black;
  text-transform: none;
  font-weight: lighter;
  color: darkgray;
}
.ui-mysearch {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin: 0px !important;
}

.ui-normal {
  font-size: 100% !important;
  padding-bottom: 6.75px;
  padding-top: 6.75px;
}

.tablepagination {
  margin:5px;
  text-align:left;
  display:block;
  font-weight: bold;
}

.tablepaginationpage {
  margin:5px;
  padding:5px 10px;
  background-color: lightgray;
  cursor:pointer;
  display:inline-flex;
  font-weight: bold;
}
.tablepaginationpage:hover {
  color:white;
  background-color: gray;
}

.tablepaginationpageinvalid {
  cursor:default;
  color:white;
  background-color: gray;
}
.tablepaginationpageinvalid:hover {
  color:white;
  background-color: gray;
}


.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden;
}

.ui-loading-more {
  background-color: lightyellow;
  color:grey;
  text-align: center !important;
  padding: 10px;
margin-bottom: 50px;
}
.controlgroup-textinput{
    padding:0em;
}

.ui-center {
  text-align: center !important;
}
.ui-right {
  text-align: right !important;
  white-space: nowrap;
}

.highlighted {
  background-color: yellow;
  color:black;
}

.ui-list-block {
  margin-top:2px !important;
  margin-bottom: 0px !important;
}


.imglist {
	width: 80px;
	height: 80px;
	overflow: hidden;
  /*object-fit: cover;*/
  object-fit: contain;
}

.imgslideshow {
	width: 100%;
	height: 100%;
	overflow: hidden;
  object-fit: contain;
}

.imgslideblock {
	width: 100px;
	height: 100px;
	overflow: hidden;
  object-fit: contain;
}

.centerparent {
  position: relative;
}
.centerchild {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loaderspinner {
  /*  background-color: rgb(150,150,150);*/
    background-color: white;
    padding:10px;
  /*  padding:10px; */
    border-radius: 15px;
	-webkit-border-radius: 10px;
  opacity: .9;
  box-shadow: 0 0 25px rgb(169, 169, 169);
  z-index:9999;
  /* opacity: .9;*/
}

.lpp {
   width: 43px !important;
   display: inline-block !important;
   xfloat: right;
}
a.ui-input-clear {
  top:17px !important;
}
.ui-controlgroup-controls {
  /*disable for multi select popups
  display: inline-flex !important;*/
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sb-verysmallfont {
    font-size: 50%;
    color: gray;
    margin-top:10px;
}

tr.listline:hover {
  background-color: #4D8FD8 ;
  color: white;
}
tr.listline {
  font-weight: normal;
}

.listblock {
  background-color:#F0F0F0;
}


.listviewheader_slideshow {
  display:none;
}
.listviewbox_slideshow {
  background-color:#F0F0F0;
  border:1px solid lightgray;
  display:inline-block;
  margin:5px;
  padding:3px;
  cursor:pointer;
  text-align: center;
}
.listviewbox_slideshow:after {
  display: block;
  padding-bottom: 100%;
}
.listviewbox_slideshow:hover {
  border:2px solid #4D8FD8;
  margin:4px;
}
.listviewimgalt_slideshow {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  text-align:center;
}
.listviewimg_slideshow {
  display: none;
}
.listviewtext_slideshow {
  display:none;
}
.listviewfieldname_slideshow {
  display:none;
}
.listviewcell_slideshow {
  display:flex;
}
.listviewtotals_slideshow,
.listviewsubtotals_slideshow {
  display:none;
}

.listviewheader_block {
  display:none;
}
.listviewbox_block {
  background-color:#F0F0F0;
  border:1px solid lightgray;
  display:inline-block;
  margin:5px;
  padding:3px;
  cursor:pointer;
  text-align: -webkit-center;
}
.listviewbox_block:hover {
  border:2px solid #4D8FD8;
  margin:4px;
}
.listviewimgalt_block {
  xwidth: 115px;
  xheight: 115px;
  display: flex;
  justify-content: center;
  text-align:center;
}
.listviewimg_block {
  display: none;
}
.listviewtext_block {
  margin-top:2px;
  margin-bottom:2px;
  white-space: nowrap;
  display:inline-block;
  overflow: hidden;
  font-weight: bold;
}
.listviewfieldname_block {
  margin-top:2px;
  margin-bottom:2px;
  white-space: nowrap;
  display:inline-block;
  overflow: hidden;
}
.listviewcell_block {
  display:flex;
  justify-content:center;
}
.listviewtotals_block,
.listviewsubtotals_block {
  display:none;
}

.listviewheader_row {
  display:none;
}
.listviewbox_row {
  background-color:#F0F0F0;
  border:1px solid lightgray;
  display:flex;
  margin:5px;
  padding:3px;
  cursor:pointer;
  text-align: left;
  vertical-align: middle;
}
.listviewboxinside_row {
display: inline-block;
}
.listviewbox_row:hover {
  border:2px solid #4D8FD8;
  margin:4px;
}
.listviewimgalt_row {
  xwidth:115px;
  xheight:115px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.listviewimg_row {
  display: none;
}
.listviewtext_row {
  margin-top:2px;
  margin-bottom:2px;
  white-space: nowrap;
  display:inline-block;
  overflow: hidden;
  margin-left: 5px;
  font-weight: bold;
}
.listviewfieldname_row {
  margin-top:2px;
  margin-bottom:2px;
  white-space: nowrap;
  display:inline-block;
  overflow: hidden;
  margin-left: 5px;
}
.listviewcell_row {
  display:flex;
}
.listviewtotals_row,
.listviewsubtotals_row {
  display:none;
}

.listviewheader_table {
  display:table-header-group;
  text-align: left;
  font-weight: bold;
  background-color:aliceblue;
  z-index:99;
  xtext-decoration: underline;
  color:#4D8FD8;
  border-bottom: 1px solid lightgray;
}
.listviewbox_table {
  background-color:#F0F0F0;
  /*border:1px solid lightgray;*/
  margin:5px;
  padding:3px;
  cursor:pointer;
  text-align: left;
  width: 100%;
  display:table-row;
}
.listviewbox_table:hover {
  background-color:#4D8FD8;
  color: white;
}
.listviewtotals_table,
.listviewsubtotals_table {
  background-color:#E0E0E0;
  border-top:1px solid gray;
  border-bottom:1px solid gray;
  xpadding:3px;
  cursor:default;
  text-align: left;
  width: 100%;
  display:table-row;
}
.listviewboxalternate_table {
  background-color: #FAFAFA;
}

.listviewboxinside_table {
  display:contents;
}
.listviewimg_table {
  xwidth:75px;
  xheight:75px;
  align-items: center;
  text-align:left;
  display:table-cell;
  justify-content: center;
  padding:2px;
  margin: auto;
}
.listviewimgalt_table {
  display: none;
}
.listviewtext_table {
  padding:4px;
  display:table-cell;
  text-align: left;
}
.listviewfieldname_table {
  display:none;
}
.listviewcell_table {
  display:table-cell;
  vertical-align:top;
}
.listtableplaceholder_table {
  display:table;
  width: 100%;
  border-collapse:collapse;
}



.customerlogo {
  max-width: 250px;
  /*height:25;*/
}

.progress {
    display: block;
    text-align: center;
    width: 0;
    height: 3px;
    background: red;
    transition: width .3s;
}
.progress.hide {
    opacity: 0;
    transition: opacity 1.3s;
}



#magnifying-glass
{
  font-size: 1.4em; /* This controls the size. */
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border: 0.15em solid #c0c0c0;
  position: relative;
  border-radius: 50%;
  cursor:pointer;
}
#magnifying-glass::before
{
  content: "";
   display: inline-block;
   position: absolute;
   right: -0.29em;
   bottom: -0.15em;
   border-width: 0;
   background: #c0c0c0;
   width: 0.35em;
   height: 0.15em;
   -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}


.xui-loader {
  display:none !important;
}
.xui-icon-loading {
    background:none !important;
}


.Table {
    display: table;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    border: 0px;
    padding: 0px;
    vertical-align:middle;
}

.ui-grid-a li { /* SQL Builder buttons - 6  */
    clear: none !important;
    width: 14.2857% !important;
}

.fillindicator {
    width:15px;
    height:5px;
    border-radius:2px;
    background:#bbb;
    position: absolute;
    top:2px;
    left:2px;
}

.columncomment {
    text-decoration:none;
    position: absolute;
    top: 4px;
    right: 5px;
    float: right;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 120%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.sb-icon-only {
    background-color: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sb-multiselect {
    padding: 2px;
}

.sb-noborder {
  border: 0 !important;
}


.sb-multiselect-inside-button {
    background-color: white;
    border-radius: 5px;
    border-width: 1px;
	  border-style: solid;
    border-color: darkgrey;
    padding: 1px 7px 1px 7px;
    margin: 1px 2px;
    display: inline-block;

    background-color: #eeeeee /*{d-bup-background-color}*/;
	  border-color: #dddddd /*{d-bup-border}*/;
	  color: #333333 /*{d-bup-color}*/;
	  text-shadow: 0 /*{d-bup-shadow-x}*/ 0px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #f3f3f3 /*{d-bup-shadow-color}*/;
    font-size: 120%;
    text-decoration: none !important;

    min-height: 20px;
    line-height: 22px;
}

.sb-multiselect:focus {
    -webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
	-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
	box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
}

.ui-notifications {
    background-color: lightyellow;
}

.calendar-table {
    table-layout: fixed;
    width:100%;
}
.calendar-header {
    background-color:darkgrey;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    border-radius: 5px;
	-webkit-border-radius: 5px;
}
.calendar-day {
    text-align: left;
    vertical-align: top;
    height: 65px;
    background-color:#F0F0F0;
    font-size: 100%;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
	-webkit-border-radius: 5px;
}

.calendar-today {
    /*border-width: 1px;
	border-style: solid;
    border-color: darkgrey;*/
    background-color: azure;
    border-radius: 5px;
	-webkit-border-radius: 5px;
}
.calendar-other {
    text-align: left;
    vertical-align: top;
    height: 65px;
    /*font-size: 12px;*/
    font-size: 100%;
    padding: 5px;
    overflow: hidden;
    color: darkgray;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color: lightgray;
}

.calendar-text {
    /*font-size: 14px;*/
    font-size: 120%;
    font-weight: bold;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color: aliceblue;
    padding: 3px;
}

.ui-sb-elipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: wrap;
}

.ui-normal-text {
    font-weight:normal !important;
    text-decoration: none !important;
    text-align: left;
}

.ui-normal-padding {
    padding: 6.4px;
}

.ui-no-padding {
  padding: 0px !important;
  margin: 0px !important;
}

.ui-btn-inline {
  margin: 0px !important;
}
.ui-multiselect-padding_OLD {
    padding: 2px 32px 2px 6.4px;
    min-height: 35px;
}
.ui-multiselect-padding {
    padding: 1px 32px 1px 2px;
    min-height: 35px;
    line-height: 33px;
    vertical-align: middle;
}


.sb-edit-field-size {
  /*max-height: 35px;*/

}

.ui-singleselect-padding {
    padding: 5px 20px 5px 5px;
    vertical-align: middle;
    /*line-height: 35px;*/
    /*min-height: 35px;*/
    /*max-height: 35px;*/
}
.ui-singleselect-padding_OLD {
    padding: 8px 32px 6.4px 6.4px;
    min-height: 36px;
}
.login-width.ui-body-inherit {
    width: 250px;
}

.login-btn {
    width: 250px !important;
}

.center-wrapper{
  text-align: center;
}
.center-wrapper * {
    margin: 0 auto;
}

.ui-panel-inner {
    padding: 0 !important;
}

#header {
  border: 0px !important;
}

.ui-sb-buttonsheader {
  margin: 0px !important;
  padding:3px !important;
  border:0px !important;
  /*min-height: 40px;*/
/*
                                                  border-width: 2px !important;
                                                  border-style: solid !important;
                                                  border-color: blue !important;
*/
}

.ui-sb-outside {
    padding: 0 !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0px;
/*
                                                  border-width: 2px;
                                                  border-style: solid;
                                                  border-color: green;
*/
}
.ui-sb-outside-menu {
    padding: 0 !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
/*
                                                  border-width: 1px;
  	                                              border-style: solid;
                                                  border-color: red;
*/
}

.ui-sb-popup-select-inside {
    padding: 5px;
    max-height: 250px !important;
    overflow:hidden;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

.ui-sb-popup-select {
    max-width: 650px;
    overflow-y:hidden;
}

.ui-sb-scrool-inside {
    padding: 0px;
    margin:0px;
    overflow:hidden;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

.ui-sb-scrool-outside {
    overflow-y:hidden;
}

.ui-sb-popup-upload {
    max-height: 650px;
    overflow-y:scroll;
}

.ui-sb-popup-sqlbuilder-inside {
    padding: 5px;
    max-height: 350px !important;
    overflow:hidden;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

.ui-sb-popup-sqlbuilder {
    height: 480px;
    width: 640;
    overflow-y:hidden;
    padding: 0px 0px 20px 0px;
}
.ui-sb-popup-sqlbuilder-content {
    padding:0px;
    margin:0px;
}
.ui-panel-menu-item {
    margin: 0 !important;
    padding: 0 !important;
    border-top-width: 0;
    border-bottom-width: 0
}
.ui-btn-menu {
  border-right:none;
  border-left:none;
  border-top:none;
  text-align:left;
  margin-top:0px;
  margin-bottom:0px;
}

.ui-collapsible .ui-collapsible-heading .ui-btn {
    border-top-width: 0px !important;
    margin: 0 !important;
}

.listTable tbody tr:nth-child(odd) td,
.listTable tbody tr:nth-child(odd) th {
    background-color: #eeeeee; /* non-RGBA fallback  */
    background-color: rgba(0,0,0,.04);
}


.ui-panel-menu-background-color {
    background-color:  #4b87ae !important;
    margin: 0 !important;
    padding: 11 !important;
    border-style:none !important;
    color:white!important;
    text-shadow: none;
}

.ui-notes {
    background-color:  #FFFFCC !important;
}

.ui-debug {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color:  #EECCAA;
    word-wrap: break-word;
}
.inline {
    display: inline-block !important;
}

.ui-noborder {
    border: 0px !important;
}

.ui-popup-label {
    margin: 15 1 5 15px !important;
    padding: 0 !important;
    font-weight: bolder;
}

.blackcircle {
    width:22px;
    height:22px;
    border-radius:50%;
    /*font-size: 14px;*/
    font-size: 120%;
    font-weight:bold;
    color:#000;
    text-align:center;
    background:#ddd;
    vertical-align: middle;
    display: table-cell;
}

.redcircle {
    width:14px;
    height:14px;
    border-radius:50%;
    /*font-size: 10px;*/
    font-size: 80%;
    font-weight:bold;
    color:white;
    text-align:center;
    background:red;
    vertical-align: middle;
    display: table-cell;
    position:absolute;
    top:4px;
    left:19px;
}

.check {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0px auto 0;
  margin-top: 0px;
  border-radius: 50%;
  box-shadow: inset -2px -2px 3px rgba(0,0,0,.8);
  background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
  background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
  position: relative;
}
.check.green::after {
  position: absolute;
  margin-top: 6px;
  margin-left: 11px;
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check.green {
  background-color: greenyellow;
}

.check.gray {
  background-color: gainsboro;
}

.ball {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px auto 0;
  margin-top: 3px;
  border-radius: 50%;
  box-shadow: inset -2px -2px 3px rgba(0,0,0,.8);
  background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
  background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
  position: relative;

}

.ball::after {
  background-color: rgba(255,255,255,.6);
  content:'';
  height:50%;
  width: 15%;
  left:18%;
  top:0%;
  position:absolute;
  border-radius:50%;
  transform: rotate(45deg);
}

.ball.red {
  background-color: red;
}

.ball.yellow {
  background-color: orange;
}

.ball.green {
  background-color: greenyellow;
}

.ball.gray {
  background-color: gray;
}



.container {
    max-width: 955px;
}

.ui-state-disabled {
    opacity: 1 !important;
    color:black !important;
    background-color: silver !important;
}



.r-tabs-state-active > a {
    color:#000 !important;
}
.r-tabs-state-default > a {
color: dimgray !important;
text-shadow: none !important;

background-color: lightgray !important;

border-top-right-radius: 4px !important;
border-top-left-radius: 4px !important;
}


.sb-custom-corners .ui-bar {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
.sb-custom-corners .ui-body {
  border-top-width: 0;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.ui-body {
  padding: .4em;
}

@media screen and .container(min-width: 20em) {
   .my-custom-class th.ui-table-priority-1,
   .my-custom-class td.ui-table-priority-1 {
     display: table-cell;
   }
}
@media screen and (min-width: 25em) {
   .my-custom-class  th.ui-table-priority-2,
   .my-custom-class td.ui-table-priority-2 {
     display: table-cell;
   }
}

@media screen and (min-width: 40em) { //640
   .my-custom-class th.ui-table-priority-3,
   .my-custom-class td.ui-table-priority-3 {
     display: table-cell;
   }
}
@media screen and (min-width: 50em) { //800
   .my-custom-class  th.ui-table-priority-4,
   .my-custom-class td.ui-table-priority-4 {
     display: table-cell;
   }
}

@media (min-width:35em) {


  /* wrap on wide viewports once open */

  .ui-panel-page-content-open.ui-panel-page-content-position-left {
    margin-right: 17em;
  }
  .ui-panel-page-content-open.ui-panel-page-content-position-right {
    margin-left: 17em;
  }
  .ui-panel-page-content-open {
    width: auto;
  }

  /* disable "dismiss" on wide viewports */
  .ui-panel-dismiss {
    display: none;
  }

  /* same as the above but for panels with display mode "push" only */

  .ui-panel-page-content-open.ui-panel-page-content-position-left.ui-panel-page-content-display-push {
    margin-right: 17em;
  }
  .ui-panel-page-content-open.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
    margin-left: 17em;
  }
  .ui-panel-page-content-open.ui-panel-page-content-display-push {
    width: auto;
  }

  .ui-panel-dismiss-display-push {
    display: none;
  }
}

@media (max-width: 35em) {

  .ui-field-contain {
    border:0px;
  }

  .ui-table-reflow .ui-right{
    text-align: left !important;
    vertical-align: top !important;
  }
  .ui-table-reflow .ui-center{
    text-align: left !important;
    vertical-align: top !important;
  }
  .ui-table-reflow .ui-{
    text-align: left !important;
    vertical-align: top !important;
  }
  .ui-table-reflow td {
    color: black;
    text-decoration: none !important;
    text-shadow:none !important;
    vertical-align: top !important;
    text-align: left !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    float:right !important;
  }

  .ui-table-cell-value {
    display: flex;
  }

  .ui-table-reflow .ball{
    position: absolute !important;
  }

  .ui-table-reflow td b {
    color: black;
    text-decoration: none !important;
    text-shadow:none !important;
    vertical-align: top !important;
    text-align: left !important;
    float: left;
    padding-top: 6px !important;
  }

  .ui-table-reflow  a {
    color: black !important;
    font-style: normal !important;
    font-weight:bold; !important;
    text-align: left !important;
    text-decoration: none !important;
    text-shadow:none !important;
    vertical-align:top !important;
  }

}

div.hasDatepicker {
	display: block;
	padding: 0;
	overflow: visible;
	margin: 8px 0;
	max-width:340px
}
.ui-datepicker {
	overflow: visible; margin: 0;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.6em 0;
	border-bottom: 0;
	font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	padding: 1px 0 1px 2px;
	position:absolute;
	top: .6em;
	margin-top: 0;
	text-indent: -9999px;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	vertical-align: middle;
	margin-right: .625em;
	width: 1.75em;
	height: 1.75em;
	white-space: nowrap !important;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
	left: 50%;
	margin-left: -11px;
	top: 50%;
	margin-top: -11px;
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	background-color: rgba(0,0,0,.3) /*{global-icon-disc}*/;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.ui-datepicker .ui-datepicker-next:after{
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ui-datepicker .ui-datepicker-prev:after{
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ui-datepicker .ui-datepicker-prev {
	left:9px;
}
.ui-datepicker .ui-datepicker-next {
	right:2px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size:1em; margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
	margin:0;
}
.ui-datepicker td {
	border-width: 1px;
	padding: 0;
	border-style: solid;
	text-align: center;
	min-width: 41px;
}
.ui-datepicker td span,
.ui-datepicker a {
	display: block;
	text-align: center;
	text-decoration: none;
	/* from .ui-btn class */
	font-size: 16px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none !important;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}
.ui-datepicker td a {
	padding: .2em 0;
	font-weight: bold;
	margin: 0;
	border-width: 0;
}
.ui-datepicker-calendar th {
	padding-top: .4em;
	padding-bottom: .4em;
	border-width: 1px;
	border-style: solid;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar span.ui-state-default {
	opacity: .7;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
	padding: .6em .5em;
}
.ui-datepicker .ui-state-disabled {
	opacity: 1;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-datepicker-header.ui-corner-all {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.ui-datepicker {
    background: #fff none;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
