.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
display: none; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//tabtourasia.com/wp-content/plugins/logo-carousel-slider/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }             .item a > img{
margin-bottom: 1em;
}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}h2.lcs_logo_carousel_slider_title {
margin: 0 0 2px 0;
font-weight: normal;
font-size: 18px;
color: #444444;
}
.lcs_logo_container {
margin: 6px;
}
.lcs_logo_container a {
text-decoration: none;
}
.lcs_logo_container a.lcs_logo_link {
display: block;
padding: 6px;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.lcs_logo_container img {
box-shadow: none;
display: block;
margin: 0 auto;
border-radius: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease; 
transition: all 0.3s ease;
}
h3.lcs_logo_title {
font-size: 15px;
font-weight: normal;
text-align: center;
margin: 3px 0 0 0;
color: #444;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
h3.lcs_logo_title:hover {
color: #808080;
}
.owl-theme .owl-controls .owl-page span {
background: #666666;
}
#lcs_logo_carousel_slider .owl-buttons {
position: absolute;
right: 0;
top: -34px;
}
#lcs_logo_carousel_slider .owl-buttons div {
background: #ffffff;
border-radius: 2px;
margin: 2px;
padding: 0;
width: 27px;
height: 27px;
line-height: 20px;
font-size: 22px;
color: #ccc;
border: 1px solid #ccc;
opacity: 1;
z-index: 999;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#lcs_logo_carousel_slider .owl-buttons div:hover { 
background: #ffffff; 
color: #A0A0A0; 
border: 1px solid #A0A0A0; 
}
#lcs_logo_carousel_slider .owl-controls .owl-page span { 
background: #666666!important; 
}
#lcs_logo_carousel_wrapper{
position: relative;
background: transparent;
}
.slider_navigation {
position: absolute; top:-28px;
right:5px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); width: auto;
z-index: 999;
}
.slider_navigation span.prev {
right: 32px;
}
.slider_navigation span {
line-height: 28px;
text-align: center;
color: #fff;
border-radius: 5px;
width: 28px;
height: 28px;
background: #C9C9C9;
cursor: pointer;
position: absolute;    z-index: 999;
}
.slider_navigation span.next{
right: 0;
}.cfdatepicker {
padding: 4px;
border-radius: 4px;
direction: ltr; }
.cfdatepicker-inline {
width: 220px;
}
.cfdatepicker.cfdatepicker-rtl {
direction: rtl;
}
.cfdatepicker.cfdatepicker-rtl table tr td span {
float: right;
}
.cfdatepicker-dropdown {
top: 0;
left: 0;
}
.cfdatepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.cfdatepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute;
}
.cfdatepicker-dropdown.cfdatepicker-orient-left:before {
left: 6px;
}
.cfdatepicker-dropdown.cfdatepicker-orient-left:after {
left: 7px;
}
.cfdatepicker-dropdown.cfdatepicker-orient-right:before {
right: 6px;
}
.cfdatepicker-dropdown.cfdatepicker-orient-right:after {
right: 7px;
}
.cfdatepicker-dropdown.cfdatepicker-orient-top:before {
top: -7px;
}
.cfdatepicker-dropdown.cfdatepicker-orient-top:after {
top: -6px;
}
.cfdatepicker-dropdown.cfdatepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.cfdatepicker-dropdown.cfdatepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff;
}
.cfdatepicker > div {
display: none;
}
.cfdatepicker.days div.cfdatepicker-days {
display: block;
}
.cfdatepicker.months div.cfdatepicker-months {
display: block;
}
.cfdatepicker.years div.cfdatepicker-years {
display: block;
}
.cfdatepicker table {
border: 0 none;
width: auto;
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;
}
.cfdatepicker table tr td,
.cfdatepicker table tr th {
text-align: center;
height: 10px;
border-radius: 4px;
border: none;
}
.table-striped .cfdatepicker table tr td,
.table-striped .cfdatepicker table tr th {
background-color: transparent;
}
.cfdatepicker table tr td.day:hover,
.cfdatepicker table tr td.day.focused {
background: #eeeeee;
cursor: pointer;
}
.cfdatepicker table tr td.old,
.cfdatepicker table tr td.new {
color: #999999;
}
.cfdatepicker table tr td.disabled,
.cfdatepicker table tr td.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.cfdatepicker table tr td.today,
.cfdatepicker table tr td.today:hover,
.cfdatepicker table tr td.today.disabled,
.cfdatepicker table tr td.today.disabled:hover {
color: #000000;
background-color: #ffdb99;
border-color: #ffb733;
}
.cfdatepicker table tr td.today:hover,
.cfdatepicker table tr td.today:hover:hover,
.cfdatepicker table tr td.today.disabled:hover,
.cfdatepicker table tr td.today.disabled:hover:hover,
.cfdatepicker table tr td.today:focus,
.cfdatepicker table tr td.today:hover:focus,
.cfdatepicker table tr td.today.disabled:focus,
.cfdatepicker table tr td.today.disabled:hover:focus,
.cfdatepicker table tr td.today:active,
.cfdatepicker table tr td.today:hover:active,
.cfdatepicker table tr td.today.disabled:active,
.cfdatepicker table tr td.today.disabled:hover:active,
.cfdatepicker table tr td.today.active,
.cfdatepicker table tr td.today:hover.active,
.cfdatepicker table tr td.today.disabled.active,
.cfdatepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td.today,
.open .dropdown-toggle.cfdatepicker table tr td.today:hover,
.open .dropdown-toggle.cfdatepicker table tr td.today.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.today.disabled:hover {
color: #000000;
background-color: #ffcd70;
border-color: #f59e00;
}
.cfdatepicker table tr td.today:active,
.cfdatepicker table tr td.today:hover:active,
.cfdatepicker table tr td.today.disabled:active,
.cfdatepicker table tr td.today.disabled:hover:active,
.cfdatepicker table tr td.today.active,
.cfdatepicker table tr td.today:hover.active,
.cfdatepicker table tr td.today.disabled.active,
.cfdatepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td.today,
.open .dropdown-toggle.cfdatepicker table tr td.today:hover,
.open .dropdown-toggle.cfdatepicker table tr td.today.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.today.disabled:hover {
background-image: none;
}
.cfdatepicker table tr td.today.disabled,
.cfdatepicker table tr td.today:hover.disabled,
.cfdatepicker table tr td.today.disabled.disabled,
.cfdatepicker table tr td.today.disabled:hover.disabled,
.cfdatepicker table tr td.today[disabled],
.cfdatepicker table tr td.today:hover[disabled],
.cfdatepicker table tr td.today.disabled[disabled],
.cfdatepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .cfdatepicker table tr td.today,
fieldset[disabled] .cfdatepicker table tr td.today:hover,
fieldset[disabled] .cfdatepicker table tr td.today.disabled,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover,
.cfdatepicker table tr td.today.disabled:hover,
.cfdatepicker table tr td.today:hover.disabled:hover,
.cfdatepicker table tr td.today.disabled.disabled:hover,
.cfdatepicker table tr td.today.disabled:hover.disabled:hover,
.cfdatepicker table tr td.today[disabled]:hover,
.cfdatepicker table tr td.today:hover[disabled]:hover,
.cfdatepicker table tr td.today.disabled[disabled]:hover,
.cfdatepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td.today:hover,
fieldset[disabled] .cfdatepicker table tr td.today:hover:hover,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover:hover,
.cfdatepicker table tr td.today.disabled:focus,
.cfdatepicker table tr td.today:hover.disabled:focus,
.cfdatepicker table tr td.today.disabled.disabled:focus,
.cfdatepicker table tr td.today.disabled:hover.disabled:focus,
.cfdatepicker table tr td.today[disabled]:focus,
.cfdatepicker table tr td.today:hover[disabled]:focus,
.cfdatepicker table tr td.today.disabled[disabled]:focus,
.cfdatepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .cfdatepicker table tr td.today:focus,
fieldset[disabled] .cfdatepicker table tr td.today:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover:focus,
.cfdatepicker table tr td.today.disabled:active,
.cfdatepicker table tr td.today:hover.disabled:active,
.cfdatepicker table tr td.today.disabled.disabled:active,
.cfdatepicker table tr td.today.disabled:hover.disabled:active,
.cfdatepicker table tr td.today[disabled]:active,
.cfdatepicker table tr td.today:hover[disabled]:active,
.cfdatepicker table tr td.today.disabled[disabled]:active,
.cfdatepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .cfdatepicker table tr td.today:active,
fieldset[disabled] .cfdatepicker table tr td.today:hover:active,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:active,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover:active,
.cfdatepicker table tr td.today.disabled.active,
.cfdatepicker table tr td.today:hover.disabled.active,
.cfdatepicker table tr td.today.disabled.disabled.active,
.cfdatepicker table tr td.today.disabled:hover.disabled.active,
.cfdatepicker table tr td.today[disabled].active,
.cfdatepicker table tr td.today:hover[disabled].active,
.cfdatepicker table tr td.today.disabled[disabled].active,
.cfdatepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .cfdatepicker table tr td.today.active,
fieldset[disabled] .cfdatepicker table tr td.today:hover.active,
fieldset[disabled] .cfdatepicker table tr td.today.disabled.active,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover.active {
background-color: #ffdb99;
border-color: #ffb733;
}
.cfdatepicker table tr td.today:hover:hover {
color: #000;
}
.cfdatepicker table tr td.today.active:hover {
color: #fff;
}
.cfdatepicker table tr td.range,
.cfdatepicker table tr td.range:hover,
.cfdatepicker table tr td.range.disabled,
.cfdatepicker table tr td.range.disabled:hover {
background: #eeeeee;
border-radius: 0;
}
.cfdatepicker table tr td.range.today,
.cfdatepicker table tr td.range.today:hover,
.cfdatepicker table tr td.range.today.disabled,
.cfdatepicker table tr td.range.today.disabled:hover {
color: #000000;
background-color: #f7ca77;
border-color: #f1a417;
border-radius: 0;
}
.cfdatepicker table tr td.range.today:hover,
.cfdatepicker table tr td.range.today:hover:hover,
.cfdatepicker table tr td.range.today.disabled:hover,
.cfdatepicker table tr td.range.today.disabled:hover:hover,
.cfdatepicker table tr td.range.today:focus,
.cfdatepicker table tr td.range.today:hover:focus,
.cfdatepicker table tr td.range.today.disabled:focus,
.cfdatepicker table tr td.range.today.disabled:hover:focus,
.cfdatepicker table tr td.range.today:active,
.cfdatepicker table tr td.range.today:hover:active,
.cfdatepicker table tr td.range.today.disabled:active,
.cfdatepicker table tr td.range.today.disabled:hover:active,
.cfdatepicker table tr td.range.today.active,
.cfdatepicker table tr td.range.today:hover.active,
.cfdatepicker table tr td.range.today.disabled.active,
.cfdatepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td.range.today,
.open .dropdown-toggle.cfdatepicker table tr td.range.today:hover,
.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled:hover {
color: #000000;
background-color: #f4bb51;
border-color: #bf800c;
}
.cfdatepicker table tr td.range.today:active,
.cfdatepicker table tr td.range.today:hover:active,
.cfdatepicker table tr td.range.today.disabled:active,
.cfdatepicker table tr td.range.today.disabled:hover:active,
.cfdatepicker table tr td.range.today.active,
.cfdatepicker table tr td.range.today:hover.active,
.cfdatepicker table tr td.range.today.disabled.active,
.cfdatepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td.range.today,
.open .dropdown-toggle.cfdatepicker table tr td.range.today:hover,
.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled:hover {
background-image: none;
}
.cfdatepicker table tr td.range.today.disabled,
.cfdatepicker table tr td.range.today:hover.disabled,
.cfdatepicker table tr td.range.today.disabled.disabled,
.cfdatepicker table tr td.range.today.disabled:hover.disabled,
.cfdatepicker table tr td.range.today[disabled],
.cfdatepicker table tr td.range.today:hover[disabled],
.cfdatepicker table tr td.range.today.disabled[disabled],
.cfdatepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .cfdatepicker table tr td.range.today,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover,
.cfdatepicker table tr td.range.today.disabled:hover,
.cfdatepicker table tr td.range.today:hover.disabled:hover,
.cfdatepicker table tr td.range.today.disabled.disabled:hover,
.cfdatepicker table tr td.range.today.disabled:hover.disabled:hover,
.cfdatepicker table tr td.range.today[disabled]:hover,
.cfdatepicker table tr td.range.today:hover[disabled]:hover,
.cfdatepicker table tr td.range.today.disabled[disabled]:hover,
.cfdatepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover:hover,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover:hover,
.cfdatepicker table tr td.range.today.disabled:focus,
.cfdatepicker table tr td.range.today:hover.disabled:focus,
.cfdatepicker table tr td.range.today.disabled.disabled:focus,
.cfdatepicker table tr td.range.today.disabled:hover.disabled:focus,
.cfdatepicker table tr td.range.today[disabled]:focus,
.cfdatepicker table tr td.range.today:hover[disabled]:focus,
.cfdatepicker table tr td.range.today.disabled[disabled]:focus,
.cfdatepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .cfdatepicker table tr td.range.today:focus,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover:focus,
.cfdatepicker table tr td.range.today.disabled:active,
.cfdatepicker table tr td.range.today:hover.disabled:active,
.cfdatepicker table tr td.range.today.disabled.disabled:active,
.cfdatepicker table tr td.range.today.disabled:hover.disabled:active,
.cfdatepicker table tr td.range.today[disabled]:active,
.cfdatepicker table tr td.range.today:hover[disabled]:active,
.cfdatepicker table tr td.range.today.disabled[disabled]:active,
.cfdatepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .cfdatepicker table tr td.range.today:active,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover:active,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:active,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover:active,
.cfdatepicker table tr td.range.today.disabled.active,
.cfdatepicker table tr td.range.today:hover.disabled.active,
.cfdatepicker table tr td.range.today.disabled.disabled.active,
.cfdatepicker table tr td.range.today.disabled:hover.disabled.active,
.cfdatepicker table tr td.range.today[disabled].active,
.cfdatepicker table tr td.range.today:hover[disabled].active,
.cfdatepicker table tr td.range.today.disabled[disabled].active,
.cfdatepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .cfdatepicker table tr td.range.today.active,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover.active,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled.active,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover.active {
background-color: #f7ca77;
border-color: #f1a417;
}
.cfdatepicker table tr td.selected,
.cfdatepicker table tr td.selected:hover,
.cfdatepicker table tr td.selected.disabled,
.cfdatepicker table tr td.selected.disabled:hover {
color: #ffffff;
background-color: #999999;
border-color: #555555;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.cfdatepicker table tr td.selected:hover,
.cfdatepicker table tr td.selected:hover:hover,
.cfdatepicker table tr td.selected.disabled:hover,
.cfdatepicker table tr td.selected.disabled:hover:hover,
.cfdatepicker table tr td.selected:focus,
.cfdatepicker table tr td.selected:hover:focus,
.cfdatepicker table tr td.selected.disabled:focus,
.cfdatepicker table tr td.selected.disabled:hover:focus,
.cfdatepicker table tr td.selected:active,
.cfdatepicker table tr td.selected:hover:active,
.cfdatepicker table tr td.selected.disabled:active,
.cfdatepicker table tr td.selected.disabled:hover:active,
.cfdatepicker table tr td.selected.active,
.cfdatepicker table tr td.selected:hover.active,
.cfdatepicker table tr td.selected.disabled.active,
.cfdatepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td.selected,
.open .dropdown-toggle.cfdatepicker table tr td.selected:hover,
.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled:hover {
color: #ffffff;
background-color: #858585;
border-color: #373737;
}
.cfdatepicker table tr td.selected:active,
.cfdatepicker table tr td.selected:hover:active,
.cfdatepicker table tr td.selected.disabled:active,
.cfdatepicker table tr td.selected.disabled:hover:active,
.cfdatepicker table tr td.selected.active,
.cfdatepicker table tr td.selected:hover.active,
.cfdatepicker table tr td.selected.disabled.active,
.cfdatepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td.selected,
.open .dropdown-toggle.cfdatepicker table tr td.selected:hover,
.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled:hover {
background-image: none;
}
.cfdatepicker table tr td.selected.disabled,
.cfdatepicker table tr td.selected:hover.disabled,
.cfdatepicker table tr td.selected.disabled.disabled,
.cfdatepicker table tr td.selected.disabled:hover.disabled,
.cfdatepicker table tr td.selected[disabled],
.cfdatepicker table tr td.selected:hover[disabled],
.cfdatepicker table tr td.selected.disabled[disabled],
.cfdatepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .cfdatepicker table tr td.selected,
fieldset[disabled] .cfdatepicker table tr td.selected:hover,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover,
.cfdatepicker table tr td.selected.disabled:hover,
.cfdatepicker table tr td.selected:hover.disabled:hover,
.cfdatepicker table tr td.selected.disabled.disabled:hover,
.cfdatepicker table tr td.selected.disabled:hover.disabled:hover,
.cfdatepicker table tr td.selected[disabled]:hover,
.cfdatepicker table tr td.selected:hover[disabled]:hover,
.cfdatepicker table tr td.selected.disabled[disabled]:hover,
.cfdatepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td.selected:hover,
fieldset[disabled] .cfdatepicker table tr td.selected:hover:hover,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover:hover,
.cfdatepicker table tr td.selected.disabled:focus,
.cfdatepicker table tr td.selected:hover.disabled:focus,
.cfdatepicker table tr td.selected.disabled.disabled:focus,
.cfdatepicker table tr td.selected.disabled:hover.disabled:focus,
.cfdatepicker table tr td.selected[disabled]:focus,
.cfdatepicker table tr td.selected:hover[disabled]:focus,
.cfdatepicker table tr td.selected.disabled[disabled]:focus,
.cfdatepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .cfdatepicker table tr td.selected:focus,
fieldset[disabled] .cfdatepicker table tr td.selected:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover:focus,
.cfdatepicker table tr td.selected.disabled:active,
.cfdatepicker table tr td.selected:hover.disabled:active,
.cfdatepicker table tr td.selected.disabled.disabled:active,
.cfdatepicker table tr td.selected.disabled:hover.disabled:active,
.cfdatepicker table tr td.selected[disabled]:active,
.cfdatepicker table tr td.selected:hover[disabled]:active,
.cfdatepicker table tr td.selected.disabled[disabled]:active,
.cfdatepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .cfdatepicker table tr td.selected:active,
fieldset[disabled] .cfdatepicker table tr td.selected:hover:active,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:active,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover:active,
.cfdatepicker table tr td.selected.disabled.active,
.cfdatepicker table tr td.selected:hover.disabled.active,
.cfdatepicker table tr td.selected.disabled.disabled.active,
.cfdatepicker table tr td.selected.disabled:hover.disabled.active,
.cfdatepicker table tr td.selected[disabled].active,
.cfdatepicker table tr td.selected:hover[disabled].active,
.cfdatepicker table tr td.selected.disabled[disabled].active,
.cfdatepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .cfdatepicker table tr td.selected.active,
fieldset[disabled] .cfdatepicker table tr td.selected:hover.active,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled.active,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover.active {
background-color: #999999;
border-color: #555555;
}
.cfdatepicker table tr td.active,
.cfdatepicker table tr td.active:hover,
.cfdatepicker table tr td.active.disabled,
.cfdatepicker table tr td.active.disabled:hover {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.cfdatepicker table tr td.active:hover,
.cfdatepicker table tr td.active:hover:hover,
.cfdatepicker table tr td.active.disabled:hover,
.cfdatepicker table tr td.active.disabled:hover:hover,
.cfdatepicker table tr td.active:focus,
.cfdatepicker table tr td.active:hover:focus,
.cfdatepicker table tr td.active.disabled:focus,
.cfdatepicker table tr td.active.disabled:hover:focus,
.cfdatepicker table tr td.active:active,
.cfdatepicker table tr td.active:hover:active,
.cfdatepicker table tr td.active.disabled:active,
.cfdatepicker table tr td.active.disabled:hover:active,
.cfdatepicker table tr td.active.active,
.cfdatepicker table tr td.active:hover.active,
.cfdatepicker table tr td.active.disabled.active,
.cfdatepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td.active,
.open .dropdown-toggle.cfdatepicker table tr td.active:hover,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled:hover {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.cfdatepicker table tr td.active:active,
.cfdatepicker table tr td.active:hover:active,
.cfdatepicker table tr td.active.disabled:active,
.cfdatepicker table tr td.active.disabled:hover:active,
.cfdatepicker table tr td.active.active,
.cfdatepicker table tr td.active:hover.active,
.cfdatepicker table tr td.active.disabled.active,
.cfdatepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td.active,
.open .dropdown-toggle.cfdatepicker table tr td.active:hover,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled:hover {
background-image: none;
}
.cfdatepicker table tr td.active.disabled,
.cfdatepicker table tr td.active:hover.disabled,
.cfdatepicker table tr td.active.disabled.disabled,
.cfdatepicker table tr td.active.disabled:hover.disabled,
.cfdatepicker table tr td.active[disabled],
.cfdatepicker table tr td.active:hover[disabled],
.cfdatepicker table tr td.active.disabled[disabled],
.cfdatepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .cfdatepicker table tr td.active,
fieldset[disabled] .cfdatepicker table tr td.active:hover,
fieldset[disabled] .cfdatepicker table tr td.active.disabled,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover,
.cfdatepicker table tr td.active.disabled:hover,
.cfdatepicker table tr td.active:hover.disabled:hover,
.cfdatepicker table tr td.active.disabled.disabled:hover,
.cfdatepicker table tr td.active.disabled:hover.disabled:hover,
.cfdatepicker table tr td.active[disabled]:hover,
.cfdatepicker table tr td.active:hover[disabled]:hover,
.cfdatepicker table tr td.active.disabled[disabled]:hover,
.cfdatepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td.active:hover,
fieldset[disabled] .cfdatepicker table tr td.active:hover:hover,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover:hover,
.cfdatepicker table tr td.active.disabled:focus,
.cfdatepicker table tr td.active:hover.disabled:focus,
.cfdatepicker table tr td.active.disabled.disabled:focus,
.cfdatepicker table tr td.active.disabled:hover.disabled:focus,
.cfdatepicker table tr td.active[disabled]:focus,
.cfdatepicker table tr td.active:hover[disabled]:focus,
.cfdatepicker table tr td.active.disabled[disabled]:focus,
.cfdatepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .cfdatepicker table tr td.active:focus,
fieldset[disabled] .cfdatepicker table tr td.active:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover:focus,
.cfdatepicker table tr td.active.disabled:active,
.cfdatepicker table tr td.active:hover.disabled:active,
.cfdatepicker table tr td.active.disabled.disabled:active,
.cfdatepicker table tr td.active.disabled:hover.disabled:active,
.cfdatepicker table tr td.active[disabled]:active,
.cfdatepicker table tr td.active:hover[disabled]:active,
.cfdatepicker table tr td.active.disabled[disabled]:active,
.cfdatepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .cfdatepicker table tr td.active:active,
fieldset[disabled] .cfdatepicker table tr td.active:hover:active,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:active,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover:active,
.cfdatepicker table tr td.active.disabled.active,
.cfdatepicker table tr td.active:hover.disabled.active,
.cfdatepicker table tr td.active.disabled.disabled.active,
.cfdatepicker table tr td.active.disabled:hover.disabled.active,
.cfdatepicker table tr td.active[disabled].active,
.cfdatepicker table tr td.active:hover[disabled].active,
.cfdatepicker table tr td.active.disabled[disabled].active,
.cfdatepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .cfdatepicker table tr td.active.active,
fieldset[disabled] .cfdatepicker table tr td.active:hover.active,
fieldset[disabled] .cfdatepicker table tr td.active.disabled.active,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover.active {
background-color: #428bca;
border-color: #357ebd;
}
.cfdatepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
border-radius: 4px;
}
.cfdatepicker table tr td span:hover {
background: #eeeeee;
}
.cfdatepicker table tr td span.disabled,
.cfdatepicker table tr td span.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.cfdatepicker table tr td span.active,
.cfdatepicker table tr td span.active:hover,
.cfdatepicker table tr td span.active.disabled,
.cfdatepicker table tr td span.active.disabled:hover {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.cfdatepicker table tr td span.active:hover,
.cfdatepicker table tr td span.active:hover:hover,
.cfdatepicker table tr td span.active.disabled:hover,
.cfdatepicker table tr td span.active.disabled:hover:hover,
.cfdatepicker table tr td span.active:focus,
.cfdatepicker table tr td span.active:hover:focus,
.cfdatepicker table tr td span.active.disabled:focus,
.cfdatepicker table tr td span.active.disabled:hover:focus,
.cfdatepicker table tr td span.active:active,
.cfdatepicker table tr td span.active:hover:active,
.cfdatepicker table tr td span.active.disabled:active,
.cfdatepicker table tr td span.active.disabled:hover:active,
.cfdatepicker table tr td span.active.active,
.cfdatepicker table tr td span.active:hover.active,
.cfdatepicker table tr td span.active.disabled.active,
.cfdatepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td span.active,
.open .dropdown-toggle.cfdatepicker table tr td span.active:hover,
.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled,
.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled:hover {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.cfdatepicker table tr td span.active:active,
.cfdatepicker table tr td span.active:hover:active,
.cfdatepicker table tr td span.active.disabled:active,
.cfdatepicker table tr td span.active.disabled:hover:active,
.cfdatepicker table tr td span.active.active,
.cfdatepicker table tr td span.active:hover.active,
.cfdatepicker table tr td span.active.disabled.active,
.cfdatepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td span.active,
.open .dropdown-toggle.cfdatepicker table tr td span.active:hover,
.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled,
.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled:hover {
background-image: none;
}
.cfdatepicker table tr td span.active.disabled,
.cfdatepicker table tr td span.active:hover.disabled,
.cfdatepicker table tr td span.active.disabled.disabled,
.cfdatepicker table tr td span.active.disabled:hover.disabled,
.cfdatepicker table tr td span.active[disabled],
.cfdatepicker table tr td span.active:hover[disabled],
.cfdatepicker table tr td span.active.disabled[disabled],
.cfdatepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .cfdatepicker table tr td span.active,
fieldset[disabled] .cfdatepicker table tr td span.active:hover,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover,
.cfdatepicker table tr td span.active.disabled:hover,
.cfdatepicker table tr td span.active:hover.disabled:hover,
.cfdatepicker table tr td span.active.disabled.disabled:hover,
.cfdatepicker table tr td span.active.disabled:hover.disabled:hover,
.cfdatepicker table tr td span.active[disabled]:hover,
.cfdatepicker table tr td span.active:hover[disabled]:hover,
.cfdatepicker table tr td span.active.disabled[disabled]:hover,
.cfdatepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td span.active:hover,
fieldset[disabled] .cfdatepicker table tr td span.active:hover:hover,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover:hover,
.cfdatepicker table tr td span.active.disabled:focus,
.cfdatepicker table tr td span.active:hover.disabled:focus,
.cfdatepicker table tr td span.active.disabled.disabled:focus,
.cfdatepicker table tr td span.active.disabled:hover.disabled:focus,
.cfdatepicker table tr td span.active[disabled]:focus,
.cfdatepicker table tr td span.active:hover[disabled]:focus,
.cfdatepicker table tr td span.active.disabled[disabled]:focus,
.cfdatepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .cfdatepicker table tr td span.active:focus,
fieldset[disabled] .cfdatepicker table tr td span.active:hover:focus,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover:focus,
.cfdatepicker table tr td span.active.disabled:active,
.cfdatepicker table tr td span.active:hover.disabled:active,
.cfdatepicker table tr td span.active.disabled.disabled:active,
.cfdatepicker table tr td span.active.disabled:hover.disabled:active,
.cfdatepicker table tr td span.active[disabled]:active,
.cfdatepicker table tr td span.active:hover[disabled]:active,
.cfdatepicker table tr td span.active.disabled[disabled]:active,
.cfdatepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .cfdatepicker table tr td span.active:active,
fieldset[disabled] .cfdatepicker table tr td span.active:hover:active,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:active,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover:active,
.cfdatepicker table tr td span.active.disabled.active,
.cfdatepicker table tr td span.active:hover.disabled.active,
.cfdatepicker table tr td span.active.disabled.disabled.active,
.cfdatepicker table tr td span.active.disabled:hover.disabled.active,
.cfdatepicker table tr td span.active[disabled].active,
.cfdatepicker table tr td span.active:hover[disabled].active,
.cfdatepicker table tr td span.active.disabled[disabled].active,
.cfdatepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .cfdatepicker table tr td span.active.active,
fieldset[disabled] .cfdatepicker table tr td span.active:hover.active,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled.active,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover.active {
background-color: #428bca;
border-color: #357ebd;
}
.cfdatepicker table tr td span.old,
.cfdatepicker table tr td span.new {
color: #999999;
}
.cfdatepicker th.cfdatepicker-switch {
width: 145px;
}
.cfdatepicker thead tr:first-child th,
.cfdatepicker tfoot tr th {
cursor: pointer;
}
.cfdatepicker thead tr:first-child th:hover,
.cfdatepicker tfoot tr th:hover {
background: #eeeeee;
}
.cfdatepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.cfdatepicker thead tr:first-child th.cw {
cursor: default;
background-color: transparent;
}
.input-group.date .input-group-addon i {
cursor: pointer;
width: 16px;
height: 16px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
width: auto;
min-width: 16px;
padding: 4px 5px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #eeeeee;
border: solid #cccccc;
border-width: 1px 0;
margin-left: -5px;
margin-right: -5px;
}
.cfdatepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
color: #333333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.42857143;
}
.cfdatepicker.dropdown-menu th,
.cfdatepicker.dropdown-menu td {
padding: 4px 5px;
}.caldera-grid .form-control.cf2-file{border:none;padding:0}.caldera-grid .form-control.cf2-file .btn{color:#fff;background-color:#333;border:thin solid #333;transition:all .4s}.caldera-grid .form-control.cf2-file .btn:hover{color:#333;background-color:#fff}.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control{display:inline-block;width:100%;vertical-align:top}.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control .cf2-file-field-img-preview{margin-bottom:5px}.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove{background-color:rgba(0,0,0,0);border:none;padding:0;vertical-align:top}.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove:after{content:" \2716";font-size:90%;color:#333;text-decoration:underline;cursor:pointer;margin-right:10px}.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove:hover:after{text-decoration:none}.caldera-grid ul.cf2-list-files .cf2-file-listed progress.cf2-file-progress-bar{position:relative;width:100%;height:2px;vertical-align:top}.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data{margin-top:-40px}