html {
    scrollbar-gutter: stable;
}

/* width */
#mySidebar::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #356a8e;
}

a:focus-visible {
    outline: none;
}

#ad {
    margin-top: 185px;
    margin-bottom: 15px;
    display: none;
}

#ad a {
    padding-left: 10px;
    text-decoration: none;
    font-weight: bolder;
    font-size: 20px;
    color: #fff;
    display: block;
    background-color: #3e3c3c;
    transition: 0.3s;
    line-height: 2.2;
    border-top: 1px solid;
    border-bottom: 1px solid;
}




input.add-to-calendar-checkbox[type="checkbox"] {
    display: none;
}


#topbanner {
    text-align: center;
    background-color: #356a8e;
    font-size: 1.2em;
    margin: auto;
    font-weight: bold;
    color: white;
    font-style: italic;
    padding: 5px;
    width: 100%;
}


.filtinf,
.searchinf {
    margin-left: 10px;
    border-left: 1px solid;
    border-right: 0px;
    float: left;
    color: #000000;
    font-weight: bold;
    font-style: italic;
    height: 42px !important;
    font-size: 1.1em;
    padding-left: 10px;
}

.searchinf {
    float: right;
    margin-left: -10px !important;
    border-left: 0px !important;
}

.filtinf {
    display: none;
}


:root {
    --fc-border-color: white;
}

.watched_btn {
  padding: 3px;
  height: 31px;
  color: rgb(176, 176, 176);
  cursor: pointer;
}


tr.watched .title , tr.watched .real,tr.watched .director , tr.watched td{
    font-weight: normal;
    filter: opacity(70%);
    color:#737373
}

tr.watched .rating ,tr.watched .c-pill {
  background-color: #f0f0f0 !important;
  color: #a0a2a1!important;
}


.bookmark_btn {
    fill: #f3f3f3;
    stroke-width: 20;
    stroke: currentcolor;
    cursor: pointer;
    height: 31px;
    width: 31px;
    display: flex;

}



.bookmark_btn.active {
    animation: like 0.2s 1;
    fill: rgb(255 220 77 / 78%);
}

.bookmark_btn.watched {
    animation: like 0.2s 1;
    fill: rgba(32, 126, 233, 0.78);
}



.bookmark_btn.following {
    stroke-width: 35;
    stroke: #d47911;
}

table.dataTable tbody tr.new {
    background-color: #7695cc0d;
}


table.dataTable tbody tr.new:hover {
    background-color: #7695cc3b;
}

table.dataTable tbody tr.prerel {
    background-color: #e3a5810a;
}

table.dataTable tbody tr.prerel:hover {
    background-color: #ce921121;
}

table.dataTable tbody tr.bookmark , table.dataTable tbody tr.bookmark:hover {
    background-color: rgba(225, 192, 59, 0.048)
}


table.dataTable tbody tr.watched , table.dataTable tbody tr.watched:hover {
    background-color: rgb(245, 245, 245)
}

table.dataTable tbody tr.watchlist , table.dataTable tbody tr.watchlist:hover {
    background-color: rgba(225, 181, 59, 0.048)
}


table.dataTable tbody tr.lif {
    background-color: #dbfbfb20;
}

table.dataTable tbody tr.lif:hover {
    background-color: #dbfbfb40;
}


table.dataTable tbody tr.lbwatch , table.dataTable tbody tr.lbwatch:hover  {
    background: rgb(255, 247, 238);
    background: linear-gradient(90deg, rgb(255, 247, 237) 0%, rgb(255, 255, 255) 100%);
}

.dt-type-numeric {
    text-align: left!important;
}

td.titleclick {
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}

td.otherclick {
    cursor: pointer;
}

.moreinfo {
    font-size: 15px;
    text-size-adjust: none;
}

a.u9:link,
a.u9:visited,
a.u9:active,
a.u9:hover {
    color: #207120;
}

a.u8:link,
a.u8:visited,
a.u8:active,
a.u8:hover {
    color: #89a71a;
}

a.u7:link,
a.u7:visited,
a.u7:active,
a.u7:hover {
    color: #d0c318;
}

a.u6:link,
a.u6:visited,
a.u6:active,
a.u6:hover {
    color: orange;
}

a.u5:link,
a.u5:visited,
a.u5:active,
a.u5:hover {
    color: darkorange;
}

a.norating:link,
a.norating:visited,
a.norating:active,
a.norating:hover {
    color: #cacaca;
}

a.norating::before {
    content: "?";
}


