.fc table,
.picker__table,
.ui-datepicker table {
    border-collapse: collapse
}

.fc table,
.handsontable .htCore,
.picker__table,
.pika-table,
.stepy-header,
.wizard>.steps>ul {
    table-layout: fixed
}

.c3-tooltip,
.fc table,
.picker__table,
.pika-table {
    border-spacing: 0
}

.AnyTime-btn,
.bootstrap-select .btn-default,
.bootstrap-select.btn-group .dropdown-menu>li>a .check-mark,
.breadcrumb-elements>li>a,
.breadcrumb>li>a,
.btn,
.checker span:after,
.choice span:after,
.dataTable .select-checkbox:after,
.dataTable .select-checkbox:before,
.dataTables_filter input,
.dataTables_paginate .paginate_button,
.datepicker-dropdown .day,
.daterangepicker td,
.daterangepicker th,
.dropdown-content-footer a,
.dropdown-menu>li>a,
.dropdown-menu>li>label,
.dt-autofill-button .btn,
.dt-autofill-list ul li,
.dt-button,
.fc-button,
.icons-list>li>a,
.list-group-item,
.media-link,
.menu-list li>a,
.multiselect.btn-default,
.nav li>a>.badge,
.nav li>a>.label,
.nav-pills>li>a,
.nav-tabs>li>a,
.nav-tabs>li>a:after,
.navbar-link,
.navbar-nav>li>a,
.noUi-handle,
.pager>li>a,
.pager>li>span,
.pagination>li>a,
.pagination>li>span,
.password-indicator-group.input-group-addon,
.password-indicator-label-absolute,
.picker__day,
.picker__footer,
.picker__footer button,
.picker__list button,
.picker__list-item,
.picker__nav--next,
.picker__nav--prev,
.pika-button,
.plupload_button,
.plupload_file_action>a,
.plupload_filelist li,
.select2-results__option,
.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice,
.select2-selection--single:not([class*=bg-]),
.select2-selection__choice__remove,
.selectboxit-btn,
.selectboxit-option-anchor,
.sp-cancel,
.sp-choose,
.sp-input,
.sp-palette-toggle,
.sp-replacer,
.tokenfield .token,
.tt-suggestion,
.ui-button,
.ui-datepicker a,
.ui-datepicker-buttonpane>button,
.ui-menu-item,
.ui-selectmenu-button,
.wizard .actions a,
a.badge,
a.label {
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

.AnyTime-x-btn:after,
.daterange-custom-display:after,
.picker__nav--next:before,
.picker__nav--prev:before,
.sp-clear-display:after,
.sp-dd:after {
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.picker,
.picker__holder {
    width: 100%;
    position: absolute;
    z-index: 1000;
}

.AnyTime-win,
.picker__holder {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.AnyTime-pkr,
.picker--time .picker__button--clear,
.picker__footer,
.picker__header,
.picker__table,
.picker__weekday {
    text-align: center !important;
}

.picker__input {
    cursor: pointer
}

.picker__holder {
    overflow-y: auto;
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    border-bottom-width: 0;
    max-width: 290px;
    max-height: 0;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.picker--opened .picker__holder {
    max-height: 480px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    display: block
}

.picker__box {
    padding: 14px
}

.picker__header {
    position: relative;
    font-size: 15px;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

.picker__year {
    color: #999;
    font-size: 12px;
    font-weight: 400
}

.picker__select--month,
.picker__select--year {
    border-color: #ddd;
    height: 32px;
    font-size: 13px;
    line-height: 1.6666667;
    margin-left: 5px;
    margin-right: 5px;
    outline: 0
}

.picker__select--month {
    width: 35%
}

.picker__select--year {
    width: 22.5%
}

.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    padding: 8px;
    top: 50%;
    margin-top: -16px;
    border-radius: 2px;
    line-height: 1
}

.picker__nav--next:before,
.picker__nav--prev:before {
    display: block;
    font-size: 16px;
    width: 16px;
    text-align: center
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
    display: inline-block;
    margin-right: 5px;
    position: relative
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    background-color: #ecf0f1;
	border-color: #e5e5e5;
}
}

.picker__nav--prev {
    left: 0
}

.picker__nav--prev:before {
    content: "\e079"
}

.picker__nav--next {
    right: 0
}

.picker__nav--next:before {
    content: "\e080"
}

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    font-size: inherit;
    width: 100%;
    margin-bottom: 14px
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: 12px;
    padding-bottom: 10px !important;
    padding-top: 14px !important;
    color: #999;
    font-weight: 400
}

.picker__day {
    padding: 7px
}

.picker__day--today {
    position: relative;
    background-color: #f5f5f5
}

.picker__day--today:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 6px solid #fc7c00;
    border-left: 6px solid transparent
}

.picker__day--outfocus {
    color: #ccc
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #333;
    background-color: #ecf0f1;
	border-color: #e5e5e5;
}

.picker__day--highlighted:before {
    border-top-color: #fff
}

.picker__day--highlighted,
.picker__day--selected {
    border-radius: 3px
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted,
.picker__day--highlighted:hover {
    cursor: pointer;
    color: #fff;
    background-color: #3273D1
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background-color: #3273D1;
    color: #fff
}

.picker__day--disabled,
.picker__day--disabled:hover {
    background: #fafafa;
    color: #999;
    cursor: default
}

.picker__day--disabled:before {
    border-top-color: #999
}

.picker__day--highlighted .picker__day--disabled,
.picker__day--highlighted .picker__day--disabled:hover {
    background-color: #bbb
}

.picker__footer button {
    border: 0;
    background: #fff;
    padding: 6px 11px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block
}

.picker__footer button:focus,
.picker__footer button:hover {
    outline: 0;
    background-color: #f5f5f5
}

.picker__footer button:before {
    height: 0
}

.picker__button--today:before {
    content: '';
    top: -1px;
    width: 0;
    border-top: 6px solid #2196F3;
    border-left: 6px solid transparent
}

.picker__button--close:before {
    content: '\D7';
    top: 1px;
    line-height: 1;
    font-size: 16px
}

.picker__button--clear:before {
    content: '';
    top: -3px;
    width: 8px;
    border-top: 2px solid #F44336
}

.picker--time {
    min-width: 256px;
    max-width: 320px
}

.picker--time .picker__box {
    padding: 0
}

.picker__list {
    list-style: none;
    padding: 7px 0;
    margin: 0;
    max-height: 250px;
    overflow-y: auto
}

.picker__list-item {
    position: relative;
    padding: 7px 12px
}

.picker__list-item:focus,
.picker__list-item:hover {
    cursor: pointer;
    background-color: #f5f5f5;
    z-index: 10
}

.picker--time .picker__button--clear {
    display: block;
    width: 100%;
    margin: 7px 0 -7px;
    padding: 6px 11px;
    background-color: #fcfcfc;
    outline: 0;
    border: 0;
    border-top: 1px solid #eee
}

.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:hover {
    background-color: #f5f5f5
}

.picker__list-item--highlighted {
    z-index: 10
}

.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted,
.picker__list-item--highlighted:hover {
    cursor: pointer;
    color: #fff;
    background-color: #3273D1
}

.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
    background-color: #3273D1;
    color: #fff;
    z-index: 10
}

.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
    background-color: #fafafa;
    color: #999;
    cursor: not-allowed;
    z-index: auto
}

/*----*/

.picker__input {
	height: 37px;
}

.picker__holder {
	border: 1px solid #cccccc;
  	border: 1px solid rgba(0, 0, 0, 0.15);
  	border-radius: 4px;
  	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.picker__table th, .picker__table td {
	border-style: none;
}

.picker__weekday {
	padding-left: 0 !important;
	padding-right: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 14px !important;
    color: #999;
    font-weight: 400
}

@media (max-width:768px) {
.picker, .picker__holder {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
}
