﻿body {
	
}

.badge { cursor: pointer; }

/* Bootstrap custom  */
.table THEAD TH {
    background-color: #6D726E !important;
    color: #ffffff !important;
    border-top: 1px solid #6D726E !important;
    border-left: 1px solid #96969b !important;
    border-bottom: 1px solid #6D726E !important;
    border-right: 1px solid #96969b !important;
}

.row-spacer {
    margin-bottom: 10px;
}

/* mvc validation */
.validation-summary-valid { display: none; }

.navbar-custom {  margin-top: 34px; }
.navbar-custom .navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;}
.navbar-custom {min-height:40px !important}

#header {
    position: fixed;
    top: 0px;
    z-index: 99;
    height: 34px;
    width: 100%;
    background-color: #808080;
    background-color: rgba(0, 0, 0, 0.52);
    border-bottom: 1px solid #494444;
    color: #ffffff;
    padding-left: 15px;
    padding-bottom: 2px;
    background-image: url(../images/backgrounds/epaqlogowhite.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 200px;
}

#header .title { font-size: x-large; color: #ffffff; font-weight: bold; }
#header .title sup { font-size: small; color: #ffffff; font-weight: bold; }
#header .strapline { color: #ffffff; }
#header .welcome-user-strapline { position: absolute; top:8px; right: 8px; color: #D8D8D8; text-align: right; }

#header .welcome-user-strapline .links a, .welcome-user-strapline a { margin-left: 5px; color:#D8D8D8; }
#header .welcome-user-strapline .links a:hover, .welcome-user-strapline a:hover { text-decoration: none; color: #fff; }

.datepicker { padding-left: 12px; }

.full 
{
  background: url(../images/backgrounds/epaqbackground.jpg) no-repeat top left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
    margin-top: 80px;
}

#voucherPanel
{
    color:White;
    background-color: rgba(0, 0, 0, 0.52);
 }

/* Cookie warning */
#cookieWarning {
    display: none;
    z-index:9999;
    top: 0; 
    left: 0; 
    position: absolute; 
    width:100%;
    background-color: #606060;
    border: 1px solid #494444;
}

#cookieWarningInner {
    color: #fff; 
    font-weight: bold; 
    padding-left: 30px;
    padding-right: 130px;
    text-align:center;
}

#cookieWarningAgree {
    text-align: right;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
}