.body-index {
	  background: url("../image/background-index.jpg");
  	height: 100%;
}

.body-register {
	background: #e7e8eb;
  	font-family: "微软雅黑";
}

.body-login{
	background: #F7F7F7 !important;
}

.body-bg{
	background: #2A3F54;
}

.body-blue {
  background-color: #000033;
}

.m-row{
	margin-bottom: 15px;
}

/*-------------------tooltip---------------------*/

.m-tooltip {
  display: block !important;
  padding: 4px;
  z-index: 10000;
}

.m-tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.m-tooltip tooltip-arrow {
  display: none;
}

.m-tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.m-tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}


/*-------------------tooltip---------------------*/


/*-------------------固定表格---------------------*/
.fixed-table-out{
  overflow: scroll;
}
.fixed-table{
  table-layout: fixed;
}
table.fixed-table tr th {
    text-align: center;
}
table.fixed-table td {
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
}

/*-------------------固定表格---------------------*/

.m-dropdown{
  width:200px;
  height:60px;
  position:absolute;  
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  padding: 10px;
}


/*------------------gantt--------------------------*/


/* 谷歌(去除输入框后的增减数字的按钮) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none; 
  margin: 0; 
}

/* 谷歌(去除输入框后的增减数字的按钮) */
input[type="number"] {  
  -moz-appearance: textfield;  
} 

.gantt-input{
  width:100%;  
  height:30px;
}

.focused{
  background:#E9B;
  color:#000;
  outline:none;
}


.handsontable-cell-readonly{
  background-color: #F6F8F9 !important;
}

.handsontable-cell-error{
  background-color: red !important;
}