﻿:root {

    --dark: hsla(210,10%,23%,1);
    --light: hsla(0,0%,100%,1);
    --internal-light-dark: rgb(118,118,118);
    --theme-primary: hsla(2,90%,44%,1);
    --theme-primary-highlight: hsla(2,90%,44%,.2);
}
/*THEME COLORS*/
.spec-chart th {
    font-weight: bold;
    background-color: #CE1141;
    color: #000;
    text-align: center;
    border-top: 1px solid var(--light) !important;
}
#mestekLit_paginate .paginate_button.current {
    background: var(--theme-primary);
    color: var(--light) !important;
}
.dataTable thead tr:nth-of-type(1) th{padding:10px 1px;}

table#mestekLit{ 
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    border: none;
    word-wrap:break-word;
    font-display:swap;
}

table#mestekLit tbody{ 
    vertical-align:baseline;
    line-height: 1.3em;
    color:black;
}

#mestekLit_wrapper{
    font-size: 14px;
    background-color: black;
}
#mestekLit_wrapper label{
    color:black;
}
table#mestekLit {
    background-color: var(--light);
}
table#mestekLit thead {
    background-color: var(--light);
    text-align: right;
}
table#mestekLit td >a{
    color:#42617B;
    text-decoration: none;
}
table#mestekLit td >a.site-button{
    color:var(--light);
    text-decoration: none;
    width:100%;
}
.active td,
#mestekLit tr.active > td:first-child,
table.dataTable.display tbody tr.active > td.sorting_1, table.dataTable.order-column.stripe tbody tr.active > td.sorting_1 {
    /*background: #ffeb9b;*/ background: var(--theme-primary-highlight);
    cursor: pointer;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: rgba(0,0,0,.05)
}
table#mestekLit td >a:hover{
    color:#2B3F50;
    text-decoration: none;
}
    .icon.file.folder {
      background-position: 0 -16px; }
    .icon.file.txt {
      background-position: 0 -32px; }
    .icon.file.pdf {
      background-position: 0 -48px; }
    .icon.file.doc {
      background-position: 0 -64px; }
    .icon.file.docx {
      background-position: 0 -64px; }
    .icon.file.xls {
      background-position: 0 -80px; }
    .icon.file.xlsx {
      background-position: 0 -80px; }
    .icon.file.ppt {
      background-position: 0 -96px; }
    .icon.file.pptx {
      background-position: 0 -96px; }
    .icon.file.exe {
      background-position: 0 -112px; }
    .icon.file.bat {
      background-position: 0 -112px; }
    .icon.file.dwg {
      background-position: 0 -128px; }
    .icon.file.rfa {
      background-position: 0 -144px; }
    .icon.file.jpg {
      background-position: 0 -160px; }
    .icon.file.jpeg {
      background-position: 0 -160px; }
    .icon.file.gif {
      background-position: 0 -160px; }
    .icon.file.png {
      background-position: 0 -160px; }
    .icon.file.tif {
      background-position: 0 -160px; }
    .icon.file.tiff {
      background-position: 0 -160px; }
    .icon.file.bmp {
      background-position: 0 -160px; }
    .icon.file.mp4 {
      background-position: 0 -176px; }
    .icon.file.mov {
      background-position: 0 -176px; }
    .icon.file.avi {
      background-position: 0 -176px; }
    .icon.file.mpg {
      background-position: 0 -176px; }
    .icon.file.wmv {
      background-position: 0 -176px; }
    .icon.file.flv {
      background-position: 0 -176px; }
    .icon.file.zip {
      background-position: 0 -192px; }
    .icon.file.rar {
      background-position: 0 -192px; }
.icon.file {
    background-image: url('img/file-sprite.png');
    background-repeat:no-repeat;
    display:block;
    height:17px;
    overflow:hidden;
    padding: 0 24px;
    white-space:nowrap;
    width:auto;
}

.icon {
    
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

table#mestekLit select {
    height: 28px !important;
    width: 100%;
    color: var(--light);
    background-color: var(--dark);
}

