﻿/*----------------- MAIN CONTAINER -----------------*/
.portfolio-realex {
background: white;
max-width: 435px;
}

.invalidTextBox {
    box-shadow: 0 0 10px #CC0000;
}


/*----------------- HEADER -----------------*/

/* This hides the entire header - that includes the breadcrumb and the title */
#rxp-header {
display: none;
}
/* this is a div that contains the loading animation */
#info-box-footer {
display: none;
}

/*----------------- FORM -----------------*/
/* main wrapper around elements */
.panel2 {
border-color: white;
box-shadow: 0 1px 1px white;
}
/* this is the same div as "panel" but the ID is specific to the payment form */
#another-card-section {
background: white;
}
/* wrapper around the payment form */
#rpx-another-card {
background: white;
}

/*----------------- CARD MANAGEMENT -----------------*/
/* Heading "pay with a saved card" and "pay with another card*/
#hpp-accordion .panel-heading {
background-color: white;
}
#panelPayWithSavedCard{
width: 94%;
margin-left: 3%;
}

/*----------------- BUTTON -----------------*/
/* this is the box around the button */
#main-btn-box{
width: 94%;
margin-left: 3%;
}
/* this is the actual button */
#main-btn-box .btn-hpp-a {
font-size: 1.25em;
background-color:#0099cc;
font-weight:100;
}


/*----------------- FOOTER -----------------*/
/* this is for the entire footer */
#rxp-footer {
background-color: white;
padding: 0 0 0 8px;
margin-left: 2%;
}
/* This is to hide Realex Payments logo */
#rxp-footer .text-right {
display: none;
}

.BodyCentered {
    width: 100% !important;
    text-align: center;
}

.BlackBox {
    width: 100%;
	height:60px;
    display: table;
    border: 3px solid;
    text-align:center;
    margin: auto
}

.PreFormat {
    white-space: pre-wrap;
}
.LetterCentered {
    font-size: 50px;
    color: green;
    font-weight: bold;
}

tr.assessmentButtonRow td a  {
    margin-bottom: 1em;
    vertical-align: top;
}

a.a_NA {
    cursor: pointer;
    padding: .5em;
    display: inline-block;
}

.overviewHeading {    
    font-weight: bold;
    font-style: italic; 
    color: #34495e;  
    font-size: 15px; 
}

a i.fa-ban {
}

.red {
    color: red !important;
}

input[disabled] + label {
    color: #ccc;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    margin: 0;
    padding: 4px 10px 4px 10px;
    height: 40px;
    font-size: 17px;
    border: 1px solid #bbb;
    width: 99%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666;
    opacity: .65;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
    opacity: .65;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    opacity: .65;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
    opacity: .65;
}

/*bootstrap 4.*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857 !important;
    color: #34495e !important;
}

.nav-item {
    padding-left: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #34495e;
}
.navbar {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.navbar-brand {
    margin-right: 0;
    margin-left: 0;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    /* padding-left: 15px; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-right: auto;
    margin-left: auto;
}

.p-0-5 {
    padding: 0.3rem;
}
nav-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #005a5f !important;
}

.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
    background-color: #80808040 !important;
}

a {
    color: #337ab7 !important;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

.h3, h3 {
    font-size: 24px !important;
}

.h4, h4 {
    font-size: 18px !important;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none !important;
    display: table-cell;
}



@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        width: 80% !important;
        margin: 1.75rem auto !important;
        max-width:none !important;
    }
}


/*End bootstrap*/


.intro {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

textarea {
    height: auto;
}

label {
    font-weight: normal !important;
}

button[type=submit], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    font-size: 1em;
    padding: 0 20px 0 20px;
    line-height: 2.5em;
    color: #333;
    font-weight: bold;
    height: 2.5em;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe));
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
    border: 1px solid #bbb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


div.user {
    margin-top: -4em;
    font-weight: bold;
}

div.farmerNavLinks {
    float: right;
}

    div.farmerNavLinks a {
        float: left;
        display: inline-block;
        padding: 1em;
    }

.lblFarmerUser {
    display: inline-block;
    padding: 1em 0 0 1em;
}

.linkSep {
    display: inline-block;
    float: left;
    height: 2em;
}