a.rating {
    display: inline-block;
    background-color: #fff;
    padding: 4px 2px 4px 2px;
    /* border-radius: 4px; */
    text-align: center;
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    margin-bottom: 5px;
    border-color: #c1c1c1;
}

img.rating_icon {
    width:30px;
    height:30px;
    background-size: cover;
}

:root {
--dt-row-selected: 53 106 142;
}
#allmovies {
    margin-bottom: 20px;
}

.footer-margin {
    margin-bottom:42px !important
}

.d-block {
    display: block !important;
}

#fancybox-hidden {
    font-size: 1.5em;
}


.dataTables_filter {
    margin-right: 30px;
}

/* width */
.scrollbar::-webkit-scrollbar {
    width: 25px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a.director {
    font-weight: bold;
    color: #00134d;
}


a.director:hover {
    color: #012591;
}



body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #eaeaea;
}

#rateordericons > img {
    margin: 3px 5px 1px 0px;
    filter: grayscale(30%);
}


#pageselect {
    height: 35px;
    min-height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 14px;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    width: 100%;
    border-top: solid 2px #356a8e;
    color: black;
    cursor: pointer;
    border-bottom: solid 2px #356a8e;
}

.filterselect {
    height: 40px;
    min-height: 40px;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 14px;
    font-size: 16px;
    text-align: left;
    background-color: rgba(243, 243, 243);
    width: 100%;
    border-bottom: solid 1px #ddd;
    color: #333;
    -webkit-appearance: none;
    cursor: pointer;
}

#seladdr,
#selcine {
    min-height: 40px;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: rgba(243, 243, 243);
    padding-left: 10px;
    border-bottom: solid 1px #ddd;
    width: 210px !important;
    color: #333;
    -webkit-appearance: none;
    font-size: 16px;
}


.floating-context-menu {
    position: fixed;
    bottom: 50px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    background-color: #bdbdbde3;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex; /* Use flexbox for button layout */
    gap: 10px; /* Space between buttons */
    z-index: 1000; /* Ensure it's above other content */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#floatingContextMessage {
    color: #356a8e;
    font-weight: bold;
    font-family: Helvetica, sans-serif, Arial;
    left: inherit;
    background-color: #fafafa;
    border: 1px solid;
    right: 20px;
    transform: none;
    display:block
}

#floatingContextMessage.centered {
    right: 20px;
    left:20px
}



.floating-context-menu.show {
    opacity: 1;
    visibility: visible;
}

.floating-context-menu button {
  background-color: #356a8e;
  color: white;
  border: none;
  padding: 10px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.floating-context-menu button:hover {
    background-color: #777;
}

.footerbtn {
    width: 100%;
}


.chosen-container .chosen-results {
    max-height: 200px;
}

.chosen-container .chosen-choices li.search-field {
    color: #333;
}

.chosen-container .chosen-choices,
.chosen-container .chosen-single span {
    color: #333;
    padding: 0 1px;
    width: 210px;
    background-image: none;
    background-color: rgba(243, 243, 243);
    border: 0px;
    border-bottom: solid 1px #ddd;
    max-height: 200px;
    overflow: auto;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
}

.chosen-container-single .chosen-default {
    border: 0px !important;
}

.chosen-search-input default {
    width: 100%;
}

.chosen-container .chosen-choices li.search-field input[type="text"] {
    padding-left: 10px !important;
    padding-top: 14px !important;
    font-weight: bold !important;
}

.chosen-container {
    min-height: 35px;
}

.dataTables_empty {
    font-size: 1.3em;
}

#seldisptitle,
#selhighlight,
#ratepicker {
    height: 40px;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 14px;
    background-color: rgba(243, 243, 243);
    border-bottom: solid 1px black;
    width: 100%;
    float: left;
    color: #333;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    text-align: left;
    min-height: 40px;
}

#mySearchText::-webkit-search-cancel-button {
    -webkit-appearance: none;
    color: white;
    height: 10px;
    width: 10px;
    background: white;
}

#mySearchText::-webkit-search-cancel-button:after {
    content: "X";
}


.topnav .search-container {
    font-weight: bold;
    float: left;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: bold;
    color: #333;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: bold;
    color: #333;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: bold;
    color: #333;
}

.fancybox-content {
    max-width: 80%;
}


#mySidebar {
    transition: width 0.3s ease;
}

#main {
    transition: margin-left 0.3s ease;
}


#mySidebar input[type="text"] {
    font-size: 16px;
    border: 0px;
    border-bottom: 1px solid;
    padding-bottom: 18px;
    background-color: rgba(243, 243, 243);
    color: #333;
    line-height: 1.8;
    width: 100%;
    box-sizing: border-box;
    min-height: 32px;
}

