.feather-default {
    width: 1.1em;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    display: block;
    background: #666;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
#page-top a:hover {
    background: #999;
    text-decoration: none;
}

.tableFixHead { border-collapse: separate; width: 100%; }
.tableFixHead th { background:#fff; position: sticky; position: -webkit-sticky; }
.tableFixHeadTh1 { top: 0; }
.tableFixHeadTh2 { top: 37px; }


.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}




.cover {
    /*margin-top:35vh;
    margin-bottom:50vh;*/
    margin-top:25vh;
    margin-bottom:25vh;
    width:80%;
    background-color:#F9D962;
}


@media print {

/*
    body {
        zoom: 130%;
    }
    .cover {
        margin-top:20vh;
        margin-bottom:30vh;
    }
*/
    .off{
	    display:none;
    }
}