table.bgImage {
    width: 100%;
    /*min-*/height: 539px;
    background-image: url('/pics/hort_background.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 0;
    margin: 0 0 3em 0;
}

.bgImage td {
    border-collapse: collapse;
    border-left: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    width: 20%;
    vertical-align: bottom;
}

.bgImage tr.head {
    height: auto;
}

.bgImage tr.links td {
    height: 1em;
    background-color: #009077;
    vertical-align: middle;
}

.bgImage tr.foot {
    height: 5em;
}

.bgImage a {
    display: inline-block;
    width: 100%;
    padding: .5em 0 .5em 0;
    color: #FFF !important;
    text-align: center;
    text-decoration: none;
    font-size: large;
}

table.bgHort {
    width: 100%;
    min-height: 539px;
    background-color: #c4fca4;
    padding: 0;
    margin: 0 0 3em 0;
}

.bgHort td {
    border-collapse: collapse;
    border-left: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    width: 25%;
}

.bgHort tr.head {
    height: auto;
}

.bgHort tr.links td {
    height: 1em;
    background-color: #69BE28;
    vertical-align: middle;
}

.bgHort tr.foot {
    height: 5em;
}

.bgHort a {
    display: inline-block;
    width: 100%;
    padding: .5em 0 .5em 0;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: large;
}

.bgHort tr.cTitle td {
    padding: .5em 0 .5em 0;
    color: green;
    text-align: center;
    text-decoration: none;
    font-size: large;
}

.bgHort tr.cDescription td {
    padding: .5em 0 .5em 0;
    color: green;
    text-align: justify;
    text-decoration: none;
}

a.disabled {
   pointer-events: none;
   cursor: default;
}

.bgBlack {
    background-color: black;
    color: #fff !important;
}

.bgRiskRating {
    background-color: #65ad4c;
    color: #fff !important;
}

.bgHort a:hover {
    text-decoration: underline;
}

.bgHygiene {
    background-color: green;
    color: #fff !important;
}

.bgWater {
    background-color: #436039;
    color: #fff !important;
}

.bgEnvironmental {
    background-color: #8acc96;
}

.bgActionList {
    background-color: #afd6b6;
}

div.login {
    margin-left: 25%;
}

div.loginLink {
    font-size: x-large;
    margin-right: 5em;
}

    div.loginLink a {
        color: #666;
        text-decoration: none;
    }


div.intro div.title {
    text-transform: uppercase;
    color: #666;
    padding: .5em 0 .5em 0;
}

div.intro div.mission {
    font-size: small;
    color: #666;
}

.Footer {
    background-color: #e8e8e8;
    color: #777;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 2px 0;
    padding: 14px 10px 4px 30px;
    vertical-align: middle;
}

    .Footer a, .Footer a:visited {
        color: #777;
    }


.ProcessButton {
    width: 200px;
    text-align: left;
    color: #fff;
    font-weight: 100;
    background-color: #96cd77;
    background-color: rgb(105,205,119);
    background: -webkit-radial-gradient(#96c568 40%, #6db531 95%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#96c568 40%, #6db531 95%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#96c568 40%, #6db531 95%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#96c568 40%, #6db531 95%); /* Standard syntax (must be last) */
    border-style: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    padding: 0px;
    font-size: 15px;
    margin-top: 5px;
    position: relative;
}

.RiskButton {
    color: #fff;
    font-weight: 100;
    background-color: #96cd77;
    background-color: rgb(105,205,119);
    background: -webkit-radial-gradient(#96c568 40%, #6db531 95%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#96c568 40%, #6db531 95%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#96c568 40%, #6db531 95%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#96c568 40%, #6db531 95%); /* Standard syntax (must be last) */
    border-style: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    margin-top: 10px;
    height: 40px;
    box-shadow: 0px 10px 15px -3px grey;
    position: relative;
}

.RiskPreQuestionnaire {
    margin-right: 100px;
}

.RiskFixedButtonFollow {
    padding: 10px;
    background: #fff;
    position: fixed;
    bottom: 10px;
    right: 0;
    text-align: right;
}

div.closeoutWrap table tr td {
    vertical-align: middle;
}
/*MODAL*/
/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
}

/* Inner */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}

.signature {
    width: 500px;
    border: solid 1px #ccc;
}

.orangeGridBackground {
    background: #FFA500;
}

.redGridBackground {
    background: red;
    color: white;
}

table.default {
    border-spacing: 0;
    border: solid 1px #ccc;
}

    table.default tr td, table.default tr th {
        padding: 3px;
    }


.Content {
    background-color: #fff;
}

body, td, input, select {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 100%;
}


#BordBiaLogo {
    background-image: url(https://qas.bordbia.ie/pics/Bord_Bia_Brandmark_Col.png);
    background-repeat: no-repeat;
    height: 93px;
    width: 200px;
}

#Header a, #Header span {
    color: #FFF;
}

.msg {
    color: blue;
    font-weight: bold;
}

