﻿:root {
    --nt-blue: #0047ab;
    --nt-ltgreen: #00ab64;
    --nt-dkgreen: #488719;
    --nt-white: #ffffff;
    --nt-grey1: #efefef;
    --nt-grey2: #cccccc;
    --nt-grey3: #848484;
    --nt-grey4: #333333;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible
{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus
{
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

/**
 * 1.GLOBAL
 */

@font-face {
	font-family: "IsidoraSemiBold";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src:
        url('../fonts/Isidora-SemiBold.otf') format('opentype'),
        url('../fonts/Isidora-SemiBold.ttf') format('truetype'),
        url('../fonts/Isidora-SemiBold.woff') format('woff'),
        url('../fonts/Isidora-SemiBold.woff2') format('woff2');
	unicode-range: U+000-5FF; /* Latin glyphs */
}

body
{
    background: #fff;
    color: #222;
    font-family: "Trebuchet MS", "Open Sans" , "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , Geneva, Verdana, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: "IsidoraSemiBold", "Helvetica Neue" , Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

h1, .h1
{
    font-size: 2.5em;
    line-height: 1.2em;
    font-family: "IsidoraSemiBold", Quicksand, Arial, Helvetica, sans-serif;
    color: var(--nt-blue);
    font-weight: 700;
    letter-spacing: -2px;
    padding-top: 0.75em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0.75em;
    margin-left: 0px;
}

h2, .h2
{
    font-size: 1.5em;
    line-height: 1;
    margin-top: 1em;
    color: var(--nt-blue);
    font-family: "IsidoraSemiBold", Quicksand, Verdana, Geneva, sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
    letter-spacing: -1px;
}

h3, .h3
{
    line-height: 1.2;
    margin: 0em;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1em;
    padding-left: 0px;
    color: var(--nt-grey3);
    font-family: "IsidoraSemiBold", Quicksand, Verdana, Geneva, sans-serif;
}

h4, h5, h6, .h4, .h5, .h6
{
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 1.5em;
}

p
{
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    color: #666666;
}

a
{
    color: var(--nt-blue);
    text-decoration: none;
}

a:visited
{
    color: var(--nt-blue);
}

a:hover, a:active, li a.active
{
    color: var(--nt-ltgreen);
}

a:focus
{
    outline: thin dotted;
}

a:hover, a:active
{
    outline: 0;
}

/* apply common styling after reset.css */

li ul, li ol
{
    margin: 0;
}
ul, ol
{
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
ul
{
    list-style-type: disc;
}
ol
{
    list-style-type: decimal;
}
dl
{
    margin: 0 0 1.5em 0;
}
dl dt
{
    font-weight: bold;
}
dd
{
    margin-left: 1.5em;
}
hr
{
    background: #666;
    border: none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0 0 1.4375em;
    width: 100%;
}
fieldset
{
    border: 1px solid #ccc;
    margin: 0 0 1.4375em;
    padding: 1.5em;
}
table
{
    margin-bottom: 1.5em;
    width: 100%;
}
th, tr, td
{
    vertical-align: middle;
}
th
{
    padding-right: 1em;
}

/**
 * 2.LAYOUT
 */

#container
{
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    overflow: hidden;
}

/**
 * 3.MAIN
 */

/* 1 column: global values*/

#main
{
    display: inline;
    margin: 0;
}

/**
 * 5.HEADER
 */

#header
{
    height: 150px;
    overflow: hidden;
    color:red;
}

#header #logo
{
    float: left;
    padding-top: 0px;
}

#header img
{
    height: 100px;
}

/**
 * 6.NAVIGATION
 */

#navigation
{
    clear: both;
    margin: 0;
    padding: 0;
    background-image: url(/assets/oldukc/images/navigationback.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #F3F1F2;
    overflow: hidden;
}

#navigation ul#main-menu
{
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation ul#main-menu li
{
    float: left;
    margin: 0;
    padding: 0;
}

#navigation ul#main-menu li a
{
    display: block;
    padding-top: 0.6em;
    padding-right: 1em;
    padding-bottom: 0.3em;
    padding-left: 1em;
    color: #828282;
    background-image: url(/assets/oldukc/images/transdivider.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}

#navigation ul#secondary-menu
{
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation ul#secondary-menu li
{
    float: left;
    margin: 0;
    padding: 0;
}

#navigation ul#secondary-menu li a
{
    display: block;
    padding: 0 2em 0 0;
}


/**
 * 9.BLOCKS
 */

.block
{
    margin-bottom: 1.5em;
}

/**
 * 10.FOOTER
 */

#footer
{
    clear: both;
    padding-top: 200px;
}

/**
 * 11.CSS SUPPORT
 *
 * Built-in classes:
 * .clearfix                            | contain floats
 * .element-invisible                   | hide element visually
 * .element-invisible.element-focusable | allow element to be focusable when navigated to via keyboard
 * .element-hidden                      | hide visually and from screenreaders
 */

/* clear floats */
.clear
{
    clear: both;
}

/* display block */
.display-block
{
    display: block;
}


#navigation #main-menu a.active
{
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: var(--nt-blue);
    margin-bottom: 1px;
}
#navigation #main-menu a:hover
{
    color: var(--nt-blue);
}
#navigation #main-menu .last a
{
    background-image: none;
}
#navigation #main-menu .first
{
    width: 50px;
}
#navigation #main-menu .first a
{
    background-image: url(/assets/oldukc/images/homeicon.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -1000px;
    width: 50px;
}
#navigation #main-menu .first a:hover, #navigation #main-menu .first .active
{
    background-image: url(/assets/oldukc/images/homeicon-over.png);
    border-bottom-style: none;
}
#addressfooter
{
    clear: both;
    font-size: 0.7em;
    color: #999999;
    line-height: 1.4em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--nt-blue);
    padding-top: 1em;
}
#navigation.greenBack
{
    background-color: #C3E002;
    background-image: url(/assets/oldukc/images/greenbanner.gif);
}
#navigation.greenBack #main-menu a
{
    color: #FFFFFF;
}
#header li.extranv2.greenBack a
{
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}
#navigation.blueBack
{
    background-color: #01B1D2;
    background-image: url(/assets/oldukc/images/blueBack.gif);
}
#navigation.blueBack #main-menu a
{
    color: #FFFFFF;
}
#header li.extranv1.blueBack a
{
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}
#navigation.blueBack #main-menu .first a, #navigation.greenBack #main-menu .first a
{
    background-image: url(/assets/oldukc/images/homeicon-white.png);
}
#block-views-news-list-block h2 a
{
    color: #0192BD;
}
#block-views-news-list-block h2
{
    padding-top: 0.3em;
    margin-top: 0px;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: -1px;
}
#block-views-news-list-block .views-field-timestamp
{
    color: var(--nt-blue);
    font-size: 0.9em;
    font-family: "Trebuchet MS", Quicksand, Verdana, Geneva, sans-serif;
}
#block-views-news-list-block .views-row
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--nt-blue);
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.teampic
{
    float: left;
    width: 207px;
}
.teamtext
{
    float: left;
    width: 65%;
}
.teamtext h2
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0em;
}
.teamtext h3
{
    color: #666666;
    margin-top: 0.4em;
}

#sliderdiv1 a
{
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#sliderdiv1
{
    text-align: center;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
#sliderdiv1 p
{
    margin: 0px;
    padding: 0px;
}
.slidershadow
{
    background-image: url(/assets/oldukc/images/slidershadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.homebox .arrow_box, #sidebar-first .arrow_box
{
    background-image: url(/assets/oldukc/images/buttonarrow.png);
    margin: 0px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
    color: #FFFFFF;
    display: block;
    background-repeat: no-repeat;
}
.homebox a:hover.arrow_box, #sidebar-first a:hover.arrow_box
{
    background-image: url(/assets/oldukc/images/buttonarrow-over.png);
}
#sidebar-first .arrow_box
{
    padding-top: 3px;
}
.homebox .arrow_box
{
    padding-top: 7px;
}
.repaymentResults
{
    font-size: 1.5em;
}
.borrowingText
{
    font-size: 1.1em;
    font-weight: bold;
}
.resultstable
{
    font-size: 0.9em;
}
.resultstable th
{
    font-weight: bold;
}
.detailsTable
{
    font-size: 0.8em;
}
.detailsTable td
{
    padding-bottom: 1em;
}
p.applycredits
{
    font-size: 0.7em;
}
#finalisePanel,#turndownPanel
{
position:absolute;
top:400px;
left:50%;
margin-left:-200px;
border:1px solid black;
width:400px;
background:#FFF;
padding:20px;

}
#main ul.blueList
{
    font-size: 0.9em;
    color: var(--nt-blue);
}
#main ul
{
    font-size: 0.8em;
    color: #666666;
}
.teamphoto
{
    float: left;
    width: 207px;
    clear: left;
}
#teamdetails
{
    overflow: hidden;
}
.teammember h3
{
    margin: 0px;
    padding-top: 0em;
    padding-right: 0px;
    padding-bottom: 0.5em;
    padding-left: 0px;
    font-size: 1.25em;
}
.teammember h2
{
    font-family: "IsidoraSemiBold" , Arial, Helvetica, sans-serif;
    margin: 0px;
    padding-top: 0.2em;
    padding-right: 0px;
    padding-bottom: 0.5em;
    padding-left: 0px;
}
.teammember
{
    float: left;
    width: 400px;
}
.toggleDiv
{
    clear: both;
}
#accordion .ui-widget-content
{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    background-image: none;
    font-size: 0.8em;
}
#accordion .ui-state-default
{
    background-image: url(/assets/oldukc/images/faqback.png);
    color: #FFFFFF;
    padding: 7px;
    background-position: right top;
    background-color: #0193BF;
    font-style: normal;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-top: 1.5em;
    font-family: "Trebuchet MS", Quicksand, Arial, Helvetica, sans-serif;
    font-weight: 700;
}
#accordion .ui-state-active
{
    background-image: url(/assets/oldukc/images/faqbackover.jpg);
    color: #FFFFFF;
    padding: 7px;
    background-position: right top;
    background-color: #0193BF;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-top: 1.5em;
    font-family: "Trebuchet MS", Quicksand, Arial, Helvetica, sans-serif;
    font-weight: 700;
}
#workbook_table,.lineTable
{
font-size:12px;
}
#workbook_table td
{
padding:5px;
border:1px solid #999;
}
.lineTable td
{
padding:5px;
border:1px solid #999;
background-color:#d6e9ef;
}
.linetable th
{
padding:5px;
border:1px solid #999;
background-color:#d6e9ef;
}
#workbook_table th
{
padding:5px;
border:1px solid #999;
}
#workbook_table tr,.lineTable tr
{
border:3px solid var(--nt-blue);
}
.linetable th
{
padding:5px;
border:1px solid #999;
background-color:#d6e9ef;
}
#workbook_table th
{
padding:5px;
border:1px solid #999;
}
#workbook_table tr:nth-child(even) {
    background-color: #9dd7e7;
}
#workbook_table tr:nth-child(odd) {
    background-color: #d6e9ef;
}
.ui-accordion .ui-accordion-header .ui-icon
{
    display: none;
}
.ui-widget
{
    font-family: "Trebuchet MS", "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , Geneva, Verdana, sans-serif;
    color: #666666;
}
#main.mainLogin
{
    float: left;
    width: 49%;
}
#sidebar-login
{
    float: right;
    width: 49%;
    color: #008FB9;
    padding-top: 4.5em;
}
#ctl00_MainContent_txtPIN
{
    margin-top: 7px;
    margin-bottom: 7px;
    -moz-box-shadow: 0px 1px 0px #f2f2f2;
    -webkit-box-shadow: 0px 1px 0px #f2f2f2;
}
.homebox.lighterBox .boxcontent
{
    background-image: url(/assets/oldukc/images/ligthboxback.jpg);
    text-align: left;
}
.homebox.lighterBox ul li
{
    background-image: url(/assets/oldukc/images/greybullet.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0px 9px;
    font-weight: normal;
    font-size: 1.1em;
    color: #889396;
}
.homebox.lighterBox .ticklist li
{
    background-image: url(/assets/oldukc/images/greytick.png);
    padding-left: 25px;
    background-position: 0px 4px;
}
.loginHeader
{
    clear: both;
    text-align: center;
    font-size: 1.3em;
    background-color: #FAFEFF;
    display: inline;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}
.loginFooter
{
    background-image: url(/assets/oldukc/images/headerline.gif);
    background-repeat: repeat-x;
    clear: both;
    text-align: center;
    overflow: hidden;
    padding-bottom: 1.5em;
}
#main.partnerpage
{
    float: left;
    width: 55%;
}
#sidebar-partnerlogin
{
    float: right;
    width: 38%;
}
.containerwidth.linedback
{
    background-image: url(/assets/oldukc/images/linedback.gif);
    background-repeat: repeat-y;
    background-position: 58.43% top;
    overflow: hidden;
    margin-top: 2em;
}

.left .ticker-swipe
{
    /*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker
{
    float: left;
}
.left .ticker-controls
{
    padding-left: 6px;
}
.right .ticker-swipe
{
    /*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker
{
    float: right;
}
.right .ticker-controls
{
    padding-right: 6px;
}
.boxcontent form p
{
    font-weight: 400;
    font-family: "Trebuchet MS", "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , Geneva, Verdana, sans-serif;
}
h4, .h4
{
    font-size: 1em;
    color: var(--nt-blue);
}
homebox.lighterBox h3.boxlink
{
    text-align: center;
}
#compliance
{
    margin-right: 15px;
    margin-left: 15px;
}
#compliance p
{
    line-height: 1.2em;
}
#compliance p strong
{
    font-weight: bold;
    color: var(--nt-blue);
}
.caclulatebox #compliance
{
    margin-left: 0px;
    margin-right: 0px;
}
.front #compliance
{
    margin: 0px;
    padding-top: 2em;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#sidebar-first h2.block-title
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0193BF;
    padding-bottom: 0.5em;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 0px;
}
.date-display-single
{
    color: #0094CB;
}
.node-type-article .field-type-datetime
{
    padding-bottom: 1em;
}
label
{
    color: var(--nt-blue);
    font-family: "Trebuchet MS", Quicksand, Verdana, Geneva, sans-serif;
    font-weight: 700;
}
.blueArrowBtn
{
    background-image: url(/assets/oldukc/images/buttonarrow.png);
    background-repeat: no-repeat;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    text-align: center;
    width: 128px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 1em;
    cursor: pointer;
    line-height: 1.3em;
    font-family: "IsidoraSemiBold", "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , Geneva, Verdana, sans-serif;
    padding-left: 0px;
    padding-right: 10px;
	display:block;
	margin-top:9px;
}
.blueArrowBtn:hover
{
    background-image: url(/assets/oldukc/images/buttonarrow-over.png);
}
.form-required
{
    color: #8FC19B;
}
.sectionapply input, #txtPIN, #edit-submitted-name, #edit-submitted-company, #edit-submitted-contact-number, #edit-submitted-email
{
    -webkit-box-shadow: inset #ccc 2px 2px 4px;
    -moz-box-shadow: inset #ccc 2px 2px 4px;
    box-shadow: inset #ccc 2px 2px 4px;
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    padding: 7px;
}
#edit-submitted-company, #edit-submitted-contact-number, #edit-submitted-email
{
    clear: both;
}
.sectionapply
{
    float: left;
    text-align: left;
    width: 48%;
    margin: 1%;
}
.applyinput
{
    width: 90%;
}
#homecol1 h2
{
    font-weight: 400;
    font-size: 1.9em;
    margin-top: 0px;
    padding-top: 0.5em;
    margin-bottom: 0px;
    padding-bottom: 0.7em;
}
#addressfooter a
{
    color: #999999;
}
.ui-widget
{
    font-family: "Trebuchet MS", "Open Sans" , "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , Geneva, Verdana, sans-serif;
}

.containerwidth
{
    margin-right: auto;
    margin-left: auto;
}

.containerwidth 
{
    width: 900px;
}

.validationError {
    background-color: #FFAAAA;
    border: 2px solid red;
}
#reportSelectorBox
{
    cursor: move;
    background: #FFF;
    border: 5px solid red;
    border-radius: 5px;
    position: absolute;
    top: 160px;
    left: 60%;
    text-align: center;
}
/*****************************************************
     Report Result Table Style Section
     http://coding.smashingmagazine.com/2008/08/13/top-10-css-table-designs/
*****************************************************/
.reportResultTable
{
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.reportResultTable thead tr th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: var(--nt-grey2);
    border-top: 4px solid var(--nt-grey4);
    border-bottom: 1px solid var(--nt-white);
    color: var(--nt-blue);
}
.reportResultTable tbody tr td
{
    padding: 8px;
    background: var(--nt-grey1);
    border-bottom: 1px solid var(--nt-white);
    color: var(--nt-grey4);
    border-top: 1px solid transparent;
}
.reportResultTable thead tr .header
{
    background-image: url('/assets/images/bg.gif');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.reportResultTable thead tr .headerSortUp
{
    background-image: url('/assets/images/asc.gif');
}
.reportResultTable thead tr .headerSortDown
{
    background-image: url('/assets/images/desc.gif');
}

.confirmation-options {
    display: inline-table;
}

.confirmation-options label {
    margin-right: 10px;
}


/*****************************************************
     Add Customer Style Section
*****************************************************/

#add-customer p {
    color: red;
    margin-bottom: initial;
}

#add-customer tbody tr td:first-of-type {
    padding-right: 20px;
}

#add-customer .blank-row {
    height: 20px;
}

#add-customer .col-sec {
    margin-right: 10px;
}

#mainContent_btnSubmit.disabled {
    opacity: 0.5;
    cursor: wait;
    pointer-events: none;
}

.button-base {
    background-color: var(--nt-blue);
    border: none;
    color: white;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "IsidoraSemiBold";
}

.button-primary {
    background-color: var(--nt-grey2); 
    color: var(--nt-blue); 
    border: 1px solid var(--nt-grey4);
}

.button-primary:hover {
    background-color: var(--nt-ltgreen);
    color: var(--nt-white);
    border: 1px solid var(--nt-dkgreen);
}

.button-primary-sm {
    padding: 4px 8px;
    font-size: 14px;
}
