
body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

textarea.hover {
    border: 1px solid #69f;
}

body > .container {
    padding: 55px 0 0;
    overflow: hidden;
}
.container{
    position: relative;
    padding: 0 30px;
}
@media (max-width: 979px) and (min-width: 768px) {
    body > .container {
        padding: 105px 0 0;
    }
}
@media (max-width: 979px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .panel-body {
        padding: 5px;
    }
}

a {
    color: #039BE5;
}

h2.hasBack {
    margin-top: 5px;
}

@media (max-width: 979px) {
    .h3 {
        font-size: 24px;
    }
}

.dropdown,
select {
    cursor: pointer;
}

@media (max-width: 979px) {
    .no-padding-xs {
        padding: 0!important;
    }
}

.navbar-inverse {
    background-color: #1E88E5;
    border-color: #1E88E5;
    box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #4285f4;
    border-color: #4285f4;
}

.navbar-inverse .navbar-toggle {
    background-color: #1976D2;
    border-color: #1976D2;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #1565C0;
    border-color: #1565C0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.divider,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        background-color: #1565C0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #1565C0;
    }
}
.nav-tabs {
    background: #fff;
}
.nav-tabs>li {
    background: #e6e9ed;
}
.nav-tabs>li.active {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: -1px;
}
.tab-content {
    border: 1px solid #ccc;
}

.dropdown-menu {
    max-height: 600px;
    overflow: auto;
    background-color: #428BCA;
}
.dropdown-menu .active a,
.dropdown-menu .active a:focus,
.dropdown-menu .active a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    background-color: #2196F3;
}

.ui-datepicker { z-index: 5000 !important; }

/**
 * Override bootstrap default style
 */
 .navbar-inverse .btn-link, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-link {
     color: #fff;
 }
 .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
     color: #ddd;
 }
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
     color: #fff;
 }


.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
//    background-color: #039BE5;
    background-color: #eee;
    color: #333;
}

.nav-pills>li>a {
    color: #039BE5;
}

@media (min-width: 768px) {
    .container {
        width: auto;
    }
}

.modal-dialog {
    margin: auto;
}
.modal{
    position: relative;
    width: auto;
    margin: 10px 0 0 0!important;
    text-align: left;
}
.modal.fade.in {
	top: 0;
}
.fade.in {
    display: inline-block;
}
@media (max-width: 979px) {
	.modal,
	.modal.container,
	.modal.modal-overflow 	{
        margin: 10px 0 0 0!important;
    }
}

.modal-scrollable {
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=70);
    background: #000;
}
.modal-footer .btn+.btn {
    margin-bottom: 5px;
}
.jumbotron {
    box-shadow: none;
    border: 0;
    margin-bottom: 10px;
}

.jumbotron .h1, .jumbotron h1 {
    margin: 0;
}

.jumbotron .jumbotron-contents {
    padding: 20px 0;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}
.form-horizontal .control-label {
    text-align: left;
}

.badge {
    background: #d9534f;
}
.badge-danger {
    background: #E53935;
}
.badge-warinng {
    background: #f6bb42;
}
.badge-info {
    background: #37bc9b;
}
.badge-default {
    background: #aab2bd;
    color: #fff;
}
.btn-info .badge {
    background: #d9534f;
    color: #fff;
}

.container th {
    min-width: 60px;
}

.table {
    margin-bottom: 0px;
}

.btn {
    margin-bottom: 5px;
    margin-right: 5px;
    box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.input-group-btn .btn {
    box-shadow: 0 0 0;
    border: 1px solid #aab2bd;
    margin-bottom: 0;
    margin-right: 0;
}
.btn-primary,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary[disabled] {
    background-color: #EF6C00;
    border-color: #EF6C00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #FB8C00;
    border-color: #FB8C00;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-color: #4FC3F7;
    border-color: #4FC3F7;
//    color: #000;
}
.btn-info,
.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info[disabled] {
    background-color: #03A9F4;
    border-color: #03A9F4;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
//    background-color: #EF9A9A;
//    border-color: #EF9A9A;
}
.btn-danger,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger[disabled] {
//    background-color: #EF5350;
//    border-color: #EF5350;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #2196F3;
    border-color: #2196F3;
}

.list-group-item.active a {
    color: #fff;
    text-decoration: underline;
}
.list-group-item.active a:hover,
.list-group-item.active a:active {
    color: #3bafda;
}

.panel-primary>.panel-heading {
    background-color: #2196F3;
    border-color: #2196F3;
}

.well {
    background-color: #f9f9f9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.glyphicon.green {
    color: #8cc152;
}
/**
 * react grid layout
 **/
.react-grid-layout {
  position: relative;
  transition: height 300ms ease;
}
.react-grid-item {
  transition: all 300ms ease;
  transition-property: left, top;
}
.react-grid-item.cssTransforms {
  transition-property: transform;
}
.react-grid-item.resizing {
  z-index: 1;
}
.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
}
.react-resizable {
  position: relative;
}
.react-resizable-handle.react-draggable {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=');
  background-position: bottom right;
  padding: 0 3px 3px 0;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  cursor: se-resize;
  /* Since this handle is absolutely positioned, we don't want the
     draggable transforms to actually move it */
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
}

