﻿/*#FormBrowseTable {
    margin-bottom: 60px;
}*/


#formfavorite:hover,
#formfollow:hover, 
#formlog:hover,
#listfavorite:hover,
#formcopy:hover,
#fileimportcopy:hover {
    cursor:pointer;
}

.formbrowse-sectiontab {
    height: auto;
    overflow: auto;
    margin-bottom: 60px;
}


.formbrowse-sectiontab .formgrid
{
    overflow: visible !important;
}

.formbrowse-sectiontab .formgrid table,
.runlist-container .formgrid table {
    position: relative;
}

.formbrowse-sectiontab .formgrid table th,
.runlist-container .formgrid table th {
    position: sticky;
    top: 0;
    background-color: var(--menucolor);
    z-index: 100;
}

#SearchListA td,
#SearchListB td {
    padding: 0px 5px 0px 5px;
}


#usersTable td,
#usergroupsTable td {
    padding: 2.5px 5px 2.5px 5px;
}


/* ----------------- FormBrowse Custom Styles ---------------------*/
.formbrowse-logo {
    display: inline;
    padding-right: 10px;
}

.maintitle-button {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}


#formbrowsearea {
    color: var(--textcolor);
    background-color: var(--menucolor);
    position: relative;
}

#RecentForms,
#FollowedForms,
#SearchedForms {
    display: none;
}

#AllFormBrowseButtons,
#RecentFormBrowseButtons,
#FollowedFormBrowseButtons {
    padding-top: 10px;
    position: absolute;
    bottom: 30px;
}

#formfavorite {
    float: right;
    display: inline;
    padding-right: 10px;
    padding-top: 7px;
}

.formbrowsearea-header {
    display: inline !important; 
}

#formbrowse-search-conditionstree-dialog {
    top: calc(50% - 300px);
    width: 1000px;
}

#conditionsecton-formbrowse-search {
    border:1px solid var(--textcolor);
}

.conditionstreearea-formbrowse-search {
    width:100%;
    height:150px;
    float:left;
}

#modal-footer-frombrowse-search,
#modal-footer-frombrowse-searchcondtionstree {
    text-align: right;
}

#modal-body-row {
    margin:0 10px;
    overflow:auto;
    height:400px;
}

#formbrowse-search-modal-body-row {
    margin:0 10px;height:500px;
}

#modal-footer-frombrowse-searchconditionstree-span,
#modal-footer-frombrowse-searchsearch-span {
    display: inline;
}

#SearchedFormBrowseButtons {
    padding-top:10px;position:absolute;bottom:30px;
}

#formbrowse-search-dialog {
    top:calc(50% - 400px);width:800px;
}

#formbrowse-search-modal-content {
    background-color:var(--sectioncolor);
}

#search-advanced-button-span {
    float:right;margin-right:10px;margin-top:5px;
}

#SearchListA {
    border:1px solid var(--textcolor); margin:5px 5px;height:40%;overflow:auto;
}

#SearchListB {
    border:1px solid var(--textcolor); margin:10px 5px;height:58%; overflow:auto;
}

#SearchPropertiesSection {
    border:1px solid var(--textcolor); margin:5px 5px 0px 5px; padding:10px 5px 10px 5px; height:100%; overflow-y:auto;
}

#formbrowse-search-sectionA {
    width:40%;height:480px;float:left;
}

#formbrowse-search-sectionB {
    width:60%;height:480px;float:left;
}

#formbrowse-tablist {
    border:none; display:inline-block;
}

#searchfield-span {
    vertical-align: top;
}

.formbrowse-sectiontab {
    width:100%;
    height:100%;
}