﻿body 
{
    background: #ffffff;
}



@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.header-logo {
    display: inline;
    /*width: 326px;
    height: 50px;
    background: url(../Images/Purelogo.png);*/
    max-width: 326px;
    min-width: 50px;
    width: auto;
    border: 0;
    outline: 0;
    position: relative;
}
@media (max-width: 450px) {
  .header-logo {
    max-width: 150px;
    padding-top: 15px;
  }
}

.nav-text {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
}

.nav-text:hover {
  color: #000000;
  text-decoration: none;
  border-radius: 10px;
}

.nav-text:active {
  color: #000000;
  text-decoration: none;
  border-radius: 10px;
}

.page {
  padding-top: 100px;
  padding-bottom: 40px;
  background: #eeeef4;
}

.footer
{
    min-height: 50px;
    color: #ffffff;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background: #051244;
    padding: 10px 0 40px 0;
}

.icon-list li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
}
.icon-list li:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top:3px;
  font-size:80%
}
.chevron-right li:before {
 content: '\e080';
}

.h-divider {
  background: url("../Images/Background_small.jpg");
  height: 3px;
  border-radius: 5px;
}

.centered 
{
  margin-right: auto;
  margin-left: auto;
}

.vcenter {
    display: inline;
    vertical-align: middle;
    padding-bottom: auto;
    padding-top: auto;
}

.section-head
{
    text-transform: uppercase; 
    padding-bottom: 10px;
    text-align: center;
}

.panel-heading a:before {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: left;
    color: white;
}

.panel-heading a.hover 
{
    text-decoration: none;
}

.panel-heading a.collapsed:before {
    content:"\e080";
    vertical-align: text-top;
}

.mybutton {
   background-image: -webkit-linear-gradient(top, rgba(54,168,234,1) 0%,rgba(5,0,150,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(54,168,234,1) 0%,rgba(5,0,150,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(54,168,234,1) 0%,rgba(5,0,150,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(54,168,234,1) 0%,rgba(5,0,150,1) 100%);
   background-image:         linear-gradient(top, rgba(54,168,234,1) 0%,rgba(5,0,150,1) 100%);
   -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4)inset, 1px 0px 0px 0px rgba(255,255,255,0.4)inset, -1px 0px 0px 0px rgba(255,255,255,0.4)inset;
      -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4)inset, 1px 0px 0px 0px rgba(255,255,255,0.4)inset, -1px 0px 0px 0px rgba(255,255,255,0.4)inset;
           box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4)inset, 1px 0px 0px 0px rgba(255,255,255,0.4)inset, -1px 0px 0px 0px rgba(255,255,255,0.4)inset;
   border: solid 1px rgba(3,94,163,1);
   -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
           border-radius: 6px;
   display: inline-block;
   text-align: center;
   color: rgba(255,255,255,1);
   text-shadow: 0px 1px 1px rgba(0,0,0,0.33);
}
.mybutton:hover {
   background-image: -webkit-linear-gradient(top, rgba(88,175,232,0.99) 0%,rgba(4,80,181,0.54) 100%);
   background-image:    -moz-linear-gradient(top, rgba(88,175,232,0.99) 0%,rgba(4,80,181,0.54) 100%);
   background-image:     -ms-linear-gradient(top, rgba(88,175,232,0.99) 0%,rgba(4,80,181,0.54) 100%);
   background-image:      -o-linear-gradient(top, rgba(88,175,232,0.99) 0%,rgba(4,80,181,0.54) 100%);
   background-image:         linear-gradient(top, rgba(88,175,232,0.99) 0%,rgba(4,80,181,0.54) 100%);
   -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4)inset, 0px -1px 0px 0px rgba(255,255,255,0.2)inset;
      -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4)inset, 0px -1px 0px 0px rgba(255,255,255,0.2)inset;
           box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4)inset, 0px -1px 0px 0px rgba(255,255,255,0.2)inset;
   border: solid 1px rgba(0,52,129,1);
}
.mybutton:active {
   background-image: none;
   -webkit-box-shadow: 0px 0px 8px 2px rgba(0,61,127,0.4)inset, 0px 0px 2px 2px rgba(0,60,125,0.2)inset;
      -moz-box-shadow: 0px 0px 8px 2px rgba(0,61,127,0.4)inset, 0px 0px 2px 2px rgba(0,60,125,0.2)inset;
           box-shadow: 0px 0px 8px 2px rgba(0,61,127,0.4)inset, 0px 0px 2px 2px rgba(0,60,125,0.2)inset;
   border: solid 1px rgba(0,70,131,1);
}

.mason { width: 25%; border: 1px; border-color: Black; border-style: solid;}
.mason.w2 { width: 50%; }


.LooseGrid td {
    padding: 5px;
}
