﻿
/*
 
 Bootstrap v2.0.4をベースにテーブル等の枠のカラーを本システム用に調整
 
*/
.table-bordered {
    border: 1px solid #bbb;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.breadcrumb {
    padding: 7px 14px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fff,#f5f5f5);
    background-image: -ms-linear-gradient(top,#fff,#f5f5f5);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#fff,#f5f5f5);
    background-image: -o-linear-gradient(top,#fff,#f5f5f5);
    background-image: linear-gradient(top,#fff,#f5f5f5);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.page-header {
    padding-bottom: 17px;
    margin: 18px 0;
    border-bottom: 1px solid #ccc
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #bbb
}

.table th, .table td {
    padding: 8px;
    line-height: 18px;
    vertical-align: middle;
    border-top: 1px solid #bbb
}

span.indent {
    margin-right: 20px;
}

.modal {
    margin: -100px 0 0 -280px;
    background-color: #ffffff;
}

.modal-backdrop {
    opacity: 0.1;
    background-color: #000000;
}

.navbar .nav > li > a {
    float: none;
    padding: 9px 10px 11px;
    line-height: 19px;
    color: #cccccc;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

body {
    word-break: break-all;
}

invisible {
    visibility: hidden
}

/*
 
 controlsとcontrol-label
 
*/
.control-label2 {
    float: left;
    width: 170px;
    padding-top: 5px;
    text-align: right
}

.controls2 {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 185px;
    *margin-left: 0
}

.controls3 {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}

hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

/*
 
 グレーのボタンを作成
 
*/
.btn-custom {
    background-color: hsl(0, 0%, 61%) !important;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #fcfcfc, #9b9b9b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #9b9b9b));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #9b9b9b);
    background-image: -o-linear-gradient(top, #fcfcfc, #9b9b9b);
    background-image: linear-gradient(#fcfcfc, #9b9b9b);
    border-color: #9b9b9b #9b9b9b hsl(0, 0%, 51.5%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.62);
    -webkit-font-smoothing: antialiased;
}

/*
 プログレスバー
*/
.progress {
    overflow: hidden;
    height: 8px;
    width: 64px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .progress .bar {
        width: 0%;
        height: 8px;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(top, #149bdf, #0480be);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

/*

	clearfix

*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

/*

	headerpanel

*/
.headerpanel {
    margin: 0 0 18px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    position: relative;
}


    .headerpanel > h4, .headerpanel > h3 {
        background-color: #f5f5f5;
        background-repeat: repeat-x;
        padding: 0 8px;
        text-shadow: 0 1px 0 #ffffff;
        line-height: 30px;
        border-bottom: 1px solid #bbb;
        background-image: linear-gradient(top, #ffffff, #f5f5f5);
    }

    .headerpanel > .bottomMenu {
        background-color: #f5f5f5;
        background-repeat: repeat-x;
        padding: 0 8px;
        text-shadow: 0 1px 0 #ffffff;
        line-height: 28px;
        text-align: right;
        border-top: 1px solid #bbb;
        background-image: linear-gradient(top, #ffffff, #f5f5f5);
    }

    .headerpanel > h4 {
        font-size: 12px;
    }

    .headerpanel h5 {
        font-size: 12px;
    }

    .headerpanel > h3 {
        font-size: 13px;
    }

    .headerpanel > p {
        padding: 8px;
    }

.headerpanelInner {
    padding: 12px;
}

.headerpanelMenu {
    float: right;
    font-size: 12px;
    padding: 8px;
}

.headerpanelInner ul {
    margin-bottom: 0;
}


/* Edge対応によるレイアウト変更*/
select:focus {
    outline: 1px solid rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    /*outline-offset: 1px;*/
}

