/**
 * EasyCalendar jQuery Plugin https://github.com/brainygen/easyCalendar
 * Версия - 1.0 
 * 
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Dmitrii Shelik
 */
.calendar{position:absolute;-moz-user-select:none;-khtml-user-select:none;user-select:none;padding:15px 20px;border-radius:.1px;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 10px 20px -5px rgba(0,0,0,.4);background:#fff;display:none;visibility:hidden;font:100%/18px Arial,'Helvetica Neue',Helvetica,yandex-sans-rub-sign,sans-serif}.calendar__day,.calendar__week{width:18px;height:18px;color:#333;line-height:18px}.calendar__day,.calendar__week,.calendar__year{text-align:center;font-size:13px}.calendar table{border-collapse:collapse}.calendar__day{background:#fff;text-decoration:none;cursor:pointer;padding:5px 4px 4px}.calendar__day:hover{background:#f9f9f9}.calendar__day[disabled]:hover,.calendar__week,.calendar__year{background:#fff}.calendar__week{padding:5px}.calendar__next,.calendar__prev{width:8px;height:8px;margin:0 6px;cursor:pointer}.calendar__week-free{color:#d00}.calendar__year{color:#333}.calendar__day-free{color:#d00}.calendar__prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDggOCI+PHBhdGggZD0ibTUuNiAwbC00IDQgNCA0IC44LS44LTMuMi0zLjIgMy4yLTMuMnoiLz48L3N2Zz4=)}.calendar__next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDggOCI+PHBhdGggZD0ibTEuNi44bDMuMiAzLjItMy4yIDMuMi44LjggNC00LTQtNHoiLz48L3N2Zz4=)}.calendar__tail,.calendar__tail:after{position:absolute;width:17px;height:17px}.calendar__tail{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%;background:rgba(0,0,0,.1);background:-webkit-gradient(linear,left bottom,right top,color-stop(50%,rgba(0,0,0,.1)),color-stop(50%,rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom left,rgba(0,0,0,.1) 50%,rgba(0,0,0,0) 50%);background:linear-gradient(to top right,rgba(0,0,0,.1) 50%,rgba(0,0,0,0) 50%);z-index:9;display:block;font:0/0 a;top:-17px;left:0}.calendar__tail:after{bottom:1px;left:1px;content:'';background:#fff}.calendar__inited{display:block;visibility:hidden;margin:0}.calendar__show{display:block;visibility:visible}.calendar__item-today{font-weight:600}.calendar__item-current{background:#ffeca6;color:#333}