#selformat {
    border-bottom: 1px solid black;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

#mySidebar input[type="search"] {
    font-size: 16px;
    border: 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 5px 15px 5px 14px;
    background-color: rgba(243, 243, 243);
    color: #333;
    line-height: 1.8;
    width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
}

#mySidebar::-webkit-search-cancel-button {
    color: white;
}

#searchdiv {
    width: 100% !important;
    -webkit-appearance: none;
}

.clearbtn {
    color: white;
    font-size: 20;
    padding: 5px;
}

#mySidebar .search-container button {
    float: right;
    background: #000;
    font-size: 20px;
    font-weight: bold;
    border: none;
    color: white;
    cursor: pointer;
    line-height: 1.8;
    border-bottom: 1px solid;
    padding: 7px 11px 4px 14px;
    border-left: 1px solid;
    display: none;
}

#mySidebar .search-container button:hover {
    color: white;
    font-weight: bolder;
}


table.dataTable thead th,
table.dataTable thead td {
    text-align: left;
}

.hidden {
    display: none;
}


.selchanged {
    background-color: #356a8e !important;
    color: white !important;
}

.sidebar {
    height: 100%;
    width: 210px;
    position: fixed;
    z-index: 400;
    top: 0px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 5px;
    border-right: 2px solid #000;
    box-shadow: -1px -1px 17px 0px rgba(0, 0, 0, 0.24);
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
}

#mySidebar.menuClosed {
    width: 0px;
    border-right: 0px;
}

#mySidebar.menuOpened {
    width: 210px;
}

#main.menuOpened {
    margin-left: 210px;
}

#main.menuClosed {
    margin-left: 0px;
}



#fb {
    margin-top: auto;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fb img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 30px;
    height: 30px;
}

#fb a {
    display: contents;
}

#pageselect {
    display: none;
}

.sidebar_pages {
    display: block;
}

.webkit-auto {
    -webkit-appearance: auto;
}
#page_header {
    display: block;
}

@media (max-height: 750px) {
    #pageselect {
        display: block!important;
    }

    #page_header {
        display: none;
    }

    .sidebar_pages {
        display: none;
    }

    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    .sidebar {
        padding-top: 0px;
    }

    #seladdr, #selcine , #seldisptitle,#selhighlight {
        height: 35px;
        min-height: 35px;
    }

}

.sidebar_pages a {
    padding-left: 10px;
    text-decoration: none;
    font-weight: bolder;
    font-size: 20px;
    color: black;
    display: block;
    line-height: 2;
    border-bottom: 1px solid;
}

.sidebar_pages a.active {
    background-color: #333;
    color: white;
}

.sidebar_pages a:hover {
    color: white;
    background-color: #666;
}

.sidebar .closebtn {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


#topheader {
    font-size: 35px;

    background-color: #111;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    width: 100%;
    height: 50px;
    text-align: center;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 100;
}




#underheader {
    font-size: 20px;
    font-style: italic;
    background-color: white;
    color: black;
    border: none;
    text-align: center;
    line-height: 1.5;
    border-bottom: 2px solid;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 35px;
    /* bday */
}

#menubtn {
    cursor: pointer;
    background-color: white;
    color: #fff;
    background: #111;
    float: left;
    height: inherit;
    text-align: left;
    border: 0px !important;
    padding-left: 8px;
    border-radius: 5px;
    width: 60px;
    font-size: 1em;
}

.add-button {
    margin-top: 20px;
    height: 40px;
    font-weight: bold;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    color: #192f6c;
    -webkit-appearance: none;
}

.main_logprof img {
    width: 45px;
    margin-top: -5px;
    margin-left: 3px;
    height: 45px;
}

.main_logprof {
    float: right;
    margin-right: 5px;
    border-radius: 40px;
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    height: 35px;
    width: 35px;
}

#main_login {
    border: 3px solid #d45911
}


#main_login:hover {
    border: 3px solid #ff5e00;
}

#main_profile {
    border: 3px solid #3f79cf;
}

#main_profile:hover {
    border: 3px solid #478aee;
}

#main {
    transition: margin-left 0.5s;
    padding: 0px;
    margin-left:210px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.maintitle {
    padding-left: 20px;
    /*bday*/
}

@media screen and (max-width: 1200px) {
    .fc-list-day-text {
        float: none !important;
        ;
    }

    .sidebar {
        width: 0px;
    }

    #main {
        margin-left: 0px;
    }

}


.dataTables_info {
    padding-top: 2px !important;
    padding-left: 10px;
    font-weight: bold;
    font-style: italic;
    color: darkblue;
    text-align: center;
}

