.uk-form-datepicker {
    width: auto;
}
.uk-form-datepicker-nav {
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
}
.uk-form-datepicker-nav:after,
.uk-form-datepicker-nav:before {
    content: "";
    display: table;
}
.uk-form-datepicker-nav:after {
    clear: both;
}
.uk-form-datepicker-nav a {
    color: var(--cp-etc-01);
    text-decoration: none;
}
.uk-form-datepicker-nav a:hover {
    color: var(--cp-uk-link);
}
.uk-form-datepicker-previous {
    float: left;
    margin-left: 12px;
}
.uk-form-datepicker-next {
    float: right;
    margin-right: 12px;
}
.uk-form-datepicker-heading {
    font-size: 1.25rem;
    color: var(--cp-base-01);
}
.uk-form-datepicker-table {
    width: 100%;
}
.uk-form-datepicker-table td,
.uk-form-datepicker-table th {
    padding: 2px;
    text-align: center;
}
.uk-form-datepicker-table td>a,
.uk-form-datepicker-table td>label,
.uk-form-datepicker-table td>span {
    margin-left: auto;
    margin-right: auto;
}
.uk-form-datepicker-table th {
    font-size: 12px;
    padding-bottom: 5px;
}
.uk-form-datepicker-table a, 
.uk-form-datepicker-table span, 
.uk-form-datepicker-table label {
    display: block;
    width: 26px;
    line-height: 24px;
    text-align: center;
    color: var(--cp-etc-01);
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-origin: border-box;
}
.uk-form-datepicker-table a input, 
.uk-form-datepicker-table span input, 
.uk-form-datepicker-table label input {
    background-color: white;
}
.uk-form-datepicker-table span a, 
.uk-form-datepicker-table label a {
    color: var(--cp-uk-link);
    text-decoration: none;
}
.uk-form-datepicker-table a:focus,
.uk-form-datepicker-table a:hover,
.uk-form-datepicker-table a:active, 
.uk-form-datepicker-table span:focus,
.uk-form-datepicker-table span:hover,
.uk-form-datepicker-table span:active, 
.uk-form-datepicker-table label:focus,
.uk-form-datepicker-table label:hover,
.uk-form-datepicker-table label:active {
    background-color: var(--cp-stap-02);
    text-decoration: none;
    color: var(--cp-etc-01);
    outline: 0;
    border-color: rgba(0,0,0,.1);
    border-bottom-color: rgba(0,0,0,.2);
    cursor: default;
}
.uk-form-datepicker-table a:focus,
.uk-form-datepicker-table a:hover,
.uk-form-datepicker-table a:active
{
    cursor: pointer;
}
.uk-form-datepicker-table label:focus,
.uk-form-datepicker-table label:hover,
.uk-form-datepicker-table label:active {
    background-color: var(--cp-base-02);
    color: white;
    cursor: pointer;
}
.uk-form-datepicker-table span.uk-active, 
.uk-form-datepicker-table label.uk-active {
    background: var(--cp-base-01);
    border:1px solid rgba(0,0,0,.1);
    border-bottom-color:rgba(0,0,0,.2);
}
.uk-form-datepicker-table a.uk-active a,
.uk-form-datepicker-table a.uk-active strong,
.uk-form-datepicker-table a.uk-active, 
.uk-form-datepicker-table span.uk-active a,
.uk-form-datepicker-table span.uk-active strong,
.uk-form-datepicker-table span.uk-active, 
.uk-form-datepicker-table label.uk-active a,
.uk-form-datepicker-table label.uk-active strong,
.uk-form-datepicker-table label.uk-active {
    background: var(--cp-etc-04);
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus::-ms-input-placeholder {
	color: transparent;
}
textarea:focus::placeholder {
	color: transparent;
}

.form-box {
    background-color: white!important;
    border: 1px solid #e5e5e5;
}

.legend {
    display: inline-block;
    position: relative; 
    width: 1em; 
    height: 1em;
    border-radius: 5px; 
    top: .15em;
    margin: 0 .15em;
    color: transparent;
    overflow: hidden;
}
.legend::selection {
    color: transparent;
}