﻿body {
    padding-top: 50px;
    height: 100%;
}

html {
    height: 100%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}



.textbox-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

/*Prevent resize textarea control in Chrome/FF 
-------------------------------------------------- */
textarea {
    resize: none;
}

    textarea.rounded-sm {
        border-radius: 3px;
    }

.GeneralLeftPadding {
    padding-left: 12px;
}

.GeneralRightPadding {
    padding-right: 8px;
}

.NavRightPadding {
    /*padding-right: 8px;*/
}

.ValidationErrorText {
    color: #d9534f;
}

.validation-success {
    background-color: #5cb85c;
    color: white;
}

.validation-error {
    background-color: #d9534f;
    color: white;
}

/*Force a textbox to display all text as upper case
-------------------------------------------------- */
.ForceUpperCase {
    text-transform: uppercase;
}


.requiredField {
    padding-left: 4px;
    color: red;
}





/*Bootstrap customisations
-------------------------------------------------- */

/*Alerts used form notifications content thead home page*/
.alert-info {
  color: #387DB8;
  background-color: #3F3F3F;
  border-color: #575757;
  font-weight: normal;
}
.alert-info hr {
  border-top-color: #575757;
}
.alert-info .alert-link {
  color: #ff0000;
}

.alert-info a {
 color: #bbbbbb;
   font-weight: normal;
}



.badge-info {
    background-color: #387DB8;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.dropdown-menu.multi-column {
    width: 450px;
}

    .dropdown-menu.multi-column .dropdown-menu {
        display: block !important;
        position: static !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        min-width: 100px;
    }

h4 > .badge {
    vertical-align: middle;
}

.breadcrumb > li + li:before {
    content: "\3E";
}

div.tooltip-inner {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0px;
    background-color: #337AB7;
    font-size: 14px;
    width: 200px;
    max-width: 250px;
}

.thinbotron {
    background-image: url("../Content/Images/Backgrounds/geobar1.png");
    color: white;
    text-align: center;
    border: 0;
    background-size: cover;
    margin-bottom: 16px;
    padding: 0px;
    height:16px;
}

.jumbotron {
    background-image: url("../Content/Images/Backgrounds/jumbo-211-2.png");
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    border: 0;
    background-size: cover;
    margin-left: 0px;
    /*height:0px;*/
}

.jumboText{
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    font-size:40px;
}


/*Main menu text - brighten up from default #777*/
.navbar-default .navbar-nav > li > a {
    color: #ccc;
}

.container-wide {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-xwide {
    width: 95%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}

/*.alert {
  margin-top: -20px;
}*/

@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.woff2') format('woff2'), 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');
}

.paygateLogo {
    /*padding-bottom: 0px;*/
    margin-top: -2px;
}


/*.navbar-nav > li > a {
   line-height: 36px;
}*/


/*Telerik CSS
-------------------------------------------------- */
.disabledDay {
    display: block;
    color: #333333;
    overflow: hidden;
    min-height: 22px;
    line-height: 22px;
    padding: 0 .45em 0 .1em;
    cursor: default;
    opacity: 0.5;
}




/* Sticky Footer CSS
-------------------------------------------------- */

/* Wrapper for page content to push down footer 
-------------------------------------------------- */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -165px;
    /* Pad bottom by footer height */
    padding: 0 0 165px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 165px;
    background-color: #454545;
}

.container {
    width: auto;
    max-width: 1000px;
    padding: 0 15px;
}

    .container .credit {
        margin: 20px 0;
    }


.footerLogo {
    padding: 16px 16px 8px 32px;
}

.footerVersionText {
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    padding: 0px 0px 0px 36px;
}

.footerCopyrightText {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    padding: 0px 16px 0px 36px;
}



.FooterItemHeadings {
    padding: 16px 0px 8px 10px;
}

.footerHeadingText {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}

A.FooterLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #cccccc;
}

    A.FooterLink:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        color: #aaaaaa;
        cursor: pointer;
    }


.forceUpperCase {
    text-transform: uppercase;
}

.makeHorizontal {
    float: left;
    padding-left: 20px;
}


/*Supress Printing*/
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