.error {
    color: Red;
    font-weight: bold;
}

.Content {
    margin: 0;
    padding: .5em .5em 3em 1em;
}

div.col1 {
    float: left;
    width: 15em;
    margin-bottom: .6em;
    font-weight: bold;
    font-family: Arial;
    border-top: dotted 1px #d8d8d8;
    padding: 1px 20px 1px 0;
}

div.short {
    width: 7em;
}

div.wide {
    width: 25em;
}

div.col2 {
    /*float: left;  see http://stackoverflow.com/questions/5710417/how-to-do-a-float-left-with-no-wrapping*/
    overflow: hidden;
    padding: 1px 0 1px 0;
    min-width: 15em;
    border-top: dotted 1px #d8d8d8;
}

    div.col2 hr {
        width: 20em;
        text-align: left;
    }

div.col2Highlight {
    overflow: hidden;
    padding: 1px 0 1px 0;
    color: red;
    border: solid 1px black;
}

.req {
    color: red;
    margin-left: .5em;
    font-size: large;
    font-weight: bold;
    position: absolute;
    margin-left: 10.5em;
    margin-top: -1em;
}

.reqInline {
    color: red;
    font-size: large;
    font-weight: bold;
}

br.sep {
    clear: both;
}

.AutoComplete {
    width: auto !important;
    overflow: visible !important;
    color: blue !important;
    font-family: Arial, Sans-Serif;
}

    .AutoComplete div {
    }


/* tooltip styles */
a.info {
    text-decoration: none;
    border-bottom: dashed 1px #ccc;
    font-style: italic;
    position: relative;
}

a.plain, a.plain:active, a.plain:visited {
    text-decoration: none;
    border-bottom: none;
    font-style: normal;
    color: #000;
}

a.info:hover {
}

a.info span {
    display: none;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
}

a.info:hover span {
    display: block;
    position: absolute;
    width: 10em;
    margin: 0 0 0 1em;
    padding: .9em .9em .9em .9em;
    border: 2px solid #555;
    background-color: #E8FFBE;
    color: #000;
    z-index: 10;    
    text-align: left;
}

a.infoLeft {
    text-decoration: none;
    border-bottom: dashed 1px #ccc;
    font-style: italic;
    position: relative;
}

a.infoLeft:hover {
}

a.infoLeft span {
    display: none;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
}


a.infoLeft:hover span {
    display: block;
    position: absolute;
    width: 20em;
    margin: 0 0 0 -20em;
    padding: .9em .9em .9em .9em;
    border: 2px solid #555;
    background-color: #E8FFBE;
    color: #000;
    z-index: 10;    
    text-align: left;
}

a.wide:hover span {
    width: 30em;
}

form {
    margin: 0;
    padding: 0;
}




.MessageDiv {
    margin: 0;
    padding: .8em 0 0 1em;
}

.smallError {
    color: Red;
}

h1, h2, h3 {
    color: #002776;
}

h4, h3, h6 {
    color: #565A5C; /*  #006643; */
}

h1 {
    margin: .8em 0 .8em 0 !important;
}

h2 {
    margin: .7em 0 .7em 0 !important;
}

h3 {
    margin: .6em 0 .6em 0 !important;
}

h4 {
    margin: .5em 0 .5em 0 !important;
    font-weight: bold !important;
}

h5 {
    margin: .4em 0 .4em 0 !important;
    font-weight: bold !important;
}

h6 {
    margin: .3em 0 .3em 0 !important;
    font-weight: bold !important;
}

.RightAlign {
    text-align: right;
}

.SideNote, note {
    display: block;
    padding: .3em .5em .3em 0;
    font-weight: normal;
    font-style: italic;
    color: #444;
}

.SmallNote {
    font-weight: normal !important;
    font-style: italic;
    color: #666;
    font-size: small;
}


/* data grid styles */
.grid {
    border-collapse: collapse;
    border: solid 1px #CCC;
    background-color: #fff;
    z-index: 1;
}

.EnterpriseSummary {
    border-collapse: collapse;
    border: solid 1px #CCC;
    background-color: #fff;
}

table tr th, .gH {
    background-color: #e8e8e8;
    font-weight: bold;
}

    .gH a {
        display: block;
        color: #FFF;
    }

.SortAsc {
    padding-right: 18px !important;
    background: #999 url(https://qas.bordbia.ie/pics/sort_asc.gif) no-repeat scroll right center;
}

.SortDesc {
    padding-right: 18px !important;
    background: #999 url(https://qas.bordbia.ie/pics/sort_desc.gif) no-repeat scroll right center;
}