.sideheader {
    font-size: 18px;
    font-family: monospace;
    padding-bottom: 5px;
    margin-top: 15px;
    font-style: italic;
    display: block;
    border-bottom: 1px solid;
    text-align: left;
    padding-left: 10px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    display: none !important;
}

.ms-options-wrap.ms-has-selections>button,
.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    font-size: 16px;
    text-align: left !important;
    height: 40px;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    background-color: rgba(90, 89, 89, 0.02);
    border-bottom: solid 1px #ddd;
    width: 100%;
    color: #333;
}

.select2-container--default .select2-selection--single {
    background-color: rgba(90, 89, 89, 0.02);
}

.nextweek {
    background-color: #ecab00;
}

img.headimg {
    border-radius: 5px;
    width: 30px !important;
    height: 30px !important;
}

.notsure {
    color: #c17b30 !important;
}

.bottom {
    background-color: #fff;
    width: 100%;
    border-top: 1px solid;
    height: 42px;
    z-index: 300;
    position:sticky;
    bottom:0;
    margin-left: 0px !important;
}

.pagin {
    margin-right: 3px;
}

.dataTables_scrollBody {
    margin-bottom: 40px;
}

table.dataTable tbody tr.selected {
    background-color: #356a8e !important;
}
tr.selected > * {
    border: 1px solid #356a8e !important;
}

th.sorting {
    padding-left: 5px;
}

.filtr_button {
    display: inline-block;
    border: 1px solid #000;
    background-color: black;
    border-radius: 3px;
    color: #fff;
    padding: 0px 12px 5px 12px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 10px;
    white-space: nowrap;
    font-style: normal;
    height:30px;
}

.filtr_button:hover {
    background-color: #35698e;
}

.filtr_delete {
    color: #d45911;
    margin-left: 5px;
    font-weight: 900;
    margin-right: -5px;
    font-size: 1.2em;
}



.chosen-container-multi .chosen-choices li.search-choice {
    font-size: 0.7em;
}

.fc {
    transform: rotate(360deg);
}

thead th {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 60px;
    background: white;
    z-index: 10;
}

.large-font {
    font-size: xx-large;

}

.top-20 {
    position: relative;
    top: 20vh;
}


.fav_header {
    stroke: currentColor;
    fill: #ffffff;
    stroke-width: 20;
    min-height: 25px;
    max-height: 35px;
}

tr.watchlist>td.sorting_1 {
    text-align: center;
}

tr.calrow td {
    border-bottom:0px !important;
}

button.dt-paging-button {
    height: 35px;
    width: 35px;
    margin: 3px 1px 1px 1px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.c-pill {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 14px;
    display: inline-table;
    height: 25px;
    white-space: nowrap;
    width: auto;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    padding: 3px 5px 0px 5px;
    text-overflow: ellipsis;
    line-height: 1.25rem;
    color: #595959;
    word-break: break-word;
    margin: auto 0px auto 5px;
    flex-shrink: 0;
}


.c-pill--new {
    background: #60b3ecdb;
    color: white;
  }

.c-pill--prem {
    background: #f9bd3963;
    color: #919191;
}

.c-pill--lif {
    background: #f76677;
    color: #ffffff;
}

svg.watchlist {
    fill:#00134d
}


.flex {
    display: flex;
}

.just-between {
    display: flex;
    justify-content: space-between;
}

.watchlist_icon {
    width:28px;
}


.title-badge {
    margin-top: auto;
    margin-bottom: auto;
}

.text-center {
    text-align: center !important;
}

#favinfo {
    height: 100px;
}

#favshare {
    margin-bottom: 50px;
}

.d-none {
    display: none !important;
}

.loadtext {
    size: 1.5em;
}


.title {
    margin-top: auto;
    margin-bottom: auto;
}


.fr_flag {
    background-image: url("/resources/img/enfr_sm.png");
    height: 23px;
    width: 35px;
    background-size: inherit;
    background-repeat: no-repeat;
    margin-right: -7px;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
    border: 1px solid #ddd;
}

.vm-auto {
    margin-top: auto;
    margin-bottom: auto;
}

#pci_logo {
    vertical-align: middle;
    width: 65%;
    height: 80%;
}

