/*!
*DatepickerforBootstrapv1.10.0(https://github.com/uxsolutions/bootstrap-datepicker)
*
*LicensedundertheApacheLicensev2.0(https://www.apache.org/licenses/LICENSE-2.0)
*/

.datepicker{
border-radius:4px;
direction:ltr;
}
.datepicker-inline{
width:220px;
}
.datepicker-rtl{
direction:rtl;
}
.datepicker-rtl.dropdown-menu{
left:auto;
}
.datepicker-rtltabletrtdspan{
float:right;
}
.datepicker-dropdown{
top:0;
left:0;
padding:4px;
}
.datepicker-dropdown:before{
content:'';
display:inline-block;
border-left:7pxsolidtransparent;
border-right:7pxsolidtransparent;
border-bottom:7pxsolidrgba(0,0,0,0.15);
border-top:0;
border-bottom-color:rgba(0,0,0,0.2);
position:absolute;
}
.datepicker-dropdown:after{
content:'';
display:inline-block;
border-left:6pxsolidtransparent;
border-right:6pxsolidtransparent;
border-bottom:6pxsolid#fff;
border-top:0;
position:absolute;
}
.datepicker-dropdown.datepicker-orient-left:before{
left:6px;
}
.datepicker-dropdown.datepicker-orient-left:after{
left:7px;
}
.datepicker-dropdown.datepicker-orient-right:before{
right:6px;
}
.datepicker-dropdown.datepicker-orient-right:after{
right:7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before{
top:-7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after{
top:-6px;
}
.datepicker-dropdown.datepicker-orient-top:before{
bottom:-7px;
border-bottom:0;
border-top:7pxsolidrgba(0,0,0,0.15);
}
.datepicker-dropdown.datepicker-orient-top:after{
bottom:-6px;
border-bottom:0;
border-top:6pxsolid#fff;
}
.datepickertable{
margin:0;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.datepickertabletrtd,
.datepickertabletrth{
text-align:center;
width:30px;
height:30px;
border-radius:4px;
border:none;
}
.table-striped.datepickertabletrtd,
.table-striped.datepickertabletrth{
background-color:transparent;
}
.datepickertabletrtd.old,
.datepickertabletrtd.new{
color:#777777;
}
.datepickertabletrtd.day:hover,
.datepickertabletrtd.focused{
background:#eeeeee;
cursor:pointer;
}
.datepickertabletrtd.disabled,
.datepickertabletrtd.disabled:hover{
background:none;
color:#777777;
cursor:default;
}
.datepickertabletrtd.highlighted{
color:#000;
background-color:#d9edf7;
border-color:#85c5e5;
border-radius:0;
}
.datepickertabletrtd.highlighted:focus,
.datepickertabletrtd.highlighted.focus{
color:#000;
background-color:#afd9ee;
border-color:#298fc2;
}
.datepickertabletrtd.highlighted:hover{
color:#000;
background-color:#afd9ee;
border-color:#52addb;
}
.datepickertabletrtd.highlighted:active,
.datepickertabletrtd.highlighted.active{
color:#000;
background-color:#afd9ee;
border-color:#52addb;
}
.datepickertabletrtd.highlighted:active:hover,
.datepickertabletrtd.highlighted.active:hover,
.datepickertabletrtd.highlighted:active:focus,
.datepickertabletrtd.highlighted.active:focus,
.datepickertabletrtd.highlighted:active.focus,
.datepickertabletrtd.highlighted.active.focus{
color:#000;
background-color:#91cbe8;
border-color:#298fc2;
}
.datepickertabletrtd.highlighted.disabled:hover,
.datepickertabletrtd.highlighted[disabled]:hover,
fieldset[disabled].datepickertabletrtd.highlighted:hover,
.datepickertabletrtd.highlighted.disabled:focus,
.datepickertabletrtd.highlighted[disabled]:focus,
fieldset[disabled].datepickertabletrtd.highlighted:focus,
.datepickertabletrtd.highlighted.disabled.focus,
.datepickertabletrtd.highlighted[disabled].focus,
fieldset[disabled].datepickertabletrtd.highlighted.focus{
background-color:#d9edf7;
border-color:#85c5e5;
}
.datepickertabletrtd.highlighted.focused{
background:#afd9ee;
}
.datepickertabletrtd.highlighted.disabled,
.datepickertabletrtd.highlighted.disabled:active{
background:#d9edf7;
color:#777777;
}
.datepickertabletrtd.today{
color:#000;
background-color:#ffdb99;
border-color:#ffb733;
}
.datepickertabletrtd.today:focus,
.datepickertabletrtd.today.focus{
color:#000;
background-color:#ffc966;
border-color:#b37400;
}
.datepickertabletrtd.today:hover{
color:#000;
background-color:#ffc966;
border-color:#f59e00;
}
.datepickertabletrtd.today:active,
.datepickertabletrtd.today.active{
color:#000;
background-color:#ffc966;
border-color:#f59e00;
}
.datepickertabletrtd.today:active:hover,
.datepickertabletrtd.today.active:hover,
.datepickertabletrtd.today:active:focus,
.datepickertabletrtd.today.active:focus,
.datepickertabletrtd.today:active.focus,
.datepickertabletrtd.today.active.focus{
color:#000;
background-color:#ffbc42;
border-color:#b37400;
}
.datepickertabletrtd.today.disabled:hover,
.datepickertabletrtd.today[disabled]:hover,
fieldset[disabled].datepickertabletrtd.today:hover,
.datepickertabletrtd.today.disabled:focus,
.datepickertabletrtd.today[disabled]:focus,
fieldset[disabled].datepickertabletrtd.today:focus,
.datepickertabletrtd.today.disabled.focus,
.datepickertabletrtd.today[disabled].focus,
fieldset[disabled].datepickertabletrtd.today.focus{
background-color:#ffdb99;
border-color:#ffb733;
}
.datepickertabletrtd.today.focused{
background:#ffc966;
}
.datepickertabletrtd.today.disabled,
.datepickertabletrtd.today.disabled:active{
background:#ffdb99;
color:#777777;
}
.datepickertabletrtd.range{
color:#000;
background-color:#eeeeee;
border-color:#bbbbbb;
border-radius:0;
}
.datepickertabletrtd.range:focus,
.datepickertabletrtd.range.focus{
color:#000;
background-color:#d5d5d5;
border-color:#7c7c7c;
}
.datepickertabletrtd.range:hover{
color:#000;
background-color:#d5d5d5;
border-color:#9d9d9d;
}
.datepickertabletrtd.range:active,
.datepickertabletrtd.range.active{
color:#000;
background-color:#d5d5d5;
border-color:#9d9d9d;
}
.datepickertabletrtd.range:active:hover,
.datepickertabletrtd.range.active:hover,
.datepickertabletrtd.range:active:focus,
.datepickertabletrtd.range.active:focus,
.datepickertabletrtd.range:active.focus,
.datepickertabletrtd.range.active.focus{
color:#000;
background-color:#c3c3c3;
border-color:#7c7c7c;
}
.datepickertabletrtd.range.disabled:hover,
.datepickertabletrtd.range[disabled]:hover,
fieldset[disabled].datepickertabletrtd.range:hover,
.datepickertabletrtd.range.disabled:focus,
.datepickertabletrtd.range[disabled]:focus,
fieldset[disabled].datepickertabletrtd.range:focus,
.datepickertabletrtd.range.disabled.focus,
.datepickertabletrtd.range[disabled].focus,
fieldset[disabled].datepickertabletrtd.range.focus{
background-color:#eeeeee;
border-color:#bbbbbb;
}
.datepickertabletrtd.range.focused{
background:#d5d5d5;
}
.datepickertabletrtd.range.disabled,
.datepickertabletrtd.range.disabled:active{
background:#eeeeee;
color:#777777;
}
.datepickertabletrtd.range.highlighted{
color:#000;
background-color:#e4eef3;
border-color:#9dc1d3;
}
.datepickertabletrtd.range.highlighted:focus,
.datepickertabletrtd.range.highlighted.focus{
color:#000;
background-color:#c1d7e3;
border-color:#4b88a6;
}
.datepickertabletrtd.range.highlighted:hover{
color:#000;
background-color:#c1d7e3;
border-color:#73a6c0;
}
.datepickertabletrtd.range.highlighted:active,
.datepickertabletrtd.range.highlighted.active{
color:#000;
background-color:#c1d7e3;
border-color:#73a6c0;
}
.datepickertabletrtd.range.highlighted:active:hover,
.datepickertabletrtd.range.highlighted.active:hover,
.datepickertabletrtd.range.highlighted:active:focus,
.datepickertabletrtd.range.highlighted.active:focus,
.datepickertabletrtd.range.highlighted:active.focus,
.datepickertabletrtd.range.highlighted.active.focus{
color:#000;
background-color:#a8c8d8;
border-color:#4b88a6;
}
.datepickertabletrtd.range.highlighted.disabled:hover,
.datepickertabletrtd.range.highlighted[disabled]:hover,
fieldset[disabled].datepickertabletrtd.range.highlighted:hover,
.datepickertabletrtd.range.highlighted.disabled:focus,
.datepickertabletrtd.range.highlighted[disabled]:focus,
fieldset[disabled].datepickertabletrtd.range.highlighted:focus,
.datepickertabletrtd.range.highlighted.disabled.focus,
.datepickertabletrtd.range.highlighted[disabled].focus,
fieldset[disabled].datepickertabletrtd.range.highlighted.focus{
background-color:#e4eef3;
border-color:#9dc1d3;
}
.datepickertabletrtd.range.highlighted.focused{
background:#c1d7e3;
}
.datepickertabletrtd.range.highlighted.disabled,
.datepickertabletrtd.range.highlighted.disabled:active{
background:#e4eef3;
color:#777777;
}
.datepickertabletrtd.range.today{
color:#000;
background-color:#f7ca77;
border-color:#f1a417;
}
.datepickertabletrtd.range.today:focus,
.datepickertabletrtd.range.today.focus{
color:#000;
background-color:#f4b747;
border-color:#815608;
}
.datepickertabletrtd.range.today:hover{
color:#000;
background-color:#f4b747;
border-color:#bf800c;
}
.datepickertabletrtd.range.today:active,
.datepickertabletrtd.range.today.active{
color:#000;
background-color:#f4b747;
border-color:#bf800c;
}
.datepickertabletrtd.range.today:active:hover,
.datepickertabletrtd.range.today.active:hover,
.datepickertabletrtd.range.today:active:focus,
.datepickertabletrtd.range.today.active:focus,
.datepickertabletrtd.range.today:active.focus,
.datepickertabletrtd.range.today.active.focus{
color:#000;
background-color:#f2aa25;
border-color:#815608;
}
.datepickertabletrtd.range.today.disabled:hover,
.datepickertabletrtd.range.today[disabled]:hover,
fieldset[disabled].datepickertabletrtd.range.today:hover,
.datepickertabletrtd.range.today.disabled:focus,
.datepickertabletrtd.range.today[disabled]:focus,
fieldset[disabled].datepickertabletrtd.range.today:focus,
.datepickertabletrtd.range.today.disabled.focus,
.datepickertabletrtd.range.today[disabled].focus,
fieldset[disabled].datepickertabletrtd.range.today.focus{
background-color:#f7ca77;
border-color:#f1a417;
}
.datepickertabletrtd.range.today.disabled,
.datepickertabletrtd.range.today.disabled:active{
background:#f7ca77;
color:#777777;
}
.datepickertabletrtd.selected,
.datepickertabletrtd.selected.highlighted{
color:#fff;
background-color:#777777;
border-color:#555555;
text-shadow:0-1px0rgba(0,0,0,0.25);
}
.datepickertabletrtd.selected:focus,
.datepickertabletrtd.selected.highlighted:focus,
.datepickertabletrtd.selected.focus,
.datepickertabletrtd.selected.highlighted.focus{
color:#fff;
background-color:#5e5e5e;
border-color:#161616;
}
.datepickertabletrtd.selected:hover,
.datepickertabletrtd.selected.highlighted:hover{
color:#fff;
background-color:#5e5e5e;
border-color:#373737;
}
.datepickertabletrtd.selected:active,
.datepickertabletrtd.selected.highlighted:active,
.datepickertabletrtd.selected.active,
.datepickertabletrtd.selected.highlighted.active{
color:#fff;
background-color:#5e5e5e;
border-color:#373737;
}
.datepickertabletrtd.selected:active:hover,
.datepickertabletrtd.selected.highlighted:active:hover,
.datepickertabletrtd.selected.active:hover,
.datepickertabletrtd.selected.highlighted.active:hover,
.datepickertabletrtd.selected:active:focus,
.datepickertabletrtd.selected.highlighted:active:focus,
.datepickertabletrtd.selected.active:focus,
.datepickertabletrtd.selected.highlighted.active:focus,
.datepickertabletrtd.selected:active.focus,
.datepickertabletrtd.selected.highlighted:active.focus,
.datepickertabletrtd.selected.active.focus,
.datepickertabletrtd.selected.highlighted.active.focus{
color:#fff;
background-color:#4c4c4c;
border-color:#161616;
}
.datepickertabletrtd.selected.disabled:hover,
.datepickertabletrtd.selected.highlighted.disabled:hover,
.datepickertabletrtd.selected[disabled]:hover,
.datepickertabletrtd.selected.highlighted[disabled]:hover,
fieldset[disabled].datepickertabletrtd.selected:hover,
fieldset[disabled].datepickertabletrtd.selected.highlighted:hover,
.datepickertabletrtd.selected.disabled:focus,
.datepickertabletrtd.selected.highlighted.disabled:focus,
.datepickertabletrtd.selected[disabled]:focus,
.datepickertabletrtd.selected.highlighted[disabled]:focus,
fieldset[disabled].datepickertabletrtd.selected:focus,
fieldset[disabled].datepickertabletrtd.selected.highlighted:focus,
.datepickertabletrtd.selected.disabled.focus,
.datepickertabletrtd.selected.highlighted.disabled.focus,
.datepickertabletrtd.selected[disabled].focus,
.datepickertabletrtd.selected.highlighted[disabled].focus,
fieldset[disabled].datepickertabletrtd.selected.focus,
fieldset[disabled].datepickertabletrtd.selected.highlighted.focus{
background-color:#777777;
border-color:#555555;
}
.datepickertabletrtd.active,
.datepickertabletrtd.active.highlighted{
color:#fff;
background-color:#337ab7;
border-color:#2e6da4;
text-shadow:0-1px0rgba(0,0,0,0.25);
}
.datepickertabletrtd.active:focus,
.datepickertabletrtd.active.highlighted:focus,
.datepickertabletrtd.active.focus,
.datepickertabletrtd.active.highlighted.focus{
color:#fff;
background-color:#286090;
border-color:#122b40;
}
.datepickertabletrtd.active:hover,
.datepickertabletrtd.active.highlighted:hover{
color:#fff;
background-color:#286090;
border-color:#204d74;
}
.datepickertabletrtd.active:active,
.datepickertabletrtd.active.highlighted:active,
.datepickertabletrtd.active.active,
.datepickertabletrtd.active.highlighted.active{
color:#fff;
background-color:#286090;
border-color:#204d74;
}
.datepickertabletrtd.active:active:hover,
.datepickertabletrtd.active.highlighted:active:hover,
.datepickertabletrtd.active.active:hover,
.datepickertabletrtd.active.highlighted.active:hover,
.datepickertabletrtd.active:active:focus,
.datepickertabletrtd.active.highlighted:active:focus,
.datepickertabletrtd.active.active:focus,
.datepickertabletrtd.active.highlighted.active:focus,
.datepickertabletrtd.active:active.focus,
.datepickertabletrtd.active.highlighted:active.focus,
.datepickertabletrtd.active.active.focus,
.datepickertabletrtd.active.highlighted.active.focus{
color:#fff;
background-color:#204d74;
border-color:#122b40;
}
.datepickertabletrtd.active.disabled:hover,
.datepickertabletrtd.active.highlighted.disabled:hover,
.datepickertabletrtd.active[disabled]:hover,
.datepickertabletrtd.active.highlighted[disabled]:hover,
fieldset[disabled].datepickertabletrtd.active:hover,
fieldset[disabled].datepickertabletrtd.active.highlighted:hover,
.datepickertabletrtd.active.disabled:focus,
.datepickertabletrtd.active.highlighted.disabled:focus,
.datepickertabletrtd.active[disabled]:focus,
.datepickertabletrtd.active.highlighted[disabled]:focus,
fieldset[disabled].datepickertabletrtd.active:focus,
fieldset[disabled].datepickertabletrtd.active.highlighted:focus,
.datepickertabletrtd.active.disabled.focus,
.datepickertabletrtd.active.highlighted.disabled.focus,
.datepickertabletrtd.active[disabled].focus,
.datepickertabletrtd.active.highlighted[disabled].focus,
fieldset[disabled].datepickertabletrtd.active.focus,
fieldset[disabled].datepickertabletrtd.active.highlighted.focus{
background-color:#337ab7;
border-color:#2e6da4;
}
.datepickertabletrtdspan{
display:block;
width:23%;
height:54px;
line-height:54px;
float:left;
margin:1%;
cursor:pointer;
border-radius:4px;
}
.datepickertabletrtdspan:hover,
.datepickertabletrtdspan.focused{
background:#eeeeee;
}
.datepickertabletrtdspan.disabled,
.datepickertabletrtdspan.disabled:hover{
background:none;
color:#777777;
cursor:default;
}
.datepickertabletrtdspan.active,
.datepickertabletrtdspan.active:hover,
.datepickertabletrtdspan.active.disabled,
.datepickertabletrtdspan.active.disabled:hover{
color:#fff;
background-color:#337ab7;
border-color:#2e6da4;
text-shadow:0-1px0rgba(0,0,0,0.25);
}
.datepickertabletrtdspan.active:focus,
.datepickertabletrtdspan.active:hover:focus,
.datepickertabletrtdspan.active.disabled:focus,
.datepickertabletrtdspan.active.disabled:hover:focus,
.datepickertabletrtdspan.active.focus,
.datepickertabletrtdspan.active:hover.focus,
.datepickertabletrtdspan.active.disabled.focus,
.datepickertabletrtdspan.active.disabled:hover.focus{
color:#fff;
background-color:#286090;
border-color:#122b40;
}
.datepickertabletrtdspan.active:hover,
.datepickertabletrtdspan.active:hover:hover,
.datepickertabletrtdspan.active.disabled:hover,
.datepickertabletrtdspan.active.disabled:hover:hover{
color:#fff;
background-color:#286090;
border-color:#204d74;
}
.datepickertabletrtdspan.active:active,
.datepickertabletrtdspan.active:hover:active,
.datepickertabletrtdspan.active.disabled:active,
.datepickertabletrtdspan.active.disabled:hover:active,
.datepickertabletrtdspan.active.active,
.datepickertabletrtdspan.active:hover.active,
.datepickertabletrtdspan.active.disabled.active,
.datepickertabletrtdspan.active.disabled:hover.active{
color:#fff;
background-color:#286090;
border-color:#204d74;
}
.datepickertabletrtdspan.active:active:hover,
.datepickertabletrtdspan.active:hover:active:hover,
.datepickertabletrtdspan.active.disabled:active:hover,
.datepickertabletrtdspan.active.disabled:hover:active:hover,
.datepickertabletrtdspan.active.active:hover,
.datepickertabletrtdspan.active:hover.active:hover,
.datepickertabletrtdspan.active.disabled.active:hover,
.datepickertabletrtdspan.active.disabled:hover.active:hover,
.datepickertabletrtdspan.active:active:focus,
.datepickertabletrtdspan.active:hover:active:focus,
.datepickertabletrtdspan.active.disabled:active:focus,
.datepickertabletrtdspan.active.disabled:hover:active:focus,
.datepickertabletrtdspan.active.active:focus,
.datepickertabletrtdspan.active:hover.active:focus,
.datepickertabletrtdspan.active.disabled.active:focus,
.datepickertabletrtdspan.active.disabled:hover.active:focus,
.datepickertabletrtdspan.active:active.focus,
.datepickertabletrtdspan.active:hover:active.focus,
.datepickertabletrtdspan.active.disabled:active.focus,
.datepickertabletrtdspan.active.disabled:hover:active.focus,
.datepickertabletrtdspan.active.active.focus,
.datepickertabletrtdspan.active:hover.active.focus,
.datepickertabletrtdspan.active.disabled.active.focus,
.datepickertabletrtdspan.active.disabled:hover.active.focus{
color:#fff;
background-color:#204d74;
border-color:#122b40;
}
.datepickertabletrtdspan.active.disabled:hover,
.datepickertabletrtdspan.active:hover.disabled:hover,
.datepickertabletrtdspan.active.disabled.disabled:hover,
.datepickertabletrtdspan.active.disabled:hover.disabled:hover,
.datepickertabletrtdspan.active[disabled]:hover,
.datepickertabletrtdspan.active:hover[disabled]:hover,
.datepickertabletrtdspan.active.disabled[disabled]:hover,
.datepickertabletrtdspan.active.disabled:hover[disabled]:hover,
fieldset[disabled].datepickertabletrtdspan.active:hover,
fieldset[disabled].datepickertabletrtdspan.active:hover:hover,
fieldset[disabled].datepickertabletrtdspan.active.disabled:hover,
fieldset[disabled].datepickertabletrtdspan.active.disabled:hover:hover,
.datepickertabletrtdspan.active.disabled:focus,
.datepickertabletrtdspan.active:hover.disabled:focus,
.datepickertabletrtdspan.active.disabled.disabled:focus,
.datepickertabletrtdspan.active.disabled:hover.disabled:focus,
.datepickertabletrtdspan.active[disabled]:focus,
.datepickertabletrtdspan.active:hover[disabled]:focus,
.datepickertabletrtdspan.active.disabled[disabled]:focus,
.datepickertabletrtdspan.active.disabled:hover[disabled]:focus,
fieldset[disabled].datepickertabletrtdspan.active:focus,
fieldset[disabled].datepickertabletrtdspan.active:hover:focus,
fieldset[disabled].datepickertabletrtdspan.active.disabled:focus,
fieldset[disabled].datepickertabletrtdspan.active.disabled:hover:focus,
.datepickertabletrtdspan.active.disabled.focus,
.datepickertabletrtdspan.active:hover.disabled.focus,
.datepickertabletrtdspan.active.disabled.disabled.focus,
.datepickertabletrtdspan.active.disabled:hover.disabled.focus,
.datepickertabletrtdspan.active[disabled].focus,
.datepickertabletrtdspan.active:hover[disabled].focus,
.datepickertabletrtdspan.active.disabled[disabled].focus,
.datepickertabletrtdspan.active.disabled:hover[disabled].focus,
fieldset[disabled].datepickertabletrtdspan.active.focus,
fieldset[disabled].datepickertabletrtdspan.active:hover.focus,
fieldset[disabled].datepickertabletrtdspan.active.disabled.focus,
fieldset[disabled].datepickertabletrtdspan.active.disabled:hover.focus{
background-color:#337ab7;
border-color:#2e6da4;
}
.datepickertabletrtdspan.old,
.datepickertabletrtdspan.new{
color:#777777;
}
.datepicker.datepicker-switch{
width:145px;
}
.datepicker.datepicker-switch,
.datepicker.prev,
.datepicker.next,
.datepickertfoottrth{
cursor:pointer;
}
.datepicker.datepicker-switch:hover,
.datepicker.prev:hover,
.datepicker.next:hover,
.datepickertfoottrth:hover{
background:#eeeeee;
}
.datepicker.prev.disabled,
.datepicker.next.disabled{
visibility:hidden;
}
.datepicker.cw{
font-size:10px;
width:12px;
padding:02px05px;
vertical-align:middle;
}
.input-group.date.input-group-addon{
cursor:pointer;
}
.input-daterange{
width:100%;
}
.input-daterangeinput{
text-align:center;
}
.input-daterangeinput:first-child{
border-radius:3px003px;
}
.input-daterangeinput:last-child{
border-radius:03px3px0;
}
.input-daterange.input-group-addon{
width:auto;
min-width:16px;
padding:4px5px;
line-height:1.42857143;
border-width:1px0;
margin-left:-5px;
margin-right:-5px;
}
/*#sourceMappingURL=bootstrap-datepicker3.css.map*/