﻿body, html {
    height: 100%;
}
/* Move down content because we have a fixed navbar and banner to account for */
body {
    padding-top: 198px;
    padding-bottom: 0px;
    font-family: calibri;
    background: linear-gradient(to bottom , rgb(247,250,253) 25%, rgb(232,242,231)54%,rgb(197,224,180) 76%, rgb(56,87,35) 100%) fixed; 
}
form {
    height: 100%;
}

/* Wrapping element */
/* Set some basic 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;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

.page-text-area,
.nfts-select-area {
    margin-left: 15px;
    margin-right: -15px;
}
.nfts-select-area th, td {
    padding: 2px; 
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    ul.navbar-right > li {
        float: none !important;
    }
}

@media screen and (max-width: 1195px) {
    body, html {
        height: 100%;
        min-height: 100%;
    }
    
    body {
        padding-top: 175px;
    }

    ul.navbar-nav{
        min-width: 350px;
        margin-top: 8px;
    }
    ul.navbar-right > li {
        float: right;
    }
    div.navbar-right {
        margin-top: 8px;
    }

    .page-text-area,
    .nfts-select-area {
        padding-right: 25px;
    }
}

/*Override bootstrap css*/
.container {
    background-color: rgb(255,255,255);
}
.navbar-text {
    color: rgb(84, 130, 53);
}

.navbar-brand{
    color: rgb(84, 130, 53);
    height: 45px;
}

a.navbar-brand {
    font-weight: bold;
    margin-top: 34px;
    padding-left: 10px;
    padding-right: 10px;
}
a.navbar-brand:hover, a.navbar-brand:focus {
    color: rgb(162,153,81);
    background-color: transparent;
}

/*Make some space between TI-logo and application name*/
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

img.navbar-logo {
    float: left;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.navbar-nav{
    margin-top: 46px;
}

.navbar-right {
    margin-top: 20px;
}
.navbar-right .navbar-text {
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0; 
}

.navbar-nav > li > a {
    color: rgb(84, 130, 53);
    padding: 5px;
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover  {
    color: rgb(162,153,81);
    background-color: transparent;
}

.navbar-toggle {
    border: 2px solid rgb(84, 130, 53)
}

.navbar-toggle .icon-bar {
    background-color: rgb(84, 130, 53);
}
.navbar-toggle:hover .icon-bar {
    background-color: rgb(162,153,81);
}

.navbar-nav #flagContainer {
    padding: 5px; 
    margin-left: 5px;
    margin-right: 5px;
}
h3 {
    font-weight: bold;
}

/*content*/
.main-content {
    min-height: 100%;
    
}

.support-info {
    display: inline-block;
    max-width: 270px;
    max-height: 410px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
}
.support-info div {
    border: 1px solid black;
    padding: 10px;
}
.support-info h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.cookie-container {
    background-color: rgb(195,188,142);
}

/*Pages*/

.mail-info-container {
    float: left; 
    display: table-column; 
    width: 450px;
    min-height: 160px;
    background-color: rgb(197,224,180);
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.search-button {
    margin-left: 10px;
    Width: 60px;
}

.gridView {
    width: 100%;
}

.gridView th,
.gridView td {
    padding: 1px 4px;
}

.gridView .link-col {
    min-width: 100px;
    text-align: center;
}

.gridView .title-col {
    width: 100%;
}

.gridView .zip-col,
.gridView .phone-col,
.gridView .seqno-col {
    width: 60px;
    text-align: center;
}

.triallist-text-area {
    margin-left: 15px;
    margin-right: 10px;
}

.triallist-content-area {
    margin-left: 0;
    margin-right: 0;
}
.triallist-content-area > div {
    margin-top: 15px;
}