td.favcol img, td.favcol svg{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


div.dt-processing {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 2px;
    z-index: 100000;
    background-color: #ffffff;
    margin-left: 0px !important;
    margin-top: 0px !important;
    font-weight: bold;
    border: 2px solid black;
    transform: translate(-50%, 0);
  }


.font-bold {
    font-weight: bold;
}
@media only screen and (max-width: 800px) {


    #floatingContextMessage {
        font-size: 1.3em;
         text-align: center;
    }

    .floating-context-menu { 
        bottom: 100px;
    }

    .floating-context-menu button {
        font-size: 1.3em;
        padding: 20px 15px;
        min-width: 80px;
    }

    td.favcol img{
        margin-left: 7px;
    }
    td.favcol svg{
        margin-left: 5px;
    }
    .watchlist_icon {
        width:37px;
    }    

    .sideheader {
        font-size: 22px;
    }

    .topnav .search-container {
        float: none;
    }

    .topnav a,
    .topnav input[type="text"],
    .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .topnav input[type="text"] {
        border: 1px solid #ccc;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 1.3em;
    }

    .fancybox-slide--html .fancybox-content {
        width: 90% !important;
        margin: 0;
        font-size: 24px;
    }

    ._container {
        max-width: 80%;
    }

    .fancybox-profile {
        font-size: 20px;
    }


    .pagin {
        font-size: 1.3em;
    }


    td.titleclick {
        font-size: 1.6em !important;
    }

    td.real {
        font-size: 1.3em !important;
    }


    thead th {
        top: 85px;
        font-size: 1.5em;
    }

    .login-icon {
        height: 60px;
        width: 60px;
    }

    #topheader {
        height: 75px;
        font-size: 50px;
    }

    .fc-view-container {
        font-size: 1.2em;
    }

    .main_logprof {
        height: 60px;
        width: 60px;
    }

    a.rating {
        font-size: 1.3em;
    }


    .calendar-date-link {
        min-width: 50px !important;
    }

    #menubtn {
        padding-left: 16px;
    }

    .bottom,
    .filtinf {
        height: 70px !important;
    }


    #allmovies_info {
        font-size: 1.6em;
        padding-top: 5px;
        text-align: center;
    }

    img.extlink {
        padding: 10px;
        width: unset;
        margin-top: -8px;
    }

    #fancybox-hidden .seanceinfo_header {
        font-size: 1.2em;
    }

    .sidebar_pages a,
    .sidebar_pages a:visited,
    .sidebar_pages a:active {
        font-size: 25px;
        line-height: 2.5;
    }

    tr.group td {
        font-size: 1.7em;
    }

    .filterselect {
        font-size: 18px;
        min-height: 55px;
    }

    #mySidebar input[type="search"] {
        font-size: 18px;
        min-height: 55px;
    }

    #mySidebar input[type="text"] {
        font-size: 18px;
    }

    .bookmark_btn {
        height: 57px;
        width: 46px
    }

    .watched_btn {
        width: 40px;
        height: 40px;
    }

    .tabletitle {
        margin-left: -20px;
    }

    .poscard::after {
        font-size: 16px !important;
    }

    table.dataTable>tbody>tr {
        height: 80px !important;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Old versions of Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently*/
    }

    #seladdr, #selcine { 
        font-size: 18px!important;
        min-height: 55px;
    }

    #topbanner {
        font-size: 1.4em;
    }

    .dt-type-numeric {
    text-align: center!important;
    }

    button.dt-paging-button {
        height: 60px;
        width: 60px;
        margin: 5px 1px 1px 1px;
        font-size: 1.2em;
    }

    .filtr_button {
        font-size: 1.3em;
        padding: 5px 12px 25px 12px;
    }

    div.dt-processing {
        width: 300px;
        height: 100px;
        font-size: 1.5em;
    }

    .dt-paging.paging_numbers {
        margin-right: 5px;
      }
}





tr.group {
    background-color: #454545 !important;
    color: white;
}


:root {
  --dt-row-selected-text: rgb(248, 0, 0)!important;
  --dt-row-selected-link: white!important;;
}

tr.favgroup {
    background-color: #d7d7d7 !important;
    font-weight: bold;
}

.s_title {
    color: #356a8e;
    font-size: 0.8em;
    font-style: italic;
    text-align: left;
}

tr.selected td .s_title {
  color: antiquewhite;
}
tr.selected .bookicon {
    stroke: black;
}
tr.selected > td, tr.selected .title {
  color: rgb(233, 233, 233)!important;
}
tr.selected a.rating {
    background-color: #f0f0f0;
    color: #a0a2a1 !important;
}

#allmovies_info {
    clear: both;
    float: left;
    padding-top:2px!important;
    padding-left:10px;
    font-weight:bold;
    font-style:italic;
    text-align:center;
}

#content {
    max-width: 2000px;
    margin: 0 auto 0 auto;
    box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.24);
    background: white;
}

#allmovies_wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}