/* Handsontable+TG 1.12 */

.handsontable {
    font-size: 13px;
    font-weight: 400;
    color: #222;
}
.handsontable .htFormulaCell {
	position: relative;
}
.handsontable .htFormulaCell:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: unset;
    border-left: 6px solid transparent;
    border-right: none;
    border-bottom: 6px solid #ccc;
}

.handsontable .htFormulaDep {
	border-collapse:collapse;
	background-color: #fff6f6;
    border: 1px dashed red;
	height:21px;
}
.handsontable .htChanged.htNotInBase.htDimmed,
.handsontable .htChanged.htNotInBase,
.handsontable .htChanged.htDimmed,
.handsontable .htChanged {
	background-color: #e2f5fa;
}
.handsontable .htNotInBase td,
.handsontable .htNotInBase.htDimmed,
.handsontable .htNotInBase {
	background-color: #fdfff4;
}
.handsontable .htDimmed {
	/*color: #999;*/
	background-color: #fbfbfb;
}

.htSelectEditor {
	-webkit-appearance: menulist-button !important;
	position: absolute;
	width: auto;
	z-index: 300;
}

.htCommentsContainer .htCommentTextArea {
    border-left: 3px solid #ccc;
    background-color: #fffbe6;
}


#loading {
    display: none;
    visibility: visible !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2000;
    opacity: .4;
}

div.loading {
    background: url(/comm/images/svg/loading.svg) no-repeat;
    height: 50px;
    width: 50px;
    padding: 6px 0 0 40px;
    position: fixed;
    left: 50%;
    top: 40%;
}

.tcontrols {
	padding: 20px 0;
}
.tstatus {
	//padding-left: 30px;
	font-weight: bold;
	display:inline-block;
	width:200px;
}
.tconsole {
	margin: 0 0 20px 0;
	padding: 5px 20px;
	border:1px solid gray;
    width: 400px;
    height: 150px;
    overflow-y: auto;
}
.console .htdiag_0 {
	color: green;
}
.console .htdiag_1 {
	color: red;
}

#ht_searchoutput {
	display: block;
}
#ht_search,
#ht_replace {
	margin-right: 10px;
}

.editOnly {
	display:none;
}

.tchoosecols_wrap {
	display: none;
	position: fixed; 
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.4);
}

.tchoosecols {
    position: relative;
	background-color: #fff;
	margin: 100px auto; 
	padding: 20px;
	width: 350px; 
	max-height: 400px;
	overflow-y: auto;
}
.tchoosecols ul {
	list-style-type: none;
	padding: 0;
}
.tchoosecols label {
	display: block;
}
.tbar {
	background-color: #428BCA;
}
.tchoosecols-close {
    position: fixed;
    cursor: pointer;
	right: calc(50vw - 170px);
}

