/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

/*! * Datetimepicker for Bootstrap * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */
#lfb_bootstraped.lfb_bootstraped .datetimepicker{
    padding:4px;
    margin-top:1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    direction:ltr
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-inline{
    width:220px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker.datetimepicker-rtl{
    direction:rtl
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker.datetimepicker-rtl table tr td span{
    float:right
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown,#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-left{
    top:0;
    left:0
}
#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:before{
    content:'';
    display:inline-block;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-bottom:7px solid #ccc;
    border-bottom-color:rgba(0,0,0,.2);
    position:absolute
}
#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:after{
    content:'';
    display:inline-block;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid #fff;
    position:absolute
}
#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown-top"]:before{
    content:'';
    display:inline-block;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:7px solid #ccc;
    border-top-color:rgba(0,0,0,.2);
    border-bottom:0
}
#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown-top"]:after{
    content:'';
    display:inline-block;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:6px solid #fff;
    border-bottom:0
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-left:before{
    top:-7px;
    right:6px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-left:after{
    top:-6px;
    right:7px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-right:before{
    top:-7px;
    left:6px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-right:after{
    top:-6px;
    left:7px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-left:before{
    bottom:-7px;
    right:6px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-left:after{
    bottom:-6px;
    right:7px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-right:before{
    bottom:-7px;
    left:6px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-right:after{
    bottom:-6px;
    left:7px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker>div{
    display:none
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker.days div.datetimepicker-days,#lfb_bootstraped.lfb_bootstraped .datetimepicker.hours div.datetimepicker-hours,#lfb_bootstraped.lfb_bootstraped .datetimepicker.minutes div.datetimepicker-minutes,#lfb_bootstraped.lfb_bootstraped .datetimepicker.months div.datetimepicker-months,#lfb_bootstraped.lfb_bootstraped .datetimepicker.years div.datetimepicker-years{
    display:block
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table{
    margin:0
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker td,#lfb_bootstraped.lfb_bootstraped .datetimepicker th{
    text-align:center;
    width:20px;
    height:20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:none
}
#lfb_bootstraped.lfb_bootstraped .table-striped .datetimepicker table tr td,#lfb_bootstraped.lfb_bootstraped .table-striped .datetimepicker table tr th{
    background-color:transparent
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.day:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.hour:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.minute:hover{
    background:#eee;
    cursor:pointer
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.new,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.old{
    color:#999
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.disabled:hover{
    background:0 0;
    color:#999;
    cursor:default
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover{
    background-color:#fde19a;
    background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);
    background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
    background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);
    background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);
    background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-repeat:repeat-x;
    border-color:#fdf59a #fdf59a #fbed50;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today[disabled]{
    background-color:#fdf59a
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover:active{
    background-color:#fbf069
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover{
    background-color:#006dcc;
    background-image:-moz-linear-gradient(top,#08c,#04c);
    background-image:-ms-linear-gradient(top,#08c,#04c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image:-webkit-linear-gradient(top,#08c,#04c);
    background-image:-o-linear-gradient(top,#08c,#04c);
    background-image:linear-gradient(to bottom,#08c,#04c);
    background-repeat:repeat-x;
    border-color:#04c #04c #002a80;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active[disabled]{
    background-color:#04c
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:active{
    background-color:#039
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span{
    display:block;
    width:23%;
    height:54px;
    line-height:54px;
    float:left;
    margin:1%;
    cursor:pointer;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours span{
    height:26px;
    line-height:26px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table tr td span.hour_am,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table tr td span.hour_pm{
    width:14.6%
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours fieldset legend,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-minutes fieldset legend{
    margin-bottom:inherit;
    line-height:30px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-minutes span{
    height:26px;
    line-height:26px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span:hover{
    background:#eee
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.disabled:hover{
    background:0 0;
    color:#999;
    cursor:default
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover{
    background-color:#006dcc;
    background-image:-moz-linear-gradient(top,#08c,#04c);
    background-image:-ms-linear-gradient(top,#08c,#04c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image:-webkit-linear-gradient(top,#08c,#04c);
    background-image:-o-linear-gradient(top,#08c,#04c);
    background-image:linear-gradient(to bottom,#08c,#04c);
    background-repeat:repeat-x;
    border-color:#04c #04c #002a80;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active[disabled]{
    background-color:#04c
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover:active{
    background-color:#039
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.old{
    color:#999
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker th.switch{
    width:145px
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker th span.glyphicon{
    pointer-events:none
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker tfoot th,#lfb_bootstraped.lfb_bootstraped .datetimepicker thead tr:first-child th{
    cursor:pointer
}
#lfb_bootstraped.lfb_bootstraped .datetimepicker tfoot th:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker thead tr:first-child th:hover{
    background:#eee
}
#lfb_bootstraped.lfb_bootstraped .input-append.date .add-on i,#lfb_bootstraped.lfb_bootstraped .input-group.date .input-group-addon span,#lfb_bootstraped.lfb_bootstraped .input-prepend.date .add-on i{
    cursor:pointer;
    width:14px;
    height:14px
}