.treegrid-indent {
    display: none;
}
.treegrid-collapsed,
.treegrid-expanded {
    cursor: pointer;
}

/**
 * Scroll bar (webkit)
 **/

*::-webkit-scrollbar {
    overflow:hidden;
    width:8px;
    background:#fff;
    -webkit-border-radius:5px;
    border-radius:5px;
}
*::-webkit-scrollbar:horizontal {
    height:5px;
}
*::-webkit-scrollbar-button {
    display:none;
}
*::-webkit-scrollbar-piece {
    background:#eee;
    padding: 2px;
}
*::-webkit-scrollbar-piece:start {
    background:#eee;
}
*::-webkit-scrollbar-thumb {
    overflow:hidden;

    border: 1px solid #fff;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#ccc;
}
*::-webkit-scrollbar-corner {
    overflow:hidden;
    -webkit-border-radius:5px;
    border-radius:5px;

    background:#ccc;
}

/**
 * this application's style
 */

.padding-top {
    padding-top: 20px;
}

.no-margin-top {
    margin-top: 0;
}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.scrollable {
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.feed {
    padding-right: 30px;
    padding-left: 30px;
}
@media (max-width: 979px) {
    .feed {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.results {
    display: none;
}

.highlight {
    background: #FFF176;
}

.omit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.menu {
    background: #f7f7f7;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 101;
    -ms-transition: 0.1s linear 0.1s;
    -webkit-transition: 0.1s linear 0.1s;
    transition: 0.1s linear 0.1s;
    -ms-transform: translate(-300px, 0);
    -webkit-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
    opacity: 0.7;
    box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

@media (max-width: 979px) and (min-width: 768px) {
    .menu {
        padding-top: 120px;
    }
}


.menu:hover,
.menu.open {
    opacity: 1;
}
.menu .handle {
    position:fixed;
    right: -26px;
    top: 50%;
    z-index: 101;
    background: #f7f7f7;
    font-size: 2em;
    cursor: pointer;
    box-shadow:1px 0 1px rgba(0,0,0,.14),2px 2px 2px rgba(0,0,0,.28);
}
.menu.open {
    -ms-transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.menu.static {
    position: static;
    padding-top: 0;
}

.right-menu {
    padding-left: 0;
    padding-right: 0;
}

.project-detail {
    position: relative;
}
/*.project-detail .edit-link {
    position: absolute;
    top: 15px;
    right: 5px;
}*/
.project-relation {
//    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 5px;
}
.project-name {
    margin-top: 0;
}
#project-option select,
#todo-option select {
    margin-right: 5px;
}
.project-priority {
    margin: 0 5px;
    cursor: pointer;
    display: none;
}
.project-importance {
    margin: 0 5px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.project-goal {
    overflow: auto;
    max-height: 200px;
    word-break: break-all;
    white-space: normal;
}
.project-finish_at {
    color: #f00;
    font-weight: bold;
}
.project-member-name {
    text-overflow: ellipsis;
    padding: 5px;
    display: inline-block;
}
.project-member-name.other {
    cursor: pointer;
}
.project-member-name.other:hover {
    background: #E3F2FD;
}
.project-member-name .member-name {
    display: inline-block;
}

table .project-importance {

}
table .project-name {
    width: 300px;
}
table .project-name a {
    text-decoration: underline;
}
@media (max-width: 979px) {
    table .project-name {
        width: 155px;
    }
}
table .project-goal {

}
table .project-start_at {
    width: 125px;
}
table .project-end_at {
    width: 125px;
}
table .project-end_at.over {
    color: #f00;
    font-weight: bold;
}
table .project-action {
    width: 140px;
}
table .finished {
    background: #ccc;
}
table .mix {
//    color: #F38630;
    background: #fff9f9;
}

.comments .post {
    position: relative;
    border: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 15px;
}
.comments .post.unread {
    background: #ffd;
}

.comment-iframe {
    width: 330px;
    height: 185px;
    border: 0;
}

.photo {
    position:relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    overflow: hidden;
    background: #aaa;
    margin-top: 4px;
    margin-left: 4px;
}
.photo .ajust-center-wrapper {
    display: table;
    position: absolute;
    top: -25px;
    left: -5px;
}
.photo .ajust-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 40px;
    height: 80px;
}
.photo img {
    width:40px;
}
.comment-reply {
    padding: 0px 5px 0 20px;
}
.post.child {
    margin-top: 10px;
    background: #fffefe;
}
.post.child:before {
	content: "";
	position: absolute;
	top: -8px; left: 31px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fffefe transparent;
	z-index: 100;
}
.post.child.unread:before {
    border-color: transparent transparent #ffd transparent;
}
.post.child:after {
	content: "";
	position: absolute;
	top: -9px; left: 31px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #ccc transparent;
	z-index: 99;
}
.post .name {
    position: absolute;
    top: 14px;
    left: 45px;
    font-weight: bold;
}

.post .date {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 0.6em;
    color: #666;
}
.post .date.modify {
    top: 14px;
}
.post .project-name {
    padding: 0 0 5px 30px;
    font-weight: bold;
}
.post .comment {
    padding: 0 0 5px 30px;
    word-break: break-all;
    white-space: normal;
}
.post textarea.reply{
    width: 100%;
    height: 34px;
}
.post .form-reply {
    padding-top 10px;
}
.post .more {
    /*position: relative;*/
}
.post .more .btn {
    /*position: relative;
    top: -6px;
    right: 0px;*/
}
.post .link-area {
    position:relative;
}
.post .modify-link,
.post .delete-link {
    padding: 0 3px;
}
.post .right-link {
    position: absolute;
    bottom: 3px;
    right: 4px;
}
.post .form-reply-button {
    padding: 4px;
    text-align: right;
}
.post .form-attached-file {
    margin: 0;
}

.post .todo-members {
    padding: 0 15px;
}
.post .todo-members .member {
    padding: 0 5px 0 0;
}

.post-appear,
.post-enter,
.post-leave.post-leave-active {
  opacity: 0.01;
  transition: opacity .2s ease-in;
}

.post-appear.post-appear-active,
.post-enter.post-enter-active,
.post-leave {
  opacity: 1;
}

.scroll-top {
    position: fixed;
    left: 100px;
    bottom: 0;
    width: 100px;
    padding: 10px;
    text-align: center;
    z-index: 10;
    font-weight: bold;
    background: #f7f7f7;
    box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    cursor: pointer;
}

.upload-mask {
    position:absolute;
    top:0;
    left:0;
    opacity: 0.5;
    display: table;
    background: #2196F3;
    text-align: center;
    color: #fff;
}
.upload-mask .message {
    display: table-cell;
    vertical-align: middle;
}

.user-photo {
    position:relative;
    height: 50px;
    width: 50px;
    display: inline-block;
    overflow: hidden;
    background: #aaa;
}
.user-photo .ajust-center {
    position: relative;
    top: -25px;
    left: -6px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    height: 100px;
}
.user-photo img {
    width:60px;
}

.user-name {
    padding-top: 10px;
}
.user-photo-input {
    padding-top: 15px;
}
.header-search .input-group {
    width: 100%;
}

.input-group.reply-photo .input-group-addon {
    padding: 0;
    background: #fff;
    border: 0;
}

iframe.fileupload {
    position: absolute;
    display: none;
    top: 0;
    width: 0px;
    height: 0px;
}
.attachedFile,
.files {
    padding: 3px;
    margin: 0;
}
.attachedFile .icon,
.files .icon {
    margin-right: 5px;
}
.attachedFile .file,
.files .file {
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    word-break: break-all;
    white-space: normal;
}
.attachedFile .delete-link,
.files .delete-link {
    position: static;
    text-align: right;
}

.vert-middle {
    vertical-align: middle!important;
}
.text-center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background-color: #f9f9f9;
    z-index: 100;
}
.footer .text-muted {
    text-align: right;
    font-size: 0.5em;
    margin: 0;
}

.members {
    display: block;
}
.member {
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.member .item-name {
    font-weight: bold;
}

.projects .title.h3 {
    margin-top: 0;
}
.projects .goal {
    padding: 5px 0;
}
.projects .note {
    padding: 5px 0 10px;
}

.todos .todo-note {
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    padding-left: 5px;
}
.todos .finish {
    background: #ccc;
}
.todos .priority {
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.todos .action > span {
    padding: 3px;
}
.todos .over {
    color: #f00;
    font-weight: bold;
}
.todos .switch-self {
    padding-top: 10px;
}

.user-action {
    display: inline-block;
    padding: 0 5px;
}

.tile {
    margin: 0 0 15px;
    padding: 15px;
    z-index: 1;
//    border: 1px solid #eee;
//    border-radius: 5px;
//    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.tile.grid {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tile.gray {
    background: #ccc;
}
.tile.panel {
    padding: 0;
}
.tile .portlet {
    height: 350px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 979px) {
    .tile .portlet {
        max-height: none;
        overflow: auto;
    }
}

.dropdown-menu li.unread {
    background: #EF6C00;
}
.dropdown-menu li.unread a:hover,
.dropdown-menu li.unread a:focus {
    background-color: #FFA726;
}
.dropdown-menu li.unread > a {
//    color: #333;
//    border-top: 1px #434a54 solid;
//    border-left: 1px #434a54 solid;
//    border-right: 1px #434a54 solid;
}

.drag-handle {
    cursor: pointer;
}

.datepicker {
    display: inline-block;
    width: 110px;
}
.clockpicker input{
    display: inline-block;
    width: 70px;
}
.has-feedback .form-control.datepicker,
.has-feedback .clockpicker .form-control {
    padding-right: 6px;
}
#info-detail .dropdown-menu li {
    border-bottom: 1px solid #eee;
}
#info-detail .sub {
    font-size: 10px;
    font-weight: normal;
}
#info-detail .sub .time {

}
#info-detail .sub .project-name {
    padding: 0 10px;
}
#info-detail .name {
    display: table;
}
#info-detail .title {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}
#info-detail .comment {
    font-size: 12px;
    font-weight: normal;
}

