.layout-main {
    margin-top: 80px;
    min-height: calc(100vh - 165px);
}

.jumbotron-bg-light {
    background-color: #e9ecef !important;
}

.table-pointer{
    cursor: pointer;
}

.configForm .form-control {
    color: black;
}

.configForm .form-control:focus {
    color: black;
}

.to-cell{
    background-color: #ffc7bd;
}

.from-cell{
    background-color: #d7ffd9;
}

.text-from-cell{
    color: #d7ffd9;
}

.dropzone-text{
    font-size: 1.5rem;
}

.dropzone-text>small{
    font-size: 50%;
}

.table-mw td {
    min-width: 200px;
}
.table-mw th {
    min-width: 250px;
}

.table-fx>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}
@media(min-width:768px) {
    .table-fx>.fixed-column {
        display: none;
    }
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
    height: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #343a40;
}
::-webkit-scrollbar-thumb:hover
{
	background-color: #616f79;
}