.days-label { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.box-calc { display: block; background: #fff; padding: 35px 35px; box-shadow: 0 15px 37px rgba(223, 208, 189, 0.26); border: 1px solid #f1efee; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }

div.selector { width: 100%; position: relative; margin: 20px 0 0px; display: block; height: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 0; background: #ebe4da; }
div.selector .resize { position: relative; top: -6px; margin-left: 0; z-index: 40; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; box-shadow: 0 5px 10px rgba(253, 116, 56, 0.26); background: #fd8526; background: -webkit-linear-gradient(left top, #fd8526, #ff6347); background: linear-gradient(to right bottom, #fd8526, #ff6347); width: 13px; height: 13px; cursor: e-resize; font-size: inherit; }
div.selector .resize.ui-draggable-disabled { background: #ebe4da; background: -webkit-linear-gradient(left top, #ebe4da, #c5c1bd); background: linear-gradient(to right bottom, #ebe4da, #c5c1bd); box-shadow: none; }

.days-label.disabled { opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); }
