﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


/*
/////////////////////////////////////////////////////////
//    デフォルトのapp.cssは編集しないでください。      //
/////////////////////////////////////////////////////////
*/

.row.listhomebody .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}


/* サイドバーよりメインコンテンツの方が下になるように */
body .sidebar {
    /* position:sticly;がapp.cssに書かれています。*/
    z-index: 2;
}

body .main {
    position: relative;
    z-index: 1;
}


    /* メインコンテンツの中で、上部ナビゲーションメニューよりコンテンツの方が下になるように */
    body .main .top-row {
        /* position:sticly;がapp.cssに書かれています。*/
        z-index: 2;
    }

    body .main .content {
        position: relative;
        z-index: 1;
    }






div.thfontdesign {
    font-size: 12px;
    font-weight: bold;
    table-layout: fixed;
    word-wrap: break-word;
}
    div.thfontdesign.stuff {
        color: rgba(107, 142, 35, 1);
        border: solid 1px #ffb061;
    }
    div.thfontdesign.company {
        color: rgba(30, 144, 255, 1);
        color: rgba(0, 153, 153, 1);
        border: solid 1px #F69799;
    }
    div.thfontdesign.joboffer {
        color: rgba(0, 153, 153, 1);
        border: solid 1px rgba(0, 153, 153, 1);
    }
    div.thfontdesign.other {
        color: rgba(30, 144, 255, 1);
        border: solid 1px #81BEF7;
    }

div.tdcoldesign {

}
    div.tdcoldesign.stuff {
        border: solid 1px #ffb061;
    }

    div.tdcoldesign.company {
        border: solid 1px #F69799;
    }

    div.tdcoldesign.joboffer {
        border: solid 1px rgba(0, 153, 153, 1);
    }

    div.tdcoldesign.other {
        border: solid 1px #81BEF7;
    }

div.theadfontdesign {
    font-size: 16px;
    font-weight: bold;
    table-layout: fixed;
    word-wrap: break-word;
}
    div.theadfontdesign.stuff {
        border: solid 1px #ffb061;
        color: rgba(107, 142, 35, 1);
        background-color: #FBF0B9;
    }

    div.theadfontdesign.company {
        border: solid 1px #F69799;
        color: rgba(30, 144, 255, 1);
        background-color: #FBF0B9;
        color: rgba(0, 153, 153, 1);
    }

    div.theadfontdesign.joboffer {
        border: solid 1px rgba(0, 153, 153, 1);
        color: rgba(0, 153, 153, 1);
        background-color: #FBF0B9;
    }

    div.theadfontdesign.other {
        border: solid 1px #81BEF7;
        color: rgba(30, 144, 255, 1);
        background-color: #FBF0B9;
    }


.container-fluid .row .col span:not(.FileName) {
    font-size: 13px;
    margin-right:6px;
}
    .container-fluid .row .col span.FileName {
        word-break:break-all;
    }

    .container-fluid .row .col span.required {
        color: red;
        font-size: 13px;
        padding-right: 3px;
    }



.container-fluid .row div input:not([type="radio"], [type="checkbox"]) {
    height: 80%;
    max-height: 35px;
   
}
.container-fluid .row div select {
    height: 80%;
    width: 30%;
    margin-right: 8px;
    max-height: 35px;
}

label.text-nowrap{
    font-weight:bold;
    font-size:12px;
/*    color:green;*/
}

body app .main .content .container-fluid .row{
    min-height:30px;
}
    body app .main .content .container-fluid .row .col .listhomebody.stuff .col .container .row {
        min-height: 19px;
    }


div.container-fluid {
    /*テスト中です*/
    background-color:white;
}

    body .main .content div.container-fluid.top-sticky-component {
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #c4c4c4;
/*        position: sticky;
        z-index: 2;*/
    }
    /*@media (max-width: 768px) {*/
        /* 横幅が768px以下の場合に適用するスタイル */
        /*body .main .content div.container-fluid.top-sticky-component {
            top: 0;
        }
    }

    @media (min-width: 768px) {*/
        /* 横幅が768px以上の場合に適用するスタイル */
        /*body .main .content div.container-fluid.top-sticky-component {
            top: 56px;
        }
    }*/


