﻿.ui-dialog {
    z-index: 9000 !important;
}
/* bootstrap-datepicker */
.datepicker {
    z-index: 1151 !important;
    position: absolute;
}

.div-meber-list {
    padding: 5px;
    border: 1px solid rgb(210, 214, 222);
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow-x: hidden;
    overflow-y: scroll;
    height: 55px;
}

.div-meber-list-Verticallong {
    padding: 5px;
    border: 1px solid rgb(210, 214, 222);
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow-x: hidden;
    overflow-y: auto;
    height: 300px;
}

.popover {
    min-width: 200px !important;
}

#DraggableEventsBody > #external-events > div > .tools > .popover {
    min-width: 1px !important;
}

.tag {
    display: inline-block;
    line-height: 13px;
}

.div-file-list {
    padding: 5px;
    border: 1px solid rgb(210, 214, 222);
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 50px;
}
/* モーダル画面に連動したクスロールバーを表示します。
 * ブラウザのスクロールバーが二重に表示されてしまう場合は、
 * モーダル表示時：document.body.style.overflow = 'hidden';
 * モーダルクローズ時：document.body.style.overflow = 'scroll';
 * を設定してください。
 */
.modal {
    overflow-y: auto;
}

.box-header {
    cursor: pointer;
}

.modal-drag {
    background: none !important;
}

.box-drag {
    cursor: move;
}

.fa-close {
    cursor: pointer;
}

.bootstrap-duallistbox-container .buttons {
    width: auto !important;
}

.main-menu {
    position: absolute;
    /*left: 0%;*/
    padding: 20px;
    height: auto;
    width: 100%;
    top: 0%;
    background-color: #222d32;
    color: #b8c7ce;
}
/* カレンダー表示用ローダー */
#loader {
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    /* left: 70%; */
    margin-top: -50px; /* heightの半分のマイナス値 */
    margin-left: -50px; /* widthの半分のマイナス値 */
    z-index: 9999;
}

.loader-position-right {
    left: 65%;
}

.loader-position-center {
    left: 50%;
}

.cursor-pointer {
    cursor: pointer;
}