.gA {
    background-color: #E5EFDA;
    color: #003366;
}

.gS {
    background-color: #f0e68c;
    color: #003366;
}

.gI {
    color: #003366;
}

table.grid tr.gP td {
    border: none;
    padding: 0;
}

th.thFei, .EnterpriseSummary tr th {
    background-color: #f8f8f8;
    color: #333;
}
/*.gH
{
	white-space: nowrap;
}*/
.gP a, .gridP td a {
    padding: .1em .6em .1em .6em;
    background-color: #e8e8e8;
    border: solid 1px #ddd;
}

    .gP a:hover, .gridP a:hover {
        background-color: #000;
        color: #FFF;
        border: solid 1px #000;
    }

.gP span /* gridview uses a td tag for each page number */ {
    display: block;
    padding: 0em .6em .1em .6em;
    color: red;
    background-color: #e8e8e8;
    border: solid 1px #ddd;
    font-weight: bold;
}

.gridP span /* datagrid uses hyperlinks in a div */ {
    padding: 0em .6em .1em .6em;
    color: red;
    background-color: #e8e8e8;
    border: solid 1px #ddd;
    font-weight: bold;
}

.grFade {
    color: #ccc;
}

.grHighlight {
    color: #003366;
    background-color: #CCFF99;
    font-weight: bold;
}

.grid tr td, .grid th {
    border: solid 1px #CCC;
    vertical-align: top;
    padding: .01em .75em .01em .15em;
    text-align: left;
}

.EnterpriseSummary tr td, .EnterpriseSummary tr th {
    border: solid 1px #CCC;
    vertical-align: top;
    padding: .01em .75em .01em .15em;
    text-align: center;
}