div.container-fluid.listhomeheader {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #c4c4c4;

}

    body .main .content div.container-fluid.listhomeheader {
        position: sticky;
        z-index: 3;
        /*top: 236px;*/ /*固定位置はJavaScriptで動的に指定できるようにしています。*/
    }

        div.container-fluid.listhomeheader.stuff {
            /*   background-color: rgba(255, 193, 7, 0.14);*/
            background-color: rgba(249, 248, 229, 1);
            background-color: #ffb061;
            background-color: #FDC37D;
        }
        div.container-fluid.listhomeheader.company {
            /* background-color: rgba(0, 123, 255, 0.14);*/
            background-color: rgba(107, 142, 35, 1);
            background-color: #ff6188;
            background-color: #CCC476;
            background-color: #EADE61;
            background-color: #F69799;          
        }
        div.container-fluid.listhomeheader.joboffer {
            /* background-color: rgba(23, 162, 184, 0.14);*/
            background-color: rgba(0, 153, 153, 1);  /*深い青緑*/
            background-color: #94E08F;  /*黄緑*/
        }
        div.container-fluid.listhomeheader.kaisya {
            background-color: rgba(163, 38, 38, 0.14);
            background-color: #81BEF7;
        }

            div.container-fluid.listhomeheader .row .col .row .listcol {
                border-left: 1px solid #d9d9d9;
            }


    div.container-fluid .row .col .row.listhomebody {
        
    }

        div.container-fluid .row .col .row.listhomebody.stuff .listcol {
            border-right: 1px solid #d9d9d9;
        }

        div.container-fluid .row .col .row.listhomebody.company .listcol {
            border-right: 1px solid #d9d9d9;
            height: 80px;
        }

        div.container-fluid .row .col .row.listhomebody.joboffer .listcol {
            border-right: 1px solid #d9d9d9;
        }
            div.container-fluid .row .col .row.listhomebody.joboffer.joboffer-title {
                background-color: #D6F1D4;
            }



    div.container-fluid .row .col .row.listhomefooter {
        border-right: 1px solid #d9d9d9;
    /*    border-bottom: 1px solid #c4c4c4;*/
    }

        div.container-fluid .row .col .row.listhomefooter.stuff {
            /*background-color: rgba(249, 248, 229, 1);*/
            border-top:1px solid #FADEA3;

        }

        div.container-fluid .row .col .row.listhomefooter.company {
            border-top: 1px solid #c4bb51;
            border-top: 1px solid #F69799;
        }

        div.container-fluid .row .col .row.listhomefooter.joboffer {
            border-top: 1px solid #007373;
            border-top: 1px solid #94E08F;

        }
            div.container-fluid .row .col .row.listhomefooter div.registerinfo {
                overflow: hidden;
            }
                div.container-fluid .row .col .row.listhomefooter div.registerinfo .btn.disabled {
                    /*データ一覧ページの更新日時などの部分*/
                    opacity: 1;
                }
                    div.container-fluid .row .col .row.listhomefooter div.registerinfo span {
                        color: #000000;
/*                        display: -webkit-box;
                        -webkit-box-orient: vertical;*/
                        overflow: hidden;
/*                        max-height: 3.2em;
                        -webkit-line-clamp: 2;
                        white-space: pre-line;*/
                    }



/*追加しました(201104)*/
.container-fluid .row div .contain-equal-selectbox {
    color: rgba(40,70,180,1);
    background-color: rgba(230,230,110,0.4);
}



div.container-fluid .row .col .row.listhomebody div span {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.2em;
    -webkit-line-clamp: 2;
    white-space: pre-line;
}

    div.container-fluid .row .col .row.listhomebody.stuff div span {
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 10em;
        -webkit-line-clamp: 3;
        white-space: pre-line;
    }
        div.container-fluid .row .col .row.listhomebody.stuff div .container .row span.staffing-date {
            color: #333333;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            max-height: 10em;
            -webkit-line-clamp: 1;
            white-space: pre-line;
        }

    div.container-fluid .row .col .row.listhomebody.company div span {

    }

    div.container-fluid .row .col .row.listhomebody.joboffer div span {

    }

    div.container-fluid .row .col .row.listhomebody.kaisya div span {
    }


/*テスト中です*/
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

    #loading .loadingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        background: url("/css/25.gif") center center no-repeat;
    }

#filter {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #FFFFFF;
    filter: alpha(opacity=60);
    opacity: 0.60;
    opacity: 0.60;
    z-index: 100;
}

input#company-name::-webkit-calendar-picker-indicator {
    opacity: 100;
}

.sidebar {
    background-color:white;
}