.mt30 {
    margin-top: 30px;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.content-wrapper {
    /* イメージはcshtmlで指定 */
    /* background-image: url("../Content/images/themes/DSC_0301-4.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.read-only-area {
    outline: 0;
    border: none;
    *border: 0;
}

.title-header {
    /*background-color: #FFFFFF;
    border-radius: 6px;
    opacity: 0.6;*/
    font-size: large;
    font-weight: bold;
    color: wheat;
}

.app-div {
    background-color: #FFF;
    background: rgba(0,0,0, 0.3);
    border-radius: 8px;
    width: 120px; /* アイコン配置パネル背景横幅 */
    height: 135px; /* アイコン配置パネル背景高さ */
    margin: 0px; /* アイコン配置パネルのマージン（上/左右/下） */
    font-size: 13px;
}

.app-figure {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.sub-menu-lst {
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 0px 10px;
    display: inline-block;
    margin-top: -10px;
}

.btn-hover:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.optionColor {
    color: #f39c12 !important;
}

/*#important option{
        color: #f39c12;
    }
#important option:first-child{
        color:black!important;
    }*/
/*
.importantIcon {
    display: inline-block;
    border: thin solid #2b2b2b;
    font-size:22px;
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
    transform:scale(0.5);
    padding: 2px 4px 1px 4px; /* 上右下左 
    border-radius: 5px;
    /*text-align: center;
    vertical-align: top;
}
*/

.equipHelp {
    background-color: #C2DEF6;
    padding: 3px 10px;
    border-radius: 2px;
    width: 200px;
    box-sizing: border-box;
    margin: 5px 0px;
    word-wrap: break-word;
}

/* bxslider画面のチラつきを防止 */
.bxslider li {
    display: none;
}

.bx-viewport .bxslider li {
    display: block !important;
}

/* 非公開、重要、仮予定（編集ダイアログ用） */
.mini-icon {
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.mini-icon-red {
    background-color: red;
    border: 1px solid red;
    font-size: x-small;
    padding: 1px 2px;
}

.mini-icon-green {
    background-color: green;
    border: 1px solid green;
    font-size: x-small;
    padding: 1px 2px;
}

.mini-icon-orange {
    background-color: orange;
    border: 1px solid orange;
    font-size: x-small;
    padding: 1px 2px;
}

/* 非公開、重要、仮予定（編集ダイアログ用） */
.event-mini-icon {
    border-radius: 2px;
    display: inline-block;
    height: 11px;
    text-align: center;
    line-height: 11px;
    font-weight: normal;
    color: #fff;
}

.icon-red {
    background-color: red;
    border: 1px solid red;
    font-size: x-small;
    padding: 1px;
}

.icon-green {
    background-color: green;
    border: 1px solid green;
    font-size: x-small;
    padding: 1px;
}
/*
.i-key-red {
    transform: rotate(-90deg);
    color: #a90303;
}
    */
.icon-orange {
    background-color: orange;
    border: 1px solid orange;
    font-size: 10px;
    padding: 1px 3px;
}

.icon-teal {
    background-color: teal;
    border: 1px solid teal;
    font-size: x-small;
    padding: 1px 2px;
}

#tableTaskList tr > th {
    white-space: normal;
}

.piker-sm {
    font-size: 16px;
}

.bx-viewport {
    height: auto !important;
}

/* 全体会議のアジェンダなどを表示するスライドカルーセル */
.myHomeSlider {
    position: relative;
    overflow: auto;
}

    .myHomeSlider ul {
        list-style: none;
    }


/* 社員画面 */
.timeline:before {
    left: 49% !important;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    left: 48% !important;
}

.timeline > li > .timeline-item-right {
    margin-left: 55% !important;
}

.timeline > li > .timeline-item-left {
    margin-right: 54% !important;
    margin-left: 15px !important;
}
/* 社員画面 */

/* リリースノート */
.releasenote {
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    /*width: 70%;*/
    float: left;
}
/* リリースノート（お知らせ） */
.releasenote_itm1 {
    background-color: #5B9BD5 !important;
    border-color: #5B9BD5 !important;
}
/* リリースノート（新機能） */
.releasenote_itm2 {
    background-color: #70AD47 !important;
    border-color: #70AD47 !important;
}
/* リリースノート（バグ修正） */
.releasenote_itm3 {
    background-color: #ED7D31 !important;
    border-color: #ED7D31 !important;
}
/*リリースノート*/

/* スケジュール */
/*
    popoverがクリックしたセールに表示されてない。（別なセールに表示してしまいました）
        →エラーを直しました
*/
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 0em !important;
}

.fc-agendaWeek-view .fc-day-grid .fc-row .fc-content-skeleton > table > tbody > tr:last-child > td {
    padding-bottom: 1em !important;
}

.fc-agendaDay-view .fc-day-grid .fc-row .fc-content-skeleton > table > tbody > tr:last-child > td {
    padding-bottom: 1em !important;
}

.owner_name_dsp {
    display: inline-block;
    /*background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
	background: linear-gradient(#fe5f95 , #ff3f7f);*/
    background: #3C8DBC;
    padding: .6em 2em;
    /*border: 1px solid #fe3276;*/
    border: none;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: -10px;
    margin-left: -10px;
}
/* スケジュール */

/*社員名簿スクロール関係*/
.myScrollableBlock {
    display: block;
    height: 500px;
    overflow: auto;
}

/*バッジ*/
.badge-icon {
    background: #b22222;
    color: white;
    font-size: 15px;
    padding: 4px 2px 3px;
    position: absolute;
    top: -10px;
    right: -15px;
    border-radius: 50%;
}

.badge-normal-icon {
    height: 28px;
    width: 30px;
}

.badge-max-icon {
    height: 32px;
    width: 35px;
}

@media screen and (max-width: 360px) {
    .content-wrapper {
        margin-top: -40px;
    }
}

/* スケジュルの画面にfullcalendarのtodayの境界線の色の変更。↓　*/
/* 別のウェブブラウザの場合のみ */
.fc-month-view .fc-body .fc-bg .fc-today:before {
    content: '\00a0';
    border: 1px solid #FFC000;
    min-height: 100%;
    display: block;
    position: relative;
}

/* firefoxの場合のみ */
@-moz-document url-prefix() {
    /*...*/
    .fc-month-view .fc-body .fc-bg .fc-today:before {
        content: '\00a0';
        border: 1px solid #FFC000;
        height: 100%;
        width: 100%;
        display: table;
        position: relative;
        border-left-color: #FFC000 !important;
        border-right-color: #FFC000 !important;
        border-top-color: #FFC000 !important;
        border-bottom-color: #FFC000 !important;
        border-left-width: 1px !important;
        border-right-width: 1px !important;
        border-top-width: 1px !important;
        border-bottom-width: 2px !important;
    }

    #task_calendar .fc-month-view .fc-body .fc-bg .fc-today:before {
        border-bottom-width: 3px !important;
    }
}
/* スケジュルの画面にfullcalendarのtodayの境界線の色の変更。↑　*/