.gP a.btnExcel, .gridP a.btnExcel, a.btnExcel {
    width: 14em;
    background-color: #e8e8e8;
    border: outset 2px;
    margin: 1em .3em .3em 0;
    padding: .3em .5em .3em 1.6em;
    color: #004488;
    text-decoration: none;
    display: block;
    background-image: url(https://qas.bordbia.ie/pics/excel.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.gHide {
    display: none;
}

.gD /* disabled */ {
    color: #ccc;
    background-color: #e8e8e8;
}

.gBlack {
    color: #000;
}

.gBlue {
    color: blue;
}

.gGray {
    color: #666;
}

.btnExcel:hover, .btnExcelNoRecordCount:hover {
    text-decoration: underline;
}

.btnExcel img, .btnExcelNoRecordCount img {
    border: none;
}

.gP a.btnExcelNoRecordCount, a.btnExcelNoRecordCount {
    width: 7em;
    background-color: #e8e8e8;
    border: outset 2px;
    margin: 1em .3em .3em 0;
    padding: .3em .5em .3em 1.6em;
    color: #004488;
    text-decoration: none;
    display: block;
    background-image: url(https://qas.bordbia.ie/pics/excel.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.gvMaxWidth input {
    width: 100%;
    background-color: #f0e68c;
}

tr.Expired {
    border: solid 4px black;
    background-color: red;
    color: White;
}

table.grid tr td.OverflowScroll {
    display: block;
    overflow-y: auto;
    width: auto;
    height: 100%;
    max-height: 5em;
    border: none;
    border-top: solid 1px #ccc;
    border-collapse: collapse;
}





.BorderDisabledShortBox {
    border: solid 1px #ccc;
    background-color: #e8e8e8;
    width: 24px;
    color: #555;
}


.ScrollBox {
    width: 50em;
    height: 11em;
    padding: .3em;
    border: solid 1px #000;
    overflow: hidden;
}

div.LoadTime span a {
    color: #CCC !important;
}

.NumRecords, caption, .caption {
    text-align: left;
    color: Blue;
    font-weight: bold;
}

.LinkButton {
    background-color: #e8e8e8;
    border: solid 1px #ccc;
    padding: .1em .3em .1em .3em;
    color: #000 !important;
    margin: 0 0 0 .5em;
}



.Menu div:hover {
    background-color: #eeeeee;
}

.Menu hr {
    margin: .4em .6em .2em .3em;
    padding: 0;
    border: dotted 1px #ccc;
    height: 1px;
    color: Blue;
    width: 8em;
}


.FloatLeft {
    float: left;
    margin: 0 1em 1em 0;
}

.FloatRight {
    float: right;
    margin: 0 0 1em 1em;
}

.AbsRight {
    display: block;
    position: absolute;
    right: 10px;
    top: 200px;
    background-color: #fff;
    padding: 1em;
}

.AbsRightRelative {
    display: block;
    position: absolute;
    right: 10px;
    background-color: #fff;
    padding: 1em;
}

.NiceBox {
    display: block;
    padding: .4em;
    border: solid 1px #000;
    background-color: #e8e8e8;
    margin: .5em 0 .5em 0;
}

.GreyBox {
    padding: .4em;
    background-color: #e8e8e8;
}

.GreyBoxBorder {
    padding: .4em;
    background-color: #e8e8e8;
    border: solid 1px #000;
}

.WhiteBoxBorder {
    padding: .4em;
    background-color: #fff;
    border: solid 1px #000;
}

.BlueBox {
    padding: .4em;
    background-color: #CCE0FF;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] {
    cursor: default;
    opacity: .3;
}

.Normal {
    color: inherit !important;
    background-color: inherit !important;
    border: inherit !important;
    width: auto;
}




#txtHerdNo, .HerdNo {
    font-family: Courier;
    text-transform: uppercase;
    color: #333;
}

@media print {
    .NoPrint {
        display: none;
    }
}

.Abs {
    position: absolute;
}

div.GridPageSize {
    position: fixed;
    bottom: 0;
    right: 0;
}

table tr td {
    vertical-align: top;
}

.BlueNote {
    color: Blue;
    font-style: italic;
}

table.PaddedTableList tr td {
    padding: 0 .5em 0 0;
}

td.VerifyCertTopRow {
    background-color: #E5EFDA;
    color: #003366;
    font-weight: bold;
}

td.VerifyCertHeader {
    color: #003366;
    font-weight: bold;
}

input.MaxWidth, textarea.MaxWidth {
    width: 98% !important;
}

div.WideCol2 div.col2 {
    width: 27em;
}

textarea.FullHeight {
    height: 6em;
}

span.AuditType {
    color: #666;
}

div.ContactDetails {
    float: left;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #C6E2FF;
}

div.PanelGreen {
    float: left;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #E2FFC6;
}

div.PanelYellow {
    float: left;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #F9FFCA;
}

div.PanelBlue {
    float: left;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #e8fcfe;
}

div.PanelLightGray {
    float: left;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #f9f9f9;
}

div.Balancer {
    float: right;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #C6E2FF;
}


td.Fixed {
    display: inline-block;
    overflow: hidden;
    width: 120px;
    text-overflow: ellipsis;
}

.FirstAudit {
    font-weight: bold;
    font-size: large;
    color: red;
    font-style: italic;
}

.JsRequired {
    width: 40em;
    color: Red;
    font-weight: bold;
    padding: .4em;
    border: dotted 3px #000;
    background-color: #e8e8e8;
    margin: .5em 0 .5em 0;
}

.ReportCaption {
    display: inline-block;
    padding: .4em .2em .4em .2em;
    border: dotted 1px #666;
    background-color: #f8f8f8;
    margin: .2em 0 .2em 0;
    color: #333;
}

.Max15em {
    max-width: 15em !important;
    width: 15em !important;
}

.Max20em {
    max-width: 20em !important;
    width: 20em !important;
}

.Max30em {
    max-width: 30em !important;
    width: 30em !important;
}

.Max40em {
    max-width: 40em !important;
    width: 40em !important;
}

.Max50em {
    max-width: 50em !important;
    width: 50em !important;
}

.WizardButton {
    display: block;
    background-color: #507CD1;
    color: #fff;
    padding: .2em;
}

.WizardStep {
    padding: .3em .3em .3em 1em;
}

.AuditBodyNote {
    font-size: .7em;
    text-decoration: none;
    color: blue;
}

.BigButton {
    font-size: large !important;
    padding: .15em 1em .15em 1em;
}

.DisplayNone {
    display: none;
}

.Highlight {
    font-weight: bold;
    color: #9900FF;
}

.Underline {
    text-decoration: underline;
}

.ArrHighlight {
    margin: .5em 0 0 0;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: .2em;
    border: solid 1px #000;
    background-color: Yellow;
    color: #000;
    font-weight: bold;
}

.Certification {
    color: Blue;
    font-weight: bold;
}

.NotEligible {
    color: Red;
    font-weight: bold;
}

.ChkSpaced label {
    padding-right: .5em;
}

#divFEI h3 {
    padding-top: .8em;
    border-top: solid 1px #e8e8e8;
    display: block;
    width: 50%;
}

.GridTextRowMinWidth {
    min-width: 18em !important;
}

.Green {
    color: green;
}

a.SearchPic img {
    max-width: 250px;
    max-height: 250px;
}

/* photo enlarging */
[draggable=true] {
    cursor: move;
}

