﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Global Institute for Water Security | Global Water Futures
 * Copyright (c) 2020 All Rights Reserved
 * Author: Stephen O'Hearn
 * 
 * This css is called after and is used to override settings in gwfnet.css
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
    padding: 0px;
    font-family: "open sans","Helvetica Neue",Arial, Helvetica, sans-serif,Arial,sans-serif;
    line-height: 1.5;
    font-size: 0.9em;
    color: #222;
}


.gwf-view-container-for-index,
.gwf-view-container-for-record:hover,
.gwf-view-container-for-record,
.gwf-edit-container,
.gwf-advanced-search-container,
.gwf-view-container-for-search-result-list {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    box-shadow: none;
    border-radius: 0px;
    background-color: rgba(248,248,250,1.0);
    min-height: 100vh;
    /*background: linear-gradient(to right, #e4e4e4,white, #e4e4e4);*/
    padding-bottom: 100px;
    padding-top: 2px; /* prevent icon accoutrements jammed at the top */
}

.gwf-edit-container {
    border:2px dashed darkblue;
    width:calc(100% - 43px);
    padding-left:20px;
    padding-right:20px;
}