.thumbnail {
    max-width: 370px;
//    max-height: 370px;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 979px) {
    .thumbnail {
        max-width: 100%;
        max-height: auto;
    }
}

.project-user-category-list.select li {
    cursor: pointer;
}
.project-user-category-list.select li:hover {
    background: #f9f9f9;
}

table.table > tbody > tr.category {
    background: #2196F3;
    color: #fff;
    font-size: 16px;
//    text-align: center;
}
table.table > tbody > tr.category td {
    padding: 2px 8px;
}
table.tree > tbody > tr.category {
    font-size: inherit;
}
table.table > tbody > tr.active td {
    background: #FFF9C4;
}


.group-name {
    width: 200px;
}

/*.dragging {
    opacity: 0;
    cursor: move;
}

.drag-over {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed #666;
    background: #ffe;
}*/


tr.placeholder {
    background: #BBDEFB;
    height: 42px;
}
[draggable=true] {
  -khtml-user-drag: element;
}

.lb-outerContainer,
.lb-dataContainer {
    width: 90%!important;
    height: auto!important;
}
.lb-image {
    width: 100%!important;
    height: auto!important;
}

.card {
    color: #666;
    font-size: inherit;
}
.card img {
    max-height: 300px;
    max-width: 300px;
}
@media (max-width: 979px) {
    .card img {
        max-height: 100px;
        max-width: 100px;
    }
}

