﻿html, body
{
    height: 100%;
}

.page-wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -41px; /* bring footer up bottom of page, same size as push */
}

#top-push
{
    height: 41px;           /* height of top menu */
}
#bottom-push
{
    height: 41px;           /* height of bottom menu which is greater than footer */
}

#footer
{
    text-align: center;
    /*padding: 30px 0;
    margin-top: 60px; */
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    height: 40px;
}

    #footer > .container > p
    {
        margin-top: 10px;
    }
.footer-links
{
    display: inline-block;
    margin: 0px;
}

.MaxRecallLink
{
    height: 40px; 
    margin-right: 20px;
    margin-left: 20px;
}

#login
{
    margin-top: 10px;
    margin-bottom: -10px;
    float: right;
}

    #login > p
    {
        float: left;
        margin-right: 10px;
    }

    #login > form
    {
        margin-right: 10px;
        float: left;
    }
.validation-summary-errors {
    color: red;
}

/* utility */

.break
{
    clear: both;
}
.hidden
{
    display: none;
}

.editor-label
{
    width: 200px;
    margin-top: 10px;
}
.editor-label-right
{
    width: 200px;
    text-align: right;
}

.editor-field
{
    
}

.editor-field-left
{
    margin-left: 10px;
    display: inline-block;
}

/* jquery */
.SetBelowTopPush
{
    margin-top: 50px;
}

.darkBackground
{
  opacity: 1 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=100) !important;

  background: black !important; /* This will make it darker */
}

/* query */
#KeywordQuery
{
    
}
tr
{
    background-color: white;
}
.KeywordValueDropDown
{
    width: 150px;
}
/*.MRhover
{
    background-color: #C7CCDD !important;
}
.MRSelected
{
    background-color: #E2E1FA !important;
}*/
/* Images */
.JPEGImage
{
    width: 100%;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    max-width: none;
}
/****************************************************************/
/* Bootstrap over rides */
/* Locking Container size that bootstrap has made responsive*/
.alert {
    font-weight: bold;
    color: black;
    padding: 0px 5px 0px 5px;
}

.alert-warning {
    background-color: #FFD04B !important;
}

.alert-success {
    background-color: #90D2B1 !important;
}

.btn.btn-primary {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #3F596C;
  *background-color: #3F596C;
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: none;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus{
  color: #fff;
  background-color: #64C192;
  *background-color: #64C192;
}

.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #cccccc;
}

.container
{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.ui-dialog { z-index: 2000 !important ;}

.navbar-inner {
    background-color: rgb(100,193,146);
    background-image: none;
    border: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, 
.navbar .nav li.dropdown.active > .dropdown-toggle {
    background-color: rgb(63,89,108);
    text-shadow: none;
    color: white;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
 .navbar .nav li.dropdown.active > .dropdown-toggle,
 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: white;
    background-color: rgb(63,89,108);
}
.navbar .nav > li > a {
    text-shadow: none;
    color: white;
    border: none;
}

/*.muted {
    color: #222222;
}*/

@media (max-width: 1169px)
{
    #footer
    {
        /*width: 1175px;*/
    }
}
@media (min-width: 1170px)
{
    #footer
    {
        width: 100%;
    }
}


select,
input[type="file"] {
  height: 25px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select[multiple],
select[size] {
  height: initial;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table th, .table td {
    padding: 0px 0px 0px 0px !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #9AFEFF; 
}

/*
@media (max-width: 979px)
{
    .navbar-fixed-top, .navbar-fixed-bottom
    {
        position: fixed;
        margin-bottom: 0;
    }
        .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner
        {
            padding: 0px;
        }
}*/



.AdminIcons {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 100px;
    height: 100px;
    border: solid transparent 2px;
    text-align: center;
    vertical-align: top;
    background-color: #a7cfd6;
    color: #3F596C;
    border-radius: 10px;
}

    .AdminIcons:hover {
        color: #E6F4ED;
        background-color: #64C192;
        border-style: groove;
        border-width: 2px;
        border-color: #50887E;
    }

