table.sheetTable tbody td {
    min-width: 100px;
    padding: 0;
    vertical-align: middle !important;
    background-color: #fff;
    line-height: 14px;
}
table.sheetTableViewMode tbody td {
    padding: 6px 4px !important;
}
table.sheetTableViewModeTree tbody td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 4px !important;
}
table.sheetTableViewModeTree tbody td.bgGrey {
    padding-left: 0 !important;
}
table.sheetTable tbody td.left-padding {
    padding-left: 15px !important;
    background-color: #f7f7f7;
}
table.sheetTable tbody td.bgGrey {
    background-color: #f7f7f7;
}
table.sheetTable input[type="text"],
table.sheetTable input[type="password"] {
    border:1px transparent solid;
    font-size: 13px !important;
    margin: 0 !important;
    padding: 0 3px !important;
    outline: none;
    /*transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;*/
    box-sizing: border-box; 
    display: inline-block;
    width: 100%;
    height: 31px;
}
table.sheetTable input[type="text"]:focus,
table.sheetTable input[type="password"]:focus, 
table.sheetTable textarea:focus {
    border: 1px #999 solid;
}
table.sheetTable input[type="text"].error {
    border: 1px #A94442 solid !important;
}
table.sheetTable textarea {
    border:1px transparent solid;
    font-size: 13px !important;
    margin: 0 !important;
    padding: 0 3px !important;
    outline:none;
    /*transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;*/
    box-sizing: border-box; 
    display: inline-block;
    width: 100%;
}
table.sheetTable textarea.error {
    border: 1px #A94442 solid !important;
}
table.sheetTable tbody td > select {
    background-color: transparent !important;
    border: none !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 3px !important;
    outline:0 !important;
    /*transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;*/
    box-sizing: border-box; 
    display: inline-block;
    width: 100%;
    min-height: 30px !important;
    height: 30px !important;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background: url(dropdown-arrow.png) no-repeat center right !important;
}
table.sheetTable tbody td > select.error {
    border: 1px #A94442 solid !important;
}
table.sheetTable .select2-container.error {
    border: 1px #A94442 solid !important;
}
table.sheetTable tbody td > select:focus {
    box-shadow: 0 0 2px #28B779 !important;
    -webkit-box-shadow: 0 0 2px #28B779 !important; 
    -moz-box-shadow: 0 0 2px #28B779 !important; 
    border: 1px solid #28B779 !important;
    outline:0 !important;
}
table.sheetTable tbody td > select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
table.sheetTable tbody td > .form-control.select2-container {
    font-size: 13px !important;
    border-radius: 0px !important;
}
table.sheetTable tbody td > .form-control.select2-container-multi .select2-choices {
    border: 0;
}
table.sheetTable tbody td > .form-control.select2-container-multi {
    border: 1px transparent solid !important;
}
table.sheetTable tbody td > .select2-container-multi .select2-choices .select2-search-field input.select2-input:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important; 
    border: 0 !important;
    outline: none;
}
table.sheetTable tbody td > .select2-container .select2-choice {
    border: 0;
    box-sizing: border-box; 
    background-color: transparent !important;
    padding: 3px 0px 0px 8px !important;
    border-radius: 0px !important;
}
table.sheetTable tbody td > .form-control.select2-container.select2-container-disabled .select2-choice {
    background-color: #F7F7F7 !important;
}
table.sheetTable tbody td > .select2-container .select2-choice div {
    border-left: 1px transparent solid !important;
    background: none repeat scroll 0% 0% transparent;
}
table.sheetTable tbody td > .select2-container .select2-choice div b {
    background-position: 0px 2px !important;
}
table.sheetTable tbody td > .select2-dropdown-open .select2-choice div b {
    background-position: -18px 2px !important;
}
table.sheetTable tbody td, table.sheetTable tbody td label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #444;
    margin: 4px 0 4px 0;
    padding: 0;
}
table.sheetTable tbody td div.checkbox-list {
    margin: 8px 0;
}
table.sheetTable tbody td label.checkbox-inline {
    padding-top: 0;
}
table.style-table-form-1 {
    border: 0 !important;
}
table.style-table-form-1 tbody tr td {
    border: 0 !important;
}
table.style-table-form-1 td input[type="text"], 
table.style-table-form-1 td select, 
table.style-table-form-1 td textarea {
    border: 1px #E5E5E5 solid;
}
table.style-table-form-1 td input[type="text"]:focus, 
table.style-table-form-1 td select:focus, 
table.style-table-form-1 td textarea:focus {
    border: 1px #999 solid;
    -webkit-box-shadow: 1px 1px 3px 0px #666;
    -moz-box-shadow:    1px 1px 3px 0px #666;
    box-shadow:         1px 1px 3px 0px #666;
}
table.style-table-form-1 tbody tr td input[type="text"].numberInit {
    width: 150px !important;
}
table.style-table-form-1 tbody tr td input[type="text"].dateInit {
    width: 100px !important;
}
.sidebarDetailSection table.sheetTable tbody td {
    height: 25px;
}
.sidebarDetailSection .table td label {
    font-size: 13px;
    margin-top: 1px;
}
.sidebarDetailSection {
    text-align: left;
}
.tabbable-custom.tabbable-below-no-border.pivottable-tab > .tab-content {
    border-left:none;
    border-right:none;
    border-top:none;
    padding: 0 !important;
}
.tabbable-custom.tabbable-below-no-border.pivottable-tab .nav-tabs > li > a {
    color: #111;
    font-size: 13px;
    padding: 5px 10px;
}
.tabbable-custom.tabbable-below-no-border.pivottable-tab .nav-tabs > li.active > a {
    color: #217346;
    font-weight: 600;
}
.table-scrollable {
    padding-right: 0 !important;
    box-sizing: border-box;
}
/*table.pivotMergeTable {
    table-layout: fixed;
}*/
table.pivotTable tbody tr td, table.pivotMergeTable tbody tr td {
    padding: 5px !important;
}
table.table thead th.focusedCellColumn {
    background: #eee;
    border-bottom: 2px #217346 outset !important;
    color: #217346;
    font-weight: bold;
}
table.table td.focusedCellRow {
    background: #eee;
    border-right: 2px #217346 outset;
    color: #217346;
    font-weight: bold;
}
table.pivotTable thead tr th, table.pivotMergeTable thead tr th {
    font-size: 13px;
    font-weight: 600;
    padding: 5px !important;
}
table.pivotMergeTable thead tr th:not(.pv-row-number) {
    max-width: 300px;
    min-width: 100px;
    word-wrap: break-word;
    white-space: normal !important;
    line-height: 12px;
}
table.pivotTable tbody tr th, table.pivotMergeTable tbody tr th {
    font-size: 12px;
    font-weight: normal;
    padding: 5px !important;
    max-width: 400px;
    min-width: 300px;
    word-wrap: break-word;
    white-space: normal !important;
    line-height: 12px;
}
table.pivotMergeTable tbody tr th.middle {
    vertical-align: middle;
}
table.pivotTable tbody td.numberIndexing {
    min-width: 100px;
    padding: 0 !important;
    vertical-align: middle !important;
}
table.pivotTable tbody td.boldInput input.input-pivot[type="text"] {
    font-weight: bold !important;
}
table.pivotTable tbody td.errorCell {
    border: 1px solid #bb2413 !important;
}
table.pivotTable input.input-pivot[type="text"] {
    border:2px transparent solid;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 3px !important;
    outline:none;
    box-sizing: border-box; 
    display: inline-block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    /*transition: all 0.05s ease-in-out;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;*/
}
table.pivotTable input.input-pivot[type="text"].focused {
    border: 2px solid #217346 !important;
    outline: none;
}
table.pivotTable input.disabled[type="text"] {
    background-color: #EEE !important;
}
/*table.pivotTable input.input-pivot[type="text"]:focus {
    box-shadow: 0 0 2px #28B779 !important;
    -webkit-box-shadow: 0 0 2px #28B779 !important; 
    -moz-box-shadow: 0 0 2px #28B779 !important;
    border: 2px solid #28B779 !important;
    outline: none;
}*/
table.pivotTable tbody td > select {
    background-color: transparent !important;
    border: none !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 3px !important;
    outline:none;
    /*transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;*/
    box-sizing: border-box; 
    display: inline-block;
    width: 100%;
    min-height: 30px !important;
    height: 30px !important;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background: url(dropdown-arrow.png) no-repeat center right !important;
}
table.pivotTable tbody td > select:focus {
    box-shadow: 0 0 2px #28B779 !important;
    -webkit-box-shadow: 0 0 2px #28B779 !important; 
    -moz-box-shadow: 0 0 2px #28B779 !important; 
    border: 1px solid #28B779 !important;
    outline: none;
}
table.pivotTable tbody td > select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
table.pivotTable tbody td > .select2-container .select2-choice {
    border: 1px transparent solid !important;
    box-sizing: border-box; 
    background-color: transparent !important;
    padding: 0px 0px 0px 8px !important;
}
table.pivotTable tbody td > .select2-container .select2-choice div {
    border-left: 1px transparent solid !important;
    background: none repeat scroll 0% 0% transparent;
}
table.pivotTable tbody td > .select2-container .select2-choice div b {
    background-position: 0px 2px !important;
}
table.pivotTable tbody td > .select2-dropdown-open .select2-choice div b {
    background-position: -18px 2px !important;
}
.tabs-below.pivottable-tab .nav-tabs > li.active {
    border-bottom: 3px solid #217346 !important;
}
.compare-tab .nav-tabs > li.active {
    border-top: 3px solid #217346 !important;
}
.pivottable-tab div.scroll-to-fixed-fixed {
    border-bottom: 1px #000 solid;
}
div.parentExpression {
    background-color: #fff !important;
}
table.modelExpressionBox {
    margin: 0 !important;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff !important;
}
table.modelExpressionBox tbody td {
    vertical-align: middle !important;
    padding: 0 !important;
}
table.modelExpressionBox tbody td.splitBox {
    text-align: center;
    width: 30px !important;
    padding: 0 0 4px 0 !important;
    background: url(vertical-dot.png) no-repeat 13px center;
}
table.modelExpressionBox tbody td.cell-column-row-index {
    font-size: 11px;
    line-height: 14px;
}
table.modelExpressionBox tbody td input {
    margin: 0 !important;
}
table.modelExpressionBox tbody td textarea {
    margin: 0 !important;
    height: 20px !important;
}
.cellView {
    width: 100px;
}
.animatedTextarea {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}
.cellExpressionDisplay {
    border: 1px solid #CCC;
    border-bottom: 0;
    color: #333;
    outline: 0px none;
    min-height: 29px;
    padding: 5px !important;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top;
    background-color: #EEE !important;
}
.cellExpressionString {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
    display: block;
    border: 1px #ccc solid;
    min-height:40px;
}
.accordion.accordion-md {
    margin-bottom: 10px !important;
}
.accordion.accordion-md .accordion-heading .accordion-toggle {
    padding: 4px 10px !important;
} 
.accordion.accordion-md .accordion-inner {
    padding: 2px 8px;
}
.accordion.accordion-md table.table {
    margin-bottom: 0 !important;
}
.accordion.accordion-md table.table thead tr th {
    font-size: 11px;
    font-weight: 600;
}
table.table-input-sm input[type=text] {
    height: 24px;
    padding: 2px 4px !important;
    line-height: 24px;
    font-size: 12px;
    min-height: 24px !important;
    vertical-align: middle !important;
}
table.table-input-sm .select2-container {
    min-height: 25px !important;
}
table.table-input-sm .select2-container .select2-choice {
    height: 20px;
    line-height: 20px;
}
table.table-input-sm .select2-container .select2-choice span {
    line-height: 16px !important;
}
table.table-input-sm .select2-container .select2-choice div b {
    background-position: 0 0;
}
.pivotTableAddon tbody td input.input-pivot[type="text"]:disabled {
    background-color: #eee !important;
}
.pivotTableAddon tbody td input.input-pivot:not(disabled) {
    cursor: cell;
}
.pivotTableAddon tbody td input.input-pivot[disabled] {
    cursor: not-allowed;
}
.pivotTableAddon tbody td input.inputConstantValue[type="text"] {
    background-color: #71a8d8 !important;
    color: #fff !important;
}
.pivotTableAddon tbody td input.inputExpression[type="text"] {
    background-color: #ffab8c !important;
    color: #fff !important;
}
.pivotTableAddon tbody td.shiftSelected input.inputExpression[type="text"] {
    background-color: #999 !important;
    color: #fff !important;
}
table.pivotTable tbody td.shiftSelected {
    background: #999 !important;
}
select.select-mini {
    height: 12px !important;
    min-height: 22px !important;
    padding: 0px 2px !important;
    line-height: 12px !important;
    font-size: 12px !important;
    margin-bottom: 0;
}
select.select-mini:focus {
    outline:0 !important;
}
select.select-mini:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #555;
}
input.input-mini {
    height: 12px !important;
    min-height: 22px !important;
    padding: 2px 3px !important;
    line-height: 12px !important;
    font-size: 12px !important;
    margin-bottom: 0px;
}
ul.model_metadatas {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.model_metadatas li {
    list-style: none;
    width: auto;
    border-bottom: 1px #ccc solid;
    margin: 0;
    padding: 5px;
}
ul.model_metadatas li:hover {
    background: #ccc;
    cursor: pointer;
}
ul.model_metadatas li.active {
    background: #CCE6FF;
}

.column-arrow {
    margin: 62px 0 0 0;
}
.row-arrow {
    margin: 134px 0 0 0;
}
.column-tbl-div {
    height: 200px;
    overflow: hidden;
}
.row-tbl-div {
    height: 200px;
    overflow: hidden;
}
.main-arrow {
    margin: 135px 0 0 0;
}
.hdr-arrow {
    margin: 133px 0 0 0;
}
.main-tbl-div {
    height: 350px;
    overflow: hidden;
}
table.table tbody tr.selected td{ background-color: #619cfe !important; color: #fff; }
table.table tbody tr.hightlight-red td{ background: #eed3d7; }

table.pivotTable input.dateTimeMaskInit[type="text"] {
    min-width: 124px;
}
table.pivotTable td[class*="cell-comment-"] input {
    background-image: url('grey-angle.png');
    background-position: top right;
    background-repeat: no-repeat;
}
table.pivotTable td[class*="cell-comment-"] input.disabled {
    background-image: url('grey-angle.png');
    background-position: top right;
    background-repeat: no-repeat;
}
table.pivotTable .cell-comment-0 input {
    background-image: none !important;
}