h1,h2, h3{
    text-align: center;
    color:#008cc1;
}
h1
{
        color:#008cc1;
}
input[type="submit"],input[type="button"],input[type="reset"], .addButton
{
    background-color:#008cc1;
    color:#FFF8E1 ;
    border:0px;
    font-size: 1.1em;
    padding:0px 10px;
    border-radius:5px;
    text-align:center;
    
}
input, select
{
    font-size:1.1em;
    width:218px;
}
input[type="checkbox"]
{
    font-size:1.1em;
    width:auto;
    line-height: 50px;
    vertical-align:middle;
      position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.row img
{
    height:25px;
}

.takeImage
{
    width:30px;
    padding:5px;
}
.linkText
{
    line-height:50px;
    padding-left:10px;
}
.links img
{
    width:50px;
    vertical-align: middle;

}
.links a
{
    text-decoration: none;
    color:black;
}

.links ul
{
    list-style: none;
    
    margin-left:auto;
    margin-right:auto;
}
.fa
{
    margin:5px;
        color:blue;
    
}

#mainHeader
{
    line-height: 75px;
    font-size:2.5em;
    margin:0px;    
}
h3{
    margin-top:5px;
    color:white;
}
.label
{
        position: relative;
  top: 50%;
  transform: translateY(-50%);
    color:black;
    text-align: left;
}
.titleImage
{
    
    height:50px;
}
.AssetListSection
{
    border:2px solid red;
    border-top:0px;
    border-radius:25px;
    margin-top:10px;
    background-color:white !important;
}
.assetTitle
{
    width:100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    background-color:red;
    color:white;
    font-size:2em;
    text-align:center;
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    
}


.people
{
    background-color: #ba89b6;
    border-color:#a1569b;
    color:white;
}

.place
{
    background-color: #0085bd;
    border-color:#217ca3;
    color:white;
}
.economy
{
    background-color: #53a688;
    border-color:#2a8c68;
    color:white; 
}



.statutory
{
    
    background-color: #e63f59;
    color:white; 
     border-color:#cc6171;
}


.community
{
    background-color: #d77a1b;
     border-color:#be7e3e;
    color:white; 
}

.asset
{
    display:inline-block;
    margin:3px;
    padding:5px;
    border-radius:5px;
    border-width: 1px;
    border-style: solid;
      overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
    
    
}
.popupLabel
{
    font-weight:800;
    border-bottom:1px white dotted;
    display:inline-block;
    
}
.popupValue
{
    margin-left:10px;
}
.separator
{
    clear:both;
    border-top: solid 1px #333;
    margin: 5px  0px;
    opacity:0.5;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin:auto; /* 15% from the top and centered */
    padding: 0px;
   padding-top:0px;
    border: 3px solid;
    width: 50%; /* Could be more or less, depending on screen size */
    text-align:center;
    border-radius:25px;
    
    padding-bottom:30px;
}
.modal #title
{
    border-top-left-radius:  20px;
    border-top-right-radius:  20px;
     
}
.modal h2
{
    display:inline-block;
}
#modalContent
{
    padding:10px;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}
.close
{
    display:inline-block;
    margin-left:auto;
    padding-right:5px;
    text-align: right;
    font-size:2em;
     cursor: pointer; 
     cursor: hand;
     color:white;
     border-top-left-radius:  25px;
     border-top-right-radius:  25px;
     float:right;
     
     
}
.modal-content textArea
{
    width:218px;
}

/*Table format */
table
{
   width:80%;
   margin-left:auto;
   table-layout: fixed;
   margin-right:auto;
    border-collapse: collapse;
    color:black;
}

th
{
    background-color:#0085bd;
    color:white;
}
  tr:nth-child(even)
    {
        background-color:#C1E2FF;
    }
    tr:nth-child(odd)
    {
        background-color:white;
    }
.icon
{
    width:25px;
}
.center
{
    text-align: center;
}

.tag
{
    background-color:#008cc1;
    color:white;
    border: 1px solid #008cc1;
    border-radius:5px;
    margin:10px;
    padding:3px;
    padding-left:7px;
    margin-left:0px;
}

#existing
{
    padding:5px;
    padding-left:0px;
}

.peopleBorder
{
    border-color:#ba89b6;
}
.statutoryBorder
{
  border-color: #e63f59;
}
.communityBorder
{
    border-color: #d77a1b;
}
.economyBorder
{
    border-color: #53a688;
}
.placeBorder
{
    border-color: #0085bd;
    
}
#titleText
{color:white!important;}