table td, .table td {
    text-align: center;
    vertical-align: middle;
}

.table.table-nutron {
    table-layout: fixed;
}

.table.table-nutron th {
    font-size: 1rem;
    border: 1px solid white;
    font-weight: 600;
}
.table.table-nutron td {
    border: 1px solid white;
}

.table.table-nutron thead th {
    text-align: center;
    border-bottom: 1px solid #dee2e6;
}
.table.table-nutron th.h2 {
    border-right: 1px solid #dee2e6;
}

.navbar span.navbar-title {
    color: white;
    display: inline-block;
    padding-right: 20px;
    font-size: 2em;
}

.navbar .navbar-brand {
    font-size: 1.8em;
}

ul.nav-buttons li {
    padding: 5px 0 5px 25px;
}
ul.nav-buttons li .btn {
    min-width: 180px;
}

table .plotCell {
    cursor: pointer;
}


#lForm {
    margin-top: 20px;
}

.menu_logos {
    text-align: center;
    margin-top:20px;
}
.menu_logos img {
    max-width: 40%;
    margin: 20px 20px;
    clear: both;

}


.tcs::selection{
    background-color: transparent;
}
.tcs td:not(.tcs-selection-enabled) > *,
.tcs th:not(.tcs-selection-enabled) > *,
.tcs td:not(.tcs-selection-enabled),
.tcs th:not(.tcs-selection-enabled){
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.tcs tr::selection,
.tcs td:not(.tcs-selection-enabled) > *::selection,
.tcs th:not(.tcs-selection-enabled) > *::selection,
.tcs td:not(.tcs-selection-enabled)::selection,
.tcs th:not(.tcs-selection-enabled)::selection,
.tcs br::selection{
    background-color: transparent;
}
.tcs tr::-moz-selection, .tcs td:not(.tcs-selection-enabled)::-moz-selection, .tcs th:not(.tcs-selection-enabled)::-moz-selection{
    background-color: transparent;
}
.tcs td.tcs-selected:not(.sel-from){

    background-color: rgba(51, 122, 183, 0.2) !important;
}

/******************************************************************************/
#loading {
    position: fixed;
    z-index: 1500;
    top: 0;
    left: -6px;
    width: 1%;
    height: 3px;
    background-color: #ce0000;

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;

    -moz-transition: width 600ms ease-out, opacity 500ms linear;
    -o-transition: width 600ms ease-out, opacity 500ms linear;
    -webkit-transition: width 600ms ease-out, opacity 500ms linear;
    transition: width 1000ms ease-out, opacity 500ms linear;
}

#loading b,  #loading i {
    position: absolute;
    top: 0;
    height: 3px;

    -moz-box-shadow: #777777 1px 0 6px 1px;
    -webkit-box-shadow: #777777 1px 0 6px 1px;
    box-shadow: #777777 1px 0 6px 1px;

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#loading b {
    clip: rect(-6px, 22px, 14px, 10px);
    opacity: .6;
    width: 20px;
    right: 0;
}

#loading i {
    clip: rect(-6px, 90px, 14px, -6px);
    opacity: .6;
    width: 180px;
    right: -80px;
}
/******************************************************************************/


@media screen and (max-width: 900px) {

    .hidemobile {
        display: none;
    }
    .showmobile {
        display: block;
    }

}

@media screen and (min-width: 901px) {
    .hidemobile {
        display: block;
    }
    .showmobile {
        display: none;
    }

}