﻿div.custom_table_header { height: 50px;}
div.custom_table_header span#custom_table_title { font-size: 20px; font-weight: 600; display: inline-block; vertical-align: top; line-height: 50px; margin-left: 6px; }
div.custom_table_header input#custom_table_search { font-size: 16px; font-weight: 600; display: inline-block; margin-right: 14px; float: right; margin-top: 5px; line-height: 32px; width: 275px; border-radius: 2px; background-color: #f2f3f5; font-family: var(--font), FontAwesome }

/*div.custom_table_header input.custom_table_search { font-size: 16px; font-weight: 600; display: inline-block; margin-right: 14px; float: right; margin-top: 5px; line-height: 32px; max-width: 275px; border-radius: 2px; background-color: #f2f3f5; font-family: 'Open Sans', FontAwesome; color: black; }*/
div.custom_table_header a.custom_table_edit { display: inline-block; width: 36px; height: 50px; cursor: pointer; background: url("/images/settings.svg") no-repeat center center; background-color: #4b9cea; }

.gridster li.custom_table_wrapper { text-align: center; }
.gridster li.custom_table_wrapper * { text-align: initial; }

.gridster li.custom_table_wrapper .DashboardArea.compactView { }
li.custom_table_wrapper .DashboardTitle { padding: 0; }
li.custom_table_wrapper .DashboardTitle .custom_table_header { border-top-left-radius: 5px; border-top-right-radius: 5px; }
li.custom_table_wrapper .DashboardTitle .custom_table_title { font-size: 14px/19px; font-weight: bold; display: inline-block; vertical-align: top; line-height: 50px; margin-left: 10px; color: var(--foregroundColor); box-sizing: content-box; /*font-family: 'Open Sans',Arial;*/ max-width: calc(100% - 305px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.custom_table_wrapper.hideContents .DashboardArea { visibility: hidden; }
.custom_table_wrapper.hideContents .linkto_whensmall.ct { display: block; transform: unset; top: unset; left: unset; }
.custom_table_wrapper.hideContents a.whensmall { display: block; top: calc(50% - 41px); position: relative; margin-left: 10%; margin-right: 10%; }
.custom_table_wrapper.hideContents.hideTitle a.whensmall { top: calc(50% - 20px); }
.custom_table_wrapper.hideTitle .linkto_whensmall.ct .title { display: none; }
.custom_table_wrapper .linkto_whensmall.ct .title { /*font-family: "Open Sans",Arial;*/ font-size: 14px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: left; color: black; overflow: hidden; white-space: nowrap; height: 30px; text-overflow: ellipsis; color: #4B9CEA; text-align: center; max-width: 100%; }
.custom_table_wrapper .linkto_whensmall.ct .fa.fa-list-alt::before { content: unset; }
.custom_table_wrapper .linkto_whensmall.ct .fa.fa-list-alt { background: url("/images/custom-table_too_small.svg") no-repeat center center; height: 41px; width: 130px; }
.custom_table_wrapper .linkto_whensmall.ct { position: static; text-align: center; }
/*.custom_table_wrapper.hideTitle .linkto_whensmall.ct .fa.fa-list-alt { height: 100%;}*/