/*REESPONSIVE STYLE*/
#mestekLit thead tr:nth-of-type(1) {
    background-color: black;
}
#mestekLit thead tr:nth-of-type(2),
#mestekLit thead tr:nth-of-type(2) th,
#mestekLit tfoot tr {
    background-color: var(--dark);
    color: var(--light);
}
#mestekLit thead tr:nth-of-type(2) th.sorting_desc, #mestekLit thead tr:nth-of-type(2) th.sorting_asc {
    background-color: var(--theme-primary);
}
.dataTables_length label, #mestekLit_filter label{margin:20px 10px; color:var(--light) !important;}
#mestekLit_length label select{color:var(--light); background-color: var(--dark); display:inline;}
#mestekLit_info{margin: 22px; color:var(--light);}
#mestekLit_filter label input { color: var(--light); background-color: var(--dark); display: inline; }
#mestekLit_paginate {margin: 22px; padding-bottom:22px;}
.dataTables_paginate{padding-top:0 !important;}
#mestekLit_paginate .paginate_button{border-radius:0; padding:.5em 1em .5em 1em !important; margin-left:-1px; border:1px solid var(--internal-light-dark); background-color:var(--dark); color:var(--light) !important;}

@media screen and (min-width: 640px) {
    table#mestekLit {
        table-layout:fixed;
    }
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
       border-radius: 0;
    padding: .5em 1em .6em 1em;
    margin-left: -1px;
    border: 1px solid var(--internal-light-dark);
    background-color: var(--dark);
    color: var(--light);
}
@media screen and (max-width: 768px){
    .dataTables_wrapper .dataTables_paginate .ellipsis {
        border-radius: 0;
        margin-left: -1px;
    }
    #mestekLit_filter label  {
        width:100%;
    }
    #mestekLit_filter input {
        width: 65%;
    }
    .pbtu{padding-left:0 !important;}
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0;
        text-align: left;
    }

    .dataTables_length {
        display: none;
    }

    div.spec-chart h1 {
        font-size: 1em !important;
    }

    div.spec-chart-border {
        margin: 0 !important;
    }
    #mestekLit_paginate {
        margin-left: .5em;
        margin-right: .5em;
    }
}
div.spec-chart {
    border: 10px solid var(--light);
    overflow: hidden;
}
div.spec-chart-border {
    border: 10px solid #dedede;
    overflow: hidden;
    margin: 16px 0;
}
#mestekLit tr > td {
    vertical-align: middle;
}
div.spec-chart .primary-info {
    color: var(--light);
    white-space: nowrap;
}
div.spec-chart h1 {
    color: #000;
    font-size:1.5em;
    text-transform: uppercase;
}

div.spec-chart .pbtu {
    background-color: #000000;
}
div.spec-chart .pbtu span{padding-left:15px;}

div.spec-chart .pname {
    background-color: var(--light);
}
#mestekLit thead th{text-align:left;}
#mestekLit td, #mestekLit th{border:1px solid black;}

table.dataTable tr.child ul {
text-align:left;
}
#mestekLit tr.child:hover{background:#f6f6f6 !important ;}

.literaturelibrary .pf_full_width .item{width:100% !important;}

/*ATH STYLES*/
/*THEME COLORS*/

#mestekLitATH_paginate .paginate_button.current {
    background: #CE1141;
    ;
    color: var(--light) !important;
}

#mestekLitATH tr > td:first-child {
    text-align: right;
    vertical-align: middle;
    background-color: #FDE3E9;
    color: #000;
    border-bottom: 1px solid #000;
    padding-right: 5px;
}


table#mestekLitATH {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    word-wrap: break-word;
    font-display:swap;
}

    table#mestekLitATH tbody {
        vertical-align: baseline;
        line-height: 1.3em;
        color: black;
    }

#mestekLitATH_wrapper {
    font-size: 14px;
    background-color: black;
}

    #mestekLitATH_wrapper label {
        color: black;
    }

table#mestekLitATH thead {
    background-color: var(--light);
    text-align: right;
}

table#mestekLitATH td > a {
    color: #42617B;
    text-decoration: none;
}

    table#mestekLitATH td > a:hover {
        color: #2B3F50;
        text-decoration: none;
    }

table#mestekLitATH select {
    height: 28px !important;
    font-size: 9px;
    width: 100%;
    background-color: var(--light);
}


/*REESPONSIVE STYLE*/



@media screen and (min-width: 640px) {
    table#mestekLitATH {
        table-layout: fixed;
    }
}

@media screen and (max-width: 768px) {

    #mestekLitATH_filter label {
        width: 100%;
    }

    #mestekLitATH_filter input {
        width: 65%;
    }

    #mestekLitATH tr > td {
        vertical-align: middle;
    }

    #mestekLitATH thead th {
        text-align: left;
    }

    #mestekLitATH td {
        border: 1px solid #000000
    }


    #mestekLitATH tr.child:hover {
        background: #f6f6f6 !important;
    }

    .literaturelibrary .pf_full_width .item {
        width: 100% !important;
    }
}