.picSmall {
    max-height: 200px;
    max-width: 200px;
    border: solid 1px #004488;
    margin: 0.5em 0.5em 0.5em 0;
}

.picZoom {
    position: fixed;
    top: 2em;
    right: 3em;
    height: 0;
    visibility: hidden;
    text-align: left;
    background-color: #E5EFDA;
    border: solid 2px #000;
    padding: 2.5em 0 0 0;
}

    .picZoom a {
        top: 2.6em;
        position: fixed;
        width: auto;
        display: inline-block;
        border: solid 1px #000;
        background: #e8e8e8;
        color: #000;
        padding: .3em 2em .3em 2em;
        text-decoration: none;
        margin: 0;
    }

        .picZoom a.closeImg {
            right: 5em;
        }

        .picZoom a.fullSize {
            right: 15em;
            cursor: pointer;
        }

    .picZoom img {
        background-color: #fff;
        border: solid 1px grey;
        max-width: 800px;
        max-height: 700px;
    }

    .picZoom:target {
        visibility: visible;
        height: auto;
    }

hr.inline {
    display: inline-block;
    width: 50px !important;
    border: none;
}

span.expiryWarning {
    display: block;
    border: solid 2px #000;
    padding: .2em;
    font-size: large;
    background-color: #FFF;
    color: red;
}

table.QAS {
    border-collapse: collapse;
}


select.SelectMaxWidth {
    max-width: 33em;
}

.NavCurrent {
    background-color: #e8e8e8;
}

.UrgentAudit {
    display: inline-block;
    padding: .5em;
    border: solid 2px red;
    background-color: white;
    color: red;
    font-size: large;
}

.feiCaption {
    font-style: italic;
    color: #0066FF;
}

.feiCaptionGrey {
    font-style: italic;
    color: #555;
}


span.pre {
    display: inline-block;
    font-family: monospace;
    white-space: pre-wrap;
    max-width: 40em;
    margin: 0;
}


span.preFullWidth {
    display: block;
    font-family: monospace;
    white-space: pre-wrap;
}












a:focus {
    outline: none;
}

