﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


table {
    margin-left: 0.5cm;
    margin-right: 0.5cm;
    border-width:1px;
    border-collapse:collapse;
}

.jobsheet.table{
    border:solid;
    border-width: 1px;
}
.jobsheet.title{
    background-color:#d1c1c1;
    width:20%;
    font-family: Arial;

}
.jobsheet.field {
    background-color: white;
}
.jobsheet.field.small{
    font-size:8pt;
}
.jobsheet.field.small-xs {
    font-size: 6pt;
}
.pmicolumn {
    width: 2cm;
}

.expandservices {
    font-weight: bold;
    font-size: 12pt;
    color: gray;
}

.processes {
    font-family: Arial;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #AAA;
    border:none;
}

.processcolumn {
    background-color: #AAA;
    padding: 2px;
    margin: 2px;
    width: 15%;
    min-width: 2cm;
}

.processtitle {
    font-weight: bold;
    font-size: 10pt;
    color: black;
    width:20%;
    
}
.processtitleclear {
    font-weight: bold;
    font-size: 10pt;
    color: black;
    width: 20%;
    background-color:white;
}
.processcontent {
    background-color:white;
    width:79%;
    border:none;
}

.processrow {
    background-color: #AAA;
    display: flex;
    flex-direction: row;
    margin: 5px;
    /*padding: 5px;*/
}
.processrowblank {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    margin: 5px;
    padding: 5px;
}

.clear 
{
    background-color:white;
}

.center{
    margin:auto;
    width:50%;
    padding:10px;
    text-align:center;
}
/*Global Search divs*/
.globalSearchContainerHide
{
    display:none;
}
.globalSearchContainerShow
{
    position:absolute;
    left: 0.5cm;
    top: 4.5cm;
    width:75%;
    height:auto;
    z-index:99;
    opacity:93%;
    background-color:darkslategrey;
    border:dashed;
    border-width: 10px;
    color:greenyellow;
    font-weight:bold;
    border-radius: 20px;

}
.globalSearchResultRow
{
    border-top:solid;
    border-width:2px;
    color:antiquewhite;
}
.globalSearchResultIcon
{

}
.globalSearchResultText {
}