﻿ul.tt-tree {
    list-style-type: none;
    padding-left: 3px;
}

li.tt-group > ul {
    list-style-type: none;
    padding-left: 35px;
}

.tt-item {
    cursor: pointer;
}

.tt-caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.tt-caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.tt-caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    ' transform: rotate(90deg);
}

.tt-nested {
    display: none;
}

.tt-active {
    display: block;
}

.tt-tree > li {
    padding-left: 10px;
}

.tt-text input {
    border-style: none;
}

.tt-text span:focus {
    outline: none;
}

.tt-span-input {
    display: inline-block;
    padding: 1px 2px;
}

.tt-cat {
    min-width: 50px;
    outline: none;
}

.tt-desc {
    min-width: 50px;
    max-width: 400px;
    outline: none;
}

.tt-desc:focus {
    outline: none;
}

i.tt-delete {
    cursor: pointer;
    color: darkgray;
    padding-left: 2px;
}

.tt-table {
    border-spacing: unset;
}

.tt-table td {
    border-width: thin;
    border-color: black;
}

.tt-table td.tt-cell-left {
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
    width: 20px;
}

.tt-table td.tt-cell-rigth {
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    width: 20px;
}

.tt-table td.tt-cell-mid {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left: none;
}

.tt-table-cell {
    display: table-cell;
}

.tt-cell-noborder {
    border: none;
}

.tt-cell-info {
    padding-left: 5px;
}

.tt-cell-info img {
    padding-top: 3px;
}

.tt-table-row {
    display: table-row;
}

.tt-overlay {
    position: absolute;
    background-color: white; 
    z-index: 98;            
    box-shadow: 0 0 10px rgba(0,0,0,0.3); 
    width: 420px;
}

.tt-scroll {
    min-height: 100px;
    max-height: 400px;
    overflow: auto;
}

.tt-favorit {
    padding-top: 2px;
    margin-bottom: 2px;
}

.tt-break {
    padding-left: 20px;
    padding-right: 20px;
}

.tt-button-drop-down {
    border: none;
}

.tt-cell-read-only {
    color: rgb(84, 84, 84);
    background-color: rgba(239, 239, 239, 0.3);
    border-color: rgba(118, 118, 118, 0.3) !important;
}

.tt-hidden {
    min-width: 50px;
}

i.tt-warning {
    padding-left: 3px;
    color: red;
}

.tt-settings label {
    font-weight:normal !important;
    float:left;
}

.tt-settings i {
    color: darkgray;
    padding-right: 2px;
}

.tt-settings span {
    cursor: pointer;
}