/*Force Landscape Printing*/
@media print {
    @page {
        size: landscape;
    }
}

/*progress Bar*/
.pgeProgressBarOuter {
    width: 100%;
    height: 25px;
    border: none;
    background-color: #eeeeee;
}

.pgeProgressBarInner {
    text-align: left;
    width: 0%;
    background-color: #337AB7;
    height: 25px;
}

.pgeProgressBarText {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #eeeeee;
    min-width: 50px;
}


.AlignRight {
    margin-left: auto;
    margin-right: initial;
}

/* Accordian (Show/Hide Panel) Control */
.panel-heading.accordion-toggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading.accordion-toggle.collapsed:before {
    content: "\e080";
}

.panel-heading {
    cursor: pointer;
}

/*front-page 'Lastest Features' items*/
.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

/*footer {
    margin: 50px 0;
}*/

/*Dashboard*/
.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }


/* These links are as image links in grids to redirect to various actions. */
a.imgHtmlLink {
    background: url(Images/Icons/16/HTML.png) no-repeat top left;
    display: block;
    text-indent: -9999px; /* hides the link text */
}

a.imgXmlLink {
    background: url(Images/Icons/16/XML.png) no-repeat top left;
    display: block;
    text-indent: -9999px; /* hides the link text */
}

a.imgCsvLink {
    background: url(Images/Icons/16/CSV.png) no-repeat top left;
    display: block;
    text-indent: -9999px; /* hides the link text */
}

a.imgPaymentLink {
    background: url(Images/Icons/16/Payment.png) no-repeat top left;
    display: block;
    text-indent: -9999px; /* hides the link text */
}

a.imgReportLink {
    background: url(Images/Icons/16/Report.png) no-repeat top left;
    display: block;
    text-indent: -9999px; /* hides the link text */
}

a.imgPdfLink {
    background: url(Images/Icons/16/PDF.png) no-repeat top left;
    display: block;
    text-indent: -9999px; /* hides the link text */
}

.ddmsNoteHeading {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: small;
    font-weight: bold;
    color: #333;
}

.customContainer {
    display: block;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.groupRolesCheckbox {
    margin-left: 15px;
}

/*Searcg Result styles*/

A.SearchMainBold {
    color: #1A0DAB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 16px 0px 36px;
    text-decoration: none;
}

    A.SearchMainBold:hover {
        color: #1A0DAB;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        padding: 0px 16px 0px 36px;
        text-decoration: underline;
        cursor: pointer;
    }

.SearchMainBold {
    color: #1A0DAB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 16px 0px 36px;
}

.SearchBody {
    color: #545454;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    padding: 0px 16px 0px 36px;
}

.SearchGreen {
    color: #006621;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    padding: 0px 16px 0px 36px;
}

/* Kendo file upload doesn't allow bootstrap class styles to be assigned in a template so need to manually set the bootstrap btn-primary styles here. */
.k-button.k-upload-button {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .k-button.k-upload-button:hover,
    .k-button.k-upload-button:focus,
    .k-button.k-upload-button.focus,
    .k-button.k-upload-button:active,
    .k-button.k-upload-button.active {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }


.k-dropzone .k-upload-status {
    color: black;
}

/*Auto Ellipsis for long text fieldset input thead kendo Grid*/
/*Note:  do this on a page by page basis, not site wide.*/
/*.k-grid td{
    white-space: nowrap;
    text-overflow: ellipsis;
}
.k-grid table {
    table-layout: fixed;
}*/




/*Make the kendo validation message look the same as standard messages*/
.k-widget.k-tooltip-validation {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #ff0000;
}

/*Hide the Year label from the Jquery-UI Bootstrap DatePicker using in DDMS Payment plan configuration*/
.ui-datepicker-year {
    display: none;
}

/* Removes weekends from the Jquery-UI Bootstrap DatePicker*/
th.ui-datepicker-week-end,
td.ui-datepicker-week-end {
    display: none;
}


/*Make thead filtered column more distinct*/
.k-grid-filter.k-state-active {
    background-color: #D6D2D2;
}


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    margin-top: 20px;
}

    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-wrapper .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }

