html,body { background: transparent }

html { 
  background: url(/images/pinebluff3a.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
min-height: 100%;

}

body{

  font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
  min-height: 100%;

}


.container
{

}

.container section
{
  border-radius: 5px ;
    background-color: white;
    /*padding: 20px 5px 20px 5px;*/
    -moz-box-shadow: 0 0 10px black; 
    -webkit-box-shadow: 0 0 10px black; 
    box-shadow: 0 0 10px black; 
    background-color: rgba(255, 255, 255, 0.65);
  /*  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7F00FF00', EndColorStr='#7F00FF00');
*/

  min-height: 80%;
}

section.row
{
  min-height:400px;
}

.container section article {
  padding-top: 8px;
}

header[fbcustom="header"] div.navbar
{
  margin-top: 2px;
  padding-top: 2px;
}

/* Basic background colors for responsive break points */
/* Max-width 480px landscape phone and down */
@media (max-width: 480px) {
    .container {
        /*background: #f1ea81;*/
    }
    .container:after {
        content: "Max-width 480px landscape phone and down";
    }
}
/* Min-width 481px and max-width 767px landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    .container {
        /*background: #a7f7e5;*/
    }
    .container:after {
        content: "Min-width 481px and max-width 767px landscape phone to portrait tablet";
    }
}
/* Min-width 768px and max-width 979px portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 979px) {
    .container {
        /*background: #c4deff;*/
    }
    .container:after {
        content: "Min-width 768px and max-width 979px, portrait tablet to landscape";
    }
}
/* Min-width 980px widescreen display */
@media (min-width: 980px) and (max-width: 1199px) {
  .container {
        /*background: #fde3ff;*/
    }
    .container:after {
        content: "Min-width 980px, max-width 1199px, desktop format";
    }
}
/* Min-width 1200px widescreen display */
@media (min-width: 1200px) {
  .container {
        /*background: #ffc4c4;*/
    }
    .container:after {
        content: "Min-width 1200px, widescreen format";
    }
}


/* Basic style rule to outline and space block-level elements */
[class*="span"] {
    /*background: #eee;*/
    margin-bottom: 10px;
}
/*nav [class*="span"]*/
header [class*="span"] {
    background: #fff;
}

div.navbar[fbcustom="topnav"]
{
  height:9px;
  line-height:9px;
  margin-bottom:17px;
  
}
ul.nav[fbcustom="topnav"]
{
  height:12px;
  font-size:10px;

}
.navbar-inner[fbcustom="topnav"]
{
  height:20px;
  min-height:20px;
}
.navbar-inner[fbcustom="topnav"] a
{
  /* app title here */
  font-size: 10px;
  height:9px;
  line-height:9px;
}
.navbar .nav[fbcustom="topnav"] > li > a,
.navbar[fbcustom="topnav"] .brand
{
  padding: 5px 8px 5px;
}


ul.nav[fbcustom="logtabs"]
{
  margin-bottom:5px;
}
ul.nav-tabs[fbcustom="logtabs"]
{
  font-size:11px;
}
ul.nav-tabs[fbcustom="logtabs"] > li,
ul.nav-tabs[fbcustom="logtabs"] > li > a
{
  padding: 3px 5px 3px;

}





#sub-navigation 
{
  padding: 10px 15px 5px 15px;
}

.modal-body {
    max-height: 800px;
}

[class^="icon-"], [class*=" icon-"]{
    background:none;
}





.alert[gwcustom="itemEventSpinner"]{
  padding: 0px 4px 0px 4px;
  margin:2px 0px 1px 0px;
  text-decoration: none;
  font-size: 11px;
  height:19px;line-height:18px;
  float:left;
  width:75px;
}


.control-group span[fbcustom="lblOver"]
{
    /*border:1px solid red;*/
    border:0px;
    margin:8px;
  display:block;
  text-align:left;
  /*background-color:#efefef;*/

}

.logdata {
 padding: 5px;
}






/*  NEW */

.tabbable[fbcustom="logtabs"] {
  width: 100%;
  margin: 0px auto;
  padding-top: 8px;
}

.msgdiv {
  font-size: 75%;
  height: 14px;
  border:0px solid yellow;
  margin-bottom: 6px;
}

.whatever2 {
  padding: 2px;

}

.table td[gwcustom="tdcell"] {
  font-size: 11px;
  font-weight: bold;
  border-bottom: 2px solid #428BCA;
}
.table tr[gwcustom="bdrow"] > td {
  padding-bottom: 2em;
}
.table td[gwcustom="clientcell"] {
  font-weight: 700;
  /*background-color: #428BCA;*/
  color:#428BCA;
  border-bottom: 2px solid #428BCA;
}
thead > tr > td.whatever2 {
  padding: 1px;
  margin: 1px;
  /*font-size: 10px;*/
}

.whathead {
  font-size: 10px;

}

.tbtns {
  text-align: center;
  vertical-align: middle;
}
.tbtns > div {
  text-align: left;
}










