html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0px 0px 60px 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer .copyright {
    position: relative;
    top: 19px;
}

main {
    margin-top: 8px;
    padding: 60px 15px 0;
}



.error-404 {
    width: 362px;
    height: 152px;
    margin: 25px auto;
    background: url('/images/404.png') center center no-repeat;
}

.nounderline a {
    text-decoration: none;
}

.additional-menu {
    margin-bottom: 15px;
}

.checkbox-label {
    width: 170px;
    word-break: break-all;
}

.styleButton{
    font: 12px "Arial";
    color: #ffffff;
    text-align: center;
    background: #757575;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.imgButton{
    cursor: pointer;
}

#i {
    margin-left : 30px;
    font : 12px "Meiryo";
    color:#000;

}
#i a {
    margin-left : 30px;
    font : 12px "Meiryo";
    color:#000;
}

#i a {
    text-decoration : none;
    color : #000;
}

#i a:hover {
    text-decoration:none;
    color : #000;
}

#i a:visited {
    text-decoration:none;
    color : #000;
}
.modalDialog {
    position: fixed;
    text-align: center;
    overflow: scroll;
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    width: 600px;
    position: relative;
    margin: 10px auto;
    color:#000;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }


#graph-table  {
    font-size: 0.9em;
    margin-top: 20px;
}
.control {
    margin-top:  15px;
    text-align: center;
}
.control label{
    margin-left: 15px;
}
#canvas {
    margin-top: 20px;
}

#index-container {
    margin-top: 40px;
}

#index-card {
    margin-top: 20px;
}

#days-of-week {
    margin-top: 35px;
}

#days-of-week .day {
    margin-right: 5px;
}

#days-of-week .day:last-child {
    margin-right: 0px;
}

#create-new-task {
    padding: 15px;

    margin: 35px auto 35px;
    width: 300px;
}

#current-day {
    text-align: center;
    font-size: 26px;
    margin-top: 15px;
}

#tasks {
    margin: 35px 0px 35px;
}

.radio-button {
    top: 2px;
    position: relative;
}

#tasks .task-control {
    text-align: center;
}

#tasks .task-control i {
    cursor: pointer;
    color: #00a1bd;
}

/*BLUE CHECKBOX*/

.blue-checkbox-input input[type="checkbox"]{
    display:none;
}

input[type="checkbox"]:checked + .blue-checkbox-label {
    color: #000;
}

input[type="checkbox"]:checked + .blue-checkbox-label:before {
    background-color: #0088cc;
}

input[type="checkbox"]:checked + .blue-checkbox-label:after {
    transform: translateX(23px);
}

input[type="checkbox"]:checked + .blue-checkbox-label:active:after {
    transform: translateX(12px);
}

input[type="checkbox"]:checked + .blue-checkbox-label:active:before {
    background-color: #0088cc;
}



.blue-checkbox-label {
    display: inline-block;
    padding-left: 50px;
    color: #ccc;
    cursor: pointer;
    transition: color .1s linear;
}
.blue-checkbox-label:before {
    content: "";
    display: block;
    width: 45px;
    height: 22px;

    background-color: #e5e5e5;
    border-radius: 10px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    transition: background-color .1s linear;
}
.blue-checkbox-label:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;

    background-color: #fff;
    border-radius: 50%;

    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 2;

    transition: transform .1s linear;
}

.blue-checkbox-label:active:after {
    transform: translateX(12px);
}

.blue-checkbox-label:active:before {
    background-color: #b4effa;
}

.blue-text-input{
    border: 1px solid #cccccc;
    border-radius: 2px;
    height: 20px;
    width: 30px;
}

