﻿/* Common */
body {
    font-family: "Roboto","メイリオ", Meiryo,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, Arial, sans-serif,'MS PGothic';
    min-width: 300px;
}

span {
    display: block;
}

textarea {
    min-height:3em;
    max-width:100%;
}

.container-full {
    margin: 0 auto;
    /*max-width: 1280px;*/
    width: 100%;
}

.btn-full {
    width: 100%;
}

*:focus {
    outline: none;
}

i {
    font-style: normal;
}

a {
    color: inherit;
}

table.row-selectable tbody tr:hover {
    background: #bdbdbd;
    cursor: pointer;
}

#loader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 2147483646;
}

    #loader > div {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        width: 90px;
        height: 90px;
        z-index: 2147483647;
    }


/*Navbar*/
nav .nav-container {
    width: 95%;
    margin-left: 20px;
    display: inline;
}

.nav-wrapper input {
    border: none;
}

    .nav-wrapper input[type=text]:active {
        border: none;
    }

    .nav-wrapper input[type=text]:focus {
        border: none;
    }

nav {
    padding-right: 240px;
}

.sidenav-icon {
    width: 20px;
    margin-right: 10px;
    vertical-align: sub;
}

nav ul li.unselect:hover {
    background-color: inherit;
}

/*sidebar対応*/
header, main, footer {
    padding-left: 240px;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }

    nav {
        padding-right: 0;
    }
}
/* SideLogo */
.sidelogo {
    width: 140px;
    margin-top: 17px;
    margin-left: 16px;
}


img.action-btn-large {
    width: 30px;
    margin-top: 12px;
}

img.action-btn {
    width: 23px;
    margin-top: 6px;
}

/* YearMonthPicker */

nav select.ui-datepicker-year {
    display: inline;
}

nav input.ympicker {
    max-width: 80px;
}

.ui-datepicker select {
    display: inline;
}

/*cursor*/
.ympicker, .datepicker, .timepicker, .selectivity-single-select-input, .selectivity-multiple-input {
    cursor: pointer;
}

/* Dialog */
.modal .htmldialog {
    padding: 0px;
}

.modal .dialog-content {
    padding: 0 24px 24px 24px;
}

.modal .dialog-title {
    height: 40px;
    padding: 10px;
}

.dialog-content label {
    display: block;
    border-bottom: 1px solid #009688;
}

/* Selectivity */
div .selectivity-input {
    width: 100%;
}

div .selectivity-multiple-input-container {
    background: none;
}

div .selectivity-single-select {
    background: none;
    padding: 0;
}

div input[type='text'].selectivity-multiple-input {
    border: 1px solid #9e9e9e;
    width: 100% !important;
}

div input[type='text'].selectivity-single-select-input {
    border: 1px solid #9e9e9e;
    width: 100% !important;
    opacity:1;
}

div input[type='text'].selectivity-search-input {
    border: none;
    margin: 0;
}

    div input[type='text'].selectivity-search-input:focus {
        border: none;
    }

.selectivity-multiple-selected-item-remove i {
    vertical-align: middle;
    height: 26px;
}

div .selectivity-result-item.highlight {
    background: #bdbdbd;
    color: #000;
}

div .selectivity-multiple-selected-item {
    background: #009688;
}

div .selectivity-single-result-container {
    top: 0.3em;
}


/* ColorPicker */
span.icon {
    border: 1px solid #9e9e9e !important;
    width: 20px;
    height: 20px;
}




/* DesktopCalendar */
.container_calendar {
    margin:10px;
}

table.calendar_desktop {
    width: 100%;
    border-collapse: collapse;
    vertical-align: top;
}
.calendar_desktop .calendar_row {
    min-height: 110px;
    height: 90px;
}
.calendar_desktop th {
    width: 14%;
}
.calendar_desktop tr {
    vertical-align: top;
}
.calendar_desktop th, td {
    padding: 1px;
    border: solid 1px;
    border-color: #ddd;
    vertical-align: top;
    max-width: 250px;
}
.calendar_desktop .daybox {
    width: 100%;
    height: 20px;
    padding: 0 2px 0 2px;
}
.calendar_desktop .daytext {
    float: right;
}
    .calendar_desktop .daytext a {
        color: inherit;
    }

.calendar_desktop .action_list {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}


.calendar_desktop .action {
    padding: 1px;
    width: 100%;
    border-top: 1px solid #E0E0E0;
}
.calendar_desktop li:first-child .action {
    border-top: none;
}



.calendar_desktop .action .head {
    width: 100%;
    line-height: 1.1;
    font-size: 0.9em;
}

.calendar_desktop .timetext {
    float:left;
}
.calendar_desktop .targetmonthtext {
    float:right;
}


.calendar_desktop .action .body {
    clear:both;
    width: 100%;
    line-height: 1.1;
    font-size: 0.9em;
}

.calendar_desktop .action a {
    width:100%;
}


/* Calendar Mobile */

.calendar_mobile th {
    margin: 0;
    padding: 5px 2px 5px 2px;
    line-height: 1.2;
}

.calendar_mobile .daybox {
    width: 40px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
}

.calendar_mobile .daytext {
    font-size: 3em;
    font-weight: bold;
    color: inherit;
}

.calendar_mobile .weektext {
    font-size: 20px;
}

.calendar_mobile .action {
    width: 100%;
    overflow: hidden;
    padding: 2px;
    border-top: solid 1px #E0E0E0;
    border-collapse: collapse;
}

    .calendar_mobile .action:first-child {
        border-top: none;
    }

.calendar_mobile .fixederia {
    height: 30px;
    width: 68px;
    float: left;
    line-height: 1.1;
}

.calendar_mobile .timetext {
    width: 68px;
    white-space: pre;
    text-align: center;
    font-size: 0.8em;
}

.calendar_mobile .targetmonthtext {
    width: 68px;
    font-size: 0.8em;
    text-align: center;
    padding-right: 5px;
}

.calendar_mobile .flexibleeria {
    overflow: hidden;
}

.calendar_mobile .actiontext {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.calendar_mobile .remarktext {
    margin-left: 0px;
}

/*TodoList*/
.complete {
    background-color: #d5d5d5;
}