a.trigger {
    position: absolute;
    font-size: small;
    background: #565A5C url(https://qas.bordbia.ie/pics/plus.png) 6% 55% no-repeat;
    text-decoration: none;
    color: #fff;
    padding: 6px 12px 6px 32px;
    font-weight: bold;
    z-index: 2;
}

    a.trigger.left {
        left: 0;
        border-bottom-left-radius: 12px;
        -moz-border-radius-bottomleft: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -moz-border-radius-bottomright: 12px;
        -webkit-border-bottom-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    a.trigger.right {
        right: 0;
        border-bottom-left-radius: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -moz-border-radius-bottomleft: 12px;
        border-bottom-right-radius: 12px;
        -moz-border-radius-bottom-right: 12px;
        -webkit-border-bottom-right-radius: 12px;
    }

    a.trigger:hover {
        background-color: #59B;
    }

a.active.trigger {
    background: #666 url(https://qas.bordbia.ie/pics/minus.png) 6% 55% no-repeat;
}

.BordBia {
    padding-right: 0 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #34495e;
}

.panel {
    position: absolute;
    display: none;
    max-height: 600px;
    overflow: auto;
    background: #f8f8f8;
    margin: 0px 27px 0 8px;
    padding: 10px;
    border: solid 3px #000;
    z-index: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: auto;
}

    .panel.left {
        left: 0;
    }

    .panel.right {
        right: 0;
    }

.warnings {
    background-color: #ffffc9;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    /* Should be unset in IE9+  */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.coeContainer {
    margin: .5em 0 .5em;
}

.coeBlock {
    float: left;
    background-color: #f8f8f8 !important;
    padding: .5em;
    border: solid 1px #ccc;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

.MinWidthGridCol {
    width: 40em !important;
}

.MaxWidthGridCol {
    width: 50em;
}

.Bold {
    font-weight: bold;
}

div.Maintenance {
    width: 75%;
    text-align: left;
    margin: 2em 10% 2em 10%;
    background-color: #e8e8e8;
    border: solid 5px red;
    padding: 0 1em 0 1em;
}

.FilesList {
    margin: 0 0 0 1.2em;
    padding: 0;
}

.calendar {
    float: left;
    margin-right: 1em;
}

.maxHeightScroll {
    max-height: 10em;
    overflow-y: scroll;
    overflow-x: hidden;
}





div.cookiebanner {
    width: 20em;
    right: 0 !important;
    left: auto !important;
    text-align: left !important;
    opacity: .85 !important;
}


.alignCenter {
    text-align: center !important;
    vertical-align: middle !important;
}

.trueSign {
    color: lawngreen !important;
}

.falseSign {
    color: red !important;
}

.dispatchNote {
    font-weight: bold;
    font-style: italic;
    color: blue;
}


div.closeoutHeading {
    font-size: 1.3em;
    font-weight: normal;
    color: #002776;
    padding: .5em 0 .5em 0;
}

.bbCyan {
    background-color: #009FDA;
    color: #FFF;
}

.dropzone {
    min-height: 150px;
    background-color: #009FDA !important;
    padding: 20px 20px;
    border: dashed 2px #fff !important;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.Legend {
    margin-top: 1.5em;
    float: left;
    padding: 10px;
    background-color: #1fa22d;
    color: #fff;
    border: solid 1px #ccc;
}

.Legend h3 {
    color: #fff;
    margin: 0;
    padding: 4px 0 4px 0;
    font-size: 1.1em;
    text-transform: uppercase;
}

.Legend ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2em;
}




.navbar {
    border: 0 !important;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-default {
    background-color: #fff !important;
}

.login {
    max-width: 30em;
}

hr {
    margin: auto !important;
    border: solid 1px #e8e8e8 !important;
}

em {
    border-bottom: dashed 1px #004488;
    padding-bottom: 2px;
}

input.btnDisabled {
    color: #999;
}


.SigPic, .SigPicClick {
    float: left;
    margin-right: 2em;
}

div.prepareList {
    margin-right: 2em;
}

    div.prepareList img {
        margin: 1em 1em 1em 0;
        border: solid 1px #CCC;
    }
    div.prepareList img[src$='.png'] {
        padding: 1.5em;
        max-width: 100px;
    }


    div.prepareList div.col1 {
        width: 225px;
    }

    div.prepareList a {
        display: inline-block;
        float: right;
        padding: 1em;
        margin: 0 0 0 1em;
        background-color: #1fa22d;
        color: #FFF !important;
    }





input[type=checkbox], input[type=radio] {
    margin: .25em !important;
    display: inline-block;
}

input[type=date] {
    width: 10em;
}

input[type=number] {    
    width: 5em;
}

label {
    display: inline-block;
    padding-right: .5em;
}






/* styled tel links for small viewports */
@media screen and (max-width: 600px) {
    input[type=checkbox], input[type=radio] {
        width: 2em;
        height: 2em;
        border: 1px solid #bbb;
        vertical-align: middle;
    }

    input[type=text], input[type=date], input[type=number] {
        height: 2em !important;
    }

    div.col1, div.col2 {
        float: none;
        border-top: none;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
    }

    button[type=submit], input[type=submit], input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], textarea {
        width: 99%;
    }

    div.login {
        margin: 0;
    }


    div.prepareList {
        margin-right: 0;
    }

        div.prepareList img {
            float: none;
            margin: 1em 0 1em 0;
            padding: 0;
        }

        div.prepareList a {
            float: none;
            padding: 1em;
            margin: 1em 0 1em 0;
        }

        div.prepareList p, div.prepareList h4 {
            margin-left: 0;
        }
}

/*   Self Assessment  */

.selfAssessments .selfAssessmentsBlock {
    background-color: #E8E8E8;
    float: left;
    height: 100%;
    border-style: solid;
    border: #CCC solid 1px;
    display: block;
    padding: .75em;
    text-decoration: none;
    border-collapse: collapse;
}

.selfAssessmentsBlock.current {
    background-color: #6abd45;
}

.selfAssessmentsBlock.complete {
    background-color: #65ad4c;
    background-repeat: no-repeat;
     background-position: right center;
     background-size: auto 90%;
     
}
.selfAssessmentsBlock.complete a {
    color: white;
}

.selfAssessments .selfAssessmentsBlock a {    
    text-align:center;
    display: block;
    text-decoration: none;
}

.selfAssessmentsBlock.bold {
    font-weight: bold;
    text-decoration: underline;
    padding: 16px;
    font-size: large;
    margin-bottom: -8px;
    margin-top: -9px;
}

.PCA {
    background: khaki;
    opacity: 1 !important;
}
.PCD {
    background: khaki;
    opacity: 1 !important;
}

.progress .started {
    /*background-color:#6abd45 !important;*/
}

.progress .complete {
    background-color: #6abd45 !important;
    background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/20px-White_check.svg.png);
    background-size: auto 90%;
    background-position: center center;
    background-repeat: no-repeat;
}


.progress .progressBlock {
    float: left;
    height: 100%;
    border-style: solid;
    background-color: transparent;
    border-left: #fff solid 1px;
}