/* ダッシュボード画面にfullcalendarのtodayの境界線の色の変更。↓　*/
/* 別のウェブブラウザの場合のみ */
.fc-twoWeek-view .fc-body .fc-bg .fc-today:before {
    content: '\00a0';
    border: 1px solid #FFC000;
    min-height: 100%;
    display: block;
    position: relative;
}
/* firefoxの場合のみ */
@-moz-document url-prefix() {
    .fc .fc-twoWeek-view .fc-body .fc-row:first-of-type .fc-bg td:first-child:before {
        height: 100%;
        width: 100%;
        position: relative;
        display: table;
        border-bottom-width: 2px !important;
    }
}
/* ダッシュボード画面にfullcalendarのtodayの境界線の色の変更。↑　*/

.personal-group-alert-info {
    border: 1px solid #85c5e5;
    background: #afd9ee;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afd9ee), color-stop(1, #d9edf7));
    background: -ms-linear-gradient(bottom, #afd9ee, #d9edf7);
    background: -moz-linear-gradient(center bottom, #afd9ee 0%, #d9edf7 100%);
    background: -o-linear-gradient(bottom, #afd9ee, #d9edf7);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
    color: #31708f !important;
    padding: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9edf7',EndColorStr='#afd9ee')";
}

#infomationList table a:visited,
#DivInformationList table a:visited {
    color: mediumpurple;
}

/* 週表示のFullCalendar場合、幅のスクロールを隠する */
#group_calendar .fc-timelineWeek-view .fc-body .fc-resource-area .fc-scroller-canvas {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding-bottom: 17px !important;
}

#group_calendar .fc-timelineWeek-view .fc-body .fc-time-area .fc-scroller {
    overflow: scroll !important;
}

.fc-widget-content .fc-more-popover {
    height: 300px !important;
}

.fc-widget-content .fc-more-popover .fc-event-container {
    height: 255px !important;
    overflow-y: auto !important;
}

.fc-basicWeek-view div.fc-scroller.fc-day-grid-container,
.fc-basicDay-view div.fc-scroller.fc-day-grid-container {
    overflow: inherit !important;
}
/* 空き状況画面に用　↓　*/
#MemberAvailabilityList #bootstrap-duallistbox-selected-list_destlist {
    margin-top: 10px !important;
}

#MemberAvailabilityList .bootstrap-duallistbox-container .box1 .buttons {
    top: 305px !important;
    left: 150px !important;
}

#MemberAvailabilityList .bootstrap-duallistbox-container .box1 .buttons .moveall i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}

#MemberAvailabilityList .bootstrap-duallistbox-container .box2 .buttons {
    top: 3px !important;
    left: 110px !important;
}

#MemberAvailabilityList .bootstrap-duallistbox-container .box2 .buttons .removeall i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}

.confirmAvailability_dsp {
    display: inline-block;
    background: #3C8DBC;
    padding: .6em 2em;
    border: none;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: -10px;
    margin-left: -10px;
}
/* 空き状況画面に用　↑　*/

/* ダイアログで、fullcalendarのリソースを固定高さ */
#planEventList_calendar .fc-resource-area .fc-widget-content>div,
#planEventList_calendar .fc-resource-area .fc-divider>div,
#planEventList_calendar .fc-time-area .fc-widget-content>div,
#planEventList_calendar .fc-time-area .fc-divider>div{
    min-height: 32px !important;
}

#group_dialog_calendar .fc-resource-area .fc-widget-content>div,
#group_dialog_calendar .fc-resource-area .fc-divider>div,
#group_dialog_calendar .fc-time-area .fc-widget-content>div,
#group_dialog_calendar .fc-time-area .fc-divider>div{
    min-height: 32px !important;
}

/* ListWeek画面で日付の表示を変更する　*/
.fc-ltr .fc-list-heading-alt{
    float: left !important;
    margin-left: 30px !important;
}
.fc-listWeek-view .fc-list-item:hover td {
    background-color: #ebf8fb !important;
}
.fc-event-dot{
    border: none !important;
    border-radius: 2px !important;
}
/**css for mobile reset password**/
@media screen and (max-width: 767px) {
    .login-box{
        width:90% !important;
        margin:0 auto !important;
        padding:10px;
    }
    .login-box .login-box-body{
        padding:0px;
    }
    .login-box .has-feedback .col-md-4,
    .login-box .has-feedback .col-md-5,
    .login-box .has-feedback .col-md-7,
    .login-box .has-feedback .col-md-8{
        padding-left:0px;
        padding-right:0px;
    }
}
.mailbox-read-message{
    word-break:break-all;
}
.fileNameDownload{
    word-break:break-all;
}
#trashUserConfirmView{
    z-index:1060;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    overflow: hidden;
}