.modal .modal-dialog{
    overflow-y: auto;
    max-height: 90%;
}
/* modal-lgでも狭いと感じたので追加　*/
.modal .modal-dialog.modal-with-iframe{
	width:95%;
	height:90%;
}
.modal .modal-dialog.modal-with-iframe .modal-content{
	height:100%;
}
.modal .modal-dialog.modal-with-iframe .modal-body{
	height:100%;
	min-height:100%;
	padding:0;
	margin: 0;
}
.modal .modal-dialog.modal-with-iframe iframe{
	width:100%;
	height:100%;
	border:none;
}


/*
checkbox-inlineを使うと2行目がなんかちょっと先頭ずれる問題
*/
.checkbox-inline + .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
}
.checkbox-inline:first-child {
    margin-right: 10px;
}

/* 横長すぎるテーブルとかあったら見れない問題 */
body {
    /* SPでもみたくなったし、営業力のテーブルは表示されてるし、もうこれいらなくない？
    min-width: 1200px !important;
    */
    overflow: auto;
}


.dl-horizontal.dl-custom-spacer dt{
	padding:5px 0;
}
.dl-horizontal.dl-custom-spacer dd{
	padding:5px 0;
}


.form-inline .form-control.inputShort {
    width: 100px;
}
.form-inline .form-control.inputXShort {
    width: 60px;
}

table thead tr th.align-middle,table tbody tr td.align-middle {
    vertical-align: middle;
}


.nbCalendar .header{
    font-weight: bold;
    padding:2px 10px;
}

.nbCalendar .week{
    text-align: center;
}
.nbCalendar .day{
    border: none;
}
.nbCalendar .day.holiday{
    background-color: #ffeeee;
}
.nbCalendar .day.otherMonth {
    background-color: #cccccc;
}
.nbCalendar .day.otherMonth a{
    color:#666666;
}
.nbCalendar .day.targetDay a{
    background-color: #31708f;
    color:#fff;
}
.nbCalendar .day.inputted {
}
.nbCalendar .day.inputted a:before {
    content: '`';
}
.nbCalendar .day.inputted a {
    padding-left:0;
}
.nbCalendar .day a{
    color:#333;
    padding:3px 6px;
    border-radius: 2px;
}
.nbCalendar .day a:hover{
    background-color: #1ab7ea;
    color:#fff;
}
.nbCalendar td{
    text-align: center;
}



.fileDragDropArea {
	width:100%;
	height:100px;
	border-radius: 10px;
	text-align: center;
	padding-top: 30px;
}


.nb-col-xs-1_5{
	width:10%;
	float:left;
	margin:1%;
    min-width: 80px;
}


.userImageIcon{
    width:36px;
    height:36px;
    border-radius: 50%;
}


.mw-100{
    max-width: 100%;
}

.text-shorter-s {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dp-holiday {
    background-color: #fee;
}

#resource-order li {
    list-style: none;
    border-top: solid 1px #ccc;
    background-color: #fff;
    cursor: pointer;
}
#resource-order li:first-child {
    border-top: none;
    border-radius: 4px 4px 0 0;
}
#resource-order li:last-child {
    border-radius: 0 0 4px 4px;
}
#resource-order .sort-handle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: n-resize;
}
#resource-order .sortable {
    border: solid 1px #ccc;
    width: 300px;
    margin: 20px;
    padding: 0;
    background-color: #ccc;
    border-radius: 4px;
    user-select: none;
    overflow: hidden;
}
#resource-order .sortable .ui-sortable-helper {
    border-radius: 4px;
}
#resource-order .sortable .ui-selecting {
    background-color: #eee;
}
#resource-order .sortable .ui-selected {
    background-color: #999;
    color: #fff;
    cursor: n-resize;
}
#resource-order::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}
#resource-order::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0,0,0,.1);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