div.progress {
    background: #FFF;
    border-radius: 13px;
    border: solid 1px #a09a9a;
    height: 15px;
    width: 760px;
    padding: 0px;
}

    div.progress > div {
        display: block;
        background: #65ad4c;
        height: 100%;
        border-radius: 9px;
        max-width: 100% !important;
    }


/* SS Progress */
table.ssProgress {
    width: 100%;
    text-align: center;
    border-left: solid 1px #fff;
    font-size: 12px;
    font-weight: normal;
}

    table.ssProgress td {
        width: 7.142857%;
    }

    table.ssProgress a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 1px 3px 1px 3px;
        border: solid 1px #fff;
        background-color: #6db531;
    }

        table.ssProgress a.open {
            font-weight: bold;
            background-color: #004488;
        }

        table.ssProgress a.incomplete {
            background-color: #CCC;
            opacity: .5;
        }

        table.ssProgress a.complete {
        }





/* SS AttributeList tables */
table.ss {
    width: auto;
    min-width: 350px;
}

table.ss {
    border: solid 1px #999;
    border-collapse: separate;
}

    table.ss td, table.ss th {
        padding: .5em;
        text-align: center;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        border-collapse: collapse;
    }

    table.ss th {
    }

        table.ss th:nth-child(1) {
            text-align: right;
        }




/* responsive table, adapted from: http://codepen.io/geoffyuen/pen/FCBEg */

.stacktable tr {
    clear: both;
}

.stacktable td {
    display: block;
}

    .stacktable td:before {
        content: attr(data-th);
        font-weight: bold;
        width: 50%;
        display: block;
        float: left;
    }

@media (min-width: 640px) {
    .stacktable td:before {
        display: none;
    }
}

@media (min-width: 900px) {
    .rdbList br {
        display: none;
    }
}

@media (min-width: 640px) {
    .stacktable th, .stacktable td {
        display: table-cell;
    }

    .stacktable {
    }
}

@media (max-width: 640px) {

    .stacktable tr th {
        display: block;
    }

    .stacktable tr:nth-child(1) th {
        display: none;
    }

    .rdbList {
        display: block;
        overflow: hidden;
    }

    table.ss td {
        text-align: left;
    }

        table.ss td::after {
            content: "";
            display: block;
            clear: both;
        }

    table.ss {
        width: 100%;
    }

        table.ss th:nth-child(1) {
            text-align: initial;
        }

        table.ss tr:nth-child(1) th:nth-child(1) {
            display: none;
        }
}



table.dataTable {
    margin: 0;
    width: auto; /* override 100% width */
    color: #34495e;
}

    table.dataTable thead tr, table.dataTable thead th {
        background-color: #fff;
        color: #000;
        text-align: left;
    }

.tableSep {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1px;
    background-color: #000;
}

table.dataTable.display tbody tr:nth-child(odd) {
    background-color: #E5EFDA; /*F0F0F0;*/
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

table.dataTable.display tr td {
    border-right: solid 1px #F0F0F0;
}

#autosavederror {
    visibility: hidden;
    min-width: 120px;
    margin-left: -125px;
    background-color: #FA1E38;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 97%;
    top: 20px;
    font-size: 17px;
    opacity: 0.9;
}

#autosavederror.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#autosaved {
    visibility: hidden;
    min-width: 100px;
    margin-left: -125px;
    background-color: #EDF8EC;
    color: #878787;
    text-align: center;
    border-radius: 1px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 98%;
    top: 20px;
    font-size: 17px;
    opacity: 0.9;
}

#autosaved.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 20px;
        opacity: 0.9;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 20px;
        opacity: 0.9;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 20px;
        opacity: 0.9;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 20px;
        opacity: 0.9;
    }

    to {
        top: 0;
        opacity: 0;
    }
}


table.fp{
    border: none;
}
table.fp tr td{
    padding: 1em 2em 1em 2em;
    border: none;
}

@media (max-width:640px) {
    table.bgImage {
        background-image: none;
    }

    
}
.card {
    border: 1px solid #eee;
}

.flex-column-gap-1{
    column-gap: 1rem;
}

.hide{
    display: none;
}

.btn-lg-override {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
}

.w-150px{
    width: 150px;
}

button[type=submit].btn-danger-override,
input[type=submit].btn-danger-override,
.btn-danger-override {
    color: #fff !important;
    background: #dc3545 !important;
    border-color: #dc3545 !important;
}
button[type=submit].btn-danger-override:hover,
input[type=submit].btn-danger-override:hover,
.btn-danger-override:hover {
    background: #b02a37 !important;
}