.navbar-content {
    width: 320px;
    padding: 15px;
    padding-bottom: 0px;
}

    .navbar-content:before, .navbar-content:after {
        display: table;
        content: "";
        line-height: 0;
    }

.navbar-nav.navbar-right:last-child {
    margin-right: 15px !important;
}

.navbar-footer {
    background-color: #DDD;
}

.navbar-footer-content {
    padding: 15px 15px 15px 15px;
}

.dropdown-menu {
    padding: 0px;
    overflow: hidden;
}

.MassiveText {
    font-size: 100px;
}

/*Border Between*/
.border-between > [class*='col-']:before {
   background: #e3e3e3;
   bottom: 0;
   content: " ";
   left:0;
   position: absolute;
   width: 1px;
   top: 0;
   
   
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}

/*Bootbox customisations*/
/*Important - Adds a scrollbar to long messages - used to display SEPA transactions*/
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

/*Bootstrap callouts*/
.bs-callout {
    padding: 20px 30px 20px 20px;
    margin: 20px 0 20px 0;
    border: 1px solid #CCCCCC;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: ##C0007F;
}

    .bs-callout-info h4 {
        color: ##C0007F;
    }

.bs-callout-paygate {
    border-left-color: #C0007F;
}

    .bs-callout-paygate h4 {
        color: #C0007F;
    }

/*New Footer*/
.newFooterMainBlock {
    background: #161616;
    color: #444D4E;
}

.newFooterLowerBlock {
    background: #222222;
}

.newHeaderTitleText{
    color: #C1C3C2;
    font-size: large;
}
.newHeaderBodyText{
    color: #535957;
    font-size: medium;
}

.newHeaderAboutText{
    color: #535957;
    font-size: small;
}


.newHeaderDateText{
    color: #535957;
    font-size: x-small;
}

.newFooterLowerBlockText{
    color: #686868;
}

.extraBottomPadding{
    padding-bottom:16px;
}

.hr2 {
  clear: both;
  color: #242424;
  background-color: #242424;
  height: 1px;
  border-width: 0;
}

 /* unvisited link */
.newFooterLink:link {
    color: #535957;
     font-size: medium;
}

/* visited link */
.newFooterLink:visited {
    color: #535957;
    font-size: medium;
}

/* mouse over link */
.newFooterLink:hover {
    color: #C1C3C2;
    font-size: medium;
}

/* selected link */
.newFooterLink:active {
    color: #535957;
    font-size: medium;
}



 /* unvisited link */
.newFooterLinkSml:link {
    color: #535957;
     font-size: small;
}

/* visited link */
.newFooterLinkSml:visited {
    color: #535957;
    font-size: small;
}

/* mouse over link */
.newFooterLinkSml:hover {
    color: #C1C3C2;
    font-size: small;
}

/* selected link */
.newFooterLinkSml:active {
    color: #535957;
    font-size: small;
}








input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:-webkit-autofill , input:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.footerMainPadding {
    padding-right:32px;
}

.footerMainLeftPadding {
    padding-left:32px;
}


.footerLowerPadding {
    padding-right:16px;
}


.heroBorder{

}

/*Image Hover Effects*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  display: block;
margin: 0 auto;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  /*filter: blur(1px);
  -webkit-filter: blur(1px);*/
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

      #map {
        width: 100%;
        height: 400px;
      }

      /*Ribbon*/

/* Customer Email Address Box width */
.email-max-width {
    display:block;
    max-width: 20em;
    text-overflow: ellipsis;
}

/* Customer Email Address Box width */
.payer-history-max-width {
    display: block;
    max-width: 24em;
    text-overflow: ellipsis;
}

/* Approval outstanding on bureau screens */

.approvalWarn {
    padding-left: 4px;
    color: red;
    font-style: italic;
}

.warningColour {
    color: #D4C51C;
}

.footerLogo2 {
    margin-bottom: 4px;
}}

/* Width of tag input on Onboarding Pages */
.bootstrap-tagsinput {
    width: 100%;
}

.paygate-pink-title {
    color: #c7017f;
    font-weight: bold;
}