
.text-overflow {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

img.avatar {
    width: 100px;
    height: 100px;
}

.highlight {
    color: #f39c12;
}

.field-title {
    background: #f5f5f5 !important;
    /*width: 15% !important;*/
    vertical-align: middle !important;
}

.field-value {
    /*width: 35% !important;*/
    vertical-align: middle !important;
}

.input-inline {
    display: inline-block;
}

#bdmap {
    overflow: hidden;
    margin: 0;
}

ul.typeahead li a strong {
    color: #cc0000;
}

/*.multiselect-container {*/
/*!*animation-duration: 0s !important;*!*/
/*!*-webkit-animation-duration: 0s !important;*!*/
/*!*-moz-animation-duration: 0s !important;*!*/
/*font-size: 14px !important;*/
/*}*/

/*.multiselect-container input[type="radio"] {*/
/*margin-top: 3px;*/
/*}*/

/*.multiselect-container input[type="checkbox"] {*/
/*margin-top: 3px;*/
/*}*/

#col-filter-ul {
    list-style: none;
    padding-left: 0;
}

#col-filter-ul li {
    float: left;
    margin-left: 30px;
    font-size: 12px;
    font-weight: normal;
}

#col-filter-ul li > a > label {
    font-weight: normal;
    cursor: pointer;
}

#col-filter-ul li > a > label > input[type="checkbox"] {
    /*margin: 2px 5px 0 0 !important;*/
    margin-top: 2px;
}

#col-filter-ul li.multiselect-group {
    float: left;
    width: 100%;
    margin-left: 20px;
}

#col-filter-ul li.multiselect-group > label {
    cursor: pointer;
}

td > a {
    /*margin-right: 5px !important;*/
}

a.quick-filter, a.ticket-export {
    color: #FFFFFF !important;
    margin-left: 5px;
    padding: 5px;
    border-radius: 0px;
    background-color: #5bc0de;
}

.data-error {
    display: block;
    font-size: 12px;
    color: #FF0000;
    margin-top: 5px;
}

td.required:after {
    content: '*';
    color: #FF0000;
    font-weight: bold;
}

.multiselect-container {
    max-height: 230px;
    overflow-y: auto;
}

.pagination-area {
    margin-top: 10px;
}

#manual-input-box input.date-time {
    width: 200px;
}

.jstree-default .jstree-disabled > .jstree-icon {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

.loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.img-container {
    display: inline-block;
    margin: 5px;
}

.thumbnail img {
    max-width: 150px;
    max-height: 150px;
}

.thumbnail {
    margin-bottom: 0px !important;
}

.tooltip-inner {
    max-width: 400px !important;
    text-align: left !important;
    padding-top: 10px !important;
}

.tooltip-inner p {
    word-break: break-all;
}

.note_indicator:hover {
    cursor: pointer;
}

#facilityList td {
    vertical-align: middle;
}

/*nec*/
th {
    background-color: #eeeeee;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    background-color: #d8eaf5;
    border-bottom-width: 1px !important;
}

a.btn-delete {
    color: #d15b47;
}

tr.level-warning {
    background: #fef5af;
}

tr.level-error {
    background: #fec3d6;
}

tr.level-low {
    background: #9585bf;
}

.badge.badge-important, .badge-important {
    background-color: #d15b47;
}

.badge.badge-warning, .badge-warning {
    background-color: #f89406;
}

.tt-menu {
    text-align: left;
}

/*.typeahead,*/
/*.tt-query,*/
/*.tt-hint {*/
/*width: 396px;*/
/*height: 30px;*/
/*padding: 8px 12px;*/
/*font-size: 24px;*/
/*line-height: 30px;*/
/*border: 2px solid #ccc;*/
/*-webkit-border-radius: 8px;*/
/*-moz-border-radius: 8px;*/
/*border-radius: 8px;*/
/*outline: none;*/
/*}*/

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 200px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 10px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead {
    width: 200px;
}

.tt-highlight {
    color: #f56954;
}

.btn.btn-primary {
    background-color: #2b577e;
    border-color: #2b577e;
}

.room-picture > img {
    max-height: 150px;
    width: auto;
    display: block;
}

a.room-picture {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

button:focus {
    outline: 0;
}

td.p-icon > img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-left: 4px;
}

td.p-icon {
    vertical-align: middle;
}

.mask-container {
    top: 48%;
    width: 60px;
    height: 60px;
    position: relative;
}

.mask-container .mask-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mask-container .mask-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: white;
    border-radius: 100%;
    animation: mask-circle-FadeDelay 1.2s infinite ease-in-out both;
}

.mask-container .mask-circle-2 {transform: rotate(30deg);}
.mask-container .mask-circle-3 {transform: rotate(60deg);}
.mask-container .mask-circle-4 {transform: rotate(90deg);}
.mask-container .mask-circle-5 {transform: rotate(120deg);}
.mask-container .mask-circle-6 {transform: rotate(150deg);}
.mask-container .mask-circle-7 {transform: rotate(180deg);}
.mask-container .mask-circle-8 {transform: rotate(210deg);}
.mask-container .mask-circle-9 {transform: rotate(240deg);}
.mask-container .mask-circle-10 {transform: rotate(270deg);}
.mask-container .mask-circle-11 {transform: rotate(300deg);}
.mask-container .mask-circle-12 {transform: rotate(330deg);}

.mask-container .mask-circle-2:before {animation-delay: -1.1s;}
.mask-container .mask-circle-3:before {animation-delay: -1.0s;}
.mask-container .mask-circle-4:before {animation-delay: -0.9s;}
.mask-container .mask-circle-5:before {animation-delay: -0.8s;}
.mask-container .mask-circle-6:before {animation-delay: -0.7s;}
.mask-container .mask-circle-7:before {animation-delay: -0.6s;}
.mask-container .mask-circle-8:before {animation-delay: -0.5s;}
.mask-container .mask-circle-9:before {animation-delay: -0.4s;}
.mask-container .mask-circle-10:before {animation-delay: -0.3s;}
.mask-container .mask-circle-11:before {animation-delay: -0.2s;}
.mask-container .mask-circle-12:before {animation-delay: -0.1s;}

@-webkit-keyframes mask-circle-FadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}
@keyframes mask-circle-FadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@-webkit-keyframes mask-delay {
    0% { opacity: 0.5; z-index: 100;}
    100% { opacity: 0; z-index: -1;}
}
@keyframes mask-delay {
    0% { opacity: 0.5; z-index: 100;}
    100% { opacity: 0; z-index: -1;}
}

.condition-bar {
    /*border-bottom-left-radius: 6px;*/
    /*border-bottom-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/

    border-radius: 15px;
    position:absolute;
    height:40px;
    background-color:#008489;
    line-height: 40px;
    color: white;
}
.condition-bar:hover {
    cursor: pointer;
}