html,
body {
    height: 100%;
    word-break: break-all;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/* .grid-view td { */
/*     white-space: nowrap; */
/* } */

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 0px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media (max-width: 768px) {
    .nav li > form {
        padding: 3px;
    }
}

.nav > li > form > button:hover {
    text-decoration: none;
}

.grid-view td {
    white-space: normal;
}
/** 閉 **/
.panelform.panel .panel-heading .panel-title:after {
    font-family: "Glyphicons Halflings";
    content: "\e080";
    float: right;
    margin-left: 15px;
}

/** 開 **/
.panelform.panel-open .panel-heading .panel-title:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    margin-left: 15px;
}

/** 閉 **/
.panelform .panelformfield .panel-heading .panel-title:after {
    font-family: "Glyphicons Halflings" !important;
    content: "\e080" !important;
    float: right !important;
    margin-left: 15px !important;
}

/** 開 **/
.panelform .panelformfield .panel-open .panel-heading .panel-title:after {
    font-family: "Glyphicons Halflings" !important;
    content: "\e114" !important;
    float: right !important;
    margin-left: 15px !important;
}
.panel-kihon-info > .panel-heading {
    color: #333;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-kihon-info {
    border-color: #d6e9c6;
}

.kiyaku_desc {
    overflow: auto;
    width: 100%;
    margin: 10px 0 10px 0;
    min-height: 20px;
}

.kiyaku_kiyaku {
    overflow: auto;
    width: 100%;
    height: 150px;
    border: 1px solid #CCCCCC;
}
.filters #usersearch-email {
    min-width: 175px;
}
.operation {
    text-align: center;
}
.btn-circle {
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 0 0;
    font-size: 18px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
.btn-question:before {
    font-family: 'Glyphicons Halflings';
    content: "\e085";
}
.span-question:before {
    font-family: 'Glyphicons Halflings';
    content: "\e085";
    color: #c0c0c0;
}
.span-question{
    font-size: 18px;
    vertical-align: middle;
    padding-left: 6px;
}
.field_with_tooltip{
    margin-top: -20px;
}
.kihon_info .col-md-6 label{
    margin-bottom: 2px;
}
.kihon_info .col-md-6 div{
    padding-left: 20px;
}
.kihon_info .col-md-6 {
    margin-top: 10px;
}
.sort-handle{
    width:20px;
    height:20px;
    background-size:20px 20px;
    background-repeat:no-repeat;
    background: url("../resouces/img/sort-arrow.png");
    position:absolute;
    cursor:row-resize;
}
#info-wrap{
}
.info-header{
    padding:8px;
    position:relative;
}
.info-date{
    float:left;
    height:28px
}
.info-date h3{
    margin: 0;
    line-height:28px;
}
.info-title{
    height:28px;
    position:absolute;
    left:140px;
}
.info-title h5{
    margin:0;
    line-height:28px;
}
.info-contents{
    margin-left:25px;
    padding:5px;
    position:relative;
}

.well-sm {
    white-space: pre-wrap;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