/**
 * Chat
 */
.chat-window {
    z-index: 3;
}
.chat-window * {
    z-index: 3; /* firefox */
}
.chat {
    position:fixed;
    right: 20px;
    bottom: 1px;
    width: 300px;
    height: 400px;
    background: #fff;
    border: 1px solid #999;
}
.chat-header {
    background: #3F51B5;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.chat-header a {
    color: #fff;
}
.chat-header a:hover {
    color: #ccc;
}
.chat-message {
    height: 325px!important;
    overflow: auto;
    background: #fff;
}
.chat-message-wrapper {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    max-height: 325px;
}
.chat-message .message {
    padding-right: 25px;
    margin: 3px;
}
.chat-message .message.me {
    padding-right: 17px;
    padding-left: 25px;
    text-align: right;
}
.chat-message .message.me .photo {
    display: none;
}
.chat-message .photo,
.chat-message .msg {
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
    white-space: normal;
}
.chat-message .msg {
    position: relative;
    max-width: 210px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f7f7f7;
    padding: 5px;
    margin-left: 15px;
    text-align: left;
}
.chat-message .me .msg {
    background: #E3F2FD;
}
.chat-message .msg:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 15px 7px 0px;
    border-color: transparent #f7f7f7 transparent transparent;
    z-index: 5;
}

.chat-message .msg:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -16px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 15px 8px 0px;
    border-color: transparent #ccc transparent transparent;
    z-index: 4;
}
.chat-message .me .msg:before {
    content: "";
    position: absolute;
    top: 7px;
    left: auto;
    right: -15px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 0px 7px 15px;
    border-color: transparent transparent transparent #E3F2FD;
    z-index: 5;
}

.chat-message .me .msg:after {
    content: "";
    position: absolute;
    top: 6px;
    left: auto;
    right: -16px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0px 8px 15px;
    border-color: transparent transparent transparent #ccc;
    z-index: 4;
}

#chat-info .dropdown-menu li {
    border-bottom: 1px solid #eee;
}
#chat-info .sub {
    font-size: 10px;
    font-weight: normal;
}
#chat-info .sub .time {
    margin-right: 5px;
}
#chat-info .sub .project-name {
    padding: 0 10px;
}
#chat-info .name {
    display: table;
}
#chat-info .title {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}
#chat-info .comment {
    font-size: 12px;
    font-weight: normal;
}
