thead tr td{cursor: pointer;}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {padding: 3px 5px 0;}
.table a:link{color: #3097d1;}
.table a:visited{color: #7a43b6;}
.table a:hover{color: #00b3ee;}
.table a:active{color: #3097d1;}
.nobreaks{word-break: keep-all; min-width: 100px;}
.loader{z-index: 9999999999999999;}
.line{margin-bottom: 15px;}
.cursor{cursor: pointer;}
.cursor input[type=radio] {margin-top: 3px;}
.channel{display: inline-block; padding:7px; border: 1px solid #212121; color:#212121; font-size: 11px; font-weight:bold; border-radius: 4px; cursor: pointer;}
.form-block{
    position: relative;
    padding: 45px 15px 15px;
    margin: -15px -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
.navbar-brand{margin-top: 4px;}
.nav-pills{display: inline-block; margin: 10px 0 0 20px;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f9f9f9;
    opacity: 1;
}
.info-block{
    margin-right: 0px;
    margin-left: 0px;
    background-color: lightslategray;
    box-shadow: none;
    border-color: slategray;
    border: 1px dotted slategray;
    border-radius: 4px 4px 0px 0px;

      position: absolute;
      padding: 1px;
      border-style: solid;
      min-height: 200px;
}
.well{background-color: mintcream; min-height: 200px; margin: 0; padding: 10px;}
.table-component__filter a{display: none; padding: 5px; border: 1px solid #e5e5e5; border-radius: 3px; color: red;}
.table-component__filter a:after{content: " reset filter to initial state"}
.table-component__th{cursor: pointer;}
.news__grid tr th, .news__grid tr td{padding: 3px;}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
}
.breaks tbody tr td {
    white-space: unset!important;
    word-wrap: break-word!important;
    word-break: break-all!important;
    max-width: 130px!important;
}
table.table > tfoot > tr > .convicted-td {
    white-space: unset!important;
    word-wrap: break-word!important;
    word-break: break-all!important;
}
table.table > tfoot > tr > .convicted-span {
    overflow: hidden!important;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
    max-width: 200px!important;
}
body div.pre-nav{padding: 3px 5px 5px;}
body div.pre-nav span a{font-size: 11px; cursor: pointer;}
.navbar-brand{padding: 15px;}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 12px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0;
}
.input-group-addon{
    padding: 3px 12px;
}

#actionPanel, #contentPanel{
    width: 100%;
    height: 40px;
    background: #f5f8fa;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 23px;
    z-index: 999999;
}
#actionPanel .container, #contentPanel .container{
    padding: 0;
}
select.form-control{
    font-size: 12px;
    line-height: 12px;
    padding: 4px 12px;
}
.link-list tr td{
    max-width: 20%;
    min-width: 100px;
}
.fulllink, .domain{ word-break: break-all; }

/* TABS */
.tabs-component {
    margin: 2em 0;
}

.tabs-component-tabs {
    border: solid 1px #ddd;
    border-radius: 6px;
    margin-bottom: 5px;
}

@media (min-width: 700px) {
    .tabs-component-tabs {
        border: 0;
        align-items: stretch;
        display: flex;
        justify-content: flex-start;
        margin-bottom: -1px;
    }
}

.tabs-component-tab {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0;
    list-style: none;
}

/*.tabs-component-tab:not(:last-child) {
    border-bottom: dotted 1px #ddd;
}*/

.tabs-component-tab:hover {
    color: #666;
}

.tabs-component-tab.is-active {
    color: #000;
}

.tabs-component-tab.is-disabled * {
    color: #cdcdcd;
    cursor: not-allowed !important;
}

@media (min-width: 700px) {
    .tabs-component-tab {
        background-color: #fff;
        border: solid 1px #ddd;
        border-radius: 3px 3px 0 0;
        margin-right: .5em;
        transform: translateY(2px);
        transition: transform .3s ease;
    }

    .tabs-component-tab.is-active {
        border-bottom: solid 1px #fff;
        z-index: 2;
        transform: translateY(0);
    }
}

.tabs-component-tab-a {
    align-items: center;
    color: inherit;
    display: flex;
    padding: .75em 1em;
    text-decoration: none;
}

.tabs-component-panels {
    padding: 4em 0;
}

@media (min-width: 700px) {
    .tabs-component-panels {
        border-top-left-radius: 0;
        background-color: #fff;
        border: solid 1px #ddd;
        border-radius: 0 6px 6px 6px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
        padding: 4em 2em;
    }
}

.licenseList > thead > tr > th, .licenseList > thead > tr > td, .licenseList > tbody > tr > th, .licenseList > tbody > tr > td, .licenseList > tfoot > tr > th, .licenseList > tfoot > tr > td {
    padding: 4px 5px!important;
}

/*.grid-container {*/
/*    display: grid;*/
/*    height: 100%;*/
/*    grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*    grid-template-rows: 1fr 1fr 1fr;*/
/*    grid-template-areas: "lbar mbar mbar rbar" "lbar mbar mbar rbar" "lbar mbar mbar rbar";*/
/*}*/

/*.lbar {*/
/*    grid-area: lbar;*/
/*    padding: 5px;*/
/*}*/

/*.mbar {*/
/*    grid-area: mbar;*/
/*    padding: 5px;*/
/*}*/

/*.rbar {*/
/*    grid-area: rbar;*/
/*    padding: 5px;*/
/*}*/
