/*-----------------------------------------------------------------------------
 * ASSEMBLY: Geocortex.Essentials.Rest
 * PATH: WebResources.Css
 * RESOURCE: WebDirectory.css
 * ============================================================================
 * Styling for the Geocortex Essentials REST Web Directory.
 *
 * Copyright (c) 2020 Latitude Geographics Group, Ltd.
 *---------------------------------------------------------------------------*/

html, body 
{
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: "Segoe UI","Helvetica Neue","Droid Sans",Helvetica,Arial,sans-serif;
    width: 100%;
    height: 100%;
}
CODE 
{
	font-size: 1.3em;
	font-family: serif
}

.restHeader
{
	display: block;
	background-color: #f7f7f7;
	margin-bottom: 12px;
	border-bottom: 1px solid #D9D9D9;
}
.restHeader H2 
{
	padding: 11px 11px 11px 13px;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}

.restBody 
{
	font-size: .8em;
	margin-left: 22px;
	margin-right: 12px;
}

TABLE#userTable 
{
	font-size: 0.80em;
}

#security .identity a
{
    color: black;
    font-weight: bolder;
    text-decoration: none;
}

#security .identity a:hover
{
    text-decoration: underline;
}

#security .guest
{
    display: none;
}

#security .user
{
    display: none;
}

#security.guest .guest
{
    display: inline;
}

#security.user .user
{
    display: inline;
}

TABLE#navTable 
{
	padding-bottom: 0px;
	margin: 0px 0px 0px;
	padding-top: 0px;
	border-bottom: #D9D9D9 1px solid;
	border-top: #D9D9D9 1px solid;
	background-color: #F0F0F0;
    height: 27px;
}

TABLE#loginTable 
{
	padding: 5px;
	margin: 10px 0px 3px;
	border: #000 1px solid;
	background-color: #C9E0EE;
}

TABLE#adminNavTable 
{
	padding-bottom: 5px;
	margin: 0px 0px 3px;
	padding-top: 0px;
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
	background-color: #f7efe5;
	line-height: .8em;
}

TABLE#adminLoginTable 
{
	padding: 5px;
	margin: 10px 0px 3px;
	border: #000 1px solid;
	background-color: #f7efe5;
}

TD#breadcrumbs 
{
	padding-right: 0px;
	padding-left: 11px;
	font-size: 11px;
	line-height: 1.7em;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px 0px 3px;
	padding-top: 1px;
	color: #1B7DBF;
}
TD#breadcrumbs span 
{
	display: none;
}
TD#breadcrumbs a 
{
	padding-left: 15px;
	padding-right: 5px;
	background-image: url(../Images/BreadCrumb.png);
	background-repeat: no-repeat;
	background-position: left center;
}
TD#breadcrumbs a:hover 
{
	color: #000000;
}

TD#titlecell 
{
	padding-right: 0px;
	padding-left: 13px;
	font-weight:bold;
	padding-bottom: 8px;
	margin: 0px 0px 3px;
	padding-top: 5px;
}

TD 
{
	padding-right: 11px;
	padding-left: 0px;
	font-size: 0.90em;
	padding-bottom: 5px;
	margin: 0px 0px 3px;
	padding-top: 4px;
}

H2 
{
	margin-left: 11px;
	font-weight: bold;
	font-size: 1.1em
}

H3 
{
	font-weight: 700;
	font-size: 1.25em;
	margin-bottom: 0px;
}

LI 
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 0px;
}

A
{
	color: #1B7DBF;
}

.restErrors
{
	color: #ffaaaa;
}

.restException
{
	color: red;
}
ul 
{
	list-style-type: disc;
}

pre
{
    font-family: "courier new", courier, monospace;
}


.queryParams table
{
    border-collapse: collapse;
    width: 100%;
    font-size: 1.2em;
}

.queryParams thead td
{
    padding-top: 15px;
    font-weight: bold;
    font-size: larger;
}
.queryParams thead th
{
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
}

.queryParams tfoot td
{
    padding: 10px;
}

.queryParams tbody {
	border-bottom: 30px solid transparent;
}

.queryParams input[type=text], .queryParams textarea
{
    width: 100%;
    max-width: 600px;
    font: inherit;
}

.queryParams textarea
{
    height: 100px;
}
.queryParams thead th,
.queryParams tbody td,
.queryParams tfoot td
{
    padding: 10px 10px 10px 0;
    vertical-align: top;
}
.queryParams thead th {
	padding-bottom: 0px;
}
.queryParams .form-label {
	width: 200px;
}

.queryResults
{
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.queryResults p
{
    white-space: normal;
}

.queryResults table
{
    border-collapse: collapse;
    table-layout: fixed;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.queryResults thead th,
.queryResults thead td,
.queryResults tbody td,
.queryResults tbody th
{
    padding: 10px 5px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.queryResults thead th,
.queryResults tbody th
{
    display: none;
}

.queryResults thead th,
.queryResults thead td
{
    text-align: left;
    font-weight: bold;
    background: #F8F8F8;
}

.queryResults tbody th
{
    text-align: left;
}


.queryResults .geometry
{
    overflow: hidden;
    max-width: 600px;
    text-overflow: ellipsis;
}

.queryResults textarea
{
    width: 100%;
    font: inherit;
    height: 100px;
}





.parseErrors u
{
    background-color: Yellow;
}

.parseErrors ul
{
    font-weight: bold;
    list-style-type: none;
    padding: 0px;
    padding-bottom: 15px;
}

.parseErrors ul ul
{
    font-weight: normal;
    padding: 0px;
    padding-left: 15px;
}

.json *
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    vertical-align: top;
    border-collapse: collapse;
}

td.json
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.json.property
{
    font-weight: bold;
    padding-right: 7px;
}

.json.property-value table.json
{
    margin-left: 10px;
}

.json table.json
{
    border-bottom: 1px solid gray;
}

.json table.json:last-child
{
    border-bottom: none;
}

/* ------ START: Security Login Pages ------ */
.security {
    display: table;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}
.security .master-area {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.security-login {
    display: inline-block;
    min-width: 20em;
    padding: 1em;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 15px #CCCCCC;
    -webkit-box-shadow: 0 0 15px #CCCCCC;
    box-shadow: 0 0 15px #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media all and (max-width: 414px) {
    .security-login {
        font-size: 0.9em;
    }
}
.security .topArea
{
    text-align: left;
    font-size: 1.5em;
    font-weight: lighter;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
}

.security .errorContent
{
    color: red;
    text-align: left;
    max-width: 1024px;
    word-wrap: break-word;
}
@media all and (max-width: 414px) {
    .security .errorContent {
        word-break: break-all;
    }
}

.idpList input
{
    display: block;
    width: 100%;
    padding: 0.5em;
    margin: 1em 0;
    background: #E9F6FF;
    font-size: 1em;
    color: #656189;
    cursor: pointer;
    border: 1px solid #C8E9FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.idpList input:hover
{
    background: #F0F0F0;
    border: 1px solid #D9D9D9;
}
/* ------ END: Security Login Pages ------ */

.claimsList
{
    border-collapse: collapse;
}

.claimsList td
{
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

tr.evenGroup 
{
    background-color: #f0f0f0;
}

.searchResults table
{
    border-collapse: collapse;
    table-layout: fixed;
}

.searchResults thead th,
.searchResults thead td,
.searchResults tbody td,
.searchResults tbody th
{
    padding: 10px;
    border: 1px solid #CCCCCC;
    white-space: nowrap;
}
